Compare commits
109 Commits
test/justi
...
v1.15.0-be
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a552bde7c7 | ||
|
|
0f593eda27 | ||
|
|
0c71403859 | ||
|
|
facb5f4a33 | ||
|
|
13d6a79b1f | ||
|
|
8104df7c14 | ||
|
|
a35489bee3 | ||
|
|
fe1c4e5b34 | ||
|
|
eeda7b4fb9 | ||
|
|
052774397c | ||
|
|
f2c30afe8a | ||
|
|
ea01d84419 | ||
|
|
e2cc8c3bd9 | ||
|
|
c630d3e809 | ||
|
|
97eb0a2c5e | ||
|
|
59fa3cd11c | ||
|
|
bdaf28eef4 | ||
|
|
00a1fa8b85 | ||
|
|
76792c61a1 | ||
|
|
989db86f83 | ||
|
|
61019d5625 | ||
|
|
ba45022c79 | ||
|
|
1fa8c5ff35 | ||
|
|
e98adcd65c | ||
|
|
92e6659301 | ||
|
|
96957af0ce | ||
|
|
7cd8946e20 | ||
|
|
9c55a2dde0 | ||
|
|
6d81cb3ddd | ||
|
|
5e92394dc7 | ||
|
|
6ceecd4f9b | ||
|
|
774b5f11cd | ||
|
|
fb236edf8c | ||
|
|
5aeebc1ed8 | ||
|
|
60b7357ef4 | ||
|
|
22bb8d65e9 | ||
|
|
8f77cce542 | ||
|
|
be783d244c | ||
|
|
4d17f10675 | ||
|
|
3391a40b77 | ||
|
|
d829a28ddf | ||
|
|
0a48954f18 | ||
|
|
2e0f0d29b6 | ||
|
|
1fe20dcc1d | ||
|
|
838b648ef6 | ||
|
|
55c44ef6d4 | ||
|
|
e436cb921a | ||
|
|
f6df55dd2d | ||
|
|
f8bdc3e864 | ||
|
|
443c7f852e | ||
|
|
86cb011a5c | ||
|
|
b3cdbdced8 | ||
|
|
ba953c9b09 | ||
|
|
e8ed8bc9d3 | ||
|
|
1b781b43a0 | ||
|
|
b79cb2e89d | ||
|
|
517fc14847 | ||
|
|
9058acaa58 | ||
|
|
326fb861a4 | ||
|
|
39097b424a | ||
|
|
5f9fb3c08f | ||
|
|
91458331bc | ||
|
|
368d5e4f63 | ||
|
|
3e52dc0ae2 | ||
|
|
36a1932786 | ||
|
|
53a83a788d | ||
|
|
48d0edd243 | ||
|
|
cc00efb40a | ||
|
|
27ec8beda2 | ||
|
|
a8dd7837c1 | ||
|
|
ae0460e5b7 | ||
|
|
246e270dc6 | ||
|
|
554b1edd52 | ||
|
|
bb78592b70 | ||
|
|
79419cdb96 | ||
|
|
7c22c706b0 | ||
|
|
389d72c30c | ||
|
|
ff2672b8f3 | ||
|
|
0ff9520e22 | ||
|
|
61ed059f13 | ||
|
|
587e2d4dcd | ||
|
|
bd44ea27d3 | ||
|
|
702206b9c3 | ||
|
|
47c4b58468 | ||
|
|
8dbea68b8f | ||
|
|
d44267d06c | ||
|
|
7d04b5a6b7 | ||
|
|
ac02ddfc4d | ||
|
|
606a53aac6 | ||
|
|
c4272d46a5 | ||
|
|
b492f7a6cf | ||
|
|
9cd320188d | ||
|
|
4d8f9763b8 | ||
|
|
a1d5c911e8 | ||
|
|
bf5f5ad09f | ||
|
|
1c0bc1f09a | ||
|
|
32c67cd3fb | ||
|
|
4da6a42bdf | ||
|
|
60dbf606be | ||
|
|
345ca761c7 | ||
|
|
d69a123d0e | ||
|
|
3e4bf0eb99 | ||
|
|
8e111f26f2 | ||
|
|
dc131fc681 | ||
|
|
192518decd | ||
|
|
e986ca31a1 | ||
|
|
be263513b3 | ||
|
|
db4db8a696 | ||
|
|
c2425f3c33 |
2
.github/CODEOWNERS
vendored
Normal file
2
.github/CODEOWNERS
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
# App maintainers
|
||||
* @luka-nextcloud @grnd-alt @elzody
|
||||
4
.github/workflows/integration.yml
vendored
4
.github/workflows/integration.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
matrix:
|
||||
php-versions: ['8.1']
|
||||
databases: ['sqlite', 'mysql', 'pgsql']
|
||||
server-versions: ['3rdparty/justinrainbow/json-schema']
|
||||
server-versions: ['master']
|
||||
|
||||
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
|
||||
|
||||
@@ -74,7 +74,7 @@ jobs:
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
with:
|
||||
repository: nextcloud/activity
|
||||
ref: master
|
||||
ref: ${{ matrix.server-versions }}
|
||||
path: apps/activity
|
||||
|
||||
- name: Set up php ${{ matrix.php-versions }}
|
||||
|
||||
4
.github/workflows/phpunit-mysql.yml
vendored
4
.github/workflows/phpunit-mysql.yml
vendored
@@ -68,7 +68,7 @@ jobs:
|
||||
strategy:
|
||||
matrix: ${{ fromJson(needs.matrix.outputs.matrix) }}
|
||||
|
||||
name: MySQL ${{ matrix.mysql-versions }} PHP ${{ matrix.php-versions }} Nextcloud 3rdparty/justinrainbow/json-schema
|
||||
name: MySQL ${{ matrix.mysql-versions }} PHP ${{ matrix.php-versions }} Nextcloud ${{ matrix.server-versions }}
|
||||
|
||||
services:
|
||||
mysql:
|
||||
@@ -90,7 +90,7 @@ jobs:
|
||||
with:
|
||||
submodules: true
|
||||
repository: nextcloud/server
|
||||
ref: 3rdparty/justinrainbow/json-schema
|
||||
ref: ${{ matrix.server-versions }}
|
||||
|
||||
- name: Checkout app
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
|
||||
2
.github/workflows/pr-feedback.yml
vendored
2
.github/workflows/pr-feedback.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: The get-github-handles-from-website action
|
||||
uses: marcelklehr/get-github-handles-from-website-action@a739600f6b91da4957f51db0792697afbb2f143c # v1.0.0
|
||||
uses: marcelklehr/get-github-handles-from-website-action@06b2239db0a48fe1484ba0bfd966a3ab81a08308 # v1.0.1
|
||||
id: scrape
|
||||
with:
|
||||
website: 'https://nextcloud.com/team/'
|
||||
|
||||
4
.github/workflows/reuse.yml
vendored
4
.github/workflows/reuse.yml
vendored
@@ -17,6 +17,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: REUSE Compliance Check
|
||||
uses: fsfe/reuse-action@3ae3c6bdf1257ab19397fab11fd3312144692083 # v4.0.0
|
||||
uses: fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542 # v5.0.0
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
/.editorconfig
|
||||
/.eslintrc.js
|
||||
/.nextcloudignore
|
||||
/webpack.*.js
|
||||
/webpack.js
|
||||
/.codecov.yml
|
||||
/composer.json
|
||||
/composer.lock
|
||||
@@ -26,3 +26,10 @@
|
||||
/package-lock.json
|
||||
/node_modules/
|
||||
/src/
|
||||
/cypress/
|
||||
/cypress.config.js
|
||||
/.devcontainer/
|
||||
/.php-cs-fixer.dist.php
|
||||
/psalm.xml
|
||||
/relativeci.config.js
|
||||
/stylelint.config.js
|
||||
|
||||
10
CHANGELOG.md
10
CHANGELOG.md
@@ -5,6 +5,16 @@
|
||||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 1.15.0-beta.1
|
||||
### Fixed
|
||||
- fix: Catch not found card @juliusknorr [#6646](https://github.com/nextcloud/deck/pull/6646)
|
||||
- fix: Avoid failing on public dav URLs @juliusknorr [#6642](https://github.com/nextcloud/deck/pull/6642)
|
||||
- fix: Proper rich object formats @juliusknorr [#6641](https://github.com/nextcloud/deck/pull/6641)
|
||||
- fix(notifications): Notifier::prepare() threw \InvalidArgumentExcepti… @nickvergessen [#6623](https://github.com/nextcloud/deck/pull/6623)
|
||||
- fix: close modal after deleting card @ludij [#6617](https://github.com/nextcloud/deck/pull/6617)
|
||||
- fix: Use new query builder @juliusknorr [#6611](https://github.com/nextcloud/deck/pull/6611)
|
||||
- fix: new card input spacing @luka-nextcloud [#6574](https://github.com/nextcloud/deck/pull/6574)
|
||||
|
||||
## 1.14.0-beta.1
|
||||
|
||||
### Fixed
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
|
||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
- 🚀 Get your project organized
|
||||
|
||||
</description>
|
||||
<version>2.0.0-dev.0</version>
|
||||
<version>1.15.0-beta.1</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Julius Härtl</author>
|
||||
<namespace>Deck</namespace>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
|
||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
@@ -102,6 +103,8 @@ return [
|
||||
['name' => 'card_api#assignUser', 'url' => '/api/v{apiVersion}/boards/{boardId}/stacks/{stackId}/cards/{cardId}/assignUser', 'verb' => 'PUT'],
|
||||
['name' => 'card_api#unassignUser', 'url' => '/api/v{apiVersion}/boards/{boardId}/stacks/{stackId}/cards/{cardId}/unassignUser', 'verb' => 'PUT'],
|
||||
['name' => 'card_api#reorder', 'url' => '/api/v{apiVersion}/boards/{boardId}/stacks/{stackId}/cards/{cardId}/reorder', 'verb' => 'PUT'],
|
||||
['name' => 'card_api#archive', 'url' => '/api/v{apiVersion}/boards/{boardId}/stacks/{stackId}/cards/{cardId}/archive', 'verb' => 'PUT'],
|
||||
['name' => 'card_api#unarchive', 'url' => '/api/v{apiVersion}/boards/{boardId}/stacks/{stackId}/cards/{cardId}/unarchive', 'verb' => 'PUT'],
|
||||
['name' => 'card_api#delete', 'url' => '/api/v{apiVersion}/boards/{boardId}/stacks/{stackId}/cards/{cardId}', 'verb' => 'DELETE'],
|
||||
|
||||
['name' => 'card_api#findAllWithDue', 'url' => '/api/v{apiVersion}/dashboard/due', 'verb' => 'GET'],
|
||||
@@ -136,6 +139,8 @@ return [
|
||||
['name' => 'comments_api#update', 'url' => '/api/v{apiVersion}/cards/{cardId}/comments/{commentId}', 'verb' => 'PUT'],
|
||||
['name' => 'comments_api#delete', 'url' => '/api/v{apiVersion}/cards/{cardId}/comments/{commentId}', 'verb' => 'DELETE'],
|
||||
|
||||
['name' => 'card#clone', 'url' => '/api/v{apiVersion}/cards/{cardId}/clone', 'verb' => 'POST'],
|
||||
|
||||
['name' => 'overview_api#upcomingCards', 'url' => '/api/v{apiVersion}/overview/upcoming', 'verb' => 'GET'],
|
||||
|
||||
['name' => 'search#search', 'url' => '/api/v{apiVersion}/search', 'verb' => 'GET'],
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"composer/package-versions-deprecated": true
|
||||
},
|
||||
"platform": {
|
||||
"php": "8.0"
|
||||
"php": "8.1"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
650
composer.lock
generated
650
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -5,6 +5,7 @@
|
||||
import { randUser } from '../utils/index.js'
|
||||
const user = randUser()
|
||||
const recipient = randUser()
|
||||
import { sampleBoard } from '../utils/sampleBoard'
|
||||
|
||||
describe('Board', function() {
|
||||
|
||||
@@ -58,3 +59,73 @@ describe('Board', function() {
|
||||
.should('be.visible')
|
||||
})
|
||||
})
|
||||
|
||||
describe('Board cloning', function() {
|
||||
before(function() {
|
||||
cy.createUser(user)
|
||||
})
|
||||
|
||||
it('Clones a board without cards', function() {
|
||||
const boardName = 'Clone board original'
|
||||
const board = sampleBoard(boardName)
|
||||
cy.createExampleBoard({ user, board }).then((board) => {
|
||||
const boardId = board.id
|
||||
cy.visit(`/apps/deck/board/${boardId}`)
|
||||
cy.get('.app-navigation__list .app-navigation-entry:contains("' + boardName + '")')
|
||||
.parent()
|
||||
.find('button[aria-label="Actions"]')
|
||||
.click()
|
||||
cy.get('button:contains("Clone board")')
|
||||
.click()
|
||||
|
||||
cy.get('.modal-container button:contains("Clone")')
|
||||
.click()
|
||||
|
||||
cy.get('.app-navigation__list .app-navigation-entry:contains("' + boardName + '")')
|
||||
.should('be.visible')
|
||||
|
||||
cy.get('.app-navigation__list .app-navigation-entry:contains("' + boardName + ' (copy)")')
|
||||
.should('be.visible')
|
||||
|
||||
cy.get('.board-title h2').contains(boardName + ' (copy)')
|
||||
|
||||
cy.get('h3[aria-label="TestList"]')
|
||||
.should('be.visible')
|
||||
})
|
||||
})
|
||||
|
||||
it('Clones a board with cards', function() {
|
||||
const boardName = 'Clone with cards'
|
||||
const board = sampleBoard(boardName)
|
||||
cy.createExampleBoard({ user, board }).then((board) => {
|
||||
const boardId = board.id
|
||||
cy.visit(`/apps/deck/board/${boardId}`)
|
||||
cy.get('.app-navigation__list .app-navigation-entry:contains("' + boardName + '")')
|
||||
.parent()
|
||||
.find('button[aria-label="Actions"]')
|
||||
.click()
|
||||
cy.get('button:contains("Clone board")')
|
||||
.click()
|
||||
|
||||
cy.get('.checkbox-content__text:contains("Clone cards")')
|
||||
.click()
|
||||
|
||||
cy.get('.modal-container button:contains("Clone")')
|
||||
.click()
|
||||
|
||||
cy.get('.app-navigation__list .app-navigation-entry:contains("' + boardName + '")')
|
||||
.should('be.visible')
|
||||
|
||||
cy.get('.app-navigation__list .app-navigation-entry:contains("' + boardName + ' (copy)")')
|
||||
.should('be.visible')
|
||||
|
||||
cy.get('.board-title h2').contains(boardName + ' (copy)')
|
||||
|
||||
cy.get('h3[aria-label="TestList"]')
|
||||
.should('be.visible')
|
||||
|
||||
cy.get('.card:contains("Hello world")')
|
||||
.should('be.visible')
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
@@ -25,9 +25,9 @@ const useModal = (useModal) => {
|
||||
})
|
||||
}
|
||||
|
||||
describe('Card', function() {
|
||||
describe('Card', function () {
|
||||
let boardId
|
||||
before(function() {
|
||||
before(function () {
|
||||
cy.createUser(user)
|
||||
cy.login(user)
|
||||
cy.createExampleBoard({
|
||||
@@ -38,11 +38,11 @@ describe('Card', function() {
|
||||
})
|
||||
})
|
||||
|
||||
beforeEach(function() {
|
||||
beforeEach(function () {
|
||||
cy.login(user)
|
||||
})
|
||||
|
||||
it('Can add a card', function() {
|
||||
it('Can add a card', function () {
|
||||
cy.visit(`/apps/deck/#/board/${boardId}`)
|
||||
const newCardTitle = 'Write some cypress tests'
|
||||
|
||||
@@ -63,7 +63,7 @@ describe('Card', function() {
|
||||
})
|
||||
})
|
||||
|
||||
it('Create card from overview', function() {
|
||||
it('Create card from overview', function () {
|
||||
cy.visit(`/apps/deck/#/`)
|
||||
const newCardTitle = 'Test create from overview'
|
||||
cy.intercept({ method: 'POST', url: '**/apps/deck/cards' }).as('save')
|
||||
@@ -71,6 +71,10 @@ describe('Card', function() {
|
||||
|
||||
cy.get('.button-vue[aria-label*="Add card"]')
|
||||
.first().click()
|
||||
|
||||
// Somehow this avoids the electron crash
|
||||
cy.wait(2000)
|
||||
|
||||
cy.get('.modal-mask.card-selector .card-title').should('be.visible').click().type(newCardTitle)
|
||||
cy.get('.modal-mask.card-selector .multiselect-board').should('be.visible').click()
|
||||
cy.get('.vs__dropdown-menu [data-cy="board-select-title"]:contains("' + boardData.title + '")').should('be.visible').click()
|
||||
@@ -91,14 +95,14 @@ describe('Card', function() {
|
||||
})
|
||||
|
||||
describe('Modal', () => {
|
||||
beforeEach(function() {
|
||||
beforeEach(function () {
|
||||
cy.login(user)
|
||||
useModal(true).then(() => {
|
||||
cy.visit(`/apps/deck/#/board/${boardId}`)
|
||||
})
|
||||
})
|
||||
|
||||
it('Can show card details modal', function() {
|
||||
it('Can show card details modal', function () {
|
||||
cy.getNavigationEntry(boardData.title)
|
||||
.first().click({ force: true })
|
||||
|
||||
@@ -124,7 +128,7 @@ describe('Card', function() {
|
||||
cy.get('.attachment-list .basename').contains('welcome.txt')
|
||||
})
|
||||
|
||||
it.only('Shows the modal with the editor', () => {
|
||||
it('Shows the modal with the editor', () => {
|
||||
cy.get('.card:contains("Hello world")').should('be.visible').click()
|
||||
cy.intercept({ method: 'PUT', url: '**/apps/deck/cards/*' }).as('save')
|
||||
cy.get('.modal__card').should('be.visible')
|
||||
@@ -161,9 +165,9 @@ describe('Card', function() {
|
||||
cy.get('.reference-picker-modal--content .reference-picker .multiselect-list').should('be.visible').contains(boardData.stacks[0].title)
|
||||
cy.get('.reference-picker-modal--content .reference-picker button.button-vue--vue-primary').should('be.visible').click()
|
||||
cy.wait('@save', { timeout: 7000 })
|
||||
cy.get('.modal__card .ProseMirror').contains('/index.php/apps/deck/card/').should('be.visible')
|
||||
cy.get('.modal__card .ProseMirror').contains('/index.php/apps/deck/card/').should('have.length', 1)
|
||||
|
||||
cy.visit(`/apps/deck/#/board/${boardId}`)
|
||||
cy.visit(`/apps/deck/board/${boardId}`)
|
||||
cy.reload()
|
||||
cy.get('.board .stack').eq(0).within(() => {
|
||||
cy.get(`.card:contains("${newCardTitle}")`).should('be.visible')
|
||||
@@ -172,7 +176,7 @@ describe('Card', function() {
|
||||
})
|
||||
|
||||
describe('Sidebar', () => {
|
||||
beforeEach(function() {
|
||||
beforeEach(function () {
|
||||
cy.login(user)
|
||||
useModal(false).then(() => {
|
||||
cy.visit(`/apps/deck/#/board/${boardId}`)
|
||||
@@ -185,7 +189,7 @@ describe('Card', function() {
|
||||
.find('.ProseMirror h1').contains('Hello world writing more text').should('be.visible')
|
||||
})
|
||||
|
||||
it('Set a due date', function() {
|
||||
it('Set a due date', function () {
|
||||
const newCardTitle = 'Card with a due date'
|
||||
|
||||
cy.get('.button-vue[aria-label*="Add card"]')
|
||||
@@ -223,7 +227,7 @@ describe('Card', function() {
|
||||
cy.get(`.card:contains("${newCardTitle}")`).find('[data-due-state]').should('not.exist')
|
||||
})
|
||||
|
||||
it('Add a label', function() {
|
||||
it('Add a label', function () {
|
||||
const newCardTitle = 'Card with labels'
|
||||
|
||||
cy.get('.button-vue[aria-label*="Add card"]')
|
||||
@@ -252,7 +256,7 @@ describe('Card', function() {
|
||||
})
|
||||
|
||||
describe('Card actions', () => {
|
||||
beforeEach(function() {
|
||||
beforeEach(function () {
|
||||
cy.login(user)
|
||||
useModal(false).then(() => {
|
||||
cy.visit(`/apps/deck/#/board/${boardId}`)
|
||||
@@ -298,5 +302,18 @@ describe('Card', function() {
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
it('clone card', () => {
|
||||
cy.intercept({ method: 'POST', url: '**/apps/deck/**/cards/*/clone' }).as('clone')
|
||||
cy.get('.card:contains("Hello world")').should('be.visible').click()
|
||||
cy.get('#app-sidebar-vue')
|
||||
.find('.ProseMirror h1').contains('Hello world').should('be.visible')
|
||||
|
||||
cy.get('.app-sidebar-header .action-item__menutoggle').click()
|
||||
cy.get('.v-popper__popper button:contains("Move/copy card")').click()
|
||||
cy.get('.modal-container button:contains("Copy card")').click()
|
||||
cy.wait('@clone', { timeout: 7000 })
|
||||
cy.get('.card:contains("Hello world")').should('have.length', 2)
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
@@ -6,11 +6,14 @@ import { randUser } from '../utils/index.js'
|
||||
import { sampleBoard } from '../utils/sampleBoard'
|
||||
const user = randUser()
|
||||
const recipient = randUser()
|
||||
const domain = Math.random().toString(36).replace(/[^a-z]+/g, '').slice(0, 10)
|
||||
|
||||
describe('Board', function() {
|
||||
before(function() {
|
||||
cy.createUser(user)
|
||||
cy.createUser(recipient)
|
||||
cy.login(recipient)
|
||||
cy.setUserEmail(recipient, `${recipient.userId}@${domain}.com`)
|
||||
})
|
||||
|
||||
beforeEach(function() {
|
||||
@@ -34,6 +37,24 @@ describe('Board', function() {
|
||||
})
|
||||
})
|
||||
|
||||
it('Share a board to a user by email', function() {
|
||||
const board = sampleBoard('Shared by email')
|
||||
cy.createExampleBoard({ user, board }).then((board) => {
|
||||
const boardId = board.id
|
||||
cy.visit(`/apps/deck/#/board/${boardId}`)
|
||||
cy.get('.board-title').contains(board.title)
|
||||
|
||||
// domain is only in the email address - not in user ids.
|
||||
cy.shareBoardWithUi(domain, recipient.userId)
|
||||
|
||||
cy.login(recipient)
|
||||
cy.visit(`/apps/deck/#/board/${boardId}`)
|
||||
cy.get('.board-title').contains(board.title)
|
||||
cy.get('.button-vue[aria-label*="Add card"]')
|
||||
.should('not.exist')
|
||||
})
|
||||
})
|
||||
|
||||
it('Share a board to a user as writable', function() {
|
||||
const board = sampleBoard('Editable board')
|
||||
cy.createExampleBoard({ user, board }).then((board) => {
|
||||
|
||||
@@ -4,12 +4,21 @@
|
||||
*/
|
||||
|
||||
import { addCommands } from '@nextcloud/cypress'
|
||||
import axios from '@nextcloud/axios'
|
||||
|
||||
addCommands()
|
||||
|
||||
const url = Cypress.config('baseUrl').replace(/\/index.php\/?$/g, '')
|
||||
Cypress.env('baseUrl', url)
|
||||
|
||||
// prepare main cypress window so we can use axios there
|
||||
// and it will successfully fetch csrf tokens when needed.
|
||||
window.OC = {
|
||||
config: { modRewriteWorking: false },
|
||||
}
|
||||
// Prevent @nextcloud/router from reading window.location
|
||||
window._oc_webroot = url
|
||||
|
||||
Cypress.Commands.add('openLeftSidebar', () => {
|
||||
cy.get('.app-navigation button.app-navigation-toggle').click()
|
||||
})
|
||||
@@ -89,15 +98,23 @@ Cypress.Commands.add('getNavigationEntry', (boardTitle) => {
|
||||
.find('a.app-navigation-entry-link')
|
||||
})
|
||||
|
||||
Cypress.Commands.add('shareBoardWithUi', (userId) => {
|
||||
cy.intercept({ method: 'GET', url: `**/ocs/v2.php/apps/files_sharing/api/v1/sharees?search=${userId}*` }).as('fetchRecipients')
|
||||
Cypress.Commands.add('shareBoardWithUi', (query, userId=query) => {
|
||||
cy.intercept({ method: 'GET', url: `**/ocs/v2.php/apps/files_sharing/api/v1/sharees?search=${query}*` }).as('fetchRecipients')
|
||||
cy.get('[aria-label="Open details"]').click()
|
||||
cy.get('.app-sidebar').should('be.visible')
|
||||
cy.get('.select input').type(`${userId}`)
|
||||
cy.get('.select input').type(`${query}`)
|
||||
cy.wait('@fetchRecipients', { timeout: 7000 })
|
||||
|
||||
cy.get('.vs__dropdown-menu .option').first().contains(userId)
|
||||
cy.get('.vs__dropdown-menu .option').first().contains(query)
|
||||
cy.get('.select input').type('{enter}')
|
||||
|
||||
cy.get('.shareWithList').contains(userId)
|
||||
})
|
||||
|
||||
Cypress.Commands.add('setUserEmail', (user, value) => {
|
||||
Cypress.log()
|
||||
return axios.put(
|
||||
`${url}/ocs/v2.php/cloud/users/${user.userId}`,
|
||||
{ key: 'email', value },
|
||||
)
|
||||
})
|
||||
|
||||
47
docs/API.md
47
docs/API.md
@@ -347,6 +347,34 @@ A 403 response might be returned if the users ability to create new boards has b
|
||||
|
||||
##### 200 Success
|
||||
|
||||
### PUT /boards/{boardId}/stacks/{stackId}/cards/{cardId}/archive - Archive a card
|
||||
|
||||
#### Request parameters
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| --------- | ------- | --------------------------------------- |
|
||||
| boardId | Integer | The id of the board the card belongs to |
|
||||
| stackId | Integer | The id of the stack the card belongs to |
|
||||
| cardId | Integer | The id of the card |
|
||||
|
||||
#### Response
|
||||
|
||||
##### 200 Success
|
||||
|
||||
### PUT /boards/{boardId}/stacks/{stackId}/cards/{cardId}/unarchive - Unarchive a card
|
||||
|
||||
#### Request parameters
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| --------- | ------- | --------------------------------------- |
|
||||
| boardId | Integer | The id of the board the card belongs to |
|
||||
| stackId | Integer | The id of the stack the card belongs to |
|
||||
| cardId | Integer | The id of the card |
|
||||
|
||||
#### Response
|
||||
|
||||
##### 200 Success
|
||||
|
||||
### DELETE /boards/{boardId} - Delete a board
|
||||
|
||||
#### Request parameters
|
||||
@@ -423,6 +451,25 @@ A 403 response might be returned if the users ability to create new boards has b
|
||||
|
||||
##### 200 Success
|
||||
|
||||
### POST /boards/{boardId}/clone - Clone a board
|
||||
|
||||
Creates a copy of the board.
|
||||
|
||||
#### Request body
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| --------- | ------ | ---------------------------------------------------- |
|
||||
| withCards | Bool | Setting if the cards should be copied (Default: false) |
|
||||
| withAssignments | Bool | Setting if the card assignments should be cloned (Default: false) |
|
||||
| withLabels | Bool | Setting if the card labels should be cloned (Default: false) |
|
||||
| withDueDate | Bool | Setting if the card due dates should be cloned (Default: false) |
|
||||
| moveCardsToLeftStack | Bool | Setting if all cards should be moved to the most left column (useful for To-Do / Doing / Done boards) (Default: false) |
|
||||
| restoreArchivedCards | Bool | Setting if the archived cards should be unarchived (Default: false) |
|
||||
|
||||
#### Response
|
||||
|
||||
##### 200 Success
|
||||
|
||||
### DELETE /boards/{boardId}/acl/{aclId} - Delete an acl rule
|
||||
|
||||
#### Response
|
||||
|
||||
@@ -105,17 +105,21 @@ It is possible to import from the following sources:
|
||||
|
||||
#### Trello JSON
|
||||
|
||||
Steps:
|
||||
* Create the data file
|
||||
* Access Trello
|
||||
* go to the board you want to export
|
||||
* Follow the steps in [Trello documentation](https://help.trello.com/article/747-exporting-data-from-trello-1) and export as JSON
|
||||
* Create the configuration file
|
||||
* Execute the import informing the import file path, data file and source as `Trello JSON`
|
||||
**Limitations:**
|
||||
* Comments with more than 1000 characters are placed as attached files to the card.
|
||||
|
||||
Create the configuration file respecting the [JSON Schema](https://github.com/nextcloud/deck/blob/main/lib/Service/Importer/fixtures/config-trelloJson-schema.json) for import `Trello JSON`
|
||||
**Steps:**
|
||||
1. Create the data file:
|
||||
* Access Trello.
|
||||
* Go to the board you want to export.
|
||||
* Follow the steps in [Trello documentation](https://help.trello.com/article/747-exporting-data-from-trello-1) and export as JSON.
|
||||
2. Create the configuration file.
|
||||
3. Execute the import, specifying the import file path, data file, and source as `Trello JSON`.
|
||||
|
||||
Create the configuration file respecting the [JSON Schema](https://github.com/nextcloud/deck/blob/main/lib/Service/Importer/fixtures/config-trelloJson-schema.json) for importing `Trello JSON`.
|
||||
|
||||
Example configuration file:
|
||||
|
||||
```json
|
||||
{
|
||||
"owner": "admin",
|
||||
@@ -126,26 +130,22 @@ Example configuration file:
|
||||
}
|
||||
```
|
||||
|
||||
**Limitations**:
|
||||
|
||||
Importing from a JSON file imports up to 1000 actions. To find out how many actions the board to be imported has, identify how many actions the JSON has.
|
||||
**Additional Limitations**:
|
||||
* Importing from a JSON file imports up to 1000 actions. To find out how many actions the board to be imported has, check the number of actions in the JSON.
|
||||
|
||||
#### Trello API
|
||||
|
||||
Import using API is recommended for boards with more than 1000 actions.
|
||||
Importing via API is recommended for boards with more than 1000 actions. Trello allows attaching links to a card, but Deck does not support this feature. Attachment links are instead added in a markdown table at the end of the description for each imported card.
|
||||
|
||||
Trello makes it possible to attach links to a card. Deck does not have this feature. Attachments and attachment links are added in a markdown table at the end of the description for every imported card that has attachments in Trello.
|
||||
|
||||
* Get the API Key and API Token [here](https://developer.atlassian.com/cloud/trello/guides/rest-api/api-introduction/#authentication-and-authorization)
|
||||
* Get the ID of the board you want to import by making a request to:
|
||||
https://api.trello.com/1/members/me/boards?key={yourKey}&token={yourToken}&fields=id,name
|
||||
|
||||
This ID you will use in the configuration file in the `board` property
|
||||
* Create the configuration file
|
||||
|
||||
Create the configuration file respecting the [JSON Schema](https://github.com/nextcloud/deck/blob/main/lib/Service/Importer/fixtures/config-trelloApi-schema.json) for import `Trello JSON`
|
||||
1. Get the API Key and Token [here](https://developer.atlassian.com/cloud/trello/guides/rest-api/api-introduction/#authentication-and-authorization).
|
||||
2. Obtain the ID of the board you want to import by making a request to:
|
||||
```
|
||||
https://api.trello.com/1/members/me/boards?key={yourKey}&token={yourToken}&fields=id,name
|
||||
```
|
||||
3. Create the configuration file, ensuring it follows the [JSON Schema](https://github.com/nextcloud/deck/blob/main/lib/Service/Importer/fixtures/config-trelloApi-schema.json) for `Trello JSON`.
|
||||
|
||||
Example configuration file:
|
||||
|
||||
```json
|
||||
{
|
||||
"owner": "admin",
|
||||
|
||||
@@ -4,19 +4,19 @@
|
||||
-->
|
||||
## Export
|
||||
|
||||
Deck currently supports exporting all boards a user owns in a single JSON file. The format is based on the database schema that deck uses. It can be used to re-import boards on the same or other instances.
|
||||
Deck currently supports exporting all boards a user owns in a single JSON file. The format is based on the database schema that Deck uses. It can be used to re-import boards on the same or other instances.
|
||||
|
||||
The export currently has some kown limitations in terms of specific data not included:
|
||||
The export currently has some known limitations in terms of specific data not included:
|
||||
- Activity information
|
||||
- File attachments to deck cards
|
||||
- File attachments to Deck cards
|
||||
- Comments
|
||||
-
|
||||
|
||||
```
|
||||
occ deck:export userid > userid-deck-export.json
|
||||
```
|
||||
(userid = username you see in admin useraccounts page)
|
||||
*(`userid` = username as seen in the admin user accounts page)*
|
||||
|
||||
## Import boards
|
||||
## Import Boards
|
||||
|
||||
Importing can be done using the API or the `occ` `deck:import` command.
|
||||
|
||||
@@ -24,7 +24,7 @@ It is possible to import from the following sources:
|
||||
|
||||
### Deck JSON
|
||||
|
||||
A json file that has been obtained from the above described `occ deck:export [userid] > userid-deck-export.json` command can be imported.
|
||||
A JSON file that has been obtained from the above-described `occ deck:export [userid] > userid-deck-export.json` command can be imported.
|
||||
|
||||
```
|
||||
occ deck:import userid-deck-export.json
|
||||
@@ -33,50 +33,48 @@ occ deck:import userid-deck-export.json
|
||||
You will be asked to provide a path to a config file.
|
||||
|
||||
To know what to put in there:
|
||||
- Have a look at your userid-deck-export.json
|
||||
- fairly at the top you will see "uid" with a username.
|
||||
- search for some more "uid" till you find all the usernames involved and note them.
|
||||
- search for "acl"
|
||||
- in there there are "uid" of groups note them too
|
||||
- Have a look at your `userid-deck-export.json`
|
||||
- Near the top, you will see `"uid"` with a username.
|
||||
- Search for additional `"uid"` entries to find all the usernames involved and note them.
|
||||
- Search for `"acl"`, where `"uid"`s of groups are also present; note them too.
|
||||
|
||||
In case you are importing from a different instance you must provide custom user id mapping in case users have different identifiers.
|
||||
If you are importing from a different instance, you must provide custom user ID mapping in case users have different identifiers.
|
||||
|
||||
create a config file e.g `deck-import-config-file-userid.json` and ajust the content of this example as descibed above.
|
||||
Userids on new instance can be seen in the admin useraccounts page.
|
||||
```
|
||||
Create a config file, e.g., `deck-import-config-file-userid.json`, and adjust the content of this example as described above. User IDs on the new instance can be seen in the admin user accounts page.
|
||||
|
||||
```json
|
||||
{
|
||||
"owner": "useridofnewownderofallboards",
|
||||
"owner": "useridofnewownerofallboards",
|
||||
"uidRelation": {
|
||||
"userid1onoldinstance": "userid1onnewinstance",
|
||||
"userid2onoldinstance": "userid2onnewinstance",
|
||||
"groupid1onoldinstance": "groupid1onnewinstance"
|
||||
|
||||
"userid2onoldinstance": "userid2onnewinstance",
|
||||
"groupid1onoldinstance": "groupid1onnewinstance"
|
||||
}
|
||||
}
|
||||
```
|
||||
after you hit enter everything will be imported.
|
||||
|
||||
After pressing enter, everything will be imported.
|
||||
|
||||
Additional info:
|
||||
- If you export a users boards, all boards that the user has access to will be exported. (also the onws shared to that user)
|
||||
|
||||
- If you export a user’s boards, all boards that the user has access to will be exported (including those shared with that user).
|
||||
|
||||
#### Trello JSON
|
||||
|
||||
Limitations:
|
||||
**Limitations:**
|
||||
* Comments with more than 1000 characters are placed as attached files to the card.
|
||||
|
||||
Steps:
|
||||
* Create the data file
|
||||
* Access Trello
|
||||
* go to the board you want to export
|
||||
* Follow the steps in [Trello documentation](https://help.trello.com/article/747-exporting-data-from-trello-1) and export as JSON
|
||||
* Create the configuration file
|
||||
* Execute the import informing the import file path, data file and source as `Trello JSON`
|
||||
**Steps:**
|
||||
1. Create the data file:
|
||||
* Access Trello.
|
||||
* Go to the board you want to export.
|
||||
* Follow the steps in [Trello documentation](https://help.trello.com/article/747-exporting-data-from-trello-1) and export as JSON.
|
||||
2. Create the configuration file.
|
||||
3. Execute the import, specifying the import file path, data file, and source as `Trello JSON`.
|
||||
|
||||
Create the configuration file respecting the [JSON Schema](https://github.com/nextcloud/deck/blob/main/lib/Service/Importer/fixtures/config-trelloJson-schema.json) for import `Trello JSON`
|
||||
Create the configuration file respecting the [JSON Schema](https://github.com/nextcloud/deck/blob/main/lib/Service/Importer/fixtures/config-trelloJson-schema.json) for importing `Trello JSON`.
|
||||
|
||||
Example configuration file:
|
||||
|
||||
```json
|
||||
{
|
||||
"owner": "admin",
|
||||
@@ -87,26 +85,22 @@ Example configuration file:
|
||||
}
|
||||
```
|
||||
|
||||
**Limitations**:
|
||||
|
||||
Importing from a JSON file imports up to 1000 actions. To find out how many actions the board to be imported has, identify how many actions the JSON has.
|
||||
**Additional Limitations**:
|
||||
* Importing from a JSON file imports up to 1000 actions. To find out how many actions the board to be imported has, check the number of actions in the JSON.
|
||||
|
||||
#### Trello API
|
||||
|
||||
Import using API is recommended for boards with more than 1000 actions.
|
||||
Importing via API is recommended for boards with more than 1000 actions. Trello allows attaching links to a card, but Deck does not support this feature. Attachment links are instead added in a markdown table at the end of the description for each imported card.
|
||||
|
||||
Trello makes it possible to attach links to a card. Deck does not have this feature. Attachments and attachment links are added in a markdown table at the end of the description for every imported card that has attachments in Trello.
|
||||
|
||||
* Get the API Key and API Token [here](https://developer.atlassian.com/cloud/trello/guides/rest-api/api-introduction/#authentication-and-authorization)
|
||||
* Get the ID of the board you want to import by making a request to:
|
||||
https://api.trello.com/1/members/me/boards?key={yourKey}&token={yourToken}&fields=id,name
|
||||
|
||||
This ID you will use in the configuration file in the `board` property
|
||||
* Create the configuration file
|
||||
|
||||
Create the configuration file respecting the [JSON Schema](https://github.com/nextcloud/deck/blob/main/lib/Service/Importer/fixtures/config-trelloApi-schema.json) for import `Trello JSON`
|
||||
1. Get the API Key and Token [here](https://developer.atlassian.com/cloud/trello/guides/rest-api/api-introduction/#authentication-and-authorization).
|
||||
2. Obtain the ID of the board you want to import by making a request to:
|
||||
```
|
||||
https://api.trello.com/1/members/me/boards?key={yourKey}&token={yourToken}&fields=id,name
|
||||
```
|
||||
3. Create the configuration file, ensuring it follows the [JSON Schema](https://github.com/nextcloud/deck/blob/main/lib/Service/Importer/fixtures/config-trelloApi-schema.json) for `Trello JSON`.
|
||||
|
||||
Example configuration file:
|
||||
|
||||
```json
|
||||
{
|
||||
"owner": "admin",
|
||||
|
||||
@@ -42,6 +42,7 @@ OC.L10N.register(
|
||||
"Shared with you" : "Met u gedeel",
|
||||
"No notifications" : "Geen kennisgewings",
|
||||
"An error occurred" : "'n Fout het voorgekom",
|
||||
"Advanced options" : "Gevorderde opsies",
|
||||
"Today" : "Vandag",
|
||||
"Tomorrow" : "Môre",
|
||||
"Close" : "Sluit",
|
||||
|
||||
@@ -40,6 +40,7 @@
|
||||
"Shared with you" : "Met u gedeel",
|
||||
"No notifications" : "Geen kennisgewings",
|
||||
"An error occurred" : "'n Fout het voorgekom",
|
||||
"Advanced options" : "Gevorderde opsies",
|
||||
"Today" : "Vandag",
|
||||
"Tomorrow" : "Môre",
|
||||
"Close" : "Sluit",
|
||||
|
||||
15
l10n/ar.js
15
l10n/ar.js
@@ -125,13 +125,14 @@ OC.L10N.register(
|
||||
"Select the board to link to a project" : "تحديد اللوح لربطه بمشروع",
|
||||
"Search by board title" : "بحث بواسطة عنوان اللوح",
|
||||
"Select board" : "حدد لوح",
|
||||
"Move card to another board" : "حرك البطاقة الى لوح اخر",
|
||||
"Move/copy card" : "نسخ أو نقل بطاقة",
|
||||
"Select a board" : "حدد لوح",
|
||||
"No lists available" : "لا يوجد قائمة متاحه ",
|
||||
"Select a list" : "اختر قائمة ",
|
||||
"Move card" : "حرك البطاقة",
|
||||
"Cancel" : "إلغاء",
|
||||
"Copy card" : "نسخ بطاقة",
|
||||
"Select a card" : "حدد بطاقة",
|
||||
"Cancel" : "إلغاء",
|
||||
"Select the card to link to a project" : "حدد البطاقة لربطها بمشروع",
|
||||
"Link to card" : "اربط بطاقة",
|
||||
"File already exists" : "الملف موجود مسبقاً",
|
||||
@@ -337,6 +338,15 @@ OC.L10N.register(
|
||||
"An error occurred" : "حدث خطأ",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "هل أنت متأكد من حذف اللوحة {title}؟ هذا سيؤدي إلى حذف كل بيانات هذه اللوحة بما في ذلك البطاقات المؤرشفة.",
|
||||
"Delete the board?" : "مسح اللوح؟",
|
||||
"Clone {boardTitle}" : "استنساخ {boardTitle}",
|
||||
"Clone cards" : "استنسخ البطاقة ",
|
||||
"Clone assignments" : "استنساخ مهام",
|
||||
"Clone labels" : "استنساخ عناوين",
|
||||
"Clone due dates" : "استنساخ تواريخ استحقاق",
|
||||
"Advanced options" : "الخيارات المتقدمة",
|
||||
"Move all cards to the first list" : "نقل كل البطاقات للقائمة الأولى",
|
||||
"Restore archived cards" : "استرجاع البطاقات المؤرشفة",
|
||||
"Clone" : "استنسخ",
|
||||
"Loading filtered view" : "جارِ تحميل التصفية ",
|
||||
"Today" : "اليوم",
|
||||
"Tomorrow" : "غدا",
|
||||
@@ -376,6 +386,7 @@ OC.L10N.register(
|
||||
"Share with a Deck card" : "مشاركة مع بطاقة Deck",
|
||||
"Share {file} with a Deck card" : "مشاركة الملف {file} مع بطاقة Deck",
|
||||
"Share" : "مشاركة ",
|
||||
"Move card to another board" : "حرك البطاقة الى لوح اخر",
|
||||
"Searching for users, groups and circles …" : "ابحث عن أعضاء، مجموعات أو حلقات ...",
|
||||
"(Circle)" : "(دائرة)",
|
||||
"Assign to users/groups/circles" : "انسب الى المستخدمين،المجموعات،الدوائر",
|
||||
|
||||
15
l10n/ar.json
15
l10n/ar.json
@@ -123,13 +123,14 @@
|
||||
"Select the board to link to a project" : "تحديد اللوح لربطه بمشروع",
|
||||
"Search by board title" : "بحث بواسطة عنوان اللوح",
|
||||
"Select board" : "حدد لوح",
|
||||
"Move card to another board" : "حرك البطاقة الى لوح اخر",
|
||||
"Move/copy card" : "نسخ أو نقل بطاقة",
|
||||
"Select a board" : "حدد لوح",
|
||||
"No lists available" : "لا يوجد قائمة متاحه ",
|
||||
"Select a list" : "اختر قائمة ",
|
||||
"Move card" : "حرك البطاقة",
|
||||
"Cancel" : "إلغاء",
|
||||
"Copy card" : "نسخ بطاقة",
|
||||
"Select a card" : "حدد بطاقة",
|
||||
"Cancel" : "إلغاء",
|
||||
"Select the card to link to a project" : "حدد البطاقة لربطها بمشروع",
|
||||
"Link to card" : "اربط بطاقة",
|
||||
"File already exists" : "الملف موجود مسبقاً",
|
||||
@@ -335,6 +336,15 @@
|
||||
"An error occurred" : "حدث خطأ",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "هل أنت متأكد من حذف اللوحة {title}؟ هذا سيؤدي إلى حذف كل بيانات هذه اللوحة بما في ذلك البطاقات المؤرشفة.",
|
||||
"Delete the board?" : "مسح اللوح؟",
|
||||
"Clone {boardTitle}" : "استنساخ {boardTitle}",
|
||||
"Clone cards" : "استنسخ البطاقة ",
|
||||
"Clone assignments" : "استنساخ مهام",
|
||||
"Clone labels" : "استنساخ عناوين",
|
||||
"Clone due dates" : "استنساخ تواريخ استحقاق",
|
||||
"Advanced options" : "الخيارات المتقدمة",
|
||||
"Move all cards to the first list" : "نقل كل البطاقات للقائمة الأولى",
|
||||
"Restore archived cards" : "استرجاع البطاقات المؤرشفة",
|
||||
"Clone" : "استنسخ",
|
||||
"Loading filtered view" : "جارِ تحميل التصفية ",
|
||||
"Today" : "اليوم",
|
||||
"Tomorrow" : "غدا",
|
||||
@@ -374,6 +384,7 @@
|
||||
"Share with a Deck card" : "مشاركة مع بطاقة Deck",
|
||||
"Share {file} with a Deck card" : "مشاركة الملف {file} مع بطاقة Deck",
|
||||
"Share" : "مشاركة ",
|
||||
"Move card to another board" : "حرك البطاقة الى لوح اخر",
|
||||
"Searching for users, groups and circles …" : "ابحث عن أعضاء، مجموعات أو حلقات ...",
|
||||
"(Circle)" : "(دائرة)",
|
||||
"Assign to users/groups/circles" : "انسب الى المستخدمين،المجموعات،الدوائر",
|
||||
|
||||
@@ -100,6 +100,8 @@ OC.L10N.register(
|
||||
"No notifications" : "Nun hai nengún avisu",
|
||||
"No reminder" : "Nun hai nengún recordatoriu",
|
||||
"An error occurred" : "Prodúxose un error",
|
||||
"Clone cards" : "Clonar les tarxetes",
|
||||
"Advanced options" : "Opciones avanzaes",
|
||||
"Today" : "Güei",
|
||||
"Tomorrow" : "Mañana",
|
||||
"No results found" : "Nun s'atopó nengún resultáu",
|
||||
|
||||
@@ -98,6 +98,8 @@
|
||||
"No notifications" : "Nun hai nengún avisu",
|
||||
"No reminder" : "Nun hai nengún recordatoriu",
|
||||
"An error occurred" : "Prodúxose un error",
|
||||
"Clone cards" : "Clonar les tarxetes",
|
||||
"Advanced options" : "Opciones avanzaes",
|
||||
"Today" : "Güei",
|
||||
"Tomorrow" : "Mañana",
|
||||
"No results found" : "Nun s'atopó nengún resultáu",
|
||||
|
||||
@@ -116,13 +116,12 @@ OC.L10N.register(
|
||||
"Select the board to link to a project" : "Изберете таблото, което да свържете към проект",
|
||||
"Search by board title" : "Търсене по заглавие на таблото",
|
||||
"Select board" : "Избор на табло",
|
||||
"Move card to another board" : "Преместване на картата на друго табло",
|
||||
"Select a board" : "Избор на табло",
|
||||
"No lists available" : "Няма налична списъци.",
|
||||
"Select a list" : "Избор на списък",
|
||||
"Move card" : "Преместване на карта",
|
||||
"Cancel" : "Отказ",
|
||||
"Select a card" : "Избор на карта",
|
||||
"Cancel" : "Отказ",
|
||||
"Select the card to link to a project" : "Изберете картата, която да свържете към проект",
|
||||
"Link to card" : "Връзка към карта",
|
||||
"File already exists" : "Файлът вече съществува",
|
||||
@@ -283,6 +282,9 @@ OC.L10N.register(
|
||||
"An error occurred" : "Възникна грешка",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Сигурни ли сте, че искате да изтриете таблото {title}? Това ще изтрие всички данни на това табло, включително архивираните карти.",
|
||||
"Delete the board?" : "Изтриване на таблото?",
|
||||
"Clone cards" : " Клониране на карти",
|
||||
"Advanced options" : "Допълнителни опции",
|
||||
"Clone" : "Клониране",
|
||||
"Loading filtered view" : "Зареждане на филтриран изглед",
|
||||
"Today" : "Днес",
|
||||
"Tomorrow" : "Утре",
|
||||
@@ -317,6 +319,7 @@ OC.L10N.register(
|
||||
"Share with a Deck card" : "Споделяне с Deck карта",
|
||||
"Share {file} with a Deck card" : "Споделяне {file} с Deck карта",
|
||||
"Share" : "Споделяне",
|
||||
"Move card to another board" : "Преместване на картата на друго табло",
|
||||
"Searching for users, groups and circles …" : "Търсене за потребители, групи и кръгове ...",
|
||||
"(Circle)" : "(Кръг)",
|
||||
"Assign to users/groups/circles" : "Зачисляване към потребители/групи/кръгове"
|
||||
|
||||
@@ -114,13 +114,12 @@
|
||||
"Select the board to link to a project" : "Изберете таблото, което да свържете към проект",
|
||||
"Search by board title" : "Търсене по заглавие на таблото",
|
||||
"Select board" : "Избор на табло",
|
||||
"Move card to another board" : "Преместване на картата на друго табло",
|
||||
"Select a board" : "Избор на табло",
|
||||
"No lists available" : "Няма налична списъци.",
|
||||
"Select a list" : "Избор на списък",
|
||||
"Move card" : "Преместване на карта",
|
||||
"Cancel" : "Отказ",
|
||||
"Select a card" : "Избор на карта",
|
||||
"Cancel" : "Отказ",
|
||||
"Select the card to link to a project" : "Изберете картата, която да свържете към проект",
|
||||
"Link to card" : "Връзка към карта",
|
||||
"File already exists" : "Файлът вече съществува",
|
||||
@@ -281,6 +280,9 @@
|
||||
"An error occurred" : "Възникна грешка",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Сигурни ли сте, че искате да изтриете таблото {title}? Това ще изтрие всички данни на това табло, включително архивираните карти.",
|
||||
"Delete the board?" : "Изтриване на таблото?",
|
||||
"Clone cards" : " Клониране на карти",
|
||||
"Advanced options" : "Допълнителни опции",
|
||||
"Clone" : "Клониране",
|
||||
"Loading filtered view" : "Зареждане на филтриран изглед",
|
||||
"Today" : "Днес",
|
||||
"Tomorrow" : "Утре",
|
||||
@@ -315,6 +317,7 @@
|
||||
"Share with a Deck card" : "Споделяне с Deck карта",
|
||||
"Share {file} with a Deck card" : "Споделяне {file} с Deck карта",
|
||||
"Share" : "Споделяне",
|
||||
"Move card to another board" : "Преместване на картата на друго табло",
|
||||
"Searching for users, groups and circles …" : "Търсене за потребители, групи и кръгове ...",
|
||||
"(Circle)" : "(Кръг)",
|
||||
"Assign to users/groups/circles" : "Зачисляване към потребители/групи/кръгове"
|
||||
|
||||
@@ -125,13 +125,12 @@ OC.L10N.register(
|
||||
"Select the board to link to a project" : "Selecciona el tauler per enllaçar a un projecte",
|
||||
"Search by board title" : "Cerca per títol del tauler",
|
||||
"Select board" : "Selecciona un tauler",
|
||||
"Move card to another board" : "Mou la targeta a un altre tauler",
|
||||
"Select a board" : "Selecciona un tauler",
|
||||
"No lists available" : "No hi ha cap llista disponible",
|
||||
"Select a list" : "Seleccioneu una llista",
|
||||
"Move card" : "Mou la targeta",
|
||||
"Cancel" : "Cancel·la",
|
||||
"Select a card" : "Selecciona una targeta",
|
||||
"Cancel" : "Cancel·la",
|
||||
"Select the card to link to a project" : "Selecciona la targeta per enllaçar a un projecte",
|
||||
"Link to card" : "Enllaç a la targeta",
|
||||
"File already exists" : "El fitxer ja existeix",
|
||||
@@ -327,6 +326,9 @@ OC.L10N.register(
|
||||
"An error occurred" : "S'ha produït un error",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Esteu segur que voleu suprimir el tauler {title}? Això suprimirà totes les dades d'aquest tauler, incloses les targetes arxivades.",
|
||||
"Delete the board?" : "Voleu suprimir el tauler?",
|
||||
"Clone cards" : "Clonar targetes",
|
||||
"Advanced options" : "Paràmetres avançats",
|
||||
"Clone" : "Clonar",
|
||||
"Loading filtered view" : "S'està carregant la visualització filtrada",
|
||||
"Today" : "Avui",
|
||||
"Tomorrow" : "Demà",
|
||||
@@ -366,6 +368,7 @@ OC.L10N.register(
|
||||
"Share with a Deck card" : "Compartir amb una targeta de Deck",
|
||||
"Share {file} with a Deck card" : "Compartir {file} amb una targeta de Deck",
|
||||
"Share" : "Compartir",
|
||||
"Move card to another board" : "Mou la targeta a un altre tauler",
|
||||
"Searching for users, groups and circles …" : "Buscant usuaris, grups i cercles …",
|
||||
"(Circle)" : "(Cercle)",
|
||||
"Assign to users/groups/circles" : "Assignació a usuaris/grups/cercles"
|
||||
|
||||
@@ -123,13 +123,12 @@
|
||||
"Select the board to link to a project" : "Selecciona el tauler per enllaçar a un projecte",
|
||||
"Search by board title" : "Cerca per títol del tauler",
|
||||
"Select board" : "Selecciona un tauler",
|
||||
"Move card to another board" : "Mou la targeta a un altre tauler",
|
||||
"Select a board" : "Selecciona un tauler",
|
||||
"No lists available" : "No hi ha cap llista disponible",
|
||||
"Select a list" : "Seleccioneu una llista",
|
||||
"Move card" : "Mou la targeta",
|
||||
"Cancel" : "Cancel·la",
|
||||
"Select a card" : "Selecciona una targeta",
|
||||
"Cancel" : "Cancel·la",
|
||||
"Select the card to link to a project" : "Selecciona la targeta per enllaçar a un projecte",
|
||||
"Link to card" : "Enllaç a la targeta",
|
||||
"File already exists" : "El fitxer ja existeix",
|
||||
@@ -325,6 +324,9 @@
|
||||
"An error occurred" : "S'ha produït un error",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Esteu segur que voleu suprimir el tauler {title}? Això suprimirà totes les dades d'aquest tauler, incloses les targetes arxivades.",
|
||||
"Delete the board?" : "Voleu suprimir el tauler?",
|
||||
"Clone cards" : "Clonar targetes",
|
||||
"Advanced options" : "Paràmetres avançats",
|
||||
"Clone" : "Clonar",
|
||||
"Loading filtered view" : "S'està carregant la visualització filtrada",
|
||||
"Today" : "Avui",
|
||||
"Tomorrow" : "Demà",
|
||||
@@ -364,6 +366,7 @@
|
||||
"Share with a Deck card" : "Compartir amb una targeta de Deck",
|
||||
"Share {file} with a Deck card" : "Compartir {file} amb una targeta de Deck",
|
||||
"Share" : "Compartir",
|
||||
"Move card to another board" : "Mou la targeta a un altre tauler",
|
||||
"Searching for users, groups and circles …" : "Buscant usuaris, grups i cercles …",
|
||||
"(Circle)" : "(Cercle)",
|
||||
"Assign to users/groups/circles" : "Assignació a usuaris/grups/cercles"
|
||||
|
||||
15
l10n/cs.js
15
l10n/cs.js
@@ -125,13 +125,14 @@ OC.L10N.register(
|
||||
"Select the board to link to a project" : "Vyberte tabuli kterou propojit s projektem",
|
||||
"Search by board title" : "Hledat podle názvu tabule",
|
||||
"Select board" : "Vybrat tabuli",
|
||||
"Move card to another board" : "Přesunout kartu na jinou tabuli",
|
||||
"Move/copy card" : "Přesunout/zkopírovat kartu",
|
||||
"Select a board" : "Vybrat tabuli",
|
||||
"No lists available" : "Nejsou k dispozici žádné seznamy",
|
||||
"Select a list" : "Vyberte sloupec",
|
||||
"Move card" : "Přesunout kartu",
|
||||
"Cancel" : "Storno",
|
||||
"Copy card" : "Zkopírovat kartu",
|
||||
"Select a card" : "Vybrat kartu",
|
||||
"Cancel" : "Storno",
|
||||
"Select the card to link to a project" : "Vyberte kartu kterou propojit s projektem",
|
||||
"Link to card" : "Propojit s kartou",
|
||||
"File already exists" : "Soubor už existuje",
|
||||
@@ -337,6 +338,15 @@ OC.L10N.register(
|
||||
"An error occurred" : "Došlo k chybě",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Opravdu chcete tabuli {title} smazat? Toto smaže veškerá data této tabule, včetně archivovaných karet.",
|
||||
"Delete the board?" : "Smazat tabuli?",
|
||||
"Clone {boardTitle}" : "Naklonovat {boardTitle}",
|
||||
"Clone cards" : "Klonovat karty",
|
||||
"Clone assignments" : "Přiřazení klonu",
|
||||
"Clone labels" : "Popisky klonu",
|
||||
"Clone due dates" : "Termíny klonu",
|
||||
"Advanced options" : "Pokročilé předvolby",
|
||||
"Move all cards to the first list" : "Přesunout všechny karty na první seznam",
|
||||
"Restore archived cards" : "Obnovit archivované karty",
|
||||
"Clone" : "Klonovat",
|
||||
"Loading filtered view" : "Načítání filtrovaného pohledu",
|
||||
"Today" : "Dnes",
|
||||
"Tomorrow" : "Zítra",
|
||||
@@ -376,6 +386,7 @@ OC.L10N.register(
|
||||
"Share with a Deck card" : "Sdílet s kartou aplikace Deck",
|
||||
"Share {file} with a Deck card" : "Sdílet {file} s kartou aplikace Deck",
|
||||
"Share" : "Sdílet",
|
||||
"Move card to another board" : "Přesunout kartu na jinou tabuli",
|
||||
"Searching for users, groups and circles …" : "Hledání v uživatelích, skupinách a okruzích…",
|
||||
"(Circle)" : "(Okruh)",
|
||||
"Assign to users/groups/circles" : "Přiřadit uživatelům/skupinám/okruhům",
|
||||
|
||||
15
l10n/cs.json
15
l10n/cs.json
@@ -123,13 +123,14 @@
|
||||
"Select the board to link to a project" : "Vyberte tabuli kterou propojit s projektem",
|
||||
"Search by board title" : "Hledat podle názvu tabule",
|
||||
"Select board" : "Vybrat tabuli",
|
||||
"Move card to another board" : "Přesunout kartu na jinou tabuli",
|
||||
"Move/copy card" : "Přesunout/zkopírovat kartu",
|
||||
"Select a board" : "Vybrat tabuli",
|
||||
"No lists available" : "Nejsou k dispozici žádné seznamy",
|
||||
"Select a list" : "Vyberte sloupec",
|
||||
"Move card" : "Přesunout kartu",
|
||||
"Cancel" : "Storno",
|
||||
"Copy card" : "Zkopírovat kartu",
|
||||
"Select a card" : "Vybrat kartu",
|
||||
"Cancel" : "Storno",
|
||||
"Select the card to link to a project" : "Vyberte kartu kterou propojit s projektem",
|
||||
"Link to card" : "Propojit s kartou",
|
||||
"File already exists" : "Soubor už existuje",
|
||||
@@ -335,6 +336,15 @@
|
||||
"An error occurred" : "Došlo k chybě",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Opravdu chcete tabuli {title} smazat? Toto smaže veškerá data této tabule, včetně archivovaných karet.",
|
||||
"Delete the board?" : "Smazat tabuli?",
|
||||
"Clone {boardTitle}" : "Naklonovat {boardTitle}",
|
||||
"Clone cards" : "Klonovat karty",
|
||||
"Clone assignments" : "Přiřazení klonu",
|
||||
"Clone labels" : "Popisky klonu",
|
||||
"Clone due dates" : "Termíny klonu",
|
||||
"Advanced options" : "Pokročilé předvolby",
|
||||
"Move all cards to the first list" : "Přesunout všechny karty na první seznam",
|
||||
"Restore archived cards" : "Obnovit archivované karty",
|
||||
"Clone" : "Klonovat",
|
||||
"Loading filtered view" : "Načítání filtrovaného pohledu",
|
||||
"Today" : "Dnes",
|
||||
"Tomorrow" : "Zítra",
|
||||
@@ -374,6 +384,7 @@
|
||||
"Share with a Deck card" : "Sdílet s kartou aplikace Deck",
|
||||
"Share {file} with a Deck card" : "Sdílet {file} s kartou aplikace Deck",
|
||||
"Share" : "Sdílet",
|
||||
"Move card to another board" : "Přesunout kartu na jinou tabuli",
|
||||
"Searching for users, groups and circles …" : "Hledání v uživatelích, skupinách a okruzích…",
|
||||
"(Circle)" : "(Okruh)",
|
||||
"Assign to users/groups/circles" : "Přiřadit uživatelům/skupinám/okruhům",
|
||||
|
||||
@@ -68,13 +68,12 @@ OC.L10N.register(
|
||||
"Select the board to link to a project" : "Vælg en tavle at linke til et projekt",
|
||||
"Search by board title" : "Søg efter tavle titel",
|
||||
"Select board" : "Vælg tavle",
|
||||
"Move card to another board" : "Flyt kort til en anden tavle",
|
||||
"Select a board" : "Vælg én tavle",
|
||||
"No lists available" : "Ingen kolonner tilgængelige",
|
||||
"Select a list" : "Vælg en kolonne",
|
||||
"Move card" : "Flyt kort",
|
||||
"Cancel" : "Annullér",
|
||||
"Select a card" : "Vælg et kort",
|
||||
"Cancel" : "Annullér",
|
||||
"Select the card to link to a project" : "Vælg et kort at linke til et projekt",
|
||||
"Link to card" : "Link til kort",
|
||||
"File already exists" : "Filen findes allerede",
|
||||
@@ -215,6 +214,7 @@ OC.L10N.register(
|
||||
"No reminder" : "Ingen påmindelse",
|
||||
"An error occurred" : "Der var en fejl",
|
||||
"Delete the board?" : "Slet tavlen?",
|
||||
"Advanced options" : "Avancerede indstillinger",
|
||||
"Loading filtered view" : "Indlæser filtreret visning",
|
||||
"Today" : "I dag",
|
||||
"Tomorrow" : "I morgen",
|
||||
@@ -233,6 +233,7 @@ OC.L10N.register(
|
||||
"Share with a Deck card" : "Del med et Deck kort",
|
||||
"Share {file} with a Deck card" : "Del {file} med et Deck kort",
|
||||
"Share" : "Del",
|
||||
"Move card to another board" : "Flyt kort til en anden tavle",
|
||||
"Searching for users, groups and circles …" : "Leder efter brugere, grupper og cirkler ...",
|
||||
"(Circle)" : "(Cirkel)",
|
||||
"Assign to users/groups/circles" : "Tildel til brugere/grupper/cirkler"
|
||||
|
||||
@@ -66,13 +66,12 @@
|
||||
"Select the board to link to a project" : "Vælg en tavle at linke til et projekt",
|
||||
"Search by board title" : "Søg efter tavle titel",
|
||||
"Select board" : "Vælg tavle",
|
||||
"Move card to another board" : "Flyt kort til en anden tavle",
|
||||
"Select a board" : "Vælg én tavle",
|
||||
"No lists available" : "Ingen kolonner tilgængelige",
|
||||
"Select a list" : "Vælg en kolonne",
|
||||
"Move card" : "Flyt kort",
|
||||
"Cancel" : "Annullér",
|
||||
"Select a card" : "Vælg et kort",
|
||||
"Cancel" : "Annullér",
|
||||
"Select the card to link to a project" : "Vælg et kort at linke til et projekt",
|
||||
"Link to card" : "Link til kort",
|
||||
"File already exists" : "Filen findes allerede",
|
||||
@@ -213,6 +212,7 @@
|
||||
"No reminder" : "Ingen påmindelse",
|
||||
"An error occurred" : "Der var en fejl",
|
||||
"Delete the board?" : "Slet tavlen?",
|
||||
"Advanced options" : "Avancerede indstillinger",
|
||||
"Loading filtered view" : "Indlæser filtreret visning",
|
||||
"Today" : "I dag",
|
||||
"Tomorrow" : "I morgen",
|
||||
@@ -231,6 +231,7 @@
|
||||
"Share with a Deck card" : "Del med et Deck kort",
|
||||
"Share {file} with a Deck card" : "Del {file} med et Deck kort",
|
||||
"Share" : "Del",
|
||||
"Move card to another board" : "Flyt kort til en anden tavle",
|
||||
"Searching for users, groups and circles …" : "Leder efter brugere, grupper og cirkler ...",
|
||||
"(Circle)" : "(Cirkel)",
|
||||
"Assign to users/groups/circles" : "Tildel til brugere/grupper/cirkler"
|
||||
|
||||
15
l10n/de.js
15
l10n/de.js
@@ -125,13 +125,14 @@ OC.L10N.register(
|
||||
"Select the board to link to a project" : "Wähle ein Board aus, um dieses mit einem Projekt zu verknüpfen",
|
||||
"Search by board title" : "Nach einem Board suchen",
|
||||
"Select board" : "Board auswählen",
|
||||
"Move card to another board" : "Karte auf ein anderes Board verschieben",
|
||||
"Move/copy card" : "Karte verschieben/kopieren",
|
||||
"Select a board" : "Ein Board auswählen",
|
||||
"No lists available" : "Keine Listen verfügbar",
|
||||
"Select a list" : "Eine Liste auswählen",
|
||||
"Move card" : "Karte verschieben",
|
||||
"Cancel" : "Abbrechen",
|
||||
"Copy card" : "Karte kopieren",
|
||||
"Select a card" : "Eine Karte auswählen",
|
||||
"Cancel" : "Abbrechen",
|
||||
"Select the card to link to a project" : "Wähle die Karte aus, um diese mit einem Projekt zu verknüpfen",
|
||||
"Link to card" : "Mit dieser Karte verknüpfen",
|
||||
"File already exists" : "Datei bereits vorhanden",
|
||||
@@ -337,6 +338,15 @@ OC.L10N.register(
|
||||
"An error occurred" : "Es ist ein Fehler aufgetreten",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Möchtest du wirklich das Board {title} mit all seinen Daten einschließlich der archivierten Karten löschen?",
|
||||
"Delete the board?" : "Das Board löschen?",
|
||||
"Clone {boardTitle}" : "{boardTitle} klonen",
|
||||
"Clone cards" : "Karten klonen",
|
||||
"Clone assignments" : "Zuweisungen klonen",
|
||||
"Clone labels" : "Etiketten klonen",
|
||||
"Clone due dates" : "Fälligkeitsdaten klonen",
|
||||
"Advanced options" : "Erweiterte Optionen",
|
||||
"Move all cards to the first list" : "Alle Karten in die erste Liste verschieben",
|
||||
"Restore archived cards" : "Archivierte Karten wiederherstellen",
|
||||
"Clone" : "Klonen",
|
||||
"Loading filtered view" : "Lade gefilterte Ansicht",
|
||||
"Today" : "Heute",
|
||||
"Tomorrow" : "Morgen",
|
||||
@@ -376,6 +386,7 @@ OC.L10N.register(
|
||||
"Share with a Deck card" : "Mit einer Deck-Karte teilen",
|
||||
"Share {file} with a Deck card" : "{file} mit einer Deck-Karte teilen",
|
||||
"Share" : "Freigeben",
|
||||
"Move card to another board" : "Karte auf ein anderes Board verschieben",
|
||||
"Searching for users, groups and circles …" : "Suche nach Benutzern, Gruppen und Kreisen …",
|
||||
"(Circle)" : "(Kreis)",
|
||||
"Assign to users/groups/circles" : "An Benutzer, Gruppen oder Kreise zuweisen",
|
||||
|
||||
15
l10n/de.json
15
l10n/de.json
@@ -123,13 +123,14 @@
|
||||
"Select the board to link to a project" : "Wähle ein Board aus, um dieses mit einem Projekt zu verknüpfen",
|
||||
"Search by board title" : "Nach einem Board suchen",
|
||||
"Select board" : "Board auswählen",
|
||||
"Move card to another board" : "Karte auf ein anderes Board verschieben",
|
||||
"Move/copy card" : "Karte verschieben/kopieren",
|
||||
"Select a board" : "Ein Board auswählen",
|
||||
"No lists available" : "Keine Listen verfügbar",
|
||||
"Select a list" : "Eine Liste auswählen",
|
||||
"Move card" : "Karte verschieben",
|
||||
"Cancel" : "Abbrechen",
|
||||
"Copy card" : "Karte kopieren",
|
||||
"Select a card" : "Eine Karte auswählen",
|
||||
"Cancel" : "Abbrechen",
|
||||
"Select the card to link to a project" : "Wähle die Karte aus, um diese mit einem Projekt zu verknüpfen",
|
||||
"Link to card" : "Mit dieser Karte verknüpfen",
|
||||
"File already exists" : "Datei bereits vorhanden",
|
||||
@@ -335,6 +336,15 @@
|
||||
"An error occurred" : "Es ist ein Fehler aufgetreten",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Möchtest du wirklich das Board {title} mit all seinen Daten einschließlich der archivierten Karten löschen?",
|
||||
"Delete the board?" : "Das Board löschen?",
|
||||
"Clone {boardTitle}" : "{boardTitle} klonen",
|
||||
"Clone cards" : "Karten klonen",
|
||||
"Clone assignments" : "Zuweisungen klonen",
|
||||
"Clone labels" : "Etiketten klonen",
|
||||
"Clone due dates" : "Fälligkeitsdaten klonen",
|
||||
"Advanced options" : "Erweiterte Optionen",
|
||||
"Move all cards to the first list" : "Alle Karten in die erste Liste verschieben",
|
||||
"Restore archived cards" : "Archivierte Karten wiederherstellen",
|
||||
"Clone" : "Klonen",
|
||||
"Loading filtered view" : "Lade gefilterte Ansicht",
|
||||
"Today" : "Heute",
|
||||
"Tomorrow" : "Morgen",
|
||||
@@ -374,6 +384,7 @@
|
||||
"Share with a Deck card" : "Mit einer Deck-Karte teilen",
|
||||
"Share {file} with a Deck card" : "{file} mit einer Deck-Karte teilen",
|
||||
"Share" : "Freigeben",
|
||||
"Move card to another board" : "Karte auf ein anderes Board verschieben",
|
||||
"Searching for users, groups and circles …" : "Suche nach Benutzern, Gruppen und Kreisen …",
|
||||
"(Circle)" : "(Kreis)",
|
||||
"Assign to users/groups/circles" : "An Benutzer, Gruppen oder Kreise zuweisen",
|
||||
|
||||
@@ -125,13 +125,14 @@ OC.L10N.register(
|
||||
"Select the board to link to a project" : "Wählen Sie ein Board aus, um dieses mit einem Projekt zu verknüpfen",
|
||||
"Search by board title" : "Nach einem Board suchen",
|
||||
"Select board" : "Board auswählen",
|
||||
"Move card to another board" : "Karte auf ein anderes Board verschieben",
|
||||
"Move/copy card" : "Karte verschieben/kopieren",
|
||||
"Select a board" : "Ein Board auswählen",
|
||||
"No lists available" : "Keine Listen verfügbar",
|
||||
"Select a list" : "Eine Liste auswählen",
|
||||
"Move card" : "Karte verschieben",
|
||||
"Cancel" : "Abbrechen",
|
||||
"Copy card" : "Karte kopieren",
|
||||
"Select a card" : "Eine Karte auswählen",
|
||||
"Cancel" : "Abbrechen",
|
||||
"Select the card to link to a project" : "Wählen Sie die Karte aus, um diese mit einem Projekt zu verknüpfen",
|
||||
"Link to card" : "Mit einer Karte verknüpfen",
|
||||
"File already exists" : "Datei bereits vorhanden",
|
||||
@@ -337,6 +338,15 @@ OC.L10N.register(
|
||||
"An error occurred" : "Es ist ein Fehler aufgetreten",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Möchten Sie das Board {title} wirklich löschen? Dadurch werden alle Daten dieses Boards einschließlich archivierter Karten gelöscht.",
|
||||
"Delete the board?" : "Das Board löschen?",
|
||||
"Clone {boardTitle}" : "{boardTitle} klonen",
|
||||
"Clone cards" : "Karten klonen",
|
||||
"Clone assignments" : "Zuordnungen klonen",
|
||||
"Clone labels" : "Etiketten klonen",
|
||||
"Clone due dates" : "Fälligkeitsdaten klonen",
|
||||
"Advanced options" : "Erweiterte Optionen",
|
||||
"Move all cards to the first list" : "Alle Karten in die erste Liste verschieben",
|
||||
"Restore archived cards" : "Archivierte Karten wiederherstellen",
|
||||
"Clone" : "Klonen",
|
||||
"Loading filtered view" : "Lade gefilterte Ansicht",
|
||||
"Today" : "Heute",
|
||||
"Tomorrow" : "Morgen",
|
||||
@@ -376,6 +386,7 @@ OC.L10N.register(
|
||||
"Share with a Deck card" : "Mit einer Deck-Karte teilen",
|
||||
"Share {file} with a Deck card" : "{file} mit einer Deck-Karte teilen",
|
||||
"Share" : "Freigeben",
|
||||
"Move card to another board" : "Karte auf ein anderes Board verschieben",
|
||||
"Searching for users, groups and circles …" : "Suche nach Benutzern, Gruppen und Kreisen …",
|
||||
"(Circle)" : "(Kreis)",
|
||||
"Assign to users/groups/circles" : "An Benutzer, Gruppen oder Kreise zuweisen",
|
||||
|
||||
@@ -123,13 +123,14 @@
|
||||
"Select the board to link to a project" : "Wählen Sie ein Board aus, um dieses mit einem Projekt zu verknüpfen",
|
||||
"Search by board title" : "Nach einem Board suchen",
|
||||
"Select board" : "Board auswählen",
|
||||
"Move card to another board" : "Karte auf ein anderes Board verschieben",
|
||||
"Move/copy card" : "Karte verschieben/kopieren",
|
||||
"Select a board" : "Ein Board auswählen",
|
||||
"No lists available" : "Keine Listen verfügbar",
|
||||
"Select a list" : "Eine Liste auswählen",
|
||||
"Move card" : "Karte verschieben",
|
||||
"Cancel" : "Abbrechen",
|
||||
"Copy card" : "Karte kopieren",
|
||||
"Select a card" : "Eine Karte auswählen",
|
||||
"Cancel" : "Abbrechen",
|
||||
"Select the card to link to a project" : "Wählen Sie die Karte aus, um diese mit einem Projekt zu verknüpfen",
|
||||
"Link to card" : "Mit einer Karte verknüpfen",
|
||||
"File already exists" : "Datei bereits vorhanden",
|
||||
@@ -335,6 +336,15 @@
|
||||
"An error occurred" : "Es ist ein Fehler aufgetreten",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Möchten Sie das Board {title} wirklich löschen? Dadurch werden alle Daten dieses Boards einschließlich archivierter Karten gelöscht.",
|
||||
"Delete the board?" : "Das Board löschen?",
|
||||
"Clone {boardTitle}" : "{boardTitle} klonen",
|
||||
"Clone cards" : "Karten klonen",
|
||||
"Clone assignments" : "Zuordnungen klonen",
|
||||
"Clone labels" : "Etiketten klonen",
|
||||
"Clone due dates" : "Fälligkeitsdaten klonen",
|
||||
"Advanced options" : "Erweiterte Optionen",
|
||||
"Move all cards to the first list" : "Alle Karten in die erste Liste verschieben",
|
||||
"Restore archived cards" : "Archivierte Karten wiederherstellen",
|
||||
"Clone" : "Klonen",
|
||||
"Loading filtered view" : "Lade gefilterte Ansicht",
|
||||
"Today" : "Heute",
|
||||
"Tomorrow" : "Morgen",
|
||||
@@ -374,6 +384,7 @@
|
||||
"Share with a Deck card" : "Mit einer Deck-Karte teilen",
|
||||
"Share {file} with a Deck card" : "{file} mit einer Deck-Karte teilen",
|
||||
"Share" : "Freigeben",
|
||||
"Move card to another board" : "Karte auf ein anderes Board verschieben",
|
||||
"Searching for users, groups and circles …" : "Suche nach Benutzern, Gruppen und Kreisen …",
|
||||
"(Circle)" : "(Kreis)",
|
||||
"Assign to users/groups/circles" : "An Benutzer, Gruppen oder Kreise zuweisen",
|
||||
|
||||
@@ -124,13 +124,12 @@ OC.L10N.register(
|
||||
"Select the board to link to a project" : "Επιλέξτε πίνακα και συνδέστε τον σε ένα έργο",
|
||||
"Search by board title" : "Αναζήτηση με το όνομα πίνακα",
|
||||
"Select board" : "Επιλογή πίνακα",
|
||||
"Move card to another board" : "Μετακίνηση καρτέλας σε άλλο πίνακα",
|
||||
"Select a board" : "Επιλογή ενός πίνακα",
|
||||
"No lists available" : "Δεν υπάρχουν διαθέσιμες λίστες",
|
||||
"Select a list" : "Επιλέξτε μια λίστα",
|
||||
"Move card" : "Μετακίνηση καρτέλας",
|
||||
"Cancel" : "Aκύρωση",
|
||||
"Select a card" : "Επιλογή μιας καρτέλας",
|
||||
"Cancel" : "Aκύρωση",
|
||||
"Select the card to link to a project" : "Επιλογή καρτέλας για σύνδεση στο έργο",
|
||||
"Link to card" : "Σύνδεσμος σε καρτέλα",
|
||||
"File already exists" : "Το αρχείο υπάρχει ήδη",
|
||||
@@ -335,6 +334,9 @@ OC.L10N.register(
|
||||
"An error occurred" : "Παρουσιάστηκε σφάλμα",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Είστε βέβαιοι ότι θέλετε να διαγράψετε τον πίνακα {title}; Αυτό θα διαγράψει όλα τα δεδομένα του πίνακα συμπεριλαμβανομένων και των αρχειοθετημένων καρτών.",
|
||||
"Delete the board?" : "Διαγραφή του πίνακα;",
|
||||
"Clone cards" : "Κάρτες κλώνου",
|
||||
"Advanced options" : "Επιλογές για προχωρημένους",
|
||||
"Clone" : "Κλώνος",
|
||||
"Loading filtered view" : "Φόρτωση εμφάνισης με βάση το φίλτρο",
|
||||
"Today" : "Σήμερα",
|
||||
"Tomorrow" : "Αύριο",
|
||||
@@ -374,6 +376,7 @@ OC.L10N.register(
|
||||
"Share with a Deck card" : "Μοιραστείτε με μια καρτέλα Deck",
|
||||
"Share {file} with a Deck card" : "Μοιραστείτε το {file} με μια καρτέλα Deck",
|
||||
"Share" : "Μοιραστείτε",
|
||||
"Move card to another board" : "Μετακίνηση καρτέλας σε άλλο πίνακα",
|
||||
"Searching for users, groups and circles …" : "Αναζήτηση χρηστών, ομάδων και κύκλων…",
|
||||
"(Circle)" : "(Κύκλος)",
|
||||
"Assign to users/groups/circles" : "Ανάθεση σε χρήστες/ομάδες/κύκλους",
|
||||
|
||||
@@ -122,13 +122,12 @@
|
||||
"Select the board to link to a project" : "Επιλέξτε πίνακα και συνδέστε τον σε ένα έργο",
|
||||
"Search by board title" : "Αναζήτηση με το όνομα πίνακα",
|
||||
"Select board" : "Επιλογή πίνακα",
|
||||
"Move card to another board" : "Μετακίνηση καρτέλας σε άλλο πίνακα",
|
||||
"Select a board" : "Επιλογή ενός πίνακα",
|
||||
"No lists available" : "Δεν υπάρχουν διαθέσιμες λίστες",
|
||||
"Select a list" : "Επιλέξτε μια λίστα",
|
||||
"Move card" : "Μετακίνηση καρτέλας",
|
||||
"Cancel" : "Aκύρωση",
|
||||
"Select a card" : "Επιλογή μιας καρτέλας",
|
||||
"Cancel" : "Aκύρωση",
|
||||
"Select the card to link to a project" : "Επιλογή καρτέλας για σύνδεση στο έργο",
|
||||
"Link to card" : "Σύνδεσμος σε καρτέλα",
|
||||
"File already exists" : "Το αρχείο υπάρχει ήδη",
|
||||
@@ -333,6 +332,9 @@
|
||||
"An error occurred" : "Παρουσιάστηκε σφάλμα",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Είστε βέβαιοι ότι θέλετε να διαγράψετε τον πίνακα {title}; Αυτό θα διαγράψει όλα τα δεδομένα του πίνακα συμπεριλαμβανομένων και των αρχειοθετημένων καρτών.",
|
||||
"Delete the board?" : "Διαγραφή του πίνακα;",
|
||||
"Clone cards" : "Κάρτες κλώνου",
|
||||
"Advanced options" : "Επιλογές για προχωρημένους",
|
||||
"Clone" : "Κλώνος",
|
||||
"Loading filtered view" : "Φόρτωση εμφάνισης με βάση το φίλτρο",
|
||||
"Today" : "Σήμερα",
|
||||
"Tomorrow" : "Αύριο",
|
||||
@@ -372,6 +374,7 @@
|
||||
"Share with a Deck card" : "Μοιραστείτε με μια καρτέλα Deck",
|
||||
"Share {file} with a Deck card" : "Μοιραστείτε το {file} με μια καρτέλα Deck",
|
||||
"Share" : "Μοιραστείτε",
|
||||
"Move card to another board" : "Μετακίνηση καρτέλας σε άλλο πίνακα",
|
||||
"Searching for users, groups and circles …" : "Αναζήτηση χρηστών, ομάδων και κύκλων…",
|
||||
"(Circle)" : "(Κύκλος)",
|
||||
"Assign to users/groups/circles" : "Ανάθεση σε χρήστες/ομάδες/κύκλους",
|
||||
|
||||
@@ -125,13 +125,14 @@ OC.L10N.register(
|
||||
"Select the board to link to a project" : "Select the board to link to a project",
|
||||
"Search by board title" : "Search by board title",
|
||||
"Select board" : "Select board",
|
||||
"Move card to another board" : "Move card to another board",
|
||||
"Move/copy card" : "Move/copy card",
|
||||
"Select a board" : "Select a board",
|
||||
"No lists available" : "No lists available",
|
||||
"Select a list" : "Select a list",
|
||||
"Move card" : "Move card",
|
||||
"Cancel" : "Cancel",
|
||||
"Copy card" : "Copy card",
|
||||
"Select a card" : "Select a card",
|
||||
"Cancel" : "Cancel",
|
||||
"Select the card to link to a project" : "Select the card to link to a project",
|
||||
"Link to card" : "Link to card",
|
||||
"File already exists" : "File already exists",
|
||||
@@ -337,6 +338,15 @@ OC.L10N.register(
|
||||
"An error occurred" : "An error occurred",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.",
|
||||
"Delete the board?" : "Delete the board?",
|
||||
"Clone {boardTitle}" : "Clone {boardTitle}",
|
||||
"Clone cards" : "Clone cards",
|
||||
"Clone assignments" : "Clone assignments",
|
||||
"Clone labels" : "Clone labels",
|
||||
"Clone due dates" : "Clone due dates",
|
||||
"Advanced options" : "Advanced options",
|
||||
"Move all cards to the first list" : "Move all cards to the first list",
|
||||
"Restore archived cards" : "Restore archived cards",
|
||||
"Clone" : "Clone",
|
||||
"Loading filtered view" : "Loading filtered view",
|
||||
"Today" : "Today",
|
||||
"Tomorrow" : "Tomorrow",
|
||||
@@ -376,6 +386,7 @@ OC.L10N.register(
|
||||
"Share with a Deck card" : "Share with a Deck card",
|
||||
"Share {file} with a Deck card" : "Share {file} with a Deck card",
|
||||
"Share" : "Share",
|
||||
"Move card to another board" : "Move card to another board",
|
||||
"Searching for users, groups and circles …" : "Searching for users, groups and circles …",
|
||||
"(Circle)" : "(Circle)",
|
||||
"Assign to users/groups/circles" : "Assign to users/groups/circles",
|
||||
|
||||
@@ -123,13 +123,14 @@
|
||||
"Select the board to link to a project" : "Select the board to link to a project",
|
||||
"Search by board title" : "Search by board title",
|
||||
"Select board" : "Select board",
|
||||
"Move card to another board" : "Move card to another board",
|
||||
"Move/copy card" : "Move/copy card",
|
||||
"Select a board" : "Select a board",
|
||||
"No lists available" : "No lists available",
|
||||
"Select a list" : "Select a list",
|
||||
"Move card" : "Move card",
|
||||
"Cancel" : "Cancel",
|
||||
"Copy card" : "Copy card",
|
||||
"Select a card" : "Select a card",
|
||||
"Cancel" : "Cancel",
|
||||
"Select the card to link to a project" : "Select the card to link to a project",
|
||||
"Link to card" : "Link to card",
|
||||
"File already exists" : "File already exists",
|
||||
@@ -335,6 +336,15 @@
|
||||
"An error occurred" : "An error occurred",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.",
|
||||
"Delete the board?" : "Delete the board?",
|
||||
"Clone {boardTitle}" : "Clone {boardTitle}",
|
||||
"Clone cards" : "Clone cards",
|
||||
"Clone assignments" : "Clone assignments",
|
||||
"Clone labels" : "Clone labels",
|
||||
"Clone due dates" : "Clone due dates",
|
||||
"Advanced options" : "Advanced options",
|
||||
"Move all cards to the first list" : "Move all cards to the first list",
|
||||
"Restore archived cards" : "Restore archived cards",
|
||||
"Clone" : "Clone",
|
||||
"Loading filtered view" : "Loading filtered view",
|
||||
"Today" : "Today",
|
||||
"Tomorrow" : "Tomorrow",
|
||||
@@ -374,6 +384,7 @@
|
||||
"Share with a Deck card" : "Share with a Deck card",
|
||||
"Share {file} with a Deck card" : "Share {file} with a Deck card",
|
||||
"Share" : "Share",
|
||||
"Move card to another board" : "Move card to another board",
|
||||
"Searching for users, groups and circles …" : "Searching for users, groups and circles …",
|
||||
"(Circle)" : "(Circle)",
|
||||
"Assign to users/groups/circles" : "Assign to users/groups/circles",
|
||||
|
||||
@@ -124,6 +124,7 @@ OC.L10N.register(
|
||||
"No notifications" : "Neniu sciigo",
|
||||
"Delete board" : "Forigi tabulon",
|
||||
"An error occurred" : "Eraro okazis",
|
||||
"Advanced options" : "Detalaj agordoj",
|
||||
"Today" : "Hodiaŭ",
|
||||
"Tomorrow" : "Morgaŭ",
|
||||
"Close" : "Malfermi",
|
||||
|
||||
@@ -122,6 +122,7 @@
|
||||
"No notifications" : "Neniu sciigo",
|
||||
"Delete board" : "Forigi tabulon",
|
||||
"An error occurred" : "Eraro okazis",
|
||||
"Advanced options" : "Detalaj agordoj",
|
||||
"Today" : "Hodiaŭ",
|
||||
"Tomorrow" : "Morgaŭ",
|
||||
"Close" : "Malfermi",
|
||||
|
||||
@@ -125,13 +125,12 @@ OC.L10N.register(
|
||||
"Select the board to link to a project" : "Selecciona el tablero que enlazar a un proyecto",
|
||||
"Search by board title" : "Buscar por título de tablero",
|
||||
"Select board" : "Selecciona tablero",
|
||||
"Move card to another board" : "Mover la tarjeta a otro tablero",
|
||||
"Select a board" : "Selecciona un tablero",
|
||||
"No lists available" : "No hay listas disponibles",
|
||||
"Select a list" : "Seleccionar una lista",
|
||||
"Move card" : "Mover tarjeta",
|
||||
"Cancel" : "Cancelar",
|
||||
"Select a card" : "Seleccionar una tarjeta",
|
||||
"Cancel" : "Cancelar",
|
||||
"Select the card to link to a project" : "Selecciona la tarjeta que enlazar a un proyecto",
|
||||
"Link to card" : "Enlace a tarjeta",
|
||||
"File already exists" : "El archivo ya existe",
|
||||
@@ -335,6 +334,9 @@ OC.L10N.register(
|
||||
"An error occurred" : "Ocurrió un error",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "¿Está seguro de querer eliminar el tablero {title}? Esto eliminará todos los datos del tablero incluyendo las tarjetas archivadas.",
|
||||
"Delete the board?" : "¿Borrar el tablero?",
|
||||
"Clone cards" : "Clonar tarjetas",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Clone" : "Clonar",
|
||||
"Loading filtered view" : "Cargando vista filtrada",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
@@ -374,6 +376,7 @@ OC.L10N.register(
|
||||
"Share with a Deck card" : "Compartir con una tarjeta de Deck",
|
||||
"Share {file} with a Deck card" : "Compartir {file} con una tarjeta de Deck",
|
||||
"Share" : "Compartir",
|
||||
"Move card to another board" : "Mover la tarjeta a otro tablero",
|
||||
"Searching for users, groups and circles …" : "Buscando usuarios, grupos o círculos...",
|
||||
"(Circle)" : "(Circle)",
|
||||
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
|
||||
|
||||
@@ -123,13 +123,12 @@
|
||||
"Select the board to link to a project" : "Selecciona el tablero que enlazar a un proyecto",
|
||||
"Search by board title" : "Buscar por título de tablero",
|
||||
"Select board" : "Selecciona tablero",
|
||||
"Move card to another board" : "Mover la tarjeta a otro tablero",
|
||||
"Select a board" : "Selecciona un tablero",
|
||||
"No lists available" : "No hay listas disponibles",
|
||||
"Select a list" : "Seleccionar una lista",
|
||||
"Move card" : "Mover tarjeta",
|
||||
"Cancel" : "Cancelar",
|
||||
"Select a card" : "Seleccionar una tarjeta",
|
||||
"Cancel" : "Cancelar",
|
||||
"Select the card to link to a project" : "Selecciona la tarjeta que enlazar a un proyecto",
|
||||
"Link to card" : "Enlace a tarjeta",
|
||||
"File already exists" : "El archivo ya existe",
|
||||
@@ -333,6 +332,9 @@
|
||||
"An error occurred" : "Ocurrió un error",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "¿Está seguro de querer eliminar el tablero {title}? Esto eliminará todos los datos del tablero incluyendo las tarjetas archivadas.",
|
||||
"Delete the board?" : "¿Borrar el tablero?",
|
||||
"Clone cards" : "Clonar tarjetas",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Clone" : "Clonar",
|
||||
"Loading filtered view" : "Cargando vista filtrada",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
@@ -372,6 +374,7 @@
|
||||
"Share with a Deck card" : "Compartir con una tarjeta de Deck",
|
||||
"Share {file} with a Deck card" : "Compartir {file} con una tarjeta de Deck",
|
||||
"Share" : "Compartir",
|
||||
"Move card to another board" : "Mover la tarjeta a otro tablero",
|
||||
"Searching for users, groups and circles …" : "Buscando usuarios, grupos o círculos...",
|
||||
"(Circle)" : "(Circle)",
|
||||
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
|
||||
|
||||
@@ -60,6 +60,7 @@ OC.L10N.register(
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
|
||||
@@ -58,6 +58,7 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
|
||||
@@ -51,8 +51,8 @@ OC.L10N.register(
|
||||
"Select board" : "Selecciona tablero",
|
||||
"Select a board" : "Selecciona un tablero",
|
||||
"Select a list" : "Seleccionar una lista",
|
||||
"Cancel" : "Cancelar",
|
||||
"Select a card" : "Seleccionar una tarjeta",
|
||||
"Cancel" : "Cancelar",
|
||||
"Open" : "Abrir",
|
||||
"Completed" : "Completado",
|
||||
"Next 24 hours" : "Próximas 24 horas",
|
||||
@@ -101,6 +101,7 @@ OC.L10N.register(
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Eliminar Tablero",
|
||||
"An error occurred" : "Ocurrió un error",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"No due" : "Sin finalizar",
|
||||
|
||||
@@ -49,8 +49,8 @@
|
||||
"Select board" : "Selecciona tablero",
|
||||
"Select a board" : "Selecciona un tablero",
|
||||
"Select a list" : "Seleccionar una lista",
|
||||
"Cancel" : "Cancelar",
|
||||
"Select a card" : "Seleccionar una tarjeta",
|
||||
"Cancel" : "Cancelar",
|
||||
"Open" : "Abrir",
|
||||
"Completed" : "Completado",
|
||||
"Next 24 hours" : "Próximas 24 horas",
|
||||
@@ -99,6 +99,7 @@
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Eliminar Tablero",
|
||||
"An error occurred" : "Ocurrió un error",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"No due" : "Sin finalizar",
|
||||
|
||||
@@ -63,6 +63,7 @@ OC.L10N.register(
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
|
||||
@@ -61,6 +61,7 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
|
||||
@@ -64,6 +64,7 @@ OC.L10N.register(
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
|
||||
@@ -62,6 +62,7 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
|
||||
@@ -63,6 +63,7 @@ OC.L10N.register(
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
|
||||
@@ -61,6 +61,7 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
|
||||
@@ -63,6 +63,7 @@ OC.L10N.register(
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
|
||||
@@ -61,6 +61,7 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
|
||||
@@ -116,13 +116,12 @@ OC.L10N.register(
|
||||
"Select the board to link to a project" : "Selecciona el tablero para vincularlo a un proyecto",
|
||||
"Search by board title" : "Buscar por título del tablero",
|
||||
"Select board" : "Seleccionar tablero",
|
||||
"Move card to another board" : "Mover tarjeta a otro tablero",
|
||||
"Select a board" : "Seleccionar un tablero",
|
||||
"No lists available" : "No hay listas disponibles",
|
||||
"Select a list" : "Seleccionar una lista",
|
||||
"Move card" : "Mover tarjeta",
|
||||
"Cancel" : "Cancelar",
|
||||
"Select a card" : "Seleccionar una tarjeta",
|
||||
"Cancel" : "Cancelar",
|
||||
"Select the card to link to a project" : "Selecciona la tarjeta para vincularla a un proyecto",
|
||||
"Link to card" : "Vincular con tarjeta",
|
||||
"File already exists" : "El archivo ya existe",
|
||||
@@ -283,6 +282,9 @@ OC.L10N.register(
|
||||
"An error occurred" : "Se produjo un error",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "¿Estás seguro de que quieres eliminar el tablero {title}? Esto eliminará todos los datos de este tablero, incluidas las tarjetas archivadas.",
|
||||
"Delete the board?" : "¿Eliminar el tablero?",
|
||||
"Clone cards" : "Clonar tarjetas",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Clone" : "Clonar",
|
||||
"Loading filtered view" : "Cargando vista filtrada",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
@@ -317,6 +319,7 @@ OC.L10N.register(
|
||||
"Share with a Deck card" : "Compartir con una tarjeta de Deck",
|
||||
"Share {file} with a Deck card" : "Compartir {file} con una tarjeta de Deck",
|
||||
"Share" : "Compartir",
|
||||
"Move card to another board" : "Mover tarjeta a otro tablero",
|
||||
"Searching for users, groups and circles …" : "Buscando usuarios, grupos y círculos …",
|
||||
"(Circle)" : "(Círculo)",
|
||||
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos"
|
||||
|
||||
@@ -114,13 +114,12 @@
|
||||
"Select the board to link to a project" : "Selecciona el tablero para vincularlo a un proyecto",
|
||||
"Search by board title" : "Buscar por título del tablero",
|
||||
"Select board" : "Seleccionar tablero",
|
||||
"Move card to another board" : "Mover tarjeta a otro tablero",
|
||||
"Select a board" : "Seleccionar un tablero",
|
||||
"No lists available" : "No hay listas disponibles",
|
||||
"Select a list" : "Seleccionar una lista",
|
||||
"Move card" : "Mover tarjeta",
|
||||
"Cancel" : "Cancelar",
|
||||
"Select a card" : "Seleccionar una tarjeta",
|
||||
"Cancel" : "Cancelar",
|
||||
"Select the card to link to a project" : "Selecciona la tarjeta para vincularla a un proyecto",
|
||||
"Link to card" : "Vincular con tarjeta",
|
||||
"File already exists" : "El archivo ya existe",
|
||||
@@ -281,6 +280,9 @@
|
||||
"An error occurred" : "Se produjo un error",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "¿Estás seguro de que quieres eliminar el tablero {title}? Esto eliminará todos los datos de este tablero, incluidas las tarjetas archivadas.",
|
||||
"Delete the board?" : "¿Eliminar el tablero?",
|
||||
"Clone cards" : "Clonar tarjetas",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Clone" : "Clonar",
|
||||
"Loading filtered view" : "Cargando vista filtrada",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
@@ -315,6 +317,7 @@
|
||||
"Share with a Deck card" : "Compartir con una tarjeta de Deck",
|
||||
"Share {file} with a Deck card" : "Compartir {file} con una tarjeta de Deck",
|
||||
"Share" : "Compartir",
|
||||
"Move card to another board" : "Mover tarjeta a otro tablero",
|
||||
"Searching for users, groups and circles …" : "Buscando usuarios, grupos y círculos …",
|
||||
"(Circle)" : "(Círculo)",
|
||||
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos"
|
||||
|
||||
@@ -63,6 +63,7 @@ OC.L10N.register(
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
|
||||
@@ -61,6 +61,7 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
|
||||
@@ -59,6 +59,7 @@ OC.L10N.register(
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
|
||||
@@ -57,6 +57,7 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
|
||||
@@ -107,6 +107,7 @@ OC.L10N.register(
|
||||
"Add card" : "Agregar tarjeta",
|
||||
"Archived cards" : "Tarjetas archivadas",
|
||||
"Add list" : "Añadir lista",
|
||||
"List name" : "Nombre de lista",
|
||||
"Active filters" : "Filtros activos",
|
||||
"Filter by tag" : "Filtrar por etiqueta",
|
||||
"Unassigned" : "No asignado",
|
||||
@@ -180,6 +181,9 @@ OC.L10N.register(
|
||||
"Delete board" : "Borrar tableros",
|
||||
"No reminder" : "Sin recordatorio",
|
||||
"An error occurred" : "Ha ocurrido un error",
|
||||
"Clone cards" : "Clonar tarjetas",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Clone" : "Clonar",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
|
||||
@@ -105,6 +105,7 @@
|
||||
"Add card" : "Agregar tarjeta",
|
||||
"Archived cards" : "Tarjetas archivadas",
|
||||
"Add list" : "Añadir lista",
|
||||
"List name" : "Nombre de lista",
|
||||
"Active filters" : "Filtros activos",
|
||||
"Filter by tag" : "Filtrar por etiqueta",
|
||||
"Unassigned" : "No asignado",
|
||||
@@ -178,6 +179,9 @@
|
||||
"Delete board" : "Borrar tableros",
|
||||
"No reminder" : "Sin recordatorio",
|
||||
"An error occurred" : "Ha ocurrido un error",
|
||||
"Clone cards" : "Clonar tarjetas",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Clone" : "Clonar",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
|
||||
@@ -59,6 +59,7 @@ OC.L10N.register(
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
|
||||
@@ -57,6 +57,7 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
|
||||
@@ -59,6 +59,7 @@ OC.L10N.register(
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
|
||||
@@ -57,6 +57,7 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
|
||||
@@ -61,6 +61,7 @@ OC.L10N.register(
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
|
||||
@@ -59,6 +59,7 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
|
||||
@@ -59,6 +59,7 @@ OC.L10N.register(
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
|
||||
@@ -57,6 +57,7 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
|
||||
@@ -62,6 +62,7 @@ OC.L10N.register(
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"An error occurred" : "Se presentó un error",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
|
||||
@@ -60,6 +60,7 @@
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"An error occurred" : "Se presentó un error",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
|
||||
@@ -63,6 +63,7 @@ OC.L10N.register(
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
|
||||
@@ -61,6 +61,7 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
|
||||
@@ -59,6 +59,7 @@ OC.L10N.register(
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
|
||||
@@ -57,6 +57,7 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
|
||||
@@ -49,6 +49,7 @@ OC.L10N.register(
|
||||
"Cancel edit" : "Loobu muutmisest",
|
||||
"No notifications" : "Märguandeid pole",
|
||||
"An error occurred" : "Tekkis tõrge",
|
||||
"Advanced options" : "Täpsemad valikud",
|
||||
"Today" : "Täna",
|
||||
"Tomorrow" : "Homme",
|
||||
"Close" : "Sulge",
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
"Cancel edit" : "Loobu muutmisest",
|
||||
"No notifications" : "Märguandeid pole",
|
||||
"An error occurred" : "Tekkis tõrge",
|
||||
"Advanced options" : "Täpsemad valikud",
|
||||
"Today" : "Täna",
|
||||
"Tomorrow" : "Homme",
|
||||
"Close" : "Sulge",
|
||||
|
||||
@@ -125,13 +125,12 @@ OC.L10N.register(
|
||||
"Select the board to link to a project" : "Hautatu taula proiektu bati estekatzeko",
|
||||
"Search by board title" : "Bilatu taula izenez",
|
||||
"Select board" : "Hautatu taula",
|
||||
"Move card to another board" : "Mugitu txartela beste taula batera",
|
||||
"Select a board" : "Hautatu taula bat",
|
||||
"No lists available" : "Ez dago zerrendarik eskuragarri",
|
||||
"Select a list" : "Hautatu zerrenda bat",
|
||||
"Move card" : "Mugitu txartela",
|
||||
"Cancel" : "Utzi",
|
||||
"Select a card" : "Hautatu txartel bat",
|
||||
"Cancel" : "Utzi",
|
||||
"Select the card to link to a project" : "Hautatu proiektu bati estekatzeko txartela",
|
||||
"Link to card" : "Lotu txartelera",
|
||||
"File already exists" : "Badago izen bereko fitxategi bat",
|
||||
@@ -317,6 +316,7 @@ OC.L10N.register(
|
||||
"Limit board creation to some groups" : "Mugatu taulak sortzea talde batzuei",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Talde horietatik kanpo dauden erabiltzaileek ezingo dituzte haien taulak sortu, baina partekatu zaizkien tauletan lan egiten jarraitu ahal izango dute.",
|
||||
"Cancel edit" : "Utzi editatzeari",
|
||||
"Save board" : "Gorde mahaia",
|
||||
"Board details" : "Taularen xehetasunak",
|
||||
"Edit board" : "Editatu taula",
|
||||
"Clone board" : "Klonatu taula",
|
||||
@@ -336,6 +336,9 @@ OC.L10N.register(
|
||||
"An error occurred" : "Errore bat gertatu da",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Ziur zaude {title} taula ezabatu nahi duzula? Honek taula honen datu guztiak ezabatuko ditu, artxibatutako txartelak barne.",
|
||||
"Delete the board?" : "Taula ezabatu?",
|
||||
"Clone cards" : "Klonatu txartelak",
|
||||
"Advanced options" : "Ezarpen aurreratuak",
|
||||
"Clone" : "Klonatu",
|
||||
"Loading filtered view" : "Kargatzen iragazitako ikuspegia",
|
||||
"Today" : "Gaur",
|
||||
"Tomorrow" : "Bihar",
|
||||
@@ -375,6 +378,7 @@ OC.L10N.register(
|
||||
"Share with a Deck card" : "Partekatu Deck txartel baten bidez",
|
||||
"Share {file} with a Deck card" : "Partekatu {file} Deck txartel baten bidez",
|
||||
"Share" : "Partekatu",
|
||||
"Move card to another board" : "Mugitu txartela beste taula batera",
|
||||
"Searching for users, groups and circles …" : "Erabiltzaileak, taldeak, zirkuluak... bilatzen",
|
||||
"(Circle)" : "(Zirkulua)",
|
||||
"Assign to users/groups/circles" : "Esleitu erabiltzaile/talde/zirkuluei",
|
||||
|
||||
@@ -123,13 +123,12 @@
|
||||
"Select the board to link to a project" : "Hautatu taula proiektu bati estekatzeko",
|
||||
"Search by board title" : "Bilatu taula izenez",
|
||||
"Select board" : "Hautatu taula",
|
||||
"Move card to another board" : "Mugitu txartela beste taula batera",
|
||||
"Select a board" : "Hautatu taula bat",
|
||||
"No lists available" : "Ez dago zerrendarik eskuragarri",
|
||||
"Select a list" : "Hautatu zerrenda bat",
|
||||
"Move card" : "Mugitu txartela",
|
||||
"Cancel" : "Utzi",
|
||||
"Select a card" : "Hautatu txartel bat",
|
||||
"Cancel" : "Utzi",
|
||||
"Select the card to link to a project" : "Hautatu proiektu bati estekatzeko txartela",
|
||||
"Link to card" : "Lotu txartelera",
|
||||
"File already exists" : "Badago izen bereko fitxategi bat",
|
||||
@@ -315,6 +314,7 @@
|
||||
"Limit board creation to some groups" : "Mugatu taulak sortzea talde batzuei",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Talde horietatik kanpo dauden erabiltzaileek ezingo dituzte haien taulak sortu, baina partekatu zaizkien tauletan lan egiten jarraitu ahal izango dute.",
|
||||
"Cancel edit" : "Utzi editatzeari",
|
||||
"Save board" : "Gorde mahaia",
|
||||
"Board details" : "Taularen xehetasunak",
|
||||
"Edit board" : "Editatu taula",
|
||||
"Clone board" : "Klonatu taula",
|
||||
@@ -334,6 +334,9 @@
|
||||
"An error occurred" : "Errore bat gertatu da",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Ziur zaude {title} taula ezabatu nahi duzula? Honek taula honen datu guztiak ezabatuko ditu, artxibatutako txartelak barne.",
|
||||
"Delete the board?" : "Taula ezabatu?",
|
||||
"Clone cards" : "Klonatu txartelak",
|
||||
"Advanced options" : "Ezarpen aurreratuak",
|
||||
"Clone" : "Klonatu",
|
||||
"Loading filtered view" : "Kargatzen iragazitako ikuspegia",
|
||||
"Today" : "Gaur",
|
||||
"Tomorrow" : "Bihar",
|
||||
@@ -373,6 +376,7 @@
|
||||
"Share with a Deck card" : "Partekatu Deck txartel baten bidez",
|
||||
"Share {file} with a Deck card" : "Partekatu {file} Deck txartel baten bidez",
|
||||
"Share" : "Partekatu",
|
||||
"Move card to another board" : "Mugitu txartela beste taula batera",
|
||||
"Searching for users, groups and circles …" : "Erabiltzaileak, taldeak, zirkuluak... bilatzen",
|
||||
"(Circle)" : "(Zirkulua)",
|
||||
"Assign to users/groups/circles" : "Esleitu erabiltzaile/talde/zirkuluei",
|
||||
|
||||
@@ -117,13 +117,12 @@ OC.L10N.register(
|
||||
"Select the board to link to a project" : "تختهای را برای ایجاد پیوند با یک پروژه انتخاب کنید",
|
||||
"Search by board title" : "جستجو بر اساس عنوان تخته",
|
||||
"Select board" : "انتخاب تخته",
|
||||
"Move card to another board" : "انتقال برگه به تختهای دیگر",
|
||||
"Select a board" : "انتخاب یک تخته",
|
||||
"No lists available" : "هیچ فهرستی در دسترس نیست",
|
||||
"Select a list" : "یک فهرست برگزینید",
|
||||
"Move card" : "انتقال برگه",
|
||||
"Cancel" : "لغو",
|
||||
"Select a card" : "انتخاب یک برگه",
|
||||
"Cancel" : "لغو",
|
||||
"Select the card to link to a project" : "برگهای را برای ایجاد پیوند با یک پروژه انتخاب کنید",
|
||||
"Link to card" : "پیوند به برگه",
|
||||
"File already exists" : "پرونده از قبل موجود است",
|
||||
@@ -287,6 +286,9 @@ OC.L10N.register(
|
||||
"An error occurred" : "خطایی روی داد",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.",
|
||||
"Delete the board?" : "Delete the board?",
|
||||
"Clone cards" : "شبیه سازی کارت",
|
||||
"Advanced options" : "گزینههای پیشرفته",
|
||||
"Clone" : "شبیه سازی",
|
||||
"Loading filtered view" : "Loading filtered view",
|
||||
"Today" : "Today",
|
||||
"Tomorrow" : "فردا",
|
||||
@@ -324,6 +326,7 @@ OC.L10N.register(
|
||||
"Share with a Deck card" : "Share with a Deck card",
|
||||
"Share {file} with a Deck card" : "Share {file} with a Deck card",
|
||||
"Share" : "همرسانی",
|
||||
"Move card to another board" : "انتقال برگه به تختهای دیگر",
|
||||
"Searching for users, groups and circles …" : "جستجوی کاربران، گروهها و حلقهها…",
|
||||
"(Circle)" : "(حلقه)",
|
||||
"Assign to users/groups/circles" : "به کاربران/ گروهها/ حلقهها اختصاص دهید"
|
||||
|
||||
@@ -115,13 +115,12 @@
|
||||
"Select the board to link to a project" : "تختهای را برای ایجاد پیوند با یک پروژه انتخاب کنید",
|
||||
"Search by board title" : "جستجو بر اساس عنوان تخته",
|
||||
"Select board" : "انتخاب تخته",
|
||||
"Move card to another board" : "انتقال برگه به تختهای دیگر",
|
||||
"Select a board" : "انتخاب یک تخته",
|
||||
"No lists available" : "هیچ فهرستی در دسترس نیست",
|
||||
"Select a list" : "یک فهرست برگزینید",
|
||||
"Move card" : "انتقال برگه",
|
||||
"Cancel" : "لغو",
|
||||
"Select a card" : "انتخاب یک برگه",
|
||||
"Cancel" : "لغو",
|
||||
"Select the card to link to a project" : "برگهای را برای ایجاد پیوند با یک پروژه انتخاب کنید",
|
||||
"Link to card" : "پیوند به برگه",
|
||||
"File already exists" : "پرونده از قبل موجود است",
|
||||
@@ -285,6 +284,9 @@
|
||||
"An error occurred" : "خطایی روی داد",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards.",
|
||||
"Delete the board?" : "Delete the board?",
|
||||
"Clone cards" : "شبیه سازی کارت",
|
||||
"Advanced options" : "گزینههای پیشرفته",
|
||||
"Clone" : "شبیه سازی",
|
||||
"Loading filtered view" : "Loading filtered view",
|
||||
"Today" : "Today",
|
||||
"Tomorrow" : "فردا",
|
||||
@@ -322,6 +324,7 @@
|
||||
"Share with a Deck card" : "Share with a Deck card",
|
||||
"Share {file} with a Deck card" : "Share {file} with a Deck card",
|
||||
"Share" : "همرسانی",
|
||||
"Move card to another board" : "انتقال برگه به تختهای دیگر",
|
||||
"Searching for users, groups and circles …" : "جستجوی کاربران، گروهها و حلقهها…",
|
||||
"(Circle)" : "(حلقه)",
|
||||
"Assign to users/groups/circles" : "به کاربران/ گروهها/ حلقهها اختصاص دهید"
|
||||
|
||||
13
l10n/fi.js
13
l10n/fi.js
@@ -94,13 +94,12 @@ OC.L10N.register(
|
||||
"Select the board to link to a project" : "Valitse projektiin linkitettävä taulu",
|
||||
"Search by board title" : "Hae taulun otsikon mukaan",
|
||||
"Select board" : "Valitse taulu",
|
||||
"Move card to another board" : "Siirrä kortti toiselle taululle",
|
||||
"Select a board" : "Valitse taulu",
|
||||
"No lists available" : "Ei listoja saatavilla",
|
||||
"Select a list" : "Valitse lista ",
|
||||
"Move card" : "Siirrä kortti",
|
||||
"Cancel" : "Peruuta",
|
||||
"Select a card" : "Valitse kortti",
|
||||
"Cancel" : "Peruuta",
|
||||
"Select the card to link to a project" : "Valitse projektiin linkitettävä kortti",
|
||||
"Link to card" : "Linkitä korttiin",
|
||||
"File already exists" : "Tiedosto on jo olemassa",
|
||||
@@ -117,12 +116,13 @@ OC.L10N.register(
|
||||
"Active filters" : "Aktiiviset suodattimet",
|
||||
"Apply filter" : "Toteuta suodatus",
|
||||
"Filter by tag" : "Suodata tunnisteen perusteella",
|
||||
"Filter by assigned user" : "Suodata määritetyn käyttäjän mukaan",
|
||||
"Filter by assigned user" : "Suodata määritetyn käyttäjän perusteella",
|
||||
"Unassigned" : "Määrittämätön",
|
||||
"Filter by status" : "Suodata tilan perusteella",
|
||||
"Open and completed" : "Avoimet ja valmiit",
|
||||
"Open" : "Avoimet",
|
||||
"Completed" : "Valmiit",
|
||||
"Filter by due date" : "Suodata määräpäivän mukaan",
|
||||
"Filter by due date" : "Suodata määräpäivän perusteella",
|
||||
"Overdue" : "Myöhässä",
|
||||
"Next 24 hours" : "Seuraavat 24 tuntia",
|
||||
"Next 7 days" : "Seuraavat 7 päivää",
|
||||
@@ -205,6 +205,7 @@ OC.L10N.register(
|
||||
"Write a description …" : "Kirjoita kuvaus…",
|
||||
"Choose attachment" : "Valitse liite",
|
||||
"Set a due date" : "Aseta eräpäivä",
|
||||
"Choose a date" : "Valitse päivämäärä",
|
||||
"Remove due date" : "Poista eräpäivä",
|
||||
"Mark as done" : "Merkitse valmiiksi",
|
||||
"Unarchive card" : "Poista kortti arkistosta",
|
||||
@@ -247,6 +248,9 @@ OC.L10N.register(
|
||||
"An error occurred" : "Tapahtui virhe",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Haluatko varmasti poistaa taulun {title}? Tämä poistaa kaikki taulun tiedot, mukaan lukien arkistoidut kortit.",
|
||||
"Delete the board?" : "Poistetaanko tämä taulu?",
|
||||
"Clone cards" : "Kloonaa kortteja",
|
||||
"Advanced options" : "Lisävalinnat",
|
||||
"Clone" : "Kloonaa",
|
||||
"Today" : "Tänään",
|
||||
"Tomorrow" : "Huomenna",
|
||||
"Search for {searchQuery} in all boards" : "Hae ehtoja {searchQuery} kaikilta tauluilta",
|
||||
@@ -276,6 +280,7 @@ OC.L10N.register(
|
||||
"Maximum file size of {size} exceeded" : "Tiedoston enimmäiskoko {size} ylitetty",
|
||||
"Error creating the share" : "Virhe jakoa luotaessa",
|
||||
"Share" : "Jaa",
|
||||
"Move card to another board" : "Siirrä kortti toiselle taululle",
|
||||
"(Circle)" : "(Piiri)"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
13
l10n/fi.json
13
l10n/fi.json
@@ -92,13 +92,12 @@
|
||||
"Select the board to link to a project" : "Valitse projektiin linkitettävä taulu",
|
||||
"Search by board title" : "Hae taulun otsikon mukaan",
|
||||
"Select board" : "Valitse taulu",
|
||||
"Move card to another board" : "Siirrä kortti toiselle taululle",
|
||||
"Select a board" : "Valitse taulu",
|
||||
"No lists available" : "Ei listoja saatavilla",
|
||||
"Select a list" : "Valitse lista ",
|
||||
"Move card" : "Siirrä kortti",
|
||||
"Cancel" : "Peruuta",
|
||||
"Select a card" : "Valitse kortti",
|
||||
"Cancel" : "Peruuta",
|
||||
"Select the card to link to a project" : "Valitse projektiin linkitettävä kortti",
|
||||
"Link to card" : "Linkitä korttiin",
|
||||
"File already exists" : "Tiedosto on jo olemassa",
|
||||
@@ -115,12 +114,13 @@
|
||||
"Active filters" : "Aktiiviset suodattimet",
|
||||
"Apply filter" : "Toteuta suodatus",
|
||||
"Filter by tag" : "Suodata tunnisteen perusteella",
|
||||
"Filter by assigned user" : "Suodata määritetyn käyttäjän mukaan",
|
||||
"Filter by assigned user" : "Suodata määritetyn käyttäjän perusteella",
|
||||
"Unassigned" : "Määrittämätön",
|
||||
"Filter by status" : "Suodata tilan perusteella",
|
||||
"Open and completed" : "Avoimet ja valmiit",
|
||||
"Open" : "Avoimet",
|
||||
"Completed" : "Valmiit",
|
||||
"Filter by due date" : "Suodata määräpäivän mukaan",
|
||||
"Filter by due date" : "Suodata määräpäivän perusteella",
|
||||
"Overdue" : "Myöhässä",
|
||||
"Next 24 hours" : "Seuraavat 24 tuntia",
|
||||
"Next 7 days" : "Seuraavat 7 päivää",
|
||||
@@ -203,6 +203,7 @@
|
||||
"Write a description …" : "Kirjoita kuvaus…",
|
||||
"Choose attachment" : "Valitse liite",
|
||||
"Set a due date" : "Aseta eräpäivä",
|
||||
"Choose a date" : "Valitse päivämäärä",
|
||||
"Remove due date" : "Poista eräpäivä",
|
||||
"Mark as done" : "Merkitse valmiiksi",
|
||||
"Unarchive card" : "Poista kortti arkistosta",
|
||||
@@ -245,6 +246,9 @@
|
||||
"An error occurred" : "Tapahtui virhe",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Haluatko varmasti poistaa taulun {title}? Tämä poistaa kaikki taulun tiedot, mukaan lukien arkistoidut kortit.",
|
||||
"Delete the board?" : "Poistetaanko tämä taulu?",
|
||||
"Clone cards" : "Kloonaa kortteja",
|
||||
"Advanced options" : "Lisävalinnat",
|
||||
"Clone" : "Kloonaa",
|
||||
"Today" : "Tänään",
|
||||
"Tomorrow" : "Huomenna",
|
||||
"Search for {searchQuery} in all boards" : "Hae ehtoja {searchQuery} kaikilta tauluilta",
|
||||
@@ -274,6 +278,7 @@
|
||||
"Maximum file size of {size} exceeded" : "Tiedoston enimmäiskoko {size} ylitetty",
|
||||
"Error creating the share" : "Virhe jakoa luotaessa",
|
||||
"Share" : "Jaa",
|
||||
"Move card to another board" : "Siirrä kortti toiselle taululle",
|
||||
"(Circle)" : "(Piiri)"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -125,13 +125,14 @@ OC.L10N.register(
|
||||
"Select the board to link to a project" : "Sélection le tableau pour faire le lien avec un projet.",
|
||||
"Search by board title" : "Rechercher par titre du tableau",
|
||||
"Select board" : "Sélectionner le tableau",
|
||||
"Move card to another board" : "Déplacer la carte vers un autre tableau ",
|
||||
"Move/copy card" : "Déplacer/copier la carte",
|
||||
"Select a board" : "Sélectionner un tableau",
|
||||
"No lists available" : "Aucune liste disponible",
|
||||
"Select a list" : "Sélectionner une liste",
|
||||
"Move card" : "Déplacer la carte",
|
||||
"Cancel" : "Annuler",
|
||||
"Copy card" : "Copier la carte",
|
||||
"Select a card" : "Sélectionnez une carte",
|
||||
"Cancel" : "Annuler",
|
||||
"Select the card to link to a project" : "Sélectionner la carte à relier à un projet",
|
||||
"Link to card" : "Relier à une carte",
|
||||
"File already exists" : "Le fichier existe déjà",
|
||||
@@ -337,6 +338,9 @@ OC.L10N.register(
|
||||
"An error occurred" : "Une erreur est survenue",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Êtes-vous sûr de vouloir supprimer le tableau {title} ? Cela supprimera toutes les données de ce tableau, y compris les cartes archivées.",
|
||||
"Delete the board?" : "Supprimer le tableau ?",
|
||||
"Clone cards" : "Dupliquer des cartes",
|
||||
"Advanced options" : "Options avancées",
|
||||
"Clone" : "Dupliquer",
|
||||
"Loading filtered view" : "Chargement de la vue filtrée",
|
||||
"Today" : "Aujourd'hui",
|
||||
"Tomorrow" : "Demain",
|
||||
@@ -376,6 +380,7 @@ OC.L10N.register(
|
||||
"Share with a Deck card" : "Partager avec Deck en tant que carte",
|
||||
"Share {file} with a Deck card" : "Partager {file} avec Deck en tant que carte",
|
||||
"Share" : "Partager",
|
||||
"Move card to another board" : "Déplacer la carte vers un autre tableau ",
|
||||
"Searching for users, groups and circles …" : "Recherche d'utilisateurs, de groupes et de cercles ...",
|
||||
"(Circle)" : "(Cercle)",
|
||||
"Assign to users/groups/circles" : "Attribuer à des utilisateurs / groupes / cercles",
|
||||
|
||||
@@ -123,13 +123,14 @@
|
||||
"Select the board to link to a project" : "Sélection le tableau pour faire le lien avec un projet.",
|
||||
"Search by board title" : "Rechercher par titre du tableau",
|
||||
"Select board" : "Sélectionner le tableau",
|
||||
"Move card to another board" : "Déplacer la carte vers un autre tableau ",
|
||||
"Move/copy card" : "Déplacer/copier la carte",
|
||||
"Select a board" : "Sélectionner un tableau",
|
||||
"No lists available" : "Aucune liste disponible",
|
||||
"Select a list" : "Sélectionner une liste",
|
||||
"Move card" : "Déplacer la carte",
|
||||
"Cancel" : "Annuler",
|
||||
"Copy card" : "Copier la carte",
|
||||
"Select a card" : "Sélectionnez une carte",
|
||||
"Cancel" : "Annuler",
|
||||
"Select the card to link to a project" : "Sélectionner la carte à relier à un projet",
|
||||
"Link to card" : "Relier à une carte",
|
||||
"File already exists" : "Le fichier existe déjà",
|
||||
@@ -335,6 +336,9 @@
|
||||
"An error occurred" : "Une erreur est survenue",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Êtes-vous sûr de vouloir supprimer le tableau {title} ? Cela supprimera toutes les données de ce tableau, y compris les cartes archivées.",
|
||||
"Delete the board?" : "Supprimer le tableau ?",
|
||||
"Clone cards" : "Dupliquer des cartes",
|
||||
"Advanced options" : "Options avancées",
|
||||
"Clone" : "Dupliquer",
|
||||
"Loading filtered view" : "Chargement de la vue filtrée",
|
||||
"Today" : "Aujourd'hui",
|
||||
"Tomorrow" : "Demain",
|
||||
@@ -374,6 +378,7 @@
|
||||
"Share with a Deck card" : "Partager avec Deck en tant que carte",
|
||||
"Share {file} with a Deck card" : "Partager {file} avec Deck en tant que carte",
|
||||
"Share" : "Partager",
|
||||
"Move card to another board" : "Déplacer la carte vers un autre tableau ",
|
||||
"Searching for users, groups and circles …" : "Recherche d'utilisateurs, de groupes et de cercles ...",
|
||||
"(Circle)" : "(Cercle)",
|
||||
"Assign to users/groups/circles" : "Attribuer à des utilisateurs / groupes / cercles",
|
||||
|
||||
15
l10n/ga.js
15
l10n/ga.js
@@ -125,13 +125,14 @@ OC.L10N.register(
|
||||
"Select the board to link to a project" : "Roghnaigh an clár chun nasc a dhéanamh le tionscadal",
|
||||
"Search by board title" : "Cuardaigh de réir teideal an bhoird",
|
||||
"Select board" : "Roghnaigh bord",
|
||||
"Move card to another board" : "Bog cárta go bord eile",
|
||||
"Move/copy card" : "Bog/cóipeáil an cárta",
|
||||
"Select a board" : "Roghnaigh bord",
|
||||
"No lists available" : "Níl aon liostaí ar fáil",
|
||||
"Select a list" : "Roghnaigh liosta",
|
||||
"Move card" : "Bog cárta",
|
||||
"Cancel" : "Cealaigh",
|
||||
"Copy card" : "Cóip cárta",
|
||||
"Select a card" : "Roghnaigh cárta",
|
||||
"Cancel" : "Cealaigh",
|
||||
"Select the card to link to a project" : "Roghnaigh an cárta chun nascadh le tionscadal",
|
||||
"Link to card" : "Nasc le cárta",
|
||||
"File already exists" : "Tá an comhad ann cheana féin",
|
||||
@@ -337,6 +338,15 @@ OC.L10N.register(
|
||||
"An error occurred" : "Tharla earráid",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "An bhfuil tú cinnte gur mhaith leat an clár {title} a scriosadh? Scriosfaidh sé seo sonraí uile an bhoird seo lena n-áirítear cártaí cartlainne.",
|
||||
"Delete the board?" : "An bhfuil fonn ort an clár a scriosadh?",
|
||||
"Clone {boardTitle}" : "Clón {boardTitle}",
|
||||
"Clone cards" : "Cártaí clón",
|
||||
"Clone assignments" : "Tascanna Clón",
|
||||
"Clone labels" : "Lipéid Clón",
|
||||
"Clone due dates" : "Dátaí dlite Clón",
|
||||
"Advanced options" : "Ardroghanna",
|
||||
"Move all cards to the first list" : "Bog na cártaí go léir chuig an gcéad liosta",
|
||||
"Restore archived cards" : "Athchóirigh cártaí gcartlann",
|
||||
"Clone" : "Clón",
|
||||
"Loading filtered view" : "Amharc scagtha á lódáil",
|
||||
"Today" : "Inniu",
|
||||
"Tomorrow" : "Amárach",
|
||||
@@ -376,6 +386,7 @@ OC.L10N.register(
|
||||
"Share with a Deck card" : "Comhroinn le cárta Deic",
|
||||
"Share {file} with a Deck card" : "Roinn {file} le cárta Deic",
|
||||
"Share" : "Comhroinn",
|
||||
"Move card to another board" : "Bog cárta go bord eile",
|
||||
"Searching for users, groups and circles …" : "Ag cuardach úsáideoirí, grúpaí agus ciorcail…",
|
||||
"(Circle)" : "(Ciorcal)",
|
||||
"Assign to users/groups/circles" : "Sann d'úsáideoirí/grúpaí/ciorcail",
|
||||
|
||||
15
l10n/ga.json
15
l10n/ga.json
@@ -123,13 +123,14 @@
|
||||
"Select the board to link to a project" : "Roghnaigh an clár chun nasc a dhéanamh le tionscadal",
|
||||
"Search by board title" : "Cuardaigh de réir teideal an bhoird",
|
||||
"Select board" : "Roghnaigh bord",
|
||||
"Move card to another board" : "Bog cárta go bord eile",
|
||||
"Move/copy card" : "Bog/cóipeáil an cárta",
|
||||
"Select a board" : "Roghnaigh bord",
|
||||
"No lists available" : "Níl aon liostaí ar fáil",
|
||||
"Select a list" : "Roghnaigh liosta",
|
||||
"Move card" : "Bog cárta",
|
||||
"Cancel" : "Cealaigh",
|
||||
"Copy card" : "Cóip cárta",
|
||||
"Select a card" : "Roghnaigh cárta",
|
||||
"Cancel" : "Cealaigh",
|
||||
"Select the card to link to a project" : "Roghnaigh an cárta chun nascadh le tionscadal",
|
||||
"Link to card" : "Nasc le cárta",
|
||||
"File already exists" : "Tá an comhad ann cheana féin",
|
||||
@@ -335,6 +336,15 @@
|
||||
"An error occurred" : "Tharla earráid",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "An bhfuil tú cinnte gur mhaith leat an clár {title} a scriosadh? Scriosfaidh sé seo sonraí uile an bhoird seo lena n-áirítear cártaí cartlainne.",
|
||||
"Delete the board?" : "An bhfuil fonn ort an clár a scriosadh?",
|
||||
"Clone {boardTitle}" : "Clón {boardTitle}",
|
||||
"Clone cards" : "Cártaí clón",
|
||||
"Clone assignments" : "Tascanna Clón",
|
||||
"Clone labels" : "Lipéid Clón",
|
||||
"Clone due dates" : "Dátaí dlite Clón",
|
||||
"Advanced options" : "Ardroghanna",
|
||||
"Move all cards to the first list" : "Bog na cártaí go léir chuig an gcéad liosta",
|
||||
"Restore archived cards" : "Athchóirigh cártaí gcartlann",
|
||||
"Clone" : "Clón",
|
||||
"Loading filtered view" : "Amharc scagtha á lódáil",
|
||||
"Today" : "Inniu",
|
||||
"Tomorrow" : "Amárach",
|
||||
@@ -374,6 +384,7 @@
|
||||
"Share with a Deck card" : "Comhroinn le cárta Deic",
|
||||
"Share {file} with a Deck card" : "Roinn {file} le cárta Deic",
|
||||
"Share" : "Comhroinn",
|
||||
"Move card to another board" : "Bog cárta go bord eile",
|
||||
"Searching for users, groups and circles …" : "Ag cuardach úsáideoirí, grúpaí agus ciorcail…",
|
||||
"(Circle)" : "(Ciorcal)",
|
||||
"Assign to users/groups/circles" : "Sann d'úsáideoirí/grúpaí/ciorcail",
|
||||
|
||||
@@ -125,13 +125,14 @@ OC.L10N.register(
|
||||
"Select the board to link to a project" : "Seleccione o taboleiro para ligar a un proxecto",
|
||||
"Search by board title" : "Buscar polo título do taboleiro",
|
||||
"Select board" : "Seleccionar taboleiro",
|
||||
"Move card to another board" : "Mover a tarxeta a outro taboleiro",
|
||||
"Move/copy card" : "Mover/copiar a tarxeta",
|
||||
"Select a board" : "Seleccione un taboleiro",
|
||||
"No lists available" : "Non hai listas dispoñíbeis",
|
||||
"Select a list" : "Seleccionar unha lista",
|
||||
"Move card" : "Mover a tarxeta",
|
||||
"Cancel" : "Cancelar",
|
||||
"Copy card" : "Copiar a tarxeta",
|
||||
"Select a card" : "Seleccione unha tarxeta",
|
||||
"Cancel" : "Cancelar",
|
||||
"Select the card to link to a project" : "Seleccione a tarxeta para ligar a un proxecto",
|
||||
"Link to card" : "Ligazón á tarxeta",
|
||||
"File already exists" : "O ficheiro xa existe",
|
||||
@@ -337,6 +338,9 @@ OC.L10N.register(
|
||||
"An error occurred" : "Produciuse un erro",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Confirma que quere eliminar o taboleiro {title}? Isto eliminará todos os datos deste taboleiro, incluídas as tarxetas arquivadas.",
|
||||
"Delete the board?" : "Eliminar o taboleiro?",
|
||||
"Clone cards" : "Clonar tarxetas",
|
||||
"Advanced options" : "Opcións avanzadas",
|
||||
"Clone" : "Clonar",
|
||||
"Loading filtered view" : "Cargando a vista filtrada",
|
||||
"Today" : "Hoxe",
|
||||
"Tomorrow" : "Mañá",
|
||||
@@ -376,6 +380,7 @@ OC.L10N.register(
|
||||
"Share with a Deck card" : "Compartir cunha tarxeta da Gabeta",
|
||||
"Share {file} with a Deck card" : "Compartir {file} cunha tarxeta da Gabeta",
|
||||
"Share" : "Compartir",
|
||||
"Move card to another board" : "Mover a tarxeta a outro taboleiro",
|
||||
"Searching for users, groups and circles …" : "Buscando por usuarios, grupos e círculos…",
|
||||
"(Circle)" : "(Círculo)",
|
||||
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
|
||||
|
||||
@@ -123,13 +123,14 @@
|
||||
"Select the board to link to a project" : "Seleccione o taboleiro para ligar a un proxecto",
|
||||
"Search by board title" : "Buscar polo título do taboleiro",
|
||||
"Select board" : "Seleccionar taboleiro",
|
||||
"Move card to another board" : "Mover a tarxeta a outro taboleiro",
|
||||
"Move/copy card" : "Mover/copiar a tarxeta",
|
||||
"Select a board" : "Seleccione un taboleiro",
|
||||
"No lists available" : "Non hai listas dispoñíbeis",
|
||||
"Select a list" : "Seleccionar unha lista",
|
||||
"Move card" : "Mover a tarxeta",
|
||||
"Cancel" : "Cancelar",
|
||||
"Copy card" : "Copiar a tarxeta",
|
||||
"Select a card" : "Seleccione unha tarxeta",
|
||||
"Cancel" : "Cancelar",
|
||||
"Select the card to link to a project" : "Seleccione a tarxeta para ligar a un proxecto",
|
||||
"Link to card" : "Ligazón á tarxeta",
|
||||
"File already exists" : "O ficheiro xa existe",
|
||||
@@ -335,6 +336,9 @@
|
||||
"An error occurred" : "Produciuse un erro",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Confirma que quere eliminar o taboleiro {title}? Isto eliminará todos os datos deste taboleiro, incluídas as tarxetas arquivadas.",
|
||||
"Delete the board?" : "Eliminar o taboleiro?",
|
||||
"Clone cards" : "Clonar tarxetas",
|
||||
"Advanced options" : "Opcións avanzadas",
|
||||
"Clone" : "Clonar",
|
||||
"Loading filtered view" : "Cargando a vista filtrada",
|
||||
"Today" : "Hoxe",
|
||||
"Tomorrow" : "Mañá",
|
||||
@@ -374,6 +378,7 @@
|
||||
"Share with a Deck card" : "Compartir cunha tarxeta da Gabeta",
|
||||
"Share {file} with a Deck card" : "Compartir {file} cunha tarxeta da Gabeta",
|
||||
"Share" : "Compartir",
|
||||
"Move card to another board" : "Mover a tarxeta a outro taboleiro",
|
||||
"Searching for users, groups and circles …" : "Buscando por usuarios, grupos e círculos…",
|
||||
"(Circle)" : "(Círculo)",
|
||||
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
|
||||
|
||||
@@ -107,13 +107,12 @@ OC.L10N.register(
|
||||
"Select the board to link to a project" : "נא לבחור את הלוח לקישור למיזם",
|
||||
"Search by board title" : "חיפוש לפי כותרת לו",
|
||||
"Select board" : "בחירת לוח",
|
||||
"Move card to another board" : "העברת כרטיס ללוח אחר",
|
||||
"Select a board" : "נא לבחור לוח",
|
||||
"No lists available" : "אין רשימות זמינות",
|
||||
"Select a list" : "בחר רשימה",
|
||||
"Move card" : "העברת כרטיס",
|
||||
"Cancel" : "ביטול",
|
||||
"Select a card" : "נא לבחור כרטיס",
|
||||
"Cancel" : "ביטול",
|
||||
"Select the card to link to a project" : "נא לבחור את הכרטיס לקישור למיזם",
|
||||
"Link to card" : "קישור לכרטיס",
|
||||
"File already exists" : "הקובץ כבר קיים",
|
||||
@@ -250,6 +249,7 @@ OC.L10N.register(
|
||||
"No reminder" : "אין תזכורת",
|
||||
"An error occurred" : "אירעה שגיאה",
|
||||
"Delete the board?" : "למחוק את הלוח הזה?",
|
||||
"Advanced options" : "אפשרויות מתקדמות",
|
||||
"Loading filtered view" : "טוען תצוגה מסוננת",
|
||||
"Today" : "היום",
|
||||
"Tomorrow" : "מחר",
|
||||
@@ -268,6 +268,7 @@ OC.L10N.register(
|
||||
"Share with a Deck card" : "שיתוף עם כרטיס חפיסה",
|
||||
"Share {file} with a Deck card" : "שיתוף {file} עם כרטיס חפיסה",
|
||||
"Share" : "שיתוף",
|
||||
"Move card to another board" : "העברת כרטיס ללוח אחר",
|
||||
"Searching for users, groups and circles …" : "מחפש משתמשים, קבוצות, ומעגלים ...",
|
||||
"(Circle)" : "(מעגל)",
|
||||
"Assign to users/groups/circles" : "הקצאה למשתמשים/קבוצות/מעגלים"
|
||||
|
||||
@@ -105,13 +105,12 @@
|
||||
"Select the board to link to a project" : "נא לבחור את הלוח לקישור למיזם",
|
||||
"Search by board title" : "חיפוש לפי כותרת לו",
|
||||
"Select board" : "בחירת לוח",
|
||||
"Move card to another board" : "העברת כרטיס ללוח אחר",
|
||||
"Select a board" : "נא לבחור לוח",
|
||||
"No lists available" : "אין רשימות זמינות",
|
||||
"Select a list" : "בחר רשימה",
|
||||
"Move card" : "העברת כרטיס",
|
||||
"Cancel" : "ביטול",
|
||||
"Select a card" : "נא לבחור כרטיס",
|
||||
"Cancel" : "ביטול",
|
||||
"Select the card to link to a project" : "נא לבחור את הכרטיס לקישור למיזם",
|
||||
"Link to card" : "קישור לכרטיס",
|
||||
"File already exists" : "הקובץ כבר קיים",
|
||||
@@ -248,6 +247,7 @@
|
||||
"No reminder" : "אין תזכורת",
|
||||
"An error occurred" : "אירעה שגיאה",
|
||||
"Delete the board?" : "למחוק את הלוח הזה?",
|
||||
"Advanced options" : "אפשרויות מתקדמות",
|
||||
"Loading filtered view" : "טוען תצוגה מסוננת",
|
||||
"Today" : "היום",
|
||||
"Tomorrow" : "מחר",
|
||||
@@ -266,6 +266,7 @@
|
||||
"Share with a Deck card" : "שיתוף עם כרטיס חפיסה",
|
||||
"Share {file} with a Deck card" : "שיתוף {file} עם כרטיס חפיסה",
|
||||
"Share" : "שיתוף",
|
||||
"Move card to another board" : "העברת כרטיס ללוח אחר",
|
||||
"Searching for users, groups and circles …" : "מחפש משתמשים, קבוצות, ומעגלים ...",
|
||||
"(Circle)" : "(מעגל)",
|
||||
"Assign to users/groups/circles" : "הקצאה למשתמשים/קבוצות/מעגלים"
|
||||
|
||||
@@ -110,13 +110,12 @@ OC.L10N.register(
|
||||
"Select the board to link to a project" : "Odaberite ploču za povezivanje s projektom",
|
||||
"Search by board title" : "Traži po naslovu ploče",
|
||||
"Select board" : "Odaberi ploču",
|
||||
"Move card to another board" : "Premjesti karticu na drugu ploču",
|
||||
"Select a board" : "Odaberite ploču",
|
||||
"No lists available" : "Nema dostupnih popisa",
|
||||
"Select a list" : "Odaberi popis",
|
||||
"Move card" : "Premjesti karticu",
|
||||
"Cancel" : "Odustani",
|
||||
"Select a card" : "Odaberite karticu",
|
||||
"Cancel" : "Odustani",
|
||||
"Select the card to link to a project" : "Odaberite karticu za povezivanje s projektom",
|
||||
"Link to card" : "Poveznica na karticu",
|
||||
"File already exists" : "Datoteka već postoji",
|
||||
@@ -257,6 +256,9 @@ OC.L10N.register(
|
||||
"No reminder" : "Nema podsjetnika",
|
||||
"An error occurred" : "Došlo je do pogreške",
|
||||
"Delete the board?" : "Želite li izbrisati ploču?",
|
||||
"Clone cards" : "Kloniraj kartice",
|
||||
"Advanced options" : "Napredne opcije",
|
||||
"Clone" : "Kloniraj",
|
||||
"Loading filtered view" : "Učitavanje filtriranog prikaza",
|
||||
"Today" : "Danas",
|
||||
"Tomorrow" : "Sutra",
|
||||
@@ -284,6 +286,7 @@ OC.L10N.register(
|
||||
"Share with a Deck card" : "Dijeli s Deck karticom",
|
||||
"Share {file} with a Deck card" : "Dijeli {file} s Deck karticom",
|
||||
"Share" : "Dijeli",
|
||||
"Move card to another board" : "Premjesti karticu na drugu ploču",
|
||||
"Searching for users, groups and circles …" : "Traženje korisnika, grupa i krugova...",
|
||||
"(Circle)" : "(Krug)",
|
||||
"Assign to users/groups/circles" : "Dodijeli korisnicima/grupama/krugovima"
|
||||
|
||||
@@ -108,13 +108,12 @@
|
||||
"Select the board to link to a project" : "Odaberite ploču za povezivanje s projektom",
|
||||
"Search by board title" : "Traži po naslovu ploče",
|
||||
"Select board" : "Odaberi ploču",
|
||||
"Move card to another board" : "Premjesti karticu na drugu ploču",
|
||||
"Select a board" : "Odaberite ploču",
|
||||
"No lists available" : "Nema dostupnih popisa",
|
||||
"Select a list" : "Odaberi popis",
|
||||
"Move card" : "Premjesti karticu",
|
||||
"Cancel" : "Odustani",
|
||||
"Select a card" : "Odaberite karticu",
|
||||
"Cancel" : "Odustani",
|
||||
"Select the card to link to a project" : "Odaberite karticu za povezivanje s projektom",
|
||||
"Link to card" : "Poveznica na karticu",
|
||||
"File already exists" : "Datoteka već postoji",
|
||||
@@ -255,6 +254,9 @@
|
||||
"No reminder" : "Nema podsjetnika",
|
||||
"An error occurred" : "Došlo je do pogreške",
|
||||
"Delete the board?" : "Želite li izbrisati ploču?",
|
||||
"Clone cards" : "Kloniraj kartice",
|
||||
"Advanced options" : "Napredne opcije",
|
||||
"Clone" : "Kloniraj",
|
||||
"Loading filtered view" : "Učitavanje filtriranog prikaza",
|
||||
"Today" : "Danas",
|
||||
"Tomorrow" : "Sutra",
|
||||
@@ -282,6 +284,7 @@
|
||||
"Share with a Deck card" : "Dijeli s Deck karticom",
|
||||
"Share {file} with a Deck card" : "Dijeli {file} s Deck karticom",
|
||||
"Share" : "Dijeli",
|
||||
"Move card to another board" : "Premjesti karticu na drugu ploču",
|
||||
"Searching for users, groups and circles …" : "Traženje korisnika, grupa i krugova...",
|
||||
"(Circle)" : "(Krug)",
|
||||
"Assign to users/groups/circles" : "Dodijeli korisnicima/grupama/krugovima"
|
||||
|
||||
@@ -121,13 +121,12 @@ OC.L10N.register(
|
||||
"Select the board to link to a project" : "Válasszon ki egy táblát, amely egy projektre fog hivatkozni",
|
||||
"Search by board title" : "Keresés táblacím szerint",
|
||||
"Select board" : "Válasszon táblát",
|
||||
"Move card to another board" : "Kártya áthelyezése egy másik táblára",
|
||||
"Select a board" : "Válasszon egy táblát",
|
||||
"No lists available" : "Nincs elérhető lista",
|
||||
"Select a list" : "Válasszon listát",
|
||||
"Move card" : "Kártya áthelyezése",
|
||||
"Cancel" : "Mégse",
|
||||
"Select a card" : "Válasszon egy kártyát",
|
||||
"Cancel" : "Mégse",
|
||||
"Select the card to link to a project" : "Válasszon ki egy kártyát, amely egy projektre fog hivatkozni",
|
||||
"Link to card" : "Hivatkozás egy kártyára",
|
||||
"File already exists" : "A fájl már létezik",
|
||||
@@ -303,6 +302,9 @@ OC.L10N.register(
|
||||
"An error occurred" : "Hiba történt",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Biztos, hogy törli a(z) {title} táblát? Ez törölni fogja a tábla összes adatát, köztük az archivált kártyákat is.",
|
||||
"Delete the board?" : "Törli a táblát?",
|
||||
"Clone cards" : "Kártyák klónozása",
|
||||
"Advanced options" : "Speciális beállítások",
|
||||
"Clone" : "Klónozás",
|
||||
"Loading filtered view" : "Szűrt nézet betöltése",
|
||||
"Today" : "Ma",
|
||||
"Tomorrow" : "Holnap",
|
||||
@@ -342,6 +344,7 @@ OC.L10N.register(
|
||||
"Share with a Deck card" : "Megosztás kártyával",
|
||||
"Share {file} with a Deck card" : "A(z) {file} megosztása egy kártyával",
|
||||
"Share" : "Megosztás",
|
||||
"Move card to another board" : "Kártya áthelyezése egy másik táblára",
|
||||
"Searching for users, groups and circles …" : "Felhasználók, csoportok és körök keresése…",
|
||||
"(Circle)" : "(Kör)",
|
||||
"Assign to users/groups/circles" : "Felhasználókhoz/csoportokhoz/körökhöz rendelés"
|
||||
|
||||
@@ -119,13 +119,12 @@
|
||||
"Select the board to link to a project" : "Válasszon ki egy táblát, amely egy projektre fog hivatkozni",
|
||||
"Search by board title" : "Keresés táblacím szerint",
|
||||
"Select board" : "Válasszon táblát",
|
||||
"Move card to another board" : "Kártya áthelyezése egy másik táblára",
|
||||
"Select a board" : "Válasszon egy táblát",
|
||||
"No lists available" : "Nincs elérhető lista",
|
||||
"Select a list" : "Válasszon listát",
|
||||
"Move card" : "Kártya áthelyezése",
|
||||
"Cancel" : "Mégse",
|
||||
"Select a card" : "Válasszon egy kártyát",
|
||||
"Cancel" : "Mégse",
|
||||
"Select the card to link to a project" : "Válasszon ki egy kártyát, amely egy projektre fog hivatkozni",
|
||||
"Link to card" : "Hivatkozás egy kártyára",
|
||||
"File already exists" : "A fájl már létezik",
|
||||
@@ -301,6 +300,9 @@
|
||||
"An error occurred" : "Hiba történt",
|
||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Biztos, hogy törli a(z) {title} táblát? Ez törölni fogja a tábla összes adatát, köztük az archivált kártyákat is.",
|
||||
"Delete the board?" : "Törli a táblát?",
|
||||
"Clone cards" : "Kártyák klónozása",
|
||||
"Advanced options" : "Speciális beállítások",
|
||||
"Clone" : "Klónozás",
|
||||
"Loading filtered view" : "Szűrt nézet betöltése",
|
||||
"Today" : "Ma",
|
||||
"Tomorrow" : "Holnap",
|
||||
@@ -340,6 +342,7 @@
|
||||
"Share with a Deck card" : "Megosztás kártyával",
|
||||
"Share {file} with a Deck card" : "A(z) {file} megosztása egy kártyával",
|
||||
"Share" : "Megosztás",
|
||||
"Move card to another board" : "Kártya áthelyezése egy másik táblára",
|
||||
"Searching for users, groups and circles …" : "Felhasználók, csoportok és körök keresése…",
|
||||
"(Circle)" : "(Kör)",
|
||||
"Assign to users/groups/circles" : "Felhasználókhoz/csoportokhoz/körökhöz rendelés"
|
||||
|
||||
@@ -39,6 +39,7 @@ OC.L10N.register(
|
||||
"Search" : "Cercar",
|
||||
"Shared with you" : "Compartite con te",
|
||||
"No notifications" : "Nulle notificationes",
|
||||
"Advanced options" : "Optiones avantiate",
|
||||
"Today" : "Hodie",
|
||||
"Tomorrow" : "Deman",
|
||||
"Close" : "Clauder",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user