Compare commits
98 Commits
perf/share
...
v1.15.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4059042a9c | ||
|
|
e6b29b7cb1 | ||
|
|
d934867381 | ||
|
|
f130baff43 | ||
|
|
6f8baba8c5 | ||
|
|
3badc5c90c | ||
|
|
c6b04b9abf | ||
|
|
3ec8ff3d1f | ||
|
|
a721fe27a6 | ||
|
|
1d848e0fc4 | ||
|
|
9e8c1e982f | ||
|
|
11276ea5e1 | ||
|
|
f0840641ba | ||
|
|
f53de9a269 | ||
|
|
9b5bdc3d02 | ||
|
|
e9e5234925 | ||
|
|
81c8aad66f | ||
|
|
7cc43c706b | ||
|
|
19b0d60b21 | ||
|
|
b1b38e05eb | ||
|
|
687414a7a2 | ||
|
|
35a6c4d783 | ||
|
|
c863c78623 | ||
|
|
affcbf7287 | ||
|
|
aab45b764d | ||
|
|
3288e0e002 | ||
|
|
cca9cc08f0 | ||
|
|
508dddc7cd | ||
|
|
fd75f66624 | ||
|
|
7635cde5cd | ||
|
|
5b48075bc2 | ||
|
|
fb0096b113 | ||
|
|
d9ce467c98 | ||
|
|
ccd10248f7 | ||
|
|
58de28909f | ||
|
|
eda6bca538 | ||
|
|
aa90c0b2d4 | ||
|
|
5a08e57de8 | ||
|
|
75067a0695 | ||
|
|
00d63692c8 | ||
|
|
97afe9fa85 | ||
|
|
141e2dbc08 | ||
|
|
7a0b243885 | ||
|
|
e662e621ad | ||
|
|
98c3e4acbd | ||
|
|
7b21a9a7ea | ||
|
|
90af63d757 | ||
|
|
facca9c7e6 | ||
|
|
37119c22e4 | ||
|
|
be748f5f6f | ||
|
|
fa23a3852f | ||
|
|
c5c8a6ef71 | ||
|
|
047fcb6584 | ||
|
|
75be929077 | ||
|
|
46c4c7d4fd | ||
|
|
aa3a829592 | ||
|
|
351af0bd39 | ||
|
|
66fbaac8d7 | ||
|
|
3b4fc9db20 | ||
|
|
1292f68340 | ||
|
|
2861d9f89f | ||
|
|
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 | ||
|
|
192518decd | ||
|
|
e986ca31a1 | ||
|
|
be263513b3 | ||
|
|
db4db8a696 | ||
|
|
c2425f3c33 |
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"image": "ghcr.io/juliushaertl/nextcloud-dev-php81:latest",
|
||||
"image": "ghcr.io/juliusknorr/nextcloud-dev-php81:latest",
|
||||
"forwardPorts": [80],
|
||||
"containerEnv": {
|
||||
"NEXTCLOUD_AUTOINSTALL_APPS": "deck",
|
||||
|
||||
2
.github/workflows/cypress-e2e.yml
vendored
2
.github/workflows/cypress-e2e.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
node-version: [20.x]
|
||||
# containers: [1, 2, 3]
|
||||
php-versions: [ '8.2' ]
|
||||
server-versions: [ 'master' ]
|
||||
server-versions: [ 'stable31' ]
|
||||
|
||||
env:
|
||||
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, zip, gd, apcu
|
||||
|
||||
4
.github/workflows/integration.yml
vendored
4
.github/workflows/integration.yml
vendored
@@ -112,6 +112,10 @@ jobs:
|
||||
working-directory: apps/${{ env.APP_NAME }}/tests/integration
|
||||
run: ./run.sh
|
||||
|
||||
- name: Print log
|
||||
if: always()
|
||||
run: cat data/nextcloud.log
|
||||
|
||||
- name: Query count
|
||||
if: ${{ matrix.databases == 'mysql' }}
|
||||
uses: actions/github-script@v7
|
||||
|
||||
2
.github/workflows/reuse.yml
vendored
2
.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@bb774aa972c2a89ff34781233d275075cbddf542 # v5.0.0
|
||||
|
||||
29
CHANGELOG.md
29
CHANGELOG.md
@@ -5,6 +5,35 @@
|
||||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 1.15.0
|
||||
### Fixed
|
||||
- Fix: Adapt URLs generated in the backend to new routes #6743
|
||||
- Fix npm audit #6719
|
||||
- Fix: skip exporting a deleted card #6723
|
||||
|
||||
## 1.15.0-beta.2
|
||||
|
||||
### Added
|
||||
|
||||
- feat: Implement reference resolving for cards that have a link in the title @juliusknorr [#6286](https://github.com/nextcloud/deck/pull/6286)
|
||||
|
||||
### Other
|
||||
|
||||
- Remove old project from README @edent [#6658](https://github.com/nextcloud/deck/pull/6658)
|
||||
- devcontainer(image): Fix package path @niclasheinz [#6653](https://github.com/nextcloud/deck/pull/6653)
|
||||
- remove deprecated nextcloud-vue-collections @grnd-alt [#6664](https://github.com/nextcloud/deck/pull/6664)
|
||||
- fix: set cypress ci server version to stable31 @grnd-alt [#6705](https://github.com/nextcloud/deck/pull/6705)
|
||||
|
||||
## 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
|
||||
|
||||
@@ -25,7 +25,6 @@ Deck is a kanban style organization tool aimed at personal planning and project
|
||||
|
||||
- [Nextcloud Deck app for Android](https://github.com/stefan-niedermann/nextcloud-deck) - It is available in [F-Droid](https://f-droid.org/de/packages/it.niedermann.nextcloud.deck/) and the [Google Play Store](https://play.google.com/store/apps/details?id=it.niedermann.nextcloud.deck.play)
|
||||
- [Nextcloud Deck app for iOS](https://github.com/StCyr/deck-react-native) - It is available in [Apple App store](https://apps.apple.com/ml/app/nextcloud-deck/id1570892788)
|
||||
- [deck NG for Android and iOS](https://github.com/meltzow/deck-ng) - It is available in [Google Play Store](https://play.google.com/store/apps/details?id=net.meltzow.deckng) and [Apple App Store](https://apps.apple.com/us/app/deck-ng/id6443334702)
|
||||
|
||||
### 3rd-Party Integrations
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
- 🚀 Get your project organized
|
||||
|
||||
</description>
|
||||
<version>2.0.0-dev.0</version>
|
||||
<version>1.15.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Julius Härtl</author>
|
||||
<namespace>Deck</namespace>
|
||||
|
||||
@@ -103,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'],
|
||||
|
||||
8
composer.lock
generated
8
composer.lock
generated
@@ -492,12 +492,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nextcloud-deps/ocp.git",
|
||||
"reference": "c9082446fc13d4e9e98e7dd1b365ff65cdf682ae"
|
||||
"reference": "ed23f703c172ba167a62a76f7b2d8a6b4e37f44f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/c9082446fc13d4e9e98e7dd1b365ff65cdf682ae",
|
||||
"reference": "c9082446fc13d4e9e98e7dd1b365ff65cdf682ae",
|
||||
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/ed23f703c172ba167a62a76f7b2d8a6b4e37f44f",
|
||||
"reference": "ed23f703c172ba167a62a76f7b2d8a6b4e37f44f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -533,7 +533,7 @@
|
||||
"issues": "https://github.com/nextcloud-deps/ocp/issues",
|
||||
"source": "https://github.com/nextcloud-deps/ocp/tree/master"
|
||||
},
|
||||
"time": "2024-12-17T00:48:14+00:00"
|
||||
"time": "2025-01-10T00:44:36+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nikic/php-parser",
|
||||
|
||||
@@ -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')
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
@@ -94,6 +94,68 @@ describe('Card', function () {
|
||||
})
|
||||
})
|
||||
|
||||
it('Card with link reference', () => {
|
||||
cy.visit(`/apps/deck/#/board/${boardId}`)
|
||||
const absoluteUrl = `https://example.com`
|
||||
cy.get('.board .stack').eq(0).within(() => {
|
||||
cy.get('.button-vue[aria-label*="Add card"]')
|
||||
.first().click()
|
||||
|
||||
cy.get('.stack__card-add form input#new-stack-input-main')
|
||||
.type(absoluteUrl)
|
||||
cy.get('.stack__card-add form input[type=submit]')
|
||||
.first().click()
|
||||
cy.get('.card:contains("Example Domain")')
|
||||
.should('be.visible')
|
||||
.click()
|
||||
})
|
||||
|
||||
cy.get('.app-sidebar-header', { timeout: 10000 })
|
||||
.should('be.visible')
|
||||
.find('h2').contains('Example Domain').should('be.visible')
|
||||
})
|
||||
|
||||
it('Rename card with link', () => {
|
||||
cy.visit(`/apps/deck/#/board/${boardId}`)
|
||||
const absoluteUrl = `https://example.com`
|
||||
const plainTitle = 'New title'
|
||||
cy.get('.board .stack').eq(0).within(() => {
|
||||
cy.get('.button-vue[aria-label*="Add card"]')
|
||||
.first().click()
|
||||
|
||||
cy.get('.stack__card-add form input#new-stack-input-main')
|
||||
.type(absoluteUrl)
|
||||
cy.get('.stack__card-add form input[type=submit]')
|
||||
.first().click()
|
||||
cy.get('.card:contains("Example Domain")')
|
||||
.should('be.visible')
|
||||
})
|
||||
|
||||
// Rename link to plain title
|
||||
cy.get('.card:contains("Example Domain")')
|
||||
.find('.action-item__menutoggle')
|
||||
.click()
|
||||
cy.get('.v-popper__popper button:contains("Edit title")')
|
||||
.click()
|
||||
cy.get(`h4:contains("${absoluteUrl}") span[contenteditable="true"]`)
|
||||
.type(`{selectAll}${plainTitle}{enter}`)
|
||||
cy.get(`.card:contains("${plainTitle}")`)
|
||||
.should('be.visible')
|
||||
|
||||
// Rename plain title to link
|
||||
cy.get('.card:contains("New title")')
|
||||
.find('.action-item__menutoggle')
|
||||
.click()
|
||||
cy.get('.v-popper__popper button:contains("Edit title")')
|
||||
.click()
|
||||
cy.get('h4:contains("New title") span[contenteditable="true"]')
|
||||
.type(`{selectAll}${absoluteUrl}{enter}`)
|
||||
cy.get('.board').click()
|
||||
cy.get('.card:contains("Example Domain")')
|
||||
.should('be.visible')
|
||||
|
||||
})
|
||||
|
||||
describe('Modal', () => {
|
||||
beforeEach(function () {
|
||||
cy.login(user)
|
||||
|
||||
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",
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Personal" : "Persoonlik",
|
||||
"Later" : "Later",
|
||||
"copy" : "kopie",
|
||||
"To Do" : "Moet doen",
|
||||
"Done" : "Gereed",
|
||||
"The file was uploaded" : "Die lêer is opgelaai",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die opgelaaide lêer oorskry die upload_max_filesize riglyn in php.ini",
|
||||
@@ -42,9 +42,11 @@ 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",
|
||||
"Share" : "Deel"
|
||||
"Share" : "Deel",
|
||||
"Personal" : "Persoonlik"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ "translations": {
|
||||
"Personal" : "Persoonlik",
|
||||
"Later" : "Later",
|
||||
"copy" : "kopie",
|
||||
"To Do" : "Moet doen",
|
||||
"Done" : "Gereed",
|
||||
"The file was uploaded" : "Die lêer is opgelaai",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die opgelaaide lêer oorskry die upload_max_filesize riglyn in php.ini",
|
||||
@@ -40,9 +40,11 @@
|
||||
"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",
|
||||
"Share" : "Deel"
|
||||
"Share" : "Deel",
|
||||
"Personal" : "Persoonlik"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -4,13 +4,13 @@ OC.L10N.register(
|
||||
"Done" : "Feito",
|
||||
"The file was uploaded" : "O fichero estió puyato",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "O fichero puyato sobrexe a directiva upload_max_filesize en php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O fichero cargau supera a directiva MAX_FILE_SIZE que s'espezificó en o formulario HTML",
|
||||
"The file was only partially uploaded" : "O fichero nomás s'ha cargau parzialmén",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O fichero cargau supera a directiva MAX_FILE_SIZE que s'especificó en o formulario HTML",
|
||||
"The file was only partially uploaded" : "O fichero nomás s'ha cargau parcialment",
|
||||
"No file was uploaded" : "No s'ha cargau garra fichero",
|
||||
"Missing a temporary folder" : "Falta una carpeta temporal",
|
||||
"Could not write file to disk" : "No se podió escribir o fichero en o disco",
|
||||
"A PHP extension stopped the file upload" : "Una estensión de PHP aturó a carga de fichers",
|
||||
"Cancel" : "Canzelar",
|
||||
"Cancel" : "Cancelar",
|
||||
"Details" : "Detalles",
|
||||
"Tags" : "Etiquetas",
|
||||
"Activity" : "Actividat",
|
||||
|
||||
@@ -2,13 +2,13 @@
|
||||
"Done" : "Feito",
|
||||
"The file was uploaded" : "O fichero estió puyato",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "O fichero puyato sobrexe a directiva upload_max_filesize en php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O fichero cargau supera a directiva MAX_FILE_SIZE que s'espezificó en o formulario HTML",
|
||||
"The file was only partially uploaded" : "O fichero nomás s'ha cargau parzialmén",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O fichero cargau supera a directiva MAX_FILE_SIZE que s'especificó en o formulario HTML",
|
||||
"The file was only partially uploaded" : "O fichero nomás s'ha cargau parcialment",
|
||||
"No file was uploaded" : "No s'ha cargau garra fichero",
|
||||
"Missing a temporary folder" : "Falta una carpeta temporal",
|
||||
"Could not write file to disk" : "No se podió escribir o fichero en o disco",
|
||||
"A PHP extension stopped the file upload" : "Una estensión de PHP aturó a carga de fichers",
|
||||
"Cancel" : "Canzelar",
|
||||
"Cancel" : "Cancelar",
|
||||
"Details" : "Detalles",
|
||||
"Tags" : "Etiquetas",
|
||||
"Activity" : "Actividat",
|
||||
|
||||
64
l10n/ar.js
64
l10n/ar.js
@@ -37,9 +37,9 @@ OC.L10N.register(
|
||||
"{user} has archived card {card} in list {stack} on board {board}" : "{user} قام بأرشفة بطاقة {card} في القائمة {stack} على اللوح {board}",
|
||||
"You have unarchived card {card} in list {stack} on board {board}" : "لديك بطاقة غير مؤرشفة {card} في القائمة {stack} على اللوح {board}",
|
||||
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} لديه بطاقة غير مؤرشفة {card} في القائمة {stack} على اللوح {board}",
|
||||
"You have marked the card {card} as done in list {stack} on board {board}" : "لقد قُمت بتمييز البطاقة {card} باعتبارها \"منتهية\" في القائمة {stack} على اللوح {board}",
|
||||
"{user} has marked card {card} as done in list {stack} on board {board}" : "قام المستخدِم {user} بتمييز البطاقة {card} باعتبارها \"منتهية\" في القائمة {stack} على اللوح {board}",
|
||||
"You have marked the card {card} as undone in list {stack} on board {board}" : "لقد قُمت بتمييز البطاقة {card} باعتبارها \"غير منتهية\" في القائمة {stack} على اللوحة {board}",
|
||||
"You have marked the card {card} as done in list {stack} on board {board}" : "لقد قُمت بتمييز البطاقة {card} باعتبارها \"منتهية\" في القائمة {stack} على اللوحة {board}",
|
||||
"{user} has marked card {card} as done in list {stack} on board {board}" : "قام المستخدِم {user} بتمييز البطاقة {card} باعتبارها \"منتهية\" في القائمة {stack} على اللوحة{board}",
|
||||
"You have marked the card {card} as undone in list {stack} on board {board}" : "لقد قُمتَ أنت بتمييز البطاقة {card} باعتبارها \"غير منتهية\" في القائمة {stack} على اللوحة {board}",
|
||||
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "قام المستخدِم {user} بتمييز البطاقة {card} باعتبارها \"غير منتهية\" في القائمة {stack} على اللوحة {board}",
|
||||
"You have removed the due date of card {card}" : "قمت بإزالة التاريخ المحدد من البطاقة {card}",
|
||||
"{user} has removed the due date of card {card}" : "{user} قام بإزالة التاريخ المحدد من البطاقة {card}",
|
||||
@@ -69,14 +69,14 @@ OC.L10N.register(
|
||||
"{user} has commented on card {card}" : "{مستخدم} علق على بطاقة {بطاقة}",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "تغييرات في <strong>تطبيق Deck</strong> ",
|
||||
"A <strong>board, list or card</strong> was changed" : "تمّ تغيير <strong>لوحة board أو قائمة list أو بطاقة card </strong>.",
|
||||
"A <strong>board, list or card</strong> was changed" : "تمّ تغيير <strong>لوحة أو قائمة أو بطاقة </strong>.",
|
||||
"A <strong>comment</strong> was created on a card" : "<strong>تعليق</strong> تم إنشاؤه على بطاقة",
|
||||
"A <strong>card description</strong> has been changed" : "تمّ تغيير <strong>وصف بطاقة</strong>.",
|
||||
"Cards due today" : "البطاقات المستحقة اليوم",
|
||||
"Cards due tomorrow" : "البطاقات المستحقة غداً",
|
||||
"Upcoming cards" : "البطاقات القادمة",
|
||||
"Load more" : "حمّل أكثر",
|
||||
"Personal" : "شخصي",
|
||||
"Welcome to Nextcloud Deck!" : "أهلا بكم في تطبيق \"الكدسات\" Deck من نكست كلاود! ",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "البطاقة \"%s\" على \"%s\" كُلفت بها من قبل %s.",
|
||||
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} قام بتكليف البطاقة {deck-board} على {deck-board} لك",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "وصلت بطاقة \"%s\" على %s\" الموعد المحدد ",
|
||||
@@ -89,7 +89,7 @@ OC.L10N.register(
|
||||
"Owned by %1$s" : "يملكها %1$s",
|
||||
"Deck boards, cards and comments" : "اللوحات و البطاقات و الملاحظات",
|
||||
"From %1$s, in %2$s/%3$s, owned by %4$s" : " من %1$s، في %2$s/%3$s، يملكها %4$s",
|
||||
"Create a new deck card" : "إنشاء بطاقة جديدة",
|
||||
"Create a new deck card" : "إنشاء كدسة جديدة للبطاقات",
|
||||
"Card comments" : "تعليقات البطاقة ",
|
||||
"%s on %s" : "%s على %s",
|
||||
"Deck boards and cards" : "اللوحات و البطاقات",
|
||||
@@ -99,12 +99,16 @@ OC.L10N.register(
|
||||
"Action needed" : "يحتاج إلى إجراء",
|
||||
"Later" : "لاحقا",
|
||||
"copy" : "نسخ",
|
||||
"To do" : "لفعله",
|
||||
"Doing" : "تحت العمل",
|
||||
"Read more inside" : "إقرإ المزيد بالداخل",
|
||||
"Custom lists - click to rename!" : "قوائم مخصصة - أنقُر لتغيير التسمية!",
|
||||
"To Do" : "مَهَامٌّ",
|
||||
"In Progress" : "قيد التجهيز",
|
||||
"Done" : "أُنجز",
|
||||
"Example Task 3" : "مثال المهمة 3",
|
||||
"Example Task 2" : "مثال المهمة 2",
|
||||
"Example Task 1" : "مثال المهمة 1",
|
||||
"1. Open to learn more about boards and cards" : "1. إفتَح لتعرِف المزيد عن اللوحات والبطاقات",
|
||||
"2. Drag cards left and right, up and down" : "2. سحب البطاقات يميناً ويساراً، لأعلي وأسفل",
|
||||
"3. Apply rich formatting and link content" : "3. تطبيق التنسيق و ربط المحتوى",
|
||||
"4. Share, comment and collaborate!" : "4. مشاركات، و ملاحظات، وتعاون!",
|
||||
"Create your first card!" : "أنشِئ بطاقتك الأولى!",
|
||||
"The file was uploaded" : "تم رفع الملف",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "حجم الملف المرفوع قد تجاوز upload_max_filesize الموجودة في ملف php.ini ",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "حجم الملف الذي تريد رفعه أعلى من الحد المسموح به في واجهة ال HTML.",
|
||||
@@ -119,19 +123,20 @@ OC.L10N.register(
|
||||
"Path is already shared with this card" : "تم مشاركة المسار بالفعل مع هذه البطاقة ",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "تاريخ غير صحيح, يجب أن يكون تنسيق التاريخ YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "التخطيط الشخصي و تنظيم مشروع الفريق",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "التطبيق \"رِزَم البطاقات\" Deck هو أداة لتنظيم المهام الشخصية و الجماعية في نكست كلاود على نمط \"خطوط التصنيع أو التجميع في المصانع\" و المعروف بـ kanban.\n\n\n- 📥 أكتب مهمتك او مهمة فريقك على بطاقة و ضع البطاقة على لوحة البطاقات من ذات التصنيف أو المرحلة من الإنجاز\n- 📄 دوّن ملاحظاتك الإضافية على البطاقة بصيغة ماركداون markdown\n- 🔖 و يمكنك أيضاً إسناد البطاقة أي المهمة إلى شخص أو أشخاص في فريقك\n- 👥 شارك البطاقة مع من ترغب من أعضاء فريقك أو عائلتك أو أصدقائك\n- 📎 إرفاق ملفات و تضمينها بصيغة ماركداون في البطاقة\n- 💬ناقش البطاقة مع زملائك في خانة الملاحظات\n- ⚡ تابع ما يُستجد من عمليات و تطوّرات على البطاقة أو المهمة\n- 🚀 حافظ على مشروعك مُنسّقاً باستمرار.",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "التطبيق \"كَدسَات البطاقات\" Deck هو أداة لتنظيم المهام الشخصية و الجماعية في نكست كلاود على نمط \"خطوط التصنيع أو التجميع في المصانع\" و المعروف بـ kanban.\n\n\n- 📥 أكتب مهامّك او مهامّ فريقك على بطاقة و ضع البطاقة في مكانها المناسب\n- 📄 دوّن ملاحظاتك الإضافية على البطاقة بصيغة ماركداون markdown\n- 🔖 و يمكنك أيضاً وضع لواصق labels على البطاقة لتصنيفها بشكل أفضل\n- 👥 شارك البطاقة مع من ترغب من أعضاء فريقك أو عائلتك أو أصدقائك\n- 📎 إرفاق ملفات و تضمينها بصيغة ماركداون في البطاقة\n- 💬ناقش البطاقة مع زملائك في خانة الملاحظات\n- ⚡ تابع ما يُستجد من عمليات و تطوّرات على البطاقة أو المهمة\n- 🚀 حافظ على مشروعك مُنسّقاً باستمرار.",
|
||||
"Card details" : "تفاصيل البطاقة",
|
||||
"Add board" : "إضافة لوح",
|
||||
"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" : "الملف موجود مسبقاً",
|
||||
@@ -275,6 +280,8 @@ OC.L10N.register(
|
||||
"Todo items" : "قائمة المهام",
|
||||
"{count} comments, {unread} unread" : "{عدد} التعليقات، {غير مقروءة} غير مقروءة",
|
||||
"Edit card title" : "تعديل اسم القائمة",
|
||||
"Open link" : "إفتَح الرابط",
|
||||
"Edit title" : "تحرير عنوان",
|
||||
"Assign to me" : "ينسب لي",
|
||||
"Unassign myself" : "إلغاء تعييني ",
|
||||
"Mark as not done" : "تمييز كـ \"غير منتهٍ\"",
|
||||
@@ -282,7 +289,7 @@ OC.L10N.register(
|
||||
"Card deleted" : "البطاقة حٌذفت ",
|
||||
"seconds ago" : "ثوانٍ مضت",
|
||||
"Keyboard shortcuts" : "اختصارات لوحة المفاتيح",
|
||||
"Boost your productivity using Deck with keyboard shortcuts." : "ضاعِف إنتاجيتك باستعمال \"رِزَم البطاقات\" Deck، و اختصارات لوحة المفاتيح ",
|
||||
"Boost your productivity using Deck with keyboard shortcuts." : "ضاعِف إنتاجيتك باستعمال \"كَدسَات البطاقات\" Deck، و اختصارات لوحة المفاتيح ",
|
||||
"Board actions" : "إجراءات اللوحة",
|
||||
"Keyboard shortcut" : "إختصار لوحة المفاتيح",
|
||||
"Action" : "الإجراء",
|
||||
@@ -310,20 +317,20 @@ OC.L10N.register(
|
||||
"All boards" : "جميع الالواح",
|
||||
"Archived boards" : "الالواح المؤرشفة",
|
||||
"Shared with you" : "تم مشاركتها معك",
|
||||
"Deck settings" : "إعدادات رزم البطاقات",
|
||||
"Deck settings" : "إعدادات \"كَدسَات البطاقات\"",
|
||||
"Use bigger card view" : "استخدام بطاقة عرض أكبر ",
|
||||
"Show card ID badge" : "أعرض شارة رقم البطاقة",
|
||||
"Show boards in calendar/tasks" : "إظهار اللوح في التقويم/المهام",
|
||||
"Limit board creation to some groups" : "قَصْرُ حَقِّ إنشاء الألواح على بعض المجموعات ",
|
||||
"Limit board creation to some groups" : "قَصْرُ حَقِّ إنشاء اللوحات على بعض المجموعات ",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "المستخدِمون من خارج تلك المجموعات لن يمكنكم إنشاء لوحاتهم الخاصة؛ لكن يمكنهم العمل على اللوحات التي تتمّ مشاركتها معهم.",
|
||||
"Cancel edit" : "إلغاء التعديل",
|
||||
"Save board" : "حفظ اللوح",
|
||||
"Save board" : "حفظ اللوحة",
|
||||
"Board details" : "تفاصيل لوح",
|
||||
"Edit board" : "تعديل اللوح",
|
||||
"Clone board" : "استنسخ اللوح",
|
||||
"Unarchive board" : "إلغاء أرشفة اللوح",
|
||||
"Archive board" : "أرشفة اللوح ",
|
||||
"Export board" : "تصدير اللوحة",
|
||||
"Export board" : "تصدير لوحة",
|
||||
"Turn on due date reminders" : "تفعيل التذكيرات للموعد المحدد ",
|
||||
"Turn off due date reminders" : "إيقاف تشغيل التذكيرات للموعد المحددد",
|
||||
"Due date reminders" : "تذكيرات الموعد المحدد ",
|
||||
@@ -337,6 +344,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,9 +392,13 @@ OC.L10N.register(
|
||||
"Share with a Deck card" : "مشاركة مع بطاقة Deck",
|
||||
"Share {file} with a Deck card" : "مشاركة الملف {file} مع بطاقة Deck",
|
||||
"Share" : "مشاركة ",
|
||||
"Searching for users, groups and circles …" : "ابحث عن أعضاء، مجموعات أو حلقات ...",
|
||||
"(Circle)" : "(دائرة)",
|
||||
"Assign to users/groups/circles" : "انسب الى المستخدمين،المجموعات،الدوائر",
|
||||
"Personal" : "شخصي",
|
||||
"To do" : "لفعله",
|
||||
"Doing" : "تحت العمل",
|
||||
"Example Task 3" : "مثال المهمة 3",
|
||||
"Example Task 2" : "مثال المهمة 2",
|
||||
"Example Task 1" : "مثال المهمة 1",
|
||||
"Move card to another board" : "حرك البطاقة الى لوح اخر",
|
||||
"Filter by completed" : "تصفية بحسب الإنجاز"
|
||||
},
|
||||
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");
|
||||
|
||||
64
l10n/ar.json
64
l10n/ar.json
@@ -35,9 +35,9 @@
|
||||
"{user} has archived card {card} in list {stack} on board {board}" : "{user} قام بأرشفة بطاقة {card} في القائمة {stack} على اللوح {board}",
|
||||
"You have unarchived card {card} in list {stack} on board {board}" : "لديك بطاقة غير مؤرشفة {card} في القائمة {stack} على اللوح {board}",
|
||||
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} لديه بطاقة غير مؤرشفة {card} في القائمة {stack} على اللوح {board}",
|
||||
"You have marked the card {card} as done in list {stack} on board {board}" : "لقد قُمت بتمييز البطاقة {card} باعتبارها \"منتهية\" في القائمة {stack} على اللوح {board}",
|
||||
"{user} has marked card {card} as done in list {stack} on board {board}" : "قام المستخدِم {user} بتمييز البطاقة {card} باعتبارها \"منتهية\" في القائمة {stack} على اللوح {board}",
|
||||
"You have marked the card {card} as undone in list {stack} on board {board}" : "لقد قُمت بتمييز البطاقة {card} باعتبارها \"غير منتهية\" في القائمة {stack} على اللوحة {board}",
|
||||
"You have marked the card {card} as done in list {stack} on board {board}" : "لقد قُمت بتمييز البطاقة {card} باعتبارها \"منتهية\" في القائمة {stack} على اللوحة {board}",
|
||||
"{user} has marked card {card} as done in list {stack} on board {board}" : "قام المستخدِم {user} بتمييز البطاقة {card} باعتبارها \"منتهية\" في القائمة {stack} على اللوحة{board}",
|
||||
"You have marked the card {card} as undone in list {stack} on board {board}" : "لقد قُمتَ أنت بتمييز البطاقة {card} باعتبارها \"غير منتهية\" في القائمة {stack} على اللوحة {board}",
|
||||
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "قام المستخدِم {user} بتمييز البطاقة {card} باعتبارها \"غير منتهية\" في القائمة {stack} على اللوحة {board}",
|
||||
"You have removed the due date of card {card}" : "قمت بإزالة التاريخ المحدد من البطاقة {card}",
|
||||
"{user} has removed the due date of card {card}" : "{user} قام بإزالة التاريخ المحدد من البطاقة {card}",
|
||||
@@ -67,14 +67,14 @@
|
||||
"{user} has commented on card {card}" : "{مستخدم} علق على بطاقة {بطاقة}",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "تغييرات في <strong>تطبيق Deck</strong> ",
|
||||
"A <strong>board, list or card</strong> was changed" : "تمّ تغيير <strong>لوحة board أو قائمة list أو بطاقة card </strong>.",
|
||||
"A <strong>board, list or card</strong> was changed" : "تمّ تغيير <strong>لوحة أو قائمة أو بطاقة </strong>.",
|
||||
"A <strong>comment</strong> was created on a card" : "<strong>تعليق</strong> تم إنشاؤه على بطاقة",
|
||||
"A <strong>card description</strong> has been changed" : "تمّ تغيير <strong>وصف بطاقة</strong>.",
|
||||
"Cards due today" : "البطاقات المستحقة اليوم",
|
||||
"Cards due tomorrow" : "البطاقات المستحقة غداً",
|
||||
"Upcoming cards" : "البطاقات القادمة",
|
||||
"Load more" : "حمّل أكثر",
|
||||
"Personal" : "شخصي",
|
||||
"Welcome to Nextcloud Deck!" : "أهلا بكم في تطبيق \"الكدسات\" Deck من نكست كلاود! ",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "البطاقة \"%s\" على \"%s\" كُلفت بها من قبل %s.",
|
||||
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} قام بتكليف البطاقة {deck-board} على {deck-board} لك",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "وصلت بطاقة \"%s\" على %s\" الموعد المحدد ",
|
||||
@@ -87,7 +87,7 @@
|
||||
"Owned by %1$s" : "يملكها %1$s",
|
||||
"Deck boards, cards and comments" : "اللوحات و البطاقات و الملاحظات",
|
||||
"From %1$s, in %2$s/%3$s, owned by %4$s" : " من %1$s، في %2$s/%3$s، يملكها %4$s",
|
||||
"Create a new deck card" : "إنشاء بطاقة جديدة",
|
||||
"Create a new deck card" : "إنشاء كدسة جديدة للبطاقات",
|
||||
"Card comments" : "تعليقات البطاقة ",
|
||||
"%s on %s" : "%s على %s",
|
||||
"Deck boards and cards" : "اللوحات و البطاقات",
|
||||
@@ -97,12 +97,16 @@
|
||||
"Action needed" : "يحتاج إلى إجراء",
|
||||
"Later" : "لاحقا",
|
||||
"copy" : "نسخ",
|
||||
"To do" : "لفعله",
|
||||
"Doing" : "تحت العمل",
|
||||
"Read more inside" : "إقرإ المزيد بالداخل",
|
||||
"Custom lists - click to rename!" : "قوائم مخصصة - أنقُر لتغيير التسمية!",
|
||||
"To Do" : "مَهَامٌّ",
|
||||
"In Progress" : "قيد التجهيز",
|
||||
"Done" : "أُنجز",
|
||||
"Example Task 3" : "مثال المهمة 3",
|
||||
"Example Task 2" : "مثال المهمة 2",
|
||||
"Example Task 1" : "مثال المهمة 1",
|
||||
"1. Open to learn more about boards and cards" : "1. إفتَح لتعرِف المزيد عن اللوحات والبطاقات",
|
||||
"2. Drag cards left and right, up and down" : "2. سحب البطاقات يميناً ويساراً، لأعلي وأسفل",
|
||||
"3. Apply rich formatting and link content" : "3. تطبيق التنسيق و ربط المحتوى",
|
||||
"4. Share, comment and collaborate!" : "4. مشاركات، و ملاحظات، وتعاون!",
|
||||
"Create your first card!" : "أنشِئ بطاقتك الأولى!",
|
||||
"The file was uploaded" : "تم رفع الملف",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "حجم الملف المرفوع قد تجاوز upload_max_filesize الموجودة في ملف php.ini ",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "حجم الملف الذي تريد رفعه أعلى من الحد المسموح به في واجهة ال HTML.",
|
||||
@@ -117,19 +121,20 @@
|
||||
"Path is already shared with this card" : "تم مشاركة المسار بالفعل مع هذه البطاقة ",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "تاريخ غير صحيح, يجب أن يكون تنسيق التاريخ YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "التخطيط الشخصي و تنظيم مشروع الفريق",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "التطبيق \"رِزَم البطاقات\" Deck هو أداة لتنظيم المهام الشخصية و الجماعية في نكست كلاود على نمط \"خطوط التصنيع أو التجميع في المصانع\" و المعروف بـ kanban.\n\n\n- 📥 أكتب مهمتك او مهمة فريقك على بطاقة و ضع البطاقة على لوحة البطاقات من ذات التصنيف أو المرحلة من الإنجاز\n- 📄 دوّن ملاحظاتك الإضافية على البطاقة بصيغة ماركداون markdown\n- 🔖 و يمكنك أيضاً إسناد البطاقة أي المهمة إلى شخص أو أشخاص في فريقك\n- 👥 شارك البطاقة مع من ترغب من أعضاء فريقك أو عائلتك أو أصدقائك\n- 📎 إرفاق ملفات و تضمينها بصيغة ماركداون في البطاقة\n- 💬ناقش البطاقة مع زملائك في خانة الملاحظات\n- ⚡ تابع ما يُستجد من عمليات و تطوّرات على البطاقة أو المهمة\n- 🚀 حافظ على مشروعك مُنسّقاً باستمرار.",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "التطبيق \"كَدسَات البطاقات\" Deck هو أداة لتنظيم المهام الشخصية و الجماعية في نكست كلاود على نمط \"خطوط التصنيع أو التجميع في المصانع\" و المعروف بـ kanban.\n\n\n- 📥 أكتب مهامّك او مهامّ فريقك على بطاقة و ضع البطاقة في مكانها المناسب\n- 📄 دوّن ملاحظاتك الإضافية على البطاقة بصيغة ماركداون markdown\n- 🔖 و يمكنك أيضاً وضع لواصق labels على البطاقة لتصنيفها بشكل أفضل\n- 👥 شارك البطاقة مع من ترغب من أعضاء فريقك أو عائلتك أو أصدقائك\n- 📎 إرفاق ملفات و تضمينها بصيغة ماركداون في البطاقة\n- 💬ناقش البطاقة مع زملائك في خانة الملاحظات\n- ⚡ تابع ما يُستجد من عمليات و تطوّرات على البطاقة أو المهمة\n- 🚀 حافظ على مشروعك مُنسّقاً باستمرار.",
|
||||
"Card details" : "تفاصيل البطاقة",
|
||||
"Add board" : "إضافة لوح",
|
||||
"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" : "الملف موجود مسبقاً",
|
||||
@@ -273,6 +278,8 @@
|
||||
"Todo items" : "قائمة المهام",
|
||||
"{count} comments, {unread} unread" : "{عدد} التعليقات، {غير مقروءة} غير مقروءة",
|
||||
"Edit card title" : "تعديل اسم القائمة",
|
||||
"Open link" : "إفتَح الرابط",
|
||||
"Edit title" : "تحرير عنوان",
|
||||
"Assign to me" : "ينسب لي",
|
||||
"Unassign myself" : "إلغاء تعييني ",
|
||||
"Mark as not done" : "تمييز كـ \"غير منتهٍ\"",
|
||||
@@ -280,7 +287,7 @@
|
||||
"Card deleted" : "البطاقة حٌذفت ",
|
||||
"seconds ago" : "ثوانٍ مضت",
|
||||
"Keyboard shortcuts" : "اختصارات لوحة المفاتيح",
|
||||
"Boost your productivity using Deck with keyboard shortcuts." : "ضاعِف إنتاجيتك باستعمال \"رِزَم البطاقات\" Deck، و اختصارات لوحة المفاتيح ",
|
||||
"Boost your productivity using Deck with keyboard shortcuts." : "ضاعِف إنتاجيتك باستعمال \"كَدسَات البطاقات\" Deck، و اختصارات لوحة المفاتيح ",
|
||||
"Board actions" : "إجراءات اللوحة",
|
||||
"Keyboard shortcut" : "إختصار لوحة المفاتيح",
|
||||
"Action" : "الإجراء",
|
||||
@@ -308,20 +315,20 @@
|
||||
"All boards" : "جميع الالواح",
|
||||
"Archived boards" : "الالواح المؤرشفة",
|
||||
"Shared with you" : "تم مشاركتها معك",
|
||||
"Deck settings" : "إعدادات رزم البطاقات",
|
||||
"Deck settings" : "إعدادات \"كَدسَات البطاقات\"",
|
||||
"Use bigger card view" : "استخدام بطاقة عرض أكبر ",
|
||||
"Show card ID badge" : "أعرض شارة رقم البطاقة",
|
||||
"Show boards in calendar/tasks" : "إظهار اللوح في التقويم/المهام",
|
||||
"Limit board creation to some groups" : "قَصْرُ حَقِّ إنشاء الألواح على بعض المجموعات ",
|
||||
"Limit board creation to some groups" : "قَصْرُ حَقِّ إنشاء اللوحات على بعض المجموعات ",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "المستخدِمون من خارج تلك المجموعات لن يمكنكم إنشاء لوحاتهم الخاصة؛ لكن يمكنهم العمل على اللوحات التي تتمّ مشاركتها معهم.",
|
||||
"Cancel edit" : "إلغاء التعديل",
|
||||
"Save board" : "حفظ اللوح",
|
||||
"Save board" : "حفظ اللوحة",
|
||||
"Board details" : "تفاصيل لوح",
|
||||
"Edit board" : "تعديل اللوح",
|
||||
"Clone board" : "استنسخ اللوح",
|
||||
"Unarchive board" : "إلغاء أرشفة اللوح",
|
||||
"Archive board" : "أرشفة اللوح ",
|
||||
"Export board" : "تصدير اللوحة",
|
||||
"Export board" : "تصدير لوحة",
|
||||
"Turn on due date reminders" : "تفعيل التذكيرات للموعد المحدد ",
|
||||
"Turn off due date reminders" : "إيقاف تشغيل التذكيرات للموعد المحددد",
|
||||
"Due date reminders" : "تذكيرات الموعد المحدد ",
|
||||
@@ -335,6 +342,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,9 +390,13 @@
|
||||
"Share with a Deck card" : "مشاركة مع بطاقة Deck",
|
||||
"Share {file} with a Deck card" : "مشاركة الملف {file} مع بطاقة Deck",
|
||||
"Share" : "مشاركة ",
|
||||
"Searching for users, groups and circles …" : "ابحث عن أعضاء، مجموعات أو حلقات ...",
|
||||
"(Circle)" : "(دائرة)",
|
||||
"Assign to users/groups/circles" : "انسب الى المستخدمين،المجموعات،الدوائر",
|
||||
"Personal" : "شخصي",
|
||||
"To do" : "لفعله",
|
||||
"Doing" : "تحت العمل",
|
||||
"Example Task 3" : "مثال المهمة 3",
|
||||
"Example Task 2" : "مثال المهمة 2",
|
||||
"Example Task 1" : "مثال المهمة 1",
|
||||
"Move card to another board" : "حرك البطاقة الى لوح اخر",
|
||||
"Filter by completed" : "تصفية بحسب الإنجاز"
|
||||
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
|
||||
}
|
||||
15
l10n/ast.js
15
l10n/ast.js
@@ -4,16 +4,11 @@ OC.L10N.register(
|
||||
"Deck" : "Tarxeteru",
|
||||
"Upcoming cards" : "Tarxetes próximes",
|
||||
"Load more" : "Cargar más",
|
||||
"Personal" : "Personal",
|
||||
"Deck board" : "Mesa de tarxetes",
|
||||
"%s on %s" : "%s n %s",
|
||||
"Action needed" : "Aición necesaria",
|
||||
"copy" : "copia",
|
||||
"To do" : "Xera pendiente",
|
||||
"Done" : "Fecho",
|
||||
"Example Task 3" : "Xera d'exemplu 3",
|
||||
"Example Task 2" : "Xera d'exemplu 2",
|
||||
"Example Task 1" : "Xera d'exemplu 1",
|
||||
"The file was uploaded" : "Xubióse'l ficheru",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El ficheru xubíu supera la direutiva «upload_max_filesize» del ficheru php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El ficheru xubíu supera la direutiva «MAX_FILE_SIZE» que s'especificó nel formulariu HTML",
|
||||
@@ -87,6 +82,7 @@ OC.L10N.register(
|
||||
"Archive card" : "Archivar la tarxeta",
|
||||
"(group)" : "(grupu)",
|
||||
"Next week – {timeLocale}" : "La próxima selmana – {timeLocale}",
|
||||
"Edit title" : "Editar el títulu",
|
||||
"Delete card" : "Desaniciar la tarxeta",
|
||||
"seconds ago" : "hai segundos",
|
||||
"Keyboard shortcuts" : "Atayos del tecláu",
|
||||
@@ -100,6 +96,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",
|
||||
@@ -108,6 +106,11 @@ OC.L10N.register(
|
||||
"Tomorrow – {timeLocale}" : "Mañana – {timeLocale}",
|
||||
"Message from {author} in {conversationName}" : "Mensaxe de {author} en {conversationName}",
|
||||
"Error creating the share" : "Hebo un error al crear la compartición",
|
||||
"Share" : "Compartir"
|
||||
"Share" : "Compartir",
|
||||
"Personal" : "Personal",
|
||||
"To do" : "Xera pendiente",
|
||||
"Example Task 3" : "Xera d'exemplu 3",
|
||||
"Example Task 2" : "Xera d'exemplu 2",
|
||||
"Example Task 1" : "Xera d'exemplu 1"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -2,16 +2,11 @@
|
||||
"Deck" : "Tarxeteru",
|
||||
"Upcoming cards" : "Tarxetes próximes",
|
||||
"Load more" : "Cargar más",
|
||||
"Personal" : "Personal",
|
||||
"Deck board" : "Mesa de tarxetes",
|
||||
"%s on %s" : "%s n %s",
|
||||
"Action needed" : "Aición necesaria",
|
||||
"copy" : "copia",
|
||||
"To do" : "Xera pendiente",
|
||||
"Done" : "Fecho",
|
||||
"Example Task 3" : "Xera d'exemplu 3",
|
||||
"Example Task 2" : "Xera d'exemplu 2",
|
||||
"Example Task 1" : "Xera d'exemplu 1",
|
||||
"The file was uploaded" : "Xubióse'l ficheru",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El ficheru xubíu supera la direutiva «upload_max_filesize» del ficheru php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El ficheru xubíu supera la direutiva «MAX_FILE_SIZE» que s'especificó nel formulariu HTML",
|
||||
@@ -85,6 +80,7 @@
|
||||
"Archive card" : "Archivar la tarxeta",
|
||||
"(group)" : "(grupu)",
|
||||
"Next week – {timeLocale}" : "La próxima selmana – {timeLocale}",
|
||||
"Edit title" : "Editar el títulu",
|
||||
"Delete card" : "Desaniciar la tarxeta",
|
||||
"seconds ago" : "hai segundos",
|
||||
"Keyboard shortcuts" : "Atayos del tecláu",
|
||||
@@ -98,6 +94,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",
|
||||
@@ -106,6 +104,11 @@
|
||||
"Tomorrow – {timeLocale}" : "Mañana – {timeLocale}",
|
||||
"Message from {author} in {conversationName}" : "Mensaxe de {author} en {conversationName}",
|
||||
"Error creating the share" : "Hebo un error al crear la compartición",
|
||||
"Share" : "Compartir"
|
||||
"Share" : "Compartir",
|
||||
"Personal" : "Personal",
|
||||
"To do" : "Xera pendiente",
|
||||
"Example Task 3" : "Xera d'exemplu 3",
|
||||
"Example Task 2" : "Xera d'exemplu 2",
|
||||
"Example Task 1" : "Xera d'exemplu 1"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -1,7 +1,6 @@
|
||||
OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Personal" : "Şəxsi",
|
||||
"Finished" : "Bitdi",
|
||||
"Done" : "Done",
|
||||
"The file was uploaded" : "Fayl yükləndi",
|
||||
@@ -38,6 +37,7 @@ OC.L10N.register(
|
||||
"Today" : "Bu gün",
|
||||
"Tomorrow" : "Sabah",
|
||||
"Close" : "Bağla",
|
||||
"Share" : "Paylaş"
|
||||
"Share" : "Paylaş",
|
||||
"Personal" : "Şəxsi"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{ "translations": {
|
||||
"Personal" : "Şəxsi",
|
||||
"Finished" : "Bitdi",
|
||||
"Done" : "Done",
|
||||
"The file was uploaded" : "Fayl yükləndi",
|
||||
@@ -36,6 +35,7 @@
|
||||
"Today" : "Bu gün",
|
||||
"Tomorrow" : "Sabah",
|
||||
"Close" : "Bağla",
|
||||
"Share" : "Paylaş"
|
||||
"Share" : "Paylaş",
|
||||
"Personal" : "Şəxsi"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
24
l10n/bg.js
24
l10n/bg.js
@@ -68,7 +68,6 @@ OC.L10N.register(
|
||||
"A <strong>comment</strong> was created on a card" : "На картата е създаден <strong>коментар</strong>",
|
||||
"Upcoming cards" : "Предстоящи карти",
|
||||
"Load more" : "Зареждане на още",
|
||||
"Personal" : "Лични",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Картата \"%s\" на \"%s\" Ви е била възложена от %s.",
|
||||
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} е възложил картата {deck-card} на {deck-board} на Вас.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "Картата \"%s\" on \"%s\" е достигнала датата на падежа си.",
|
||||
@@ -90,12 +89,8 @@ OC.L10N.register(
|
||||
"Action needed" : "Необходимо е действие",
|
||||
"Later" : "По-късно",
|
||||
"copy" : "Копиране",
|
||||
"To do" : "Задачи",
|
||||
"Doing" : "Задачи в процес на изпълнение",
|
||||
"To Do" : "Задачи",
|
||||
"Done" : "Завършено",
|
||||
"Example Task 3" : "Примерна задача 3",
|
||||
"Example Task 2" : "Примерна задача 2",
|
||||
"Example Task 1" : "Примерна задача 1",
|
||||
"The file was uploaded" : "Файлът е качен",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Размерът на каченият файл надвишава максималния размер определен от upload_max_filesize в php.ini:",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Размерът на файла надвишава максималния размер определен от MAX_FILE_SIZE в HTML формата.",
|
||||
@@ -116,13 +111,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" : "Файлът вече съществува",
|
||||
@@ -243,6 +237,7 @@ OC.L10N.register(
|
||||
"Todo items" : "Елементи на задача за изпълнение",
|
||||
"{count} comments, {unread} unread" : "{count} коментари, {unread} непрочетени",
|
||||
"Edit card title" : "Редактиране на заглавието на карта",
|
||||
"Edit title" : "Редактиране на заглавието",
|
||||
"Assign to me" : "Зачисляване към мен",
|
||||
"Unassign myself" : "Отмяна на зачисляването към мен",
|
||||
"Delete card" : "Изтриване на карта",
|
||||
@@ -283,6 +278,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,8 +315,12 @@ OC.L10N.register(
|
||||
"Share with a Deck card" : "Споделяне с Deck карта",
|
||||
"Share {file} with a Deck card" : "Споделяне {file} с Deck карта",
|
||||
"Share" : "Споделяне",
|
||||
"Searching for users, groups and circles …" : "Търсене за потребители, групи и кръгове ...",
|
||||
"(Circle)" : "(Кръг)",
|
||||
"Assign to users/groups/circles" : "Зачисляване към потребители/групи/кръгове"
|
||||
"Personal" : "Лични",
|
||||
"To do" : "Задачи",
|
||||
"Doing" : "Задачи в процес на изпълнение",
|
||||
"Example Task 3" : "Примерна задача 3",
|
||||
"Example Task 2" : "Примерна задача 2",
|
||||
"Example Task 1" : "Примерна задача 1",
|
||||
"Move card to another board" : "Преместване на картата на друго табло"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
24
l10n/bg.json
24
l10n/bg.json
@@ -66,7 +66,6 @@
|
||||
"A <strong>comment</strong> was created on a card" : "На картата е създаден <strong>коментар</strong>",
|
||||
"Upcoming cards" : "Предстоящи карти",
|
||||
"Load more" : "Зареждане на още",
|
||||
"Personal" : "Лични",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Картата \"%s\" на \"%s\" Ви е била възложена от %s.",
|
||||
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} е възложил картата {deck-card} на {deck-board} на Вас.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "Картата \"%s\" on \"%s\" е достигнала датата на падежа си.",
|
||||
@@ -88,12 +87,8 @@
|
||||
"Action needed" : "Необходимо е действие",
|
||||
"Later" : "По-късно",
|
||||
"copy" : "Копиране",
|
||||
"To do" : "Задачи",
|
||||
"Doing" : "Задачи в процес на изпълнение",
|
||||
"To Do" : "Задачи",
|
||||
"Done" : "Завършено",
|
||||
"Example Task 3" : "Примерна задача 3",
|
||||
"Example Task 2" : "Примерна задача 2",
|
||||
"Example Task 1" : "Примерна задача 1",
|
||||
"The file was uploaded" : "Файлът е качен",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Размерът на каченият файл надвишава максималния размер определен от upload_max_filesize в php.ini:",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Размерът на файла надвишава максималния размер определен от MAX_FILE_SIZE в HTML формата.",
|
||||
@@ -114,13 +109,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" : "Файлът вече съществува",
|
||||
@@ -241,6 +235,7 @@
|
||||
"Todo items" : "Елементи на задача за изпълнение",
|
||||
"{count} comments, {unread} unread" : "{count} коментари, {unread} непрочетени",
|
||||
"Edit card title" : "Редактиране на заглавието на карта",
|
||||
"Edit title" : "Редактиране на заглавието",
|
||||
"Assign to me" : "Зачисляване към мен",
|
||||
"Unassign myself" : "Отмяна на зачисляването към мен",
|
||||
"Delete card" : "Изтриване на карта",
|
||||
@@ -281,6 +276,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,8 +313,12 @@
|
||||
"Share with a Deck card" : "Споделяне с Deck карта",
|
||||
"Share {file} with a Deck card" : "Споделяне {file} с Deck карта",
|
||||
"Share" : "Споделяне",
|
||||
"Searching for users, groups and circles …" : "Търсене за потребители, групи и кръгове ...",
|
||||
"(Circle)" : "(Кръг)",
|
||||
"Assign to users/groups/circles" : "Зачисляване към потребители/групи/кръгове"
|
||||
"Personal" : "Лични",
|
||||
"To do" : "Задачи",
|
||||
"Doing" : "Задачи в процес на изпълнение",
|
||||
"Example Task 3" : "Примерна задача 3",
|
||||
"Example Task 2" : "Примерна задача 2",
|
||||
"Example Task 1" : "Примерна задача 1",
|
||||
"Move card to another board" : "Преместване на картата на друго табло"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -1,7 +1,6 @@
|
||||
OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Personal" : "ব্যক্তিগত",
|
||||
"Done" : "Done",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "আপলোড করা ফাইলটি HTML ফর্মে উল্লিখিত MAX_FILE_SIZE নির্ধারিত ফাইলের সর্বোচ্চ আকার অতিক্রম করতে চলেছে ",
|
||||
"No file was uploaded" : "কোন ফাইল আপলোড করা হয় নি",
|
||||
@@ -32,6 +31,7 @@ OC.L10N.register(
|
||||
"Today" : "আজ",
|
||||
"Tomorrow" : "আগামীকাল",
|
||||
"Close" : "বন্ধ",
|
||||
"Share" : "ভাগাভাগি কর"
|
||||
"Share" : "ভাগাভাগি কর",
|
||||
"Personal" : "ব্যক্তিগত"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{ "translations": {
|
||||
"Personal" : "ব্যক্তিগত",
|
||||
"Done" : "Done",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "আপলোড করা ফাইলটি HTML ফর্মে উল্লিখিত MAX_FILE_SIZE নির্ধারিত ফাইলের সর্বোচ্চ আকার অতিক্রম করতে চলেছে ",
|
||||
"No file was uploaded" : "কোন ফাইল আপলোড করা হয় নি",
|
||||
@@ -30,6 +29,7 @@
|
||||
"Today" : "আজ",
|
||||
"Tomorrow" : "আগামীকাল",
|
||||
"Close" : "বন্ধ",
|
||||
"Share" : "ভাগাভাগি কর"
|
||||
"Share" : "ভাগাভাগি কর",
|
||||
"Personal" : "ব্যক্তিগত"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Personal" : "Personel",
|
||||
"Finished" : "Achuet",
|
||||
"copy" : "eil",
|
||||
"In Progress" : "War ar stern",
|
||||
"Done" : "Graet",
|
||||
"The file was uploaded" : "Kaset eo bet ar restr",
|
||||
"No file was uploaded" : "N'eus restr ebet a zo bet kaset",
|
||||
@@ -43,6 +43,7 @@ OC.L10N.register(
|
||||
"Today" : "Hiziv",
|
||||
"Tomorrow" : "Warc'hoaz",
|
||||
"Close" : "Seriñ",
|
||||
"Share" : "Rannan"
|
||||
"Share" : "Rannan",
|
||||
"Personal" : "Personel"
|
||||
},
|
||||
"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);");
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ "translations": {
|
||||
"Personal" : "Personel",
|
||||
"Finished" : "Achuet",
|
||||
"copy" : "eil",
|
||||
"In Progress" : "War ar stern",
|
||||
"Done" : "Graet",
|
||||
"The file was uploaded" : "Kaset eo bet ar restr",
|
||||
"No file was uploaded" : "N'eus restr ebet a zo bet kaset",
|
||||
@@ -41,6 +41,7 @@
|
||||
"Today" : "Hiziv",
|
||||
"Tomorrow" : "Warc'hoaz",
|
||||
"Close" : "Seriñ",
|
||||
"Share" : "Rannan"
|
||||
"Share" : "Rannan",
|
||||
"Personal" : "Personel"
|
||||
},"pluralForm" :"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"
|
||||
}
|
||||
@@ -1,7 +1,6 @@
|
||||
OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Personal" : "Osobno",
|
||||
"Done" : "Done",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Učitana datoteka premašuje maksimalnu dopuštenu veličinu datoteke MAX_FILE_SIZE navedenu u HTML formi",
|
||||
"No file was uploaded" : "Nijedna datoteka nije učitana.",
|
||||
@@ -29,6 +28,7 @@ OC.L10N.register(
|
||||
"Tomorrow" : "Sutra",
|
||||
"Close" : "Zatvori",
|
||||
"Maximum file size of {size} exceeded" : "Maksimalna veličina datoteke prekoračena",
|
||||
"Share" : "Podjeli"
|
||||
"Share" : "Podjeli",
|
||||
"Personal" : "Osobno"
|
||||
},
|
||||
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{ "translations": {
|
||||
"Personal" : "Osobno",
|
||||
"Done" : "Done",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Učitana datoteka premašuje maksimalnu dopuštenu veličinu datoteke MAX_FILE_SIZE navedenu u HTML formi",
|
||||
"No file was uploaded" : "Nijedna datoteka nije učitana.",
|
||||
@@ -27,6 +26,7 @@
|
||||
"Tomorrow" : "Sutra",
|
||||
"Close" : "Zatvori",
|
||||
"Maximum file size of {size} exceeded" : "Maksimalna veličina datoteke prekoračena",
|
||||
"Share" : "Podjeli"
|
||||
"Share" : "Podjeli",
|
||||
"Personal" : "Osobno"
|
||||
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
|
||||
}
|
||||
53
l10n/ca.js
53
l10n/ca.js
@@ -76,7 +76,7 @@ OC.L10N.register(
|
||||
"Cards due tomorrow" : "Targetes amb venciment demà",
|
||||
"Upcoming cards" : "Pròximes targetes",
|
||||
"Load more" : "Carrega'n més",
|
||||
"Personal" : "Personal",
|
||||
"Welcome to Nextcloud Deck!" : "Benvingut a Targetes de Nextcloud!",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La targeta \"%s\" sobre \"%s\" se us ha assignat per %s.",
|
||||
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} us ha assignat la targeta {deck-card} a {deck-board}.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La targeta \"%s\" sobre \"%s\" ha assolit la seva data de caducitat.",
|
||||
@@ -99,12 +99,16 @@ OC.L10N.register(
|
||||
"Action needed" : "Acció necessària",
|
||||
"Later" : "Més tard",
|
||||
"copy" : "còpia",
|
||||
"To do" : "Pendent",
|
||||
"Doing" : "En procés",
|
||||
"Read more inside" : "Llegeix més a dins",
|
||||
"Custom lists - click to rename!" : "Llistes personalitzades: feu clic per canviar el nom!",
|
||||
"To Do" : "Per fer",
|
||||
"In Progress" : "En curs",
|
||||
"Done" : "Fet",
|
||||
"Example Task 3" : "Tasca d'exemple 3",
|
||||
"Example Task 2" : "Tasca d'exemple 2",
|
||||
"Example Task 1" : "Tasca d'exemple 1",
|
||||
"1. Open to learn more about boards and cards" : "1. Obre per obtenir més informació sobre taulers i cartes",
|
||||
"2. Drag cards left and right, up and down" : "2. Arrossegueu les targetes a l'esquerra i a la dreta, amunt i avall",
|
||||
"3. Apply rich formatting and link content" : "3. Apliqueu format ric i contingut d'enllaços",
|
||||
"4. Share, comment and collaborate!" : "4. Comparteix, comenta i col·labora!",
|
||||
"Create your first card!" : "Crea la teva primera targeta!",
|
||||
"The file was uploaded" : "S'ha pujat el fitxer",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El fitxer carregat excedeix la directiva upload_max_filesize dins de php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El fitxer carregat excedeix la directiva MAX_FILE_SIZE que hi ha especificada al formulari d'HTML",
|
||||
@@ -125,13 +129,14 @@ 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",
|
||||
"Move/copy card" : "Mou/copia la targeta",
|
||||
"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",
|
||||
"Copy card" : "Còpia de la targeta",
|
||||
"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",
|
||||
@@ -150,6 +155,8 @@ OC.L10N.register(
|
||||
"Filter by tag" : "Filtra per etiqueta",
|
||||
"Filter by assigned user" : "Filtra per usuari assignat",
|
||||
"Unassigned" : "Sense assignar",
|
||||
"Filter by status" : "Filtra per estat",
|
||||
"Open and completed" : "Obert i acabat",
|
||||
"Open" : "Obert",
|
||||
"Completed" : "S'ha completat",
|
||||
"Filter by due date" : "Filtra per data de venciment",
|
||||
@@ -179,9 +186,12 @@ OC.L10N.register(
|
||||
"Deleted lists" : "Llistes suprimides",
|
||||
"Undo" : "Desfés",
|
||||
"Deleted cards" : "Targetes suprimides",
|
||||
"Share board with a user, group or team …" : "Comparteix el tauler amb un usuari, grup o equip …",
|
||||
"Searching for users, groups and teams …" : "Cercant usuaris, grups i equips …",
|
||||
"No participants found" : "No s'han trobat participants",
|
||||
"Board owner" : "Propietari del tauler",
|
||||
"(Group)" : "(Grup)",
|
||||
"(Team)" : "(Equip)",
|
||||
"Can edit" : "Pot editar",
|
||||
"Can share" : "Pot compartir",
|
||||
"Can manage" : "Pot gestionar",
|
||||
@@ -207,7 +217,9 @@ OC.L10N.register(
|
||||
"title and color value must be provided" : "s’ha de proporcionar el valor del títol i del color",
|
||||
"Board name" : "Nom del taulell",
|
||||
"Members" : "Membres",
|
||||
"Assign to users/groups/team" : "Assigna a usuaris/grups/equip",
|
||||
"Assign a user to this card…" : "Assignació d'un usuari a aquesta targeta…",
|
||||
"Select a user to assign to this card…" : "Seleccioneu un usuari per assignar-lo a aquesta targeta…",
|
||||
"Upload new files" : "Pujada de nous fitxers",
|
||||
"Share from Files" : "Comparteix des de Fitxers",
|
||||
"Pending share" : "Compartició pendent",
|
||||
@@ -261,12 +273,15 @@ OC.L10N.register(
|
||||
"Set due date for this weekend" : "Estableix una data de caducitat per aquest cap de setmana",
|
||||
"Set due date for next week" : "Estableix una data de caducitat per a la setmana vinent",
|
||||
"Assign a tag to this card…" : "Assignació d'una etiqueta a aquesta targeta…",
|
||||
"Select or create a tag…" : "Seleccioneu o creeu una etiqueta…",
|
||||
"Create a new tag:" : "Crea una etiqueta nova:",
|
||||
"(group)" : "(grup)",
|
||||
"Next week – {timeLocale}" : "La setmana següent: {timeLocale}",
|
||||
"Todo items" : "Tasques pendents",
|
||||
"{count} comments, {unread} unread" : "{count} comentaris, {unread} no llegits",
|
||||
"Edit card title" : "Edició del títol de la targeta",
|
||||
"Open link" : "Obre l'enllaç",
|
||||
"Edit title" : "Edició del títol",
|
||||
"Assign to me" : "Assigna'm a mi",
|
||||
"Unassign myself" : "Desasignar a mi mateix",
|
||||
"Mark as not done" : "Marca com no fet",
|
||||
@@ -274,6 +289,7 @@ OC.L10N.register(
|
||||
"Card deleted" : "Targeta suprimida",
|
||||
"seconds ago" : "fa uns segons",
|
||||
"Keyboard shortcuts" : "Dreceres de teclat",
|
||||
"Boost your productivity using Deck with keyboard shortcuts." : "Augmenta la teva productivitat amb Targetes fent servir tecles de drecera.",
|
||||
"Board actions" : "Accions de Tauler",
|
||||
"Keyboard shortcut" : "Drecera de teclat",
|
||||
"Action" : "Acció",
|
||||
@@ -308,6 +324,7 @@ OC.L10N.register(
|
||||
"Limit board creation to some groups" : "Limiteu la creació de taulers a alguns grups",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Els usuaris fora d'aquests grups no podran crear els seus propis taulers, però encara podran treballar en taulers que s'hagin compartit amb ells.",
|
||||
"Cancel edit" : "Cancel·la l'edició",
|
||||
"Save board" : "Guarda el tauler",
|
||||
"Board details" : "Detalls del tauler",
|
||||
"Edit board" : "Edita el tauler",
|
||||
"Clone board" : "Clonar tauler",
|
||||
@@ -327,6 +344,15 @@ 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 {boardTitle}" : "Clonar {boardTitle}",
|
||||
"Clone cards" : "Clonar targetes",
|
||||
"Clone assignments" : "Clonar les tasques",
|
||||
"Clone labels" : "Clonar etiquetes",
|
||||
"Clone due dates" : "Clonar les dates de venciment",
|
||||
"Advanced options" : "Paràmetres avançats",
|
||||
"Move all cards to the first list" : "Mou totes les cartes a la primera llista",
|
||||
"Restore archived cards" : "Restaura les targetes arxivades",
|
||||
"Clone" : "Clonar",
|
||||
"Loading filtered view" : "S'està carregant la visualització filtrada",
|
||||
"Today" : "Avui",
|
||||
"Tomorrow" : "Demà",
|
||||
@@ -366,8 +392,13 @@ 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",
|
||||
"Searching for users, groups and circles …" : "Buscant usuaris, grups i cercles …",
|
||||
"(Circle)" : "(Cercle)",
|
||||
"Assign to users/groups/circles" : "Assignació a usuaris/grups/cercles"
|
||||
"Personal" : "Personal",
|
||||
"To do" : "Pendent",
|
||||
"Doing" : "En procés",
|
||||
"Example Task 3" : "Tasca d'exemple 3",
|
||||
"Example Task 2" : "Tasca d'exemple 2",
|
||||
"Example Task 1" : "Tasca d'exemple 1",
|
||||
"Move card to another board" : "Mou la targeta a un altre tauler",
|
||||
"Filter by completed" : "Filtra per completat"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
53
l10n/ca.json
53
l10n/ca.json
@@ -74,7 +74,7 @@
|
||||
"Cards due tomorrow" : "Targetes amb venciment demà",
|
||||
"Upcoming cards" : "Pròximes targetes",
|
||||
"Load more" : "Carrega'n més",
|
||||
"Personal" : "Personal",
|
||||
"Welcome to Nextcloud Deck!" : "Benvingut a Targetes de Nextcloud!",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La targeta \"%s\" sobre \"%s\" se us ha assignat per %s.",
|
||||
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} us ha assignat la targeta {deck-card} a {deck-board}.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La targeta \"%s\" sobre \"%s\" ha assolit la seva data de caducitat.",
|
||||
@@ -97,12 +97,16 @@
|
||||
"Action needed" : "Acció necessària",
|
||||
"Later" : "Més tard",
|
||||
"copy" : "còpia",
|
||||
"To do" : "Pendent",
|
||||
"Doing" : "En procés",
|
||||
"Read more inside" : "Llegeix més a dins",
|
||||
"Custom lists - click to rename!" : "Llistes personalitzades: feu clic per canviar el nom!",
|
||||
"To Do" : "Per fer",
|
||||
"In Progress" : "En curs",
|
||||
"Done" : "Fet",
|
||||
"Example Task 3" : "Tasca d'exemple 3",
|
||||
"Example Task 2" : "Tasca d'exemple 2",
|
||||
"Example Task 1" : "Tasca d'exemple 1",
|
||||
"1. Open to learn more about boards and cards" : "1. Obre per obtenir més informació sobre taulers i cartes",
|
||||
"2. Drag cards left and right, up and down" : "2. Arrossegueu les targetes a l'esquerra i a la dreta, amunt i avall",
|
||||
"3. Apply rich formatting and link content" : "3. Apliqueu format ric i contingut d'enllaços",
|
||||
"4. Share, comment and collaborate!" : "4. Comparteix, comenta i col·labora!",
|
||||
"Create your first card!" : "Crea la teva primera targeta!",
|
||||
"The file was uploaded" : "S'ha pujat el fitxer",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El fitxer carregat excedeix la directiva upload_max_filesize dins de php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El fitxer carregat excedeix la directiva MAX_FILE_SIZE que hi ha especificada al formulari d'HTML",
|
||||
@@ -123,13 +127,14 @@
|
||||
"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",
|
||||
"Move/copy card" : "Mou/copia la targeta",
|
||||
"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",
|
||||
"Copy card" : "Còpia de la targeta",
|
||||
"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",
|
||||
@@ -148,6 +153,8 @@
|
||||
"Filter by tag" : "Filtra per etiqueta",
|
||||
"Filter by assigned user" : "Filtra per usuari assignat",
|
||||
"Unassigned" : "Sense assignar",
|
||||
"Filter by status" : "Filtra per estat",
|
||||
"Open and completed" : "Obert i acabat",
|
||||
"Open" : "Obert",
|
||||
"Completed" : "S'ha completat",
|
||||
"Filter by due date" : "Filtra per data de venciment",
|
||||
@@ -177,9 +184,12 @@
|
||||
"Deleted lists" : "Llistes suprimides",
|
||||
"Undo" : "Desfés",
|
||||
"Deleted cards" : "Targetes suprimides",
|
||||
"Share board with a user, group or team …" : "Comparteix el tauler amb un usuari, grup o equip …",
|
||||
"Searching for users, groups and teams …" : "Cercant usuaris, grups i equips …",
|
||||
"No participants found" : "No s'han trobat participants",
|
||||
"Board owner" : "Propietari del tauler",
|
||||
"(Group)" : "(Grup)",
|
||||
"(Team)" : "(Equip)",
|
||||
"Can edit" : "Pot editar",
|
||||
"Can share" : "Pot compartir",
|
||||
"Can manage" : "Pot gestionar",
|
||||
@@ -205,7 +215,9 @@
|
||||
"title and color value must be provided" : "s’ha de proporcionar el valor del títol i del color",
|
||||
"Board name" : "Nom del taulell",
|
||||
"Members" : "Membres",
|
||||
"Assign to users/groups/team" : "Assigna a usuaris/grups/equip",
|
||||
"Assign a user to this card…" : "Assignació d'un usuari a aquesta targeta…",
|
||||
"Select a user to assign to this card…" : "Seleccioneu un usuari per assignar-lo a aquesta targeta…",
|
||||
"Upload new files" : "Pujada de nous fitxers",
|
||||
"Share from Files" : "Comparteix des de Fitxers",
|
||||
"Pending share" : "Compartició pendent",
|
||||
@@ -259,12 +271,15 @@
|
||||
"Set due date for this weekend" : "Estableix una data de caducitat per aquest cap de setmana",
|
||||
"Set due date for next week" : "Estableix una data de caducitat per a la setmana vinent",
|
||||
"Assign a tag to this card…" : "Assignació d'una etiqueta a aquesta targeta…",
|
||||
"Select or create a tag…" : "Seleccioneu o creeu una etiqueta…",
|
||||
"Create a new tag:" : "Crea una etiqueta nova:",
|
||||
"(group)" : "(grup)",
|
||||
"Next week – {timeLocale}" : "La setmana següent: {timeLocale}",
|
||||
"Todo items" : "Tasques pendents",
|
||||
"{count} comments, {unread} unread" : "{count} comentaris, {unread} no llegits",
|
||||
"Edit card title" : "Edició del títol de la targeta",
|
||||
"Open link" : "Obre l'enllaç",
|
||||
"Edit title" : "Edició del títol",
|
||||
"Assign to me" : "Assigna'm a mi",
|
||||
"Unassign myself" : "Desasignar a mi mateix",
|
||||
"Mark as not done" : "Marca com no fet",
|
||||
@@ -272,6 +287,7 @@
|
||||
"Card deleted" : "Targeta suprimida",
|
||||
"seconds ago" : "fa uns segons",
|
||||
"Keyboard shortcuts" : "Dreceres de teclat",
|
||||
"Boost your productivity using Deck with keyboard shortcuts." : "Augmenta la teva productivitat amb Targetes fent servir tecles de drecera.",
|
||||
"Board actions" : "Accions de Tauler",
|
||||
"Keyboard shortcut" : "Drecera de teclat",
|
||||
"Action" : "Acció",
|
||||
@@ -306,6 +322,7 @@
|
||||
"Limit board creation to some groups" : "Limiteu la creació de taulers a alguns grups",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Els usuaris fora d'aquests grups no podran crear els seus propis taulers, però encara podran treballar en taulers que s'hagin compartit amb ells.",
|
||||
"Cancel edit" : "Cancel·la l'edició",
|
||||
"Save board" : "Guarda el tauler",
|
||||
"Board details" : "Detalls del tauler",
|
||||
"Edit board" : "Edita el tauler",
|
||||
"Clone board" : "Clonar tauler",
|
||||
@@ -325,6 +342,15 @@
|
||||
"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 {boardTitle}" : "Clonar {boardTitle}",
|
||||
"Clone cards" : "Clonar targetes",
|
||||
"Clone assignments" : "Clonar les tasques",
|
||||
"Clone labels" : "Clonar etiquetes",
|
||||
"Clone due dates" : "Clonar les dates de venciment",
|
||||
"Advanced options" : "Paràmetres avançats",
|
||||
"Move all cards to the first list" : "Mou totes les cartes a la primera llista",
|
||||
"Restore archived cards" : "Restaura les targetes arxivades",
|
||||
"Clone" : "Clonar",
|
||||
"Loading filtered view" : "S'està carregant la visualització filtrada",
|
||||
"Today" : "Avui",
|
||||
"Tomorrow" : "Demà",
|
||||
@@ -364,8 +390,13 @@
|
||||
"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",
|
||||
"Searching for users, groups and circles …" : "Buscant usuaris, grups i cercles …",
|
||||
"(Circle)" : "(Cercle)",
|
||||
"Assign to users/groups/circles" : "Assignació a usuaris/grups/cercles"
|
||||
"Personal" : "Personal",
|
||||
"To do" : "Pendent",
|
||||
"Doing" : "En procés",
|
||||
"Example Task 3" : "Tasca d'exemple 3",
|
||||
"Example Task 2" : "Tasca d'exemple 2",
|
||||
"Example Task 1" : "Tasca d'exemple 1",
|
||||
"Move card to another board" : "Mou la targeta a un altre tauler",
|
||||
"Filter by completed" : "Filtra per completat"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
44
l10n/cs.js
44
l10n/cs.js
@@ -13,8 +13,8 @@ OC.L10N.register(
|
||||
"{user} has removed {acl} from the board {board}" : "{user} odebral(a) {acl} z tabule {board}",
|
||||
"You have renamed the board {before} to {board}" : "Přejmenovali jste tabuli {before} na {board}",
|
||||
"{user} has renamed the board {before} to {board}" : "{user} přejmenoval(a) tabuli {before} na {board}",
|
||||
"You have archived the board {board}" : "Zaarchivovali jste tabuli {board}",
|
||||
"{user} has archived the board {before}" : "{user} zaarchivoval(a) tabuli {before}",
|
||||
"You have archived the board {board}" : "Archivovali jste tabuli {board}",
|
||||
"{user} has archived the board {before}" : "{user} archivoval(a) tabuli {before}",
|
||||
"You have unarchived the board {board}" : "Vrátili jste zpět z archivace tabuli {board}",
|
||||
"{user} has unarchived the board {before}" : "{user} vrátil(a) tabuli {before} zpět z archivace",
|
||||
"You have created a new list {stack} on board {board}" : "Vytvořili jste nový sloupec {stack} na tabuli {board}",
|
||||
@@ -33,8 +33,8 @@ OC.L10N.register(
|
||||
"{user} has added a description to card {card} in list {stack} on board {board}" : "{user} přidal(a) popis ke kartě {card} ve sloupci {stack} na tabuli {board}",
|
||||
"You have updated the description of card {card} in list {stack} on board {board}" : "Aktualizovali jste popis karty {card} ve sloupci {stack} na tabuli {board}",
|
||||
"{user} has updated the description of the card {card} in list {stack} on board {board}" : "{user} aktualizoval(a) popis karty {card} ve sloupci {stack} na tabuli {board}",
|
||||
"You have archived card {card} in list {stack} on board {board}" : "Zaarchivovali kartu {card} ve sloupci {stack} na tabuli {board}",
|
||||
"{user} has archived card {card} in list {stack} on board {board}" : "{user} zaarchivoval(a) kartu {card} ve sloupci {stack} na tabuli {board}",
|
||||
"You have archived card {card} in list {stack} on board {board}" : "Archivovali kartu {card} ve sloupci {stack} na tabuli {board}",
|
||||
"{user} has archived card {card} in list {stack} on board {board}" : "{user} archivoval(a) kartu {card} ve sloupci {stack} na tabuli {board}",
|
||||
"You have unarchived card {card} in list {stack} on board {board}" : "Zrušili jste archivacii karty {card} ve sloupci {stack} na tabuli {board}",
|
||||
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} zrušil(a) archivaci karty {card} ve sloupci {stack} na tabuli {board}",
|
||||
"You have marked the card {card} as done in list {stack} on board {board}" : "Označili jste kartu {card} jako splněnou v seznamu {stack} na tabuli {board}",
|
||||
@@ -76,7 +76,6 @@ OC.L10N.register(
|
||||
"Cards due tomorrow" : "Karty, které mají termín zítra",
|
||||
"Upcoming cards" : "Nadcházející karty",
|
||||
"Load more" : "Načíst více",
|
||||
"Personal" : "Osobní",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kartu „%s“ na „%s“ vám přiřadil(a) %s.",
|
||||
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} vám přiřadil(a) kartu {deck-card} na tabuli {deck-board}.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "U karty „%s“ z tabule „%s“ nastalo plánované datum dokončení.",
|
||||
@@ -99,12 +98,9 @@ OC.L10N.register(
|
||||
"Action needed" : "Nutná akce",
|
||||
"Later" : "Později",
|
||||
"copy" : "kopie",
|
||||
"To do" : "Zbývá udělat",
|
||||
"Doing" : "Provádí se",
|
||||
"To Do" : "Úkoly",
|
||||
"In Progress" : "Probíhá",
|
||||
"Done" : "Hotovo",
|
||||
"Example Task 3" : "Třetí úkol pro ukázku",
|
||||
"Example Task 2" : "Druhý úkol pro ukázku",
|
||||
"Example Task 1" : "První úkol pro ukázku",
|
||||
"The file was uploaded" : "Soubor byl nahrán",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Velikost nahrávaného souboru překračuje limit nastavení direktivou upload_max_filesize v php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Nahrávaný soubor přesáhl svou velikostí hodnotu direktivy MAX_FILE_SIZE, určenou v HTML formuláři",
|
||||
@@ -125,13 +121,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",
|
||||
@@ -275,6 +272,8 @@ OC.L10N.register(
|
||||
"Todo items" : "Položky k udělání",
|
||||
"{count} comments, {unread} unread" : "{count} komentářů, {unread} nepřečtených",
|
||||
"Edit card title" : "Upravit nadpis karty",
|
||||
"Open link" : "Otevřít okaz",
|
||||
"Edit title" : "Upravit nadpis",
|
||||
"Assign to me" : "Přiřadit mě",
|
||||
"Unassign myself" : "Zrušit přiřazení sobě",
|
||||
"Mark as not done" : "Označit jako nehotové",
|
||||
@@ -304,7 +303,7 @@ OC.L10N.register(
|
||||
"Open card details" : "Otevřít podrobnosti o kartě",
|
||||
"Edit the card title" : "Upravit nadpis karty",
|
||||
"Assign yourself to the current card" : "Přiřadit stávající kartu sobě",
|
||||
"Archive/unarchive the current card" : "Zaarchivovat / zrušit archivaci stávající karty",
|
||||
"Archive/unarchive the current card" : "Archivovat / zrušit archivaci stávající karty",
|
||||
"Mark card as completed/not completed" : "Označit kartu jako (ne)dokončenou",
|
||||
"Open card menu" : "Otevřít nabídku karty",
|
||||
"All boards" : "Všechny tabule",
|
||||
@@ -337,6 +336,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,9 +384,13 @@ 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",
|
||||
"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",
|
||||
"Personal" : "Osobní",
|
||||
"To do" : "Zbývá udělat",
|
||||
"Doing" : "Provádí se",
|
||||
"Example Task 3" : "Třetí úkol pro ukázku",
|
||||
"Example Task 2" : "Druhý úkol pro ukázku",
|
||||
"Example Task 1" : "První úkol pro ukázku",
|
||||
"Move card to another board" : "Přesunout kartu na jinou tabuli",
|
||||
"Filter by completed" : "Filtrovat podle dokončených"
|
||||
},
|
||||
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
|
||||
|
||||
44
l10n/cs.json
44
l10n/cs.json
@@ -11,8 +11,8 @@
|
||||
"{user} has removed {acl} from the board {board}" : "{user} odebral(a) {acl} z tabule {board}",
|
||||
"You have renamed the board {before} to {board}" : "Přejmenovali jste tabuli {before} na {board}",
|
||||
"{user} has renamed the board {before} to {board}" : "{user} přejmenoval(a) tabuli {before} na {board}",
|
||||
"You have archived the board {board}" : "Zaarchivovali jste tabuli {board}",
|
||||
"{user} has archived the board {before}" : "{user} zaarchivoval(a) tabuli {before}",
|
||||
"You have archived the board {board}" : "Archivovali jste tabuli {board}",
|
||||
"{user} has archived the board {before}" : "{user} archivoval(a) tabuli {before}",
|
||||
"You have unarchived the board {board}" : "Vrátili jste zpět z archivace tabuli {board}",
|
||||
"{user} has unarchived the board {before}" : "{user} vrátil(a) tabuli {before} zpět z archivace",
|
||||
"You have created a new list {stack} on board {board}" : "Vytvořili jste nový sloupec {stack} na tabuli {board}",
|
||||
@@ -31,8 +31,8 @@
|
||||
"{user} has added a description to card {card} in list {stack} on board {board}" : "{user} přidal(a) popis ke kartě {card} ve sloupci {stack} na tabuli {board}",
|
||||
"You have updated the description of card {card} in list {stack} on board {board}" : "Aktualizovali jste popis karty {card} ve sloupci {stack} na tabuli {board}",
|
||||
"{user} has updated the description of the card {card} in list {stack} on board {board}" : "{user} aktualizoval(a) popis karty {card} ve sloupci {stack} na tabuli {board}",
|
||||
"You have archived card {card} in list {stack} on board {board}" : "Zaarchivovali kartu {card} ve sloupci {stack} na tabuli {board}",
|
||||
"{user} has archived card {card} in list {stack} on board {board}" : "{user} zaarchivoval(a) kartu {card} ve sloupci {stack} na tabuli {board}",
|
||||
"You have archived card {card} in list {stack} on board {board}" : "Archivovali kartu {card} ve sloupci {stack} na tabuli {board}",
|
||||
"{user} has archived card {card} in list {stack} on board {board}" : "{user} archivoval(a) kartu {card} ve sloupci {stack} na tabuli {board}",
|
||||
"You have unarchived card {card} in list {stack} on board {board}" : "Zrušili jste archivacii karty {card} ve sloupci {stack} na tabuli {board}",
|
||||
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} zrušil(a) archivaci karty {card} ve sloupci {stack} na tabuli {board}",
|
||||
"You have marked the card {card} as done in list {stack} on board {board}" : "Označili jste kartu {card} jako splněnou v seznamu {stack} na tabuli {board}",
|
||||
@@ -74,7 +74,6 @@
|
||||
"Cards due tomorrow" : "Karty, které mají termín zítra",
|
||||
"Upcoming cards" : "Nadcházející karty",
|
||||
"Load more" : "Načíst více",
|
||||
"Personal" : "Osobní",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kartu „%s“ na „%s“ vám přiřadil(a) %s.",
|
||||
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} vám přiřadil(a) kartu {deck-card} na tabuli {deck-board}.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "U karty „%s“ z tabule „%s“ nastalo plánované datum dokončení.",
|
||||
@@ -97,12 +96,9 @@
|
||||
"Action needed" : "Nutná akce",
|
||||
"Later" : "Později",
|
||||
"copy" : "kopie",
|
||||
"To do" : "Zbývá udělat",
|
||||
"Doing" : "Provádí se",
|
||||
"To Do" : "Úkoly",
|
||||
"In Progress" : "Probíhá",
|
||||
"Done" : "Hotovo",
|
||||
"Example Task 3" : "Třetí úkol pro ukázku",
|
||||
"Example Task 2" : "Druhý úkol pro ukázku",
|
||||
"Example Task 1" : "První úkol pro ukázku",
|
||||
"The file was uploaded" : "Soubor byl nahrán",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Velikost nahrávaného souboru překračuje limit nastavení direktivou upload_max_filesize v php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Nahrávaný soubor přesáhl svou velikostí hodnotu direktivy MAX_FILE_SIZE, určenou v HTML formuláři",
|
||||
@@ -123,13 +119,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",
|
||||
@@ -273,6 +270,8 @@
|
||||
"Todo items" : "Položky k udělání",
|
||||
"{count} comments, {unread} unread" : "{count} komentářů, {unread} nepřečtených",
|
||||
"Edit card title" : "Upravit nadpis karty",
|
||||
"Open link" : "Otevřít okaz",
|
||||
"Edit title" : "Upravit nadpis",
|
||||
"Assign to me" : "Přiřadit mě",
|
||||
"Unassign myself" : "Zrušit přiřazení sobě",
|
||||
"Mark as not done" : "Označit jako nehotové",
|
||||
@@ -302,7 +301,7 @@
|
||||
"Open card details" : "Otevřít podrobnosti o kartě",
|
||||
"Edit the card title" : "Upravit nadpis karty",
|
||||
"Assign yourself to the current card" : "Přiřadit stávající kartu sobě",
|
||||
"Archive/unarchive the current card" : "Zaarchivovat / zrušit archivaci stávající karty",
|
||||
"Archive/unarchive the current card" : "Archivovat / zrušit archivaci stávající karty",
|
||||
"Mark card as completed/not completed" : "Označit kartu jako (ne)dokončenou",
|
||||
"Open card menu" : "Otevřít nabídku karty",
|
||||
"All boards" : "Všechny tabule",
|
||||
@@ -335,6 +334,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,9 +382,13 @@
|
||||
"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",
|
||||
"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",
|
||||
"Personal" : "Osobní",
|
||||
"To do" : "Zbývá udělat",
|
||||
"Doing" : "Provádí se",
|
||||
"Example Task 3" : "Třetí úkol pro ukázku",
|
||||
"Example Task 2" : "Druhý úkol pro ukázku",
|
||||
"Example Task 1" : "První úkol pro ukázku",
|
||||
"Move card to another board" : "Přesunout kartu na jinou tabuli",
|
||||
"Filter by completed" : "Filtrovat podle dokončených"
|
||||
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
|
||||
}
|
||||
@@ -1,7 +1,6 @@
|
||||
OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Personal" : "Personol",
|
||||
"%s on %s" : "%s ar %s",
|
||||
"Done" : "Done",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Mae'r ffeil lwythwyd i fyny'n fwy na chyfarwyddeb MAX_FILE_SIZE bennwyd yn y ffurflen HTML",
|
||||
@@ -33,6 +32,7 @@ OC.L10N.register(
|
||||
"An error occurred" : "Digwyddodd gwall",
|
||||
"Today" : "Heddiw",
|
||||
"Close" : "Cau",
|
||||
"Share" : "Rhannu"
|
||||
"Share" : "Rhannu",
|
||||
"Personal" : "Personol"
|
||||
},
|
||||
"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;");
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{ "translations": {
|
||||
"Personal" : "Personol",
|
||||
"%s on %s" : "%s ar %s",
|
||||
"Done" : "Done",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Mae'r ffeil lwythwyd i fyny'n fwy na chyfarwyddeb MAX_FILE_SIZE bennwyd yn y ffurflen HTML",
|
||||
@@ -31,6 +30,7 @@
|
||||
"An error occurred" : "Digwyddodd gwall",
|
||||
"Today" : "Heddiw",
|
||||
"Close" : "Cau",
|
||||
"Share" : "Rhannu"
|
||||
"Share" : "Rhannu",
|
||||
"Personal" : "Personol"
|
||||
},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"
|
||||
}
|
||||
154
l10n/da.js
154
l10n/da.js
@@ -18,38 +18,43 @@ OC.L10N.register(
|
||||
"You have unarchived the board {board}" : "Du har genskabt tavlen {board}",
|
||||
"{user} has unarchived the board {before}" : "{user} har genskabt tavlen {before}",
|
||||
"You have created a new list {stack} on board {board}" : "Du har oprettet en ny liste {stack} på tavlen {board}",
|
||||
"{user} has created a new list {stack} on board {board}" : "{user} har oprettet en ny kolonne {stack} på tavlen {board}",
|
||||
"You have renamed list {before} to {stack} on board {board}" : "Du har omdøbt kolonnen {before} til {stack} på tavlen {board}",
|
||||
"{user} has renamed list {before} to {stack} on board {board}" : "{user} har omdøbt kolonnen{before} til {stack} på tavlen {board}",
|
||||
"You have deleted list {stack} on board {board}" : "Du har slettet kolonnen {stack} på tavlen {board}",
|
||||
"{user} has deleted list {stack} on board {board}" : "{user} har slettet kolonnen {stack} på tavlen {board}",
|
||||
"You have created card {card} in list {stack} on board {board}" : "Du har oprettet kortet {card} i kolonnen {stack} på tavlen {board}",
|
||||
"{user} has created card {card} in list {stack} on board {board}" : "{user} har oprettet kortet {card} i kolonnen {stack} på tavlen {board}",
|
||||
"{user} has created a new list {stack} on board {board}" : "{user} har oprettet en ny liste {stack} på tavlen {board}",
|
||||
"You have renamed list {before} to {stack} on board {board}" : "Du har omdøbt liste {before} til {stack} på tavlen {board}",
|
||||
"{user} has renamed list {before} to {stack} on board {board}" : "{user} har omdøbt liste {before} til {stack} på tavlen {board}",
|
||||
"You have deleted list {stack} on board {board}" : "Du har slettet liste {stack} på tavlen {board}",
|
||||
"{user} has deleted list {stack} on board {board}" : "{user} har slettet liste {stack} på tavlen {board}",
|
||||
"You have created card {card} in list {stack} on board {board}" : "Du har oprettet kortet {card} i listen {stack} på tavlen {board}",
|
||||
"{user} has created card {card} in list {stack} on board {board}" : "{user} har oprettet kortet {card} i listen {stack} på tavlen {board}",
|
||||
"You have deleted card {card} in list {stack} on board {board}" : "Du har slettet kortet {card} i listen {stack} på tavlen {board}",
|
||||
"{user} has deleted card {card} in list {stack} on board {board}" : "{user} har slettet kortet {card} i listen {stack} på tavlen {board}",
|
||||
"You have renamed the card {before} to {card}" : "Du har omdøbt kortet {before} til {card}",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} har omdøbt kortet {before} til {card}",
|
||||
"Deck" : "Deck",
|
||||
"Deck" : "Opslag",
|
||||
"Changes in the <strong>Deck app</strong>" : "Ændringer i <strong>Opslags app'en</strong>",
|
||||
"Upcoming cards" : "Kommende kort",
|
||||
"Load more" : "Hent flere",
|
||||
"Personal" : "Personligt",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kortet \"%s\" på \"%s\" er blevet tildelt dig af %s.",
|
||||
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} har tilknyttet kortet {deck-card} på {deck-board} til dig.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "Kortet \"%s\" på \"%s\" har nået sin forfaldsdato.",
|
||||
"The card {deck-card} on {deck-board} has reached its due date." : "Kortet {deck-card} på {deck-board} har nået sin forfaldsdato.",
|
||||
"%s has mentioned you in a comment on \"%s\"." : " %s har nævnt dig i en kommentar på \"%s\".",
|
||||
"{user} has mentioned you in a comment on {deck-card}." : "{user} har nævnt dig i en kommentar på {deck-card}.",
|
||||
"The board \"%s\" has been shared with you by %s." : "Tavlen \"%s\" er blevet delt med dig af %s.",
|
||||
"{user} has shared {deck-board} with you." : "{user} har delt {deck-board} med dig.",
|
||||
"Deck board" : "Opslagstavle",
|
||||
"Deck boards, cards and comments" : "Opslagstavler, kort og kommentarer",
|
||||
"Create a new deck card" : "Opret et nyt opslagskort",
|
||||
"%s on %s" : "%s på %s",
|
||||
"Deck boards and cards" : "Opslagstavler og -kort",
|
||||
"No data was provided to create an attachment." : "Ingen data blev givet som kunne vedhæftes",
|
||||
"Finished" : "Færdiggjort",
|
||||
"To review" : "Til gennemgang",
|
||||
"Action needed" : "Handling påkrævet",
|
||||
"Later" : "Senere",
|
||||
"copy" : "kopiér",
|
||||
"To do" : "To do",
|
||||
"Doing" : "Igang",
|
||||
"To Do" : "To-do liste",
|
||||
"In Progress" : "I gang",
|
||||
"Done" : "Afsluttet",
|
||||
"Example Task 3" : "Eksempel opgave 3",
|
||||
"Example Task 2" : "Eksempel opgave 2",
|
||||
"Example Task 1" : "Eksempel opgave 1",
|
||||
"The file was uploaded" : "Filen blev uploadet",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Den uploadede fil overstiger upload_max_filesize direktivet i php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Den uploadede fil overstiger MAX_FILE_SIZE indstilingen, som specificeret i HTML formularen",
|
||||
@@ -57,28 +62,27 @@ OC.L10N.register(
|
||||
"No file was uploaded" : "Ingen fil uploadet",
|
||||
"Missing a temporary folder" : "Manglende midlertidig mappe.",
|
||||
"Could not write file to disk" : "Kunne ikke gemme filen",
|
||||
"A PHP extension stopped the file upload" : "En PHP udvidelse stoppede fil uploaden.",
|
||||
"No file uploaded or file size exceeds maximum of %s" : "Ingen fil blev uploadet eller fil størrelsen er større end det maksimale: %s.",
|
||||
"A PHP extension stopped the file upload" : "En PHP udvidelse stoppede filupload.",
|
||||
"No file uploaded or file size exceeds maximum of %s" : "Ingen fil blev uploadet eller filstørrelsen er større end maksimum: %s.",
|
||||
"Card not found" : "Kort ikke fundet.",
|
||||
"Path is already shared with this card" : "Stien er allerede delt med dette kort.",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Ikke gyldig dato - dato formatet skal være YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "Personlig planlægning og organisering af team projekter",
|
||||
"Card details" : "Kort detaljer",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Ikke gyldig dato - dato formatet skal være ÅÅÅÅ-MM-DD",
|
||||
"Personal planning and team project organization" : "Personlig planlægning og organisering af teamprojekter",
|
||||
"Card details" : "Kortdetaljer",
|
||||
"Add board" : "Tilføj tavle",
|
||||
"Select the board to link to a project" : "Vælg en tavle at linke til et projekt",
|
||||
"Search by board title" : "Søg efter tavle titel",
|
||||
"Select the board to link to a project" : "Vælg tavlen der skal linkes til et projekt",
|
||||
"Search by board title" : "Søg efter tavletitel",
|
||||
"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",
|
||||
"Select a board" : "Vælg en tavle",
|
||||
"No lists available" : "Ingen lister tilgængelige",
|
||||
"Select a list" : "Vælg en liste",
|
||||
"Move card" : "Flyt kort",
|
||||
"Cancel" : "Annullér",
|
||||
"Select a card" : "Vælg et kort",
|
||||
"Select the card to link to a project" : "Vælg et kort at linke til et projekt",
|
||||
"Cancel" : "Annuller",
|
||||
"Select the card to link to a project" : "Vælg kortet der skal linkes til et projekt",
|
||||
"Link to card" : "Link til kort",
|
||||
"File already exists" : "Filen findes allerede",
|
||||
"A file with the name {filename} already exists." : "En fil med navnet {filename} already exists.",
|
||||
"A file with the name {filename} already exists." : "En fil med navnet {filename} eksisterer allerede.",
|
||||
"Do you want to overwrite it?" : "Vil du overskrive?",
|
||||
"Overwrite file" : "Overskriv fil",
|
||||
"Keep existing file" : "Behold den eksisterende fil",
|
||||
@@ -86,16 +90,16 @@ OC.L10N.register(
|
||||
"Drop your files to upload" : "Slip dine filer for at uploade",
|
||||
"Add card" : "Tilføj kort",
|
||||
"Archived cards" : "Arkiverede kort",
|
||||
"Add list" : "Tilføj kolonne",
|
||||
"List name" : "Kolonne navn",
|
||||
"Add list" : "Tilføj liste",
|
||||
"List name" : "Listenavn",
|
||||
"Active filters" : "Aktive filtre",
|
||||
"Apply filter" : "Aktivér filter",
|
||||
"Filter by tag" : "Filtrer vha. mærkat",
|
||||
"Filter by assigned user" : "Filtrer vha. tildelt bruger",
|
||||
"Filter by tag" : "Filtrer efter Tag",
|
||||
"Filter by assigned user" : "Filtrer efter tildelt bruger",
|
||||
"Unassigned" : "Ikke tildelt",
|
||||
"Open" : "Åbn",
|
||||
"Completed" : "Fuldført",
|
||||
"Filter by due date" : "Filtrer vha. forfaldsdato",
|
||||
"Filter by due date" : "Filtrer efter forfaldsdato",
|
||||
"Overdue" : "Overskredet",
|
||||
"Next 24 hours" : "De næste 24 timer",
|
||||
"Next 7 days" : "De næste 7 dage",
|
||||
@@ -109,12 +113,12 @@ OC.L10N.register(
|
||||
"Details" : "Detaljer",
|
||||
"Loading board" : "Indlæser tavle",
|
||||
"Board not found" : "Tavle ikke fundet.",
|
||||
"Create a new list to add cards to this board" : "Opret en ny kolonne for at tilføje kort til denne tavle ",
|
||||
"Create a new list to add cards to this board" : "Opret en ny liste for at tilføje kort til denne tavle ",
|
||||
"Sharing" : "Deling",
|
||||
"Tags" : "Tags",
|
||||
"Deleted items" : "Slettede objekter",
|
||||
"Activity" : "Aktivitet",
|
||||
"Deleted lists" : "Slettede kolonner",
|
||||
"Deleted lists" : "Slettede lister",
|
||||
"Undo" : "Fortryd",
|
||||
"Deleted cards" : "Sletttede kort",
|
||||
"No participants found" : "Ingen deltagere fundet",
|
||||
@@ -125,20 +129,20 @@ OC.L10N.register(
|
||||
"Can manage" : "Kan administrere",
|
||||
"Owner" : "Ejer",
|
||||
"Delete" : "Slet",
|
||||
"Failed to create share with {displayName}" : "Oprettelse af delt drev med {displayName} fejlede",
|
||||
"Failed to create share with {displayName}" : "Kunne ikke oprette deling med {displayName}",
|
||||
"Transfer" : "Overførsel",
|
||||
"Archive all cards" : "Arkivér alle kort",
|
||||
"Delete list" : "Slet liste",
|
||||
"Archive all cards in this list" : "Arkivér alle kort i denne kolonne",
|
||||
"Archive all cards in this list" : "Arkivér alle kort på denne liste",
|
||||
"Add a new card" : "Tilføj et nyt kort",
|
||||
"Card name" : "Kort navn",
|
||||
"List deleted" : "Kolonne slettet",
|
||||
"Card name" : "Kortnavn",
|
||||
"List deleted" : "Liste slettet",
|
||||
"Edit" : "Redigér",
|
||||
"Add a new tag" : "Opret et nyt mærkat",
|
||||
"title and color value must be provided" : "Titel og farve skal angives.",
|
||||
"Board name" : "Tavle navn",
|
||||
"Add a new tag" : "Opret et nyt Tag",
|
||||
"title and color value must be provided" : "Titel- og farveværdi skal angives.",
|
||||
"Board name" : "Tavlenavn",
|
||||
"Members" : "Medlemmer",
|
||||
"Assign a user to this card…" : "Tildel en bruger til dette kort",
|
||||
"Assign a user to this card…" : "Tildel en bruger til dette kort...",
|
||||
"Upload new files" : "Upload nye filer",
|
||||
"Share from Files" : "Del fra Filer",
|
||||
"Add this attachment" : "Tilføj denne vedhæftning",
|
||||
@@ -146,20 +150,21 @@ OC.L10N.register(
|
||||
"Download" : "Download",
|
||||
"Delete Attachment" : "Slet vedhæftning",
|
||||
"Restore Attachment" : "Genskab vedhæftning",
|
||||
"File to share" : "Vælg fil til deling",
|
||||
"File to share" : "Fil til deling",
|
||||
"Invalid path selected" : "Ugyldig sti valgt.",
|
||||
"Open in sidebar view" : "Åben i sidekolonne",
|
||||
"Open in sidebar view" : "Åben i sidebjælke visning",
|
||||
"Open in bigger view" : "Åben i større visning",
|
||||
"Attachments" : "Vedhæftede filer",
|
||||
"Comments" : "Kommentarer",
|
||||
"Modified" : "Ændret",
|
||||
"Created" : "Oprettet",
|
||||
"The title cannot be empty." : "Titlen kan ikke være tom",
|
||||
"The title cannot be empty." : "Titlen må ikke være tom",
|
||||
"No comments yet. Begin the discussion!" : "Ingen kommentarer endnu. Begynd diskussionen!",
|
||||
"Save" : "Gem",
|
||||
"The comment cannot be empty." : "Kommentaren kan ikke være tom.",
|
||||
"The comment cannot be longer than 1000 characters." : "Kommentaren kan ikke være længere end 1000 tegn.",
|
||||
"In reply to" : "som svar til",
|
||||
"The comment cannot be empty." : "Kommentaren må ikke være tom.",
|
||||
"The comment cannot be longer than 1000 characters." : "Kommentaren må ikke være længere end 1000 tegn.",
|
||||
"In reply to" : "Som svar til",
|
||||
"Cancel reply" : "Annuller svar",
|
||||
"Reply" : "Besvar",
|
||||
"Update" : "Opdatér",
|
||||
"Created:" : "Oprettet:",
|
||||
@@ -167,26 +172,29 @@ OC.L10N.register(
|
||||
"(Unsaved)" : "(Ikke gemt)",
|
||||
"(Saving…)" : "(Gemmer...)",
|
||||
"Formatting help" : "Hjælp til formatering",
|
||||
"Edit description" : "Redigér beskrivelse",
|
||||
"Edit description" : "Rediger beskrivelse",
|
||||
"View description" : "Se beskrivelse",
|
||||
"Add Attachment" : "Tilføj vedhæftning",
|
||||
"Write a description …" : "Tilføj en beskrivelse...",
|
||||
"Write a description …" : "Skriv en beskrivelse...",
|
||||
"Choose attachment" : "Vælg en vedhæftning",
|
||||
"Set a due date" : "Sæt en forfaldsdato",
|
||||
"Set a due date" : "Angiv en forfaldsdato",
|
||||
"Remove due date" : "Fjern forfaldsdato",
|
||||
"Mark as done" : "Marker som færdig",
|
||||
"Not done" : "Ikke færdig",
|
||||
"Unarchive card" : "Gen-aktivér kort",
|
||||
"Unarchive card" : "Genaktiver kort",
|
||||
"Archive card" : "Arkivér kort",
|
||||
"Select Date" : "Vælg dato",
|
||||
"Assign a tag to this card…" : "Tilføj et mærkat til dette kort ...",
|
||||
"Assign a tag to this card…" : "Tilføj et Tag til dette kort ...",
|
||||
"(group)" : "(gruppe)",
|
||||
"Open link" : "Åben link",
|
||||
"Edit title" : "Rediger titel",
|
||||
"Assign to me" : "Tildel til mig",
|
||||
"Unassign myself" : "Fjern mig selv",
|
||||
"Delete card" : "Slet kort",
|
||||
"Card deleted" : "Kort slettet",
|
||||
"seconds ago" : "få sekunder siden",
|
||||
"Keyboard shortcuts" : "Tastaturgenveje",
|
||||
"Boost your productivity using Deck with keyboard shortcuts." : "Boost din produktivitet ved at anvende opslag med tastaturgenveje.",
|
||||
"Keyboard shortcut" : "Tastaturgenvej",
|
||||
"Action" : "Handling",
|
||||
"Shift" : "Shift",
|
||||
@@ -194,16 +202,17 @@ OC.L10N.register(
|
||||
"Search" : "Søg",
|
||||
"All boards" : "Alle tavler",
|
||||
"Archived boards" : "Arkiverede lister",
|
||||
"Shared with you" : "Shared with you",
|
||||
"Shared with you" : "Delt med dig",
|
||||
"Deck settings" : "Opslagsindstillinger",
|
||||
"Use bigger card view" : "Brug større kort visning",
|
||||
"Show boards in calendar/tasks" : "Vis tavler i kalender/opgaver",
|
||||
"Cancel edit" : "Annuller redigering",
|
||||
"Board details" : "Liste detaljer",
|
||||
"Board details" : "Tavledetaljer",
|
||||
"Edit board" : "Rediger liste",
|
||||
"Clone board" : "Klon tavle",
|
||||
"Unarchive board" : "Gen-aktivér tavle",
|
||||
"Unarchive board" : "Genaktiver tavle",
|
||||
"Archive board" : "Arkivér tavle",
|
||||
"Turn on due date reminders" : "Aktivér påmindelser om forfaldsdatoer",
|
||||
"Turn on due date reminders" : "Aktiver påmindelser om forfaldsdatoer",
|
||||
"Turn off due date reminders" : "Slå påmindelser om forfaldsdatoer fra",
|
||||
"Due date reminders" : "Påmindelser om forfaldsdatoer",
|
||||
"All cards" : "Alle kort",
|
||||
@@ -213,12 +222,21 @@ OC.L10N.register(
|
||||
"Board {0} deleted" : "Tavle {0} er slettet",
|
||||
"Only assigned cards" : "Kun tildelte kort",
|
||||
"No reminder" : "Ingen påmindelse",
|
||||
"An error occurred" : "Der var en fejl",
|
||||
"An error occurred" : "Der opstod en fejl",
|
||||
"Delete the board?" : "Slet tavlen?",
|
||||
"Clone {boardTitle}" : "Klon {boardTitle}",
|
||||
"Clone cards" : "Klon kort",
|
||||
"Clone assignments" : "Kloningsopgaver",
|
||||
"Clone labels" : "Kloningslabels",
|
||||
"Clone due dates" : "Klon forfaldsdatoer",
|
||||
"Advanced options" : "Avancerede indstillinger",
|
||||
"Clone" : "Klon",
|
||||
"Loading filtered view" : "Indlæser filtreret visning",
|
||||
"Today" : "I dag",
|
||||
"Tomorrow" : "I morgen",
|
||||
"No due" : "Ikke forfalden",
|
||||
"No results found" : "Ingen resultater fundet",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Opslagstavle {name}\n* Senest ændret den {lastMod}",
|
||||
"Create card" : "Opret kort",
|
||||
"Close" : "Luk",
|
||||
"No upcoming cards" : "Ingen kommende kort",
|
||||
@@ -228,13 +246,17 @@ OC.L10N.register(
|
||||
"Message from {author} in {conversationName}" : "Besked fra {author} i {conversationName}",
|
||||
"Something went wrong" : "Noget gik galt",
|
||||
"Failed to upload {name}" : "Kunne ikke uploade {name}",
|
||||
"Maximum file size of {size} exceeded" : "Maksimal fil størrelse {size} overskredet",
|
||||
"Error creating the share" : "Fejl ved skabelse af delt drev",
|
||||
"Share with a Deck card" : "Del med et Deck kort",
|
||||
"Share {file} with a Deck card" : "Del {file} med et Deck kort",
|
||||
"Maximum file size of {size} exceeded" : "Maksimal filstørrelse {size} overskredet",
|
||||
"Error creating the share" : "Fejl ved oprettelse af delt drev",
|
||||
"Share with a Deck card" : "Del med et opslagskort",
|
||||
"Share {file} with a Deck card" : "Del {file} med et opslagskort",
|
||||
"Share" : "Del",
|
||||
"Searching for users, groups and circles …" : "Leder efter brugere, grupper og cirkler ...",
|
||||
"(Circle)" : "(Cirkel)",
|
||||
"Assign to users/groups/circles" : "Tildel til brugere/grupper/cirkler"
|
||||
"Personal" : "Personligt",
|
||||
"To do" : "To do",
|
||||
"Doing" : "Igang",
|
||||
"Example Task 3" : "Eksempel opgave 3",
|
||||
"Example Task 2" : "Eksempel opgave 2",
|
||||
"Example Task 1" : "Eksempel opgave 1",
|
||||
"Move card to another board" : "Flyt kort til en anden tavle"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
154
l10n/da.json
154
l10n/da.json
@@ -16,38 +16,43 @@
|
||||
"You have unarchived the board {board}" : "Du har genskabt tavlen {board}",
|
||||
"{user} has unarchived the board {before}" : "{user} har genskabt tavlen {before}",
|
||||
"You have created a new list {stack} on board {board}" : "Du har oprettet en ny liste {stack} på tavlen {board}",
|
||||
"{user} has created a new list {stack} on board {board}" : "{user} har oprettet en ny kolonne {stack} på tavlen {board}",
|
||||
"You have renamed list {before} to {stack} on board {board}" : "Du har omdøbt kolonnen {before} til {stack} på tavlen {board}",
|
||||
"{user} has renamed list {before} to {stack} on board {board}" : "{user} har omdøbt kolonnen{before} til {stack} på tavlen {board}",
|
||||
"You have deleted list {stack} on board {board}" : "Du har slettet kolonnen {stack} på tavlen {board}",
|
||||
"{user} has deleted list {stack} on board {board}" : "{user} har slettet kolonnen {stack} på tavlen {board}",
|
||||
"You have created card {card} in list {stack} on board {board}" : "Du har oprettet kortet {card} i kolonnen {stack} på tavlen {board}",
|
||||
"{user} has created card {card} in list {stack} on board {board}" : "{user} har oprettet kortet {card} i kolonnen {stack} på tavlen {board}",
|
||||
"{user} has created a new list {stack} on board {board}" : "{user} har oprettet en ny liste {stack} på tavlen {board}",
|
||||
"You have renamed list {before} to {stack} on board {board}" : "Du har omdøbt liste {before} til {stack} på tavlen {board}",
|
||||
"{user} has renamed list {before} to {stack} on board {board}" : "{user} har omdøbt liste {before} til {stack} på tavlen {board}",
|
||||
"You have deleted list {stack} on board {board}" : "Du har slettet liste {stack} på tavlen {board}",
|
||||
"{user} has deleted list {stack} on board {board}" : "{user} har slettet liste {stack} på tavlen {board}",
|
||||
"You have created card {card} in list {stack} on board {board}" : "Du har oprettet kortet {card} i listen {stack} på tavlen {board}",
|
||||
"{user} has created card {card} in list {stack} on board {board}" : "{user} har oprettet kortet {card} i listen {stack} på tavlen {board}",
|
||||
"You have deleted card {card} in list {stack} on board {board}" : "Du har slettet kortet {card} i listen {stack} på tavlen {board}",
|
||||
"{user} has deleted card {card} in list {stack} on board {board}" : "{user} har slettet kortet {card} i listen {stack} på tavlen {board}",
|
||||
"You have renamed the card {before} to {card}" : "Du har omdøbt kortet {before} til {card}",
|
||||
"{user} has renamed the card {before} to {card}" : "{user} har omdøbt kortet {before} til {card}",
|
||||
"Deck" : "Deck",
|
||||
"Deck" : "Opslag",
|
||||
"Changes in the <strong>Deck app</strong>" : "Ændringer i <strong>Opslags app'en</strong>",
|
||||
"Upcoming cards" : "Kommende kort",
|
||||
"Load more" : "Hent flere",
|
||||
"Personal" : "Personligt",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kortet \"%s\" på \"%s\" er blevet tildelt dig af %s.",
|
||||
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} har tilknyttet kortet {deck-card} på {deck-board} til dig.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "Kortet \"%s\" på \"%s\" har nået sin forfaldsdato.",
|
||||
"The card {deck-card} on {deck-board} has reached its due date." : "Kortet {deck-card} på {deck-board} har nået sin forfaldsdato.",
|
||||
"%s has mentioned you in a comment on \"%s\"." : " %s har nævnt dig i en kommentar på \"%s\".",
|
||||
"{user} has mentioned you in a comment on {deck-card}." : "{user} har nævnt dig i en kommentar på {deck-card}.",
|
||||
"The board \"%s\" has been shared with you by %s." : "Tavlen \"%s\" er blevet delt med dig af %s.",
|
||||
"{user} has shared {deck-board} with you." : "{user} har delt {deck-board} med dig.",
|
||||
"Deck board" : "Opslagstavle",
|
||||
"Deck boards, cards and comments" : "Opslagstavler, kort og kommentarer",
|
||||
"Create a new deck card" : "Opret et nyt opslagskort",
|
||||
"%s on %s" : "%s på %s",
|
||||
"Deck boards and cards" : "Opslagstavler og -kort",
|
||||
"No data was provided to create an attachment." : "Ingen data blev givet som kunne vedhæftes",
|
||||
"Finished" : "Færdiggjort",
|
||||
"To review" : "Til gennemgang",
|
||||
"Action needed" : "Handling påkrævet",
|
||||
"Later" : "Senere",
|
||||
"copy" : "kopiér",
|
||||
"To do" : "To do",
|
||||
"Doing" : "Igang",
|
||||
"To Do" : "To-do liste",
|
||||
"In Progress" : "I gang",
|
||||
"Done" : "Afsluttet",
|
||||
"Example Task 3" : "Eksempel opgave 3",
|
||||
"Example Task 2" : "Eksempel opgave 2",
|
||||
"Example Task 1" : "Eksempel opgave 1",
|
||||
"The file was uploaded" : "Filen blev uploadet",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Den uploadede fil overstiger upload_max_filesize direktivet i php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Den uploadede fil overstiger MAX_FILE_SIZE indstilingen, som specificeret i HTML formularen",
|
||||
@@ -55,28 +60,27 @@
|
||||
"No file was uploaded" : "Ingen fil uploadet",
|
||||
"Missing a temporary folder" : "Manglende midlertidig mappe.",
|
||||
"Could not write file to disk" : "Kunne ikke gemme filen",
|
||||
"A PHP extension stopped the file upload" : "En PHP udvidelse stoppede fil uploaden.",
|
||||
"No file uploaded or file size exceeds maximum of %s" : "Ingen fil blev uploadet eller fil størrelsen er større end det maksimale: %s.",
|
||||
"A PHP extension stopped the file upload" : "En PHP udvidelse stoppede filupload.",
|
||||
"No file uploaded or file size exceeds maximum of %s" : "Ingen fil blev uploadet eller filstørrelsen er større end maksimum: %s.",
|
||||
"Card not found" : "Kort ikke fundet.",
|
||||
"Path is already shared with this card" : "Stien er allerede delt med dette kort.",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Ikke gyldig dato - dato formatet skal være YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "Personlig planlægning og organisering af team projekter",
|
||||
"Card details" : "Kort detaljer",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Ikke gyldig dato - dato formatet skal være ÅÅÅÅ-MM-DD",
|
||||
"Personal planning and team project organization" : "Personlig planlægning og organisering af teamprojekter",
|
||||
"Card details" : "Kortdetaljer",
|
||||
"Add board" : "Tilføj tavle",
|
||||
"Select the board to link to a project" : "Vælg en tavle at linke til et projekt",
|
||||
"Search by board title" : "Søg efter tavle titel",
|
||||
"Select the board to link to a project" : "Vælg tavlen der skal linkes til et projekt",
|
||||
"Search by board title" : "Søg efter tavletitel",
|
||||
"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",
|
||||
"Select a board" : "Vælg en tavle",
|
||||
"No lists available" : "Ingen lister tilgængelige",
|
||||
"Select a list" : "Vælg en liste",
|
||||
"Move card" : "Flyt kort",
|
||||
"Cancel" : "Annullér",
|
||||
"Select a card" : "Vælg et kort",
|
||||
"Select the card to link to a project" : "Vælg et kort at linke til et projekt",
|
||||
"Cancel" : "Annuller",
|
||||
"Select the card to link to a project" : "Vælg kortet der skal linkes til et projekt",
|
||||
"Link to card" : "Link til kort",
|
||||
"File already exists" : "Filen findes allerede",
|
||||
"A file with the name {filename} already exists." : "En fil med navnet {filename} already exists.",
|
||||
"A file with the name {filename} already exists." : "En fil med navnet {filename} eksisterer allerede.",
|
||||
"Do you want to overwrite it?" : "Vil du overskrive?",
|
||||
"Overwrite file" : "Overskriv fil",
|
||||
"Keep existing file" : "Behold den eksisterende fil",
|
||||
@@ -84,16 +88,16 @@
|
||||
"Drop your files to upload" : "Slip dine filer for at uploade",
|
||||
"Add card" : "Tilføj kort",
|
||||
"Archived cards" : "Arkiverede kort",
|
||||
"Add list" : "Tilføj kolonne",
|
||||
"List name" : "Kolonne navn",
|
||||
"Add list" : "Tilføj liste",
|
||||
"List name" : "Listenavn",
|
||||
"Active filters" : "Aktive filtre",
|
||||
"Apply filter" : "Aktivér filter",
|
||||
"Filter by tag" : "Filtrer vha. mærkat",
|
||||
"Filter by assigned user" : "Filtrer vha. tildelt bruger",
|
||||
"Filter by tag" : "Filtrer efter Tag",
|
||||
"Filter by assigned user" : "Filtrer efter tildelt bruger",
|
||||
"Unassigned" : "Ikke tildelt",
|
||||
"Open" : "Åbn",
|
||||
"Completed" : "Fuldført",
|
||||
"Filter by due date" : "Filtrer vha. forfaldsdato",
|
||||
"Filter by due date" : "Filtrer efter forfaldsdato",
|
||||
"Overdue" : "Overskredet",
|
||||
"Next 24 hours" : "De næste 24 timer",
|
||||
"Next 7 days" : "De næste 7 dage",
|
||||
@@ -107,12 +111,12 @@
|
||||
"Details" : "Detaljer",
|
||||
"Loading board" : "Indlæser tavle",
|
||||
"Board not found" : "Tavle ikke fundet.",
|
||||
"Create a new list to add cards to this board" : "Opret en ny kolonne for at tilføje kort til denne tavle ",
|
||||
"Create a new list to add cards to this board" : "Opret en ny liste for at tilføje kort til denne tavle ",
|
||||
"Sharing" : "Deling",
|
||||
"Tags" : "Tags",
|
||||
"Deleted items" : "Slettede objekter",
|
||||
"Activity" : "Aktivitet",
|
||||
"Deleted lists" : "Slettede kolonner",
|
||||
"Deleted lists" : "Slettede lister",
|
||||
"Undo" : "Fortryd",
|
||||
"Deleted cards" : "Sletttede kort",
|
||||
"No participants found" : "Ingen deltagere fundet",
|
||||
@@ -123,20 +127,20 @@
|
||||
"Can manage" : "Kan administrere",
|
||||
"Owner" : "Ejer",
|
||||
"Delete" : "Slet",
|
||||
"Failed to create share with {displayName}" : "Oprettelse af delt drev med {displayName} fejlede",
|
||||
"Failed to create share with {displayName}" : "Kunne ikke oprette deling med {displayName}",
|
||||
"Transfer" : "Overførsel",
|
||||
"Archive all cards" : "Arkivér alle kort",
|
||||
"Delete list" : "Slet liste",
|
||||
"Archive all cards in this list" : "Arkivér alle kort i denne kolonne",
|
||||
"Archive all cards in this list" : "Arkivér alle kort på denne liste",
|
||||
"Add a new card" : "Tilføj et nyt kort",
|
||||
"Card name" : "Kort navn",
|
||||
"List deleted" : "Kolonne slettet",
|
||||
"Card name" : "Kortnavn",
|
||||
"List deleted" : "Liste slettet",
|
||||
"Edit" : "Redigér",
|
||||
"Add a new tag" : "Opret et nyt mærkat",
|
||||
"title and color value must be provided" : "Titel og farve skal angives.",
|
||||
"Board name" : "Tavle navn",
|
||||
"Add a new tag" : "Opret et nyt Tag",
|
||||
"title and color value must be provided" : "Titel- og farveværdi skal angives.",
|
||||
"Board name" : "Tavlenavn",
|
||||
"Members" : "Medlemmer",
|
||||
"Assign a user to this card…" : "Tildel en bruger til dette kort",
|
||||
"Assign a user to this card…" : "Tildel en bruger til dette kort...",
|
||||
"Upload new files" : "Upload nye filer",
|
||||
"Share from Files" : "Del fra Filer",
|
||||
"Add this attachment" : "Tilføj denne vedhæftning",
|
||||
@@ -144,20 +148,21 @@
|
||||
"Download" : "Download",
|
||||
"Delete Attachment" : "Slet vedhæftning",
|
||||
"Restore Attachment" : "Genskab vedhæftning",
|
||||
"File to share" : "Vælg fil til deling",
|
||||
"File to share" : "Fil til deling",
|
||||
"Invalid path selected" : "Ugyldig sti valgt.",
|
||||
"Open in sidebar view" : "Åben i sidekolonne",
|
||||
"Open in sidebar view" : "Åben i sidebjælke visning",
|
||||
"Open in bigger view" : "Åben i større visning",
|
||||
"Attachments" : "Vedhæftede filer",
|
||||
"Comments" : "Kommentarer",
|
||||
"Modified" : "Ændret",
|
||||
"Created" : "Oprettet",
|
||||
"The title cannot be empty." : "Titlen kan ikke være tom",
|
||||
"The title cannot be empty." : "Titlen må ikke være tom",
|
||||
"No comments yet. Begin the discussion!" : "Ingen kommentarer endnu. Begynd diskussionen!",
|
||||
"Save" : "Gem",
|
||||
"The comment cannot be empty." : "Kommentaren kan ikke være tom.",
|
||||
"The comment cannot be longer than 1000 characters." : "Kommentaren kan ikke være længere end 1000 tegn.",
|
||||
"In reply to" : "som svar til",
|
||||
"The comment cannot be empty." : "Kommentaren må ikke være tom.",
|
||||
"The comment cannot be longer than 1000 characters." : "Kommentaren må ikke være længere end 1000 tegn.",
|
||||
"In reply to" : "Som svar til",
|
||||
"Cancel reply" : "Annuller svar",
|
||||
"Reply" : "Besvar",
|
||||
"Update" : "Opdatér",
|
||||
"Created:" : "Oprettet:",
|
||||
@@ -165,26 +170,29 @@
|
||||
"(Unsaved)" : "(Ikke gemt)",
|
||||
"(Saving…)" : "(Gemmer...)",
|
||||
"Formatting help" : "Hjælp til formatering",
|
||||
"Edit description" : "Redigér beskrivelse",
|
||||
"Edit description" : "Rediger beskrivelse",
|
||||
"View description" : "Se beskrivelse",
|
||||
"Add Attachment" : "Tilføj vedhæftning",
|
||||
"Write a description …" : "Tilføj en beskrivelse...",
|
||||
"Write a description …" : "Skriv en beskrivelse...",
|
||||
"Choose attachment" : "Vælg en vedhæftning",
|
||||
"Set a due date" : "Sæt en forfaldsdato",
|
||||
"Set a due date" : "Angiv en forfaldsdato",
|
||||
"Remove due date" : "Fjern forfaldsdato",
|
||||
"Mark as done" : "Marker som færdig",
|
||||
"Not done" : "Ikke færdig",
|
||||
"Unarchive card" : "Gen-aktivér kort",
|
||||
"Unarchive card" : "Genaktiver kort",
|
||||
"Archive card" : "Arkivér kort",
|
||||
"Select Date" : "Vælg dato",
|
||||
"Assign a tag to this card…" : "Tilføj et mærkat til dette kort ...",
|
||||
"Assign a tag to this card…" : "Tilføj et Tag til dette kort ...",
|
||||
"(group)" : "(gruppe)",
|
||||
"Open link" : "Åben link",
|
||||
"Edit title" : "Rediger titel",
|
||||
"Assign to me" : "Tildel til mig",
|
||||
"Unassign myself" : "Fjern mig selv",
|
||||
"Delete card" : "Slet kort",
|
||||
"Card deleted" : "Kort slettet",
|
||||
"seconds ago" : "få sekunder siden",
|
||||
"Keyboard shortcuts" : "Tastaturgenveje",
|
||||
"Boost your productivity using Deck with keyboard shortcuts." : "Boost din produktivitet ved at anvende opslag med tastaturgenveje.",
|
||||
"Keyboard shortcut" : "Tastaturgenvej",
|
||||
"Action" : "Handling",
|
||||
"Shift" : "Shift",
|
||||
@@ -192,16 +200,17 @@
|
||||
"Search" : "Søg",
|
||||
"All boards" : "Alle tavler",
|
||||
"Archived boards" : "Arkiverede lister",
|
||||
"Shared with you" : "Shared with you",
|
||||
"Shared with you" : "Delt med dig",
|
||||
"Deck settings" : "Opslagsindstillinger",
|
||||
"Use bigger card view" : "Brug større kort visning",
|
||||
"Show boards in calendar/tasks" : "Vis tavler i kalender/opgaver",
|
||||
"Cancel edit" : "Annuller redigering",
|
||||
"Board details" : "Liste detaljer",
|
||||
"Board details" : "Tavledetaljer",
|
||||
"Edit board" : "Rediger liste",
|
||||
"Clone board" : "Klon tavle",
|
||||
"Unarchive board" : "Gen-aktivér tavle",
|
||||
"Unarchive board" : "Genaktiver tavle",
|
||||
"Archive board" : "Arkivér tavle",
|
||||
"Turn on due date reminders" : "Aktivér påmindelser om forfaldsdatoer",
|
||||
"Turn on due date reminders" : "Aktiver påmindelser om forfaldsdatoer",
|
||||
"Turn off due date reminders" : "Slå påmindelser om forfaldsdatoer fra",
|
||||
"Due date reminders" : "Påmindelser om forfaldsdatoer",
|
||||
"All cards" : "Alle kort",
|
||||
@@ -211,12 +220,21 @@
|
||||
"Board {0} deleted" : "Tavle {0} er slettet",
|
||||
"Only assigned cards" : "Kun tildelte kort",
|
||||
"No reminder" : "Ingen påmindelse",
|
||||
"An error occurred" : "Der var en fejl",
|
||||
"An error occurred" : "Der opstod en fejl",
|
||||
"Delete the board?" : "Slet tavlen?",
|
||||
"Clone {boardTitle}" : "Klon {boardTitle}",
|
||||
"Clone cards" : "Klon kort",
|
||||
"Clone assignments" : "Kloningsopgaver",
|
||||
"Clone labels" : "Kloningslabels",
|
||||
"Clone due dates" : "Klon forfaldsdatoer",
|
||||
"Advanced options" : "Avancerede indstillinger",
|
||||
"Clone" : "Klon",
|
||||
"Loading filtered view" : "Indlæser filtreret visning",
|
||||
"Today" : "I dag",
|
||||
"Tomorrow" : "I morgen",
|
||||
"No due" : "Ikke forfalden",
|
||||
"No results found" : "Ingen resultater fundet",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Opslagstavle {name}\n* Senest ændret den {lastMod}",
|
||||
"Create card" : "Opret kort",
|
||||
"Close" : "Luk",
|
||||
"No upcoming cards" : "Ingen kommende kort",
|
||||
@@ -226,13 +244,17 @@
|
||||
"Message from {author} in {conversationName}" : "Besked fra {author} i {conversationName}",
|
||||
"Something went wrong" : "Noget gik galt",
|
||||
"Failed to upload {name}" : "Kunne ikke uploade {name}",
|
||||
"Maximum file size of {size} exceeded" : "Maksimal fil størrelse {size} overskredet",
|
||||
"Error creating the share" : "Fejl ved skabelse af delt drev",
|
||||
"Share with a Deck card" : "Del med et Deck kort",
|
||||
"Share {file} with a Deck card" : "Del {file} med et Deck kort",
|
||||
"Maximum file size of {size} exceeded" : "Maksimal filstørrelse {size} overskredet",
|
||||
"Error creating the share" : "Fejl ved oprettelse af delt drev",
|
||||
"Share with a Deck card" : "Del med et opslagskort",
|
||||
"Share {file} with a Deck card" : "Del {file} med et opslagskort",
|
||||
"Share" : "Del",
|
||||
"Searching for users, groups and circles …" : "Leder efter brugere, grupper og cirkler ...",
|
||||
"(Circle)" : "(Cirkel)",
|
||||
"Assign to users/groups/circles" : "Tildel til brugere/grupper/cirkler"
|
||||
"Personal" : "Personligt",
|
||||
"To do" : "To do",
|
||||
"Doing" : "Igang",
|
||||
"Example Task 3" : "Eksempel opgave 3",
|
||||
"Example Task 2" : "Eksempel opgave 2",
|
||||
"Example Task 1" : "Eksempel opgave 1",
|
||||
"Move card to another board" : "Flyt kort til en anden tavle"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
42
l10n/de.js
42
l10n/de.js
@@ -76,7 +76,7 @@ OC.L10N.register(
|
||||
"Cards due tomorrow" : "Karten, die morgen fällig sind",
|
||||
"Upcoming cards" : "Anstehende Karten",
|
||||
"Load more" : "Mehr laden",
|
||||
"Personal" : "Persönlich",
|
||||
"Welcome to Nextcloud Deck!" : "Willkommen bei Nextcloud Deck!",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Die Karte \"%s\" auf \"%s\" wurde dir von %s zugewiesen.",
|
||||
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} hat dir die Karte {deck-card} auf {deck-board} zugewiesen.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "Die Karte \"%s\" in \"%s\" ist überfällig.",
|
||||
@@ -99,12 +99,16 @@ OC.L10N.register(
|
||||
"Action needed" : "Handlung erforderlich",
|
||||
"Later" : "Später",
|
||||
"copy" : "Kopie",
|
||||
"To do" : "Offen",
|
||||
"Doing" : "In Arbeit",
|
||||
"Read more inside" : "Mehr erfahren",
|
||||
"Custom lists - click to rename!" : "Benutzerdefinierte Listen – Zum Umbenennen klicken!",
|
||||
"To Do" : "Offen",
|
||||
"In Progress" : "In Bearbeitung",
|
||||
"Done" : "Erledigt",
|
||||
"Example Task 3" : "Beispielaufgabe 3",
|
||||
"Example Task 2" : "Beispielaufgabe 2",
|
||||
"Example Task 1" : "Beispielaufgabe 1",
|
||||
"1. Open to learn more about boards and cards" : "1. Öffnen, um mehr über Boards und Karten zu erfahren",
|
||||
"2. Drag cards left and right, up and down" : "2. Karten nach links und rechts, oben und unten ziehen",
|
||||
"3. Apply rich formatting and link content" : "3. Umfangreiche Formatierung und Linkinhalte",
|
||||
"4. Share, comment and collaborate!" : "4. Teilen, kommentieren und mitarbeiten!",
|
||||
"Create your first card!" : "Erstelle Deine erste Karte!",
|
||||
"The file was uploaded" : "Die Datei wurde hochgeladen",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die hochgeladene Datei überschreitet die upload_max_filesize-Vorgabe in php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer als die MAX_FILE_SIZE-Vorgabe, die im HTML-Formular angegeben ist",
|
||||
@@ -125,13 +129,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",
|
||||
@@ -275,6 +280,8 @@ OC.L10N.register(
|
||||
"Todo items" : "Aufgaben-Elemente",
|
||||
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
|
||||
"Edit card title" : "Kartentitel bearbeiten",
|
||||
"Open link" : "Link öffnen",
|
||||
"Edit title" : "Titel bearbeiten",
|
||||
"Assign to me" : "Mir zuweisen",
|
||||
"Unassign myself" : "Nicht mehr mir zuweisen",
|
||||
"Mark as not done" : "Als nicht erledigt markieren",
|
||||
@@ -337,6 +344,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,9 +392,13 @@ 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",
|
||||
"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",
|
||||
"Personal" : "Persönlich",
|
||||
"To do" : "Offen",
|
||||
"Doing" : "In Arbeit",
|
||||
"Example Task 3" : "Beispielaufgabe 3",
|
||||
"Example Task 2" : "Beispielaufgabe 2",
|
||||
"Example Task 1" : "Beispielaufgabe 1",
|
||||
"Move card to another board" : "Karte auf ein anderes Board verschieben",
|
||||
"Filter by completed" : "Nach fertiggestellt filtern"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
42
l10n/de.json
42
l10n/de.json
@@ -74,7 +74,7 @@
|
||||
"Cards due tomorrow" : "Karten, die morgen fällig sind",
|
||||
"Upcoming cards" : "Anstehende Karten",
|
||||
"Load more" : "Mehr laden",
|
||||
"Personal" : "Persönlich",
|
||||
"Welcome to Nextcloud Deck!" : "Willkommen bei Nextcloud Deck!",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Die Karte \"%s\" auf \"%s\" wurde dir von %s zugewiesen.",
|
||||
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} hat dir die Karte {deck-card} auf {deck-board} zugewiesen.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "Die Karte \"%s\" in \"%s\" ist überfällig.",
|
||||
@@ -97,12 +97,16 @@
|
||||
"Action needed" : "Handlung erforderlich",
|
||||
"Later" : "Später",
|
||||
"copy" : "Kopie",
|
||||
"To do" : "Offen",
|
||||
"Doing" : "In Arbeit",
|
||||
"Read more inside" : "Mehr erfahren",
|
||||
"Custom lists - click to rename!" : "Benutzerdefinierte Listen – Zum Umbenennen klicken!",
|
||||
"To Do" : "Offen",
|
||||
"In Progress" : "In Bearbeitung",
|
||||
"Done" : "Erledigt",
|
||||
"Example Task 3" : "Beispielaufgabe 3",
|
||||
"Example Task 2" : "Beispielaufgabe 2",
|
||||
"Example Task 1" : "Beispielaufgabe 1",
|
||||
"1. Open to learn more about boards and cards" : "1. Öffnen, um mehr über Boards und Karten zu erfahren",
|
||||
"2. Drag cards left and right, up and down" : "2. Karten nach links und rechts, oben und unten ziehen",
|
||||
"3. Apply rich formatting and link content" : "3. Umfangreiche Formatierung und Linkinhalte",
|
||||
"4. Share, comment and collaborate!" : "4. Teilen, kommentieren und mitarbeiten!",
|
||||
"Create your first card!" : "Erstelle Deine erste Karte!",
|
||||
"The file was uploaded" : "Die Datei wurde hochgeladen",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die hochgeladene Datei überschreitet die upload_max_filesize-Vorgabe in php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer als die MAX_FILE_SIZE-Vorgabe, die im HTML-Formular angegeben ist",
|
||||
@@ -123,13 +127,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",
|
||||
@@ -273,6 +278,8 @@
|
||||
"Todo items" : "Aufgaben-Elemente",
|
||||
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
|
||||
"Edit card title" : "Kartentitel bearbeiten",
|
||||
"Open link" : "Link öffnen",
|
||||
"Edit title" : "Titel bearbeiten",
|
||||
"Assign to me" : "Mir zuweisen",
|
||||
"Unassign myself" : "Nicht mehr mir zuweisen",
|
||||
"Mark as not done" : "Als nicht erledigt markieren",
|
||||
@@ -335,6 +342,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,9 +390,13 @@
|
||||
"Share with a Deck card" : "Mit einer Deck-Karte teilen",
|
||||
"Share {file} with a Deck card" : "{file} mit einer Deck-Karte teilen",
|
||||
"Share" : "Freigeben",
|
||||
"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",
|
||||
"Personal" : "Persönlich",
|
||||
"To do" : "Offen",
|
||||
"Doing" : "In Arbeit",
|
||||
"Example Task 3" : "Beispielaufgabe 3",
|
||||
"Example Task 2" : "Beispielaufgabe 2",
|
||||
"Example Task 1" : "Beispielaufgabe 1",
|
||||
"Move card to another board" : "Karte auf ein anderes Board verschieben",
|
||||
"Filter by completed" : "Nach fertiggestellt filtern"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -76,7 +76,7 @@ OC.L10N.register(
|
||||
"Cards due tomorrow" : "Karten die morgen fällig sind",
|
||||
"Upcoming cards" : "Anstehende Karten",
|
||||
"Load more" : "Mehr laden",
|
||||
"Personal" : "Persönlich",
|
||||
"Welcome to Nextcloud Deck!" : "Willkommen bei Nextcloud Deck!",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Die Karte \"%s\" auf \"%s\" wurde Ihnen von %s zugewiesen.",
|
||||
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} hat Ihnen die Karte {deck-card} auf {deck-board} zugewiesen.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "Die Karte \"%s\" in \"%s\" ist überfällig.",
|
||||
@@ -99,12 +99,16 @@ OC.L10N.register(
|
||||
"Action needed" : "Handlung erforderlich",
|
||||
"Later" : "Später",
|
||||
"copy" : "Kopie",
|
||||
"To do" : "Offen",
|
||||
"Doing" : "In Arbeit",
|
||||
"Read more inside" : "Mehr erfahren",
|
||||
"Custom lists - click to rename!" : "Benutzerdefinierte Listen - Zum Umbenennen klicken!",
|
||||
"To Do" : "Offen",
|
||||
"In Progress" : "In Bearbeitung",
|
||||
"Done" : "Erledigt",
|
||||
"Example Task 3" : "Beispielaufgabe 3",
|
||||
"Example Task 2" : "Beispielaufgabe 2",
|
||||
"Example Task 1" : "Beispielaufgabe 1",
|
||||
"1. Open to learn more about boards and cards" : "1. Öffnen, um mehr über Boards und Karten zu erfahren",
|
||||
"2. Drag cards left and right, up and down" : "2. Karten nach links und rechts, oben und unten ziehen",
|
||||
"3. Apply rich formatting and link content" : "3. Umfangreiche Formatierung und Linkinhalte",
|
||||
"4. Share, comment and collaborate!" : "4. Teilen, kommentieren und mitarbeiten!",
|
||||
"Create your first card!" : "Erstellen Sie Ihre erste Karte!",
|
||||
"The file was uploaded" : "Die Datei wurde hochgeladen",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die hochgeladene Datei überschreitet die upload_max_filesize-Vorgabe in php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer als die MAX_FILE_SIZE-Vorgabe, die im HTML-Formular angegeben ist",
|
||||
@@ -125,13 +129,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",
|
||||
@@ -275,6 +280,8 @@ OC.L10N.register(
|
||||
"Todo items" : "Aufgaben-Elemente",
|
||||
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
|
||||
"Edit card title" : "Kartentitel bearbeiten",
|
||||
"Open link" : "Link öffnen",
|
||||
"Edit title" : "Titel bearbeiten",
|
||||
"Assign to me" : "Mir zuweisen",
|
||||
"Unassign myself" : "Nicht mehr mir zuweisen",
|
||||
"Mark as not done" : "Als unerledigt markieren",
|
||||
@@ -337,6 +344,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,9 +392,13 @@ 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",
|
||||
"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",
|
||||
"Personal" : "Persönlich",
|
||||
"To do" : "Offen",
|
||||
"Doing" : "In Arbeit",
|
||||
"Example Task 3" : "Beispielaufgabe 3",
|
||||
"Example Task 2" : "Beispielaufgabe 2",
|
||||
"Example Task 1" : "Beispielaufgabe 1",
|
||||
"Move card to another board" : "Karte auf ein anderes Board verschieben",
|
||||
"Filter by completed" : "Nach Status filtern"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
"Cards due tomorrow" : "Karten die morgen fällig sind",
|
||||
"Upcoming cards" : "Anstehende Karten",
|
||||
"Load more" : "Mehr laden",
|
||||
"Personal" : "Persönlich",
|
||||
"Welcome to Nextcloud Deck!" : "Willkommen bei Nextcloud Deck!",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Die Karte \"%s\" auf \"%s\" wurde Ihnen von %s zugewiesen.",
|
||||
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} hat Ihnen die Karte {deck-card} auf {deck-board} zugewiesen.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "Die Karte \"%s\" in \"%s\" ist überfällig.",
|
||||
@@ -97,12 +97,16 @@
|
||||
"Action needed" : "Handlung erforderlich",
|
||||
"Later" : "Später",
|
||||
"copy" : "Kopie",
|
||||
"To do" : "Offen",
|
||||
"Doing" : "In Arbeit",
|
||||
"Read more inside" : "Mehr erfahren",
|
||||
"Custom lists - click to rename!" : "Benutzerdefinierte Listen - Zum Umbenennen klicken!",
|
||||
"To Do" : "Offen",
|
||||
"In Progress" : "In Bearbeitung",
|
||||
"Done" : "Erledigt",
|
||||
"Example Task 3" : "Beispielaufgabe 3",
|
||||
"Example Task 2" : "Beispielaufgabe 2",
|
||||
"Example Task 1" : "Beispielaufgabe 1",
|
||||
"1. Open to learn more about boards and cards" : "1. Öffnen, um mehr über Boards und Karten zu erfahren",
|
||||
"2. Drag cards left and right, up and down" : "2. Karten nach links und rechts, oben und unten ziehen",
|
||||
"3. Apply rich formatting and link content" : "3. Umfangreiche Formatierung und Linkinhalte",
|
||||
"4. Share, comment and collaborate!" : "4. Teilen, kommentieren und mitarbeiten!",
|
||||
"Create your first card!" : "Erstellen Sie Ihre erste Karte!",
|
||||
"The file was uploaded" : "Die Datei wurde hochgeladen",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die hochgeladene Datei überschreitet die upload_max_filesize-Vorgabe in php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer als die MAX_FILE_SIZE-Vorgabe, die im HTML-Formular angegeben ist",
|
||||
@@ -123,13 +127,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",
|
||||
@@ -273,6 +278,8 @@
|
||||
"Todo items" : "Aufgaben-Elemente",
|
||||
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
|
||||
"Edit card title" : "Kartentitel bearbeiten",
|
||||
"Open link" : "Link öffnen",
|
||||
"Edit title" : "Titel bearbeiten",
|
||||
"Assign to me" : "Mir zuweisen",
|
||||
"Unassign myself" : "Nicht mehr mir zuweisen",
|
||||
"Mark as not done" : "Als unerledigt markieren",
|
||||
@@ -335,6 +342,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,9 +390,13 @@
|
||||
"Share with a Deck card" : "Mit einer Deck-Karte teilen",
|
||||
"Share {file} with a Deck card" : "{file} mit einer Deck-Karte teilen",
|
||||
"Share" : "Freigeben",
|
||||
"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",
|
||||
"Personal" : "Persönlich",
|
||||
"To do" : "Offen",
|
||||
"Doing" : "In Arbeit",
|
||||
"Example Task 3" : "Beispielaufgabe 3",
|
||||
"Example Task 2" : "Beispielaufgabe 2",
|
||||
"Example Task 1" : "Beispielaufgabe 1",
|
||||
"Move card to another board" : "Karte auf ein anderes Board verschieben",
|
||||
"Filter by completed" : "Nach Status filtern"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
24
l10n/el.js
24
l10n/el.js
@@ -76,7 +76,6 @@ OC.L10N.register(
|
||||
"Cards due tomorrow" : "Κάρτες που λήγουν αύριο",
|
||||
"Upcoming cards" : "Επερχόμενες καρτέλες",
|
||||
"Load more" : "Φόρτωση περισσότερων",
|
||||
"Personal" : "Προσωπικά",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Η καρτέλα \"%s\" του \"%s\" ανατέθηκε σε εσάς από τον %s.",
|
||||
"{user} has assigned the card {deck-card} on {deck-board} to you." : "Ο/Η {user} έχει αναθέσει την καρτέλα {deck-card} του πίνακα {deck-board} σε εσάς.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "Η καρτέλα \"%s\" στο \"%s\" έχει λήξει.",
|
||||
@@ -98,12 +97,8 @@ OC.L10N.register(
|
||||
"Action needed" : "Απαιτείται ενέργεια",
|
||||
"Later" : "Αργότερα",
|
||||
"copy" : "Αντιγραφή",
|
||||
"To do" : "Προς Ενέργεια",
|
||||
"Doing" : "Σε εξέλιξη",
|
||||
"To Do" : "Προς Ενέργεια",
|
||||
"Done" : "Ολοκληρώθηκε",
|
||||
"Example Task 3" : "Παράδειγμα Εργασίας 3",
|
||||
"Example Task 2" : "Παράδειγμα Εργασίας 2",
|
||||
"Example Task 1" : "Παράδειγμα Εργασίας 1",
|
||||
"The file was uploaded" : "Το αρχείο μεταφορτώθηκε",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Το αρχείο που εστάλη υπερβαίνει την οδηγία μέγιστου επιτρεπτού μεγέθους \"upload_max_filesize\" του php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Το ανεβασμένο αρχείο υπερβαίνει το MAX_FILE_SIZE που ορίζεται στην HTML φόρμα",
|
||||
@@ -124,13 +119,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" : "Το αρχείο υπάρχει ήδη",
|
||||
@@ -274,6 +268,7 @@ OC.L10N.register(
|
||||
"Todo items" : "Στοιχεία todo",
|
||||
"{count} comments, {unread} unread" : "{count} σχόλια, {unread} μη αναγνωσμένα",
|
||||
"Edit card title" : "Επεξεργασία τίτλου κάρτας",
|
||||
"Edit title" : "Επεξεργασία τίτλου",
|
||||
"Assign to me" : "Ανάθεση σε εμένα",
|
||||
"Unassign myself" : "Αποδέσμευσή μου",
|
||||
"Mark as not done" : "Σήμανση ως ολοκληρωμένου",
|
||||
@@ -335,6 +330,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,9 +372,13 @@ OC.L10N.register(
|
||||
"Share with a Deck card" : "Μοιραστείτε με μια καρτέλα Deck",
|
||||
"Share {file} with a Deck card" : "Μοιραστείτε το {file} με μια καρτέλα Deck",
|
||||
"Share" : "Μοιραστείτε",
|
||||
"Searching for users, groups and circles …" : "Αναζήτηση χρηστών, ομάδων και κύκλων…",
|
||||
"(Circle)" : "(Κύκλος)",
|
||||
"Assign to users/groups/circles" : "Ανάθεση σε χρήστες/ομάδες/κύκλους",
|
||||
"Personal" : "Προσωπικά",
|
||||
"To do" : "Προς Ενέργεια",
|
||||
"Doing" : "Σε εξέλιξη",
|
||||
"Example Task 3" : "Παράδειγμα Εργασίας 3",
|
||||
"Example Task 2" : "Παράδειγμα Εργασίας 2",
|
||||
"Example Task 1" : "Παράδειγμα Εργασίας 1",
|
||||
"Move card to another board" : "Μετακίνηση καρτέλας σε άλλο πίνακα",
|
||||
"Filter by completed" : "Φίλτρο ανά ολοκλήρωση"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
24
l10n/el.json
24
l10n/el.json
@@ -74,7 +74,6 @@
|
||||
"Cards due tomorrow" : "Κάρτες που λήγουν αύριο",
|
||||
"Upcoming cards" : "Επερχόμενες καρτέλες",
|
||||
"Load more" : "Φόρτωση περισσότερων",
|
||||
"Personal" : "Προσωπικά",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Η καρτέλα \"%s\" του \"%s\" ανατέθηκε σε εσάς από τον %s.",
|
||||
"{user} has assigned the card {deck-card} on {deck-board} to you." : "Ο/Η {user} έχει αναθέσει την καρτέλα {deck-card} του πίνακα {deck-board} σε εσάς.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "Η καρτέλα \"%s\" στο \"%s\" έχει λήξει.",
|
||||
@@ -96,12 +95,8 @@
|
||||
"Action needed" : "Απαιτείται ενέργεια",
|
||||
"Later" : "Αργότερα",
|
||||
"copy" : "Αντιγραφή",
|
||||
"To do" : "Προς Ενέργεια",
|
||||
"Doing" : "Σε εξέλιξη",
|
||||
"To Do" : "Προς Ενέργεια",
|
||||
"Done" : "Ολοκληρώθηκε",
|
||||
"Example Task 3" : "Παράδειγμα Εργασίας 3",
|
||||
"Example Task 2" : "Παράδειγμα Εργασίας 2",
|
||||
"Example Task 1" : "Παράδειγμα Εργασίας 1",
|
||||
"The file was uploaded" : "Το αρχείο μεταφορτώθηκε",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Το αρχείο που εστάλη υπερβαίνει την οδηγία μέγιστου επιτρεπτού μεγέθους \"upload_max_filesize\" του php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Το ανεβασμένο αρχείο υπερβαίνει το MAX_FILE_SIZE που ορίζεται στην HTML φόρμα",
|
||||
@@ -122,13 +117,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" : "Το αρχείο υπάρχει ήδη",
|
||||
@@ -272,6 +266,7 @@
|
||||
"Todo items" : "Στοιχεία todo",
|
||||
"{count} comments, {unread} unread" : "{count} σχόλια, {unread} μη αναγνωσμένα",
|
||||
"Edit card title" : "Επεξεργασία τίτλου κάρτας",
|
||||
"Edit title" : "Επεξεργασία τίτλου",
|
||||
"Assign to me" : "Ανάθεση σε εμένα",
|
||||
"Unassign myself" : "Αποδέσμευσή μου",
|
||||
"Mark as not done" : "Σήμανση ως ολοκληρωμένου",
|
||||
@@ -333,6 +328,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,9 +370,13 @@
|
||||
"Share with a Deck card" : "Μοιραστείτε με μια καρτέλα Deck",
|
||||
"Share {file} with a Deck card" : "Μοιραστείτε το {file} με μια καρτέλα Deck",
|
||||
"Share" : "Μοιραστείτε",
|
||||
"Searching for users, groups and circles …" : "Αναζήτηση χρηστών, ομάδων και κύκλων…",
|
||||
"(Circle)" : "(Κύκλος)",
|
||||
"Assign to users/groups/circles" : "Ανάθεση σε χρήστες/ομάδες/κύκλους",
|
||||
"Personal" : "Προσωπικά",
|
||||
"To do" : "Προς Ενέργεια",
|
||||
"Doing" : "Σε εξέλιξη",
|
||||
"Example Task 3" : "Παράδειγμα Εργασίας 3",
|
||||
"Example Task 2" : "Παράδειγμα Εργασίας 2",
|
||||
"Example Task 1" : "Παράδειγμα Εργασίας 1",
|
||||
"Move card to another board" : "Μετακίνηση καρτέλας σε άλλο πίνακα",
|
||||
"Filter by completed" : "Φίλτρο ανά ολοκλήρωση"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -76,7 +76,7 @@ OC.L10N.register(
|
||||
"Cards due tomorrow" : "Cards due tomorrow",
|
||||
"Upcoming cards" : "Upcoming cards",
|
||||
"Load more" : "Load more",
|
||||
"Personal" : "Personal",
|
||||
"Welcome to Nextcloud Deck!" : "Welcome to Nextcloud Deck!",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "The card \"%s\" on \"%s\" has been assigned to you by %s.",
|
||||
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} has assigned the card {deck-card} on {deck-board} to you.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "The card \"%s\" on \"%s\" has reached its due date.",
|
||||
@@ -99,12 +99,16 @@ OC.L10N.register(
|
||||
"Action needed" : "Action needed",
|
||||
"Later" : "Later",
|
||||
"copy" : "copy",
|
||||
"To do" : "To do",
|
||||
"Doing" : "Doing",
|
||||
"Read more inside" : "Read more inside",
|
||||
"Custom lists - click to rename!" : "Custom lists - click to rename!",
|
||||
"To Do" : "To Do",
|
||||
"In Progress" : "In Progress",
|
||||
"Done" : "Done",
|
||||
"Example Task 3" : "Example Task 3",
|
||||
"Example Task 2" : "Example Task 2",
|
||||
"Example Task 1" : "Example Task 1",
|
||||
"1. Open to learn more about boards and cards" : "1. Open to learn more about boards and cards",
|
||||
"2. Drag cards left and right, up and down" : "2. Drag cards left and right, up and down",
|
||||
"3. Apply rich formatting and link content" : "3. Apply rich formatting and link content",
|
||||
"4. Share, comment and collaborate!" : "4. Share, comment and collaborate!",
|
||||
"Create your first card!" : "Create your first card!",
|
||||
"The file was uploaded" : "The file was uploaded",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "The uploaded file exceeds the upload_max_filesize directive in php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form",
|
||||
@@ -125,13 +129,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",
|
||||
@@ -275,6 +280,8 @@ OC.L10N.register(
|
||||
"Todo items" : "Todo items",
|
||||
"{count} comments, {unread} unread" : "{count} comments, {unread} unread",
|
||||
"Edit card title" : "Edit card title",
|
||||
"Open link" : "Open link",
|
||||
"Edit title" : "Edit title",
|
||||
"Assign to me" : "Assign to me",
|
||||
"Unassign myself" : "Unassign myself",
|
||||
"Mark as not done" : "Mark as not done",
|
||||
@@ -337,6 +344,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,9 +392,13 @@ 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",
|
||||
"Searching for users, groups and circles …" : "Searching for users, groups and circles …",
|
||||
"(Circle)" : "(Circle)",
|
||||
"Assign to users/groups/circles" : "Assign to users/groups/circles",
|
||||
"Personal" : "Personal",
|
||||
"To do" : "To do",
|
||||
"Doing" : "Doing",
|
||||
"Example Task 3" : "Example Task 3",
|
||||
"Example Task 2" : "Example Task 2",
|
||||
"Example Task 1" : "Example Task 1",
|
||||
"Move card to another board" : "Move card to another board",
|
||||
"Filter by completed" : "Filter by completed"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
"Cards due tomorrow" : "Cards due tomorrow",
|
||||
"Upcoming cards" : "Upcoming cards",
|
||||
"Load more" : "Load more",
|
||||
"Personal" : "Personal",
|
||||
"Welcome to Nextcloud Deck!" : "Welcome to Nextcloud Deck!",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "The card \"%s\" on \"%s\" has been assigned to you by %s.",
|
||||
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} has assigned the card {deck-card} on {deck-board} to you.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "The card \"%s\" on \"%s\" has reached its due date.",
|
||||
@@ -97,12 +97,16 @@
|
||||
"Action needed" : "Action needed",
|
||||
"Later" : "Later",
|
||||
"copy" : "copy",
|
||||
"To do" : "To do",
|
||||
"Doing" : "Doing",
|
||||
"Read more inside" : "Read more inside",
|
||||
"Custom lists - click to rename!" : "Custom lists - click to rename!",
|
||||
"To Do" : "To Do",
|
||||
"In Progress" : "In Progress",
|
||||
"Done" : "Done",
|
||||
"Example Task 3" : "Example Task 3",
|
||||
"Example Task 2" : "Example Task 2",
|
||||
"Example Task 1" : "Example Task 1",
|
||||
"1. Open to learn more about boards and cards" : "1. Open to learn more about boards and cards",
|
||||
"2. Drag cards left and right, up and down" : "2. Drag cards left and right, up and down",
|
||||
"3. Apply rich formatting and link content" : "3. Apply rich formatting and link content",
|
||||
"4. Share, comment and collaborate!" : "4. Share, comment and collaborate!",
|
||||
"Create your first card!" : "Create your first card!",
|
||||
"The file was uploaded" : "The file was uploaded",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "The uploaded file exceeds the upload_max_filesize directive in php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form",
|
||||
@@ -123,13 +127,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",
|
||||
@@ -273,6 +278,8 @@
|
||||
"Todo items" : "Todo items",
|
||||
"{count} comments, {unread} unread" : "{count} comments, {unread} unread",
|
||||
"Edit card title" : "Edit card title",
|
||||
"Open link" : "Open link",
|
||||
"Edit title" : "Edit title",
|
||||
"Assign to me" : "Assign to me",
|
||||
"Unassign myself" : "Unassign myself",
|
||||
"Mark as not done" : "Mark as not done",
|
||||
@@ -335,6 +342,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,9 +390,13 @@
|
||||
"Share with a Deck card" : "Share with a Deck card",
|
||||
"Share {file} with a Deck card" : "Share {file} with a Deck card",
|
||||
"Share" : "Share",
|
||||
"Searching for users, groups and circles …" : "Searching for users, groups and circles …",
|
||||
"(Circle)" : "(Circle)",
|
||||
"Assign to users/groups/circles" : "Assign to users/groups/circles",
|
||||
"Personal" : "Personal",
|
||||
"To do" : "To do",
|
||||
"Doing" : "Doing",
|
||||
"Example Task 3" : "Example Task 3",
|
||||
"Example Task 2" : "Example Task 2",
|
||||
"Example Task 1" : "Example Task 1",
|
||||
"Move card to another board" : "Move card to another board",
|
||||
"Filter by completed" : "Filter by completed"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
15
l10n/eo.js
15
l10n/eo.js
@@ -42,7 +42,6 @@ OC.L10N.register(
|
||||
"Deck" : "Kartaro",
|
||||
"Changes in the <strong>Deck app</strong>" : "Ŝanĝoj en la <strong>aplikaĵo Kartaro</strong>",
|
||||
"A <strong>comment</strong> was created on a card" : "<strong>Komento</strong> kreiĝis sur karton",
|
||||
"Personal" : "Persona",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La karto „%s“ sur „%s“ estis atribuita al vi de %s.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La karto „%s“ sur „%s“ atingis sian limdaton.",
|
||||
"%s has mentioned you in a comment on \"%s\"." : "%s menciis vin en komento ĉe „%s“.",
|
||||
@@ -54,12 +53,7 @@ OC.L10N.register(
|
||||
"Action needed" : "Ago bezonata",
|
||||
"Later" : "Poste",
|
||||
"copy" : "kopio",
|
||||
"To do" : "Farota",
|
||||
"Doing" : "Farata",
|
||||
"Done" : "Farita",
|
||||
"Example Task 3" : "Ekzempla tasko 3",
|
||||
"Example Task 2" : "Ekzempla tasko 2",
|
||||
"Example Task 1" : "Ekzempla tasko 1",
|
||||
"The file was uploaded" : "La dosiero alŝutiĝis",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "La dosiero alŝutita superas la regulon „upload_max_filesize“ el „php.ini“",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "La dosiero alŝutita superas la regulon „MAX_FILE_SIZE“ specifita en la HTML-formularo",
|
||||
@@ -124,12 +118,19 @@ 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",
|
||||
"Link to a board" : "Ligilo al tabulo",
|
||||
"Maximum file size of {size} exceeded" : "Maksimuma dosiergrando {size} transpasita",
|
||||
"Error creating the share" : "Eraro dum kreo de la kunhavigo",
|
||||
"Share" : "Kunhavigi"
|
||||
"Share" : "Kunhavigi",
|
||||
"Personal" : "Persona",
|
||||
"To do" : "Farota",
|
||||
"Doing" : "Farata",
|
||||
"Example Task 3" : "Ekzempla tasko 3",
|
||||
"Example Task 2" : "Ekzempla tasko 2",
|
||||
"Example Task 1" : "Ekzempla tasko 1"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
15
l10n/eo.json
15
l10n/eo.json
@@ -40,7 +40,6 @@
|
||||
"Deck" : "Kartaro",
|
||||
"Changes in the <strong>Deck app</strong>" : "Ŝanĝoj en la <strong>aplikaĵo Kartaro</strong>",
|
||||
"A <strong>comment</strong> was created on a card" : "<strong>Komento</strong> kreiĝis sur karton",
|
||||
"Personal" : "Persona",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La karto „%s“ sur „%s“ estis atribuita al vi de %s.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La karto „%s“ sur „%s“ atingis sian limdaton.",
|
||||
"%s has mentioned you in a comment on \"%s\"." : "%s menciis vin en komento ĉe „%s“.",
|
||||
@@ -52,12 +51,7 @@
|
||||
"Action needed" : "Ago bezonata",
|
||||
"Later" : "Poste",
|
||||
"copy" : "kopio",
|
||||
"To do" : "Farota",
|
||||
"Doing" : "Farata",
|
||||
"Done" : "Farita",
|
||||
"Example Task 3" : "Ekzempla tasko 3",
|
||||
"Example Task 2" : "Ekzempla tasko 2",
|
||||
"Example Task 1" : "Ekzempla tasko 1",
|
||||
"The file was uploaded" : "La dosiero alŝutiĝis",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "La dosiero alŝutita superas la regulon „upload_max_filesize“ el „php.ini“",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "La dosiero alŝutita superas la regulon „MAX_FILE_SIZE“ specifita en la HTML-formularo",
|
||||
@@ -122,12 +116,19 @@
|
||||
"No notifications" : "Neniu sciigo",
|
||||
"Delete board" : "Forigi tabulon",
|
||||
"An error occurred" : "Eraro okazis",
|
||||
"Advanced options" : "Detalaj agordoj",
|
||||
"Today" : "Hodiaŭ",
|
||||
"Tomorrow" : "Morgaŭ",
|
||||
"Close" : "Malfermi",
|
||||
"Link to a board" : "Ligilo al tabulo",
|
||||
"Maximum file size of {size} exceeded" : "Maksimuma dosiergrando {size} transpasita",
|
||||
"Error creating the share" : "Eraro dum kreo de la kunhavigo",
|
||||
"Share" : "Kunhavigi"
|
||||
"Share" : "Kunhavigi",
|
||||
"Personal" : "Persona",
|
||||
"To do" : "Farota",
|
||||
"Doing" : "Farata",
|
||||
"Example Task 3" : "Ekzempla tasko 3",
|
||||
"Example Task 2" : "Ekzempla tasko 2",
|
||||
"Example Task 1" : "Ekzempla tasko 1"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
36
l10n/es.js
36
l10n/es.js
@@ -76,7 +76,6 @@ OC.L10N.register(
|
||||
"Cards due tomorrow" : "Tarjetas que vencen mañana",
|
||||
"Upcoming cards" : "Próximas tarjetas",
|
||||
"Load more" : "Cargar más",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La tarjeta \"%s\" en \"%s\" te ha sido asignada por %s.",
|
||||
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} te ha asigando la tarjeta {deck-card} de {deck-board} a ti.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alcanzado su fecha límite.",
|
||||
@@ -99,12 +98,9 @@ OC.L10N.register(
|
||||
"Action needed" : "Acción necesaria",
|
||||
"Later" : "Después",
|
||||
"copy" : "copiar",
|
||||
"To do" : "Por hacer",
|
||||
"Doing" : "Haciendo",
|
||||
"To Do" : "Por hacer",
|
||||
"In Progress" : "En progreso",
|
||||
"Done" : "Hecho",
|
||||
"Example Task 3" : "Tarea de ejemplo 3",
|
||||
"Example Task 2" : "Tarea de ejemplo 2",
|
||||
"Example Task 1" : "Tarea de ejemplo 1",
|
||||
"The file was uploaded" : "Se ha subido el archivo",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo subido excede la directiva upload_max_filesize en php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo subido excede la directiva MAX_FILE-SIZE directive que se especificó en el formulario web",
|
||||
@@ -125,13 +121,14 @@ 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",
|
||||
"Move/copy card" : "Mover/copiar tarjeta",
|
||||
"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",
|
||||
"Copy card" : "Copiar tarjeta",
|
||||
"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",
|
||||
@@ -150,6 +147,7 @@ OC.L10N.register(
|
||||
"Filter by tag" : "Filtrar por etiqueta",
|
||||
"Filter by assigned user" : "Filtrar por usuario asignado",
|
||||
"Unassigned" : "No asignado",
|
||||
"Filter by status" : "Filtrar por estado",
|
||||
"Open and completed" : "Abiertos y completados",
|
||||
"Open" : "Abrir",
|
||||
"Completed" : "Completado",
|
||||
@@ -274,6 +272,8 @@ OC.L10N.register(
|
||||
"Todo items" : "Ítems pendientes",
|
||||
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer",
|
||||
"Edit card title" : "Editar el título de la tarjeta",
|
||||
"Open link" : "Abrir enlace",
|
||||
"Edit title" : "Editar título",
|
||||
"Assign to me" : "Asignarme a mí",
|
||||
"Unassign myself" : "Desasignarme a mí mismo",
|
||||
"Mark as not done" : "Marcar como no completado",
|
||||
@@ -316,6 +316,7 @@ OC.L10N.register(
|
||||
"Limit board creation to some groups" : "Limitar la creación de tableros a algunos grupos",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Los usuarios fuera de estos grupos no podrán crear sus propios tableros, sin embargo, podrán trabajar en tableros que han sido compartidos con ellos.",
|
||||
"Cancel edit" : "Cacelar edición",
|
||||
"Save board" : "Guardar tablero",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"Edit board" : "Editar tablero",
|
||||
"Clone board" : "Clonar tablero",
|
||||
@@ -335,6 +336,15 @@ 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 {boardTitle}" : "Clonar {boardTitle}",
|
||||
"Clone cards" : "Clonar tarjetas",
|
||||
"Clone assignments" : "Clonar asignaciones",
|
||||
"Clone labels" : "Clonar etiquetas",
|
||||
"Clone due dates" : "Clonar fechas límite",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Move all cards to the first list" : "Mover todas las tarjetas a la primera lista",
|
||||
"Restore archived cards" : "Restaurar tarjetas archivadas",
|
||||
"Clone" : "Clonar",
|
||||
"Loading filtered view" : "Cargando vista filtrada",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
@@ -374,9 +384,13 @@ 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",
|
||||
"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",
|
||||
"Personal" : "Personal",
|
||||
"To do" : "Por hacer",
|
||||
"Doing" : "Haciendo",
|
||||
"Example Task 3" : "Tarea de ejemplo 3",
|
||||
"Example Task 2" : "Tarea de ejemplo 2",
|
||||
"Example Task 1" : "Tarea de ejemplo 1",
|
||||
"Move card to another board" : "Mover la tarjeta a otro tablero",
|
||||
"Filter by completed" : "Filtrar por completados"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
36
l10n/es.json
36
l10n/es.json
@@ -74,7 +74,6 @@
|
||||
"Cards due tomorrow" : "Tarjetas que vencen mañana",
|
||||
"Upcoming cards" : "Próximas tarjetas",
|
||||
"Load more" : "Cargar más",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La tarjeta \"%s\" en \"%s\" te ha sido asignada por %s.",
|
||||
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} te ha asigando la tarjeta {deck-card} de {deck-board} a ti.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alcanzado su fecha límite.",
|
||||
@@ -97,12 +96,9 @@
|
||||
"Action needed" : "Acción necesaria",
|
||||
"Later" : "Después",
|
||||
"copy" : "copiar",
|
||||
"To do" : "Por hacer",
|
||||
"Doing" : "Haciendo",
|
||||
"To Do" : "Por hacer",
|
||||
"In Progress" : "En progreso",
|
||||
"Done" : "Hecho",
|
||||
"Example Task 3" : "Tarea de ejemplo 3",
|
||||
"Example Task 2" : "Tarea de ejemplo 2",
|
||||
"Example Task 1" : "Tarea de ejemplo 1",
|
||||
"The file was uploaded" : "Se ha subido el archivo",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo subido excede la directiva upload_max_filesize en php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo subido excede la directiva MAX_FILE-SIZE directive que se especificó en el formulario web",
|
||||
@@ -123,13 +119,14 @@
|
||||
"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",
|
||||
"Move/copy card" : "Mover/copiar tarjeta",
|
||||
"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",
|
||||
"Copy card" : "Copiar tarjeta",
|
||||
"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",
|
||||
@@ -148,6 +145,7 @@
|
||||
"Filter by tag" : "Filtrar por etiqueta",
|
||||
"Filter by assigned user" : "Filtrar por usuario asignado",
|
||||
"Unassigned" : "No asignado",
|
||||
"Filter by status" : "Filtrar por estado",
|
||||
"Open and completed" : "Abiertos y completados",
|
||||
"Open" : "Abrir",
|
||||
"Completed" : "Completado",
|
||||
@@ -272,6 +270,8 @@
|
||||
"Todo items" : "Ítems pendientes",
|
||||
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer",
|
||||
"Edit card title" : "Editar el título de la tarjeta",
|
||||
"Open link" : "Abrir enlace",
|
||||
"Edit title" : "Editar título",
|
||||
"Assign to me" : "Asignarme a mí",
|
||||
"Unassign myself" : "Desasignarme a mí mismo",
|
||||
"Mark as not done" : "Marcar como no completado",
|
||||
@@ -314,6 +314,7 @@
|
||||
"Limit board creation to some groups" : "Limitar la creación de tableros a algunos grupos",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Los usuarios fuera de estos grupos no podrán crear sus propios tableros, sin embargo, podrán trabajar en tableros que han sido compartidos con ellos.",
|
||||
"Cancel edit" : "Cacelar edición",
|
||||
"Save board" : "Guardar tablero",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"Edit board" : "Editar tablero",
|
||||
"Clone board" : "Clonar tablero",
|
||||
@@ -333,6 +334,15 @@
|
||||
"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 {boardTitle}" : "Clonar {boardTitle}",
|
||||
"Clone cards" : "Clonar tarjetas",
|
||||
"Clone assignments" : "Clonar asignaciones",
|
||||
"Clone labels" : "Clonar etiquetas",
|
||||
"Clone due dates" : "Clonar fechas límite",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Move all cards to the first list" : "Mover todas las tarjetas a la primera lista",
|
||||
"Restore archived cards" : "Restaurar tarjetas archivadas",
|
||||
"Clone" : "Clonar",
|
||||
"Loading filtered view" : "Cargando vista filtrada",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
@@ -372,9 +382,13 @@
|
||||
"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",
|
||||
"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",
|
||||
"Personal" : "Personal",
|
||||
"To do" : "Por hacer",
|
||||
"Doing" : "Haciendo",
|
||||
"Example Task 3" : "Tarea de ejemplo 3",
|
||||
"Example Task 2" : "Tarea de ejemplo 2",
|
||||
"Example Task 1" : "Tarea de ejemplo 1",
|
||||
"Move card to another board" : "Mover la tarjeta a otro tablero",
|
||||
"Filter by completed" : "Filtrar por completados"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -2,7 +2,6 @@ OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Deck" : "Deck",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
||||
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
|
||||
"%s on %s" : "%s en %s",
|
||||
@@ -60,9 +59,11 @@ 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",
|
||||
"Share" : "Compartir"
|
||||
"Share" : "Compartir",
|
||||
"Personal" : "Personal"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{ "translations": {
|
||||
"Deck" : "Deck",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
||||
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
|
||||
"%s on %s" : "%s en %s",
|
||||
@@ -58,9 +57,11 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir"
|
||||
"Share" : "Compartir",
|
||||
"Personal" : "Personal"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -23,7 +23,6 @@ OC.L10N.register(
|
||||
"{user} has renamed list {before} to {stack} on board {board}" : "{user} ha renombrado la lista {before} a {stack} del tablero {board}",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "Cambios en la <strong>app Deck</strong>",
|
||||
"Personal" : "Personal",
|
||||
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} te ha asigando la tarjeta {deck-card} de {deck-board} a ti.",
|
||||
"The card {deck-card} on {deck-board} has reached its due date." : "La tarjeta {deck-card} en {deck-board} ha alcanzado su fecha de caducidad.",
|
||||
"{user} has mentioned you in a comment on {deck-card}." : "{user} te ha mencionado en un comentario de {deck-card}.",
|
||||
@@ -33,6 +32,7 @@ OC.L10N.register(
|
||||
"Action needed" : "Acción requerida",
|
||||
"Later" : "Después",
|
||||
"copy" : "copiar",
|
||||
"In Progress" : "En progreso",
|
||||
"Done" : "Hecho",
|
||||
"The file was uploaded" : "El archivo ha sido subido",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo cargado excede el valor establecido en la directiva upload_max_filesize en el archivo php.ini",
|
||||
@@ -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",
|
||||
@@ -112,6 +113,7 @@ OC.L10N.register(
|
||||
"Close" : "Cerrar",
|
||||
"Share with a Deck card" : "Compartir con una tarjeta del Tablero",
|
||||
"Share {file} with a Deck card" : "Compartir {file} con una tarjeta del Tablero",
|
||||
"Share" : "Compartir"
|
||||
"Share" : "Compartir",
|
||||
"Personal" : "Personal"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
"{user} has renamed list {before} to {stack} on board {board}" : "{user} ha renombrado la lista {before} a {stack} del tablero {board}",
|
||||
"Deck" : "Deck",
|
||||
"Changes in the <strong>Deck app</strong>" : "Cambios en la <strong>app Deck</strong>",
|
||||
"Personal" : "Personal",
|
||||
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} te ha asigando la tarjeta {deck-card} de {deck-board} a ti.",
|
||||
"The card {deck-card} on {deck-board} has reached its due date." : "La tarjeta {deck-card} en {deck-board} ha alcanzado su fecha de caducidad.",
|
||||
"{user} has mentioned you in a comment on {deck-card}." : "{user} te ha mencionado en un comentario de {deck-card}.",
|
||||
@@ -31,6 +30,7 @@
|
||||
"Action needed" : "Acción requerida",
|
||||
"Later" : "Después",
|
||||
"copy" : "copiar",
|
||||
"In Progress" : "En progreso",
|
||||
"Done" : "Hecho",
|
||||
"The file was uploaded" : "El archivo ha sido subido",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo cargado excede el valor establecido en la directiva upload_max_filesize en el archivo php.ini",
|
||||
@@ -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",
|
||||
@@ -110,6 +111,7 @@
|
||||
"Close" : "Cerrar",
|
||||
"Share with a Deck card" : "Compartir con una tarjeta del Tablero",
|
||||
"Share {file} with a Deck card" : "Compartir {file} con una tarjeta del Tablero",
|
||||
"Share" : "Compartir"
|
||||
"Share" : "Compartir",
|
||||
"Personal" : "Personal"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -2,7 +2,6 @@ OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Deck" : "Deck",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
||||
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
|
||||
"%s on %s" : "%s en %s",
|
||||
@@ -10,6 +9,7 @@ OC.L10N.register(
|
||||
"To review" : "Para revisar",
|
||||
"Action needed" : "Acción requerida",
|
||||
"Later" : "Después",
|
||||
"In Progress" : "En progreso",
|
||||
"Done" : "Terminado",
|
||||
"The file was uploaded" : "El archivo fue cargado",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo cargado excede el valor establecido en la directiva upload_max_filesize en el archivo php.ini",
|
||||
@@ -63,9 +63,11 @@ 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",
|
||||
"Share" : "Compartir"
|
||||
"Share" : "Compartir",
|
||||
"Personal" : "Personal"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{ "translations": {
|
||||
"Deck" : "Deck",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
||||
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
|
||||
"%s on %s" : "%s en %s",
|
||||
@@ -8,6 +7,7 @@
|
||||
"To review" : "Para revisar",
|
||||
"Action needed" : "Acción requerida",
|
||||
"Later" : "Después",
|
||||
"In Progress" : "En progreso",
|
||||
"Done" : "Terminado",
|
||||
"The file was uploaded" : "El archivo fue cargado",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo cargado excede el valor establecido en la directiva upload_max_filesize en el archivo php.ini",
|
||||
@@ -61,9 +61,11 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir"
|
||||
"Share" : "Compartir",
|
||||
"Personal" : "Personal"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -2,7 +2,6 @@ OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Deck" : "Deck",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
||||
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
|
||||
"%s on %s" : "%s en %s",
|
||||
@@ -64,9 +63,11 @@ 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",
|
||||
"Share" : "Compartir"
|
||||
"Share" : "Compartir",
|
||||
"Personal" : "Personal"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{ "translations": {
|
||||
"Deck" : "Deck",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
||||
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
|
||||
"%s on %s" : "%s en %s",
|
||||
@@ -62,9 +61,11 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir"
|
||||
"Share" : "Compartir",
|
||||
"Personal" : "Personal"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -2,7 +2,6 @@ OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Deck" : "Deck",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
||||
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
|
||||
"%s on %s" : "%s en %s",
|
||||
@@ -63,9 +62,11 @@ 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",
|
||||
"Share" : "Compartir"
|
||||
"Share" : "Compartir",
|
||||
"Personal" : "Personal"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{ "translations": {
|
||||
"Deck" : "Deck",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
||||
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
|
||||
"%s on %s" : "%s en %s",
|
||||
@@ -61,9 +60,11 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir"
|
||||
"Share" : "Compartir",
|
||||
"Personal" : "Personal"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -2,7 +2,6 @@ OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Deck" : "Deck",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
||||
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
|
||||
"%s on %s" : "%s en %s",
|
||||
@@ -63,9 +62,11 @@ 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",
|
||||
"Share" : "Compartir"
|
||||
"Share" : "Compartir",
|
||||
"Personal" : "Personal"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{ "translations": {
|
||||
"Deck" : "Deck",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
||||
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
|
||||
"%s on %s" : "%s en %s",
|
||||
@@ -61,9 +60,11 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir"
|
||||
"Share" : "Compartir",
|
||||
"Personal" : "Personal"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -68,7 +68,6 @@ OC.L10N.register(
|
||||
"A <strong>comment</strong> was created on a card" : "Se ha creado un <strong>comentario</strong> en una tarjeta",
|
||||
"Upcoming cards" : "Tarjetas próximas",
|
||||
"Load more" : "Cargar más",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La tarjeta \"%s\" en \"%s\" te ha sido asignada por %s.",
|
||||
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} te ha asignado la tarjeta {deck-card} en {deck-board}.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
||||
@@ -90,12 +89,8 @@ OC.L10N.register(
|
||||
"Action needed" : "Acción requerida",
|
||||
"Later" : "Después",
|
||||
"copy" : "copia",
|
||||
"To do" : "Por hacer",
|
||||
"Doing" : "Haciendo",
|
||||
"To Do" : "Por hacer",
|
||||
"Done" : "Terminado",
|
||||
"Example Task 3" : "Tarea de ejemplo 3",
|
||||
"Example Task 2" : "Tarea de ejemplo 2",
|
||||
"Example Task 1" : "Tarea de ejemplo 1",
|
||||
"The file was uploaded" : "El archivo fue cargado",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo cargado excede el valor establecido en la directiva upload_max_filesize en el archivo php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo cargado excede el valor especificado de la directiva MAX_FILE_SIZE en la forma de HTML",
|
||||
@@ -116,13 +111,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",
|
||||
@@ -243,6 +237,7 @@ OC.L10N.register(
|
||||
"Todo items" : "Elementos pendientes",
|
||||
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer",
|
||||
"Edit card title" : "Editar título de la tarjeta",
|
||||
"Edit title" : "Editar título",
|
||||
"Assign to me" : "Asignarme la tarjeta",
|
||||
"Unassign myself" : "Desasignarme la tarjeta",
|
||||
"Delete card" : "Eliminar tarjeta",
|
||||
@@ -283,6 +278,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,8 +315,12 @@ 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",
|
||||
"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"
|
||||
"Personal" : "Personal",
|
||||
"To do" : "Por hacer",
|
||||
"Doing" : "Haciendo",
|
||||
"Example Task 3" : "Tarea de ejemplo 3",
|
||||
"Example Task 2" : "Tarea de ejemplo 2",
|
||||
"Example Task 1" : "Tarea de ejemplo 1",
|
||||
"Move card to another board" : "Mover tarjeta a otro tablero"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -66,7 +66,6 @@
|
||||
"A <strong>comment</strong> was created on a card" : "Se ha creado un <strong>comentario</strong> en una tarjeta",
|
||||
"Upcoming cards" : "Tarjetas próximas",
|
||||
"Load more" : "Cargar más",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La tarjeta \"%s\" en \"%s\" te ha sido asignada por %s.",
|
||||
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} te ha asignado la tarjeta {deck-card} en {deck-board}.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
||||
@@ -88,12 +87,8 @@
|
||||
"Action needed" : "Acción requerida",
|
||||
"Later" : "Después",
|
||||
"copy" : "copia",
|
||||
"To do" : "Por hacer",
|
||||
"Doing" : "Haciendo",
|
||||
"To Do" : "Por hacer",
|
||||
"Done" : "Terminado",
|
||||
"Example Task 3" : "Tarea de ejemplo 3",
|
||||
"Example Task 2" : "Tarea de ejemplo 2",
|
||||
"Example Task 1" : "Tarea de ejemplo 1",
|
||||
"The file was uploaded" : "El archivo fue cargado",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo cargado excede el valor establecido en la directiva upload_max_filesize en el archivo php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo cargado excede el valor especificado de la directiva MAX_FILE_SIZE en la forma de HTML",
|
||||
@@ -114,13 +109,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",
|
||||
@@ -241,6 +235,7 @@
|
||||
"Todo items" : "Elementos pendientes",
|
||||
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer",
|
||||
"Edit card title" : "Editar título de la tarjeta",
|
||||
"Edit title" : "Editar título",
|
||||
"Assign to me" : "Asignarme la tarjeta",
|
||||
"Unassign myself" : "Desasignarme la tarjeta",
|
||||
"Delete card" : "Eliminar tarjeta",
|
||||
@@ -281,6 +276,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,8 +313,12 @@
|
||||
"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",
|
||||
"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"
|
||||
"Personal" : "Personal",
|
||||
"To do" : "Por hacer",
|
||||
"Doing" : "Haciendo",
|
||||
"Example Task 3" : "Tarea de ejemplo 3",
|
||||
"Example Task 2" : "Tarea de ejemplo 2",
|
||||
"Example Task 1" : "Tarea de ejemplo 1",
|
||||
"Move card to another board" : "Mover tarjeta a otro tablero"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -2,7 +2,6 @@ OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Deck" : "Deck",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
||||
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
|
||||
"%s on %s" : "%s en %s",
|
||||
@@ -10,6 +9,7 @@ OC.L10N.register(
|
||||
"To review" : "Para revisar",
|
||||
"Action needed" : "Acción requerida",
|
||||
"Later" : "Después",
|
||||
"To Do" : "Por hacer",
|
||||
"Done" : "Terminado",
|
||||
"The file was uploaded" : "El archivo fue cargado",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo cargado excede el valor establecido en la directiva upload_max_filesize en el archivo php.ini",
|
||||
@@ -63,9 +63,11 @@ 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",
|
||||
"Share" : "Compartir"
|
||||
"Share" : "Compartir",
|
||||
"Personal" : "Personal"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{ "translations": {
|
||||
"Deck" : "Deck",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
||||
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
|
||||
"%s on %s" : "%s en %s",
|
||||
@@ -8,6 +7,7 @@
|
||||
"To review" : "Para revisar",
|
||||
"Action needed" : "Acción requerida",
|
||||
"Later" : "Después",
|
||||
"To Do" : "Por hacer",
|
||||
"Done" : "Terminado",
|
||||
"The file was uploaded" : "El archivo fue cargado",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo cargado excede el valor establecido en la directiva upload_max_filesize en el archivo php.ini",
|
||||
@@ -61,9 +61,11 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir"
|
||||
"Share" : "Compartir",
|
||||
"Personal" : "Personal"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -2,7 +2,6 @@ OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Deck" : "Deck",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
||||
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
|
||||
"%s on %s" : "%s en %s",
|
||||
@@ -59,9 +58,11 @@ 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",
|
||||
"Share" : "Compartir"
|
||||
"Share" : "Compartir",
|
||||
"Personal" : "Personal"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{ "translations": {
|
||||
"Deck" : "Deck",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
||||
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
|
||||
"%s on %s" : "%s en %s",
|
||||
@@ -57,9 +56,11 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir"
|
||||
"Share" : "Compartir",
|
||||
"Personal" : "Personal"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -76,7 +76,6 @@ OC.L10N.register(
|
||||
"Cards due tomorrow" : "Tarjetas para mañana",
|
||||
"Upcoming cards" : "Tarjetas próximas",
|
||||
"Load more" : "Cargar más",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
||||
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
|
||||
"Deck board" : "Tablero de Deck",
|
||||
@@ -86,6 +85,8 @@ OC.L10N.register(
|
||||
"Action needed" : "Acción requerida",
|
||||
"Later" : "Después",
|
||||
"copy" : "copiar",
|
||||
"To Do" : "Pendiente",
|
||||
"In Progress" : "En proceso",
|
||||
"Done" : "Terminado",
|
||||
"The file was uploaded" : "El archivo fue cargado",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo cargado excede el valor establecido en la directiva upload_max_filesize en el archivo php.ini",
|
||||
@@ -181,11 +182,14 @@ 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",
|
||||
"Error creating the share" : "Error creando el recurso compartido",
|
||||
"Share" : "Compartir",
|
||||
"Searching for users, groups and circles …" : "Buscando usuarios, grupos y círculos …"
|
||||
"Personal" : "Personal"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -74,7 +74,6 @@
|
||||
"Cards due tomorrow" : "Tarjetas para mañana",
|
||||
"Upcoming cards" : "Tarjetas próximas",
|
||||
"Load more" : "Cargar más",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
||||
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
|
||||
"Deck board" : "Tablero de Deck",
|
||||
@@ -84,6 +83,8 @@
|
||||
"Action needed" : "Acción requerida",
|
||||
"Later" : "Después",
|
||||
"copy" : "copiar",
|
||||
"To Do" : "Pendiente",
|
||||
"In Progress" : "En proceso",
|
||||
"Done" : "Terminado",
|
||||
"The file was uploaded" : "El archivo fue cargado",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo cargado excede el valor establecido en la directiva upload_max_filesize en el archivo php.ini",
|
||||
@@ -179,11 +180,14 @@
|
||||
"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",
|
||||
"Error creating the share" : "Error creando el recurso compartido",
|
||||
"Share" : "Compartir",
|
||||
"Searching for users, groups and circles …" : "Buscando usuarios, grupos y círculos …"
|
||||
"Personal" : "Personal"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -2,7 +2,6 @@ OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Deck" : "Deck",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
||||
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
|
||||
"%s on %s" : "%s en %s",
|
||||
@@ -59,9 +58,11 @@ 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",
|
||||
"Share" : "Compartir"
|
||||
"Share" : "Compartir",
|
||||
"Personal" : "Personal"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{ "translations": {
|
||||
"Deck" : "Deck",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
||||
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
|
||||
"%s on %s" : "%s en %s",
|
||||
@@ -57,9 +56,11 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir"
|
||||
"Share" : "Compartir",
|
||||
"Personal" : "Personal"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -2,7 +2,6 @@ OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Deck" : "Deck",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
||||
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
|
||||
"%s on %s" : "%s en %s",
|
||||
@@ -59,9 +58,11 @@ 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",
|
||||
"Share" : "Compartir"
|
||||
"Share" : "Compartir",
|
||||
"Personal" : "Personal"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{ "translations": {
|
||||
"Deck" : "Deck",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
||||
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
|
||||
"%s on %s" : "%s en %s",
|
||||
@@ -57,9 +56,11 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir"
|
||||
"Share" : "Compartir",
|
||||
"Personal" : "Personal"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -2,7 +2,6 @@ OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Deck" : "Deck",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
||||
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
|
||||
"%s on %s" : "%s en %s",
|
||||
@@ -61,9 +60,11 @@ 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",
|
||||
"Share" : "Compartir"
|
||||
"Share" : "Compartir",
|
||||
"Personal" : "Personal"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{ "translations": {
|
||||
"Deck" : "Deck",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
||||
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
|
||||
"%s on %s" : "%s en %s",
|
||||
@@ -59,9 +58,11 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir"
|
||||
"Share" : "Compartir",
|
||||
"Personal" : "Personal"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -2,7 +2,6 @@ OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Deck" : "Deck",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
||||
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
|
||||
"%s on %s" : "%s en %s",
|
||||
@@ -59,9 +58,11 @@ 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",
|
||||
"Share" : "Compartir"
|
||||
"Share" : "Compartir",
|
||||
"Personal" : "Personal"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{ "translations": {
|
||||
"Deck" : "Deck",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
||||
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
|
||||
"%s on %s" : "%s en %s",
|
||||
@@ -57,9 +56,11 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir"
|
||||
"Share" : "Compartir",
|
||||
"Personal" : "Personal"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -2,7 +2,6 @@ OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Deck" : "Deck",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
||||
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
|
||||
"%s on %s" : "%s en %s",
|
||||
@@ -62,9 +61,11 @@ 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",
|
||||
"Share" : "Compartir"
|
||||
"Share" : "Compartir",
|
||||
"Personal" : "Personal"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{ "translations": {
|
||||
"Deck" : "Deck",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
||||
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
|
||||
"%s on %s" : "%s en %s",
|
||||
@@ -60,9 +59,11 @@
|
||||
"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",
|
||||
"Share" : "Compartir"
|
||||
"Share" : "Compartir",
|
||||
"Personal" : "Personal"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -2,7 +2,6 @@ OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Deck" : "Deck",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
||||
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
|
||||
"%s on %s" : "%s en %s",
|
||||
@@ -63,9 +62,11 @@ 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",
|
||||
"Share" : "Compartir"
|
||||
"Share" : "Compartir",
|
||||
"Personal" : "Personal"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{ "translations": {
|
||||
"Deck" : "Deck",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
||||
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
|
||||
"%s on %s" : "%s en %s",
|
||||
@@ -61,9 +60,11 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir"
|
||||
"Share" : "Compartir",
|
||||
"Personal" : "Personal"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -2,7 +2,6 @@ OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Deck" : "Deck",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
||||
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
|
||||
"%s on %s" : "%s en %s",
|
||||
@@ -59,9 +58,11 @@ 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",
|
||||
"Share" : "Compartir"
|
||||
"Share" : "Compartir",
|
||||
"Personal" : "Personal"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{ "translations": {
|
||||
"Deck" : "Deck",
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
||||
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
|
||||
"%s on %s" : "%s en %s",
|
||||
@@ -57,9 +56,11 @@
|
||||
"Archive board" : "Archivar tablero",
|
||||
"No notifications" : "No hay notificaciones",
|
||||
"Delete board" : "Borrar tableros",
|
||||
"Advanced options" : "Opciones avanzadas",
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir"
|
||||
"Share" : "Compartir",
|
||||
"Personal" : "Personal"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -1,7 +1,8 @@
|
||||
OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Personal" : "Isiklik",
|
||||
"Deck" : "Deck",
|
||||
"%s on %s" : "%s %s-l",
|
||||
"Finished" : "Lõpetatud",
|
||||
"Later" : "Hiljem",
|
||||
"copy" : "koopia",
|
||||
@@ -49,9 +50,11 @@ 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",
|
||||
"Share" : "Jaga"
|
||||
"Share" : "Jaga",
|
||||
"Personal" : "Isiklik"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{ "translations": {
|
||||
"Personal" : "Isiklik",
|
||||
"Deck" : "Deck",
|
||||
"%s on %s" : "%s %s-l",
|
||||
"Finished" : "Lõpetatud",
|
||||
"Later" : "Hiljem",
|
||||
"copy" : "koopia",
|
||||
@@ -47,9 +48,11 @@
|
||||
"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",
|
||||
"Share" : "Jaga"
|
||||
"Share" : "Jaga",
|
||||
"Personal" : "Isiklik"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
25
l10n/eu.js
25
l10n/eu.js
@@ -76,7 +76,6 @@ OC.L10N.register(
|
||||
"Cards due tomorrow" : "Biharko txartelak",
|
||||
"Upcoming cards" : "Hurrengo txartelak",
|
||||
"Load more" : "Kargatu gehiago",
|
||||
"Personal" : "Pertsonala",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "\"%s\" txartela \"%s\"-n %sk esleitu zaizu.",
|
||||
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user}-k {deck-board}-ko {deck-card} txartela esleitu dizu.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : " \"%s\" txartela, \"%s\" -n dagoena, epe-mugara ailegatu da.",
|
||||
@@ -99,12 +98,9 @@ OC.L10N.register(
|
||||
"Action needed" : "Ekintza beharrezkoa",
|
||||
"Later" : "Beranduago",
|
||||
"copy" : "kopiatu",
|
||||
"To do" : "Egiteke",
|
||||
"Doing" : "Egiten",
|
||||
"To Do" : "Egiteke",
|
||||
"In Progress" : "Abian",
|
||||
"Done" : "Egina",
|
||||
"Example Task 3" : "Adibidetarako ataza 3",
|
||||
"Example Task 2" : "Adibidetarako ataza 2",
|
||||
"Example Task 1" : "Adibidetarako ataza 1",
|
||||
"The file was uploaded" : "Fitxategia igo da",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Igotako fitxategiak php.ini fitxategiko upload_max_filesize direktiban zehazturikoa gainditzen du",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Igotako fitxategiak HTML formularioan ezarritako MAX_FILE_SIZE direktiban zehazturikoa gainditzen du",
|
||||
@@ -125,13 +121,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",
|
||||
@@ -275,6 +270,7 @@ OC.L10N.register(
|
||||
"Todo items" : "Elementuak egiteke",
|
||||
"{count} comments, {unread} unread" : "{count} iruzkin, {unread} irakurri gabe",
|
||||
"Edit card title" : "Editatu txartelaren izenburua",
|
||||
"Edit title" : "Editatu izenburua",
|
||||
"Assign to me" : "Esleitu niri",
|
||||
"Unassign myself" : "Niri esleitzeari utzi",
|
||||
"Mark as not done" : "Markatu ez egindako gisa",
|
||||
@@ -337,6 +333,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",
|
||||
@@ -376,9 +375,13 @@ 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",
|
||||
"Searching for users, groups and circles …" : "Erabiltzaileak, taldeak, zirkuluak... bilatzen",
|
||||
"(Circle)" : "(Zirkulua)",
|
||||
"Assign to users/groups/circles" : "Esleitu erabiltzaile/talde/zirkuluei",
|
||||
"Personal" : "Pertsonala",
|
||||
"To do" : "Egiteke",
|
||||
"Doing" : "Egiten",
|
||||
"Example Task 3" : "Adibidetarako ataza 3",
|
||||
"Example Task 2" : "Adibidetarako ataza 2",
|
||||
"Example Task 1" : "Adibidetarako ataza 1",
|
||||
"Move card to another board" : "Mugitu txartela beste taula batera",
|
||||
"Filter by completed" : "Iragazi osatutakoen arabera"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
25
l10n/eu.json
25
l10n/eu.json
@@ -74,7 +74,6 @@
|
||||
"Cards due tomorrow" : "Biharko txartelak",
|
||||
"Upcoming cards" : "Hurrengo txartelak",
|
||||
"Load more" : "Kargatu gehiago",
|
||||
"Personal" : "Pertsonala",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "\"%s\" txartela \"%s\"-n %sk esleitu zaizu.",
|
||||
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user}-k {deck-board}-ko {deck-card} txartela esleitu dizu.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : " \"%s\" txartela, \"%s\" -n dagoena, epe-mugara ailegatu da.",
|
||||
@@ -97,12 +96,9 @@
|
||||
"Action needed" : "Ekintza beharrezkoa",
|
||||
"Later" : "Beranduago",
|
||||
"copy" : "kopiatu",
|
||||
"To do" : "Egiteke",
|
||||
"Doing" : "Egiten",
|
||||
"To Do" : "Egiteke",
|
||||
"In Progress" : "Abian",
|
||||
"Done" : "Egina",
|
||||
"Example Task 3" : "Adibidetarako ataza 3",
|
||||
"Example Task 2" : "Adibidetarako ataza 2",
|
||||
"Example Task 1" : "Adibidetarako ataza 1",
|
||||
"The file was uploaded" : "Fitxategia igo da",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Igotako fitxategiak php.ini fitxategiko upload_max_filesize direktiban zehazturikoa gainditzen du",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Igotako fitxategiak HTML formularioan ezarritako MAX_FILE_SIZE direktiban zehazturikoa gainditzen du",
|
||||
@@ -123,13 +119,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",
|
||||
@@ -273,6 +268,7 @@
|
||||
"Todo items" : "Elementuak egiteke",
|
||||
"{count} comments, {unread} unread" : "{count} iruzkin, {unread} irakurri gabe",
|
||||
"Edit card title" : "Editatu txartelaren izenburua",
|
||||
"Edit title" : "Editatu izenburua",
|
||||
"Assign to me" : "Esleitu niri",
|
||||
"Unassign myself" : "Niri esleitzeari utzi",
|
||||
"Mark as not done" : "Markatu ez egindako gisa",
|
||||
@@ -335,6 +331,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",
|
||||
@@ -374,9 +373,13 @@
|
||||
"Share with a Deck card" : "Partekatu Deck txartel baten bidez",
|
||||
"Share {file} with a Deck card" : "Partekatu {file} Deck txartel baten bidez",
|
||||
"Share" : "Partekatu",
|
||||
"Searching for users, groups and circles …" : "Erabiltzaileak, taldeak, zirkuluak... bilatzen",
|
||||
"(Circle)" : "(Zirkulua)",
|
||||
"Assign to users/groups/circles" : "Esleitu erabiltzaile/talde/zirkuluei",
|
||||
"Personal" : "Pertsonala",
|
||||
"To do" : "Egiteke",
|
||||
"Doing" : "Egiten",
|
||||
"Example Task 3" : "Adibidetarako ataza 3",
|
||||
"Example Task 2" : "Adibidetarako ataza 2",
|
||||
"Example Task 1" : "Adibidetarako ataza 1",
|
||||
"Move card to another board" : "Mugitu txartela beste taula batera",
|
||||
"Filter by completed" : "Iragazi osatutakoen arabera"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
24
l10n/fa.js
24
l10n/fa.js
@@ -68,7 +68,6 @@ OC.L10N.register(
|
||||
"A <strong>comment</strong> was created on a card" : "یک نظر روی یک برگه ایجاد شد",
|
||||
"Upcoming cards" : "برگههای آینده",
|
||||
"Load more" : "Load more",
|
||||
"Personal" : "شخصی",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "The card \"%s\" on \"%s\" has been assigned to you by %s.",
|
||||
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} برگه {deck-card} در {deck-board} را به شما اختصاص داده است.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "The card \"%s\" on \"%s\" has reached its due date.",
|
||||
@@ -91,12 +90,8 @@ OC.L10N.register(
|
||||
"Action needed" : "نیازمند اقدام",
|
||||
"Later" : "بعدا",
|
||||
"copy" : "کپی",
|
||||
"To do" : "برای انجام",
|
||||
"Doing" : "در حال انجام",
|
||||
"To Do" : "To Do",
|
||||
"Done" : "انجام شد",
|
||||
"Example Task 3" : "نمونه کار ۳",
|
||||
"Example Task 2" : "نمونه کار ۲",
|
||||
"Example Task 1" : "نمونه کار ۱",
|
||||
"The file was uploaded" : "پرونده بارگذاری شد",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "حجم پرونده بارگذاری شده بیشتر از تنظیمات upload_max_filesize در پرونده php.ini است",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "حداکثر حجم قابل بار گذاری از طریق HTML MAX_FILE_SIZE است",
|
||||
@@ -117,13 +112,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" : "پرونده از قبل موجود است",
|
||||
@@ -246,6 +240,7 @@ OC.L10N.register(
|
||||
"Todo items" : "Todo items",
|
||||
"{count} comments, {unread} unread" : "{count} نظر، { خوانده نشده} خوانده نشده",
|
||||
"Edit card title" : "Edit card title",
|
||||
"Edit title" : "ویرایش عنوان",
|
||||
"Assign to me" : "به من اختصاص دهید",
|
||||
"Unassign myself" : "واگذاری به خودم را لغو میکنم",
|
||||
"Delete card" : "حذف برگه",
|
||||
@@ -287,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." : "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,8 +322,12 @@ 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" : "همرسانی",
|
||||
"Searching for users, groups and circles …" : "جستجوی کاربران، گروهها و حلقهها…",
|
||||
"(Circle)" : "(حلقه)",
|
||||
"Assign to users/groups/circles" : "به کاربران/ گروهها/ حلقهها اختصاص دهید"
|
||||
"Personal" : "شخصی",
|
||||
"To do" : "برای انجام",
|
||||
"Doing" : "در حال انجام",
|
||||
"Example Task 3" : "نمونه کار ۳",
|
||||
"Example Task 2" : "نمونه کار ۲",
|
||||
"Example Task 1" : "نمونه کار ۱",
|
||||
"Move card to another board" : "انتقال برگه به تختهای دیگر"
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
||||
|
||||
24
l10n/fa.json
24
l10n/fa.json
@@ -66,7 +66,6 @@
|
||||
"A <strong>comment</strong> was created on a card" : "یک نظر روی یک برگه ایجاد شد",
|
||||
"Upcoming cards" : "برگههای آینده",
|
||||
"Load more" : "Load more",
|
||||
"Personal" : "شخصی",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "The card \"%s\" on \"%s\" has been assigned to you by %s.",
|
||||
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} برگه {deck-card} در {deck-board} را به شما اختصاص داده است.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "The card \"%s\" on \"%s\" has reached its due date.",
|
||||
@@ -89,12 +88,8 @@
|
||||
"Action needed" : "نیازمند اقدام",
|
||||
"Later" : "بعدا",
|
||||
"copy" : "کپی",
|
||||
"To do" : "برای انجام",
|
||||
"Doing" : "در حال انجام",
|
||||
"To Do" : "To Do",
|
||||
"Done" : "انجام شد",
|
||||
"Example Task 3" : "نمونه کار ۳",
|
||||
"Example Task 2" : "نمونه کار ۲",
|
||||
"Example Task 1" : "نمونه کار ۱",
|
||||
"The file was uploaded" : "پرونده بارگذاری شد",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "حجم پرونده بارگذاری شده بیشتر از تنظیمات upload_max_filesize در پرونده php.ini است",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "حداکثر حجم قابل بار گذاری از طریق HTML MAX_FILE_SIZE است",
|
||||
@@ -115,13 +110,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" : "پرونده از قبل موجود است",
|
||||
@@ -244,6 +238,7 @@
|
||||
"Todo items" : "Todo items",
|
||||
"{count} comments, {unread} unread" : "{count} نظر، { خوانده نشده} خوانده نشده",
|
||||
"Edit card title" : "Edit card title",
|
||||
"Edit title" : "ویرایش عنوان",
|
||||
"Assign to me" : "به من اختصاص دهید",
|
||||
"Unassign myself" : "واگذاری به خودم را لغو میکنم",
|
||||
"Delete card" : "حذف برگه",
|
||||
@@ -285,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." : "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,8 +320,12 @@
|
||||
"Share with a Deck card" : "Share with a Deck card",
|
||||
"Share {file} with a Deck card" : "Share {file} with a Deck card",
|
||||
"Share" : "همرسانی",
|
||||
"Searching for users, groups and circles …" : "جستجوی کاربران، گروهها و حلقهها…",
|
||||
"(Circle)" : "(حلقه)",
|
||||
"Assign to users/groups/circles" : "به کاربران/ گروهها/ حلقهها اختصاص دهید"
|
||||
"Personal" : "شخصی",
|
||||
"To do" : "برای انجام",
|
||||
"Doing" : "در حال انجام",
|
||||
"Example Task 3" : "نمونه کار ۳",
|
||||
"Example Task 2" : "نمونه کار ۲",
|
||||
"Example Task 1" : "نمونه کار ۱",
|
||||
"Move card to another board" : "انتقال برگه به تختهای دیگر"
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
}
|
||||
23
l10n/fi.js
23
l10n/fi.js
@@ -57,7 +57,6 @@ OC.L10N.register(
|
||||
"A <strong>comment</strong> was created on a card" : "<strong>Kommentti</strong> luotiin kortille",
|
||||
"Upcoming cards" : "Tulevat kortit",
|
||||
"Load more" : "Lataa lisää",
|
||||
"Personal" : "Henkilökohtainen",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kortti \"%s\" taululla \"%s\" on asetettu sinulle käyttäjän %s toimesta.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "Kortin \"%s\" on \"%s\" eräpäivä on tullut vastaan.",
|
||||
"%s has mentioned you in a comment on \"%s\"." : "%s mainitsi sinut kommentissa kortilla \"%s\".",
|
||||
@@ -71,12 +70,8 @@ OC.L10N.register(
|
||||
"Action needed" : "Toimia vaaditaan",
|
||||
"Later" : "Myöhemmin",
|
||||
"copy" : "kopioi",
|
||||
"To do" : "Odottaa",
|
||||
"Doing" : "Tekeillä",
|
||||
"To Do" : "Tehtävä",
|
||||
"Done" : "Valmis",
|
||||
"Example Task 3" : "Esimerkkitehtävä 3",
|
||||
"Example Task 2" : "Esimerkkitehtävä 2",
|
||||
"Example Task 1" : "Esimerkkitehtävä 1",
|
||||
"The file was uploaded" : "Tiedosto lähetettiin",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Lähetetty tiedosto ylittää php.ini-tiedostossa määritellyn upload_max_filesize -säännön ",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Lähetettävän tiedoston enimmäiskoko ylittää HTML-lomakkeessa määritellyn MAX_FILE_SIZE-säännön",
|
||||
@@ -94,13 +89,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",
|
||||
@@ -218,6 +212,8 @@ OC.L10N.register(
|
||||
"Next week – {timeLocale}" : "Ensi viikko – {timeLocale}",
|
||||
"{count} comments, {unread} unread" : "{count} kommenttia, {unread} lukematonta",
|
||||
"Edit card title" : "Muokkaa kortin otsikkoa",
|
||||
"Open link" : "Avaa linkki",
|
||||
"Edit title" : "Muokkaa otsikkoa",
|
||||
"Assign to me" : "Määritä minulle",
|
||||
"Unassign myself" : "Poista määritys minulta",
|
||||
"Delete card" : "Poista kortti",
|
||||
@@ -249,6 +245,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",
|
||||
@@ -278,6 +277,12 @@ OC.L10N.register(
|
||||
"Maximum file size of {size} exceeded" : "Tiedoston enimmäiskoko {size} ylitetty",
|
||||
"Error creating the share" : "Virhe jakoa luotaessa",
|
||||
"Share" : "Jaa",
|
||||
"(Circle)" : "(Piiri)"
|
||||
"Personal" : "Henkilökohtainen",
|
||||
"To do" : "Odottaa",
|
||||
"Doing" : "Tekeillä",
|
||||
"Example Task 3" : "Esimerkkitehtävä 3",
|
||||
"Example Task 2" : "Esimerkkitehtävä 2",
|
||||
"Example Task 1" : "Esimerkkitehtävä 1",
|
||||
"Move card to another board" : "Siirrä kortti toiselle taululle"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
23
l10n/fi.json
23
l10n/fi.json
@@ -55,7 +55,6 @@
|
||||
"A <strong>comment</strong> was created on a card" : "<strong>Kommentti</strong> luotiin kortille",
|
||||
"Upcoming cards" : "Tulevat kortit",
|
||||
"Load more" : "Lataa lisää",
|
||||
"Personal" : "Henkilökohtainen",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kortti \"%s\" taululla \"%s\" on asetettu sinulle käyttäjän %s toimesta.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "Kortin \"%s\" on \"%s\" eräpäivä on tullut vastaan.",
|
||||
"%s has mentioned you in a comment on \"%s\"." : "%s mainitsi sinut kommentissa kortilla \"%s\".",
|
||||
@@ -69,12 +68,8 @@
|
||||
"Action needed" : "Toimia vaaditaan",
|
||||
"Later" : "Myöhemmin",
|
||||
"copy" : "kopioi",
|
||||
"To do" : "Odottaa",
|
||||
"Doing" : "Tekeillä",
|
||||
"To Do" : "Tehtävä",
|
||||
"Done" : "Valmis",
|
||||
"Example Task 3" : "Esimerkkitehtävä 3",
|
||||
"Example Task 2" : "Esimerkkitehtävä 2",
|
||||
"Example Task 1" : "Esimerkkitehtävä 1",
|
||||
"The file was uploaded" : "Tiedosto lähetettiin",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Lähetetty tiedosto ylittää php.ini-tiedostossa määritellyn upload_max_filesize -säännön ",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Lähetettävän tiedoston enimmäiskoko ylittää HTML-lomakkeessa määritellyn MAX_FILE_SIZE-säännön",
|
||||
@@ -92,13 +87,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",
|
||||
@@ -216,6 +210,8 @@
|
||||
"Next week – {timeLocale}" : "Ensi viikko – {timeLocale}",
|
||||
"{count} comments, {unread} unread" : "{count} kommenttia, {unread} lukematonta",
|
||||
"Edit card title" : "Muokkaa kortin otsikkoa",
|
||||
"Open link" : "Avaa linkki",
|
||||
"Edit title" : "Muokkaa otsikkoa",
|
||||
"Assign to me" : "Määritä minulle",
|
||||
"Unassign myself" : "Poista määritys minulta",
|
||||
"Delete card" : "Poista kortti",
|
||||
@@ -247,6 +243,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",
|
||||
@@ -276,6 +275,12 @@
|
||||
"Maximum file size of {size} exceeded" : "Tiedoston enimmäiskoko {size} ylitetty",
|
||||
"Error creating the share" : "Virhe jakoa luotaessa",
|
||||
"Share" : "Jaa",
|
||||
"(Circle)" : "(Piiri)"
|
||||
"Personal" : "Henkilökohtainen",
|
||||
"To do" : "Odottaa",
|
||||
"Doing" : "Tekeillä",
|
||||
"Example Task 3" : "Esimerkkitehtävä 3",
|
||||
"Example Task 2" : "Esimerkkitehtävä 2",
|
||||
"Example Task 1" : "Esimerkkitehtävä 1",
|
||||
"Move card to another board" : "Siirrä kortti toiselle taululle"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
55
l10n/fr.js
55
l10n/fr.js
@@ -76,7 +76,7 @@ OC.L10N.register(
|
||||
"Cards due tomorrow" : "Cartes pour demain",
|
||||
"Upcoming cards" : "Prochaines cartes",
|
||||
"Load more" : "Charger davantage",
|
||||
"Personal" : "Personnel",
|
||||
"Welcome to Nextcloud Deck!" : "Bienvenue dans Nextcloud Deck !",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La carte \"%s\" de \"%s\" vous a été assignée par %s.",
|
||||
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} vous a attribué la carte {deck-card} du tableau {deck-board}.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La date d'échéance de la carte \"%s\" de \"%s\" a été atteinte.",
|
||||
@@ -85,26 +85,29 @@ OC.L10N.register(
|
||||
"{user} has mentioned you in a comment on {deck-card}." : "{user} vous a cité dans un commentaire sur {deck-card}.",
|
||||
"The board \"%s\" has been shared with you by %s." : "Le tableau \"%s\" a été partagé avec vous par %s.",
|
||||
"{user} has shared {deck-board} with you." : "{user} vous a partagé le tableau {deck-board}.",
|
||||
"Deck board" : "Tableau",
|
||||
"Deck board" : "Tableau Deck",
|
||||
"Owned by %1$s" : "Assignée à %1$s",
|
||||
"Deck boards, cards and comments" : "Tableaux, cartes et commentaires",
|
||||
"Deck boards, cards and comments" : "Tableaux, cartes et commentaires de Deck",
|
||||
"From %1$s, in %2$s/%3$s, owned by %4$s" : "De %1$s, dans %2$s / %3$s, appartenant à %4$s",
|
||||
"Create a new deck card" : "Créer une nouvelle carte",
|
||||
"Create a new deck card" : "Créer une nouvelle carte Deck",
|
||||
"Card comments" : "Commentaires de la carte",
|
||||
"%s on %s" : "%s sur %s",
|
||||
"Deck boards and cards" : "Tableaux et cartes",
|
||||
"Deck boards and cards" : "Tableaux et cartes de Deck",
|
||||
"No data was provided to create an attachment." : "Aucune donnée n'a été fournie pour créer une pièce jointe.",
|
||||
"Finished" : "Terminé",
|
||||
"To review" : "À réviser",
|
||||
"Action needed" : "Action requise",
|
||||
"Later" : "Plus tard",
|
||||
"copy" : "copie",
|
||||
"To do" : "À faire",
|
||||
"Doing" : "En cours",
|
||||
"Read more inside" : "Lire la suite à l'intérieur",
|
||||
"Custom lists - click to rename!" : "Listes personnalisées - cliquez pour renommer !",
|
||||
"To Do" : "À faire",
|
||||
"In Progress" : "En cours",
|
||||
"Done" : "Fait",
|
||||
"Example Task 3" : "Exemple de tâche 3",
|
||||
"Example Task 2" : "Exemple de tâche 2",
|
||||
"Example Task 1" : "Exemple de tâche 1",
|
||||
"1. Open to learn more about boards and cards" : "1. Ouvrez pour en apprendre davantage sur les tableaux et les cartes",
|
||||
"2. Drag cards left and right, up and down" : "2. Faites glisser les cartes vers la gauche et la droite, vers le haut et le bas",
|
||||
"4. Share, comment and collaborate!" : "4. Partagez, commentez et collaborez !",
|
||||
"Create your first card!" : "Créez votre première carte !",
|
||||
"The file was uploaded" : "Le fichier a été envoyé",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Le fichier envoyé dépasse la valeur upload_max_filesize spécifiée dans php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Le fichier envoyé dépasse la valeur MAX_FILE_SIZE spécifiée dans le formulaire HTML",
|
||||
@@ -125,13 +128,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à",
|
||||
@@ -275,6 +279,8 @@ OC.L10N.register(
|
||||
"Todo items" : "À faire",
|
||||
"{count} comments, {unread} unread" : "{count} commentaires, {unread} non lus",
|
||||
"Edit card title" : "Modifier le titre de la carte",
|
||||
"Open link" : "Ouvrir le lien",
|
||||
"Edit title" : "Modifier le titre",
|
||||
"Assign to me" : "Me l'affecter",
|
||||
"Unassign myself" : "Me désaffecter",
|
||||
"Mark as not done" : "Marquer comme non fait",
|
||||
@@ -337,13 +343,22 @@ 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 {boardTitle}" : "Cloner {boardTitle}",
|
||||
"Clone cards" : "Dupliquer des cartes",
|
||||
"Clone assignments" : "Cloner les affectations",
|
||||
"Clone labels" : "Cloner les étiquettes",
|
||||
"Clone due dates" : "Cloner les dates d'échéance",
|
||||
"Advanced options" : "Options avancées",
|
||||
"Move all cards to the first list" : "Déplacer toutes les cartes vers la première liste",
|
||||
"Restore archived cards" : "Restaurer les cartes archivées",
|
||||
"Clone" : "Dupliquer",
|
||||
"Loading filtered view" : "Chargement de la vue filtrée",
|
||||
"Today" : "Aujourd'hui",
|
||||
"Tomorrow" : "Demain",
|
||||
"No due" : "Sans échéance",
|
||||
"Search for {searchQuery} in all boards" : "Recherche de {searchQuery} dans tous les tableaux",
|
||||
"No results found" : "Aucun résultat",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Tableau {name}\n* Dernière modification le {lastMod}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Tableau Deck {name}\n* Dernière modification le {lastMod}",
|
||||
"{stack} in {board}" : "{stack} dans {board}",
|
||||
"Click to expand description" : "Cliquer pour visualiser la description",
|
||||
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Créée le {created}\n* Dernière modification le {lastMod}\n* {nbAttachments} pièces jointes\n* {nbComments} commentaires",
|
||||
@@ -373,12 +388,16 @@ OC.L10N.register(
|
||||
"Failed to upload {name}" : "Échec d'envoi de {name}",
|
||||
"Maximum file size of {size} exceeded" : "Taille de fichier maximale de {size} dépassée",
|
||||
"Error creating the share" : "Erreur lors de la création du partage",
|
||||
"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 with a Deck card" : "Partager avec une carte Deck",
|
||||
"Share {file} with a Deck card" : "Partager {file} avec une carte Deck ",
|
||||
"Share" : "Partager",
|
||||
"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",
|
||||
"Personal" : "Personnel",
|
||||
"To do" : "À faire",
|
||||
"Doing" : "En cours",
|
||||
"Example Task 3" : "Exemple de tâche 3",
|
||||
"Example Task 2" : "Exemple de tâche 2",
|
||||
"Example Task 1" : "Exemple de tâche 1",
|
||||
"Move card to another board" : "Déplacer la carte vers un autre tableau ",
|
||||
"Filter by completed" : "Filtrer par état"
|
||||
},
|
||||
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
55
l10n/fr.json
55
l10n/fr.json
@@ -74,7 +74,7 @@
|
||||
"Cards due tomorrow" : "Cartes pour demain",
|
||||
"Upcoming cards" : "Prochaines cartes",
|
||||
"Load more" : "Charger davantage",
|
||||
"Personal" : "Personnel",
|
||||
"Welcome to Nextcloud Deck!" : "Bienvenue dans Nextcloud Deck !",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La carte \"%s\" de \"%s\" vous a été assignée par %s.",
|
||||
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} vous a attribué la carte {deck-card} du tableau {deck-board}.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La date d'échéance de la carte \"%s\" de \"%s\" a été atteinte.",
|
||||
@@ -83,26 +83,29 @@
|
||||
"{user} has mentioned you in a comment on {deck-card}." : "{user} vous a cité dans un commentaire sur {deck-card}.",
|
||||
"The board \"%s\" has been shared with you by %s." : "Le tableau \"%s\" a été partagé avec vous par %s.",
|
||||
"{user} has shared {deck-board} with you." : "{user} vous a partagé le tableau {deck-board}.",
|
||||
"Deck board" : "Tableau",
|
||||
"Deck board" : "Tableau Deck",
|
||||
"Owned by %1$s" : "Assignée à %1$s",
|
||||
"Deck boards, cards and comments" : "Tableaux, cartes et commentaires",
|
||||
"Deck boards, cards and comments" : "Tableaux, cartes et commentaires de Deck",
|
||||
"From %1$s, in %2$s/%3$s, owned by %4$s" : "De %1$s, dans %2$s / %3$s, appartenant à %4$s",
|
||||
"Create a new deck card" : "Créer une nouvelle carte",
|
||||
"Create a new deck card" : "Créer une nouvelle carte Deck",
|
||||
"Card comments" : "Commentaires de la carte",
|
||||
"%s on %s" : "%s sur %s",
|
||||
"Deck boards and cards" : "Tableaux et cartes",
|
||||
"Deck boards and cards" : "Tableaux et cartes de Deck",
|
||||
"No data was provided to create an attachment." : "Aucune donnée n'a été fournie pour créer une pièce jointe.",
|
||||
"Finished" : "Terminé",
|
||||
"To review" : "À réviser",
|
||||
"Action needed" : "Action requise",
|
||||
"Later" : "Plus tard",
|
||||
"copy" : "copie",
|
||||
"To do" : "À faire",
|
||||
"Doing" : "En cours",
|
||||
"Read more inside" : "Lire la suite à l'intérieur",
|
||||
"Custom lists - click to rename!" : "Listes personnalisées - cliquez pour renommer !",
|
||||
"To Do" : "À faire",
|
||||
"In Progress" : "En cours",
|
||||
"Done" : "Fait",
|
||||
"Example Task 3" : "Exemple de tâche 3",
|
||||
"Example Task 2" : "Exemple de tâche 2",
|
||||
"Example Task 1" : "Exemple de tâche 1",
|
||||
"1. Open to learn more about boards and cards" : "1. Ouvrez pour en apprendre davantage sur les tableaux et les cartes",
|
||||
"2. Drag cards left and right, up and down" : "2. Faites glisser les cartes vers la gauche et la droite, vers le haut et le bas",
|
||||
"4. Share, comment and collaborate!" : "4. Partagez, commentez et collaborez !",
|
||||
"Create your first card!" : "Créez votre première carte !",
|
||||
"The file was uploaded" : "Le fichier a été envoyé",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Le fichier envoyé dépasse la valeur upload_max_filesize spécifiée dans php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Le fichier envoyé dépasse la valeur MAX_FILE_SIZE spécifiée dans le formulaire HTML",
|
||||
@@ -123,13 +126,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à",
|
||||
@@ -273,6 +277,8 @@
|
||||
"Todo items" : "À faire",
|
||||
"{count} comments, {unread} unread" : "{count} commentaires, {unread} non lus",
|
||||
"Edit card title" : "Modifier le titre de la carte",
|
||||
"Open link" : "Ouvrir le lien",
|
||||
"Edit title" : "Modifier le titre",
|
||||
"Assign to me" : "Me l'affecter",
|
||||
"Unassign myself" : "Me désaffecter",
|
||||
"Mark as not done" : "Marquer comme non fait",
|
||||
@@ -335,13 +341,22 @@
|
||||
"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 {boardTitle}" : "Cloner {boardTitle}",
|
||||
"Clone cards" : "Dupliquer des cartes",
|
||||
"Clone assignments" : "Cloner les affectations",
|
||||
"Clone labels" : "Cloner les étiquettes",
|
||||
"Clone due dates" : "Cloner les dates d'échéance",
|
||||
"Advanced options" : "Options avancées",
|
||||
"Move all cards to the first list" : "Déplacer toutes les cartes vers la première liste",
|
||||
"Restore archived cards" : "Restaurer les cartes archivées",
|
||||
"Clone" : "Dupliquer",
|
||||
"Loading filtered view" : "Chargement de la vue filtrée",
|
||||
"Today" : "Aujourd'hui",
|
||||
"Tomorrow" : "Demain",
|
||||
"No due" : "Sans échéance",
|
||||
"Search for {searchQuery} in all boards" : "Recherche de {searchQuery} dans tous les tableaux",
|
||||
"No results found" : "Aucun résultat",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Tableau {name}\n* Dernière modification le {lastMod}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Tableau Deck {name}\n* Dernière modification le {lastMod}",
|
||||
"{stack} in {board}" : "{stack} dans {board}",
|
||||
"Click to expand description" : "Cliquer pour visualiser la description",
|
||||
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Créée le {created}\n* Dernière modification le {lastMod}\n* {nbAttachments} pièces jointes\n* {nbComments} commentaires",
|
||||
@@ -371,12 +386,16 @@
|
||||
"Failed to upload {name}" : "Échec d'envoi de {name}",
|
||||
"Maximum file size of {size} exceeded" : "Taille de fichier maximale de {size} dépassée",
|
||||
"Error creating the share" : "Erreur lors de la création du partage",
|
||||
"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 with a Deck card" : "Partager avec une carte Deck",
|
||||
"Share {file} with a Deck card" : "Partager {file} avec une carte Deck ",
|
||||
"Share" : "Partager",
|
||||
"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",
|
||||
"Personal" : "Personnel",
|
||||
"To do" : "À faire",
|
||||
"Doing" : "En cours",
|
||||
"Example Task 3" : "Exemple de tâche 3",
|
||||
"Example Task 2" : "Exemple de tâche 2",
|
||||
"Example Task 1" : "Exemple de tâche 1",
|
||||
"Move card to another board" : "Déplacer la carte vers un autre tableau ",
|
||||
"Filter by completed" : "Filtrer par état"
|
||||
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
42
l10n/ga.js
42
l10n/ga.js
@@ -76,7 +76,7 @@ OC.L10N.register(
|
||||
"Cards due tomorrow" : "Cártaí dlite amárach",
|
||||
"Upcoming cards" : "Cártaí atá le teacht",
|
||||
"Load more" : "Luchtaigh níos mó",
|
||||
"Personal" : "Pearsanta",
|
||||
"Welcome to Nextcloud Deck!" : "Fáilte go dtí Deic Nextcloud!",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Tá an cárta \"%s\" ar \"%s\" tugtha duit ag %s.",
|
||||
"{user} has assigned the card {deck-card} on {deck-board} to you." : "Shann {user} an cárta {deck-card} ar {deck-board} duit.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "Tá an dáta dlite sroichte ag an gcárta \"%s\" ar \"%s\".",
|
||||
@@ -99,12 +99,16 @@ OC.L10N.register(
|
||||
"Action needed" : "Gníomh de dhíth",
|
||||
"Later" : "Níos déanaí",
|
||||
"copy" : "cóip",
|
||||
"To do" : "A dhéanamh",
|
||||
"Doing" : "Ag déanamh",
|
||||
"Read more inside" : "Léigh tuilleadh taobh istigh",
|
||||
"Custom lists - click to rename!" : "Liostaí saincheaptha - cliceáil chun athainmniú!",
|
||||
"To Do" : "A dhéanamh",
|
||||
"In Progress" : "Ar Siúl",
|
||||
"Done" : "Déanta",
|
||||
"Example Task 3" : "Tasc Sampla 3",
|
||||
"Example Task 2" : "Tasc Sampla 2",
|
||||
"Example Task 1" : "Tasc Sampla 1",
|
||||
"1. Open to learn more about boards and cards" : "1. Oscail chun níos mó a fhoghlaim faoi bhoird agus cártaí",
|
||||
"2. Drag cards left and right, up and down" : "2. Tarraing cártaí ar chlé agus ar dheis, suas agus síos",
|
||||
"3. Apply rich formatting and link content" : "3. Cuir formáidiú saibhir agus ábhar nasc i bhfeidhm",
|
||||
"4. Share, comment and collaborate!" : "4. Roinn, déan trácht agus comhoibrigh!",
|
||||
"Create your first card!" : "Cruthaigh do chéad chárta!",
|
||||
"The file was uploaded" : "Uaslódáladh an comhad",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Sáraíonn an comhad uaslódáilte an treoir upload_max_filesize i php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Sáraíonn an comhad uaslódáilte an treoir MAX_FILE_SIZE a sonraíodh san fhoirm HTML",
|
||||
@@ -125,13 +129,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",
|
||||
@@ -275,6 +280,8 @@ OC.L10N.register(
|
||||
"Todo items" : "Míreanna le déanamh",
|
||||
"{count} comments, {unread} unread" : "{count} nóta tráchta, {unread} neamhléite",
|
||||
"Edit card title" : "Cuir teideal an chárta in eagar",
|
||||
"Open link" : "Oscail nasc",
|
||||
"Edit title" : "Cuir teideal in eagar",
|
||||
"Assign to me" : "Sann dom",
|
||||
"Unassign myself" : "Díshannadh mé féin",
|
||||
"Mark as not done" : "Marcáil mar nach bhfuil déanta",
|
||||
@@ -337,6 +344,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,9 +392,13 @@ 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",
|
||||
"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",
|
||||
"Personal" : "Pearsanta",
|
||||
"To do" : "A dhéanamh",
|
||||
"Doing" : "Ag déanamh",
|
||||
"Example Task 3" : "Tasc Sampla 3",
|
||||
"Example Task 2" : "Tasc Sampla 2",
|
||||
"Example Task 1" : "Tasc Sampla 1",
|
||||
"Move card to another board" : "Bog cárta go bord eile",
|
||||
"Filter by completed" : "Scag de réir críochnaithe"
|
||||
},
|
||||
"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);");
|
||||
|
||||
42
l10n/ga.json
42
l10n/ga.json
@@ -74,7 +74,7 @@
|
||||
"Cards due tomorrow" : "Cártaí dlite amárach",
|
||||
"Upcoming cards" : "Cártaí atá le teacht",
|
||||
"Load more" : "Luchtaigh níos mó",
|
||||
"Personal" : "Pearsanta",
|
||||
"Welcome to Nextcloud Deck!" : "Fáilte go dtí Deic Nextcloud!",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Tá an cárta \"%s\" ar \"%s\" tugtha duit ag %s.",
|
||||
"{user} has assigned the card {deck-card} on {deck-board} to you." : "Shann {user} an cárta {deck-card} ar {deck-board} duit.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "Tá an dáta dlite sroichte ag an gcárta \"%s\" ar \"%s\".",
|
||||
@@ -97,12 +97,16 @@
|
||||
"Action needed" : "Gníomh de dhíth",
|
||||
"Later" : "Níos déanaí",
|
||||
"copy" : "cóip",
|
||||
"To do" : "A dhéanamh",
|
||||
"Doing" : "Ag déanamh",
|
||||
"Read more inside" : "Léigh tuilleadh taobh istigh",
|
||||
"Custom lists - click to rename!" : "Liostaí saincheaptha - cliceáil chun athainmniú!",
|
||||
"To Do" : "A dhéanamh",
|
||||
"In Progress" : "Ar Siúl",
|
||||
"Done" : "Déanta",
|
||||
"Example Task 3" : "Tasc Sampla 3",
|
||||
"Example Task 2" : "Tasc Sampla 2",
|
||||
"Example Task 1" : "Tasc Sampla 1",
|
||||
"1. Open to learn more about boards and cards" : "1. Oscail chun níos mó a fhoghlaim faoi bhoird agus cártaí",
|
||||
"2. Drag cards left and right, up and down" : "2. Tarraing cártaí ar chlé agus ar dheis, suas agus síos",
|
||||
"3. Apply rich formatting and link content" : "3. Cuir formáidiú saibhir agus ábhar nasc i bhfeidhm",
|
||||
"4. Share, comment and collaborate!" : "4. Roinn, déan trácht agus comhoibrigh!",
|
||||
"Create your first card!" : "Cruthaigh do chéad chárta!",
|
||||
"The file was uploaded" : "Uaslódáladh an comhad",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Sáraíonn an comhad uaslódáilte an treoir upload_max_filesize i php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Sáraíonn an comhad uaslódáilte an treoir MAX_FILE_SIZE a sonraíodh san fhoirm HTML",
|
||||
@@ -123,13 +127,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",
|
||||
@@ -273,6 +278,8 @@
|
||||
"Todo items" : "Míreanna le déanamh",
|
||||
"{count} comments, {unread} unread" : "{count} nóta tráchta, {unread} neamhléite",
|
||||
"Edit card title" : "Cuir teideal an chárta in eagar",
|
||||
"Open link" : "Oscail nasc",
|
||||
"Edit title" : "Cuir teideal in eagar",
|
||||
"Assign to me" : "Sann dom",
|
||||
"Unassign myself" : "Díshannadh mé féin",
|
||||
"Mark as not done" : "Marcáil mar nach bhfuil déanta",
|
||||
@@ -335,6 +342,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,9 +390,13 @@
|
||||
"Share with a Deck card" : "Comhroinn le cárta Deic",
|
||||
"Share {file} with a Deck card" : "Roinn {file} le cárta Deic",
|
||||
"Share" : "Comhroinn",
|
||||
"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",
|
||||
"Personal" : "Pearsanta",
|
||||
"To do" : "A dhéanamh",
|
||||
"Doing" : "Ag déanamh",
|
||||
"Example Task 3" : "Tasc Sampla 3",
|
||||
"Example Task 2" : "Tasc Sampla 2",
|
||||
"Example Task 1" : "Tasc Sampla 1",
|
||||
"Move card to another board" : "Bog cárta go bord eile",
|
||||
"Filter by completed" : "Scag de réir críochnaithe"
|
||||
},"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);"
|
||||
}
|
||||
46
l10n/gl.js
46
l10n/gl.js
@@ -76,7 +76,7 @@ OC.L10N.register(
|
||||
"Cards due tomorrow" : "Tarxetas para mañá",
|
||||
"Upcoming cards" : "Tarxetas próximas",
|
||||
"Load more" : "Cargar máis",
|
||||
"Personal" : "Persoal",
|
||||
"Welcome to Nextcloud Deck!" : "Dámoslle a benvida á Gabeta de Nextcloud",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "A tarxeta «%s» en «%s» foi asignada a Vde. por %s.",
|
||||
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} asignoulle a tarxeta {deck-card} en {deck-board} a Vde.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "A tarxeta «%s» en «%s» acadou a súa data de caducidade.",
|
||||
@@ -99,12 +99,16 @@ OC.L10N.register(
|
||||
"Action needed" : "Necesita unha acción",
|
||||
"Later" : "Após",
|
||||
"copy" : "copiar",
|
||||
"To do" : "Tarefa pendente",
|
||||
"Doing" : "Facendo",
|
||||
"Read more inside" : "Ler máis dentro",
|
||||
"Custom lists - click to rename!" : "Listas personalizadas, prema para cambiar o nome!",
|
||||
"To Do" : "Tarefa pendente",
|
||||
"In Progress" : "En proceso",
|
||||
"Done" : "Feito",
|
||||
"Example Task 3" : "Tarefa de exemplo 3",
|
||||
"Example Task 2" : "Tarefa de exemplo 2",
|
||||
"Example Task 1" : "Tarefa de exemplo 1",
|
||||
"1. Open to learn more about boards and cards" : "1. Abra para saber máis sobre taboleiros e tarxetas",
|
||||
"2. Drag cards left and right, up and down" : "2. Arrastre as tarxetas cara á esquerda e á dereita, cara arriba e abaixo",
|
||||
"3. Apply rich formatting and link content" : "3. Aplique un formato mellorado e enlace a contidos",
|
||||
"4. Share, comment and collaborate!" : "4. Comparta, comente e colabore!",
|
||||
"Create your first card!" : "Crear a primeira tarxeta:",
|
||||
"The file was uploaded" : "O ficheiro foi enviado",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "O ficheiro enviado excede a directiva indicada por upload_max_filesize de php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O ficheiro enviado excede da directiva MAX_FILE_SIZE especificada no formulario HTML",
|
||||
@@ -125,13 +129,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",
|
||||
@@ -183,7 +188,7 @@ OC.L10N.register(
|
||||
"Deleted cards" : "Eliminar tarxetas",
|
||||
"Share board with a user, group or team …" : "Compartir taboleiro cun usuario, grupo ou equipo…",
|
||||
"Searching for users, groups and teams …" : "Buscando por usuarios, grupos e equipos…",
|
||||
"No participants found" : "Non se atoparon participantes",
|
||||
"No participants found" : "Non se atopou ningún participante",
|
||||
"Board owner" : "Propietariio do taboleiro",
|
||||
"(Group)" : "(Grupo)",
|
||||
"(Team)" : "(Equipo)",
|
||||
@@ -275,6 +280,8 @@ OC.L10N.register(
|
||||
"Todo items" : "Elementos pendentes",
|
||||
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sen ler",
|
||||
"Edit card title" : "Editar o título da tarxeta",
|
||||
"Open link" : "Abrir a ligazón",
|
||||
"Edit title" : "Editar o título",
|
||||
"Assign to me" : "Asignarme",
|
||||
"Unassign myself" : "Desasignarme",
|
||||
"Mark as not done" : "Marcar como sen facer",
|
||||
@@ -337,12 +344,21 @@ 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 {boardTitle}" : "Clonar {boardTitle}",
|
||||
"Clone cards" : "Clonar tarxetas",
|
||||
"Clone assignments" : "Clonar as asignacións",
|
||||
"Clone labels" : "Clonar as etiquetas",
|
||||
"Clone due dates" : "Clonar as datas de caducidade",
|
||||
"Advanced options" : "Opcións avanzadas",
|
||||
"Move all cards to the first list" : "Mover todas as tarxetas á primeira lista",
|
||||
"Restore archived cards" : "Restaurar as tarxetas arquivadas",
|
||||
"Clone" : "Clonar",
|
||||
"Loading filtered view" : "Cargando a vista filtrada",
|
||||
"Today" : "Hoxe",
|
||||
"Tomorrow" : "Mañá",
|
||||
"No due" : "Sen caducidade",
|
||||
"Search for {searchQuery} in all boards" : "Resultados de busca para {searchQuery} en todos os taboleiros",
|
||||
"No results found" : "Non se atoparon resultados",
|
||||
"No results found" : "Non se atopou ningún resultado",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Taboleiro da Gabeta {name}\n* Última modificación en {lastMod}",
|
||||
"{stack} in {board}" : "{stack} en {board}",
|
||||
"Click to expand description" : "Prema para despregar a descrición",
|
||||
@@ -376,9 +392,13 @@ 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",
|
||||
"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",
|
||||
"Personal" : "Persoal",
|
||||
"To do" : "Tarefa pendente",
|
||||
"Doing" : "Facendo",
|
||||
"Example Task 3" : "Tarefa de exemplo 3",
|
||||
"Example Task 2" : "Tarefa de exemplo 2",
|
||||
"Example Task 1" : "Tarefa de exemplo 1",
|
||||
"Move card to another board" : "Mover a tarxeta a outro taboleiro",
|
||||
"Filter by completed" : "Filtrar por completado"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
46
l10n/gl.json
46
l10n/gl.json
@@ -74,7 +74,7 @@
|
||||
"Cards due tomorrow" : "Tarxetas para mañá",
|
||||
"Upcoming cards" : "Tarxetas próximas",
|
||||
"Load more" : "Cargar máis",
|
||||
"Personal" : "Persoal",
|
||||
"Welcome to Nextcloud Deck!" : "Dámoslle a benvida á Gabeta de Nextcloud",
|
||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "A tarxeta «%s» en «%s» foi asignada a Vde. por %s.",
|
||||
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} asignoulle a tarxeta {deck-card} en {deck-board} a Vde.",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "A tarxeta «%s» en «%s» acadou a súa data de caducidade.",
|
||||
@@ -97,12 +97,16 @@
|
||||
"Action needed" : "Necesita unha acción",
|
||||
"Later" : "Após",
|
||||
"copy" : "copiar",
|
||||
"To do" : "Tarefa pendente",
|
||||
"Doing" : "Facendo",
|
||||
"Read more inside" : "Ler máis dentro",
|
||||
"Custom lists - click to rename!" : "Listas personalizadas, prema para cambiar o nome!",
|
||||
"To Do" : "Tarefa pendente",
|
||||
"In Progress" : "En proceso",
|
||||
"Done" : "Feito",
|
||||
"Example Task 3" : "Tarefa de exemplo 3",
|
||||
"Example Task 2" : "Tarefa de exemplo 2",
|
||||
"Example Task 1" : "Tarefa de exemplo 1",
|
||||
"1. Open to learn more about boards and cards" : "1. Abra para saber máis sobre taboleiros e tarxetas",
|
||||
"2. Drag cards left and right, up and down" : "2. Arrastre as tarxetas cara á esquerda e á dereita, cara arriba e abaixo",
|
||||
"3. Apply rich formatting and link content" : "3. Aplique un formato mellorado e enlace a contidos",
|
||||
"4. Share, comment and collaborate!" : "4. Comparta, comente e colabore!",
|
||||
"Create your first card!" : "Crear a primeira tarxeta:",
|
||||
"The file was uploaded" : "O ficheiro foi enviado",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "O ficheiro enviado excede a directiva indicada por upload_max_filesize de php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O ficheiro enviado excede da directiva MAX_FILE_SIZE especificada no formulario HTML",
|
||||
@@ -123,13 +127,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",
|
||||
@@ -181,7 +186,7 @@
|
||||
"Deleted cards" : "Eliminar tarxetas",
|
||||
"Share board with a user, group or team …" : "Compartir taboleiro cun usuario, grupo ou equipo…",
|
||||
"Searching for users, groups and teams …" : "Buscando por usuarios, grupos e equipos…",
|
||||
"No participants found" : "Non se atoparon participantes",
|
||||
"No participants found" : "Non se atopou ningún participante",
|
||||
"Board owner" : "Propietariio do taboleiro",
|
||||
"(Group)" : "(Grupo)",
|
||||
"(Team)" : "(Equipo)",
|
||||
@@ -273,6 +278,8 @@
|
||||
"Todo items" : "Elementos pendentes",
|
||||
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sen ler",
|
||||
"Edit card title" : "Editar o título da tarxeta",
|
||||
"Open link" : "Abrir a ligazón",
|
||||
"Edit title" : "Editar o título",
|
||||
"Assign to me" : "Asignarme",
|
||||
"Unassign myself" : "Desasignarme",
|
||||
"Mark as not done" : "Marcar como sen facer",
|
||||
@@ -335,12 +342,21 @@
|
||||
"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 {boardTitle}" : "Clonar {boardTitle}",
|
||||
"Clone cards" : "Clonar tarxetas",
|
||||
"Clone assignments" : "Clonar as asignacións",
|
||||
"Clone labels" : "Clonar as etiquetas",
|
||||
"Clone due dates" : "Clonar as datas de caducidade",
|
||||
"Advanced options" : "Opcións avanzadas",
|
||||
"Move all cards to the first list" : "Mover todas as tarxetas á primeira lista",
|
||||
"Restore archived cards" : "Restaurar as tarxetas arquivadas",
|
||||
"Clone" : "Clonar",
|
||||
"Loading filtered view" : "Cargando a vista filtrada",
|
||||
"Today" : "Hoxe",
|
||||
"Tomorrow" : "Mañá",
|
||||
"No due" : "Sen caducidade",
|
||||
"Search for {searchQuery} in all boards" : "Resultados de busca para {searchQuery} en todos os taboleiros",
|
||||
"No results found" : "Non se atoparon resultados",
|
||||
"No results found" : "Non se atopou ningún resultado",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Taboleiro da Gabeta {name}\n* Última modificación en {lastMod}",
|
||||
"{stack} in {board}" : "{stack} en {board}",
|
||||
"Click to expand description" : "Prema para despregar a descrición",
|
||||
@@ -374,9 +390,13 @@
|
||||
"Share with a Deck card" : "Compartir cunha tarxeta da Gabeta",
|
||||
"Share {file} with a Deck card" : "Compartir {file} cunha tarxeta da Gabeta",
|
||||
"Share" : "Compartir",
|
||||
"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",
|
||||
"Personal" : "Persoal",
|
||||
"To do" : "Tarefa pendente",
|
||||
"Doing" : "Facendo",
|
||||
"Example Task 3" : "Tarefa de exemplo 3",
|
||||
"Example Task 2" : "Tarefa de exemplo 2",
|
||||
"Example Task 1" : "Tarefa de exemplo 1",
|
||||
"Move card to another board" : "Mover a tarxeta a outro taboleiro",
|
||||
"Filter by completed" : "Filtrar por completado"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user