Compare commits
133 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c0a8a00131 | ||
|
|
b686d446b1 | ||
|
|
8e60717cca | ||
|
|
b8b4d708f3 | ||
|
|
5bbd88be0b | ||
|
|
60e18f3556 | ||
|
|
4aef4db2c9 | ||
|
|
bb1022ac62 | ||
|
|
d36cc8e8b3 | ||
|
|
2221ed53b0 | ||
|
|
ae3a67bd43 | ||
|
|
c640b31384 | ||
|
|
546a3008b5 | ||
|
|
c25bd37971 | ||
|
|
36028cdfeb | ||
|
|
85ea22ff0c | ||
|
|
8cf08ddd08 | ||
|
|
5668abacec | ||
|
|
5ffdc3ec60 | ||
|
|
7d72a67c4c | ||
|
|
bab74ced75 | ||
|
|
f6a58bb8b7 | ||
|
|
5dacdf070e | ||
|
|
890291ccaa | ||
|
|
89771438f8 | ||
|
|
508bf95378 | ||
|
|
c15160dad1 | ||
|
|
7590f1d625 | ||
|
|
c7f09cbf82 | ||
|
|
4e14dfb15f | ||
|
|
84fe5bd9ef | ||
|
|
8cebc35573 | ||
|
|
37b88d0afc | ||
|
|
647bcd3167 | ||
|
|
30629aaacc | ||
|
|
0fbda02b80 | ||
|
|
4763a0621c | ||
|
|
fc7eda5706 | ||
|
|
2fdf50620e | ||
|
|
f20a91553f | ||
|
|
8283aa67f0 | ||
|
|
ababa900bb | ||
|
|
e147b43eb9 | ||
|
|
65675cdbde | ||
|
|
d32e942908 | ||
|
|
32a65e856c | ||
|
|
01522e69ea | ||
|
|
49d356f04f | ||
|
|
04e5310643 | ||
|
|
a293467b59 | ||
|
|
c2546206a3 | ||
|
|
9c406a34c5 | ||
|
|
360b4f57f5 | ||
|
|
460d06fe10 | ||
|
|
b3b2ee1966 | ||
|
|
7092dc06ab | ||
|
|
c47829a3d9 | ||
|
|
54479eee20 | ||
|
|
cdd788a6b8 | ||
|
|
f5242cd10c | ||
|
|
f0299486d6 | ||
|
|
38921cade8 | ||
|
|
8a3e679c33 | ||
|
|
d1b81e697f | ||
|
|
215fcf61bc | ||
|
|
e418373503 | ||
|
|
ca22b0ad2c | ||
|
|
e4cbc694d4 | ||
|
|
f53e51fc4e | ||
|
|
dcbbb22dda | ||
|
|
e85042e1b4 | ||
|
|
a720669354 | ||
|
|
216b9445d3 | ||
|
|
b21faa8501 | ||
|
|
1bc28c68a5 | ||
|
|
f78f8bfd7f | ||
|
|
01bddf029e | ||
|
|
bdead3cdd5 | ||
|
|
88d164b411 | ||
|
|
1638c3d350 | ||
|
|
454d515192 | ||
|
|
e60219c9df | ||
|
|
5c8c73f2ac | ||
|
|
fad63ac6f5 | ||
|
|
31eb8d6698 | ||
|
|
40967a4ee6 | ||
|
|
bfe9b05d69 | ||
|
|
82e3400162 | ||
|
|
a886b4ee78 | ||
|
|
618fb50618 | ||
|
|
f7aae7912d | ||
|
|
2976604b7b | ||
|
|
bbe482586b | ||
|
|
ff61238487 | ||
|
|
9e2dcb686f | ||
|
|
fcc96ca98d | ||
|
|
a43cee8a5d | ||
|
|
f4ccc506af | ||
|
|
fee49f3699 | ||
|
|
d43c7a48cc | ||
|
|
c0fad295b5 | ||
|
|
cb1314f067 | ||
|
|
ba68e4c2f7 | ||
|
|
bd8fd6a66b | ||
|
|
0eba8d0840 | ||
|
|
8fc95dc40d | ||
|
|
ecd3e25588 | ||
|
|
914f912612 | ||
|
|
e68f723095 | ||
|
|
5f71be2e7f | ||
|
|
bc2a72f035 | ||
|
|
cf4be82827 | ||
|
|
23580705aa | ||
|
|
65c8c394a8 | ||
|
|
422788a6a3 | ||
|
|
2d5e29de5d | ||
|
|
2a307b92a7 | ||
|
|
2d8dbc70ad | ||
|
|
cfee259b38 | ||
|
|
f94cdb3ebb | ||
|
|
1ed50fdca6 | ||
|
|
56e460004f | ||
|
|
a95f78d188 | ||
|
|
df09a9a7b2 | ||
|
|
990ee2aef9 | ||
|
|
486ecd12db | ||
|
|
c9cdd7bb11 | ||
|
|
2c753fd084 | ||
|
|
79d2d2f3f5 | ||
|
|
24d9b55bfc | ||
|
|
28cd9fcf77 | ||
|
|
d8a36f0602 | ||
|
|
de06033dcd |
10
.eslintrc.js
10
.eslintrc.js
@@ -1,12 +1,8 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
extends: [
|
extends: [
|
||||||
'@nextcloud',
|
'@nextcloud'
|
||||||
],
|
],
|
||||||
rules: {
|
rules: {
|
||||||
'jsdoc/require-param-description': ['off'],
|
'valid-jsdoc': ['off'],
|
||||||
'jsdoc/require-param-type': ['off'],
|
}
|
||||||
'jsdoc/check-param-names': ['off'],
|
|
||||||
'jsdoc/no-undefined-types': ['off'],
|
|
||||||
'jsdoc/require-property-description' : ['off']
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|||||||
10
.github/dependabot.yml
vendored
10
.github/dependabot.yml
vendored
@@ -39,13 +39,3 @@ updates:
|
|||||||
versions:
|
versions:
|
||||||
- "< 16"
|
- "< 16"
|
||||||
- ">= 15.a"
|
- ">= 15.a"
|
||||||
- package-ecosystem: github-actions
|
|
||||||
directory: "/"
|
|
||||||
schedule:
|
|
||||||
interval: weekly
|
|
||||||
day: saturday
|
|
||||||
time: "03:00"
|
|
||||||
timezone: Europe/Paris
|
|
||||||
open-pull-requests-limit: 10
|
|
||||||
reviewers:
|
|
||||||
- juliushaertl
|
|
||||||
|
|||||||
25
.github/stale.yml
vendored
Normal file
25
.github/stale.yml
vendored
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
# Number of days of inactivity before an issue becomes stale
|
||||||
|
daysUntilStale: 60
|
||||||
|
# Number of days of inactivity before a stale issue is closed
|
||||||
|
daysUntilClose: 7
|
||||||
|
# Issues with these labels will never be considered stale
|
||||||
|
exemptLabels:
|
||||||
|
- "1. to develop"
|
||||||
|
- "2. developing"
|
||||||
|
- "3. to review"
|
||||||
|
- "discussion"
|
||||||
|
- "bounty"
|
||||||
|
- "bug"
|
||||||
|
- "enhancement"
|
||||||
|
|
||||||
|
# Limit the number of actions per hour, from 1-30. Default is 30
|
||||||
|
limitPerRun: 30
|
||||||
|
|
||||||
|
# Label to use when marking an issue as stale
|
||||||
|
staleLabel: stale
|
||||||
|
|
||||||
|
# Comment to post when marking an issue as stale. Set to `false` to disable
|
||||||
|
markComment: >
|
||||||
|
This issue has been automatically marked as stale because it has not had
|
||||||
|
recent activity. It will be closed if no further activity occurs. Thank you
|
||||||
|
for your contributions.
|
||||||
10
.github/workflows/appbuild.yml
vendored
10
.github/workflows/appbuild.yml
vendored
@@ -9,18 +9,16 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [14.x]
|
node-version: [12.x]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.4.0
|
- uses: actions/checkout@v1
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v2.4.1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Set up npm7
|
|
||||||
run: npm i -g npm@7
|
|
||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
uses: shivammathur/setup-php@2.15.0
|
uses: shivammathur/setup-php@v1
|
||||||
with:
|
with:
|
||||||
php-version: '7.4'
|
php-version: '7.4'
|
||||||
tools: composer
|
tools: composer
|
||||||
|
|||||||
46
.github/workflows/command-rebase.yml
vendored
46
.github/workflows/command-rebase.yml
vendored
@@ -1,46 +0,0 @@
|
|||||||
# This workflow is provided via the organization template repository
|
|
||||||
#
|
|
||||||
# https://github.com/nextcloud/.github
|
|
||||||
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
|
|
||||||
|
|
||||||
name: Rebase command
|
|
||||||
|
|
||||||
on:
|
|
||||||
issue_comment:
|
|
||||||
types: created
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
rebase:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
# On pull requests and if the comment starts with `/rebase`
|
|
||||||
if: github.event.issue.pull_request != '' && startsWith(github.event.comment.body, '/rebase')
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Add reaction on start
|
|
||||||
uses: peter-evans/create-or-update-comment@v1
|
|
||||||
with:
|
|
||||||
token: ${{ secrets.COMMAND_BOT_PAT }}
|
|
||||||
repository: ${{ github.event.repository.full_name }}
|
|
||||||
comment-id: ${{ github.event.comment.id }}
|
|
||||||
reaction-type: "+1"
|
|
||||||
|
|
||||||
- name: Checkout the latest code
|
|
||||||
uses: actions/checkout@v2.4.0
|
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
token: ${{ secrets.COMMAND_BOT_PAT }}
|
|
||||||
|
|
||||||
- name: Automatic Rebase
|
|
||||||
uses: cirrus-actions/rebase@1.5
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.COMMAND_BOT_PAT }}
|
|
||||||
|
|
||||||
- name: Add reaction on failure
|
|
||||||
uses: peter-evans/create-or-update-comment@v1
|
|
||||||
if: failure()
|
|
||||||
with:
|
|
||||||
token: ${{ secrets.COMMAND_BOT_PAT }}
|
|
||||||
repository: ${{ github.event.repository.full_name }}
|
|
||||||
comment-id: ${{ github.event.comment.id }}
|
|
||||||
reaction-type: "-1"
|
|
||||||
29
.github/workflows/dependabot-approve-merge.yml
vendored
29
.github/workflows/dependabot-approve-merge.yml
vendored
@@ -1,29 +0,0 @@
|
|||||||
# This workflow is provided via the organization template repository
|
|
||||||
#
|
|
||||||
# https://github.com/nextcloud/.github
|
|
||||||
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
|
|
||||||
|
|
||||||
name: Dependabot
|
|
||||||
|
|
||||||
on:
|
|
||||||
pull_request_target:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
- stable*
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
auto-approve-merge:
|
|
||||||
if: github.actor == 'dependabot[bot]'
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
# Github actions bot approve
|
|
||||||
- uses: hmarr/auto-approve-action@v2
|
|
||||||
with:
|
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
# Nextcloud bot approve and merge request
|
|
||||||
- uses: ahmadnassri/action-dependabot-auto-merge@v2
|
|
||||||
with:
|
|
||||||
target: patch
|
|
||||||
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}
|
|
||||||
20
.github/workflows/fixup.yml
vendored
20
.github/workflows/fixup.yml
vendored
@@ -1,20 +0,0 @@
|
|||||||
# This workflow is provided via the organization template repository
|
|
||||||
#
|
|
||||||
# https://github.com/nextcloud/.github
|
|
||||||
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
|
|
||||||
|
|
||||||
name: Pull request checks
|
|
||||||
|
|
||||||
on: pull_request
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
commit-message-check:
|
|
||||||
name: Block fixup and squash commits
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Run check
|
|
||||||
uses: xt0rted/block-autosquash-commits-action@v2
|
|
||||||
with:
|
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
10
.github/workflows/integration.yml
vendored
10
.github/workflows/integration.yml
vendored
@@ -19,13 +19,13 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
php-versions: ['7.4']
|
php-versions: ['7.4']
|
||||||
databases: ['sqlite', 'mysql', 'pgsql']
|
databases: ['sqlite', 'mysql', 'pgsql']
|
||||||
server-versions: ['stable23']
|
server-versions: ['stable21']
|
||||||
|
|
||||||
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
|
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
|
||||||
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:14
|
image: postgres
|
||||||
ports:
|
ports:
|
||||||
- 4445:5432/tcp
|
- 4445:5432/tcp
|
||||||
env:
|
env:
|
||||||
@@ -43,7 +43,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout server
|
- name: Checkout server
|
||||||
uses: actions/checkout@v2.4.0
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: nextcloud/server
|
repository: nextcloud/server
|
||||||
ref: ${{ matrix.server-versions }}
|
ref: ${{ matrix.server-versions }}
|
||||||
@@ -56,12 +56,12 @@ jobs:
|
|||||||
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
|
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
|
||||||
|
|
||||||
- name: Checkout app
|
- name: Checkout app
|
||||||
uses: actions/checkout@v2.4.0
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
path: apps/${{ env.APP_NAME }}
|
path: apps/${{ env.APP_NAME }}
|
||||||
|
|
||||||
- name: Set up php ${{ matrix.php-versions }}
|
- name: Set up php ${{ matrix.php-versions }}
|
||||||
uses: shivammathur/setup-php@2.15.0
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php-versions }}
|
php-version: ${{ matrix.php-versions }}
|
||||||
tools: phpunit
|
tools: phpunit
|
||||||
|
|||||||
33
.github/workflows/lint.yml
vendored
33
.github/workflows/lint.yml
vendored
@@ -13,13 +13,13 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
php-versions: ['7.3', '7.4']
|
php-versions: ['7.2', '7.3', '7.4']
|
||||||
|
|
||||||
name: php${{ matrix.php-versions }} lint
|
name: php${{ matrix.php-versions }} lint
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.4.0
|
- uses: actions/checkout@v2
|
||||||
- name: Set up php${{ matrix.php-versions }}
|
- name: Set up php${{ matrix.php-versions }}
|
||||||
uses: shivammathur/setup-php@2.15.0
|
uses: shivammathur/setup-php@v1
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php-versions }}
|
php-version: ${{ matrix.php-versions }}
|
||||||
coverage: none
|
coverage: none
|
||||||
@@ -31,9 +31,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2.4.0
|
uses: actions/checkout@master
|
||||||
- name: Set up php
|
- name: Set up php
|
||||||
uses: shivammathur/setup-php@2.15.0
|
uses: shivammathur/setup-php@master
|
||||||
with:
|
with:
|
||||||
php-version: 7.4
|
php-version: 7.4
|
||||||
coverage: none
|
coverage: none
|
||||||
@@ -47,16 +47,14 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [14.x]
|
node-version: [12.x]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.4.0
|
- uses: actions/checkout@v2
|
||||||
- name: Use node ${{ matrix.node-version }}
|
- name: Use node ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v2.4.1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Set up npm7
|
|
||||||
run: npm i -g npm@7
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: ESLint
|
- name: ESLint
|
||||||
@@ -67,19 +65,16 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [14.x]
|
node-versions: [12.x]
|
||||||
|
|
||||||
name: stylelint node${{ matrix.node-version }}
|
name: stylelint node${{ matrix.node-versions }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.4.0
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Set up node ${{ matrix.node-version }}
|
- name: Set up node ${{ matrix.node-versions }}
|
||||||
uses: actions/setup-node@v2.4.1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-versions: ${{ matrix.node-versions }}
|
||||||
|
|
||||||
- name: Set up npm7
|
|
||||||
run: npm i -g npm@7
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|||||||
10
.github/workflows/nightly.yml
vendored
10
.github/workflows/nightly.yml
vendored
@@ -14,18 +14,16 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [14.x]
|
node-version: [12.x]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.4.0
|
- uses: actions/checkout@v1
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v2.4.1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Set up npm7
|
|
||||||
run: npm i -g npm@7
|
|
||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
uses: shivammathur/setup-php@2.15.0
|
uses: shivammathur/setup-php@v1
|
||||||
with:
|
with:
|
||||||
php-version: '7.4'
|
php-version: '7.4'
|
||||||
tools: composer
|
tools: composer
|
||||||
|
|||||||
8
.github/workflows/nodejs.yml
vendored
8
.github/workflows/nodejs.yml
vendored
@@ -9,16 +9,14 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [14.x]
|
node-version: [12.x]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.4.0
|
- uses: actions/checkout@v1
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v2.4.1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Set up npm7
|
|
||||||
run: npm i -g npm@7
|
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: |
|
run: |
|
||||||
npm ci
|
npm ci
|
||||||
|
|||||||
10
.github/workflows/phpunit.yml
vendored
10
.github/workflows/phpunit.yml
vendored
@@ -20,13 +20,13 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
php-versions: ['7.3', '7.4']
|
php-versions: ['7.3', '7.4']
|
||||||
databases: ['sqlite', 'mysql', 'pgsql']
|
databases: ['sqlite', 'mysql', 'pgsql']
|
||||||
server-versions: ['stable23']
|
server-versions: ['stable21']
|
||||||
|
|
||||||
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
|
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
|
||||||
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:14
|
image: postgres
|
||||||
ports:
|
ports:
|
||||||
- 4445:5432/tcp
|
- 4445:5432/tcp
|
||||||
env:
|
env:
|
||||||
@@ -44,7 +44,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout server
|
- name: Checkout server
|
||||||
uses: actions/checkout@v2.4.0
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: nextcloud/server
|
repository: nextcloud/server
|
||||||
ref: ${{ matrix.server-versions }}
|
ref: ${{ matrix.server-versions }}
|
||||||
@@ -57,12 +57,12 @@ jobs:
|
|||||||
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
|
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
|
||||||
|
|
||||||
- name: Checkout app
|
- name: Checkout app
|
||||||
uses: actions/checkout@v2.4.0
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
path: apps/${{ env.APP_NAME }}
|
path: apps/${{ env.APP_NAME }}
|
||||||
|
|
||||||
- name: Set up php ${{ matrix.php-versions }}
|
- name: Set up php ${{ matrix.php-versions }}
|
||||||
uses: shivammathur/setup-php@2.15.0
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php-versions }}
|
php-version: ${{ matrix.php-versions }}
|
||||||
tools: phpunit
|
tools: phpunit
|
||||||
|
|||||||
35
.github/workflows/psalm.yml
vendored
35
.github/workflows/psalm.yml
vendored
@@ -1,35 +0,0 @@
|
|||||||
# This workflow is provided via the organization template repository
|
|
||||||
#
|
|
||||||
# https://github.com/nextcloud/.github
|
|
||||||
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
|
|
||||||
|
|
||||||
name: Static analysis
|
|
||||||
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
- main
|
|
||||||
- stable*
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
static-analysis:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
name: Nextcloud
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
|
|
||||||
- name: Set up php
|
|
||||||
uses: shivammathur/setup-php@v2
|
|
||||||
with:
|
|
||||||
php-version: 7.4
|
|
||||||
coverage: none
|
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: composer i
|
|
||||||
|
|
||||||
- name: Run coding standards check
|
|
||||||
run: composer run psalm
|
|
||||||
31
.github/workflows/static-analysis.yml
vendored
Normal file
31
.github/workflows/static-analysis.yml
vendored
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
name: Static analysis
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- stable*
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
static-psalm-analysis:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
ocp-version: [ 'dev-stable21' ]
|
||||||
|
name: Nextcloud ${{ matrix.ocp-version }}
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@master
|
||||||
|
- name: Set up php
|
||||||
|
uses: shivammathur/setup-php@master
|
||||||
|
with:
|
||||||
|
php-version: 7.4
|
||||||
|
tools: composer:v1
|
||||||
|
coverage: none
|
||||||
|
- name: Install dependencies
|
||||||
|
run: composer i
|
||||||
|
- name: Install dependencies
|
||||||
|
run: composer require --dev christophwurst/nextcloud:${{ matrix.ocp-version }}
|
||||||
|
- name: Run coding standards check
|
||||||
|
run: composer run psalm
|
||||||
65
.github/workflows/update-nextcloud-ocp.yml
vendored
65
.github/workflows/update-nextcloud-ocp.yml
vendored
@@ -1,65 +0,0 @@
|
|||||||
# This workflow is provided via the organization template repository
|
|
||||||
#
|
|
||||||
# https://github.com/nextcloud/.github
|
|
||||||
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
|
|
||||||
|
|
||||||
name: Update nextcloud/ocp
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
schedule:
|
|
||||||
- cron: "5 2 * * 0"
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
update-nextcloud-ocp:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
|
||||||
branches: ["master", "stable25", "stable24", "stable23"]
|
|
||||||
|
|
||||||
name: update-nextcloud-ocp-${{ matrix.branches }}
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
ref: ${{ matrix.branches }}
|
|
||||||
submodules: true
|
|
||||||
|
|
||||||
- name: Set up php7.4
|
|
||||||
uses: shivammathur/setup-php@v2
|
|
||||||
with:
|
|
||||||
php-version: 7.4
|
|
||||||
extensions: ctype,curl,dom,fileinfo,gd,intl,json,mbstring,openssl,pdo_sqlite,posix,sqlite,xml,zip
|
|
||||||
coverage: none
|
|
||||||
|
|
||||||
- name: Composer install
|
|
||||||
run: composer install
|
|
||||||
|
|
||||||
- name: Composer update nextcloud/ocp
|
|
||||||
run: composer require --dev nextcloud/ocp:dev-${{ matrix.branches }}
|
|
||||||
continue-on-error: true
|
|
||||||
|
|
||||||
- name: Reset checkout dirs
|
|
||||||
run: |
|
|
||||||
git clean -f 3rdparty
|
|
||||||
git clean -f vendor
|
|
||||||
git checkout 3rdparty vendor
|
|
||||||
continue-on-error: true
|
|
||||||
|
|
||||||
- name: Create Pull Request
|
|
||||||
uses: peter-evans/create-pull-request@v3
|
|
||||||
with:
|
|
||||||
token: ${{ secrets.COMMAND_BOT_PAT }}
|
|
||||||
commit-message: Update psalm baseline
|
|
||||||
committer: GitHub <noreply@github.com>
|
|
||||||
author: nextcloud-command <nextcloud-command@users.noreply.github.com>
|
|
||||||
signoff: true
|
|
||||||
branch: automated/noid/${{ matrix.branches }}-update-nextcloud-ocp
|
|
||||||
title: "[${{ matrix.branches }}] Update nextcloud/ocp dependency"
|
|
||||||
body: |
|
|
||||||
Auto-generated update of [nextcloud/ocp](https://github.com/nextcloud-deps/ocp/) dependency
|
|
||||||
labels: |
|
|
||||||
dependencies
|
|
||||||
3. to review
|
|
||||||
@@ -1,10 +1,9 @@
|
|||||||
[main]
|
[main]
|
||||||
host = https://www.transifex.com
|
host = https://www.transifex.com
|
||||||
lang_map = sk_SK: sk, th_TH: th, ja_JP: ja, bg_BG: bg, cs_CZ: cs, fi_FI: fi, hu_HU: hu, nb_NO: nb
|
lang_map = bg_BG: bg, cs_CZ: cs, fi_FI: fi, hu_HU: hu, nb_NO: nb, sk_SK: sk, th_TH: th, ja_JP: ja
|
||||||
|
|
||||||
[o:nextcloud:p:nextcloud:r:deck]
|
[nextcloud.deck]
|
||||||
file_filter = translationfiles/<lang>/deck.po
|
file_filter = translationfiles/<lang>/deck.po
|
||||||
source_file = translationfiles/templates/deck.pot
|
source_file = translationfiles/templates/deck.pot
|
||||||
source_lang = en
|
source_lang = en
|
||||||
type = PO
|
type = PO
|
||||||
|
|
||||||
|
|||||||
132
CHANGELOG.md
132
CHANGELOG.md
@@ -1,107 +1,79 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## 1.6.4
|
## 1.4.8
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Cache user membership for circles [#4133](https://github.com/nextcloud/deck/pull/4133)
|
- Fix cursor generation if no results are found [#3461](https://api.github.com/repos/nextcloud/deck/pulls/3461)
|
||||||
- Set event link also for notifications that get emitted from activities [#4119](https://github.com/nextcloud/deck/pull/4119)
|
- Allow to download an attachment without navigating to the files app [#3442](https://api.github.com/repos/nextcloud/deck/pulls/3442)
|
||||||
- disable Create card button while no stack is chosen [#4020](https://github.com/nextcloud/deck/pull/4020)
|
- Exclude deleted boards in the selection for target [#3525](https://api.github.com/repos/nextcloud/deck/pulls/3525)
|
||||||
- to nextcloud/OCP package in stable23 [#4094](https://github.com/nextcloud/deck/pull/4094)
|
- Make insert attachment buttom easy to click [#3616](https://api.github.com/repos/nextcloud/deck/pulls/3616)
|
||||||
- Use capped memory cache for board permissions [#3998](https://github.com/nextcloud/deck/pull/3998)
|
- Fix confusion between stackId and boardId in StackService [#3545](https://api.github.com/repos/nextcloud/deck/pulls/3545)
|
||||||
- Improve CalDAV integration performance [#3996](https://github.com/nextcloud/deck/pull/3996)
|
|
||||||
- Fetch attachment folder for the correct user during cron job [#3960](https://github.com/nextcloud/deck/pull/3960)
|
|
||||||
- Switch to 'markdown-it-task-checkbox' for rendering of task lists [#3926](https://github.com/nextcloud/deck/pull/3926)
|
|
||||||
- Prevent opening card and applyLabelFilter on card drag end [#3918](https://github.com/nextcloud/deck/pull/3918)
|
|
||||||
- Fix z-index for deck sidebar [#3886](https://github.com/nextcloud/deck/pull/3886)
|
|
||||||
|
|
||||||
|
## 1.4.7
|
||||||
## 1.6.3
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Align Duedate-delete icon properly - fixes nextcloud/deck#3791 [#3816](https://github.com/nextcloud/deck/pull/3816)
|
- Fix release asset build
|
||||||
- Increase file count after sharing [#3805](https://github.com/nextcloud/deck/pull/3805)
|
|
||||||
- Show cards after moving into another list [#3795](https://github.com/nextcloud/deck/pull/3795)
|
|
||||||
- Fetch full board data after cloning [#3780](https://github.com/nextcloud/deck/pull/3780)
|
|
||||||
- Handle qb mapper exception messages properly [#3770](https://github.com/nextcloud/deck/pull/3770)
|
|
||||||
|
|
||||||
## 1.6.2
|
## 1.4.6
|
||||||
|
|
||||||
### Added
|
|
||||||
|
|
||||||
- Transfer ownership @juliushaertl [#3664](https://github.com/nextcloud/deck/pull/3664)
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- 🐛 Fix missing files sidebar [#3641](https://github.com/nextcloud/deck/pull/3641)
|
- #3379 Fix menu button position in card modal
|
||||||
- Add a missing translation - not found in transifex [#3706](https://github.com/nextcloud/deck/pull/3706)
|
- #3360 Improve combined search @eneiluj
|
||||||
- Fix: Check all circle shares for permissions [#3717](https://github.com/nextcloud/deck/pull/3717)
|
- #3367 Fix optional parameter order
|
||||||
- Sort boards non case sensitive [#3663](https://github.com/nextcloud/deck/pull/3663)
|
- #3393 Use displayname instead of uid for mentions
|
||||||
- Use explicit cast to make use of index @juliushaertl [#3497](https://github.com/nextcloud/deck/pull/3497)
|
- #3359 Rich object string parameters for notifications @juliushaertl
|
||||||
- Fix paramter replacements when creating deck cards from talk messages @juliushaertl [#3741](https://github.com/nextcloud/deck/pull/3741)
|
- #3385 Extend drag-and-drop zone in card sidebar @Artem4590
|
||||||
- Fix hidden attachment icon on archived cards [#3734](https://github.com/nextcloud/deck/pull/3734)
|
- #3408 Keep exceptions http response generic
|
||||||
- Fix text selection in dark mode and modal view [#3766](https://github.com/nextcloud/deck/pull/3766)
|
|
||||||
|
|
||||||
### Other
|
|
||||||
|
|
||||||
- Properly check for the stack AND setting board permissions [#3713](https://github.com/nextcloud/deck/pull/3713)
|
## 1.4.5
|
||||||
- Add missing indices [#3755](https://github.com/nextcloud/deck/pull/3755)
|
|
||||||
|
|
||||||
## 1.6.1
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Exclude deleted boards in the selection for target [#3523](https://api.github.com/repos/nextcloud/deck/pulls/3523)
|
- #3318 Additional check for stacks
|
||||||
- CardApiController: Fix order of optional parameters [#3520](https://api.github.com/repos/nextcloud/deck/pulls/3520)
|
|
||||||
- Fix cursor generation if no results are found [#3462](https://api.github.com/repos/nextcloud/deck/pulls/3462)
|
|
||||||
- Fix CalDAV blocking and modernize circles API usage [#3526](https://api.github.com/repos/nextcloud/deck/pulls/3526)
|
|
||||||
- Fix overview card listing [#3463](https://api.github.com/repos/nextcloud/deck/pulls/3463)
|
|
||||||
- Generate fixed link for activity emails [#3626](https://api.github.com/repos/nextcloud/deck/pulls/3626)
|
|
||||||
- return the selector for collections [#3618](https://api.github.com/repos/nextcloud/deck/pulls/3618)
|
|
||||||
- Fix confusion between stackId and boardId in StackService [#3543](https://api.github.com/repos/nextcloud/deck/pulls/3543)
|
|
||||||
- Fix talk integration [#3537](https://api.github.com/repos/nextcloud/deck/pulls/3537)
|
|
||||||
- Make insert attachment buttom easy to click [#3614](https://api.github.com/repos/nextcloud/deck/pulls/3614)
|
|
||||||
|
|
||||||
## 1.6.0
|
|
||||||
|
|
||||||
### Added
|
## 1.4.4
|
||||||
|
|
||||||
- #3449 Cache most frequent queries
|
|
||||||
- #3177 Use async import for vue component on collections entrypoint @juliushaertl
|
|
||||||
- #2791 Open description links in new tab @fm-sys
|
|
||||||
- #3344 Improve combined search @eneiluj
|
|
||||||
- #3362 Improve search performance @eneiluj
|
|
||||||
- #2710 Due date shortcuts in the datepicker @jakobroehrl
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- #3446 Switch to QBMapper in BoardMapper
|
- #3301 Fix print style issues
|
||||||
- #3433 Fix event name for updating the description
|
- #3307 Return false instead of throwing when getting calendar setting
|
||||||
- #3463 Fix overview card listing
|
- #3227 Additional circle level check
|
||||||
- #3440 Allow to download an attachment without navigating to the files app
|
- #3304 Delete file shares through attachments API
|
||||||
- #3462 Fix cursor generation if no results are found
|
|
||||||
- #3161 Reduce duplicate queries when fetching user boards an permissions @juliushaertl
|
## 1.4.3 - 2021-07-09
|
||||||
- #3151 Always log generic exceptions @juliushaertl
|
|
||||||
- #3217 Move circle checks to a unified service and improve member checks @juliushaertl
|
### Fixed
|
||||||
- #3225 Check for null value to avoid TypeError in the group manager @juliushaertl
|
|
||||||
- #3263 Defer obtaining the user session in the config service @juliushaertl
|
* [#3143](https://github.com/nextcloud/deck/pull/3143) Always pass user id in share provider
|
||||||
- #3294 Fix print style issues @weeman1337
|
* [#3153](https://github.com/nextcloud/deck/pull/3153) Only offer stack creation in emptycontent with proper permissions
|
||||||
- #3299 Return false instead of throwing when getting calendar setting @juliushaertl
|
* [#3164](https://github.com/nextcloud/deck/pull/3164) Always log generic exceptions
|
||||||
- #3298 Delete file shares through attachments API @juliushaertl
|
* [#3169](https://github.com/nextcloud/deck/pull/3169) Reduce duplicate queries when fetching user boards an permissions
|
||||||
- #3343 Fix search pagination cursor @eneiluj
|
|
||||||
- #3326 add autofocus on board edit @weeman1337
|
|
||||||
- #3323 Extend drag-and-drop zone in card sidebar @old-green-frog
|
## 1.4.2 - 2021-05-03
|
||||||
- #3364 Fix optional parameter order @juliushaertl
|
|
||||||
- #3324 Fix menu button position in card modal @valerydmitrieva
|
### Fixed
|
||||||
- #3391 Use displayname instead of uid for mentions (reopened against master) @kffl
|
|
||||||
- #3316 Additional check for stacks @juliushaertl
|
* [#3030](https://github.com/nextcloud/deck/pull/3030) Proper error handling when fetching comments fails
|
||||||
- #3357 Revert "Fix search pagination cursor" @juliushaertl
|
* [#3031](https://github.com/nextcloud/deck/pull/3031) Allow searching for filters without a query to match all that have a given filter set
|
||||||
- #3327 Do not show both bullets and checkboxes for checklists @Themanwhosmellslikesugar
|
* [#3039](https://github.com/nextcloud/deck/pull/3039) Catch any error during circle detail fetching
|
||||||
- #3375 Show absolute dates when printing @weeman1337
|
* [#3040](https://github.com/nextcloud/deck/pull/3040) Get attachment from the user node instead of the share source
|
||||||
- #3376 Print assignee names @weeman1337
|
|
||||||
- #3384 Keep exceptions http response generic @juliushaertl
|
## 1.4.1 - 2021-04-20
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
* [#2984](https://github.com/nextcloud/deck/pull/2984) Fix codemirror description width
|
||||||
|
* [#2990](https://github.com/nextcloud/deck/pull/2990) Fix unified comments search with postgres
|
||||||
|
* [#2994](https://github.com/nextcloud/deck/pull/2994) Remove notification on unshare and add type hints
|
||||||
|
* [#3006](https://github.com/nextcloud/deck/pull/3006) Only import debounce
|
||||||
|
* [#3008](https://github.com/nextcloud/deck/pull/3008) Do not query the lookupserver when looking for sharees
|
||||||
|
|
||||||
|
|
||||||
## 1.4.0 - 2021-04-13
|
## 1.4.0 - 2021-04-13
|
||||||
|
|||||||
3
Makefile
3
Makefile
@@ -50,7 +50,8 @@ ifeq (, $(shell which phpunit 2> /dev/null))
|
|||||||
php $(build_tools_directory)/phpunit.phar -c tests/phpunit.xml --coverage-clover build/php-unit.coverage.xml
|
php $(build_tools_directory)/phpunit.phar -c tests/phpunit.xml --coverage-clover build/php-unit.coverage.xml
|
||||||
php $(build_tools_directory)/phpunit.phar -c tests/phpunit.integration.xml --coverage-clover build/php-integration.coverage.xml
|
php $(build_tools_directory)/phpunit.phar -c tests/phpunit.integration.xml --coverage-clover build/php-integration.coverage.xml
|
||||||
else
|
else
|
||||||
phpunit -c tests/phpunit.integration.xml --testsuite=integration-database --coverage-clover build/php-integration.coverage.xml
|
phpunit -c tests/phpunit.xml --coverage-clover build/php-unit.coverage.xml
|
||||||
|
phpunit -c tests/phpunit.integration.xml --coverage-clover build/php-integration.coverage.xml
|
||||||
endif
|
endif
|
||||||
|
|
||||||
test-integration:
|
test-integration:
|
||||||
|
|||||||
10
README.md
10
README.md
@@ -15,18 +15,12 @@ Deck is a kanban style organization tool aimed at personal planning and project
|
|||||||
- Keep track of changes in the activity stream
|
- Keep track of changes in the activity stream
|
||||||
- Get your project organized
|
- Get your project organized
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### Mobile apps
|
### Mobile apps
|
||||||
|
|
||||||
- [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)
|
- The [Nextcloud Deck app for Android](https://github.com/stefan-niedermann/nextcloud-deck) is available in the [Google Play Store](https://play.google.com/store/apps/details?id=it.niedermann.nextcloud.deck.play)
|
||||||
|
|
||||||
### 3rd-Party Integrations
|

|
||||||
|
|
||||||
- [trello-to-deck](https://github.com/maxammann/trello-to-deck) - Migrates cards from Trello
|
|
||||||
- [mail2deck](https://github.com/newroco/mail2deck) - Provides an "email in" solution
|
|
||||||
- [A-deck](https://github.com/leoossa/A-deck) - Chrome Extension that allows to create new card in selected stack based on current tab
|
|
||||||
-
|
|
||||||
## Installation/Update
|
## Installation/Update
|
||||||
|
|
||||||
This app is supposed to work on the two latest Nextcloud versions.
|
This app is supposed to work on the two latest Nextcloud versions.
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
- 🚀 Get your project organized
|
- 🚀 Get your project organized
|
||||||
|
|
||||||
</description>
|
</description>
|
||||||
<version>1.6.4</version>
|
<version>1.4.8</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author>Julius Härtl</author>
|
<author>Julius Härtl</author>
|
||||||
<namespace>Deck</namespace>
|
<namespace>Deck</namespace>
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
<database min-version="9.4">pgsql</database>
|
<database min-version="9.4">pgsql</database>
|
||||||
<database>sqlite</database>
|
<database>sqlite</database>
|
||||||
<database min-version="5.5">mysql</database>
|
<database min-version="5.5">mysql</database>
|
||||||
<nextcloud min-version="23" max-version="23"/>
|
<nextcloud min-version="21" max-version="21"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<background-jobs>
|
<background-jobs>
|
||||||
<job>OCA\Deck\Cron\DeleteCron</job>
|
<job>OCA\Deck\Cron\DeleteCron</job>
|
||||||
@@ -44,7 +44,6 @@
|
|||||||
</background-jobs>
|
</background-jobs>
|
||||||
<commands>
|
<commands>
|
||||||
<command>OCA\Deck\Command\UserExport</command>
|
<command>OCA\Deck\Command\UserExport</command>
|
||||||
<command>OCA\Deck\Command\TransferOwnership</command>
|
|
||||||
</commands>
|
</commands>
|
||||||
<activity>
|
<activity>
|
||||||
<settings>
|
<settings>
|
||||||
|
|||||||
@@ -25,7 +25,6 @@
|
|||||||
return [
|
return [
|
||||||
'routes' => [
|
'routes' => [
|
||||||
['name' => 'page#index', 'url' => '/', 'verb' => 'GET'],
|
['name' => 'page#index', 'url' => '/', 'verb' => 'GET'],
|
||||||
['name' => 'page#redirectToCard', 'url' => '/card/{cardId}', 'verb' => 'GET'],
|
|
||||||
|
|
||||||
// boards
|
// boards
|
||||||
['name' => 'board#index', 'url' => '/boards', 'verb' => 'GET'],
|
['name' => 'board#index', 'url' => '/boards', 'verb' => 'GET'],
|
||||||
@@ -39,7 +38,6 @@ return [
|
|||||||
['name' => 'board#updateAcl', 'url' => '/boards/{boardId}/acl/{aclId}', 'verb' => 'PUT'],
|
['name' => 'board#updateAcl', 'url' => '/boards/{boardId}/acl/{aclId}', 'verb' => 'PUT'],
|
||||||
['name' => 'board#deleteAcl', 'url' => '/boards/{boardId}/acl/{aclId}', 'verb' => 'DELETE'],
|
['name' => 'board#deleteAcl', 'url' => '/boards/{boardId}/acl/{aclId}', 'verb' => 'DELETE'],
|
||||||
['name' => 'board#clone', 'url' => '/boards/{boardId}/clone', 'verb' => 'POST'],
|
['name' => 'board#clone', 'url' => '/boards/{boardId}/clone', 'verb' => 'POST'],
|
||||||
['name' => 'board#transferOwner', 'url' => '/boards/{boardId}/transferOwner', 'verb' => 'PUT'],
|
|
||||||
|
|
||||||
// stacks
|
// stacks
|
||||||
['name' => 'stack#index', 'url' => '/stacks/{boardId}', 'verb' => 'GET'],
|
['name' => 'stack#index', 'url' => '/stacks/{boardId}', 'verb' => 'GET'],
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
const babelConfig = require('@nextcloud/babel-config')
|
module.exports = {
|
||||||
|
plugins: ['@babel/plugin-syntax-dynamic-import'],
|
||||||
module.exports = babelConfig
|
presets: [
|
||||||
|
[
|
||||||
|
'@babel/preset-env',
|
||||||
|
{
|
||||||
|
modules: false
|
||||||
|
}
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|||||||
@@ -13,17 +13,14 @@
|
|||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"roave/security-advisories": "dev-master",
|
"roave/security-advisories": "dev-master",
|
||||||
|
"christophwurst/nextcloud": "^21@dev",
|
||||||
"phpunit/phpunit": "^8",
|
"phpunit/phpunit": "^8",
|
||||||
"nextcloud/coding-standard": "^0.5.0",
|
"nextcloud/coding-standard": "^0.5.0",
|
||||||
"symfony/event-dispatcher": "^4.0",
|
"symfony/event-dispatcher": "^4.0",
|
||||||
"vimeo/psalm": "^4.3",
|
"vimeo/psalm": "^4.3",
|
||||||
"php-parallel-lint/php-parallel-lint": "^1.2",
|
"php-parallel-lint/php-parallel-lint": "^1.2"
|
||||||
"nextcloud/ocp": "dev-stable23"
|
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"platform": {
|
|
||||||
"php": "7.3"
|
|
||||||
},
|
|
||||||
"optimize-autoloader": true,
|
"optimize-autoloader": true,
|
||||||
"classmap-authoritative": true
|
"classmap-authoritative": true
|
||||||
},
|
},
|
||||||
@@ -39,10 +36,5 @@
|
|||||||
],
|
],
|
||||||
"test:unit": "phpunit -c tests/phpunit.xml",
|
"test:unit": "phpunit -c tests/phpunit.xml",
|
||||||
"test:integration": "phpunit -c tests/phpunit.integration.xml && cd tests/integration && ./run.sh"
|
"test:integration": "phpunit -c tests/phpunit.integration.xml && cd tests/integration && ./run.sh"
|
||||||
},
|
|
||||||
"autoload-dev": {
|
|
||||||
"psr-4": {
|
|
||||||
"OCP\\": "vendor/nextcloud/ocp/OCP"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
1390
composer.lock
generated
1390
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -14,7 +14,6 @@ Overall, Deck is easy to use. You can create boards, add users, share the Deck,
|
|||||||
3. [Handle cards options](#3-handle-cards-options)
|
3. [Handle cards options](#3-handle-cards-options)
|
||||||
4. [Archive old tasks](#4-archive-old-tasks)
|
4. [Archive old tasks](#4-archive-old-tasks)
|
||||||
5. [Manage your board](#5-manage-your-board)
|
5. [Manage your board](#5-manage-your-board)
|
||||||
6. [New owner for the deck entities](#8-new-owner-for-the-deck-entities)
|
|
||||||
|
|
||||||
### 1. Create my first board
|
### 1. Create my first board
|
||||||
In this example, we're going to create a board and share it with an other nextcloud user.
|
In this example, we're going to create a board and share it with an other nextcloud user.
|
||||||
@@ -91,22 +90,4 @@ For example the search `project tag:ToDo assigned:alice assigned:bob` will retur
|
|||||||
|
|
||||||
Other text tokens will be used to perform a case-insensitive search on the card title and description
|
Other text tokens will be used to perform a case-insensitive search on the card title and description
|
||||||
|
|
||||||
In addition, quotes can be used to pass a query with spaces, e.g. `"Exact match with spaces"` or `title:"My card"`.
|
In addition wuotes can be used to pass a query with spaces, e.g. `"Exact match with spaces"` or `title:"My card"`.
|
||||||
|
|
||||||
### 8. New owner for the deck entities
|
|
||||||
You can transfer ownership of boards, cards, etc to a new user, using `occ` command `deck:transfer-ownership`
|
|
||||||
|
|
||||||
```bash
|
|
||||||
php occ deck:transfer-ownership previousOwner newOwner
|
|
||||||
```
|
|
||||||
|
|
||||||
The transfer will preserve card details linked to the old owner, which can also be remapped by using the `--remap` option on the occ command.
|
|
||||||
```bash
|
|
||||||
php occ deck:transfer-ownership --remap previousOwner newOwner
|
|
||||||
```
|
|
||||||
|
|
||||||
Individual boards can be transferred by adding the id of the board to the command:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
php occ deck:transfer-ownership previousOwner newOwner 123
|
|
||||||
```
|
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ OC.L10N.register(
|
|||||||
"Cancel" : "Kanselleer",
|
"Cancel" : "Kanselleer",
|
||||||
"Close" : "Sluit",
|
"Close" : "Sluit",
|
||||||
"File already exists" : "Lêer bestaan reeds",
|
"File already exists" : "Lêer bestaan reeds",
|
||||||
"Open details" : "Open besonderhede",
|
|
||||||
"Details" : "Besonderhede",
|
"Details" : "Besonderhede",
|
||||||
"Tags" : "Etikette",
|
"Tags" : "Etikette",
|
||||||
"No participants found" : "Geen deelnemers gevind",
|
"No participants found" : "Geen deelnemers gevind",
|
||||||
|
|||||||
@@ -12,7 +12,6 @@
|
|||||||
"Cancel" : "Kanselleer",
|
"Cancel" : "Kanselleer",
|
||||||
"Close" : "Sluit",
|
"Close" : "Sluit",
|
||||||
"File already exists" : "Lêer bestaan reeds",
|
"File already exists" : "Lêer bestaan reeds",
|
||||||
"Open details" : "Open besonderhede",
|
|
||||||
"Details" : "Besonderhede",
|
"Details" : "Besonderhede",
|
||||||
"Tags" : "Etikette",
|
"Tags" : "Etikette",
|
||||||
"No participants found" : "Geen deelnemers gevind",
|
"No participants found" : "Geen deelnemers gevind",
|
||||||
|
|||||||
23
l10n/an.js
23
l10n/an.js
@@ -1,23 +0,0 @@
|
|||||||
OC.L10N.register(
|
|
||||||
"deck",
|
|
||||||
{
|
|
||||||
"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",
|
|
||||||
"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",
|
|
||||||
"Close" : "Zarrar",
|
|
||||||
"Details" : "Detalles",
|
|
||||||
"Tags" : "Etiquetas",
|
|
||||||
"Delete" : "Borrar",
|
|
||||||
"Download" : "Escargar",
|
|
||||||
"Modified" : "Modificau",
|
|
||||||
"Today" : "Hue",
|
|
||||||
"Share" : "Compartir"
|
|
||||||
},
|
|
||||||
"nplurals=2; plural=(n != 1);");
|
|
||||||
21
l10n/an.json
21
l10n/an.json
@@ -1,21 +0,0 @@
|
|||||||
{ "translations": {
|
|
||||||
"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",
|
|
||||||
"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",
|
|
||||||
"Close" : "Zarrar",
|
|
||||||
"Details" : "Detalles",
|
|
||||||
"Tags" : "Etiquetas",
|
|
||||||
"Delete" : "Borrar",
|
|
||||||
"Download" : "Escargar",
|
|
||||||
"Modified" : "Modificau",
|
|
||||||
"Today" : "Hue",
|
|
||||||
"Share" : "Compartir"
|
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
|
||||||
}
|
|
||||||
@@ -147,7 +147,6 @@ OC.L10N.register(
|
|||||||
"Hide archived cards" : "إخفاء البطاقات المؤرشفة ",
|
"Hide archived cards" : "إخفاء البطاقات المؤرشفة ",
|
||||||
"Show archived cards" : "اظهر البطاقات المؤرشفة",
|
"Show archived cards" : "اظهر البطاقات المؤرشفة",
|
||||||
"Toggle compact mode" : "تبديل النمط المضغوط",
|
"Toggle compact mode" : "تبديل النمط المضغوط",
|
||||||
"Open details" : "افتح التفاصيل",
|
|
||||||
"Details" : "التفاصيل",
|
"Details" : "التفاصيل",
|
||||||
"Loading board" : "جارِ تحميل اللوح..",
|
"Loading board" : "جارِ تحميل اللوح..",
|
||||||
"No lists available" : "لا يوجد قائمة متاحه ",
|
"No lists available" : "لا يوجد قائمة متاحه ",
|
||||||
@@ -265,12 +264,12 @@ OC.L10N.register(
|
|||||||
"Only assigned cards" : "البطاقات المخصصة فقط",
|
"Only assigned cards" : "البطاقات المخصصة فقط",
|
||||||
"No reminder" : "لا يوجد تذكير ",
|
"No reminder" : "لا يوجد تذكير ",
|
||||||
"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." : "هل انت متأكد تريد مسح اللوح {title}؟ هذا سوف يمسح جميع بيانات هذا اللوح.",
|
||||||
"Delete the board?" : "مسح اللوح؟",
|
"Delete the board?" : "مسح اللوح؟",
|
||||||
"Loading filtered view" : "جارِ تحميل التصفية ",
|
"Loading filtered view" : "جارِ تحميل التصفية ",
|
||||||
"No due" : "غير محدد",
|
"No due" : "غير محدد",
|
||||||
"Search for {searchQuery} in all boards" : "البحث عن {searchQuery} في جميع اللوح",
|
"Search for {searchQuery} in all boards" : "البحث عن {searchQuery} في جميع اللوح",
|
||||||
"No results found" : "لا يتم العثور على أي نتائج ",
|
"No results found" : "لا يتم العثور على أي نتائج ",
|
||||||
"{stack} in {board}" : "{stack} في {board}",
|
|
||||||
"No upcoming cards" : "لا يوجد بطاقات قادمة ",
|
"No upcoming cards" : "لا يوجد بطاقات قادمة ",
|
||||||
"upcoming cards" : "البطاقات القادمة",
|
"upcoming cards" : "البطاقات القادمة",
|
||||||
"Link to a board" : "ربط بلوح",
|
"Link to a board" : "ربط بلوح",
|
||||||
@@ -285,7 +284,9 @@ OC.L10N.register(
|
|||||||
"Share {file} with a Deck card" : "مشاركة الملف {file} مع بطاقة Deck",
|
"Share {file} with a Deck card" : "مشاركة الملف {file} مع بطاقة Deck",
|
||||||
"Share" : "مشاركة ",
|
"Share" : "مشاركة ",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "دك (Deck) هو أداة تنظيم باسلوب كانبان (kanban) تهدف إلى التخطيط الشخصي وتنظيم المشروع للفرق مع نيكست كلاود (Nextcloud).\n- 📥 إضافة مهامك إلى البطاقات وترتيبها\n- 📄 كتابة ملاحظات إضافية باستخدام مارك داون (markdown)\n- 🔖 تعيين تسميات لتنظيم أفضل\n- 👥 شارك مع فريقك أو أصدقائك أو عائلتك\n- 📎 إرفاق الملفات وتضمينها بالوصف المستخدم فيه مارك داون (markdown)\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) تهدف إلى التخطيط الشخصي وتنظيم المشروع للفرق مع نيكست كلاود (Nextcloud).\n- 📥 إضافة مهامك إلى البطاقات وترتيبها\n- 📄 كتابة ملاحظات إضافية باستخدام مارك داون (markdown)\n- 🔖 تعيين تسميات لتنظيم أفضل\n- 👥 شارك مع فريقك أو أصدقائك أو عائلتك\n- 📎 إرفاق الملفات وتضمينها بالوصف المستخدم فيه مارك داون (markdown)\n- 💬 ناقش مع فريقك باستخدام التعليقات\n- ⚡ تتبع التغييرات في تيار النشاط\n- 🚀 اجعل مشروعك منظماً",
|
||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "هل انت متأكد تريد مسح اللوح {title}؟ هذا سوف يمسح جميع بيانات هذا اللوح.",
|
"Creating the new card…" : "أنشى البطاقة الجديدة ",
|
||||||
|
"\"{card}\" was added to \"{board}\"" : "\"{بطاقة}\" تمت إضافتها في \"{اللوح}\"",
|
||||||
|
"(circle)" : "(دائرة)",
|
||||||
"This week" : "هذا الأسبوع"
|
"This week" : "هذا الأسبوع"
|
||||||
},
|
},
|
||||||
"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;");
|
"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;");
|
||||||
|
|||||||
@@ -145,7 +145,6 @@
|
|||||||
"Hide archived cards" : "إخفاء البطاقات المؤرشفة ",
|
"Hide archived cards" : "إخفاء البطاقات المؤرشفة ",
|
||||||
"Show archived cards" : "اظهر البطاقات المؤرشفة",
|
"Show archived cards" : "اظهر البطاقات المؤرشفة",
|
||||||
"Toggle compact mode" : "تبديل النمط المضغوط",
|
"Toggle compact mode" : "تبديل النمط المضغوط",
|
||||||
"Open details" : "افتح التفاصيل",
|
|
||||||
"Details" : "التفاصيل",
|
"Details" : "التفاصيل",
|
||||||
"Loading board" : "جارِ تحميل اللوح..",
|
"Loading board" : "جارِ تحميل اللوح..",
|
||||||
"No lists available" : "لا يوجد قائمة متاحه ",
|
"No lists available" : "لا يوجد قائمة متاحه ",
|
||||||
@@ -263,12 +262,12 @@
|
|||||||
"Only assigned cards" : "البطاقات المخصصة فقط",
|
"Only assigned cards" : "البطاقات المخصصة فقط",
|
||||||
"No reminder" : "لا يوجد تذكير ",
|
"No reminder" : "لا يوجد تذكير ",
|
||||||
"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." : "هل انت متأكد تريد مسح اللوح {title}؟ هذا سوف يمسح جميع بيانات هذا اللوح.",
|
||||||
"Delete the board?" : "مسح اللوح؟",
|
"Delete the board?" : "مسح اللوح؟",
|
||||||
"Loading filtered view" : "جارِ تحميل التصفية ",
|
"Loading filtered view" : "جارِ تحميل التصفية ",
|
||||||
"No due" : "غير محدد",
|
"No due" : "غير محدد",
|
||||||
"Search for {searchQuery} in all boards" : "البحث عن {searchQuery} في جميع اللوح",
|
"Search for {searchQuery} in all boards" : "البحث عن {searchQuery} في جميع اللوح",
|
||||||
"No results found" : "لا يتم العثور على أي نتائج ",
|
"No results found" : "لا يتم العثور على أي نتائج ",
|
||||||
"{stack} in {board}" : "{stack} في {board}",
|
|
||||||
"No upcoming cards" : "لا يوجد بطاقات قادمة ",
|
"No upcoming cards" : "لا يوجد بطاقات قادمة ",
|
||||||
"upcoming cards" : "البطاقات القادمة",
|
"upcoming cards" : "البطاقات القادمة",
|
||||||
"Link to a board" : "ربط بلوح",
|
"Link to a board" : "ربط بلوح",
|
||||||
@@ -283,7 +282,9 @@
|
|||||||
"Share {file} with a Deck card" : "مشاركة الملف {file} مع بطاقة Deck",
|
"Share {file} with a Deck card" : "مشاركة الملف {file} مع بطاقة Deck",
|
||||||
"Share" : "مشاركة ",
|
"Share" : "مشاركة ",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "دك (Deck) هو أداة تنظيم باسلوب كانبان (kanban) تهدف إلى التخطيط الشخصي وتنظيم المشروع للفرق مع نيكست كلاود (Nextcloud).\n- 📥 إضافة مهامك إلى البطاقات وترتيبها\n- 📄 كتابة ملاحظات إضافية باستخدام مارك داون (markdown)\n- 🔖 تعيين تسميات لتنظيم أفضل\n- 👥 شارك مع فريقك أو أصدقائك أو عائلتك\n- 📎 إرفاق الملفات وتضمينها بالوصف المستخدم فيه مارك داون (markdown)\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) تهدف إلى التخطيط الشخصي وتنظيم المشروع للفرق مع نيكست كلاود (Nextcloud).\n- 📥 إضافة مهامك إلى البطاقات وترتيبها\n- 📄 كتابة ملاحظات إضافية باستخدام مارك داون (markdown)\n- 🔖 تعيين تسميات لتنظيم أفضل\n- 👥 شارك مع فريقك أو أصدقائك أو عائلتك\n- 📎 إرفاق الملفات وتضمينها بالوصف المستخدم فيه مارك داون (markdown)\n- 💬 ناقش مع فريقك باستخدام التعليقات\n- ⚡ تتبع التغييرات في تيار النشاط\n- 🚀 اجعل مشروعك منظماً",
|
||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "هل انت متأكد تريد مسح اللوح {title}؟ هذا سوف يمسح جميع بيانات هذا اللوح.",
|
"Creating the new card…" : "أنشى البطاقة الجديدة ",
|
||||||
|
"\"{card}\" was added to \"{board}\"" : "\"{بطاقة}\" تمت إضافتها في \"{اللوح}\"",
|
||||||
|
"(circle)" : "(دائرة)",
|
||||||
"This week" : "هذا الأسبوع"
|
"This week" : "هذا الأسبوع"
|
||||||
},"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;"
|
},"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;"
|
||||||
}
|
}
|
||||||
31
l10n/bg.js
31
l10n/bg.js
@@ -68,7 +68,6 @@ OC.L10N.register(
|
|||||||
"Changes in the <strong>Deck app</strong>" : "Промени в <strong>приложението Deck</strong>",
|
"Changes in the <strong>Deck app</strong>" : "Промени в <strong>приложението Deck</strong>",
|
||||||
"A <strong>comment</strong> was created on a card" : "На картата е създаден <strong>коментар</strong>",
|
"A <strong>comment</strong> was created on a card" : "На картата е създаден <strong>коментар</strong>",
|
||||||
"Upcoming cards" : "Предстоящи карти",
|
"Upcoming cards" : "Предстоящи карти",
|
||||||
"Load more" : "Зареждане на още",
|
|
||||||
"Personal" : "Лични",
|
"Personal" : "Лични",
|
||||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Картата \"%s\" на \"%s\" Ви е била възложена от %s.",
|
"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} на Вас.",
|
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} е възложил картата {deck-card} на {deck-board} на Вас.",
|
||||||
@@ -86,9 +85,9 @@ OC.L10N.register(
|
|||||||
"Action needed" : "Необходимо е действие",
|
"Action needed" : "Необходимо е действие",
|
||||||
"Later" : "По-късно",
|
"Later" : "По-късно",
|
||||||
"copy" : "Копиране",
|
"copy" : "Копиране",
|
||||||
"To do" : "Задачи",
|
"To do" : "Да направя",
|
||||||
"Doing" : "Задачи в процес на изпълнение",
|
"Doing" : "Правя",
|
||||||
"Done" : "Завършено",
|
"Done" : "Готово",
|
||||||
"Example Task 3" : "Примерна задача 3",
|
"Example Task 3" : "Примерна задача 3",
|
||||||
"Example Task 2" : "Примерна задача 2",
|
"Example Task 2" : "Примерна задача 2",
|
||||||
"Example Task 1" : "Примерна задача 1",
|
"Example Task 1" : "Примерна задача 1",
|
||||||
@@ -136,7 +135,6 @@ OC.L10N.register(
|
|||||||
"Archived cards" : "Архивирани карти",
|
"Archived cards" : "Архивирани карти",
|
||||||
"Add list" : "Добави списък",
|
"Add list" : "Добави списък",
|
||||||
"List name" : "Име на списък",
|
"List name" : "Име на списък",
|
||||||
"Active filters" : "Актижни филтри",
|
|
||||||
"Apply filter" : "Приложи филтър",
|
"Apply filter" : "Приложи филтър",
|
||||||
"Filter by tag" : "Филтрирай по маркер",
|
"Filter by tag" : "Филтрирай по маркер",
|
||||||
"Filter by assigned user" : "Филтриране по назначен потребител",
|
"Filter by assigned user" : "Филтриране по назначен потребител",
|
||||||
@@ -151,7 +149,6 @@ OC.L10N.register(
|
|||||||
"Hide archived cards" : "Скриване на архивирани карти",
|
"Hide archived cards" : "Скриване на архивирани карти",
|
||||||
"Show archived cards" : "Показване на архивирани карти",
|
"Show archived cards" : "Показване на архивирани карти",
|
||||||
"Toggle compact mode" : "Превключване на компактен режим",
|
"Toggle compact mode" : "Превключване на компактен режим",
|
||||||
"Open details" : "Отваряне на подробности",
|
|
||||||
"Details" : "Подробности",
|
"Details" : "Подробности",
|
||||||
"Loading board" : "Зареждане на табло",
|
"Loading board" : "Зареждане на табло",
|
||||||
"No lists available" : "Няма налична списъци.",
|
"No lists available" : "Няма налична списъци.",
|
||||||
@@ -176,11 +173,8 @@ OC.L10N.register(
|
|||||||
"Owner" : "Собственик",
|
"Owner" : "Собственик",
|
||||||
"Delete" : "Изтриване",
|
"Delete" : "Изтриване",
|
||||||
"Failed to create share with {displayName}" : "Създаването на споделяне с {displayName} не бе успешно",
|
"Failed to create share with {displayName}" : "Създаването на споделяне с {displayName} не бе успешно",
|
||||||
"Are you sure you want to transfer the board {title} to {user}?" : "Сигурни ли сте че искате да прехвърлите таблото {title} на {user}?",
|
|
||||||
"Transfer the board." : "Прехвърлете таблото.",
|
"Transfer the board." : "Прехвърлете таблото.",
|
||||||
"Transfer" : "Прехвърляне",
|
"Transfer" : "Прехвърляне",
|
||||||
"The board has been transferred to {user}" : "Таблото беше прехвърлено на {user}",
|
|
||||||
"Failed to transfer the board to {user}" : "Неуспешно прехвърляне на таблото на {user}",
|
|
||||||
"Add a new list" : "Добавяне на нов списък",
|
"Add a new list" : "Добавяне на нов списък",
|
||||||
"Archive all cards" : "Архивира всички карти",
|
"Archive all cards" : "Архивира всички карти",
|
||||||
"Delete list" : "Изтрива списък",
|
"Delete list" : "Изтрива списък",
|
||||||
@@ -242,9 +236,7 @@ OC.L10N.register(
|
|||||||
"Write a description …" : "Напишете описание ...",
|
"Write a description …" : "Напишете описание ...",
|
||||||
"Choose attachment" : "Избор на прикачен файл",
|
"Choose attachment" : "Избор на прикачен файл",
|
||||||
"(group)" : "(група)",
|
"(group)" : "(група)",
|
||||||
"Todo items" : "Елементи на задача за изпълнение",
|
|
||||||
"{count} comments, {unread} unread" : "{count} коментари, {unread} непрочетени",
|
"{count} comments, {unread} unread" : "{count} коментари, {unread} непрочетени",
|
||||||
"Edit card title" : "Редактиране на заглавието на карта",
|
|
||||||
"Assign to me" : "Зачисляване към мен",
|
"Assign to me" : "Зачисляване към мен",
|
||||||
"Unassign myself" : "Отмяна на зачисляването към мен",
|
"Unassign myself" : "Отмяна на зачисляването към мен",
|
||||||
"Move card" : "Преместване на карта",
|
"Move card" : "Преместване на карта",
|
||||||
@@ -258,7 +250,6 @@ OC.L10N.register(
|
|||||||
"All boards" : "Всички табла",
|
"All boards" : "Всички табла",
|
||||||
"Archived boards" : "Архивирани табла",
|
"Archived boards" : "Архивирани табла",
|
||||||
"Shared with you" : "Споделени с вас",
|
"Shared with you" : "Споделени с вас",
|
||||||
"Deck settings" : "Настройки на платформата",
|
|
||||||
"Use bigger card view" : "Използва по-голям изглед на картата",
|
"Use bigger card view" : "Използва по-голям изглед на картата",
|
||||||
"Show boards in calendar/tasks" : "Показване на таблата в календар / задачи",
|
"Show boards in calendar/tasks" : "Показване на таблата в календар / задачи",
|
||||||
"Limit deck usage of groups" : "Ограничава използването на набора от групи",
|
"Limit deck usage of groups" : "Ограничава използването на набора от групи",
|
||||||
@@ -279,19 +270,14 @@ OC.L10N.register(
|
|||||||
"Only assigned cards" : "Само зачислените карти",
|
"Only assigned cards" : "Само зачислените карти",
|
||||||
"No reminder" : "Няма напомняне",
|
"No reminder" : "Няма напомняне",
|
||||||
"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." : "Сигурни ли сте, че искате да изтриете таблото {title}? Това ще изтрие всички данни на това табло, включително архивираните карти.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Сигурни ли сте, че искате да изтриете таблото {title}? Това ще изтрие всички данни на това табло.",
|
||||||
"Delete the board?" : "Изтриване на таблото?",
|
"Delete the board?" : "Изтриване на таблото?",
|
||||||
"Loading filtered view" : "Зареждане на филтриран изглед",
|
"Loading filtered view" : "Зареждане на филтриран изглед",
|
||||||
"No due" : "Не се дължи",
|
"No due" : "Не се дължи",
|
||||||
"Search for {searchQuery} in all boards" : "Търсене на {searchQuery} във всички табла",
|
"Search for {searchQuery} in all boards" : "Търсене на {searchQuery} във всички табла",
|
||||||
"No results found" : "Няма намерени резултати",
|
"No results found" : "Няма намерени резултати",
|
||||||
"{stack} in {board}" : "{stack} в {board}",
|
|
||||||
"Click to expand description" : "Кликване за разширяване на описанието",
|
|
||||||
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Създаден на {created}\n* Последна промяна на {lastMod} \n* {nbAttachments} прикачени файлове \n* {nbComments} коментара",
|
|
||||||
"{nbCards} cards" : "{nbCards} карти",
|
|
||||||
"No upcoming cards" : "Няма предстоящи карти",
|
"No upcoming cards" : "Няма предстоящи карти",
|
||||||
"upcoming cards" : "предстоящи карти",
|
"upcoming cards" : "предстоящи карти",
|
||||||
"Due on {date}" : "Краен срок до {date}",
|
|
||||||
"Link to a board" : "Линк към табло",
|
"Link to a board" : "Линк към табло",
|
||||||
"Link to a card" : "Линк към карта",
|
"Link to a card" : "Линк към карта",
|
||||||
"Create a card" : "Създаване на карта",
|
"Create a card" : "Създаване на карта",
|
||||||
@@ -304,11 +290,12 @@ OC.L10N.register(
|
|||||||
"Share {file} with a Deck card" : "Споделяне {file} с Deck карта",
|
"Share {file} with a Deck card" : "Споделяне {file} с Deck карта",
|
||||||
"Share" : "Споделяне",
|
"Share" : "Споделяне",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck е инструмент за организация в стил kanban, насочен към лично планиране и организация на проекти за екипи, интегрирани с Nextcloud.\n\n\n- 📥 Добавете задачите си към карти и ги подредете\n- 📄 Запишете допълнителни бележки в markdown формат\n- Присвояване на етикети за още по-добра организация\n- 👥 Споделете с вашия екип, приятели или семейство\n- 📎Прикачете файлове и ги вградете във вашето описание за маркиране\n- 💬Обсъдете с вашия екип, като използвате коментари\n- ⚡ Проследявайте промените в потока от дейности\n- 🚀 Организирайте проекта си",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck е инструмент за организация в стил kanban, насочен към лично планиране и организация на проекти за екипи, интегрирани с Nextcloud.\n\n\n- 📥 Добавете задачите си към карти и ги подредете\n- 📄 Запишете допълнителни бележки в markdown формат\n- Присвояване на етикети за още по-добра организация\n- 👥 Споделете с вашия екип, приятели или семейство\n- 📎Прикачете файлове и ги вградете във вашето описание за маркиране\n- 💬Обсъдете с вашия екип, като използвате коментари\n- ⚡ Проследявайте промените в потока от дейности\n- 🚀 Организирайте проекта си",
|
||||||
|
"Creating the new card…" : "Създаване на новата карта ...",
|
||||||
|
"\"{card}\" was added to \"{board}\"" : " \"{card}\" беше добавен към \"{board}\"",
|
||||||
|
"(circle)" : "(кръг)",
|
||||||
|
"This week" : "Тази седмица",
|
||||||
"Are you sure you want to transfer the board {title} for {user} ?" : "Сигурни ли сте че искате да прехвърлите таблото {title} на {user}?",
|
"Are you sure you want to transfer the board {title} for {user} ?" : "Сигурни ли сте че искате да прехвърлите таблото {title} на {user}?",
|
||||||
"Transfer the board for {user} successfully" : "Успешно прехвърляне на таблото към {user} ",
|
"Transfer the board for {user} successfully" : "Успешно прехвърляне на таблото към {user} ",
|
||||||
"Failed to transfer the board for {user}" : "Неуспешно прехвърляне на таблото към {user}",
|
"Failed to transfer the board for {user}" : "Неуспешно прехвърляне на таблото към {user}"
|
||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Сигурни ли сте, че искате да изтриете таблото {title}? Това ще изтрие всички данни на това табло.",
|
|
||||||
"This week" : "Тази седмица",
|
|
||||||
"Are you sure you want to transfer the board {title} for {user}?" : "Сигурни ли сте че искате да прехвърлите таблото {title} на {user}?"
|
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
31
l10n/bg.json
31
l10n/bg.json
@@ -66,7 +66,6 @@
|
|||||||
"Changes in the <strong>Deck app</strong>" : "Промени в <strong>приложението Deck</strong>",
|
"Changes in the <strong>Deck app</strong>" : "Промени в <strong>приложението Deck</strong>",
|
||||||
"A <strong>comment</strong> was created on a card" : "На картата е създаден <strong>коментар</strong>",
|
"A <strong>comment</strong> was created on a card" : "На картата е създаден <strong>коментар</strong>",
|
||||||
"Upcoming cards" : "Предстоящи карти",
|
"Upcoming cards" : "Предстоящи карти",
|
||||||
"Load more" : "Зареждане на още",
|
|
||||||
"Personal" : "Лични",
|
"Personal" : "Лични",
|
||||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Картата \"%s\" на \"%s\" Ви е била възложена от %s.",
|
"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} на Вас.",
|
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} е възложил картата {deck-card} на {deck-board} на Вас.",
|
||||||
@@ -84,9 +83,9 @@
|
|||||||
"Action needed" : "Необходимо е действие",
|
"Action needed" : "Необходимо е действие",
|
||||||
"Later" : "По-късно",
|
"Later" : "По-късно",
|
||||||
"copy" : "Копиране",
|
"copy" : "Копиране",
|
||||||
"To do" : "Задачи",
|
"To do" : "Да направя",
|
||||||
"Doing" : "Задачи в процес на изпълнение",
|
"Doing" : "Правя",
|
||||||
"Done" : "Завършено",
|
"Done" : "Готово",
|
||||||
"Example Task 3" : "Примерна задача 3",
|
"Example Task 3" : "Примерна задача 3",
|
||||||
"Example Task 2" : "Примерна задача 2",
|
"Example Task 2" : "Примерна задача 2",
|
||||||
"Example Task 1" : "Примерна задача 1",
|
"Example Task 1" : "Примерна задача 1",
|
||||||
@@ -134,7 +133,6 @@
|
|||||||
"Archived cards" : "Архивирани карти",
|
"Archived cards" : "Архивирани карти",
|
||||||
"Add list" : "Добави списък",
|
"Add list" : "Добави списък",
|
||||||
"List name" : "Име на списък",
|
"List name" : "Име на списък",
|
||||||
"Active filters" : "Актижни филтри",
|
|
||||||
"Apply filter" : "Приложи филтър",
|
"Apply filter" : "Приложи филтър",
|
||||||
"Filter by tag" : "Филтрирай по маркер",
|
"Filter by tag" : "Филтрирай по маркер",
|
||||||
"Filter by assigned user" : "Филтриране по назначен потребител",
|
"Filter by assigned user" : "Филтриране по назначен потребител",
|
||||||
@@ -149,7 +147,6 @@
|
|||||||
"Hide archived cards" : "Скриване на архивирани карти",
|
"Hide archived cards" : "Скриване на архивирани карти",
|
||||||
"Show archived cards" : "Показване на архивирани карти",
|
"Show archived cards" : "Показване на архивирани карти",
|
||||||
"Toggle compact mode" : "Превключване на компактен режим",
|
"Toggle compact mode" : "Превключване на компактен режим",
|
||||||
"Open details" : "Отваряне на подробности",
|
|
||||||
"Details" : "Подробности",
|
"Details" : "Подробности",
|
||||||
"Loading board" : "Зареждане на табло",
|
"Loading board" : "Зареждане на табло",
|
||||||
"No lists available" : "Няма налична списъци.",
|
"No lists available" : "Няма налична списъци.",
|
||||||
@@ -174,11 +171,8 @@
|
|||||||
"Owner" : "Собственик",
|
"Owner" : "Собственик",
|
||||||
"Delete" : "Изтриване",
|
"Delete" : "Изтриване",
|
||||||
"Failed to create share with {displayName}" : "Създаването на споделяне с {displayName} не бе успешно",
|
"Failed to create share with {displayName}" : "Създаването на споделяне с {displayName} не бе успешно",
|
||||||
"Are you sure you want to transfer the board {title} to {user}?" : "Сигурни ли сте че искате да прехвърлите таблото {title} на {user}?",
|
|
||||||
"Transfer the board." : "Прехвърлете таблото.",
|
"Transfer the board." : "Прехвърлете таблото.",
|
||||||
"Transfer" : "Прехвърляне",
|
"Transfer" : "Прехвърляне",
|
||||||
"The board has been transferred to {user}" : "Таблото беше прехвърлено на {user}",
|
|
||||||
"Failed to transfer the board to {user}" : "Неуспешно прехвърляне на таблото на {user}",
|
|
||||||
"Add a new list" : "Добавяне на нов списък",
|
"Add a new list" : "Добавяне на нов списък",
|
||||||
"Archive all cards" : "Архивира всички карти",
|
"Archive all cards" : "Архивира всички карти",
|
||||||
"Delete list" : "Изтрива списък",
|
"Delete list" : "Изтрива списък",
|
||||||
@@ -240,9 +234,7 @@
|
|||||||
"Write a description …" : "Напишете описание ...",
|
"Write a description …" : "Напишете описание ...",
|
||||||
"Choose attachment" : "Избор на прикачен файл",
|
"Choose attachment" : "Избор на прикачен файл",
|
||||||
"(group)" : "(група)",
|
"(group)" : "(група)",
|
||||||
"Todo items" : "Елементи на задача за изпълнение",
|
|
||||||
"{count} comments, {unread} unread" : "{count} коментари, {unread} непрочетени",
|
"{count} comments, {unread} unread" : "{count} коментари, {unread} непрочетени",
|
||||||
"Edit card title" : "Редактиране на заглавието на карта",
|
|
||||||
"Assign to me" : "Зачисляване към мен",
|
"Assign to me" : "Зачисляване към мен",
|
||||||
"Unassign myself" : "Отмяна на зачисляването към мен",
|
"Unassign myself" : "Отмяна на зачисляването към мен",
|
||||||
"Move card" : "Преместване на карта",
|
"Move card" : "Преместване на карта",
|
||||||
@@ -256,7 +248,6 @@
|
|||||||
"All boards" : "Всички табла",
|
"All boards" : "Всички табла",
|
||||||
"Archived boards" : "Архивирани табла",
|
"Archived boards" : "Архивирани табла",
|
||||||
"Shared with you" : "Споделени с вас",
|
"Shared with you" : "Споделени с вас",
|
||||||
"Deck settings" : "Настройки на платформата",
|
|
||||||
"Use bigger card view" : "Използва по-голям изглед на картата",
|
"Use bigger card view" : "Използва по-голям изглед на картата",
|
||||||
"Show boards in calendar/tasks" : "Показване на таблата в календар / задачи",
|
"Show boards in calendar/tasks" : "Показване на таблата в календар / задачи",
|
||||||
"Limit deck usage of groups" : "Ограничава използването на набора от групи",
|
"Limit deck usage of groups" : "Ограничава използването на набора от групи",
|
||||||
@@ -277,19 +268,14 @@
|
|||||||
"Only assigned cards" : "Само зачислените карти",
|
"Only assigned cards" : "Само зачислените карти",
|
||||||
"No reminder" : "Няма напомняне",
|
"No reminder" : "Няма напомняне",
|
||||||
"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." : "Сигурни ли сте, че искате да изтриете таблото {title}? Това ще изтрие всички данни на това табло, включително архивираните карти.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Сигурни ли сте, че искате да изтриете таблото {title}? Това ще изтрие всички данни на това табло.",
|
||||||
"Delete the board?" : "Изтриване на таблото?",
|
"Delete the board?" : "Изтриване на таблото?",
|
||||||
"Loading filtered view" : "Зареждане на филтриран изглед",
|
"Loading filtered view" : "Зареждане на филтриран изглед",
|
||||||
"No due" : "Не се дължи",
|
"No due" : "Не се дължи",
|
||||||
"Search for {searchQuery} in all boards" : "Търсене на {searchQuery} във всички табла",
|
"Search for {searchQuery} in all boards" : "Търсене на {searchQuery} във всички табла",
|
||||||
"No results found" : "Няма намерени резултати",
|
"No results found" : "Няма намерени резултати",
|
||||||
"{stack} in {board}" : "{stack} в {board}",
|
|
||||||
"Click to expand description" : "Кликване за разширяване на описанието",
|
|
||||||
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Създаден на {created}\n* Последна промяна на {lastMod} \n* {nbAttachments} прикачени файлове \n* {nbComments} коментара",
|
|
||||||
"{nbCards} cards" : "{nbCards} карти",
|
|
||||||
"No upcoming cards" : "Няма предстоящи карти",
|
"No upcoming cards" : "Няма предстоящи карти",
|
||||||
"upcoming cards" : "предстоящи карти",
|
"upcoming cards" : "предстоящи карти",
|
||||||
"Due on {date}" : "Краен срок до {date}",
|
|
||||||
"Link to a board" : "Линк към табло",
|
"Link to a board" : "Линк към табло",
|
||||||
"Link to a card" : "Линк към карта",
|
"Link to a card" : "Линк към карта",
|
||||||
"Create a card" : "Създаване на карта",
|
"Create a card" : "Създаване на карта",
|
||||||
@@ -302,11 +288,12 @@
|
|||||||
"Share {file} with a Deck card" : "Споделяне {file} с Deck карта",
|
"Share {file} with a Deck card" : "Споделяне {file} с Deck карта",
|
||||||
"Share" : "Споделяне",
|
"Share" : "Споделяне",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck е инструмент за организация в стил kanban, насочен към лично планиране и организация на проекти за екипи, интегрирани с Nextcloud.\n\n\n- 📥 Добавете задачите си към карти и ги подредете\n- 📄 Запишете допълнителни бележки в markdown формат\n- Присвояване на етикети за още по-добра организация\n- 👥 Споделете с вашия екип, приятели или семейство\n- 📎Прикачете файлове и ги вградете във вашето описание за маркиране\n- 💬Обсъдете с вашия екип, като използвате коментари\n- ⚡ Проследявайте промените в потока от дейности\n- 🚀 Организирайте проекта си",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck е инструмент за организация в стил kanban, насочен към лично планиране и организация на проекти за екипи, интегрирани с Nextcloud.\n\n\n- 📥 Добавете задачите си към карти и ги подредете\n- 📄 Запишете допълнителни бележки в markdown формат\n- Присвояване на етикети за още по-добра организация\n- 👥 Споделете с вашия екип, приятели или семейство\n- 📎Прикачете файлове и ги вградете във вашето описание за маркиране\n- 💬Обсъдете с вашия екип, като използвате коментари\n- ⚡ Проследявайте промените в потока от дейности\n- 🚀 Организирайте проекта си",
|
||||||
|
"Creating the new card…" : "Създаване на новата карта ...",
|
||||||
|
"\"{card}\" was added to \"{board}\"" : " \"{card}\" беше добавен към \"{board}\"",
|
||||||
|
"(circle)" : "(кръг)",
|
||||||
|
"This week" : "Тази седмица",
|
||||||
"Are you sure you want to transfer the board {title} for {user} ?" : "Сигурни ли сте че искате да прехвърлите таблото {title} на {user}?",
|
"Are you sure you want to transfer the board {title} for {user} ?" : "Сигурни ли сте че искате да прехвърлите таблото {title} на {user}?",
|
||||||
"Transfer the board for {user} successfully" : "Успешно прехвърляне на таблото към {user} ",
|
"Transfer the board for {user} successfully" : "Успешно прехвърляне на таблото към {user} ",
|
||||||
"Failed to transfer the board for {user}" : "Неуспешно прехвърляне на таблото към {user}",
|
"Failed to transfer the board for {user}" : "Неуспешно прехвърляне на таблото към {user}"
|
||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Сигурни ли сте, че искате да изтриете таблото {title}? Това ще изтрие всички данни на това табло.",
|
|
||||||
"This week" : "Тази седмица",
|
|
||||||
"Are you sure you want to transfer the board {title} for {user}?" : "Сигурни ли сте че искате да прехвърлите таблото {title} на {user}?"
|
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
35
l10n/ca.js
35
l10n/ca.js
@@ -68,7 +68,6 @@ OC.L10N.register(
|
|||||||
"Changes in the <strong>Deck app</strong>" : "Canvis a l'<strong>aplicació Targetes</strong>",
|
"Changes in the <strong>Deck app</strong>" : "Canvis a l'<strong>aplicació Targetes</strong>",
|
||||||
"A <strong>comment</strong> was created on a card" : "S'ha afegit un <strong>comentari</strong> a una targeta",
|
"A <strong>comment</strong> was created on a card" : "S'ha afegit un <strong>comentari</strong> a una targeta",
|
||||||
"Upcoming cards" : "Pròximes targetes",
|
"Upcoming cards" : "Pròximes targetes",
|
||||||
"Load more" : "Carrega'n més",
|
|
||||||
"Personal" : "Personal",
|
"Personal" : "Personal",
|
||||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La targeta \"%s\" sobre \"%s\" se us ha assignat per %s.",
|
"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}.",
|
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} us ha assignat la targeta {deck-card} a {deck-board}.",
|
||||||
@@ -101,12 +100,10 @@ OC.L10N.register(
|
|||||||
"Could not write file to disk" : "No s’ha pogut escriure el fitxer al disc",
|
"Could not write file to disk" : "No s’ha pogut escriure el fitxer al disc",
|
||||||
"A PHP extension stopped the file upload" : "Una extensió del PHP ha aturat la carregada del fitxer",
|
"A PHP extension stopped the file upload" : "Una extensió del PHP ha aturat la carregada del fitxer",
|
||||||
"No file uploaded or file size exceeds maximum of %s" : "No s'ha carregat cap fitxer o la mida del fitxer sobrepassa el màxim de %s",
|
"No file uploaded or file size exceeds maximum of %s" : "No s'ha carregat cap fitxer o la mida del fitxer sobrepassa el màxim de %s",
|
||||||
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Aquest comentari té més de %s caràcters.\nS'ha afegit com a fitxer adjunt a la targeta amb el nom %s.\nAccessible a l'URL: %s.",
|
|
||||||
"Card not found" : "No s'ha trobat la targeta",
|
"Card not found" : "No s'ha trobat la targeta",
|
||||||
"Path is already shared with this card" : "Aquesta ruta ja ha estat compartida amb aquesta targeta",
|
"Path is already shared with this card" : "Aquesta ruta ja ha estat compartida amb aquesta targeta",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "La data no és vàlida, el format de la data ha de ser YYYY-MM-DD",
|
"Invalid date, date format must be YYYY-MM-DD" : "La data no és vàlida, el format de la data ha de ser YYYY-MM-DD",
|
||||||
"Personal planning and team project organization" : "Planificació personal i organització de projectes en equip",
|
"Personal planning and team project organization" : "Planificació personal i organització de projectes en equip",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Tauler és una eina d'organització a l'estil kanban dirigida a la planificació personal i a l'organització de projectes per equips integrada a Nextcloud.\n\n\n- 📥 Afegiu les tasques en targetes i poseu-les en ordre\n- 📄 Apunteu notes addicionals en format Markdown\n- 🔖 Assigneu etiquetes per una millor organització\n- 👥 Compartiu amb el vostre equip, família o amics\n- 📎 Adjunteu fitxers i encasteu-los en la descripció en markdown\n- 💬 Converses amb el vostre equip fent servir comentaris\n- ⚡ Mantingueu el seguiment de canvis al flux d'activitat\n- 🚀 Tingueu el vostre projecte organitzat",
|
|
||||||
"Card details" : "Detalls de la targeta",
|
"Card details" : "Detalls de la targeta",
|
||||||
"Add board" : "Afegeix un tauler",
|
"Add board" : "Afegeix un tauler",
|
||||||
"Select the board to link to a project" : "Selecciona el tauler per enllaçar a un projecte",
|
"Select the board to link to a project" : "Selecciona el tauler per enllaçar a un projecte",
|
||||||
@@ -117,7 +114,7 @@ OC.L10N.register(
|
|||||||
"Select a list" : "Seleccioneu una llista",
|
"Select a list" : "Seleccioneu una llista",
|
||||||
"Card title" : "Títol de la targeta",
|
"Card title" : "Títol de la targeta",
|
||||||
"Cancel" : "Cancel·la",
|
"Cancel" : "Cancel·la",
|
||||||
"Creating the new card …" : "Creant la nova targeta …",
|
"Creating the new card …" : "Creant la nova targeta",
|
||||||
"Card \"{card}\" was added to \"{board}\"" : "La targeta \"{card}\" s'ha afegit a \"{board}\"",
|
"Card \"{card}\" was added to \"{board}\"" : "La targeta \"{card}\" s'ha afegit a \"{board}\"",
|
||||||
"Open card" : "Obre la targeta",
|
"Open card" : "Obre la targeta",
|
||||||
"Close" : "Tanca",
|
"Close" : "Tanca",
|
||||||
@@ -136,7 +133,6 @@ OC.L10N.register(
|
|||||||
"Archived cards" : "Targetes arxivades",
|
"Archived cards" : "Targetes arxivades",
|
||||||
"Add list" : "Afegeix una llista",
|
"Add list" : "Afegeix una llista",
|
||||||
"List name" : "Nom de la llista",
|
"List name" : "Nom de la llista",
|
||||||
"Active filters" : "Filtres actius",
|
|
||||||
"Apply filter" : "Aplica el filtre",
|
"Apply filter" : "Aplica el filtre",
|
||||||
"Filter by tag" : "Filtra per etiqueta",
|
"Filter by tag" : "Filtra per etiqueta",
|
||||||
"Filter by assigned user" : "Filtra per usuari assignat",
|
"Filter by assigned user" : "Filtra per usuari assignat",
|
||||||
@@ -151,7 +147,6 @@ OC.L10N.register(
|
|||||||
"Hide archived cards" : "Amaga les targetes arxivades",
|
"Hide archived cards" : "Amaga les targetes arxivades",
|
||||||
"Show archived cards" : "Mostra les targetes arxivades",
|
"Show archived cards" : "Mostra les targetes arxivades",
|
||||||
"Toggle compact mode" : "Commuta el mode compacte",
|
"Toggle compact mode" : "Commuta el mode compacte",
|
||||||
"Open details" : "Obre els detalls",
|
|
||||||
"Details" : "Detalls",
|
"Details" : "Detalls",
|
||||||
"Loading board" : "S'està carregant el tauler",
|
"Loading board" : "S'està carregant el tauler",
|
||||||
"No lists available" : "No hi ha cap llista disponible",
|
"No lists available" : "No hi ha cap llista disponible",
|
||||||
@@ -165,7 +160,7 @@ OC.L10N.register(
|
|||||||
"Undo" : "Desfés",
|
"Undo" : "Desfés",
|
||||||
"Deleted cards" : "Targetes suprimides",
|
"Deleted cards" : "Targetes suprimides",
|
||||||
"Share board with a user, group or circle …" : "Compartir tauler amb un usuari, grup o cercle …",
|
"Share board with a user, group or circle …" : "Compartir tauler amb un usuari, grup o cercle …",
|
||||||
"Searching for users, groups and circles …" : "Buscant usuaris, grups i cercles …",
|
"Searching for users, groups and circles …" : "Buscant usuaris, grups i cercles",
|
||||||
"No participants found" : "No s'han trobat participants",
|
"No participants found" : "No s'han trobat participants",
|
||||||
"Board owner" : "Propietari del tauler",
|
"Board owner" : "Propietari del tauler",
|
||||||
"(Group)" : "(Grup)",
|
"(Group)" : "(Grup)",
|
||||||
@@ -176,11 +171,7 @@ OC.L10N.register(
|
|||||||
"Owner" : "Propietari",
|
"Owner" : "Propietari",
|
||||||
"Delete" : "Eliminar",
|
"Delete" : "Eliminar",
|
||||||
"Failed to create share with {displayName}" : "Ha fallat la creació de la compartició amb {displayName}",
|
"Failed to create share with {displayName}" : "Ha fallat la creació de la compartició amb {displayName}",
|
||||||
"Are you sure you want to transfer the board {title} to {user}?" : "Esteu segur que voleu transferir el tauler {title} a {user}?",
|
|
||||||
"Transfer the board." : "Transfereix el tauler.",
|
|
||||||
"Transfer" : "Transferència",
|
"Transfer" : "Transferència",
|
||||||
"The board has been transferred to {user}" : "El tauler s'ha transferit a {user}",
|
|
||||||
"Failed to transfer the board to {user}" : "No s'ha pogut transferir el tauler a {user}",
|
|
||||||
"Add a new list" : "Afegir una llista nova",
|
"Add a new list" : "Afegir una llista nova",
|
||||||
"Archive all cards" : "Arxiva totes les targetes",
|
"Archive all cards" : "Arxiva totes les targetes",
|
||||||
"Delete list" : "Suprimeix la llista",
|
"Delete list" : "Suprimeix la llista",
|
||||||
@@ -210,7 +201,7 @@ OC.L10N.register(
|
|||||||
"Comments" : "Comentaris",
|
"Comments" : "Comentaris",
|
||||||
"Modified" : "Darrera modificació",
|
"Modified" : "Darrera modificació",
|
||||||
"Created" : "Creat",
|
"Created" : "Creat",
|
||||||
"The title cannot be empty." : "El títol no pot estar buit.",
|
"The title cannot be empty." : "El títol no pot estar buit",
|
||||||
"No comments yet. Begin the discussion!" : "No hi ha comentaris encara. Començar la discussió!",
|
"No comments yet. Begin the discussion!" : "No hi ha comentaris encara. Començar la discussió!",
|
||||||
"Failed to load comments" : "No s'han pogut carregar els comentaris",
|
"Failed to load comments" : "No s'han pogut carregar els comentaris",
|
||||||
"Assign a tag to this card…" : "Assigna una etiqueta a aquesta targeta…",
|
"Assign a tag to this card…" : "Assigna una etiqueta a aquesta targeta…",
|
||||||
@@ -239,12 +230,10 @@ OC.L10N.register(
|
|||||||
"Edit description" : "Edita descripció",
|
"Edit description" : "Edita descripció",
|
||||||
"View description" : "Veure descripció",
|
"View description" : "Veure descripció",
|
||||||
"Add Attachment" : "Afegeix un adjunt",
|
"Add Attachment" : "Afegeix un adjunt",
|
||||||
"Write a description …" : "Escriviu una descripció …",
|
"Write a description …" : "Escriviu una descripció...",
|
||||||
"Choose attachment" : "Triar adjunt",
|
"Choose attachment" : "Triar adjunt",
|
||||||
"(group)" : "(grup)",
|
"(group)" : "(grup)",
|
||||||
"Todo items" : "Elements pendents",
|
|
||||||
"{count} comments, {unread} unread" : "{count} comentaris, {unread} no llegits",
|
"{count} comments, {unread} unread" : "{count} comentaris, {unread} no llegits",
|
||||||
"Edit card title" : "Edita el títol de la targeta",
|
|
||||||
"Assign to me" : "Assigna'm a mi",
|
"Assign to me" : "Assigna'm a mi",
|
||||||
"Unassign myself" : "Desasignar a mi mateix",
|
"Unassign myself" : "Desasignar a mi mateix",
|
||||||
"Move card" : "Mou la targeta",
|
"Move card" : "Mou la targeta",
|
||||||
@@ -258,7 +247,6 @@ OC.L10N.register(
|
|||||||
"All boards" : "Tots els taulers",
|
"All boards" : "Tots els taulers",
|
||||||
"Archived boards" : "Taulers arxivats",
|
"Archived boards" : "Taulers arxivats",
|
||||||
"Shared with you" : "Us han compartit",
|
"Shared with you" : "Us han compartit",
|
||||||
"Deck settings" : "Configuració del Tauler",
|
|
||||||
"Use bigger card view" : "Utilitza la visualització de targetes més gran",
|
"Use bigger card view" : "Utilitza la visualització de targetes més gran",
|
||||||
"Show boards in calendar/tasks" : "Mostra els taulers al calendari/tasques",
|
"Show boards in calendar/tasks" : "Mostra els taulers al calendari/tasques",
|
||||||
"Limit deck usage of groups" : "Limitar l'ús del tauler de grups",
|
"Limit deck usage of groups" : "Limitar l'ús del tauler de grups",
|
||||||
@@ -279,19 +267,14 @@ OC.L10N.register(
|
|||||||
"Only assigned cards" : "Només les targetes assignades",
|
"Only assigned cards" : "Només les targetes assignades",
|
||||||
"No reminder" : "Sense recordatoris",
|
"No reminder" : "Sense recordatoris",
|
||||||
"An error occurred" : "S'ha produït un error",
|
"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.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Esteu segur que voleu suprimir el tauler {title}? Això eliminarà totes les dades d'aquest tauler.",
|
||||||
"Delete the board?" : "Voleu suprimir el tauler?",
|
"Delete the board?" : "Voleu suprimir el tauler?",
|
||||||
"Loading filtered view" : "S'està carregant la visualització filtrada",
|
"Loading filtered view" : "S'està carregant la visualització filtrada",
|
||||||
"No due" : "Sense venciment",
|
"No due" : "Sense venciment",
|
||||||
"Search for {searchQuery} in all boards" : "Busca {searchQuery} a tots els taulers",
|
"Search for {searchQuery} in all boards" : "Busca {searchQuery} a tots els taulers",
|
||||||
"No results found" : "No s'han trobat resultats",
|
"No results found" : "No s'han trobat resultats",
|
||||||
"{stack} in {board}" : "{stack} a {board}",
|
|
||||||
"Click to expand description" : "Feu clic per ampliar la descripció",
|
|
||||||
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Creat el {created}\n* Última modificació el dia {lastMod}\n* {nbAttachments} fitxers adjunts\n* {nbComments} comentaris",
|
|
||||||
"{nbCards} cards" : "{nbCards} targetes",
|
|
||||||
"No upcoming cards" : "No hi ha pròximes targetes",
|
"No upcoming cards" : "No hi ha pròximes targetes",
|
||||||
"upcoming cards" : "pròximes targetes",
|
"upcoming cards" : "pròximes targetes",
|
||||||
"Due on {date}" : "Venciment el dia {date}",
|
|
||||||
"Link to a board" : "Enllaça a un tauler",
|
"Link to a board" : "Enllaça a un tauler",
|
||||||
"Link to a card" : "Enllaç una targeta",
|
"Link to a card" : "Enllaç una targeta",
|
||||||
"Create a card" : "Crea una targeta",
|
"Create a card" : "Crea una targeta",
|
||||||
@@ -304,11 +287,7 @@ OC.L10N.register(
|
|||||||
"Share {file} with a Deck card" : "Compartir {file} amb una targeta de Deck",
|
"Share {file} with a Deck card" : "Compartir {file} amb una targeta de Deck",
|
||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Tauler és una eina d'organització a l'estil kanban dirigida a la planificació personal i a l'organització de projectes per equips integrada a Nextcloud.\n\n\n- 📥 Afegiu les tasques en targetes i poseu-les en ordre\n- 📄 Apunteu notes addicionals en markdown\n- 🔖 Assigneu etiquetes per una organització encara millor\n- 👥 Compartiu amb el vostre equip, família o amics\n- 📎 Adjunteu fitxers i encasteu-los en la descripció en markdown\n- 💬 Debateu amb el vostre equip fent servir comentaris\n- ⚡ Mantingueu el seguiment de canvis al flux d'activitat\n- 🚀 Tingueu el vostre projecte organitzat",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Tauler és una eina d'organització a l'estil kanban dirigida a la planificació personal i a l'organització de projectes per equips integrada a Nextcloud.\n\n\n- 📥 Afegiu les tasques en targetes i poseu-les en ordre\n- 📄 Apunteu notes addicionals en markdown\n- 🔖 Assigneu etiquetes per una organització encara millor\n- 👥 Compartiu amb el vostre equip, família o amics\n- 📎 Adjunteu fitxers i encasteu-los en la descripció en markdown\n- 💬 Debateu amb el vostre equip fent servir comentaris\n- ⚡ Mantingueu el seguiment de canvis al flux d'activitat\n- 🚀 Tingueu el vostre projecte organitzat",
|
||||||
"Are you sure you want to transfer the board {title} for {user} ?" : "Esteu segur que voleu transferir el tauler {title} per a {user}?",
|
"(circle)" : "(cercle)",
|
||||||
"Transfer the board for {user} successfully" : "Transfereix el tauler per a {user} correctament",
|
"This week" : "Aquesta setmana"
|
||||||
"Failed to transfer the board for {user}" : "No s'ha pogut transferir el tauler per a {user}",
|
|
||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Esteu segur que voleu suprimir el tauler {title}? Això eliminarà totes les dades d'aquest tauler.",
|
|
||||||
"This week" : "Aquesta setmana",
|
|
||||||
"Are you sure you want to transfer the board {title} for {user}?" : "Esteu segur que voleu transferir el tauler {title} per a {user}?"
|
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
35
l10n/ca.json
35
l10n/ca.json
@@ -66,7 +66,6 @@
|
|||||||
"Changes in the <strong>Deck app</strong>" : "Canvis a l'<strong>aplicació Targetes</strong>",
|
"Changes in the <strong>Deck app</strong>" : "Canvis a l'<strong>aplicació Targetes</strong>",
|
||||||
"A <strong>comment</strong> was created on a card" : "S'ha afegit un <strong>comentari</strong> a una targeta",
|
"A <strong>comment</strong> was created on a card" : "S'ha afegit un <strong>comentari</strong> a una targeta",
|
||||||
"Upcoming cards" : "Pròximes targetes",
|
"Upcoming cards" : "Pròximes targetes",
|
||||||
"Load more" : "Carrega'n més",
|
|
||||||
"Personal" : "Personal",
|
"Personal" : "Personal",
|
||||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La targeta \"%s\" sobre \"%s\" se us ha assignat per %s.",
|
"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}.",
|
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} us ha assignat la targeta {deck-card} a {deck-board}.",
|
||||||
@@ -99,12 +98,10 @@
|
|||||||
"Could not write file to disk" : "No s’ha pogut escriure el fitxer al disc",
|
"Could not write file to disk" : "No s’ha pogut escriure el fitxer al disc",
|
||||||
"A PHP extension stopped the file upload" : "Una extensió del PHP ha aturat la carregada del fitxer",
|
"A PHP extension stopped the file upload" : "Una extensió del PHP ha aturat la carregada del fitxer",
|
||||||
"No file uploaded or file size exceeds maximum of %s" : "No s'ha carregat cap fitxer o la mida del fitxer sobrepassa el màxim de %s",
|
"No file uploaded or file size exceeds maximum of %s" : "No s'ha carregat cap fitxer o la mida del fitxer sobrepassa el màxim de %s",
|
||||||
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Aquest comentari té més de %s caràcters.\nS'ha afegit com a fitxer adjunt a la targeta amb el nom %s.\nAccessible a l'URL: %s.",
|
|
||||||
"Card not found" : "No s'ha trobat la targeta",
|
"Card not found" : "No s'ha trobat la targeta",
|
||||||
"Path is already shared with this card" : "Aquesta ruta ja ha estat compartida amb aquesta targeta",
|
"Path is already shared with this card" : "Aquesta ruta ja ha estat compartida amb aquesta targeta",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "La data no és vàlida, el format de la data ha de ser YYYY-MM-DD",
|
"Invalid date, date format must be YYYY-MM-DD" : "La data no és vàlida, el format de la data ha de ser YYYY-MM-DD",
|
||||||
"Personal planning and team project organization" : "Planificació personal i organització de projectes en equip",
|
"Personal planning and team project organization" : "Planificació personal i organització de projectes en equip",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Tauler és una eina d'organització a l'estil kanban dirigida a la planificació personal i a l'organització de projectes per equips integrada a Nextcloud.\n\n\n- 📥 Afegiu les tasques en targetes i poseu-les en ordre\n- 📄 Apunteu notes addicionals en format Markdown\n- 🔖 Assigneu etiquetes per una millor organització\n- 👥 Compartiu amb el vostre equip, família o amics\n- 📎 Adjunteu fitxers i encasteu-los en la descripció en markdown\n- 💬 Converses amb el vostre equip fent servir comentaris\n- ⚡ Mantingueu el seguiment de canvis al flux d'activitat\n- 🚀 Tingueu el vostre projecte organitzat",
|
|
||||||
"Card details" : "Detalls de la targeta",
|
"Card details" : "Detalls de la targeta",
|
||||||
"Add board" : "Afegeix un tauler",
|
"Add board" : "Afegeix un tauler",
|
||||||
"Select the board to link to a project" : "Selecciona el tauler per enllaçar a un projecte",
|
"Select the board to link to a project" : "Selecciona el tauler per enllaçar a un projecte",
|
||||||
@@ -115,7 +112,7 @@
|
|||||||
"Select a list" : "Seleccioneu una llista",
|
"Select a list" : "Seleccioneu una llista",
|
||||||
"Card title" : "Títol de la targeta",
|
"Card title" : "Títol de la targeta",
|
||||||
"Cancel" : "Cancel·la",
|
"Cancel" : "Cancel·la",
|
||||||
"Creating the new card …" : "Creant la nova targeta …",
|
"Creating the new card …" : "Creant la nova targeta",
|
||||||
"Card \"{card}\" was added to \"{board}\"" : "La targeta \"{card}\" s'ha afegit a \"{board}\"",
|
"Card \"{card}\" was added to \"{board}\"" : "La targeta \"{card}\" s'ha afegit a \"{board}\"",
|
||||||
"Open card" : "Obre la targeta",
|
"Open card" : "Obre la targeta",
|
||||||
"Close" : "Tanca",
|
"Close" : "Tanca",
|
||||||
@@ -134,7 +131,6 @@
|
|||||||
"Archived cards" : "Targetes arxivades",
|
"Archived cards" : "Targetes arxivades",
|
||||||
"Add list" : "Afegeix una llista",
|
"Add list" : "Afegeix una llista",
|
||||||
"List name" : "Nom de la llista",
|
"List name" : "Nom de la llista",
|
||||||
"Active filters" : "Filtres actius",
|
|
||||||
"Apply filter" : "Aplica el filtre",
|
"Apply filter" : "Aplica el filtre",
|
||||||
"Filter by tag" : "Filtra per etiqueta",
|
"Filter by tag" : "Filtra per etiqueta",
|
||||||
"Filter by assigned user" : "Filtra per usuari assignat",
|
"Filter by assigned user" : "Filtra per usuari assignat",
|
||||||
@@ -149,7 +145,6 @@
|
|||||||
"Hide archived cards" : "Amaga les targetes arxivades",
|
"Hide archived cards" : "Amaga les targetes arxivades",
|
||||||
"Show archived cards" : "Mostra les targetes arxivades",
|
"Show archived cards" : "Mostra les targetes arxivades",
|
||||||
"Toggle compact mode" : "Commuta el mode compacte",
|
"Toggle compact mode" : "Commuta el mode compacte",
|
||||||
"Open details" : "Obre els detalls",
|
|
||||||
"Details" : "Detalls",
|
"Details" : "Detalls",
|
||||||
"Loading board" : "S'està carregant el tauler",
|
"Loading board" : "S'està carregant el tauler",
|
||||||
"No lists available" : "No hi ha cap llista disponible",
|
"No lists available" : "No hi ha cap llista disponible",
|
||||||
@@ -163,7 +158,7 @@
|
|||||||
"Undo" : "Desfés",
|
"Undo" : "Desfés",
|
||||||
"Deleted cards" : "Targetes suprimides",
|
"Deleted cards" : "Targetes suprimides",
|
||||||
"Share board with a user, group or circle …" : "Compartir tauler amb un usuari, grup o cercle …",
|
"Share board with a user, group or circle …" : "Compartir tauler amb un usuari, grup o cercle …",
|
||||||
"Searching for users, groups and circles …" : "Buscant usuaris, grups i cercles …",
|
"Searching for users, groups and circles …" : "Buscant usuaris, grups i cercles",
|
||||||
"No participants found" : "No s'han trobat participants",
|
"No participants found" : "No s'han trobat participants",
|
||||||
"Board owner" : "Propietari del tauler",
|
"Board owner" : "Propietari del tauler",
|
||||||
"(Group)" : "(Grup)",
|
"(Group)" : "(Grup)",
|
||||||
@@ -174,11 +169,7 @@
|
|||||||
"Owner" : "Propietari",
|
"Owner" : "Propietari",
|
||||||
"Delete" : "Eliminar",
|
"Delete" : "Eliminar",
|
||||||
"Failed to create share with {displayName}" : "Ha fallat la creació de la compartició amb {displayName}",
|
"Failed to create share with {displayName}" : "Ha fallat la creació de la compartició amb {displayName}",
|
||||||
"Are you sure you want to transfer the board {title} to {user}?" : "Esteu segur que voleu transferir el tauler {title} a {user}?",
|
|
||||||
"Transfer the board." : "Transfereix el tauler.",
|
|
||||||
"Transfer" : "Transferència",
|
"Transfer" : "Transferència",
|
||||||
"The board has been transferred to {user}" : "El tauler s'ha transferit a {user}",
|
|
||||||
"Failed to transfer the board to {user}" : "No s'ha pogut transferir el tauler a {user}",
|
|
||||||
"Add a new list" : "Afegir una llista nova",
|
"Add a new list" : "Afegir una llista nova",
|
||||||
"Archive all cards" : "Arxiva totes les targetes",
|
"Archive all cards" : "Arxiva totes les targetes",
|
||||||
"Delete list" : "Suprimeix la llista",
|
"Delete list" : "Suprimeix la llista",
|
||||||
@@ -208,7 +199,7 @@
|
|||||||
"Comments" : "Comentaris",
|
"Comments" : "Comentaris",
|
||||||
"Modified" : "Darrera modificació",
|
"Modified" : "Darrera modificació",
|
||||||
"Created" : "Creat",
|
"Created" : "Creat",
|
||||||
"The title cannot be empty." : "El títol no pot estar buit.",
|
"The title cannot be empty." : "El títol no pot estar buit",
|
||||||
"No comments yet. Begin the discussion!" : "No hi ha comentaris encara. Començar la discussió!",
|
"No comments yet. Begin the discussion!" : "No hi ha comentaris encara. Començar la discussió!",
|
||||||
"Failed to load comments" : "No s'han pogut carregar els comentaris",
|
"Failed to load comments" : "No s'han pogut carregar els comentaris",
|
||||||
"Assign a tag to this card…" : "Assigna una etiqueta a aquesta targeta…",
|
"Assign a tag to this card…" : "Assigna una etiqueta a aquesta targeta…",
|
||||||
@@ -237,12 +228,10 @@
|
|||||||
"Edit description" : "Edita descripció",
|
"Edit description" : "Edita descripció",
|
||||||
"View description" : "Veure descripció",
|
"View description" : "Veure descripció",
|
||||||
"Add Attachment" : "Afegeix un adjunt",
|
"Add Attachment" : "Afegeix un adjunt",
|
||||||
"Write a description …" : "Escriviu una descripció …",
|
"Write a description …" : "Escriviu una descripció...",
|
||||||
"Choose attachment" : "Triar adjunt",
|
"Choose attachment" : "Triar adjunt",
|
||||||
"(group)" : "(grup)",
|
"(group)" : "(grup)",
|
||||||
"Todo items" : "Elements pendents",
|
|
||||||
"{count} comments, {unread} unread" : "{count} comentaris, {unread} no llegits",
|
"{count} comments, {unread} unread" : "{count} comentaris, {unread} no llegits",
|
||||||
"Edit card title" : "Edita el títol de la targeta",
|
|
||||||
"Assign to me" : "Assigna'm a mi",
|
"Assign to me" : "Assigna'm a mi",
|
||||||
"Unassign myself" : "Desasignar a mi mateix",
|
"Unassign myself" : "Desasignar a mi mateix",
|
||||||
"Move card" : "Mou la targeta",
|
"Move card" : "Mou la targeta",
|
||||||
@@ -256,7 +245,6 @@
|
|||||||
"All boards" : "Tots els taulers",
|
"All boards" : "Tots els taulers",
|
||||||
"Archived boards" : "Taulers arxivats",
|
"Archived boards" : "Taulers arxivats",
|
||||||
"Shared with you" : "Us han compartit",
|
"Shared with you" : "Us han compartit",
|
||||||
"Deck settings" : "Configuració del Tauler",
|
|
||||||
"Use bigger card view" : "Utilitza la visualització de targetes més gran",
|
"Use bigger card view" : "Utilitza la visualització de targetes més gran",
|
||||||
"Show boards in calendar/tasks" : "Mostra els taulers al calendari/tasques",
|
"Show boards in calendar/tasks" : "Mostra els taulers al calendari/tasques",
|
||||||
"Limit deck usage of groups" : "Limitar l'ús del tauler de grups",
|
"Limit deck usage of groups" : "Limitar l'ús del tauler de grups",
|
||||||
@@ -277,19 +265,14 @@
|
|||||||
"Only assigned cards" : "Només les targetes assignades",
|
"Only assigned cards" : "Només les targetes assignades",
|
||||||
"No reminder" : "Sense recordatoris",
|
"No reminder" : "Sense recordatoris",
|
||||||
"An error occurred" : "S'ha produït un error",
|
"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.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Esteu segur que voleu suprimir el tauler {title}? Això eliminarà totes les dades d'aquest tauler.",
|
||||||
"Delete the board?" : "Voleu suprimir el tauler?",
|
"Delete the board?" : "Voleu suprimir el tauler?",
|
||||||
"Loading filtered view" : "S'està carregant la visualització filtrada",
|
"Loading filtered view" : "S'està carregant la visualització filtrada",
|
||||||
"No due" : "Sense venciment",
|
"No due" : "Sense venciment",
|
||||||
"Search for {searchQuery} in all boards" : "Busca {searchQuery} a tots els taulers",
|
"Search for {searchQuery} in all boards" : "Busca {searchQuery} a tots els taulers",
|
||||||
"No results found" : "No s'han trobat resultats",
|
"No results found" : "No s'han trobat resultats",
|
||||||
"{stack} in {board}" : "{stack} a {board}",
|
|
||||||
"Click to expand description" : "Feu clic per ampliar la descripció",
|
|
||||||
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Creat el {created}\n* Última modificació el dia {lastMod}\n* {nbAttachments} fitxers adjunts\n* {nbComments} comentaris",
|
|
||||||
"{nbCards} cards" : "{nbCards} targetes",
|
|
||||||
"No upcoming cards" : "No hi ha pròximes targetes",
|
"No upcoming cards" : "No hi ha pròximes targetes",
|
||||||
"upcoming cards" : "pròximes targetes",
|
"upcoming cards" : "pròximes targetes",
|
||||||
"Due on {date}" : "Venciment el dia {date}",
|
|
||||||
"Link to a board" : "Enllaça a un tauler",
|
"Link to a board" : "Enllaça a un tauler",
|
||||||
"Link to a card" : "Enllaç una targeta",
|
"Link to a card" : "Enllaç una targeta",
|
||||||
"Create a card" : "Crea una targeta",
|
"Create a card" : "Crea una targeta",
|
||||||
@@ -302,11 +285,7 @@
|
|||||||
"Share {file} with a Deck card" : "Compartir {file} amb una targeta de Deck",
|
"Share {file} with a Deck card" : "Compartir {file} amb una targeta de Deck",
|
||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Tauler és una eina d'organització a l'estil kanban dirigida a la planificació personal i a l'organització de projectes per equips integrada a Nextcloud.\n\n\n- 📥 Afegiu les tasques en targetes i poseu-les en ordre\n- 📄 Apunteu notes addicionals en markdown\n- 🔖 Assigneu etiquetes per una organització encara millor\n- 👥 Compartiu amb el vostre equip, família o amics\n- 📎 Adjunteu fitxers i encasteu-los en la descripció en markdown\n- 💬 Debateu amb el vostre equip fent servir comentaris\n- ⚡ Mantingueu el seguiment de canvis al flux d'activitat\n- 🚀 Tingueu el vostre projecte organitzat",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Tauler és una eina d'organització a l'estil kanban dirigida a la planificació personal i a l'organització de projectes per equips integrada a Nextcloud.\n\n\n- 📥 Afegiu les tasques en targetes i poseu-les en ordre\n- 📄 Apunteu notes addicionals en markdown\n- 🔖 Assigneu etiquetes per una organització encara millor\n- 👥 Compartiu amb el vostre equip, família o amics\n- 📎 Adjunteu fitxers i encasteu-los en la descripció en markdown\n- 💬 Debateu amb el vostre equip fent servir comentaris\n- ⚡ Mantingueu el seguiment de canvis al flux d'activitat\n- 🚀 Tingueu el vostre projecte organitzat",
|
||||||
"Are you sure you want to transfer the board {title} for {user} ?" : "Esteu segur que voleu transferir el tauler {title} per a {user}?",
|
"(circle)" : "(cercle)",
|
||||||
"Transfer the board for {user} successfully" : "Transfereix el tauler per a {user} correctament",
|
"This week" : "Aquesta setmana"
|
||||||
"Failed to transfer the board for {user}" : "No s'ha pogut transferir el tauler per a {user}",
|
|
||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Esteu segur que voleu suprimir el tauler {title}? Això eliminarà totes les dades d'aquest tauler.",
|
|
||||||
"This week" : "Aquesta setmana",
|
|
||||||
"Are you sure you want to transfer the board {title} for {user}?" : "Esteu segur que voleu transferir el tauler {title} per a {user}?"
|
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
27
l10n/cs.js
27
l10n/cs.js
@@ -68,7 +68,6 @@ OC.L10N.register(
|
|||||||
"Changes in the <strong>Deck app</strong>" : "Změny v <strong>aplikaci Deck</strong>",
|
"Changes in the <strong>Deck app</strong>" : "Změny v <strong>aplikaci Deck</strong>",
|
||||||
"A <strong>comment</strong> was created on a card" : "Na kartě byl vytvořen <strong>komentář</strong>",
|
"A <strong>comment</strong> was created on a card" : "Na kartě byl vytvořen <strong>komentář</strong>",
|
||||||
"Upcoming cards" : "Nadcházející karty",
|
"Upcoming cards" : "Nadcházející karty",
|
||||||
"Load more" : "Načíst více",
|
|
||||||
"Personal" : "Osobní",
|
"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.",
|
"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}.",
|
"{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}.",
|
||||||
@@ -136,9 +135,8 @@ OC.L10N.register(
|
|||||||
"Archived cards" : "Archivované karty",
|
"Archived cards" : "Archivované karty",
|
||||||
"Add list" : "Přidat seznam",
|
"Add list" : "Přidat seznam",
|
||||||
"List name" : "Název seznamu",
|
"List name" : "Název seznamu",
|
||||||
"Active filters" : "Zapnuté filtry",
|
|
||||||
"Apply filter" : "Uplatnit filtr",
|
"Apply filter" : "Uplatnit filtr",
|
||||||
"Filter by tag" : "Filtrovat podle štítku",
|
"Filter by tag" : "Filtrovat podle příznaků",
|
||||||
"Filter by assigned user" : "Filtrovat podle uživatele, který je úkolem pověřen",
|
"Filter by assigned user" : "Filtrovat podle uživatele, který je úkolem pověřen",
|
||||||
"Unassigned" : "Nepřiřazeno",
|
"Unassigned" : "Nepřiřazeno",
|
||||||
"Filter by due date" : "Filtrovat podle termínu",
|
"Filter by due date" : "Filtrovat podle termínu",
|
||||||
@@ -151,7 +149,6 @@ OC.L10N.register(
|
|||||||
"Hide archived cards" : "Skrýt archivované karty",
|
"Hide archived cards" : "Skrýt archivované karty",
|
||||||
"Show archived cards" : "Zobrazit archivované karty",
|
"Show archived cards" : "Zobrazit archivované karty",
|
||||||
"Toggle compact mode" : "Vyp/zap. kompaktní režim",
|
"Toggle compact mode" : "Vyp/zap. kompaktní režim",
|
||||||
"Open details" : "Otevřít podorobnosti",
|
|
||||||
"Details" : "Podrobnosti",
|
"Details" : "Podrobnosti",
|
||||||
"Loading board" : "Načítání tabule",
|
"Loading board" : "Načítání tabule",
|
||||||
"No lists available" : "Nejsou k dispozici žádné seznamy",
|
"No lists available" : "Nejsou k dispozici žádné seznamy",
|
||||||
@@ -176,11 +173,8 @@ OC.L10N.register(
|
|||||||
"Owner" : "Vlastník",
|
"Owner" : "Vlastník",
|
||||||
"Delete" : "Smazat",
|
"Delete" : "Smazat",
|
||||||
"Failed to create share with {displayName}" : "Nepodařilo se vytvořit sdílení s {displayName}",
|
"Failed to create share with {displayName}" : "Nepodařilo se vytvořit sdílení s {displayName}",
|
||||||
"Are you sure you want to transfer the board {title} to {user}?" : "Opravdu chcete předat vlastnictví tabule {title} uživateli {user}?",
|
|
||||||
"Transfer the board." : "Předat vlastnictví tabule.",
|
"Transfer the board." : "Předat vlastnictví tabule.",
|
||||||
"Transfer" : "Předat vlastnictví",
|
"Transfer" : "Předat vlastnictví",
|
||||||
"The board has been transferred to {user}" : "Vlastnictví tabule bylo předáno uživateli {user}",
|
|
||||||
"Failed to transfer the board to {user}" : "Nepodařilo se předat vlastnictví tabule uživateli {user}",
|
|
||||||
"Add a new list" : "Přidat nový sloupec",
|
"Add a new list" : "Přidat nový sloupec",
|
||||||
"Archive all cards" : "Archivovat všechny karty",
|
"Archive all cards" : "Archivovat všechny karty",
|
||||||
"Delete list" : "Smazat seznam",
|
"Delete list" : "Smazat seznam",
|
||||||
@@ -242,9 +236,7 @@ OC.L10N.register(
|
|||||||
"Write a description …" : "Zadejte popis…",
|
"Write a description …" : "Zadejte popis…",
|
||||||
"Choose attachment" : "Zvolte přílohu",
|
"Choose attachment" : "Zvolte přílohu",
|
||||||
"(group)" : "(skupina)",
|
"(group)" : "(skupina)",
|
||||||
"Todo items" : "Položky k udělání",
|
|
||||||
"{count} comments, {unread} unread" : "{count} komentářů, {unread} nepřečtených",
|
"{count} comments, {unread} unread" : "{count} komentářů, {unread} nepřečtených",
|
||||||
"Edit card title" : "Upravit nadpis karty",
|
|
||||||
"Assign to me" : "Přiřadit mě",
|
"Assign to me" : "Přiřadit mě",
|
||||||
"Unassign myself" : "Zrušit přiřazení sobě",
|
"Unassign myself" : "Zrušit přiřazení sobě",
|
||||||
"Move card" : "Přesunout kartu",
|
"Move card" : "Přesunout kartu",
|
||||||
@@ -258,7 +250,6 @@ OC.L10N.register(
|
|||||||
"All boards" : "Všechny tabule",
|
"All boards" : "Všechny tabule",
|
||||||
"Archived boards" : "Archivované tabule",
|
"Archived boards" : "Archivované tabule",
|
||||||
"Shared with you" : "Sdíleno s vámi",
|
"Shared with you" : "Sdíleno s vámi",
|
||||||
"Deck settings" : "Nastavení pro Deck",
|
|
||||||
"Use bigger card view" : "Použít větší zobrazení karet",
|
"Use bigger card view" : "Použít větší zobrazení karet",
|
||||||
"Show boards in calendar/tasks" : "Zobrazit tabule v kalendáři/úkolech",
|
"Show boards in calendar/tasks" : "Zobrazit tabule v kalendáři/úkolech",
|
||||||
"Limit deck usage of groups" : "Omezit využití deck na skupiny",
|
"Limit deck usage of groups" : "Omezit využití deck na skupiny",
|
||||||
@@ -279,19 +270,14 @@ OC.L10N.register(
|
|||||||
"Only assigned cards" : "Pouze přiřazené karty",
|
"Only assigned cards" : "Pouze přiřazené karty",
|
||||||
"No reminder" : "Bez připomínky",
|
"No reminder" : "Bez připomínky",
|
||||||
"An error occurred" : "Došlo k chybě",
|
"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.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Opravdu chcete tabuly {title} smazat? Toto smaže veškerá data této tabule.",
|
||||||
"Delete the board?" : "Smazat tabuli?",
|
"Delete the board?" : "Smazat tabuli?",
|
||||||
"Loading filtered view" : "Načítání filtrovaného pohledu",
|
"Loading filtered view" : "Načítání filtrovaného pohledu",
|
||||||
"No due" : "Žádný termín",
|
"No due" : "Žádný termín",
|
||||||
"Search for {searchQuery} in all boards" : "Hledat {searchQuery} na všech tabulích",
|
"Search for {searchQuery} in all boards" : "Hledat {searchQuery} na všech tabulích",
|
||||||
"No results found" : "Nenalezeny žádné výsledky",
|
"No results found" : "Nenalezeny žádné výsledky",
|
||||||
"{stack} in {board}" : "{stack} v {board}",
|
|
||||||
"Click to expand description" : "Popis rozbalíte kliknutím",
|
|
||||||
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Vytvořeno {created}\n* Naposledy upraveno {lastMod}\n* {nbAttachments} příloh\n* {nbComments} komentářů",
|
|
||||||
"{nbCards} cards" : "{nbCards} karet",
|
|
||||||
"No upcoming cards" : "Žádné nadcházející karty",
|
"No upcoming cards" : "Žádné nadcházející karty",
|
||||||
"upcoming cards" : "nadcházející karty",
|
"upcoming cards" : "nadcházející karty",
|
||||||
"Due on {date}" : "Termín {date}",
|
|
||||||
"Link to a board" : "Propojit s tabulí",
|
"Link to a board" : "Propojit s tabulí",
|
||||||
"Link to a card" : "Propojit s kartou",
|
"Link to a card" : "Propojit s kartou",
|
||||||
"Create a card" : "Vytvořit kartu",
|
"Create a card" : "Vytvořit kartu",
|
||||||
@@ -304,11 +290,12 @@ OC.L10N.register(
|
|||||||
"Share {file} with a Deck card" : "Sdílet {file} s kartou aplikace Deck",
|
"Share {file} with a Deck card" : "Sdílet {file} s kartou aplikace Deck",
|
||||||
"Share" : "Sdílet",
|
"Share" : "Sdílet",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck je nástroj cílený na osobní nebo projektové plánování týmů v Kanban stylu, vestavěný v Nextcloud.\n\n\n- 📥 Zadávejte a uspořádávejte své úkoly do karet\n- 📄 Zapisujte si dodatečné poznámky \n- 🔖 Přiřazujte štítky pro ještě lepší organizaci\n- 👥 Sdílejte se svým týmem, přáteli nebo rodinou\n- 🚀 Dostaňte svůj projekt pod kontrolu",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck je nástroj cílený na osobní nebo projektové plánování týmů v Kanban stylu, vestavěný v Nextcloud.\n\n\n- 📥 Zadávejte a uspořádávejte své úkoly do karet\n- 📄 Zapisujte si dodatečné poznámky \n- 🔖 Přiřazujte štítky pro ještě lepší organizaci\n- 👥 Sdílejte se svým týmem, přáteli nebo rodinou\n- 🚀 Dostaňte svůj projekt pod kontrolu",
|
||||||
|
"Creating the new card…" : "Vytváření nové karty…",
|
||||||
|
"\"{card}\" was added to \"{board}\"" : "„{card}“ bylo přidáno do „{board}“",
|
||||||
|
"(circle)" : "(okruh)",
|
||||||
|
"This week" : "Tento týden",
|
||||||
"Are you sure you want to transfer the board {title} for {user} ?" : "Opravdu chcete předat vlastnictví tabule {title} uživateli {user}?",
|
"Are you sure you want to transfer the board {title} for {user} ?" : "Opravdu chcete předat vlastnictví tabule {title} uživateli {user}?",
|
||||||
"Transfer the board for {user} successfully" : "Předání vlastnictví tabule uživateli {user} úspěšné",
|
"Transfer the board for {user} successfully" : "Předání vlastnictví tabule uživateli {user} úspěšné",
|
||||||
"Failed to transfer the board for {user}" : "Nepodařilo se předat vlastnictví tabule uživateli {user}",
|
"Failed to transfer the board for {user}" : "Nepodařilo se předat vlastnictví tabule uživateli {user}"
|
||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Opravdu chcete tabuly {title} smazat? Toto smaže veškerá data této tabule.",
|
|
||||||
"This week" : "Tento týden",
|
|
||||||
"Are you sure you want to transfer the board {title} for {user}?" : "Opravdu chcete předat vlastnictví tabule {title} uživateli {user}?"
|
|
||||||
},
|
},
|
||||||
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
|
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
|
||||||
|
|||||||
27
l10n/cs.json
27
l10n/cs.json
@@ -66,7 +66,6 @@
|
|||||||
"Changes in the <strong>Deck app</strong>" : "Změny v <strong>aplikaci Deck</strong>",
|
"Changes in the <strong>Deck app</strong>" : "Změny v <strong>aplikaci Deck</strong>",
|
||||||
"A <strong>comment</strong> was created on a card" : "Na kartě byl vytvořen <strong>komentář</strong>",
|
"A <strong>comment</strong> was created on a card" : "Na kartě byl vytvořen <strong>komentář</strong>",
|
||||||
"Upcoming cards" : "Nadcházející karty",
|
"Upcoming cards" : "Nadcházející karty",
|
||||||
"Load more" : "Načíst více",
|
|
||||||
"Personal" : "Osobní",
|
"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.",
|
"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}.",
|
"{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}.",
|
||||||
@@ -134,9 +133,8 @@
|
|||||||
"Archived cards" : "Archivované karty",
|
"Archived cards" : "Archivované karty",
|
||||||
"Add list" : "Přidat seznam",
|
"Add list" : "Přidat seznam",
|
||||||
"List name" : "Název seznamu",
|
"List name" : "Název seznamu",
|
||||||
"Active filters" : "Zapnuté filtry",
|
|
||||||
"Apply filter" : "Uplatnit filtr",
|
"Apply filter" : "Uplatnit filtr",
|
||||||
"Filter by tag" : "Filtrovat podle štítku",
|
"Filter by tag" : "Filtrovat podle příznaků",
|
||||||
"Filter by assigned user" : "Filtrovat podle uživatele, který je úkolem pověřen",
|
"Filter by assigned user" : "Filtrovat podle uživatele, který je úkolem pověřen",
|
||||||
"Unassigned" : "Nepřiřazeno",
|
"Unassigned" : "Nepřiřazeno",
|
||||||
"Filter by due date" : "Filtrovat podle termínu",
|
"Filter by due date" : "Filtrovat podle termínu",
|
||||||
@@ -149,7 +147,6 @@
|
|||||||
"Hide archived cards" : "Skrýt archivované karty",
|
"Hide archived cards" : "Skrýt archivované karty",
|
||||||
"Show archived cards" : "Zobrazit archivované karty",
|
"Show archived cards" : "Zobrazit archivované karty",
|
||||||
"Toggle compact mode" : "Vyp/zap. kompaktní režim",
|
"Toggle compact mode" : "Vyp/zap. kompaktní režim",
|
||||||
"Open details" : "Otevřít podorobnosti",
|
|
||||||
"Details" : "Podrobnosti",
|
"Details" : "Podrobnosti",
|
||||||
"Loading board" : "Načítání tabule",
|
"Loading board" : "Načítání tabule",
|
||||||
"No lists available" : "Nejsou k dispozici žádné seznamy",
|
"No lists available" : "Nejsou k dispozici žádné seznamy",
|
||||||
@@ -174,11 +171,8 @@
|
|||||||
"Owner" : "Vlastník",
|
"Owner" : "Vlastník",
|
||||||
"Delete" : "Smazat",
|
"Delete" : "Smazat",
|
||||||
"Failed to create share with {displayName}" : "Nepodařilo se vytvořit sdílení s {displayName}",
|
"Failed to create share with {displayName}" : "Nepodařilo se vytvořit sdílení s {displayName}",
|
||||||
"Are you sure you want to transfer the board {title} to {user}?" : "Opravdu chcete předat vlastnictví tabule {title} uživateli {user}?",
|
|
||||||
"Transfer the board." : "Předat vlastnictví tabule.",
|
"Transfer the board." : "Předat vlastnictví tabule.",
|
||||||
"Transfer" : "Předat vlastnictví",
|
"Transfer" : "Předat vlastnictví",
|
||||||
"The board has been transferred to {user}" : "Vlastnictví tabule bylo předáno uživateli {user}",
|
|
||||||
"Failed to transfer the board to {user}" : "Nepodařilo se předat vlastnictví tabule uživateli {user}",
|
|
||||||
"Add a new list" : "Přidat nový sloupec",
|
"Add a new list" : "Přidat nový sloupec",
|
||||||
"Archive all cards" : "Archivovat všechny karty",
|
"Archive all cards" : "Archivovat všechny karty",
|
||||||
"Delete list" : "Smazat seznam",
|
"Delete list" : "Smazat seznam",
|
||||||
@@ -240,9 +234,7 @@
|
|||||||
"Write a description …" : "Zadejte popis…",
|
"Write a description …" : "Zadejte popis…",
|
||||||
"Choose attachment" : "Zvolte přílohu",
|
"Choose attachment" : "Zvolte přílohu",
|
||||||
"(group)" : "(skupina)",
|
"(group)" : "(skupina)",
|
||||||
"Todo items" : "Položky k udělání",
|
|
||||||
"{count} comments, {unread} unread" : "{count} komentářů, {unread} nepřečtených",
|
"{count} comments, {unread} unread" : "{count} komentářů, {unread} nepřečtených",
|
||||||
"Edit card title" : "Upravit nadpis karty",
|
|
||||||
"Assign to me" : "Přiřadit mě",
|
"Assign to me" : "Přiřadit mě",
|
||||||
"Unassign myself" : "Zrušit přiřazení sobě",
|
"Unassign myself" : "Zrušit přiřazení sobě",
|
||||||
"Move card" : "Přesunout kartu",
|
"Move card" : "Přesunout kartu",
|
||||||
@@ -256,7 +248,6 @@
|
|||||||
"All boards" : "Všechny tabule",
|
"All boards" : "Všechny tabule",
|
||||||
"Archived boards" : "Archivované tabule",
|
"Archived boards" : "Archivované tabule",
|
||||||
"Shared with you" : "Sdíleno s vámi",
|
"Shared with you" : "Sdíleno s vámi",
|
||||||
"Deck settings" : "Nastavení pro Deck",
|
|
||||||
"Use bigger card view" : "Použít větší zobrazení karet",
|
"Use bigger card view" : "Použít větší zobrazení karet",
|
||||||
"Show boards in calendar/tasks" : "Zobrazit tabule v kalendáři/úkolech",
|
"Show boards in calendar/tasks" : "Zobrazit tabule v kalendáři/úkolech",
|
||||||
"Limit deck usage of groups" : "Omezit využití deck na skupiny",
|
"Limit deck usage of groups" : "Omezit využití deck na skupiny",
|
||||||
@@ -277,19 +268,14 @@
|
|||||||
"Only assigned cards" : "Pouze přiřazené karty",
|
"Only assigned cards" : "Pouze přiřazené karty",
|
||||||
"No reminder" : "Bez připomínky",
|
"No reminder" : "Bez připomínky",
|
||||||
"An error occurred" : "Došlo k chybě",
|
"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.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Opravdu chcete tabuly {title} smazat? Toto smaže veškerá data této tabule.",
|
||||||
"Delete the board?" : "Smazat tabuli?",
|
"Delete the board?" : "Smazat tabuli?",
|
||||||
"Loading filtered view" : "Načítání filtrovaného pohledu",
|
"Loading filtered view" : "Načítání filtrovaného pohledu",
|
||||||
"No due" : "Žádný termín",
|
"No due" : "Žádný termín",
|
||||||
"Search for {searchQuery} in all boards" : "Hledat {searchQuery} na všech tabulích",
|
"Search for {searchQuery} in all boards" : "Hledat {searchQuery} na všech tabulích",
|
||||||
"No results found" : "Nenalezeny žádné výsledky",
|
"No results found" : "Nenalezeny žádné výsledky",
|
||||||
"{stack} in {board}" : "{stack} v {board}",
|
|
||||||
"Click to expand description" : "Popis rozbalíte kliknutím",
|
|
||||||
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Vytvořeno {created}\n* Naposledy upraveno {lastMod}\n* {nbAttachments} příloh\n* {nbComments} komentářů",
|
|
||||||
"{nbCards} cards" : "{nbCards} karet",
|
|
||||||
"No upcoming cards" : "Žádné nadcházející karty",
|
"No upcoming cards" : "Žádné nadcházející karty",
|
||||||
"upcoming cards" : "nadcházející karty",
|
"upcoming cards" : "nadcházející karty",
|
||||||
"Due on {date}" : "Termín {date}",
|
|
||||||
"Link to a board" : "Propojit s tabulí",
|
"Link to a board" : "Propojit s tabulí",
|
||||||
"Link to a card" : "Propojit s kartou",
|
"Link to a card" : "Propojit s kartou",
|
||||||
"Create a card" : "Vytvořit kartu",
|
"Create a card" : "Vytvořit kartu",
|
||||||
@@ -302,11 +288,12 @@
|
|||||||
"Share {file} with a Deck card" : "Sdílet {file} s kartou aplikace Deck",
|
"Share {file} with a Deck card" : "Sdílet {file} s kartou aplikace Deck",
|
||||||
"Share" : "Sdílet",
|
"Share" : "Sdílet",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck je nástroj cílený na osobní nebo projektové plánování týmů v Kanban stylu, vestavěný v Nextcloud.\n\n\n- 📥 Zadávejte a uspořádávejte své úkoly do karet\n- 📄 Zapisujte si dodatečné poznámky \n- 🔖 Přiřazujte štítky pro ještě lepší organizaci\n- 👥 Sdílejte se svým týmem, přáteli nebo rodinou\n- 🚀 Dostaňte svůj projekt pod kontrolu",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck je nástroj cílený na osobní nebo projektové plánování týmů v Kanban stylu, vestavěný v Nextcloud.\n\n\n- 📥 Zadávejte a uspořádávejte své úkoly do karet\n- 📄 Zapisujte si dodatečné poznámky \n- 🔖 Přiřazujte štítky pro ještě lepší organizaci\n- 👥 Sdílejte se svým týmem, přáteli nebo rodinou\n- 🚀 Dostaňte svůj projekt pod kontrolu",
|
||||||
|
"Creating the new card…" : "Vytváření nové karty…",
|
||||||
|
"\"{card}\" was added to \"{board}\"" : "„{card}“ bylo přidáno do „{board}“",
|
||||||
|
"(circle)" : "(okruh)",
|
||||||
|
"This week" : "Tento týden",
|
||||||
"Are you sure you want to transfer the board {title} for {user} ?" : "Opravdu chcete předat vlastnictví tabule {title} uživateli {user}?",
|
"Are you sure you want to transfer the board {title} for {user} ?" : "Opravdu chcete předat vlastnictví tabule {title} uživateli {user}?",
|
||||||
"Transfer the board for {user} successfully" : "Předání vlastnictví tabule uživateli {user} úspěšné",
|
"Transfer the board for {user} successfully" : "Předání vlastnictví tabule uživateli {user} úspěšné",
|
||||||
"Failed to transfer the board for {user}" : "Nepodařilo se předat vlastnictví tabule uživateli {user}",
|
"Failed to transfer the board for {user}" : "Nepodařilo se předat vlastnictví tabule uživateli {user}"
|
||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Opravdu chcete tabuly {title} smazat? Toto smaže veškerá data této tabule.",
|
|
||||||
"This week" : "Tento týden",
|
|
||||||
"Are you sure you want to transfer the board {title} for {user}?" : "Opravdu chcete předat vlastnictví tabule {title} uživateli {user}?"
|
|
||||||
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
|
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
|
||||||
}
|
}
|
||||||
@@ -20,14 +20,11 @@ OC.L10N.register(
|
|||||||
"Modified" : "Addaswyd",
|
"Modified" : "Addaswyd",
|
||||||
"Select Date" : "Dewis Dyddiad",
|
"Select Date" : "Dewis Dyddiad",
|
||||||
"Today" : "Heddiw",
|
"Today" : "Heddiw",
|
||||||
"Next week" : "Wythnos nesaf",
|
|
||||||
"Next month" : "Mis nesaf",
|
|
||||||
"Save" : "Cadw",
|
"Save" : "Cadw",
|
||||||
"Update" : "Diweddaru",
|
"Update" : "Diweddaru",
|
||||||
"Description" : "Disgrifiad",
|
"Description" : "Disgrifiad",
|
||||||
"seconds ago" : "eiliad yn ôl",
|
"seconds ago" : "eiliad yn ôl",
|
||||||
"Shared with you" : "Shared with you",
|
"Shared with you" : "Shared with you",
|
||||||
"No reminder" : "Dim nodyn atgoffa",
|
|
||||||
"An error occurred" : "Digwyddodd gwall",
|
"An error occurred" : "Digwyddodd gwall",
|
||||||
"Share" : "Rhannu",
|
"Share" : "Rhannu",
|
||||||
"This week" : "Wythnos yma"
|
"This week" : "Wythnos yma"
|
||||||
|
|||||||
@@ -18,14 +18,11 @@
|
|||||||
"Modified" : "Addaswyd",
|
"Modified" : "Addaswyd",
|
||||||
"Select Date" : "Dewis Dyddiad",
|
"Select Date" : "Dewis Dyddiad",
|
||||||
"Today" : "Heddiw",
|
"Today" : "Heddiw",
|
||||||
"Next week" : "Wythnos nesaf",
|
|
||||||
"Next month" : "Mis nesaf",
|
|
||||||
"Save" : "Cadw",
|
"Save" : "Cadw",
|
||||||
"Update" : "Diweddaru",
|
"Update" : "Diweddaru",
|
||||||
"Description" : "Disgrifiad",
|
"Description" : "Disgrifiad",
|
||||||
"seconds ago" : "eiliad yn ôl",
|
"seconds ago" : "eiliad yn ôl",
|
||||||
"Shared with you" : "Shared with you",
|
"Shared with you" : "Shared with you",
|
||||||
"No reminder" : "Dim nodyn atgoffa",
|
|
||||||
"An error occurred" : "Digwyddodd gwall",
|
"An error occurred" : "Digwyddodd gwall",
|
||||||
"Share" : "Rhannu",
|
"Share" : "Rhannu",
|
||||||
"This week" : "Wythnos yma"
|
"This week" : "Wythnos yma"
|
||||||
|
|||||||
@@ -31,7 +31,6 @@ OC.L10N.register(
|
|||||||
"{user} has renamed the card {before} to {card}" : "{user} 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" : "Deck",
|
||||||
"Upcoming cards" : "Kommende kort",
|
"Upcoming cards" : "Kommende kort",
|
||||||
"Load more" : "Hent flere",
|
|
||||||
"Personal" : "Personligt",
|
"Personal" : "Personligt",
|
||||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kortet \"%s\" på \"%s\" er blevet tildelt dig af %s.",
|
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kortet \"%s\" på \"%s\" er blevet tildelt dig af %s.",
|
||||||
"The card \"%s\" on \"%s\" has reached its due date." : "Kortet \"%s\" på \"%s\" har nået sin forfaldsdato.",
|
"The card \"%s\" on \"%s\" has reached its due date." : "Kortet \"%s\" på \"%s\" har nået sin forfaldsdato.",
|
||||||
@@ -100,7 +99,6 @@ OC.L10N.register(
|
|||||||
"Hide archived cards" : "Skjul arkiverede kort",
|
"Hide archived cards" : "Skjul arkiverede kort",
|
||||||
"Show archived cards" : "Vis arkiverede kort",
|
"Show archived cards" : "Vis arkiverede kort",
|
||||||
"Toggle compact mode" : "Slå kompakt tilstand til/fra",
|
"Toggle compact mode" : "Slå kompakt tilstand til/fra",
|
||||||
"Open details" : "Mere information",
|
|
||||||
"Details" : "Detaljer",
|
"Details" : "Detaljer",
|
||||||
"Loading board" : "Indlæser tavle",
|
"Loading board" : "Indlæser tavle",
|
||||||
"No lists available" : "Ingen kolonner tilgængelige",
|
"No lists available" : "Ingen kolonner tilgængelige",
|
||||||
@@ -215,6 +213,7 @@ OC.L10N.register(
|
|||||||
"Only assigned cards" : "Kun tildelte kort",
|
"Only assigned cards" : "Kun tildelte kort",
|
||||||
"No reminder" : "Ingen påmindelse",
|
"No reminder" : "Ingen påmindelse",
|
||||||
"An error occurred" : "Der var en fejl",
|
"An error occurred" : "Der var en fejl",
|
||||||
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Er du sikker på du vil slette tavlen {title}? Dette vil slette alt data på tavlen.",
|
||||||
"Delete the board?" : "Slet tavlen?",
|
"Delete the board?" : "Slet tavlen?",
|
||||||
"Loading filtered view" : "Indlæser filtreret visning",
|
"Loading filtered view" : "Indlæser filtreret visning",
|
||||||
"No due" : "Ikke forfalden",
|
"No due" : "Ikke forfalden",
|
||||||
@@ -222,7 +221,6 @@ OC.L10N.register(
|
|||||||
"upcoming cards" : "kommende kort",
|
"upcoming cards" : "kommende kort",
|
||||||
"Link to a board" : "Link til tavle",
|
"Link to a board" : "Link til tavle",
|
||||||
"Link to a card" : "Link til et kort",
|
"Link to a card" : "Link til et kort",
|
||||||
"Message from {author} in {conversationName}" : "Besked fra {author} i {conversationName}",
|
|
||||||
"Something went wrong" : "Noget gik galt",
|
"Something went wrong" : "Noget gik galt",
|
||||||
"Failed to upload {name}" : "Kunne ikke uploade {name}",
|
"Failed to upload {name}" : "Kunne ikke uploade {name}",
|
||||||
"Maximum file size of {size} exceeded" : "Maksimal fil størrelse {size} overskredet",
|
"Maximum file size of {size} exceeded" : "Maksimal fil størrelse {size} overskredet",
|
||||||
@@ -231,7 +229,7 @@ OC.L10N.register(
|
|||||||
"Share {file} with a Deck card" : "Del {file} med et Deck kort",
|
"Share {file} with a Deck card" : "Del {file} med et Deck kort",
|
||||||
"Share" : "Del",
|
"Share" : "Del",
|
||||||
"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 er et kanban inspireret organisations værktøj rettet mod personlig planlægning og projekt organisering for teams integreret med Nextcloud.\n\n\n- 📥 Tilføj dine opgaver til kort og organisér dem\n- 📄 Tilføj noter til dine opgaver i markdown\n- 🔖 Tilføj mærkater for endnu bedre organisering\n- 👥 Del med dit team, dine venner eller familie\n- 📎 Vedhæft filer og indfør dem i din markdown beskrivelse\n- 💬 Diskutér med dit team ved hjælp af kommentarer\n- ⚡ Hold øje med ændringer i aktivitets strømmen\n- 🚀 Få dit projekt organiseret!",
|
"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 er et kanban inspireret organisations værktøj rettet mod personlig planlægning og projekt organisering for teams integreret med Nextcloud.\n\n\n- 📥 Tilføj dine opgaver til kort og organisér dem\n- 📄 Tilføj noter til dine opgaver i markdown\n- 🔖 Tilføj mærkater for endnu bedre organisering\n- 👥 Del med dit team, dine venner eller familie\n- 📎 Vedhæft filer og indfør dem i din markdown beskrivelse\n- 💬 Diskutér med dit team ved hjælp af kommentarer\n- ⚡ Hold øje med ændringer i aktivitets strømmen\n- 🚀 Få dit projekt organiseret!",
|
||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Er du sikker på du vil slette tavlen {title}? Dette vil slette alt data på tavlen.",
|
"(circle)" : "(cirkel)",
|
||||||
"This week" : "Denne uge"
|
"This week" : "Denne uge"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -29,7 +29,6 @@
|
|||||||
"{user} has renamed the card {before} to {card}" : "{user} 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" : "Deck",
|
||||||
"Upcoming cards" : "Kommende kort",
|
"Upcoming cards" : "Kommende kort",
|
||||||
"Load more" : "Hent flere",
|
|
||||||
"Personal" : "Personligt",
|
"Personal" : "Personligt",
|
||||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kortet \"%s\" på \"%s\" er blevet tildelt dig af %s.",
|
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kortet \"%s\" på \"%s\" er blevet tildelt dig af %s.",
|
||||||
"The card \"%s\" on \"%s\" has reached its due date." : "Kortet \"%s\" på \"%s\" har nået sin forfaldsdato.",
|
"The card \"%s\" on \"%s\" has reached its due date." : "Kortet \"%s\" på \"%s\" har nået sin forfaldsdato.",
|
||||||
@@ -98,7 +97,6 @@
|
|||||||
"Hide archived cards" : "Skjul arkiverede kort",
|
"Hide archived cards" : "Skjul arkiverede kort",
|
||||||
"Show archived cards" : "Vis arkiverede kort",
|
"Show archived cards" : "Vis arkiverede kort",
|
||||||
"Toggle compact mode" : "Slå kompakt tilstand til/fra",
|
"Toggle compact mode" : "Slå kompakt tilstand til/fra",
|
||||||
"Open details" : "Mere information",
|
|
||||||
"Details" : "Detaljer",
|
"Details" : "Detaljer",
|
||||||
"Loading board" : "Indlæser tavle",
|
"Loading board" : "Indlæser tavle",
|
||||||
"No lists available" : "Ingen kolonner tilgængelige",
|
"No lists available" : "Ingen kolonner tilgængelige",
|
||||||
@@ -213,6 +211,7 @@
|
|||||||
"Only assigned cards" : "Kun tildelte kort",
|
"Only assigned cards" : "Kun tildelte kort",
|
||||||
"No reminder" : "Ingen påmindelse",
|
"No reminder" : "Ingen påmindelse",
|
||||||
"An error occurred" : "Der var en fejl",
|
"An error occurred" : "Der var en fejl",
|
||||||
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Er du sikker på du vil slette tavlen {title}? Dette vil slette alt data på tavlen.",
|
||||||
"Delete the board?" : "Slet tavlen?",
|
"Delete the board?" : "Slet tavlen?",
|
||||||
"Loading filtered view" : "Indlæser filtreret visning",
|
"Loading filtered view" : "Indlæser filtreret visning",
|
||||||
"No due" : "Ikke forfalden",
|
"No due" : "Ikke forfalden",
|
||||||
@@ -220,7 +219,6 @@
|
|||||||
"upcoming cards" : "kommende kort",
|
"upcoming cards" : "kommende kort",
|
||||||
"Link to a board" : "Link til tavle",
|
"Link to a board" : "Link til tavle",
|
||||||
"Link to a card" : "Link til et kort",
|
"Link to a card" : "Link til et kort",
|
||||||
"Message from {author} in {conversationName}" : "Besked fra {author} i {conversationName}",
|
|
||||||
"Something went wrong" : "Noget gik galt",
|
"Something went wrong" : "Noget gik galt",
|
||||||
"Failed to upload {name}" : "Kunne ikke uploade {name}",
|
"Failed to upload {name}" : "Kunne ikke uploade {name}",
|
||||||
"Maximum file size of {size} exceeded" : "Maksimal fil størrelse {size} overskredet",
|
"Maximum file size of {size} exceeded" : "Maksimal fil størrelse {size} overskredet",
|
||||||
@@ -229,7 +227,7 @@
|
|||||||
"Share {file} with a Deck card" : "Del {file} med et Deck kort",
|
"Share {file} with a Deck card" : "Del {file} med et Deck kort",
|
||||||
"Share" : "Del",
|
"Share" : "Del",
|
||||||
"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 er et kanban inspireret organisations værktøj rettet mod personlig planlægning og projekt organisering for teams integreret med Nextcloud.\n\n\n- 📥 Tilføj dine opgaver til kort og organisér dem\n- 📄 Tilføj noter til dine opgaver i markdown\n- 🔖 Tilføj mærkater for endnu bedre organisering\n- 👥 Del med dit team, dine venner eller familie\n- 📎 Vedhæft filer og indfør dem i din markdown beskrivelse\n- 💬 Diskutér med dit team ved hjælp af kommentarer\n- ⚡ Hold øje med ændringer i aktivitets strømmen\n- 🚀 Få dit projekt organiseret!",
|
"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 er et kanban inspireret organisations værktøj rettet mod personlig planlægning og projekt organisering for teams integreret med Nextcloud.\n\n\n- 📥 Tilføj dine opgaver til kort og organisér dem\n- 📄 Tilføj noter til dine opgaver i markdown\n- 🔖 Tilføj mærkater for endnu bedre organisering\n- 👥 Del med dit team, dine venner eller familie\n- 📎 Vedhæft filer og indfør dem i din markdown beskrivelse\n- 💬 Diskutér med dit team ved hjælp af kommentarer\n- ⚡ Hold øje med ændringer i aktivitets strømmen\n- 🚀 Få dit projekt organiseret!",
|
||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Er du sikker på du vil slette tavlen {title}? Dette vil slette alt data på tavlen.",
|
"(circle)" : "(cirkel)",
|
||||||
"This week" : "Denne uge"
|
"This week" : "Denne uge"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
54
l10n/de.js
54
l10n/de.js
@@ -68,16 +68,15 @@ OC.L10N.register(
|
|||||||
"Changes in the <strong>Deck app</strong>" : "Änderungen in der <strong>Deck-App</strong>",
|
"Changes in the <strong>Deck app</strong>" : "Änderungen in der <strong>Deck-App</strong>",
|
||||||
"A <strong>comment</strong> was created on a card" : "Ein <strong>Kommentar</strong> zu einer Karte wurde erstellt",
|
"A <strong>comment</strong> was created on a card" : "Ein <strong>Kommentar</strong> zu einer Karte wurde erstellt",
|
||||||
"Upcoming cards" : "Anstehende Karten",
|
"Upcoming cards" : "Anstehende Karten",
|
||||||
"Load more" : "Mehr laden",
|
|
||||||
"Personal" : "Persönlich",
|
"Personal" : "Persönlich",
|
||||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Die Karte \"%s\" auf \"%s\" wurde dir von %s zugewiesen.",
|
"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.",
|
"{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.",
|
"The card \"%s\" on \"%s\" has reached its due date." : "Die Karte \"%s\" in \"%s\" ist überfällig.",
|
||||||
"The card {deck-card} on {deck-board} has reached its due date." : "Die Karte {deck-card} in {deck-board} ist überfällig.",
|
"The card {deck-card} on {deck-board} has reached its due date." : "Die Karte {deck-card} in {deck-board} ist überfällig.",
|
||||||
"%s has mentioned you in a comment on \"%s\"." : "%s hat dich in einem Kommentar zu \"%s\" erwähnt.",
|
"%s has mentioned you in a comment on \"%s\"." : "%s hat Dich in einem Kommentar zu \"%s\" erwähnt.",
|
||||||
"{user} has mentioned you in a comment on {deck-card}." : "{user} hat dich in einem Kommentar zu {deck-card} erwähnt.",
|
"{user} has mentioned you in a comment on {deck-card}." : "{user} hat Dich in einem Kommentar zu {deck-card} erwähnt.",
|
||||||
"The board \"%s\" has been shared with you by %s." : "Das Board \"%s\" wurde von %s mit dir geteilt.",
|
"The board \"%s\" has been shared with you by %s." : "Das Board \"%s\" wurde von %s mit Dir geteilt.",
|
||||||
"{user} has shared {deck-board} with you." : "{user} hat das Board {deck-board} mit dir geteilt.",
|
"{user} has shared {deck-board} with you." : "{user} hat das Board {deck-board} mit Dir geteilt.",
|
||||||
"Card comments" : "Kommentare zur Karte",
|
"Card comments" : "Kommentare zur Karte",
|
||||||
"%s on %s" : "%s von %s",
|
"%s on %s" : "%s von %s",
|
||||||
"No data was provided to create an attachment." : "Es wurden keine Daten zum Erstellen eines Anhangs bereitgestellt.",
|
"No data was provided to create an attachment." : "Es wurden keine Daten zum Erstellen eines Anhangs bereitgestellt.",
|
||||||
@@ -104,9 +103,9 @@ OC.L10N.register(
|
|||||||
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Dieser Kommentar hat mehr als %s Zeichen.\nAls Anhang der Karte mit dem Namen %s hinzugefügt.\nZugriff über die URL: %s.",
|
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Dieser Kommentar hat mehr als %s Zeichen.\nAls Anhang der Karte mit dem Namen %s hinzugefügt.\nZugriff über die URL: %s.",
|
||||||
"Card not found" : "Karte nicht gefunden",
|
"Card not found" : "Karte nicht gefunden",
|
||||||
"Path is already shared with this card" : "Pfad wurde bereits mit dieser Karte geteilt",
|
"Path is already shared with this card" : "Pfad wurde bereits mit dieser Karte geteilt",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT",
|
"Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJJ-MM-TT",
|
||||||
"Personal planning and team project organization" : "Persönliche Planung und Teamprojektorganisation",
|
"Personal planning and team project organization" : "Persönliche Planung und Teamprojektorganisation",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Füge deine Aufgaben zu den Karten hinzu und ordne diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teile mit deinem Team, Freunden oder der Familie\n- 📎 Füge Dateien hinzu und verwende diese in deinen Markdown-Beschreibungen\n- 💬 Diskutiere mit deinem Team mit Kommentaren\n- ⚡ Behalte den Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisiere dein Projekt",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Füge Deine Aufgaben zu den Karten hinzu und ordne diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teile mit Deinem Team, Freunden oder der Familie\n- 📎 Füge Dateien hinzu und verwende diese in Deinen Markdown-Beschreibungen\n- 💬 Diskutiere mit Deinem Team mit Kommentaren\n- ⚡ Behalte Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisiere Dein Projekt",
|
||||||
"Card details" : "Karten-Details",
|
"Card details" : "Karten-Details",
|
||||||
"Add board" : "Board hinzufügen",
|
"Add board" : "Board hinzufügen",
|
||||||
"Select the board to link to a project" : "Wähle ein Board aus, um dieses mit einem Projekt zu verknüpfen",
|
"Select the board to link to a project" : "Wähle ein Board aus, um dieses mit einem Projekt zu verknüpfen",
|
||||||
@@ -124,10 +123,10 @@ OC.L10N.register(
|
|||||||
"Create card" : "Karte erstellen",
|
"Create card" : "Karte erstellen",
|
||||||
"Select a card" : "Eine Karte auswählen",
|
"Select a card" : "Eine Karte auswählen",
|
||||||
"Select the card to link to a project" : "Wähle die Karte aus, um diese mit einem Projekt zu verknüpfen",
|
"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",
|
"Link to card" : "Mit einer Karte verknüpfen",
|
||||||
"File already exists" : "Datei bereits vorhanden",
|
"File already exists" : "Datei bereits vorhanden",
|
||||||
"A file with the name {filename} already exists." : "Eine Datei mit diesem Namen {filename} existiert bereits.",
|
"A file with the name {filename} already exists." : "Eine Datei mit diesem Namen {filename} existiert bereits.",
|
||||||
"Do you want to overwrite it?" : "Möchtest du überschreiben?",
|
"Do you want to overwrite it?" : "Möchtest Du überschreiben?",
|
||||||
"Overwrite file" : "Datei überschreiben",
|
"Overwrite file" : "Datei überschreiben",
|
||||||
"Keep existing file" : "Existierende Datei behalten",
|
"Keep existing file" : "Existierende Datei behalten",
|
||||||
"This board is read only" : "Dieses Board ist schreibgeschützt",
|
"This board is read only" : "Dieses Board ist schreibgeschützt",
|
||||||
@@ -136,7 +135,6 @@ OC.L10N.register(
|
|||||||
"Archived cards" : "Archivierte Karten",
|
"Archived cards" : "Archivierte Karten",
|
||||||
"Add list" : "Liste hinzufügen",
|
"Add list" : "Liste hinzufügen",
|
||||||
"List name" : "Listenname",
|
"List name" : "Listenname",
|
||||||
"Active filters" : "Aktive Filter",
|
|
||||||
"Apply filter" : "Filter anwenden",
|
"Apply filter" : "Filter anwenden",
|
||||||
"Filter by tag" : "Nach Schlagwort filtern",
|
"Filter by tag" : "Nach Schlagwort filtern",
|
||||||
"Filter by assigned user" : "Nach zugewiesenem Benutzer filtern",
|
"Filter by assigned user" : "Nach zugewiesenem Benutzer filtern",
|
||||||
@@ -151,7 +149,6 @@ OC.L10N.register(
|
|||||||
"Hide archived cards" : "Archivierte Karten ausblenden",
|
"Hide archived cards" : "Archivierte Karten ausblenden",
|
||||||
"Show archived cards" : "Archivierte Karten anzeigen",
|
"Show archived cards" : "Archivierte Karten anzeigen",
|
||||||
"Toggle compact mode" : "Kompaktmodus umschalten",
|
"Toggle compact mode" : "Kompaktmodus umschalten",
|
||||||
"Open details" : "Details öffnen",
|
|
||||||
"Details" : "Details",
|
"Details" : "Details",
|
||||||
"Loading board" : "Lade Board",
|
"Loading board" : "Lade Board",
|
||||||
"No lists available" : "Keine Listen verfügbar",
|
"No lists available" : "Keine Listen verfügbar",
|
||||||
@@ -176,10 +173,10 @@ OC.L10N.register(
|
|||||||
"Owner" : "Besitzer",
|
"Owner" : "Besitzer",
|
||||||
"Delete" : "Löschen",
|
"Delete" : "Löschen",
|
||||||
"Failed to create share with {displayName}" : "Fehler beim Erstellen der Freigabe mit dem Namen {displayName}",
|
"Failed to create share with {displayName}" : "Fehler beim Erstellen der Freigabe mit dem Namen {displayName}",
|
||||||
"Are you sure you want to transfer the board {title} to {user}?" : "Möchtest du wirklich das Board {title} an {user} übertragen?",
|
"Are you sure you want to transfer the board {title} to {user}?" : "Möchtest Du wirklich das Board {title} an {user} übertragen?",
|
||||||
"Transfer the board." : "Board übertragen",
|
"Transfer the board." : "Board übertragen",
|
||||||
"Transfer" : "Übertragen",
|
"Transfer" : "Übertragen",
|
||||||
"The board has been transferred to {user}" : "Das Board wurde an {user} übertragen",
|
"The board has been transferred to {user}" : "Das Board wurde an {user} übertragen",
|
||||||
"Failed to transfer the board to {user}" : "Das Board konnte nicht an {user} übertragen werden",
|
"Failed to transfer the board to {user}" : "Das Board konnte nicht an {user} übertragen werden",
|
||||||
"Add a new list" : "Eine neue Liste hinzufügen",
|
"Add a new list" : "Eine neue Liste hinzufügen",
|
||||||
"Archive all cards" : "Alle Karten archivieren",
|
"Archive all cards" : "Alle Karten archivieren",
|
||||||
@@ -242,9 +239,7 @@ OC.L10N.register(
|
|||||||
"Write a description …" : "Beschreibung schreiben …",
|
"Write a description …" : "Beschreibung schreiben …",
|
||||||
"Choose attachment" : "Anhang auswählen",
|
"Choose attachment" : "Anhang auswählen",
|
||||||
"(group)" : "(Gruppe)",
|
"(group)" : "(Gruppe)",
|
||||||
"Todo items" : "Aufgaben-Elemente",
|
|
||||||
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
|
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
|
||||||
"Edit card title" : "Kartentitel bearbeiten",
|
|
||||||
"Assign to me" : "Mir zuweisen",
|
"Assign to me" : "Mir zuweisen",
|
||||||
"Unassign myself" : "Nicht mehr mir zuweisen",
|
"Unassign myself" : "Nicht mehr mir zuweisen",
|
||||||
"Move card" : "Karte verschieben",
|
"Move card" : "Karte verschieben",
|
||||||
@@ -257,12 +252,11 @@ OC.L10N.register(
|
|||||||
"seconds ago" : "Gerade eben",
|
"seconds ago" : "Gerade eben",
|
||||||
"All boards" : "Alle Boards",
|
"All boards" : "Alle Boards",
|
||||||
"Archived boards" : "Archivierte Boards",
|
"Archived boards" : "Archivierte Boards",
|
||||||
"Shared with you" : "Mit dir geteilt",
|
"Shared with you" : "Mit Dir geteilt",
|
||||||
"Deck settings" : "Deck-Einstellungen",
|
|
||||||
"Use bigger card view" : "Größere Kartenansicht verwenden",
|
"Use bigger card view" : "Größere Kartenansicht verwenden",
|
||||||
"Show boards in calendar/tasks" : "Board in Kalender/Aufgaben anzeigen",
|
"Show boards in calendar/tasks" : "Board in Kalender/Aufgaben anzeigen",
|
||||||
"Limit deck usage of groups" : "Nutzung auf Gruppen einschränken",
|
"Limit deck usage of groups" : "Nutzung auf Gruppen einschränken",
|
||||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Wenn du Deck einschränkst, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden.",
|
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Wenn Du Deck einschränkst, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden.",
|
||||||
"Board details" : "Board-Details",
|
"Board details" : "Board-Details",
|
||||||
"Edit board" : "Board bearbeiten",
|
"Edit board" : "Board bearbeiten",
|
||||||
"Clone board" : "Board klonen",
|
"Clone board" : "Board klonen",
|
||||||
@@ -279,19 +273,14 @@ OC.L10N.register(
|
|||||||
"Only assigned cards" : "Nur zugewiesene Karten",
|
"Only assigned cards" : "Nur zugewiesene Karten",
|
||||||
"No reminder" : "Keine Erinnerung",
|
"No reminder" : "Keine Erinnerung",
|
||||||
"An error occurred" : "Es ist ein Fehler aufgetreten",
|
"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?",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Möchtest Du wirklich das Board {title} mit all seinen Daten löschen?",
|
||||||
"Delete the board?" : "Das Board löschen?",
|
"Delete the board?" : "Das Board löschen?",
|
||||||
"Loading filtered view" : "Lade gefilterte Ansicht",
|
"Loading filtered view" : "Lade gefilterte Ansicht",
|
||||||
"No due" : "Kein Fälligkeitsdatum",
|
"No due" : "Kein Fälligkeitsdatum",
|
||||||
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
|
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
|
||||||
"No results found" : "Keine Ergebnisse gefunden",
|
"No results found" : "Keine Ergebnisse gefunden",
|
||||||
"{stack} in {board}" : "{stack} in {board}",
|
|
||||||
"Click to expand description" : "Klicken, um die Beschreibung zu erweitern",
|
|
||||||
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Erstellt am {created}\n* Zuletzt geändert am {lastMod}\n* {nbAttachments} Anhänge\n* {nbComments} Kommentare",
|
|
||||||
"{nbCards} cards" : "{nbCards} Karten",
|
|
||||||
"No upcoming cards" : "Keine anstehenden Karten",
|
"No upcoming cards" : "Keine anstehenden Karten",
|
||||||
"upcoming cards" : "Anstehende Karten",
|
"upcoming cards" : "Anstehende Karten",
|
||||||
"Due on {date}" : "Fällig am {date}",
|
|
||||||
"Link to a board" : "Mit einem Board verknüpfen",
|
"Link to a board" : "Mit einem Board verknüpfen",
|
||||||
"Link to a card" : "Mit einer Karte verknüpfen",
|
"Link to a card" : "Mit einer Karte verknüpfen",
|
||||||
"Create a card" : "Eine Karte erstellen",
|
"Create a card" : "Eine Karte erstellen",
|
||||||
@@ -303,12 +292,13 @@ OC.L10N.register(
|
|||||||
"Share with a Deck card" : "Mit einer Deck-Karte teilen",
|
"Share with a Deck card" : "Mit einer Deck-Karte teilen",
|
||||||
"Share {file} with a Deck card" : "{file} mit einer Deck-Karte teilen",
|
"Share {file} with a Deck card" : "{file} mit einer Deck-Karte teilen",
|
||||||
"Share" : "Freigeben",
|
"Share" : "Freigeben",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Füge deine Aufgaben zu den Karten hinzu und ordne diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teile mit deinem Team, Freunden oder der Familie\n- 📎 Füge Dateien hinzu und verwende diese in deinen Markdown-Beschreibungen\n- 💬 Diskutiere mit deinem Team mit Kommentaren\n- ⚡ Behalte den Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisiere dein Projekt",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Füge Deine Aufgaben zu den Karten hinzu und ordne diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teile mit Deinem Team, Freunden oder der Familie\n- 📎 Füge Dateien hinzu und verwende diese in Deinen Markdown-Beschreibungen\n- 💬 Diskutiere mit Deinem Team mit Kommentaren\n- ⚡ Behalte Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisiere Dein Projekt",
|
||||||
"Are you sure you want to transfer the board {title} for {user} ?" : "Möchtest du wirklich das Board {title} an {user} übertragen?",
|
"Creating the new card…" : "Neue Karte wird erstellt …",
|
||||||
"Transfer the board for {user} successfully" : "Das Board wurde erfolgreich an {user} übertragen",
|
"\"{card}\" was added to \"{board}\"" : "Karte \"{card}\" wurde zu Board \"{board}\" hinzugefügt",
|
||||||
"Failed to transfer the board for {user}" : "Board konnte nicht an {user} übertragen werden",
|
"(circle)" : "(Kreis)",
|
||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Möchtest du wirklich das Board {title} mit all seinen Daten löschen?",
|
|
||||||
"This week" : "Diese Woche",
|
"This week" : "Diese Woche",
|
||||||
"Are you sure you want to transfer the board {title} for {user}?" : "Möchtest du wirklich das Board {title} an {user} übertragen?"
|
"Are you sure you want to transfer the board {title} for {user} ?" : "Möchtest Du wirklich das Board {title} an {user} übertragen?",
|
||||||
|
"Transfer the board for {user} successfully" : "Das Board wurde erfolgreich an {user} übertragen",
|
||||||
|
"Failed to transfer the board for {user}" : "Board konnte nicht an {user} übertragen werden"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
54
l10n/de.json
54
l10n/de.json
@@ -66,16 +66,15 @@
|
|||||||
"Changes in the <strong>Deck app</strong>" : "Änderungen in der <strong>Deck-App</strong>",
|
"Changes in the <strong>Deck app</strong>" : "Änderungen in der <strong>Deck-App</strong>",
|
||||||
"A <strong>comment</strong> was created on a card" : "Ein <strong>Kommentar</strong> zu einer Karte wurde erstellt",
|
"A <strong>comment</strong> was created on a card" : "Ein <strong>Kommentar</strong> zu einer Karte wurde erstellt",
|
||||||
"Upcoming cards" : "Anstehende Karten",
|
"Upcoming cards" : "Anstehende Karten",
|
||||||
"Load more" : "Mehr laden",
|
|
||||||
"Personal" : "Persönlich",
|
"Personal" : "Persönlich",
|
||||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Die Karte \"%s\" auf \"%s\" wurde dir von %s zugewiesen.",
|
"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.",
|
"{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.",
|
"The card \"%s\" on \"%s\" has reached its due date." : "Die Karte \"%s\" in \"%s\" ist überfällig.",
|
||||||
"The card {deck-card} on {deck-board} has reached its due date." : "Die Karte {deck-card} in {deck-board} ist überfällig.",
|
"The card {deck-card} on {deck-board} has reached its due date." : "Die Karte {deck-card} in {deck-board} ist überfällig.",
|
||||||
"%s has mentioned you in a comment on \"%s\"." : "%s hat dich in einem Kommentar zu \"%s\" erwähnt.",
|
"%s has mentioned you in a comment on \"%s\"." : "%s hat Dich in einem Kommentar zu \"%s\" erwähnt.",
|
||||||
"{user} has mentioned you in a comment on {deck-card}." : "{user} hat dich in einem Kommentar zu {deck-card} erwähnt.",
|
"{user} has mentioned you in a comment on {deck-card}." : "{user} hat Dich in einem Kommentar zu {deck-card} erwähnt.",
|
||||||
"The board \"%s\" has been shared with you by %s." : "Das Board \"%s\" wurde von %s mit dir geteilt.",
|
"The board \"%s\" has been shared with you by %s." : "Das Board \"%s\" wurde von %s mit Dir geteilt.",
|
||||||
"{user} has shared {deck-board} with you." : "{user} hat das Board {deck-board} mit dir geteilt.",
|
"{user} has shared {deck-board} with you." : "{user} hat das Board {deck-board} mit Dir geteilt.",
|
||||||
"Card comments" : "Kommentare zur Karte",
|
"Card comments" : "Kommentare zur Karte",
|
||||||
"%s on %s" : "%s von %s",
|
"%s on %s" : "%s von %s",
|
||||||
"No data was provided to create an attachment." : "Es wurden keine Daten zum Erstellen eines Anhangs bereitgestellt.",
|
"No data was provided to create an attachment." : "Es wurden keine Daten zum Erstellen eines Anhangs bereitgestellt.",
|
||||||
@@ -102,9 +101,9 @@
|
|||||||
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Dieser Kommentar hat mehr als %s Zeichen.\nAls Anhang der Karte mit dem Namen %s hinzugefügt.\nZugriff über die URL: %s.",
|
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Dieser Kommentar hat mehr als %s Zeichen.\nAls Anhang der Karte mit dem Namen %s hinzugefügt.\nZugriff über die URL: %s.",
|
||||||
"Card not found" : "Karte nicht gefunden",
|
"Card not found" : "Karte nicht gefunden",
|
||||||
"Path is already shared with this card" : "Pfad wurde bereits mit dieser Karte geteilt",
|
"Path is already shared with this card" : "Pfad wurde bereits mit dieser Karte geteilt",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT",
|
"Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJJ-MM-TT",
|
||||||
"Personal planning and team project organization" : "Persönliche Planung und Teamprojektorganisation",
|
"Personal planning and team project organization" : "Persönliche Planung und Teamprojektorganisation",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Füge deine Aufgaben zu den Karten hinzu und ordne diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teile mit deinem Team, Freunden oder der Familie\n- 📎 Füge Dateien hinzu und verwende diese in deinen Markdown-Beschreibungen\n- 💬 Diskutiere mit deinem Team mit Kommentaren\n- ⚡ Behalte den Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisiere dein Projekt",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Füge Deine Aufgaben zu den Karten hinzu und ordne diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teile mit Deinem Team, Freunden oder der Familie\n- 📎 Füge Dateien hinzu und verwende diese in Deinen Markdown-Beschreibungen\n- 💬 Diskutiere mit Deinem Team mit Kommentaren\n- ⚡ Behalte Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisiere Dein Projekt",
|
||||||
"Card details" : "Karten-Details",
|
"Card details" : "Karten-Details",
|
||||||
"Add board" : "Board hinzufügen",
|
"Add board" : "Board hinzufügen",
|
||||||
"Select the board to link to a project" : "Wähle ein Board aus, um dieses mit einem Projekt zu verknüpfen",
|
"Select the board to link to a project" : "Wähle ein Board aus, um dieses mit einem Projekt zu verknüpfen",
|
||||||
@@ -122,10 +121,10 @@
|
|||||||
"Create card" : "Karte erstellen",
|
"Create card" : "Karte erstellen",
|
||||||
"Select a card" : "Eine Karte auswählen",
|
"Select a card" : "Eine Karte auswählen",
|
||||||
"Select the card to link to a project" : "Wähle die Karte aus, um diese mit einem Projekt zu verknüpfen",
|
"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",
|
"Link to card" : "Mit einer Karte verknüpfen",
|
||||||
"File already exists" : "Datei bereits vorhanden",
|
"File already exists" : "Datei bereits vorhanden",
|
||||||
"A file with the name {filename} already exists." : "Eine Datei mit diesem Namen {filename} existiert bereits.",
|
"A file with the name {filename} already exists." : "Eine Datei mit diesem Namen {filename} existiert bereits.",
|
||||||
"Do you want to overwrite it?" : "Möchtest du überschreiben?",
|
"Do you want to overwrite it?" : "Möchtest Du überschreiben?",
|
||||||
"Overwrite file" : "Datei überschreiben",
|
"Overwrite file" : "Datei überschreiben",
|
||||||
"Keep existing file" : "Existierende Datei behalten",
|
"Keep existing file" : "Existierende Datei behalten",
|
||||||
"This board is read only" : "Dieses Board ist schreibgeschützt",
|
"This board is read only" : "Dieses Board ist schreibgeschützt",
|
||||||
@@ -134,7 +133,6 @@
|
|||||||
"Archived cards" : "Archivierte Karten",
|
"Archived cards" : "Archivierte Karten",
|
||||||
"Add list" : "Liste hinzufügen",
|
"Add list" : "Liste hinzufügen",
|
||||||
"List name" : "Listenname",
|
"List name" : "Listenname",
|
||||||
"Active filters" : "Aktive Filter",
|
|
||||||
"Apply filter" : "Filter anwenden",
|
"Apply filter" : "Filter anwenden",
|
||||||
"Filter by tag" : "Nach Schlagwort filtern",
|
"Filter by tag" : "Nach Schlagwort filtern",
|
||||||
"Filter by assigned user" : "Nach zugewiesenem Benutzer filtern",
|
"Filter by assigned user" : "Nach zugewiesenem Benutzer filtern",
|
||||||
@@ -149,7 +147,6 @@
|
|||||||
"Hide archived cards" : "Archivierte Karten ausblenden",
|
"Hide archived cards" : "Archivierte Karten ausblenden",
|
||||||
"Show archived cards" : "Archivierte Karten anzeigen",
|
"Show archived cards" : "Archivierte Karten anzeigen",
|
||||||
"Toggle compact mode" : "Kompaktmodus umschalten",
|
"Toggle compact mode" : "Kompaktmodus umschalten",
|
||||||
"Open details" : "Details öffnen",
|
|
||||||
"Details" : "Details",
|
"Details" : "Details",
|
||||||
"Loading board" : "Lade Board",
|
"Loading board" : "Lade Board",
|
||||||
"No lists available" : "Keine Listen verfügbar",
|
"No lists available" : "Keine Listen verfügbar",
|
||||||
@@ -174,10 +171,10 @@
|
|||||||
"Owner" : "Besitzer",
|
"Owner" : "Besitzer",
|
||||||
"Delete" : "Löschen",
|
"Delete" : "Löschen",
|
||||||
"Failed to create share with {displayName}" : "Fehler beim Erstellen der Freigabe mit dem Namen {displayName}",
|
"Failed to create share with {displayName}" : "Fehler beim Erstellen der Freigabe mit dem Namen {displayName}",
|
||||||
"Are you sure you want to transfer the board {title} to {user}?" : "Möchtest du wirklich das Board {title} an {user} übertragen?",
|
"Are you sure you want to transfer the board {title} to {user}?" : "Möchtest Du wirklich das Board {title} an {user} übertragen?",
|
||||||
"Transfer the board." : "Board übertragen",
|
"Transfer the board." : "Board übertragen",
|
||||||
"Transfer" : "Übertragen",
|
"Transfer" : "Übertragen",
|
||||||
"The board has been transferred to {user}" : "Das Board wurde an {user} übertragen",
|
"The board has been transferred to {user}" : "Das Board wurde an {user} übertragen",
|
||||||
"Failed to transfer the board to {user}" : "Das Board konnte nicht an {user} übertragen werden",
|
"Failed to transfer the board to {user}" : "Das Board konnte nicht an {user} übertragen werden",
|
||||||
"Add a new list" : "Eine neue Liste hinzufügen",
|
"Add a new list" : "Eine neue Liste hinzufügen",
|
||||||
"Archive all cards" : "Alle Karten archivieren",
|
"Archive all cards" : "Alle Karten archivieren",
|
||||||
@@ -240,9 +237,7 @@
|
|||||||
"Write a description …" : "Beschreibung schreiben …",
|
"Write a description …" : "Beschreibung schreiben …",
|
||||||
"Choose attachment" : "Anhang auswählen",
|
"Choose attachment" : "Anhang auswählen",
|
||||||
"(group)" : "(Gruppe)",
|
"(group)" : "(Gruppe)",
|
||||||
"Todo items" : "Aufgaben-Elemente",
|
|
||||||
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
|
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
|
||||||
"Edit card title" : "Kartentitel bearbeiten",
|
|
||||||
"Assign to me" : "Mir zuweisen",
|
"Assign to me" : "Mir zuweisen",
|
||||||
"Unassign myself" : "Nicht mehr mir zuweisen",
|
"Unassign myself" : "Nicht mehr mir zuweisen",
|
||||||
"Move card" : "Karte verschieben",
|
"Move card" : "Karte verschieben",
|
||||||
@@ -255,12 +250,11 @@
|
|||||||
"seconds ago" : "Gerade eben",
|
"seconds ago" : "Gerade eben",
|
||||||
"All boards" : "Alle Boards",
|
"All boards" : "Alle Boards",
|
||||||
"Archived boards" : "Archivierte Boards",
|
"Archived boards" : "Archivierte Boards",
|
||||||
"Shared with you" : "Mit dir geteilt",
|
"Shared with you" : "Mit Dir geteilt",
|
||||||
"Deck settings" : "Deck-Einstellungen",
|
|
||||||
"Use bigger card view" : "Größere Kartenansicht verwenden",
|
"Use bigger card view" : "Größere Kartenansicht verwenden",
|
||||||
"Show boards in calendar/tasks" : "Board in Kalender/Aufgaben anzeigen",
|
"Show boards in calendar/tasks" : "Board in Kalender/Aufgaben anzeigen",
|
||||||
"Limit deck usage of groups" : "Nutzung auf Gruppen einschränken",
|
"Limit deck usage of groups" : "Nutzung auf Gruppen einschränken",
|
||||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Wenn du Deck einschränkst, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden.",
|
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Wenn Du Deck einschränkst, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden.",
|
||||||
"Board details" : "Board-Details",
|
"Board details" : "Board-Details",
|
||||||
"Edit board" : "Board bearbeiten",
|
"Edit board" : "Board bearbeiten",
|
||||||
"Clone board" : "Board klonen",
|
"Clone board" : "Board klonen",
|
||||||
@@ -277,19 +271,14 @@
|
|||||||
"Only assigned cards" : "Nur zugewiesene Karten",
|
"Only assigned cards" : "Nur zugewiesene Karten",
|
||||||
"No reminder" : "Keine Erinnerung",
|
"No reminder" : "Keine Erinnerung",
|
||||||
"An error occurred" : "Es ist ein Fehler aufgetreten",
|
"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?",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Möchtest Du wirklich das Board {title} mit all seinen Daten löschen?",
|
||||||
"Delete the board?" : "Das Board löschen?",
|
"Delete the board?" : "Das Board löschen?",
|
||||||
"Loading filtered view" : "Lade gefilterte Ansicht",
|
"Loading filtered view" : "Lade gefilterte Ansicht",
|
||||||
"No due" : "Kein Fälligkeitsdatum",
|
"No due" : "Kein Fälligkeitsdatum",
|
||||||
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
|
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
|
||||||
"No results found" : "Keine Ergebnisse gefunden",
|
"No results found" : "Keine Ergebnisse gefunden",
|
||||||
"{stack} in {board}" : "{stack} in {board}",
|
|
||||||
"Click to expand description" : "Klicken, um die Beschreibung zu erweitern",
|
|
||||||
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Erstellt am {created}\n* Zuletzt geändert am {lastMod}\n* {nbAttachments} Anhänge\n* {nbComments} Kommentare",
|
|
||||||
"{nbCards} cards" : "{nbCards} Karten",
|
|
||||||
"No upcoming cards" : "Keine anstehenden Karten",
|
"No upcoming cards" : "Keine anstehenden Karten",
|
||||||
"upcoming cards" : "Anstehende Karten",
|
"upcoming cards" : "Anstehende Karten",
|
||||||
"Due on {date}" : "Fällig am {date}",
|
|
||||||
"Link to a board" : "Mit einem Board verknüpfen",
|
"Link to a board" : "Mit einem Board verknüpfen",
|
||||||
"Link to a card" : "Mit einer Karte verknüpfen",
|
"Link to a card" : "Mit einer Karte verknüpfen",
|
||||||
"Create a card" : "Eine Karte erstellen",
|
"Create a card" : "Eine Karte erstellen",
|
||||||
@@ -301,12 +290,13 @@
|
|||||||
"Share with a Deck card" : "Mit einer Deck-Karte teilen",
|
"Share with a Deck card" : "Mit einer Deck-Karte teilen",
|
||||||
"Share {file} with a Deck card" : "{file} mit einer Deck-Karte teilen",
|
"Share {file} with a Deck card" : "{file} mit einer Deck-Karte teilen",
|
||||||
"Share" : "Freigeben",
|
"Share" : "Freigeben",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Füge deine Aufgaben zu den Karten hinzu und ordne diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teile mit deinem Team, Freunden oder der Familie\n- 📎 Füge Dateien hinzu und verwende diese in deinen Markdown-Beschreibungen\n- 💬 Diskutiere mit deinem Team mit Kommentaren\n- ⚡ Behalte den Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisiere dein Projekt",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Füge Deine Aufgaben zu den Karten hinzu und ordne diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teile mit Deinem Team, Freunden oder der Familie\n- 📎 Füge Dateien hinzu und verwende diese in Deinen Markdown-Beschreibungen\n- 💬 Diskutiere mit Deinem Team mit Kommentaren\n- ⚡ Behalte Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisiere Dein Projekt",
|
||||||
"Are you sure you want to transfer the board {title} for {user} ?" : "Möchtest du wirklich das Board {title} an {user} übertragen?",
|
"Creating the new card…" : "Neue Karte wird erstellt …",
|
||||||
"Transfer the board for {user} successfully" : "Das Board wurde erfolgreich an {user} übertragen",
|
"\"{card}\" was added to \"{board}\"" : "Karte \"{card}\" wurde zu Board \"{board}\" hinzugefügt",
|
||||||
"Failed to transfer the board for {user}" : "Board konnte nicht an {user} übertragen werden",
|
"(circle)" : "(Kreis)",
|
||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Möchtest du wirklich das Board {title} mit all seinen Daten löschen?",
|
|
||||||
"This week" : "Diese Woche",
|
"This week" : "Diese Woche",
|
||||||
"Are you sure you want to transfer the board {title} for {user}?" : "Möchtest du wirklich das Board {title} an {user} übertragen?"
|
"Are you sure you want to transfer the board {title} for {user} ?" : "Möchtest Du wirklich das Board {title} an {user} übertragen?",
|
||||||
|
"Transfer the board for {user} successfully" : "Das Board wurde erfolgreich an {user} übertragen",
|
||||||
|
"Failed to transfer the board for {user}" : "Board konnte nicht an {user} übertragen werden"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -68,7 +68,6 @@ OC.L10N.register(
|
|||||||
"Changes in the <strong>Deck app</strong>" : "Änderungen in der <strong>Deck-App</strong>",
|
"Changes in the <strong>Deck app</strong>" : "Änderungen in der <strong>Deck-App</strong>",
|
||||||
"A <strong>comment</strong> was created on a card" : "Ein <strong>Kommentar</strong> zu einer Karte wurde erstellt",
|
"A <strong>comment</strong> was created on a card" : "Ein <strong>Kommentar</strong> zu einer Karte wurde erstellt",
|
||||||
"Upcoming cards" : "Anstehende Karten",
|
"Upcoming cards" : "Anstehende Karten",
|
||||||
"Load more" : "Mehr laden",
|
|
||||||
"Personal" : "Persönlich",
|
"Personal" : "Persönlich",
|
||||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Die Karte \"%s\" auf \"%s\" wurde Ihnen von %s zugewiesen.",
|
"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.",
|
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} hat Ihnen die Karte {deck-card} auf {deck-board} zugewiesen.",
|
||||||
@@ -136,7 +135,6 @@ OC.L10N.register(
|
|||||||
"Archived cards" : "Archivierte Karten",
|
"Archived cards" : "Archivierte Karten",
|
||||||
"Add list" : "Liste hinzufügen",
|
"Add list" : "Liste hinzufügen",
|
||||||
"List name" : "Listenname",
|
"List name" : "Listenname",
|
||||||
"Active filters" : "Aktive Filter",
|
|
||||||
"Apply filter" : "Filter anwenden",
|
"Apply filter" : "Filter anwenden",
|
||||||
"Filter by tag" : "Nach Schlagwort filtern",
|
"Filter by tag" : "Nach Schlagwort filtern",
|
||||||
"Filter by assigned user" : "Nach zugewiesenem Benutzer filtern",
|
"Filter by assigned user" : "Nach zugewiesenem Benutzer filtern",
|
||||||
@@ -151,7 +149,6 @@ OC.L10N.register(
|
|||||||
"Hide archived cards" : "Archivierte Karten ausblenden",
|
"Hide archived cards" : "Archivierte Karten ausblenden",
|
||||||
"Show archived cards" : "Archivierte Karten anzeigen",
|
"Show archived cards" : "Archivierte Karten anzeigen",
|
||||||
"Toggle compact mode" : "Kompaktmodus umschalten",
|
"Toggle compact mode" : "Kompaktmodus umschalten",
|
||||||
"Open details" : "Details öffnen",
|
|
||||||
"Details" : "Details",
|
"Details" : "Details",
|
||||||
"Loading board" : "Lade Board",
|
"Loading board" : "Lade Board",
|
||||||
"No lists available" : "Keine Listen verfügbar",
|
"No lists available" : "Keine Listen verfügbar",
|
||||||
@@ -242,9 +239,7 @@ OC.L10N.register(
|
|||||||
"Write a description …" : "Beschreibung schreiben …",
|
"Write a description …" : "Beschreibung schreiben …",
|
||||||
"Choose attachment" : "Anhang auswählen",
|
"Choose attachment" : "Anhang auswählen",
|
||||||
"(group)" : "(Gruppe)",
|
"(group)" : "(Gruppe)",
|
||||||
"Todo items" : "Aufgaben-Elemente",
|
|
||||||
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
|
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
|
||||||
"Edit card title" : "Kartentitel bearbeiten",
|
|
||||||
"Assign to me" : "Mir zuweisen",
|
"Assign to me" : "Mir zuweisen",
|
||||||
"Unassign myself" : "Nicht mehr mir zuweisen",
|
"Unassign myself" : "Nicht mehr mir zuweisen",
|
||||||
"Move card" : "Karte verschieben",
|
"Move card" : "Karte verschieben",
|
||||||
@@ -258,7 +253,6 @@ OC.L10N.register(
|
|||||||
"All boards" : "Alle Boards",
|
"All boards" : "Alle Boards",
|
||||||
"Archived boards" : "Archivierte Boards",
|
"Archived boards" : "Archivierte Boards",
|
||||||
"Shared with you" : "Mit Ihnen geteilt",
|
"Shared with you" : "Mit Ihnen geteilt",
|
||||||
"Deck settings" : "Deck-Einstellungen",
|
|
||||||
"Use bigger card view" : "Größere Kartenansicht verwenden",
|
"Use bigger card view" : "Größere Kartenansicht verwenden",
|
||||||
"Show boards in calendar/tasks" : "Board in Kalender/Aufgaben anzeigen",
|
"Show boards in calendar/tasks" : "Board in Kalender/Aufgaben anzeigen",
|
||||||
"Limit deck usage of groups" : "Nutzung auf Gruppen einschränken",
|
"Limit deck usage of groups" : "Nutzung auf Gruppen einschränken",
|
||||||
@@ -279,19 +273,14 @@ OC.L10N.register(
|
|||||||
"Only assigned cards" : "Nur zugewiesene Karten",
|
"Only assigned cards" : "Nur zugewiesene Karten",
|
||||||
"No reminder" : "Keine Erinnerung",
|
"No reminder" : "Keine Erinnerung",
|
||||||
"An error occurred" : "Es ist ein Fehler aufgetreten",
|
"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.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Möchten Sie wirklich dieses Board {title} mit all seinen Daten löschen?",
|
||||||
"Delete the board?" : "Das Board löschen?",
|
"Delete the board?" : "Das Board löschen?",
|
||||||
"Loading filtered view" : "Lade gefilterte Ansicht",
|
"Loading filtered view" : "Lade gefilterte Ansicht",
|
||||||
"No due" : "Kein Fälligkeitsdatum",
|
"No due" : "Kein Fälligkeitsdatum",
|
||||||
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
|
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
|
||||||
"No results found" : "Keine Ergebnisse gefunden",
|
"No results found" : "Keine Ergebnisse gefunden",
|
||||||
"{stack} in {board}" : "{stack} auf {board}",
|
|
||||||
"Click to expand description" : "Klicken, um die Beschreibung zu erweitern",
|
|
||||||
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Erstellt am {created}\n* Zuletzt geändert am {lastMod}\n* {nbAttachments} Anhänge\n* {nbComments} Kommentare",
|
|
||||||
"{nbCards} cards" : "{nbCards} Karten",
|
|
||||||
"No upcoming cards" : "Keine anstehenden Karten",
|
"No upcoming cards" : "Keine anstehenden Karten",
|
||||||
"upcoming cards" : "Anstehende Karten",
|
"upcoming cards" : "Anstehende Karten",
|
||||||
"Due on {date}" : "Fällig am {date}",
|
|
||||||
"Link to a board" : "Mit einem Board verknüpfen",
|
"Link to a board" : "Mit einem Board verknüpfen",
|
||||||
"Link to a card" : "Mit einer Karte verknüpfen",
|
"Link to a card" : "Mit einer Karte verknüpfen",
|
||||||
"Create a card" : "Eine Karte erstellen",
|
"Create a card" : "Eine Karte erstellen",
|
||||||
@@ -304,11 +293,12 @@ OC.L10N.register(
|
|||||||
"Share {file} with a Deck card" : "{file} mit einer Deck-Karte teilen",
|
"Share {file} with a Deck card" : "{file} mit einer Deck-Karte teilen",
|
||||||
"Share" : "Freigeben",
|
"Share" : "Freigeben",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Fügen Sie Ihre Aufgaben zu den Karten hinzu und ordnen Sie diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teilen Sie mit Ihrem Team, Ihren Freunden oder Ihrer Familie\n- 📎 Fügen Sie Dateien hinzu und verwende diese in Ihren Markdown-Beschreibungen\n- 💬 Diskutieren Sie mit Ihrem Team mit Kommentaren\n- ⚡ Behalten Sie Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisieren Sie Ihr Projekt",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Fügen Sie Ihre Aufgaben zu den Karten hinzu und ordnen Sie diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teilen Sie mit Ihrem Team, Ihren Freunden oder Ihrer Familie\n- 📎 Fügen Sie Dateien hinzu und verwende diese in Ihren Markdown-Beschreibungen\n- 💬 Diskutieren Sie mit Ihrem Team mit Kommentaren\n- ⚡ Behalten Sie Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisieren Sie Ihr Projekt",
|
||||||
|
"Creating the new card…" : "Neue Karte wird erstellt …",
|
||||||
|
"\"{card}\" was added to \"{board}\"" : "\"{card}\" wurde \"{board}\" hinzugefügt",
|
||||||
|
"(circle)" : "(Kreis)",
|
||||||
|
"This week" : "Diese Woche",
|
||||||
"Are you sure you want to transfer the board {title} for {user} ?" : "Möchten Sie wirklich das Board {title} an {user} übertragen?",
|
"Are you sure you want to transfer the board {title} for {user} ?" : "Möchten Sie wirklich das Board {title} an {user} übertragen?",
|
||||||
"Transfer the board for {user} successfully" : "Das Board wurde an {user} übertragen",
|
"Transfer the board for {user} successfully" : "Das Board wurde an {user} übertragen",
|
||||||
"Failed to transfer the board for {user}" : "Board konnte nicht an {user} übertragen werden",
|
"Failed to transfer the board for {user}" : "Board konnte nicht an {user} übertragen werden"
|
||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Möchten Sie wirklich dieses Board {title} mit all seinen Daten löschen?",
|
|
||||||
"This week" : "Diese Woche",
|
|
||||||
"Are you sure you want to transfer the board {title} for {user}?" : "Möchten Sie wirklich das Board {title} an {user} übertragen?"
|
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -66,7 +66,6 @@
|
|||||||
"Changes in the <strong>Deck app</strong>" : "Änderungen in der <strong>Deck-App</strong>",
|
"Changes in the <strong>Deck app</strong>" : "Änderungen in der <strong>Deck-App</strong>",
|
||||||
"A <strong>comment</strong> was created on a card" : "Ein <strong>Kommentar</strong> zu einer Karte wurde erstellt",
|
"A <strong>comment</strong> was created on a card" : "Ein <strong>Kommentar</strong> zu einer Karte wurde erstellt",
|
||||||
"Upcoming cards" : "Anstehende Karten",
|
"Upcoming cards" : "Anstehende Karten",
|
||||||
"Load more" : "Mehr laden",
|
|
||||||
"Personal" : "Persönlich",
|
"Personal" : "Persönlich",
|
||||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Die Karte \"%s\" auf \"%s\" wurde Ihnen von %s zugewiesen.",
|
"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.",
|
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} hat Ihnen die Karte {deck-card} auf {deck-board} zugewiesen.",
|
||||||
@@ -134,7 +133,6 @@
|
|||||||
"Archived cards" : "Archivierte Karten",
|
"Archived cards" : "Archivierte Karten",
|
||||||
"Add list" : "Liste hinzufügen",
|
"Add list" : "Liste hinzufügen",
|
||||||
"List name" : "Listenname",
|
"List name" : "Listenname",
|
||||||
"Active filters" : "Aktive Filter",
|
|
||||||
"Apply filter" : "Filter anwenden",
|
"Apply filter" : "Filter anwenden",
|
||||||
"Filter by tag" : "Nach Schlagwort filtern",
|
"Filter by tag" : "Nach Schlagwort filtern",
|
||||||
"Filter by assigned user" : "Nach zugewiesenem Benutzer filtern",
|
"Filter by assigned user" : "Nach zugewiesenem Benutzer filtern",
|
||||||
@@ -149,7 +147,6 @@
|
|||||||
"Hide archived cards" : "Archivierte Karten ausblenden",
|
"Hide archived cards" : "Archivierte Karten ausblenden",
|
||||||
"Show archived cards" : "Archivierte Karten anzeigen",
|
"Show archived cards" : "Archivierte Karten anzeigen",
|
||||||
"Toggle compact mode" : "Kompaktmodus umschalten",
|
"Toggle compact mode" : "Kompaktmodus umschalten",
|
||||||
"Open details" : "Details öffnen",
|
|
||||||
"Details" : "Details",
|
"Details" : "Details",
|
||||||
"Loading board" : "Lade Board",
|
"Loading board" : "Lade Board",
|
||||||
"No lists available" : "Keine Listen verfügbar",
|
"No lists available" : "Keine Listen verfügbar",
|
||||||
@@ -240,9 +237,7 @@
|
|||||||
"Write a description …" : "Beschreibung schreiben …",
|
"Write a description …" : "Beschreibung schreiben …",
|
||||||
"Choose attachment" : "Anhang auswählen",
|
"Choose attachment" : "Anhang auswählen",
|
||||||
"(group)" : "(Gruppe)",
|
"(group)" : "(Gruppe)",
|
||||||
"Todo items" : "Aufgaben-Elemente",
|
|
||||||
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
|
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
|
||||||
"Edit card title" : "Kartentitel bearbeiten",
|
|
||||||
"Assign to me" : "Mir zuweisen",
|
"Assign to me" : "Mir zuweisen",
|
||||||
"Unassign myself" : "Nicht mehr mir zuweisen",
|
"Unassign myself" : "Nicht mehr mir zuweisen",
|
||||||
"Move card" : "Karte verschieben",
|
"Move card" : "Karte verschieben",
|
||||||
@@ -256,7 +251,6 @@
|
|||||||
"All boards" : "Alle Boards",
|
"All boards" : "Alle Boards",
|
||||||
"Archived boards" : "Archivierte Boards",
|
"Archived boards" : "Archivierte Boards",
|
||||||
"Shared with you" : "Mit Ihnen geteilt",
|
"Shared with you" : "Mit Ihnen geteilt",
|
||||||
"Deck settings" : "Deck-Einstellungen",
|
|
||||||
"Use bigger card view" : "Größere Kartenansicht verwenden",
|
"Use bigger card view" : "Größere Kartenansicht verwenden",
|
||||||
"Show boards in calendar/tasks" : "Board in Kalender/Aufgaben anzeigen",
|
"Show boards in calendar/tasks" : "Board in Kalender/Aufgaben anzeigen",
|
||||||
"Limit deck usage of groups" : "Nutzung auf Gruppen einschränken",
|
"Limit deck usage of groups" : "Nutzung auf Gruppen einschränken",
|
||||||
@@ -277,19 +271,14 @@
|
|||||||
"Only assigned cards" : "Nur zugewiesene Karten",
|
"Only assigned cards" : "Nur zugewiesene Karten",
|
||||||
"No reminder" : "Keine Erinnerung",
|
"No reminder" : "Keine Erinnerung",
|
||||||
"An error occurred" : "Es ist ein Fehler aufgetreten",
|
"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.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Möchten Sie wirklich dieses Board {title} mit all seinen Daten löschen?",
|
||||||
"Delete the board?" : "Das Board löschen?",
|
"Delete the board?" : "Das Board löschen?",
|
||||||
"Loading filtered view" : "Lade gefilterte Ansicht",
|
"Loading filtered view" : "Lade gefilterte Ansicht",
|
||||||
"No due" : "Kein Fälligkeitsdatum",
|
"No due" : "Kein Fälligkeitsdatum",
|
||||||
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
|
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
|
||||||
"No results found" : "Keine Ergebnisse gefunden",
|
"No results found" : "Keine Ergebnisse gefunden",
|
||||||
"{stack} in {board}" : "{stack} auf {board}",
|
|
||||||
"Click to expand description" : "Klicken, um die Beschreibung zu erweitern",
|
|
||||||
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Erstellt am {created}\n* Zuletzt geändert am {lastMod}\n* {nbAttachments} Anhänge\n* {nbComments} Kommentare",
|
|
||||||
"{nbCards} cards" : "{nbCards} Karten",
|
|
||||||
"No upcoming cards" : "Keine anstehenden Karten",
|
"No upcoming cards" : "Keine anstehenden Karten",
|
||||||
"upcoming cards" : "Anstehende Karten",
|
"upcoming cards" : "Anstehende Karten",
|
||||||
"Due on {date}" : "Fällig am {date}",
|
|
||||||
"Link to a board" : "Mit einem Board verknüpfen",
|
"Link to a board" : "Mit einem Board verknüpfen",
|
||||||
"Link to a card" : "Mit einer Karte verknüpfen",
|
"Link to a card" : "Mit einer Karte verknüpfen",
|
||||||
"Create a card" : "Eine Karte erstellen",
|
"Create a card" : "Eine Karte erstellen",
|
||||||
@@ -302,11 +291,12 @@
|
|||||||
"Share {file} with a Deck card" : "{file} mit einer Deck-Karte teilen",
|
"Share {file} with a Deck card" : "{file} mit einer Deck-Karte teilen",
|
||||||
"Share" : "Freigeben",
|
"Share" : "Freigeben",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Fügen Sie Ihre Aufgaben zu den Karten hinzu und ordnen Sie diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teilen Sie mit Ihrem Team, Ihren Freunden oder Ihrer Familie\n- 📎 Fügen Sie Dateien hinzu und verwende diese in Ihren Markdown-Beschreibungen\n- 💬 Diskutieren Sie mit Ihrem Team mit Kommentaren\n- ⚡ Behalten Sie Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisieren Sie Ihr Projekt",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Fügen Sie Ihre Aufgaben zu den Karten hinzu und ordnen Sie diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teilen Sie mit Ihrem Team, Ihren Freunden oder Ihrer Familie\n- 📎 Fügen Sie Dateien hinzu und verwende diese in Ihren Markdown-Beschreibungen\n- 💬 Diskutieren Sie mit Ihrem Team mit Kommentaren\n- ⚡ Behalten Sie Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisieren Sie Ihr Projekt",
|
||||||
|
"Creating the new card…" : "Neue Karte wird erstellt …",
|
||||||
|
"\"{card}\" was added to \"{board}\"" : "\"{card}\" wurde \"{board}\" hinzugefügt",
|
||||||
|
"(circle)" : "(Kreis)",
|
||||||
|
"This week" : "Diese Woche",
|
||||||
"Are you sure you want to transfer the board {title} for {user} ?" : "Möchten Sie wirklich das Board {title} an {user} übertragen?",
|
"Are you sure you want to transfer the board {title} for {user} ?" : "Möchten Sie wirklich das Board {title} an {user} übertragen?",
|
||||||
"Transfer the board for {user} successfully" : "Das Board wurde an {user} übertragen",
|
"Transfer the board for {user} successfully" : "Das Board wurde an {user} übertragen",
|
||||||
"Failed to transfer the board for {user}" : "Board konnte nicht an {user} übertragen werden",
|
"Failed to transfer the board for {user}" : "Board konnte nicht an {user} übertragen werden"
|
||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Möchten Sie wirklich dieses Board {title} mit all seinen Daten löschen?",
|
|
||||||
"This week" : "Diese Woche",
|
|
||||||
"Are you sure you want to transfer the board {title} for {user}?" : "Möchten Sie wirklich das Board {title} an {user} übertragen?"
|
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
11
l10n/el.js
11
l10n/el.js
@@ -68,7 +68,6 @@ OC.L10N.register(
|
|||||||
"Changes in the <strong>Deck app</strong>" : "Αλλαγές στην <strong>εφαρμογή Deck</strong>",
|
"Changes in the <strong>Deck app</strong>" : "Αλλαγές στην <strong>εφαρμογή Deck</strong>",
|
||||||
"A <strong>comment</strong> was created on a card" : "Ένα <strong>σχόλιο</strong> δημιουργήθηκε σε μια καρτέλα",
|
"A <strong>comment</strong> was created on a card" : "Ένα <strong>σχόλιο</strong> δημιουργήθηκε σε μια καρτέλα",
|
||||||
"Upcoming cards" : "Επερχόμενες καρτέλες",
|
"Upcoming cards" : "Επερχόμενες καρτέλες",
|
||||||
"Load more" : "Φόρτωση περισσότερων",
|
|
||||||
"Personal" : "Προσωπικά",
|
"Personal" : "Προσωπικά",
|
||||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Η καρτέλα \"%s\" του \"%s\" ανατέθηκε σε εσάς από τον %s.",
|
"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} σε εσάς.",
|
"{user} has assigned the card {deck-card} on {deck-board} to you." : "Ο/Η {user} έχει αναθέσει την καρτέλα {deck-card} του πίνακα {deck-board} σε εσάς.",
|
||||||
@@ -150,7 +149,6 @@ OC.L10N.register(
|
|||||||
"Hide archived cards" : "Απόκρυψη καρτελών που αρχειοθετήθηκαν",
|
"Hide archived cards" : "Απόκρυψη καρτελών που αρχειοθετήθηκαν",
|
||||||
"Show archived cards" : "Εμφάνιση καρτελών που αρχειοθετήθηκαν",
|
"Show archived cards" : "Εμφάνιση καρτελών που αρχειοθετήθηκαν",
|
||||||
"Toggle compact mode" : "Εναλλαγή λειτουργίας μικρού μεγέθους",
|
"Toggle compact mode" : "Εναλλαγή λειτουργίας μικρού μεγέθους",
|
||||||
"Open details" : "Άνοιγμα λεπτομερειών",
|
|
||||||
"Details" : "Λεπτομέρειες",
|
"Details" : "Λεπτομέρειες",
|
||||||
"Loading board" : "Φόρτωση πίνακα",
|
"Loading board" : "Φόρτωση πίνακα",
|
||||||
"No lists available" : "Δεν υπάρχουν διαθέσιμες λίστες",
|
"No lists available" : "Δεν υπάρχουν διαθέσιμες λίστες",
|
||||||
@@ -271,12 +269,12 @@ OC.L10N.register(
|
|||||||
"Only assigned cards" : "Μόνο καρτέλες που έχουν ανατεθεί",
|
"Only assigned cards" : "Μόνο καρτέλες που έχουν ανατεθεί",
|
||||||
"No reminder" : "Δεν υπάρχει υπενθύμιση",
|
"No reminder" : "Δεν υπάρχει υπενθύμιση",
|
||||||
"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." : "Είστε βέβαιοι ότι θέλετε να διαγράψετε τον πίνακα {title}; Θα διαγραφούν όλα τα δεδομένα.",
|
||||||
"Delete the board?" : "Διαγραφή του πίνακα;",
|
"Delete the board?" : "Διαγραφή του πίνακα;",
|
||||||
"Loading filtered view" : "Φόρτωση εμφάνισης με βάση το φίλτρο",
|
"Loading filtered view" : "Φόρτωση εμφάνισης με βάση το φίλτρο",
|
||||||
"No due" : "Χωρίς λήξη",
|
"No due" : "Χωρίς λήξη",
|
||||||
"Search for {searchQuery} in all boards" : "Αναζήτηση για {searchQuery} σε όλους τους πίνακες",
|
"Search for {searchQuery} in all boards" : "Αναζήτηση για {searchQuery} σε όλους τους πίνακες",
|
||||||
"No results found" : "Δεν βρέθηκαν αποτελέσματα",
|
"No results found" : "Δεν βρέθηκαν αποτελέσματα",
|
||||||
"{stack} in {board}" : "{stack} στο {board}",
|
|
||||||
"No upcoming cards" : "Δεν υπάρχουν επερχόμενες καρτέλες",
|
"No upcoming cards" : "Δεν υπάρχουν επερχόμενες καρτέλες",
|
||||||
"upcoming cards" : "επερχόμενες καρτέλες",
|
"upcoming cards" : "επερχόμενες καρτέλες",
|
||||||
"Link to a board" : "Σύνδεσμος στον πίνακα",
|
"Link to a board" : "Σύνδεσμος στον πίνακα",
|
||||||
@@ -291,8 +289,9 @@ OC.L10N.register(
|
|||||||
"Share {file} with a Deck card" : "Μοιραστείτε το {file} με μια καρτέλα Deck",
|
"Share {file} with a Deck card" : "Μοιραστείτε το {file} με μια καρτέλα Deck",
|
||||||
"Share" : "Μοιραστείτε",
|
"Share" : "Μοιραστείτε",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Το Deck είναι ένα εργαλείο οργάνωσης τύπου kanban με στόχο τον προσωπικό προγραμματισμό και την οργάνωση έργων για ομάδες που έχουν ενσωματωθεί στο Nextcloud.\n\n\n- 📥 Προσθέστε τις εργασίες σας στις καρτέλες και βάλτε τες στη σειρά\n- 📄 Γράψτε τις πρόσθετες σημειώσεις\n- 🔖 Αντιστοιχίστε τις ετικέτες για ακόμη καλύτερη οργάνωση\n- 👥 Μοιραστείτε με την ομάδα, φίλους ή την οικογένειά σας\n- 📎 Συνδέστε αρχεία και ενσωματώστε τα στην περιγραφή\n- 💬 Συζητήστε με την ομάδα σας χρησιμοποιώντας σχόλια\n- ⚡ Παρακολουθήστε τις αλλαγές στη ροή δραστηριοτήτων\n- 🚀 Έχετε τα όλα οργανωμένα",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Το Deck είναι ένα εργαλείο οργάνωσης τύπου kanban με στόχο τον προσωπικό προγραμματισμό και την οργάνωση έργων για ομάδες που έχουν ενσωματωθεί στο Nextcloud.\n\n\n- 📥 Προσθέστε τις εργασίες σας στις καρτέλες και βάλτε τες στη σειρά\n- 📄 Γράψτε τις πρόσθετες σημειώσεις\n- 🔖 Αντιστοιχίστε τις ετικέτες για ακόμη καλύτερη οργάνωση\n- 👥 Μοιραστείτε με την ομάδα, φίλους ή την οικογένειά σας\n- 📎 Συνδέστε αρχεία και ενσωματώστε τα στην περιγραφή\n- 💬 Συζητήστε με την ομάδα σας χρησιμοποιώντας σχόλια\n- ⚡ Παρακολουθήστε τις αλλαγές στη ροή δραστηριοτήτων\n- 🚀 Έχετε τα όλα οργανωμένα",
|
||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Είστε βέβαιοι ότι θέλετε να διαγράψετε τον πίνακα {title}; Θα διαγραφούν όλα τα δεδομένα.",
|
"Creating the new card…" : "Δημιουργία νέας καρτέλας...",
|
||||||
"This week" : "Αυτή την εβδομάδα",
|
"\"{card}\" was added to \"{board}\"" : "\"{card}\" προστέθηκε στο \"{board}\"",
|
||||||
"Are you sure you want to transfer the board {title} for {user}?" : "Είστε σίγουροι ότι θέλετε να μεταφέρετε τον πίνακα {title} για {user}? "
|
"(circle)" : "(κύκλος)",
|
||||||
|
"This week" : "Αυτή την εβδομάδα"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
11
l10n/el.json
11
l10n/el.json
@@ -66,7 +66,6 @@
|
|||||||
"Changes in the <strong>Deck app</strong>" : "Αλλαγές στην <strong>εφαρμογή Deck</strong>",
|
"Changes in the <strong>Deck app</strong>" : "Αλλαγές στην <strong>εφαρμογή Deck</strong>",
|
||||||
"A <strong>comment</strong> was created on a card" : "Ένα <strong>σχόλιο</strong> δημιουργήθηκε σε μια καρτέλα",
|
"A <strong>comment</strong> was created on a card" : "Ένα <strong>σχόλιο</strong> δημιουργήθηκε σε μια καρτέλα",
|
||||||
"Upcoming cards" : "Επερχόμενες καρτέλες",
|
"Upcoming cards" : "Επερχόμενες καρτέλες",
|
||||||
"Load more" : "Φόρτωση περισσότερων",
|
|
||||||
"Personal" : "Προσωπικά",
|
"Personal" : "Προσωπικά",
|
||||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Η καρτέλα \"%s\" του \"%s\" ανατέθηκε σε εσάς από τον %s.",
|
"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} σε εσάς.",
|
"{user} has assigned the card {deck-card} on {deck-board} to you." : "Ο/Η {user} έχει αναθέσει την καρτέλα {deck-card} του πίνακα {deck-board} σε εσάς.",
|
||||||
@@ -148,7 +147,6 @@
|
|||||||
"Hide archived cards" : "Απόκρυψη καρτελών που αρχειοθετήθηκαν",
|
"Hide archived cards" : "Απόκρυψη καρτελών που αρχειοθετήθηκαν",
|
||||||
"Show archived cards" : "Εμφάνιση καρτελών που αρχειοθετήθηκαν",
|
"Show archived cards" : "Εμφάνιση καρτελών που αρχειοθετήθηκαν",
|
||||||
"Toggle compact mode" : "Εναλλαγή λειτουργίας μικρού μεγέθους",
|
"Toggle compact mode" : "Εναλλαγή λειτουργίας μικρού μεγέθους",
|
||||||
"Open details" : "Άνοιγμα λεπτομερειών",
|
|
||||||
"Details" : "Λεπτομέρειες",
|
"Details" : "Λεπτομέρειες",
|
||||||
"Loading board" : "Φόρτωση πίνακα",
|
"Loading board" : "Φόρτωση πίνακα",
|
||||||
"No lists available" : "Δεν υπάρχουν διαθέσιμες λίστες",
|
"No lists available" : "Δεν υπάρχουν διαθέσιμες λίστες",
|
||||||
@@ -269,12 +267,12 @@
|
|||||||
"Only assigned cards" : "Μόνο καρτέλες που έχουν ανατεθεί",
|
"Only assigned cards" : "Μόνο καρτέλες που έχουν ανατεθεί",
|
||||||
"No reminder" : "Δεν υπάρχει υπενθύμιση",
|
"No reminder" : "Δεν υπάρχει υπενθύμιση",
|
||||||
"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." : "Είστε βέβαιοι ότι θέλετε να διαγράψετε τον πίνακα {title}; Θα διαγραφούν όλα τα δεδομένα.",
|
||||||
"Delete the board?" : "Διαγραφή του πίνακα;",
|
"Delete the board?" : "Διαγραφή του πίνακα;",
|
||||||
"Loading filtered view" : "Φόρτωση εμφάνισης με βάση το φίλτρο",
|
"Loading filtered view" : "Φόρτωση εμφάνισης με βάση το φίλτρο",
|
||||||
"No due" : "Χωρίς λήξη",
|
"No due" : "Χωρίς λήξη",
|
||||||
"Search for {searchQuery} in all boards" : "Αναζήτηση για {searchQuery} σε όλους τους πίνακες",
|
"Search for {searchQuery} in all boards" : "Αναζήτηση για {searchQuery} σε όλους τους πίνακες",
|
||||||
"No results found" : "Δεν βρέθηκαν αποτελέσματα",
|
"No results found" : "Δεν βρέθηκαν αποτελέσματα",
|
||||||
"{stack} in {board}" : "{stack} στο {board}",
|
|
||||||
"No upcoming cards" : "Δεν υπάρχουν επερχόμενες καρτέλες",
|
"No upcoming cards" : "Δεν υπάρχουν επερχόμενες καρτέλες",
|
||||||
"upcoming cards" : "επερχόμενες καρτέλες",
|
"upcoming cards" : "επερχόμενες καρτέλες",
|
||||||
"Link to a board" : "Σύνδεσμος στον πίνακα",
|
"Link to a board" : "Σύνδεσμος στον πίνακα",
|
||||||
@@ -289,8 +287,9 @@
|
|||||||
"Share {file} with a Deck card" : "Μοιραστείτε το {file} με μια καρτέλα Deck",
|
"Share {file} with a Deck card" : "Μοιραστείτε το {file} με μια καρτέλα Deck",
|
||||||
"Share" : "Μοιραστείτε",
|
"Share" : "Μοιραστείτε",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Το Deck είναι ένα εργαλείο οργάνωσης τύπου kanban με στόχο τον προσωπικό προγραμματισμό και την οργάνωση έργων για ομάδες που έχουν ενσωματωθεί στο Nextcloud.\n\n\n- 📥 Προσθέστε τις εργασίες σας στις καρτέλες και βάλτε τες στη σειρά\n- 📄 Γράψτε τις πρόσθετες σημειώσεις\n- 🔖 Αντιστοιχίστε τις ετικέτες για ακόμη καλύτερη οργάνωση\n- 👥 Μοιραστείτε με την ομάδα, φίλους ή την οικογένειά σας\n- 📎 Συνδέστε αρχεία και ενσωματώστε τα στην περιγραφή\n- 💬 Συζητήστε με την ομάδα σας χρησιμοποιώντας σχόλια\n- ⚡ Παρακολουθήστε τις αλλαγές στη ροή δραστηριοτήτων\n- 🚀 Έχετε τα όλα οργανωμένα",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Το Deck είναι ένα εργαλείο οργάνωσης τύπου kanban με στόχο τον προσωπικό προγραμματισμό και την οργάνωση έργων για ομάδες που έχουν ενσωματωθεί στο Nextcloud.\n\n\n- 📥 Προσθέστε τις εργασίες σας στις καρτέλες και βάλτε τες στη σειρά\n- 📄 Γράψτε τις πρόσθετες σημειώσεις\n- 🔖 Αντιστοιχίστε τις ετικέτες για ακόμη καλύτερη οργάνωση\n- 👥 Μοιραστείτε με την ομάδα, φίλους ή την οικογένειά σας\n- 📎 Συνδέστε αρχεία και ενσωματώστε τα στην περιγραφή\n- 💬 Συζητήστε με την ομάδα σας χρησιμοποιώντας σχόλια\n- ⚡ Παρακολουθήστε τις αλλαγές στη ροή δραστηριοτήτων\n- 🚀 Έχετε τα όλα οργανωμένα",
|
||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Είστε βέβαιοι ότι θέλετε να διαγράψετε τον πίνακα {title}; Θα διαγραφούν όλα τα δεδομένα.",
|
"Creating the new card…" : "Δημιουργία νέας καρτέλας...",
|
||||||
"This week" : "Αυτή την εβδομάδα",
|
"\"{card}\" was added to \"{board}\"" : "\"{card}\" προστέθηκε στο \"{board}\"",
|
||||||
"Are you sure you want to transfer the board {title} for {user}?" : "Είστε σίγουροι ότι θέλετε να μεταφέρετε τον πίνακα {title} για {user}? "
|
"(circle)" : "(κύκλος)",
|
||||||
|
"This week" : "Αυτή την εβδομάδα"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -35,7 +35,6 @@ OC.L10N.register(
|
|||||||
"Overdue" : "Overdue",
|
"Overdue" : "Overdue",
|
||||||
"Hide archived cards" : "Hide archived cards",
|
"Hide archived cards" : "Hide archived cards",
|
||||||
"Show archived cards" : "Show archived cards",
|
"Show archived cards" : "Show archived cards",
|
||||||
"Open details" : "Open details",
|
|
||||||
"Details" : "Details",
|
"Details" : "Details",
|
||||||
"Sharing" : "Sharing",
|
"Sharing" : "Sharing",
|
||||||
"Tags" : "Tags",
|
"Tags" : "Tags",
|
||||||
|
|||||||
@@ -33,7 +33,6 @@
|
|||||||
"Overdue" : "Overdue",
|
"Overdue" : "Overdue",
|
||||||
"Hide archived cards" : "Hide archived cards",
|
"Hide archived cards" : "Hide archived cards",
|
||||||
"Show archived cards" : "Show archived cards",
|
"Show archived cards" : "Show archived cards",
|
||||||
"Open details" : "Open details",
|
|
||||||
"Details" : "Details",
|
"Details" : "Details",
|
||||||
"Sharing" : "Sharing",
|
"Sharing" : "Sharing",
|
||||||
"Tags" : "Tags",
|
"Tags" : "Tags",
|
||||||
|
|||||||
@@ -81,7 +81,6 @@ OC.L10N.register(
|
|||||||
"Hide archived cards" : "Kaŝi arĥivigitajn kartojn",
|
"Hide archived cards" : "Kaŝi arĥivigitajn kartojn",
|
||||||
"Show archived cards" : "Montri arĥivigitajn kartojn",
|
"Show archived cards" : "Montri arĥivigitajn kartojn",
|
||||||
"Toggle compact mode" : "Baskuligi densigan vidon",
|
"Toggle compact mode" : "Baskuligi densigan vidon",
|
||||||
"Open details" : "Montri detalojn",
|
|
||||||
"Details" : "Detaloj",
|
"Details" : "Detaloj",
|
||||||
"Sharing" : "Kunhavigo",
|
"Sharing" : "Kunhavigo",
|
||||||
"Tags" : "Etikedoj",
|
"Tags" : "Etikedoj",
|
||||||
|
|||||||
@@ -79,7 +79,6 @@
|
|||||||
"Hide archived cards" : "Kaŝi arĥivigitajn kartojn",
|
"Hide archived cards" : "Kaŝi arĥivigitajn kartojn",
|
||||||
"Show archived cards" : "Montri arĥivigitajn kartojn",
|
"Show archived cards" : "Montri arĥivigitajn kartojn",
|
||||||
"Toggle compact mode" : "Baskuligi densigan vidon",
|
"Toggle compact mode" : "Baskuligi densigan vidon",
|
||||||
"Open details" : "Montri detalojn",
|
|
||||||
"Details" : "Detaloj",
|
"Details" : "Detaloj",
|
||||||
"Sharing" : "Kunhavigo",
|
"Sharing" : "Kunhavigo",
|
||||||
"Tags" : "Etikedoj",
|
"Tags" : "Etikedoj",
|
||||||
|
|||||||
31
l10n/es.js
31
l10n/es.js
@@ -68,7 +68,6 @@ OC.L10N.register(
|
|||||||
"Changes in the <strong>Deck app</strong>" : "Cambios en la <strong>app Deck</strong>",
|
"Changes in the <strong>Deck app</strong>" : "Cambios en la <strong>app Deck</strong>",
|
||||||
"A <strong>comment</strong> was created on a card" : "Un <strong>comment</strong> ha sido creado en una tarjeta",
|
"A <strong>comment</strong> was created on a card" : "Un <strong>comment</strong> ha sido creado en una tarjeta",
|
||||||
"Upcoming cards" : "Próximas tarjetas",
|
"Upcoming cards" : "Próximas tarjetas",
|
||||||
"Load more" : "Cargar más",
|
|
||||||
"Personal" : "Personal",
|
"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.",
|
"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.",
|
"{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.",
|
||||||
@@ -101,12 +100,10 @@ OC.L10N.register(
|
|||||||
"Could not write file to disk" : "No se ha podido escribir el archivo al disco",
|
"Could not write file to disk" : "No se ha podido escribir el archivo al disco",
|
||||||
"A PHP extension stopped the file upload" : "Una extensión de PHP ha detenido la subida del archivo",
|
"A PHP extension stopped the file upload" : "Una extensión de PHP ha detenido la subida del archivo",
|
||||||
"No file uploaded or file size exceeds maximum of %s" : "No se ha subido ningún archivo, o el tamaño del archivo excede el máximo de %s",
|
"No file uploaded or file size exceeds maximum of %s" : "No se ha subido ningún archivo, o el tamaño del archivo excede el máximo de %s",
|
||||||
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Este comentario tiene más de %s caracteres.\nAñadido como adjunto a la tarjeta con el nombre %s.\nAccesible en la URL: %s.",
|
|
||||||
"Card not found" : "Tarjeta no encontrada",
|
"Card not found" : "Tarjeta no encontrada",
|
||||||
"Path is already shared with this card" : "La ruta ya se ha compartido con esta tarjeta",
|
"Path is already shared with this card" : "La ruta ya se ha compartido con esta tarjeta",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Fecha no válida, el formato de las fechas debe ser AAAA-MM-DD",
|
"Invalid date, date format must be YYYY-MM-DD" : "Fecha no válida, el formato de las fechas debe ser AAAA-MM-DD",
|
||||||
"Personal planning and team project organization" : "Planificación personal y organización de proyecto de equipo",
|
"Personal planning and team project organization" : "Planificación personal y organización de proyecto de equipo",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto",
|
|
||||||
"Card details" : "Detalles de la tarjeta",
|
"Card details" : "Detalles de la tarjeta",
|
||||||
"Add board" : "Añadir tablero",
|
"Add board" : "Añadir tablero",
|
||||||
"Select the board to link to a project" : "Selecciona el tablero que enlazar a un proyecto",
|
"Select the board to link to a project" : "Selecciona el tablero que enlazar a un proyecto",
|
||||||
@@ -136,7 +133,6 @@ OC.L10N.register(
|
|||||||
"Archived cards" : "Tarjetas archivadas",
|
"Archived cards" : "Tarjetas archivadas",
|
||||||
"Add list" : "Agregar lista",
|
"Add list" : "Agregar lista",
|
||||||
"List name" : "Nombre de la lista",
|
"List name" : "Nombre de la lista",
|
||||||
"Active filters" : "Filtros activos",
|
|
||||||
"Apply filter" : "Aplicar filtro",
|
"Apply filter" : "Aplicar filtro",
|
||||||
"Filter by tag" : "Filtrar por etiqueta",
|
"Filter by tag" : "Filtrar por etiqueta",
|
||||||
"Filter by assigned user" : "Filtrar por usuario asignado",
|
"Filter by assigned user" : "Filtrar por usuario asignado",
|
||||||
@@ -151,7 +147,6 @@ OC.L10N.register(
|
|||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Toggle compact mode" : "Mostrar/ocultar modo compacto",
|
"Toggle compact mode" : "Mostrar/ocultar modo compacto",
|
||||||
"Open details" : "Abrir detalles",
|
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
"Loading board" : "Cargando tablero",
|
"Loading board" : "Cargando tablero",
|
||||||
"No lists available" : "No hay listas disponibles",
|
"No lists available" : "No hay listas disponibles",
|
||||||
@@ -176,11 +171,7 @@ OC.L10N.register(
|
|||||||
"Owner" : "Propietario",
|
"Owner" : "Propietario",
|
||||||
"Delete" : "Eliminar",
|
"Delete" : "Eliminar",
|
||||||
"Failed to create share with {displayName}" : "Fallo al crear el recurso compartido denominado {displayName}",
|
"Failed to create share with {displayName}" : "Fallo al crear el recurso compartido denominado {displayName}",
|
||||||
"Are you sure you want to transfer the board {title} to {user}?" : "¿Estás seguro de que quieres transferir el tablero {título} a {usuario}?",
|
|
||||||
"Transfer the board." : "Transfiere el tablero.",
|
|
||||||
"Transfer" : "Transferir",
|
"Transfer" : "Transferir",
|
||||||
"The board has been transferred to {user}" : "El tablero ha sido transferido a {usuario}",
|
|
||||||
"Failed to transfer the board to {user}" : "Failed to transfer the board to {user}",
|
|
||||||
"Add a new list" : "Añadir una lista nueva",
|
"Add a new list" : "Añadir una lista nueva",
|
||||||
"Archive all cards" : "Archivar todas las tarjetas",
|
"Archive all cards" : "Archivar todas las tarjetas",
|
||||||
"Delete list" : "Eliminar lista",
|
"Delete list" : "Eliminar lista",
|
||||||
@@ -242,9 +233,7 @@ OC.L10N.register(
|
|||||||
"Write a description …" : "Escribe una descripción...",
|
"Write a description …" : "Escribe una descripción...",
|
||||||
"Choose attachment" : "Escoger adjunto",
|
"Choose attachment" : "Escoger adjunto",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"Todo items" : "Ítems pendientes",
|
|
||||||
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer",
|
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer",
|
||||||
"Edit card title" : "Editar el título de la tarjeta",
|
|
||||||
"Assign to me" : "Asignarme a mí",
|
"Assign to me" : "Asignarme a mí",
|
||||||
"Unassign myself" : "Desasignarme a mí mismo",
|
"Unassign myself" : "Desasignarme a mí mismo",
|
||||||
"Move card" : "Mover tarjeta",
|
"Move card" : "Mover tarjeta",
|
||||||
@@ -258,7 +247,6 @@ OC.L10N.register(
|
|||||||
"All boards" : "Todos los tableros",
|
"All boards" : "Todos los tableros",
|
||||||
"Archived boards" : "Tableros archivados",
|
"Archived boards" : "Tableros archivados",
|
||||||
"Shared with you" : "Compartido contigo",
|
"Shared with you" : "Compartido contigo",
|
||||||
"Deck settings" : "Configuración del tablero",
|
|
||||||
"Use bigger card view" : "Usar vista de tarjeta mayor",
|
"Use bigger card view" : "Usar vista de tarjeta mayor",
|
||||||
"Show boards in calendar/tasks" : "Mostrar tableros en calendario/tareas",
|
"Show boards in calendar/tasks" : "Mostrar tableros en calendario/tareas",
|
||||||
"Limit deck usage of groups" : "Limitar el uso de Deck a grupos",
|
"Limit deck usage of groups" : "Limitar el uso de Deck a grupos",
|
||||||
@@ -279,19 +267,14 @@ OC.L10N.register(
|
|||||||
"Only assigned cards" : "Sólo las tarjetas asignadas",
|
"Only assigned cards" : "Sólo las tarjetas asignadas",
|
||||||
"No reminder" : "No hay recordatorio",
|
"No reminder" : "No hay recordatorio",
|
||||||
"An error occurred" : "Ocurrió un error",
|
"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.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "¿Estas seguro de que quieres eliminar el tablero {title}? Esto eliminará todos los datos del tablero.",
|
||||||
"Delete the board?" : "¿Borrar el tablero?",
|
"Delete the board?" : "¿Borrar el tablero?",
|
||||||
"Loading filtered view" : "Cargando vista filtrada",
|
"Loading filtered view" : "Cargando vista filtrada",
|
||||||
"No due" : "Sin finalizar",
|
"No due" : "Sin finalizar",
|
||||||
"Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos los tableros",
|
"Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos los tableros",
|
||||||
"No results found" : "No se encontraron resultados",
|
"No results found" : "No se encontraron resultados",
|
||||||
"{stack} in {board}" : "{stack} en {board}",
|
|
||||||
"Click to expand description" : "Pulse para expandir la descripción",
|
|
||||||
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Creada en {created}\n* Ultima moficiación en {lastMod}\n* {nbAttachments} adjuntos\n* {nbComments} comentarios",
|
|
||||||
"{nbCards} cards" : "{nbCards} tarjetas",
|
|
||||||
"No upcoming cards" : "No hay tarjetas próximas",
|
"No upcoming cards" : "No hay tarjetas próximas",
|
||||||
"upcoming cards" : "próximas tarjetas",
|
"upcoming cards" : "próximas tarjetas",
|
||||||
"Due on {date}" : "Vence en {date}",
|
|
||||||
"Link to a board" : "Enlace a un tablero",
|
"Link to a board" : "Enlace a un tablero",
|
||||||
"Link to a card" : "Enlace a una tarjeta",
|
"Link to a card" : "Enlace a una tarjeta",
|
||||||
"Create a card" : "Crear una tarjeta",
|
"Create a card" : "Crear una tarjeta",
|
||||||
@@ -304,11 +287,9 @@ OC.L10N.register(
|
|||||||
"Share {file} with a Deck card" : "Compartir {file} con una tarjeta de Deck",
|
"Share {file} with a Deck card" : "Compartir {file} con una tarjeta de Deck",
|
||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto",
|
||||||
"Are you sure you want to transfer the board {title} for {user} ?" : "¿Estás seguro de que quieres transferir el tablero {título} a {usuario}?",
|
"Creating the new card…" : "Creando una nueva tarjeta...",
|
||||||
"Transfer the board for {user} successfully" : "Transferir el tablero para {usuario} con éxito",
|
"\"{card}\" was added to \"{board}\"" : "\"{card}\" ha sido añadida en \"{board}\"",
|
||||||
"Failed to transfer the board for {user}" : "No se ha podido transferir el tablero para {usuario}",
|
"(circle)" : "(circle)",
|
||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "¿Estas seguro de que quieres eliminar el tablero {title}? Esto eliminará todos los datos del tablero.",
|
"This week" : "Esta semana"
|
||||||
"This week" : "Esta semana",
|
|
||||||
"Are you sure you want to transfer the board {title} for {user}?" : "¿Estás seguro de que quieres transferir el tablero {título} a {usuario}?"
|
|
||||||
},
|
},
|
||||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
31
l10n/es.json
31
l10n/es.json
@@ -66,7 +66,6 @@
|
|||||||
"Changes in the <strong>Deck app</strong>" : "Cambios en la <strong>app Deck</strong>",
|
"Changes in the <strong>Deck app</strong>" : "Cambios en la <strong>app Deck</strong>",
|
||||||
"A <strong>comment</strong> was created on a card" : "Un <strong>comment</strong> ha sido creado en una tarjeta",
|
"A <strong>comment</strong> was created on a card" : "Un <strong>comment</strong> ha sido creado en una tarjeta",
|
||||||
"Upcoming cards" : "Próximas tarjetas",
|
"Upcoming cards" : "Próximas tarjetas",
|
||||||
"Load more" : "Cargar más",
|
|
||||||
"Personal" : "Personal",
|
"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.",
|
"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.",
|
"{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.",
|
||||||
@@ -99,12 +98,10 @@
|
|||||||
"Could not write file to disk" : "No se ha podido escribir el archivo al disco",
|
"Could not write file to disk" : "No se ha podido escribir el archivo al disco",
|
||||||
"A PHP extension stopped the file upload" : "Una extensión de PHP ha detenido la subida del archivo",
|
"A PHP extension stopped the file upload" : "Una extensión de PHP ha detenido la subida del archivo",
|
||||||
"No file uploaded or file size exceeds maximum of %s" : "No se ha subido ningún archivo, o el tamaño del archivo excede el máximo de %s",
|
"No file uploaded or file size exceeds maximum of %s" : "No se ha subido ningún archivo, o el tamaño del archivo excede el máximo de %s",
|
||||||
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Este comentario tiene más de %s caracteres.\nAñadido como adjunto a la tarjeta con el nombre %s.\nAccesible en la URL: %s.",
|
|
||||||
"Card not found" : "Tarjeta no encontrada",
|
"Card not found" : "Tarjeta no encontrada",
|
||||||
"Path is already shared with this card" : "La ruta ya se ha compartido con esta tarjeta",
|
"Path is already shared with this card" : "La ruta ya se ha compartido con esta tarjeta",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Fecha no válida, el formato de las fechas debe ser AAAA-MM-DD",
|
"Invalid date, date format must be YYYY-MM-DD" : "Fecha no válida, el formato de las fechas debe ser AAAA-MM-DD",
|
||||||
"Personal planning and team project organization" : "Planificación personal y organización de proyecto de equipo",
|
"Personal planning and team project organization" : "Planificación personal y organización de proyecto de equipo",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto",
|
|
||||||
"Card details" : "Detalles de la tarjeta",
|
"Card details" : "Detalles de la tarjeta",
|
||||||
"Add board" : "Añadir tablero",
|
"Add board" : "Añadir tablero",
|
||||||
"Select the board to link to a project" : "Selecciona el tablero que enlazar a un proyecto",
|
"Select the board to link to a project" : "Selecciona el tablero que enlazar a un proyecto",
|
||||||
@@ -134,7 +131,6 @@
|
|||||||
"Archived cards" : "Tarjetas archivadas",
|
"Archived cards" : "Tarjetas archivadas",
|
||||||
"Add list" : "Agregar lista",
|
"Add list" : "Agregar lista",
|
||||||
"List name" : "Nombre de la lista",
|
"List name" : "Nombre de la lista",
|
||||||
"Active filters" : "Filtros activos",
|
|
||||||
"Apply filter" : "Aplicar filtro",
|
"Apply filter" : "Aplicar filtro",
|
||||||
"Filter by tag" : "Filtrar por etiqueta",
|
"Filter by tag" : "Filtrar por etiqueta",
|
||||||
"Filter by assigned user" : "Filtrar por usuario asignado",
|
"Filter by assigned user" : "Filtrar por usuario asignado",
|
||||||
@@ -149,7 +145,6 @@
|
|||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Toggle compact mode" : "Mostrar/ocultar modo compacto",
|
"Toggle compact mode" : "Mostrar/ocultar modo compacto",
|
||||||
"Open details" : "Abrir detalles",
|
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
"Loading board" : "Cargando tablero",
|
"Loading board" : "Cargando tablero",
|
||||||
"No lists available" : "No hay listas disponibles",
|
"No lists available" : "No hay listas disponibles",
|
||||||
@@ -174,11 +169,7 @@
|
|||||||
"Owner" : "Propietario",
|
"Owner" : "Propietario",
|
||||||
"Delete" : "Eliminar",
|
"Delete" : "Eliminar",
|
||||||
"Failed to create share with {displayName}" : "Fallo al crear el recurso compartido denominado {displayName}",
|
"Failed to create share with {displayName}" : "Fallo al crear el recurso compartido denominado {displayName}",
|
||||||
"Are you sure you want to transfer the board {title} to {user}?" : "¿Estás seguro de que quieres transferir el tablero {título} a {usuario}?",
|
|
||||||
"Transfer the board." : "Transfiere el tablero.",
|
|
||||||
"Transfer" : "Transferir",
|
"Transfer" : "Transferir",
|
||||||
"The board has been transferred to {user}" : "El tablero ha sido transferido a {usuario}",
|
|
||||||
"Failed to transfer the board to {user}" : "Failed to transfer the board to {user}",
|
|
||||||
"Add a new list" : "Añadir una lista nueva",
|
"Add a new list" : "Añadir una lista nueva",
|
||||||
"Archive all cards" : "Archivar todas las tarjetas",
|
"Archive all cards" : "Archivar todas las tarjetas",
|
||||||
"Delete list" : "Eliminar lista",
|
"Delete list" : "Eliminar lista",
|
||||||
@@ -240,9 +231,7 @@
|
|||||||
"Write a description …" : "Escribe una descripción...",
|
"Write a description …" : "Escribe una descripción...",
|
||||||
"Choose attachment" : "Escoger adjunto",
|
"Choose attachment" : "Escoger adjunto",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"Todo items" : "Ítems pendientes",
|
|
||||||
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer",
|
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer",
|
||||||
"Edit card title" : "Editar el título de la tarjeta",
|
|
||||||
"Assign to me" : "Asignarme a mí",
|
"Assign to me" : "Asignarme a mí",
|
||||||
"Unassign myself" : "Desasignarme a mí mismo",
|
"Unassign myself" : "Desasignarme a mí mismo",
|
||||||
"Move card" : "Mover tarjeta",
|
"Move card" : "Mover tarjeta",
|
||||||
@@ -256,7 +245,6 @@
|
|||||||
"All boards" : "Todos los tableros",
|
"All boards" : "Todos los tableros",
|
||||||
"Archived boards" : "Tableros archivados",
|
"Archived boards" : "Tableros archivados",
|
||||||
"Shared with you" : "Compartido contigo",
|
"Shared with you" : "Compartido contigo",
|
||||||
"Deck settings" : "Configuración del tablero",
|
|
||||||
"Use bigger card view" : "Usar vista de tarjeta mayor",
|
"Use bigger card view" : "Usar vista de tarjeta mayor",
|
||||||
"Show boards in calendar/tasks" : "Mostrar tableros en calendario/tareas",
|
"Show boards in calendar/tasks" : "Mostrar tableros en calendario/tareas",
|
||||||
"Limit deck usage of groups" : "Limitar el uso de Deck a grupos",
|
"Limit deck usage of groups" : "Limitar el uso de Deck a grupos",
|
||||||
@@ -277,19 +265,14 @@
|
|||||||
"Only assigned cards" : "Sólo las tarjetas asignadas",
|
"Only assigned cards" : "Sólo las tarjetas asignadas",
|
||||||
"No reminder" : "No hay recordatorio",
|
"No reminder" : "No hay recordatorio",
|
||||||
"An error occurred" : "Ocurrió un error",
|
"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.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "¿Estas seguro de que quieres eliminar el tablero {title}? Esto eliminará todos los datos del tablero.",
|
||||||
"Delete the board?" : "¿Borrar el tablero?",
|
"Delete the board?" : "¿Borrar el tablero?",
|
||||||
"Loading filtered view" : "Cargando vista filtrada",
|
"Loading filtered view" : "Cargando vista filtrada",
|
||||||
"No due" : "Sin finalizar",
|
"No due" : "Sin finalizar",
|
||||||
"Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos los tableros",
|
"Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos los tableros",
|
||||||
"No results found" : "No se encontraron resultados",
|
"No results found" : "No se encontraron resultados",
|
||||||
"{stack} in {board}" : "{stack} en {board}",
|
|
||||||
"Click to expand description" : "Pulse para expandir la descripción",
|
|
||||||
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Creada en {created}\n* Ultima moficiación en {lastMod}\n* {nbAttachments} adjuntos\n* {nbComments} comentarios",
|
|
||||||
"{nbCards} cards" : "{nbCards} tarjetas",
|
|
||||||
"No upcoming cards" : "No hay tarjetas próximas",
|
"No upcoming cards" : "No hay tarjetas próximas",
|
||||||
"upcoming cards" : "próximas tarjetas",
|
"upcoming cards" : "próximas tarjetas",
|
||||||
"Due on {date}" : "Vence en {date}",
|
|
||||||
"Link to a board" : "Enlace a un tablero",
|
"Link to a board" : "Enlace a un tablero",
|
||||||
"Link to a card" : "Enlace a una tarjeta",
|
"Link to a card" : "Enlace a una tarjeta",
|
||||||
"Create a card" : "Crear una tarjeta",
|
"Create a card" : "Crear una tarjeta",
|
||||||
@@ -302,11 +285,9 @@
|
|||||||
"Share {file} with a Deck card" : "Compartir {file} con una tarjeta de Deck",
|
"Share {file} with a Deck card" : "Compartir {file} con una tarjeta de Deck",
|
||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto",
|
||||||
"Are you sure you want to transfer the board {title} for {user} ?" : "¿Estás seguro de que quieres transferir el tablero {título} a {usuario}?",
|
"Creating the new card…" : "Creando una nueva tarjeta...",
|
||||||
"Transfer the board for {user} successfully" : "Transferir el tablero para {usuario} con éxito",
|
"\"{card}\" was added to \"{board}\"" : "\"{card}\" ha sido añadida en \"{board}\"",
|
||||||
"Failed to transfer the board for {user}" : "No se ha podido transferir el tablero para {usuario}",
|
"(circle)" : "(circle)",
|
||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "¿Estas seguro de que quieres eliminar el tablero {title}? Esto eliminará todos los datos del tablero.",
|
"This week" : "Esta semana"
|
||||||
"This week" : "Esta semana",
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
"Are you sure you want to transfer the board {title} for {user}?" : "¿Estás seguro de que quieres transferir el tablero {título} a {usuario}?"
|
|
||||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
|
||||||
}
|
}
|
||||||
@@ -60,4 +60,4 @@ OC.L10N.register(
|
|||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},
|
},
|
||||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -57,5 +57,5 @@
|
|||||||
"Delete board" : "Borrar tableros",
|
"Delete board" : "Borrar tableros",
|
||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -1,34 +1,8 @@
|
|||||||
OC.L10N.register(
|
OC.L10N.register(
|
||||||
"deck",
|
"deck",
|
||||||
{
|
{
|
||||||
"You have created a new board {board}" : "Has creado el tablero nuevo {board}",
|
|
||||||
"{user} has created a new board {board}" : "{user} ha creado el tablero nuevo {board}",
|
|
||||||
"You have deleted the board {board}" : "Has eliminado el tablero {board}",
|
|
||||||
"{user} has deleted the board {board}" : "{user} ha eliminado el tablero {board}",
|
|
||||||
"You have restored the board {board}" : "Has restaurado el tablero {board}",
|
|
||||||
"{user} has restored the board {board}" : "{user} ha restaurado el tablero {board}",
|
|
||||||
"You have shared the board {board} with {acl}" : "Has compartido el tablero {board} con {acl}",
|
|
||||||
"{user} has shared the board {board} with {acl}" : "{user} ha compartido el tablero {board} con {acl}",
|
|
||||||
"You have removed {acl} from the board {board}" : "Has eliminado a {acl} del tablero {board}",
|
|
||||||
"{user} has removed {acl} from the board {board}" : "{user} ha elimiando a {acl} del tablero {board}",
|
|
||||||
"You have renamed the board {before} to {board}" : "Has renombrado el tablero {before} como {board}",
|
|
||||||
"{user} has renamed the board {before} to {board}" : "{user} ha renombrado el tablero {before} como {board}",
|
|
||||||
"You have archived the board {board}" : "Has archivado el tablero {board}",
|
|
||||||
"{user} has archived the board {before}" : "{user} ha archivado el tablero {board}",
|
|
||||||
"You have unarchived the board {board}" : "Has desarchivado el tablero {board}",
|
|
||||||
"{user} has unarchived the board {before}" : "{user} ha desarchivado el tablero {before}",
|
|
||||||
"You have created a new list {stack} on board {board}" : "Has creado una nueva lista {stack} del tablero {board}",
|
|
||||||
"{user} has created a new list {stack} on board {board}" : "{user} ha creado una nueva lista {stack} del tablero {board}",
|
|
||||||
"You have renamed list {before} to {stack} on board {board}" : "Has renombrado la lista {before} a {stack} del tablero {board}",
|
|
||||||
"{user} has renamed list {before} to {stack} on board {board}" : "{user} ha renombrado la lista {before} a {stack} del tablero {board}",
|
|
||||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Una <strong>descripción de tarjeta</strong> dentro de la app Deck ha cambiado",
|
|
||||||
"Deck" : "Deck",
|
"Deck" : "Deck",
|
||||||
"Changes in the <strong>Deck app</strong>" : "Cambios en la <strong>app Deck</strong>",
|
|
||||||
"Personal" : "Personal",
|
"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}.",
|
|
||||||
"{user} has shared {deck-board} with you." : "{user} ha compartido {deck-board} contigo.",
|
|
||||||
"Finished" : "Terminado",
|
"Finished" : "Terminado",
|
||||||
"To review" : "Para revisar",
|
"To review" : "Para revisar",
|
||||||
"Action needed" : "Acción requerida",
|
"Action needed" : "Acción requerida",
|
||||||
@@ -38,27 +12,10 @@ OC.L10N.register(
|
|||||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo subido sobrepasa el valor MAX_FILE_SIZE especificada en el formulario HTML",
|
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo subido sobrepasa el valor MAX_FILE_SIZE especificada en el formulario HTML",
|
||||||
"No file was uploaded" : "No se subió ningún archivo ",
|
"No file was uploaded" : "No se subió ningún archivo ",
|
||||||
"Missing a temporary folder" : "Falta un directorio temporal",
|
"Missing a temporary folder" : "Falta un directorio temporal",
|
||||||
"Card not found" : "Tarjeta no encontrada",
|
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, favor de seguir el formato AAAA-MM-DD",
|
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, favor de seguir el formato AAAA-MM-DD",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto",
|
|
||||||
"Card details" : "Detalles de la tarjeta",
|
|
||||||
"Add board" : "Nuevo Tablero",
|
"Add board" : "Nuevo Tablero",
|
||||||
"Search by board title" : "Buscar por título de tablero",
|
|
||||||
"Select board" : "Selecciona tablero",
|
|
||||||
"Create a new card" : "Crear una nueva tarjeta",
|
|
||||||
"Select a board" : "Selecciona un tablero",
|
|
||||||
"Select a list" : "Seleccionar una lista",
|
|
||||||
"Card title" : "Título de la tarjeta",
|
|
||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"Creating the new card …" : "Creando una nueva tarjeta …",
|
|
||||||
"Card \"{card}\" was added to \"{board}\"" : "La tarjeta \"{card}\" fue añadida a \"{board}\"",
|
|
||||||
"Close" : "Cerrar",
|
"Close" : "Cerrar",
|
||||||
"Create card" : "Crear tarjeta",
|
|
||||||
"Select a card" : "Seleccionar una tarjeta",
|
|
||||||
"Next 24 hours" : "Próximas 24 horas",
|
|
||||||
"Next 7 days" : "Próximos 7 días",
|
|
||||||
"Next 30 days" : "Próximos 30 días",
|
|
||||||
"No due date" : "Sin fecha de vencimiento",
|
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -91,20 +48,13 @@ OC.L10N.register(
|
|||||||
"seconds ago" : "segundos",
|
"seconds ago" : "segundos",
|
||||||
"All boards" : "Todos los Tableros",
|
"All boards" : "Todos los Tableros",
|
||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Deck settings" : "Configuración del Tablero",
|
|
||||||
"Limit deck usage of groups" : "Limitar el uso del Tablero a grupos",
|
|
||||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limitar Tableros impedirá que usuarios que no formen parte de esos grupos creen sus propios tableros. Los usuarios todavía podrán trabajar en tableros que hayan sido compartidos con ellos.",
|
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar Tablero",
|
"Edit board" : "Editar Tablero",
|
||||||
"Clone board" : "Clonar Tablero",
|
"Clone board" : "Clonar Tablero",
|
||||||
"No notifications" : "No hay notificaciones",
|
"No notifications" : "No hay notificaciones",
|
||||||
"Delete board" : "Eliminar Tablero",
|
"Delete board" : "Eliminar Tablero",
|
||||||
"An error occurred" : "Ocurrió un error",
|
"An error occurred" : "Ocurrió un error",
|
||||||
"No due" : "Sin finalizar",
|
|
||||||
"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",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto",
|
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},
|
},
|
||||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -1,32 +1,6 @@
|
|||||||
{ "translations": {
|
{ "translations": {
|
||||||
"You have created a new board {board}" : "Has creado el tablero nuevo {board}",
|
|
||||||
"{user} has created a new board {board}" : "{user} ha creado el tablero nuevo {board}",
|
|
||||||
"You have deleted the board {board}" : "Has eliminado el tablero {board}",
|
|
||||||
"{user} has deleted the board {board}" : "{user} ha eliminado el tablero {board}",
|
|
||||||
"You have restored the board {board}" : "Has restaurado el tablero {board}",
|
|
||||||
"{user} has restored the board {board}" : "{user} ha restaurado el tablero {board}",
|
|
||||||
"You have shared the board {board} with {acl}" : "Has compartido el tablero {board} con {acl}",
|
|
||||||
"{user} has shared the board {board} with {acl}" : "{user} ha compartido el tablero {board} con {acl}",
|
|
||||||
"You have removed {acl} from the board {board}" : "Has eliminado a {acl} del tablero {board}",
|
|
||||||
"{user} has removed {acl} from the board {board}" : "{user} ha elimiando a {acl} del tablero {board}",
|
|
||||||
"You have renamed the board {before} to {board}" : "Has renombrado el tablero {before} como {board}",
|
|
||||||
"{user} has renamed the board {before} to {board}" : "{user} ha renombrado el tablero {before} como {board}",
|
|
||||||
"You have archived the board {board}" : "Has archivado el tablero {board}",
|
|
||||||
"{user} has archived the board {before}" : "{user} ha archivado el tablero {board}",
|
|
||||||
"You have unarchived the board {board}" : "Has desarchivado el tablero {board}",
|
|
||||||
"{user} has unarchived the board {before}" : "{user} ha desarchivado el tablero {before}",
|
|
||||||
"You have created a new list {stack} on board {board}" : "Has creado una nueva lista {stack} del tablero {board}",
|
|
||||||
"{user} has created a new list {stack} on board {board}" : "{user} ha creado una nueva lista {stack} del tablero {board}",
|
|
||||||
"You have renamed list {before} to {stack} on board {board}" : "Has renombrado la lista {before} a {stack} del tablero {board}",
|
|
||||||
"{user} has renamed list {before} to {stack} on board {board}" : "{user} ha renombrado la lista {before} a {stack} del tablero {board}",
|
|
||||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Una <strong>descripción de tarjeta</strong> dentro de la app Deck ha cambiado",
|
|
||||||
"Deck" : "Deck",
|
"Deck" : "Deck",
|
||||||
"Changes in the <strong>Deck app</strong>" : "Cambios en la <strong>app Deck</strong>",
|
|
||||||
"Personal" : "Personal",
|
"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}.",
|
|
||||||
"{user} has shared {deck-board} with you." : "{user} ha compartido {deck-board} contigo.",
|
|
||||||
"Finished" : "Terminado",
|
"Finished" : "Terminado",
|
||||||
"To review" : "Para revisar",
|
"To review" : "Para revisar",
|
||||||
"Action needed" : "Acción requerida",
|
"Action needed" : "Acción requerida",
|
||||||
@@ -36,27 +10,10 @@
|
|||||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo subido sobrepasa el valor MAX_FILE_SIZE especificada en el formulario HTML",
|
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo subido sobrepasa el valor MAX_FILE_SIZE especificada en el formulario HTML",
|
||||||
"No file was uploaded" : "No se subió ningún archivo ",
|
"No file was uploaded" : "No se subió ningún archivo ",
|
||||||
"Missing a temporary folder" : "Falta un directorio temporal",
|
"Missing a temporary folder" : "Falta un directorio temporal",
|
||||||
"Card not found" : "Tarjeta no encontrada",
|
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, favor de seguir el formato AAAA-MM-DD",
|
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, favor de seguir el formato AAAA-MM-DD",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto",
|
|
||||||
"Card details" : "Detalles de la tarjeta",
|
|
||||||
"Add board" : "Nuevo Tablero",
|
"Add board" : "Nuevo Tablero",
|
||||||
"Search by board title" : "Buscar por título de tablero",
|
|
||||||
"Select board" : "Selecciona tablero",
|
|
||||||
"Create a new card" : "Crear una nueva tarjeta",
|
|
||||||
"Select a board" : "Selecciona un tablero",
|
|
||||||
"Select a list" : "Seleccionar una lista",
|
|
||||||
"Card title" : "Título de la tarjeta",
|
|
||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"Creating the new card …" : "Creando una nueva tarjeta …",
|
|
||||||
"Card \"{card}\" was added to \"{board}\"" : "La tarjeta \"{card}\" fue añadida a \"{board}\"",
|
|
||||||
"Close" : "Cerrar",
|
"Close" : "Cerrar",
|
||||||
"Create card" : "Crear tarjeta",
|
|
||||||
"Select a card" : "Seleccionar una tarjeta",
|
|
||||||
"Next 24 hours" : "Próximas 24 horas",
|
|
||||||
"Next 7 days" : "Próximos 7 días",
|
|
||||||
"Next 30 days" : "Próximos 30 días",
|
|
||||||
"No due date" : "Sin fecha de vencimiento",
|
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -89,20 +46,13 @@
|
|||||||
"seconds ago" : "segundos",
|
"seconds ago" : "segundos",
|
||||||
"All boards" : "Todos los Tableros",
|
"All boards" : "Todos los Tableros",
|
||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Deck settings" : "Configuración del Tablero",
|
|
||||||
"Limit deck usage of groups" : "Limitar el uso del Tablero a grupos",
|
|
||||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limitar Tableros impedirá que usuarios que no formen parte de esos grupos creen sus propios tableros. Los usuarios todavía podrán trabajar en tableros que hayan sido compartidos con ellos.",
|
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar Tablero",
|
"Edit board" : "Editar Tablero",
|
||||||
"Clone board" : "Clonar Tablero",
|
"Clone board" : "Clonar Tablero",
|
||||||
"No notifications" : "No hay notificaciones",
|
"No notifications" : "No hay notificaciones",
|
||||||
"Delete board" : "Eliminar Tablero",
|
"Delete board" : "Eliminar Tablero",
|
||||||
"An error occurred" : "Ocurrió un error",
|
"An error occurred" : "Ocurrió un error",
|
||||||
"No due" : "Sin finalizar",
|
|
||||||
"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",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto",
|
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -63,4 +63,4 @@ OC.L10N.register(
|
|||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},
|
},
|
||||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -60,5 +60,5 @@
|
|||||||
"Delete board" : "Borrar tableros",
|
"Delete board" : "Borrar tableros",
|
||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -64,4 +64,4 @@ OC.L10N.register(
|
|||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},
|
},
|
||||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -61,5 +61,5 @@
|
|||||||
"Delete board" : "Borrar tableros",
|
"Delete board" : "Borrar tableros",
|
||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -63,4 +63,4 @@ OC.L10N.register(
|
|||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},
|
},
|
||||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -60,5 +60,5 @@
|
|||||||
"Delete board" : "Borrar tableros",
|
"Delete board" : "Borrar tableros",
|
||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -63,4 +63,4 @@ OC.L10N.register(
|
|||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},
|
},
|
||||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -60,5 +60,5 @@
|
|||||||
"Delete board" : "Borrar tableros",
|
"Delete board" : "Borrar tableros",
|
||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -63,4 +63,4 @@ OC.L10N.register(
|
|||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},
|
},
|
||||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -60,5 +60,5 @@
|
|||||||
"Delete board" : "Borrar tableros",
|
"Delete board" : "Borrar tableros",
|
||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -63,4 +63,4 @@ OC.L10N.register(
|
|||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},
|
},
|
||||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -60,5 +60,5 @@
|
|||||||
"Delete board" : "Borrar tableros",
|
"Delete board" : "Borrar tableros",
|
||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -59,4 +59,4 @@ OC.L10N.register(
|
|||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},
|
},
|
||||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -56,5 +56,5 @@
|
|||||||
"Delete board" : "Borrar tableros",
|
"Delete board" : "Borrar tableros",
|
||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -67,4 +67,4 @@ OC.L10N.register(
|
|||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},
|
},
|
||||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -64,5 +64,5 @@
|
|||||||
"An error occurred" : "Ha ocurrido un error",
|
"An error occurred" : "Ha ocurrido un error",
|
||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -59,4 +59,4 @@ OC.L10N.register(
|
|||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},
|
},
|
||||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -56,5 +56,5 @@
|
|||||||
"Delete board" : "Borrar tableros",
|
"Delete board" : "Borrar tableros",
|
||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -59,4 +59,4 @@ OC.L10N.register(
|
|||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},
|
},
|
||||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -56,5 +56,5 @@
|
|||||||
"Delete board" : "Borrar tableros",
|
"Delete board" : "Borrar tableros",
|
||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -10,7 +10,6 @@ OC.L10N.register(
|
|||||||
"To review" : "Para revisar",
|
"To review" : "Para revisar",
|
||||||
"Action needed" : "Acción requerida",
|
"Action needed" : "Acción requerida",
|
||||||
"Later" : "Después",
|
"Later" : "Después",
|
||||||
"copy" : "copiar",
|
|
||||||
"Done" : "Terminado",
|
"Done" : "Terminado",
|
||||||
"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 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",
|
"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",
|
||||||
@@ -60,4 +59,4 @@ OC.L10N.register(
|
|||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},
|
},
|
||||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -8,7 +8,6 @@
|
|||||||
"To review" : "Para revisar",
|
"To review" : "Para revisar",
|
||||||
"Action needed" : "Acción requerida",
|
"Action needed" : "Acción requerida",
|
||||||
"Later" : "Después",
|
"Later" : "Después",
|
||||||
"copy" : "copiar",
|
|
||||||
"Done" : "Terminado",
|
"Done" : "Terminado",
|
||||||
"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 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",
|
"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",
|
||||||
@@ -57,5 +56,5 @@
|
|||||||
"Delete board" : "Borrar tableros",
|
"Delete board" : "Borrar tableros",
|
||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -59,4 +59,4 @@ OC.L10N.register(
|
|||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},
|
},
|
||||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -56,5 +56,5 @@
|
|||||||
"Delete board" : "Borrar tableros",
|
"Delete board" : "Borrar tableros",
|
||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -61,4 +61,4 @@ OC.L10N.register(
|
|||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},
|
},
|
||||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -58,5 +58,5 @@
|
|||||||
"An error occurred" : "Se presentó un error",
|
"An error occurred" : "Se presentó un error",
|
||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -63,4 +63,4 @@ OC.L10N.register(
|
|||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},
|
},
|
||||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -60,5 +60,5 @@
|
|||||||
"Delete board" : "Borrar tableros",
|
"Delete board" : "Borrar tableros",
|
||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -59,4 +59,4 @@ OC.L10N.register(
|
|||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},
|
},
|
||||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -56,5 +56,5 @@
|
|||||||
"Delete board" : "Borrar tableros",
|
"Delete board" : "Borrar tableros",
|
||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -5,13 +5,10 @@ OC.L10N.register(
|
|||||||
"Finished" : "Lõpetatud",
|
"Finished" : "Lõpetatud",
|
||||||
"Later" : "Hiljem",
|
"Later" : "Hiljem",
|
||||||
"Done" : "Valmis",
|
"Done" : "Valmis",
|
||||||
"The file was uploaded" : "Fail laaditi üles",
|
|
||||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Üleslaetud fail on suurem, kui php.ini failis määratud upload_max_filesize",
|
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Üleslaetud fail on suurem, kui php.ini failis määratud upload_max_filesize",
|
||||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Üleslaetud fail on suurem, kui MAX_FILE_SIZE atribuut, mis seadistati HTML vormis",
|
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Üleslaetud fail on suurem, kui MAX_FILE_SIZE atribuut, mis seadistati HTML vormis",
|
||||||
"The file was only partially uploaded" : "Fail laaditi üles ainult osaliselt",
|
|
||||||
"No file was uploaded" : "Ühtegi faili ei latud üles",
|
"No file was uploaded" : "Ühtegi faili ei latud üles",
|
||||||
"Missing a temporary folder" : "Ajutine kausta on puudu",
|
"Missing a temporary folder" : "Ajutine kausta on puudu",
|
||||||
"Could not write file to disk" : "Faili kirjutamine kettale ebaõnnestus",
|
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Vigane kuupäev, formaat peab olema YYYY-MM-DD",
|
"Invalid date, date format must be YYYY-MM-DD" : "Vigane kuupäev, formaat peab olema YYYY-MM-DD",
|
||||||
"Cancel" : "Loobu",
|
"Cancel" : "Loobu",
|
||||||
"Close" : "Sulge",
|
"Close" : "Sulge",
|
||||||
|
|||||||
@@ -3,13 +3,10 @@
|
|||||||
"Finished" : "Lõpetatud",
|
"Finished" : "Lõpetatud",
|
||||||
"Later" : "Hiljem",
|
"Later" : "Hiljem",
|
||||||
"Done" : "Valmis",
|
"Done" : "Valmis",
|
||||||
"The file was uploaded" : "Fail laaditi üles",
|
|
||||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Üleslaetud fail on suurem, kui php.ini failis määratud upload_max_filesize",
|
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Üleslaetud fail on suurem, kui php.ini failis määratud upload_max_filesize",
|
||||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Üleslaetud fail on suurem, kui MAX_FILE_SIZE atribuut, mis seadistati HTML vormis",
|
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Üleslaetud fail on suurem, kui MAX_FILE_SIZE atribuut, mis seadistati HTML vormis",
|
||||||
"The file was only partially uploaded" : "Fail laaditi üles ainult osaliselt",
|
|
||||||
"No file was uploaded" : "Ühtegi faili ei latud üles",
|
"No file was uploaded" : "Ühtegi faili ei latud üles",
|
||||||
"Missing a temporary folder" : "Ajutine kausta on puudu",
|
"Missing a temporary folder" : "Ajutine kausta on puudu",
|
||||||
"Could not write file to disk" : "Faili kirjutamine kettale ebaõnnestus",
|
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Vigane kuupäev, formaat peab olema YYYY-MM-DD",
|
"Invalid date, date format must be YYYY-MM-DD" : "Vigane kuupäev, formaat peab olema YYYY-MM-DD",
|
||||||
"Cancel" : "Loobu",
|
"Cancel" : "Loobu",
|
||||||
"Close" : "Sulge",
|
"Close" : "Sulge",
|
||||||
|
|||||||
25
l10n/eu.js
25
l10n/eu.js
@@ -68,7 +68,6 @@ OC.L10N.register(
|
|||||||
"Changes in the <strong>Deck app</strong>" : "<strong>Deck</strong> aplikazioan aldaketak",
|
"Changes in the <strong>Deck app</strong>" : "<strong>Deck</strong> aplikazioan aldaketak",
|
||||||
"A <strong>comment</strong> was created on a card" : "<strong>Iruzkin bat</strong> sortu da txartel batean",
|
"A <strong>comment</strong> was created on a card" : "<strong>Iruzkin bat</strong> sortu da txartel batean",
|
||||||
"Upcoming cards" : "Hurrengo txartelak",
|
"Upcoming cards" : "Hurrengo txartelak",
|
||||||
"Load more" : "Kargatu gehiago",
|
|
||||||
"Personal" : "Pertsonala",
|
"Personal" : "Pertsonala",
|
||||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "\"%s\" txartela \"%s\"-n %sk esleitu zaizu.",
|
"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.",
|
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user}-k {deck-board}-ko {deck-card} txartela esleitu dizu.",
|
||||||
@@ -136,7 +135,6 @@ OC.L10N.register(
|
|||||||
"Archived cards" : "Artxibatutako txartelak",
|
"Archived cards" : "Artxibatutako txartelak",
|
||||||
"Add list" : "Gehitu zerrenda",
|
"Add list" : "Gehitu zerrenda",
|
||||||
"List name" : "Zerrendaren izena",
|
"List name" : "Zerrendaren izena",
|
||||||
"Active filters" : "Iragazki aktiboak",
|
|
||||||
"Apply filter" : "Ezarri iragazkia",
|
"Apply filter" : "Ezarri iragazkia",
|
||||||
"Filter by tag" : "Iragazi etiketaz",
|
"Filter by tag" : "Iragazi etiketaz",
|
||||||
"Filter by assigned user" : "Iragazi esleitutako erabiltzailez",
|
"Filter by assigned user" : "Iragazi esleitutako erabiltzailez",
|
||||||
@@ -151,7 +149,6 @@ OC.L10N.register(
|
|||||||
"Hide archived cards" : "Ezkutatu artxibatutako txartelak",
|
"Hide archived cards" : "Ezkutatu artxibatutako txartelak",
|
||||||
"Show archived cards" : "Erakutsi artxibatutako txartelak",
|
"Show archived cards" : "Erakutsi artxibatutako txartelak",
|
||||||
"Toggle compact mode" : "Txandakatu modu trinkoa",
|
"Toggle compact mode" : "Txandakatu modu trinkoa",
|
||||||
"Open details" : "Ireki xehetasunak",
|
|
||||||
"Details" : "Xehetasunak",
|
"Details" : "Xehetasunak",
|
||||||
"Loading board" : "Taula kargatzen",
|
"Loading board" : "Taula kargatzen",
|
||||||
"No lists available" : "Ez dago zerrendarik eskuragarri",
|
"No lists available" : "Ez dago zerrendarik eskuragarri",
|
||||||
@@ -176,11 +173,8 @@ OC.L10N.register(
|
|||||||
"Owner" : "Jabea",
|
"Owner" : "Jabea",
|
||||||
"Delete" : "Ezabatu",
|
"Delete" : "Ezabatu",
|
||||||
"Failed to create share with {displayName}" : "Ezin izan da {displayName}-(r)ekin partekatzea sortu",
|
"Failed to create share with {displayName}" : "Ezin izan da {displayName}-(r)ekin partekatzea sortu",
|
||||||
"Are you sure you want to transfer the board {title} to {user}?" : "Ziur {title} taula {user}-(a)ri transferitu nahi diozula?",
|
|
||||||
"Transfer the board." : "Transferitu panela.",
|
"Transfer the board." : "Transferitu panela.",
|
||||||
"Transfer" : "Transferitu",
|
"Transfer" : "Transferitu",
|
||||||
"The board has been transferred to {user}" : "Arbela {user}-(a)ri transferitu zaio",
|
|
||||||
"Failed to transfer the board to {user}" : "Ezin izan zaio transferitu arbela {use}-(a)ri",
|
|
||||||
"Add a new list" : "Gehitu zerrenda berria",
|
"Add a new list" : "Gehitu zerrenda berria",
|
||||||
"Archive all cards" : "Artxibatu txartel guztiak",
|
"Archive all cards" : "Artxibatu txartel guztiak",
|
||||||
"Delete list" : "Zerrenda ezabatu",
|
"Delete list" : "Zerrenda ezabatu",
|
||||||
@@ -242,9 +236,7 @@ OC.L10N.register(
|
|||||||
"Write a description …" : "Idatzi deskribapen bat ...",
|
"Write a description …" : "Idatzi deskribapen bat ...",
|
||||||
"Choose attachment" : "Aukeratu eranskina",
|
"Choose attachment" : "Aukeratu eranskina",
|
||||||
"(group)" : "(taldea)",
|
"(group)" : "(taldea)",
|
||||||
"Todo items" : "Elementuak egiteke",
|
|
||||||
"{count} comments, {unread} unread" : "{count} iruzkin, {unread} irakurri gabe",
|
"{count} comments, {unread} unread" : "{count} iruzkin, {unread} irakurri gabe",
|
||||||
"Edit card title" : "Editatu txartelaren izenburua",
|
|
||||||
"Assign to me" : "Esleitu niri",
|
"Assign to me" : "Esleitu niri",
|
||||||
"Unassign myself" : "Niri esleitzeari utzi",
|
"Unassign myself" : "Niri esleitzeari utzi",
|
||||||
"Move card" : "Mugitu txartela",
|
"Move card" : "Mugitu txartela",
|
||||||
@@ -258,7 +250,6 @@ OC.L10N.register(
|
|||||||
"All boards" : "Taula guztiak",
|
"All boards" : "Taula guztiak",
|
||||||
"Archived boards" : "Artxibatutako taulak",
|
"Archived boards" : "Artxibatutako taulak",
|
||||||
"Shared with you" : "Zurekin partekatua",
|
"Shared with you" : "Zurekin partekatua",
|
||||||
"Deck settings" : "Deck ezarpenak",
|
|
||||||
"Use bigger card view" : "Erabili txartel ikuspegi handiagoa",
|
"Use bigger card view" : "Erabili txartel ikuspegi handiagoa",
|
||||||
"Show boards in calendar/tasks" : "Erakutsi taulak egutegi/zereginetan",
|
"Show boards in calendar/tasks" : "Erakutsi taulak egutegi/zereginetan",
|
||||||
"Limit deck usage of groups" : "Mugatu taldeek Deck erabiltzeko aukera",
|
"Limit deck usage of groups" : "Mugatu taldeek Deck erabiltzeko aukera",
|
||||||
@@ -279,19 +270,14 @@ OC.L10N.register(
|
|||||||
"Only assigned cards" : "Bakarrik esleitutako txartelak",
|
"Only assigned cards" : "Bakarrik esleitutako txartelak",
|
||||||
"No reminder" : "Abisurik ez",
|
"No reminder" : "Abisurik ez",
|
||||||
"An error occurred" : "Errore bat gertatu da",
|
"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 kartak barne.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Ziur zaude «{title}» taula ezabatu nahi duzula? Honek taula honen datu guztiak ezabatuko ditu.",
|
||||||
"Delete the board?" : "Taula ezabatu?",
|
"Delete the board?" : "Taula ezabatu?",
|
||||||
"Loading filtered view" : "Kargatzen iragazitako ikuspegia",
|
"Loading filtered view" : "Kargatzen iragazitako ikuspegia",
|
||||||
"No due" : "Epemugarik ez",
|
"No due" : "Epemugarik ez",
|
||||||
"Search for {searchQuery} in all boards" : "Bilatu {searchQuery} taula guztietan",
|
"Search for {searchQuery} in all boards" : "Bilatu {searchQuery} taula guztietan",
|
||||||
"No results found" : "Ez da emaitzarik aurkitu",
|
"No results found" : "Ez da emaitzarik aurkitu",
|
||||||
"{stack} in {board}" : "{stack} {board}-(e)n",
|
|
||||||
"Click to expand description" : "Egin klik deskribapena handitzeko",
|
|
||||||
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Sorrera-data {created}\n* Azken aldaketa data {lastMod}\n* {nbAttachments} eranskin\n* {nbComments} iruzkin",
|
|
||||||
"{nbCards} cards" : "{nbCards} karta",
|
|
||||||
"No upcoming cards" : "Ez dago hurrengo txartelik",
|
"No upcoming cards" : "Ez dago hurrengo txartelik",
|
||||||
"upcoming cards" : "hurrengo txartelak",
|
"upcoming cards" : "hurrengo txartelak",
|
||||||
"Due on {date}" : "Iraungitze-data {date}",
|
|
||||||
"Link to a board" : "Estekatu taula batera",
|
"Link to a board" : "Estekatu taula batera",
|
||||||
"Link to a card" : "Estekatu txartel batera",
|
"Link to a card" : "Estekatu txartel batera",
|
||||||
"Create a card" : "Sortu txartela",
|
"Create a card" : "Sortu txartela",
|
||||||
@@ -304,11 +290,12 @@ OC.L10N.register(
|
|||||||
"Share {file} with a Deck card" : "Partekatu {file} Deck txartel baten bidez",
|
"Share {file} with a Deck card" : "Partekatu {file} Deck txartel baten bidez",
|
||||||
"Share" : "Partekatu",
|
"Share" : "Partekatu",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck aplikazioa plangintza pertsonalera eta proiektuen antolaketara zuzenduta dagoen Nextcloudekin integratutako kanban moduko tresna bat da.\n\n\n- 📥 Gehitu atazak txarteletan eta ordenatu\n- 📄 Idatzi ohar gehigarriak markdown erabiliz\n- 🔖 Esleitu etiketak antolaketa are gehiago hobetzeko\n- 👥 Partekatu zure talde, lagun edo familiarekin\n- 📎 Erantsi fitxategiak eta kapsulatu zure markdown deskribapenean\n- 💬 Eztabaidatu zure taldearekin iruzkinak erabiliz\n- ⚡ Egin aldaketen jarraipena jarduera jarioa erabiliz\n- 🚀 Antolatu zure proiektua",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck aplikazioa plangintza pertsonalera eta proiektuen antolaketara zuzenduta dagoen Nextcloudekin integratutako kanban moduko tresna bat da.\n\n\n- 📥 Gehitu atazak txarteletan eta ordenatu\n- 📄 Idatzi ohar gehigarriak markdown erabiliz\n- 🔖 Esleitu etiketak antolaketa are gehiago hobetzeko\n- 👥 Partekatu zure talde, lagun edo familiarekin\n- 📎 Erantsi fitxategiak eta kapsulatu zure markdown deskribapenean\n- 💬 Eztabaidatu zure taldearekin iruzkinak erabiliz\n- ⚡ Egin aldaketen jarraipena jarduera jarioa erabiliz\n- 🚀 Antolatu zure proiektua",
|
||||||
|
"Creating the new card…" : "Txartel berria sortzen...",
|
||||||
|
"\"{card}\" was added to \"{board}\"" : "\"{card}\" \"{board}\"-n gehitu da",
|
||||||
|
"(circle)" : "(zirkulua)",
|
||||||
|
"This week" : "Aste honetan",
|
||||||
"Are you sure you want to transfer the board {title} for {user} ?" : "Ziur {title} transferitu nahi duzula {user}-en panela ?",
|
"Are you sure you want to transfer the board {title} for {user} ?" : "Ziur {title} transferitu nahi duzula {user}-en panela ?",
|
||||||
"Transfer the board for {user} successfully" : "Transferitu {user}-ren panela behar bezala",
|
"Transfer the board for {user} successfully" : "Transferitu {user}-ren panela behar bezala",
|
||||||
"Failed to transfer the board for {user}" : "Ezin izan da transferitu {user}-ren panela",
|
"Failed to transfer the board for {user}" : "Ezin izan da transferitu {user}-ren panela"
|
||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Ziur zaude «{title}» taula ezabatu nahi duzula? Honek taula honen datu guztiak ezabatuko ditu.",
|
|
||||||
"This week" : "Aste honetan",
|
|
||||||
"Are you sure you want to transfer the board {title} for {user}?" : "Ziur {title} taula transferitu nahi duzula {user}?"
|
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
25
l10n/eu.json
25
l10n/eu.json
@@ -66,7 +66,6 @@
|
|||||||
"Changes in the <strong>Deck app</strong>" : "<strong>Deck</strong> aplikazioan aldaketak",
|
"Changes in the <strong>Deck app</strong>" : "<strong>Deck</strong> aplikazioan aldaketak",
|
||||||
"A <strong>comment</strong> was created on a card" : "<strong>Iruzkin bat</strong> sortu da txartel batean",
|
"A <strong>comment</strong> was created on a card" : "<strong>Iruzkin bat</strong> sortu da txartel batean",
|
||||||
"Upcoming cards" : "Hurrengo txartelak",
|
"Upcoming cards" : "Hurrengo txartelak",
|
||||||
"Load more" : "Kargatu gehiago",
|
|
||||||
"Personal" : "Pertsonala",
|
"Personal" : "Pertsonala",
|
||||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "\"%s\" txartela \"%s\"-n %sk esleitu zaizu.",
|
"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.",
|
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user}-k {deck-board}-ko {deck-card} txartela esleitu dizu.",
|
||||||
@@ -134,7 +133,6 @@
|
|||||||
"Archived cards" : "Artxibatutako txartelak",
|
"Archived cards" : "Artxibatutako txartelak",
|
||||||
"Add list" : "Gehitu zerrenda",
|
"Add list" : "Gehitu zerrenda",
|
||||||
"List name" : "Zerrendaren izena",
|
"List name" : "Zerrendaren izena",
|
||||||
"Active filters" : "Iragazki aktiboak",
|
|
||||||
"Apply filter" : "Ezarri iragazkia",
|
"Apply filter" : "Ezarri iragazkia",
|
||||||
"Filter by tag" : "Iragazi etiketaz",
|
"Filter by tag" : "Iragazi etiketaz",
|
||||||
"Filter by assigned user" : "Iragazi esleitutako erabiltzailez",
|
"Filter by assigned user" : "Iragazi esleitutako erabiltzailez",
|
||||||
@@ -149,7 +147,6 @@
|
|||||||
"Hide archived cards" : "Ezkutatu artxibatutako txartelak",
|
"Hide archived cards" : "Ezkutatu artxibatutako txartelak",
|
||||||
"Show archived cards" : "Erakutsi artxibatutako txartelak",
|
"Show archived cards" : "Erakutsi artxibatutako txartelak",
|
||||||
"Toggle compact mode" : "Txandakatu modu trinkoa",
|
"Toggle compact mode" : "Txandakatu modu trinkoa",
|
||||||
"Open details" : "Ireki xehetasunak",
|
|
||||||
"Details" : "Xehetasunak",
|
"Details" : "Xehetasunak",
|
||||||
"Loading board" : "Taula kargatzen",
|
"Loading board" : "Taula kargatzen",
|
||||||
"No lists available" : "Ez dago zerrendarik eskuragarri",
|
"No lists available" : "Ez dago zerrendarik eskuragarri",
|
||||||
@@ -174,11 +171,8 @@
|
|||||||
"Owner" : "Jabea",
|
"Owner" : "Jabea",
|
||||||
"Delete" : "Ezabatu",
|
"Delete" : "Ezabatu",
|
||||||
"Failed to create share with {displayName}" : "Ezin izan da {displayName}-(r)ekin partekatzea sortu",
|
"Failed to create share with {displayName}" : "Ezin izan da {displayName}-(r)ekin partekatzea sortu",
|
||||||
"Are you sure you want to transfer the board {title} to {user}?" : "Ziur {title} taula {user}-(a)ri transferitu nahi diozula?",
|
|
||||||
"Transfer the board." : "Transferitu panela.",
|
"Transfer the board." : "Transferitu panela.",
|
||||||
"Transfer" : "Transferitu",
|
"Transfer" : "Transferitu",
|
||||||
"The board has been transferred to {user}" : "Arbela {user}-(a)ri transferitu zaio",
|
|
||||||
"Failed to transfer the board to {user}" : "Ezin izan zaio transferitu arbela {use}-(a)ri",
|
|
||||||
"Add a new list" : "Gehitu zerrenda berria",
|
"Add a new list" : "Gehitu zerrenda berria",
|
||||||
"Archive all cards" : "Artxibatu txartel guztiak",
|
"Archive all cards" : "Artxibatu txartel guztiak",
|
||||||
"Delete list" : "Zerrenda ezabatu",
|
"Delete list" : "Zerrenda ezabatu",
|
||||||
@@ -240,9 +234,7 @@
|
|||||||
"Write a description …" : "Idatzi deskribapen bat ...",
|
"Write a description …" : "Idatzi deskribapen bat ...",
|
||||||
"Choose attachment" : "Aukeratu eranskina",
|
"Choose attachment" : "Aukeratu eranskina",
|
||||||
"(group)" : "(taldea)",
|
"(group)" : "(taldea)",
|
||||||
"Todo items" : "Elementuak egiteke",
|
|
||||||
"{count} comments, {unread} unread" : "{count} iruzkin, {unread} irakurri gabe",
|
"{count} comments, {unread} unread" : "{count} iruzkin, {unread} irakurri gabe",
|
||||||
"Edit card title" : "Editatu txartelaren izenburua",
|
|
||||||
"Assign to me" : "Esleitu niri",
|
"Assign to me" : "Esleitu niri",
|
||||||
"Unassign myself" : "Niri esleitzeari utzi",
|
"Unassign myself" : "Niri esleitzeari utzi",
|
||||||
"Move card" : "Mugitu txartela",
|
"Move card" : "Mugitu txartela",
|
||||||
@@ -256,7 +248,6 @@
|
|||||||
"All boards" : "Taula guztiak",
|
"All boards" : "Taula guztiak",
|
||||||
"Archived boards" : "Artxibatutako taulak",
|
"Archived boards" : "Artxibatutako taulak",
|
||||||
"Shared with you" : "Zurekin partekatua",
|
"Shared with you" : "Zurekin partekatua",
|
||||||
"Deck settings" : "Deck ezarpenak",
|
|
||||||
"Use bigger card view" : "Erabili txartel ikuspegi handiagoa",
|
"Use bigger card view" : "Erabili txartel ikuspegi handiagoa",
|
||||||
"Show boards in calendar/tasks" : "Erakutsi taulak egutegi/zereginetan",
|
"Show boards in calendar/tasks" : "Erakutsi taulak egutegi/zereginetan",
|
||||||
"Limit deck usage of groups" : "Mugatu taldeek Deck erabiltzeko aukera",
|
"Limit deck usage of groups" : "Mugatu taldeek Deck erabiltzeko aukera",
|
||||||
@@ -277,19 +268,14 @@
|
|||||||
"Only assigned cards" : "Bakarrik esleitutako txartelak",
|
"Only assigned cards" : "Bakarrik esleitutako txartelak",
|
||||||
"No reminder" : "Abisurik ez",
|
"No reminder" : "Abisurik ez",
|
||||||
"An error occurred" : "Errore bat gertatu da",
|
"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 kartak barne.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Ziur zaude «{title}» taula ezabatu nahi duzula? Honek taula honen datu guztiak ezabatuko ditu.",
|
||||||
"Delete the board?" : "Taula ezabatu?",
|
"Delete the board?" : "Taula ezabatu?",
|
||||||
"Loading filtered view" : "Kargatzen iragazitako ikuspegia",
|
"Loading filtered view" : "Kargatzen iragazitako ikuspegia",
|
||||||
"No due" : "Epemugarik ez",
|
"No due" : "Epemugarik ez",
|
||||||
"Search for {searchQuery} in all boards" : "Bilatu {searchQuery} taula guztietan",
|
"Search for {searchQuery} in all boards" : "Bilatu {searchQuery} taula guztietan",
|
||||||
"No results found" : "Ez da emaitzarik aurkitu",
|
"No results found" : "Ez da emaitzarik aurkitu",
|
||||||
"{stack} in {board}" : "{stack} {board}-(e)n",
|
|
||||||
"Click to expand description" : "Egin klik deskribapena handitzeko",
|
|
||||||
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Sorrera-data {created}\n* Azken aldaketa data {lastMod}\n* {nbAttachments} eranskin\n* {nbComments} iruzkin",
|
|
||||||
"{nbCards} cards" : "{nbCards} karta",
|
|
||||||
"No upcoming cards" : "Ez dago hurrengo txartelik",
|
"No upcoming cards" : "Ez dago hurrengo txartelik",
|
||||||
"upcoming cards" : "hurrengo txartelak",
|
"upcoming cards" : "hurrengo txartelak",
|
||||||
"Due on {date}" : "Iraungitze-data {date}",
|
|
||||||
"Link to a board" : "Estekatu taula batera",
|
"Link to a board" : "Estekatu taula batera",
|
||||||
"Link to a card" : "Estekatu txartel batera",
|
"Link to a card" : "Estekatu txartel batera",
|
||||||
"Create a card" : "Sortu txartela",
|
"Create a card" : "Sortu txartela",
|
||||||
@@ -302,11 +288,12 @@
|
|||||||
"Share {file} with a Deck card" : "Partekatu {file} Deck txartel baten bidez",
|
"Share {file} with a Deck card" : "Partekatu {file} Deck txartel baten bidez",
|
||||||
"Share" : "Partekatu",
|
"Share" : "Partekatu",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck aplikazioa plangintza pertsonalera eta proiektuen antolaketara zuzenduta dagoen Nextcloudekin integratutako kanban moduko tresna bat da.\n\n\n- 📥 Gehitu atazak txarteletan eta ordenatu\n- 📄 Idatzi ohar gehigarriak markdown erabiliz\n- 🔖 Esleitu etiketak antolaketa are gehiago hobetzeko\n- 👥 Partekatu zure talde, lagun edo familiarekin\n- 📎 Erantsi fitxategiak eta kapsulatu zure markdown deskribapenean\n- 💬 Eztabaidatu zure taldearekin iruzkinak erabiliz\n- ⚡ Egin aldaketen jarraipena jarduera jarioa erabiliz\n- 🚀 Antolatu zure proiektua",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck aplikazioa plangintza pertsonalera eta proiektuen antolaketara zuzenduta dagoen Nextcloudekin integratutako kanban moduko tresna bat da.\n\n\n- 📥 Gehitu atazak txarteletan eta ordenatu\n- 📄 Idatzi ohar gehigarriak markdown erabiliz\n- 🔖 Esleitu etiketak antolaketa are gehiago hobetzeko\n- 👥 Partekatu zure talde, lagun edo familiarekin\n- 📎 Erantsi fitxategiak eta kapsulatu zure markdown deskribapenean\n- 💬 Eztabaidatu zure taldearekin iruzkinak erabiliz\n- ⚡ Egin aldaketen jarraipena jarduera jarioa erabiliz\n- 🚀 Antolatu zure proiektua",
|
||||||
|
"Creating the new card…" : "Txartel berria sortzen...",
|
||||||
|
"\"{card}\" was added to \"{board}\"" : "\"{card}\" \"{board}\"-n gehitu da",
|
||||||
|
"(circle)" : "(zirkulua)",
|
||||||
|
"This week" : "Aste honetan",
|
||||||
"Are you sure you want to transfer the board {title} for {user} ?" : "Ziur {title} transferitu nahi duzula {user}-en panela ?",
|
"Are you sure you want to transfer the board {title} for {user} ?" : "Ziur {title} transferitu nahi duzula {user}-en panela ?",
|
||||||
"Transfer the board for {user} successfully" : "Transferitu {user}-ren panela behar bezala",
|
"Transfer the board for {user} successfully" : "Transferitu {user}-ren panela behar bezala",
|
||||||
"Failed to transfer the board for {user}" : "Ezin izan da transferitu {user}-ren panela",
|
"Failed to transfer the board for {user}" : "Ezin izan da transferitu {user}-ren panela"
|
||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Ziur zaude «{title}» taula ezabatu nahi duzula? Honek taula honen datu guztiak ezabatuko ditu.",
|
|
||||||
"This week" : "Aste honetan",
|
|
||||||
"Are you sure you want to transfer the board {title} for {user}?" : "Ziur {title} taula transferitu nahi duzula {user}?"
|
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
25
l10n/fa.js
25
l10n/fa.js
@@ -73,7 +73,7 @@ OC.L10N.register(
|
|||||||
"The card {deck-card} on {deck-board} has reached its due date." : "برگه {deck-card} در {deck-board} به تاریخ سررسید خود رسیده است.",
|
"The card {deck-card} on {deck-board} has reached its due date." : "برگه {deck-card} در {deck-board} به تاریخ سررسید خود رسیده است.",
|
||||||
"{user} has mentioned you in a comment on {deck-card}." : "{user} از شما در نظری در {deck-card} نام برده است.",
|
"{user} has mentioned you in a comment on {deck-card}." : "{user} از شما در نظری در {deck-card} نام برده است.",
|
||||||
"{user} has shared {deck-board} with you." : "{user} {deck-board} را با شما به اشتراک گذاشته است.",
|
"{user} has shared {deck-board} with you." : "{user} {deck-board} را با شما به اشتراک گذاشته است.",
|
||||||
"Card comments" : "دیدگاههای برگه",
|
"Card comments" : "برگهٔ نظر",
|
||||||
"No data was provided to create an attachment." : "هیچ داده ای برای ایجاد پیوست ارائه نشد.",
|
"No data was provided to create an attachment." : "هیچ داده ای برای ایجاد پیوست ارائه نشد.",
|
||||||
"Finished" : "تمام شده",
|
"Finished" : "تمام شده",
|
||||||
"To review" : "برای بازبینی",
|
"To review" : "برای بازبینی",
|
||||||
@@ -101,20 +101,20 @@ OC.L10N.register(
|
|||||||
"Personal planning and team project organization" : "برنامهریزی شخصی و سازماندهی کار گروهی",
|
"Personal planning and team project organization" : "برنامهریزی شخصی و سازماندهی کار گروهی",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "برگهدان یک ابزار سازماندهی سبک کانبان است که هدف آن برنامهریزی شخصی و سازماندهی پروژه برای گروههای مرتبط با Nextcloud است.\n\n\n- 📥 وظایف خود را به برگهها اضافه کنید و آنها را مرتب کنید\n- 📄 یادداشتهای اضافی را در Markdown یادداشت کنید\n- 🔖 برچسبهایی را برای سازماندهی بهتر اختصاص دهید\n- 👥 با گروه، دوستان یا خانوادهٔ خود به اشتراک بگذارید\n- 📎 فایلها را ضمیمه کنید و آنها را در توضیحات Markdown خود قرار دهید\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" : "برگهدان یک ابزار سازماندهی سبک کانبان است که هدف آن برنامهریزی شخصی و سازماندهی پروژه برای گروههای مرتبط با Nextcloud است.\n\n\n- 📥 وظایف خود را به برگهها اضافه کنید و آنها را مرتب کنید\n- 📄 یادداشتهای اضافی را در Markdown یادداشت کنید\n- 🔖 برچسبهایی را برای سازماندهی بهتر اختصاص دهید\n- 👥 با گروه، دوستان یا خانوادهٔ خود به اشتراک بگذارید\n- 📎 فایلها را ضمیمه کنید و آنها را در توضیحات Markdown خود قرار دهید\n- 💬 با استفاده از نظرات با تیم خود بحث کنید\n- ⚡ تغییرات در جریان فعالیت را پیگیری کنید\n- 🚀 پروژه خود را سازماندهی کنید",
|
||||||
"Card details" : "جزئیات برگه",
|
"Card details" : "جزئیات برگه",
|
||||||
"Add board" : "افزودن تخته",
|
"Add board" : "تخته را اضافه کنید",
|
||||||
"Select the board to link to a project" : "تختهای را برای ایجاد پیوند با یک پروژه انتخاب کنید",
|
"Select the board to link to a project" : "تختهای را برای ایجاد پیوند با یک پروژه انتخاب کنید",
|
||||||
"Search by board title" : "جستجو بر اساس عنوان تخته",
|
"Search by board title" : "جستجو بر اساس عنوان تخته",
|
||||||
"Select board" : "انتخاب تخته",
|
"Select board" : "انتخاب تخته",
|
||||||
"Create a new card" : "یک برگهٔ جدید بسازید",
|
"Create a new card" : "برگهٔ جدید بسازید",
|
||||||
"Select a board" : "انتخاب یک تخته",
|
"Select a board" : "انتخاب یک تخته",
|
||||||
"Select a list" : "یک فهرست برگزینید",
|
"Select a list" : "یک فهرست برگزینید",
|
||||||
"Card title" : "عنوان برگه",
|
"Card title" : "عنوان برگه",
|
||||||
"Cancel" : "لغو",
|
"Cancel" : "لغو",
|
||||||
"Creating the new card …" : "ساختن برگهٔ جدید ...",
|
"Creating the new card …" : "ساختن برگهٔ جدید",
|
||||||
"Card \"{card}\" was added to \"{board}\"" : "برگه \"{card}\" به \"{board}\" اضافه شد",
|
"Card \"{card}\" was added to \"{board}\"" : "برگه \"{card}\" به \"{board}\" اضافه شد",
|
||||||
"Open card" : "بازکردن برگه",
|
"Open card" : "برگهٔ گشوده",
|
||||||
"Close" : "بسته",
|
"Close" : "بسته",
|
||||||
"Create card" : "ایجاد برگه",
|
"Create card" : "برگه بسازید",
|
||||||
"Select a card" : "انتخاب یک برگه",
|
"Select a card" : "انتخاب یک برگه",
|
||||||
"Select the card to link to a project" : "برگهای را برای ایجاد پیوند با یک پروژه انتخاب کنید",
|
"Select the card to link to a project" : "برگهای را برای ایجاد پیوند با یک پروژه انتخاب کنید",
|
||||||
"Link to card" : "پیوند به برگه",
|
"Link to card" : "پیوند به برگه",
|
||||||
@@ -200,10 +200,10 @@ OC.L10N.register(
|
|||||||
"The title cannot be empty." : "عنوان نمیتواند خالی باشد.",
|
"The title cannot be empty." : "عنوان نمیتواند خالی باشد.",
|
||||||
"No comments yet. Begin the discussion!" : "هنوز نظری وجود ندارد. بحثی را آغاز کنید!",
|
"No comments yet. Begin the discussion!" : "هنوز نظری وجود ندارد. بحثی را آغاز کنید!",
|
||||||
"Failed to load comments" : "نظرات بارگیری نشد",
|
"Failed to load comments" : "نظرات بارگیری نشد",
|
||||||
"Assign a tag to this card…" : "یک برچسب به این برگه اختصاص دهید…",
|
"Assign a tag to this card…" : "یک برچسب به این کارت اختصاص دهید…",
|
||||||
"Assign to users" : "به کاربران اختصاص دهید",
|
"Assign to users" : "به کاربران اختصاص دهید",
|
||||||
"Assign to users/groups/circles" : "به کاربران/ گروهها/ حلقهها اختصاص دهید",
|
"Assign to users/groups/circles" : "به کاربران/ گروهها/ حلقهها اختصاص دهید",
|
||||||
"Assign a user to this card…" : "اختصاص یک کاربر به این برگه…",
|
"Assign a user to this card…" : "اختصاص یک کاربر به این کارت…",
|
||||||
"Due date" : "موعد مقرر",
|
"Due date" : "موعد مقرر",
|
||||||
"Set a due date" : "تاریخ سررسید را تعیین کنید",
|
"Set a due date" : "تاریخ سررسید را تعیین کنید",
|
||||||
"Remove due date" : "تاریخ سررسید را حذف کنید",
|
"Remove due date" : "تاریخ سررسید را حذف کنید",
|
||||||
@@ -232,11 +232,11 @@ OC.L10N.register(
|
|||||||
"{count} comments, {unread} unread" : "{count} نظر، { خوانده نشده} خوانده نشده",
|
"{count} comments, {unread} unread" : "{count} نظر، { خوانده نشده} خوانده نشده",
|
||||||
"Assign to me" : "به من اختصاص دهید",
|
"Assign to me" : "به من اختصاص دهید",
|
||||||
"Unassign myself" : "واگذاری به خودم را لغو میکنم",
|
"Unassign myself" : "واگذاری به خودم را لغو میکنم",
|
||||||
"Move card" : "انتقال برگه",
|
"Move card" : "انتقال کارت",
|
||||||
"Unarchive card" : "برگه را از بایگانی خارج کنید",
|
"Unarchive card" : "برگه را از بایگانی خارج کنید",
|
||||||
"Archive card" : "بایگانی برگه",
|
"Archive card" : "کارت بایگانی",
|
||||||
"Delete card" : "حذف برگه",
|
"Delete card" : "حذف کارت",
|
||||||
"Move card to another board" : "انتقال برگه به تختهای دیگر",
|
"Move card to another board" : "انتقال کارت به تختهای دیگر",
|
||||||
"List is empty" : "فهرست خالی است",
|
"List is empty" : "فهرست خالی است",
|
||||||
"Card deleted" : "برگه پاک شد",
|
"Card deleted" : "برگه پاک شد",
|
||||||
"seconds ago" : "ثانیههایی پیش",
|
"seconds ago" : "ثانیههایی پیش",
|
||||||
@@ -256,6 +256,7 @@ OC.L10N.register(
|
|||||||
"No results found" : "هیچ نتیجه ای یافت نشد",
|
"No results found" : "هیچ نتیجه ای یافت نشد",
|
||||||
"Error creating the share" : "خطایی در ایجاد اشتراک",
|
"Error creating the share" : "خطایی در ایجاد اشتراک",
|
||||||
"Share" : "همرسانی",
|
"Share" : "همرسانی",
|
||||||
|
"(circle)" : "(حلقه)",
|
||||||
"This week" : "این هفته"
|
"This week" : "این هفته"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n > 1);");
|
"nplurals=2; plural=(n > 1);");
|
||||||
|
|||||||
25
l10n/fa.json
25
l10n/fa.json
@@ -71,7 +71,7 @@
|
|||||||
"The card {deck-card} on {deck-board} has reached its due date." : "برگه {deck-card} در {deck-board} به تاریخ سررسید خود رسیده است.",
|
"The card {deck-card} on {deck-board} has reached its due date." : "برگه {deck-card} در {deck-board} به تاریخ سررسید خود رسیده است.",
|
||||||
"{user} has mentioned you in a comment on {deck-card}." : "{user} از شما در نظری در {deck-card} نام برده است.",
|
"{user} has mentioned you in a comment on {deck-card}." : "{user} از شما در نظری در {deck-card} نام برده است.",
|
||||||
"{user} has shared {deck-board} with you." : "{user} {deck-board} را با شما به اشتراک گذاشته است.",
|
"{user} has shared {deck-board} with you." : "{user} {deck-board} را با شما به اشتراک گذاشته است.",
|
||||||
"Card comments" : "دیدگاههای برگه",
|
"Card comments" : "برگهٔ نظر",
|
||||||
"No data was provided to create an attachment." : "هیچ داده ای برای ایجاد پیوست ارائه نشد.",
|
"No data was provided to create an attachment." : "هیچ داده ای برای ایجاد پیوست ارائه نشد.",
|
||||||
"Finished" : "تمام شده",
|
"Finished" : "تمام شده",
|
||||||
"To review" : "برای بازبینی",
|
"To review" : "برای بازبینی",
|
||||||
@@ -99,20 +99,20 @@
|
|||||||
"Personal planning and team project organization" : "برنامهریزی شخصی و سازماندهی کار گروهی",
|
"Personal planning and team project organization" : "برنامهریزی شخصی و سازماندهی کار گروهی",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "برگهدان یک ابزار سازماندهی سبک کانبان است که هدف آن برنامهریزی شخصی و سازماندهی پروژه برای گروههای مرتبط با Nextcloud است.\n\n\n- 📥 وظایف خود را به برگهها اضافه کنید و آنها را مرتب کنید\n- 📄 یادداشتهای اضافی را در Markdown یادداشت کنید\n- 🔖 برچسبهایی را برای سازماندهی بهتر اختصاص دهید\n- 👥 با گروه، دوستان یا خانوادهٔ خود به اشتراک بگذارید\n- 📎 فایلها را ضمیمه کنید و آنها را در توضیحات Markdown خود قرار دهید\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" : "برگهدان یک ابزار سازماندهی سبک کانبان است که هدف آن برنامهریزی شخصی و سازماندهی پروژه برای گروههای مرتبط با Nextcloud است.\n\n\n- 📥 وظایف خود را به برگهها اضافه کنید و آنها را مرتب کنید\n- 📄 یادداشتهای اضافی را در Markdown یادداشت کنید\n- 🔖 برچسبهایی را برای سازماندهی بهتر اختصاص دهید\n- 👥 با گروه، دوستان یا خانوادهٔ خود به اشتراک بگذارید\n- 📎 فایلها را ضمیمه کنید و آنها را در توضیحات Markdown خود قرار دهید\n- 💬 با استفاده از نظرات با تیم خود بحث کنید\n- ⚡ تغییرات در جریان فعالیت را پیگیری کنید\n- 🚀 پروژه خود را سازماندهی کنید",
|
||||||
"Card details" : "جزئیات برگه",
|
"Card details" : "جزئیات برگه",
|
||||||
"Add board" : "افزودن تخته",
|
"Add board" : "تخته را اضافه کنید",
|
||||||
"Select the board to link to a project" : "تختهای را برای ایجاد پیوند با یک پروژه انتخاب کنید",
|
"Select the board to link to a project" : "تختهای را برای ایجاد پیوند با یک پروژه انتخاب کنید",
|
||||||
"Search by board title" : "جستجو بر اساس عنوان تخته",
|
"Search by board title" : "جستجو بر اساس عنوان تخته",
|
||||||
"Select board" : "انتخاب تخته",
|
"Select board" : "انتخاب تخته",
|
||||||
"Create a new card" : "یک برگهٔ جدید بسازید",
|
"Create a new card" : "برگهٔ جدید بسازید",
|
||||||
"Select a board" : "انتخاب یک تخته",
|
"Select a board" : "انتخاب یک تخته",
|
||||||
"Select a list" : "یک فهرست برگزینید",
|
"Select a list" : "یک فهرست برگزینید",
|
||||||
"Card title" : "عنوان برگه",
|
"Card title" : "عنوان برگه",
|
||||||
"Cancel" : "لغو",
|
"Cancel" : "لغو",
|
||||||
"Creating the new card …" : "ساختن برگهٔ جدید ...",
|
"Creating the new card …" : "ساختن برگهٔ جدید",
|
||||||
"Card \"{card}\" was added to \"{board}\"" : "برگه \"{card}\" به \"{board}\" اضافه شد",
|
"Card \"{card}\" was added to \"{board}\"" : "برگه \"{card}\" به \"{board}\" اضافه شد",
|
||||||
"Open card" : "بازکردن برگه",
|
"Open card" : "برگهٔ گشوده",
|
||||||
"Close" : "بسته",
|
"Close" : "بسته",
|
||||||
"Create card" : "ایجاد برگه",
|
"Create card" : "برگه بسازید",
|
||||||
"Select a card" : "انتخاب یک برگه",
|
"Select a card" : "انتخاب یک برگه",
|
||||||
"Select the card to link to a project" : "برگهای را برای ایجاد پیوند با یک پروژه انتخاب کنید",
|
"Select the card to link to a project" : "برگهای را برای ایجاد پیوند با یک پروژه انتخاب کنید",
|
||||||
"Link to card" : "پیوند به برگه",
|
"Link to card" : "پیوند به برگه",
|
||||||
@@ -198,10 +198,10 @@
|
|||||||
"The title cannot be empty." : "عنوان نمیتواند خالی باشد.",
|
"The title cannot be empty." : "عنوان نمیتواند خالی باشد.",
|
||||||
"No comments yet. Begin the discussion!" : "هنوز نظری وجود ندارد. بحثی را آغاز کنید!",
|
"No comments yet. Begin the discussion!" : "هنوز نظری وجود ندارد. بحثی را آغاز کنید!",
|
||||||
"Failed to load comments" : "نظرات بارگیری نشد",
|
"Failed to load comments" : "نظرات بارگیری نشد",
|
||||||
"Assign a tag to this card…" : "یک برچسب به این برگه اختصاص دهید…",
|
"Assign a tag to this card…" : "یک برچسب به این کارت اختصاص دهید…",
|
||||||
"Assign to users" : "به کاربران اختصاص دهید",
|
"Assign to users" : "به کاربران اختصاص دهید",
|
||||||
"Assign to users/groups/circles" : "به کاربران/ گروهها/ حلقهها اختصاص دهید",
|
"Assign to users/groups/circles" : "به کاربران/ گروهها/ حلقهها اختصاص دهید",
|
||||||
"Assign a user to this card…" : "اختصاص یک کاربر به این برگه…",
|
"Assign a user to this card…" : "اختصاص یک کاربر به این کارت…",
|
||||||
"Due date" : "موعد مقرر",
|
"Due date" : "موعد مقرر",
|
||||||
"Set a due date" : "تاریخ سررسید را تعیین کنید",
|
"Set a due date" : "تاریخ سررسید را تعیین کنید",
|
||||||
"Remove due date" : "تاریخ سررسید را حذف کنید",
|
"Remove due date" : "تاریخ سررسید را حذف کنید",
|
||||||
@@ -230,11 +230,11 @@
|
|||||||
"{count} comments, {unread} unread" : "{count} نظر، { خوانده نشده} خوانده نشده",
|
"{count} comments, {unread} unread" : "{count} نظر، { خوانده نشده} خوانده نشده",
|
||||||
"Assign to me" : "به من اختصاص دهید",
|
"Assign to me" : "به من اختصاص دهید",
|
||||||
"Unassign myself" : "واگذاری به خودم را لغو میکنم",
|
"Unassign myself" : "واگذاری به خودم را لغو میکنم",
|
||||||
"Move card" : "انتقال برگه",
|
"Move card" : "انتقال کارت",
|
||||||
"Unarchive card" : "برگه را از بایگانی خارج کنید",
|
"Unarchive card" : "برگه را از بایگانی خارج کنید",
|
||||||
"Archive card" : "بایگانی برگه",
|
"Archive card" : "کارت بایگانی",
|
||||||
"Delete card" : "حذف برگه",
|
"Delete card" : "حذف کارت",
|
||||||
"Move card to another board" : "انتقال برگه به تختهای دیگر",
|
"Move card to another board" : "انتقال کارت به تختهای دیگر",
|
||||||
"List is empty" : "فهرست خالی است",
|
"List is empty" : "فهرست خالی است",
|
||||||
"Card deleted" : "برگه پاک شد",
|
"Card deleted" : "برگه پاک شد",
|
||||||
"seconds ago" : "ثانیههایی پیش",
|
"seconds ago" : "ثانیههایی پیش",
|
||||||
@@ -254,6 +254,7 @@
|
|||||||
"No results found" : "هیچ نتیجه ای یافت نشد",
|
"No results found" : "هیچ نتیجه ای یافت نشد",
|
||||||
"Error creating the share" : "خطایی در ایجاد اشتراک",
|
"Error creating the share" : "خطایی در ایجاد اشتراک",
|
||||||
"Share" : "همرسانی",
|
"Share" : "همرسانی",
|
||||||
|
"(circle)" : "(حلقه)",
|
||||||
"This week" : "این هفته"
|
"This week" : "این هفته"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||||
}
|
}
|
||||||
@@ -56,7 +56,6 @@ OC.L10N.register(
|
|||||||
"Changes in the <strong>Deck app</strong>" : "Muutokset <strong>Pakka-sovelluksessa</strong>",
|
"Changes in the <strong>Deck app</strong>" : "Muutokset <strong>Pakka-sovelluksessa</strong>",
|
||||||
"A <strong>comment</strong> was created on a card" : "<strong>Kommentti</strong> luotiin kortille",
|
"A <strong>comment</strong> was created on a card" : "<strong>Kommentti</strong> luotiin kortille",
|
||||||
"Upcoming cards" : "Tulevat kortit",
|
"Upcoming cards" : "Tulevat kortit",
|
||||||
"Load more" : "Lataa lisää",
|
|
||||||
"Personal" : "Henkilökohtainen",
|
"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 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.",
|
"The card \"%s\" on \"%s\" has reached its due date." : "Kortin \"%s\" on \"%s\" eräpäivä on tullut vastaan.",
|
||||||
@@ -129,7 +128,6 @@ OC.L10N.register(
|
|||||||
"Hide archived cards" : "Piilota arkistoidut kortit",
|
"Hide archived cards" : "Piilota arkistoidut kortit",
|
||||||
"Show archived cards" : "Näytä arkistoidut kortit",
|
"Show archived cards" : "Näytä arkistoidut kortit",
|
||||||
"Toggle compact mode" : "Käytä kompaktia tilaa",
|
"Toggle compact mode" : "Käytä kompaktia tilaa",
|
||||||
"Open details" : "Avaa yksityiskohdat",
|
|
||||||
"Details" : "Tiedot",
|
"Details" : "Tiedot",
|
||||||
"Loading board" : "Ladataan taulua",
|
"Loading board" : "Ladataan taulua",
|
||||||
"No lists available" : "Ei listoja saatavilla",
|
"No lists available" : "Ei listoja saatavilla",
|
||||||
@@ -247,6 +245,7 @@ OC.L10N.register(
|
|||||||
"Error creating the share" : "Virhe jakoa luotaessa",
|
"Error creating the share" : "Virhe jakoa luotaessa",
|
||||||
"Share" : "Jaa",
|
"Share" : "Jaa",
|
||||||
"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" : "Pakka on Nextcloudissa työtään hallinnoivien tiimien käyttöön tarkoitettu kanban-tyyppinen organisointityökalu.\n\n\n- 📥 Lisää tehtävät korteille ja järjestele ne mielesi mukaan\n- 📄 Kirjoita lisätietoja markdown-kielellä\n- 🔖 Määritä tunnisteita helpottaaksesi hallintaa\n- 👥 Jaa tiimin, perheen tai kavereiden kanssa\n- 📎 Lisää tiedostoja ja upota ne lisätietoihin\n- 💬 Keskustele tiimisi kanssa kommenteilla\n- ⚡ Pidä kirjaa muutoksista tapahtumavirran avulla\n- 🚀 Pidä projektisi hallinnassa",
|
"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" : "Pakka on Nextcloudissa työtään hallinnoivien tiimien käyttöön tarkoitettu kanban-tyyppinen organisointityökalu.\n\n\n- 📥 Lisää tehtävät korteille ja järjestele ne mielesi mukaan\n- 📄 Kirjoita lisätietoja markdown-kielellä\n- 🔖 Määritä tunnisteita helpottaaksesi hallintaa\n- 👥 Jaa tiimin, perheen tai kavereiden kanssa\n- 📎 Lisää tiedostoja ja upota ne lisätietoihin\n- 💬 Keskustele tiimisi kanssa kommenteilla\n- ⚡ Pidä kirjaa muutoksista tapahtumavirran avulla\n- 🚀 Pidä projektisi hallinnassa",
|
||||||
|
"(circle)" : "(piiri)",
|
||||||
"This week" : "Tällä viikolla"
|
"This week" : "Tällä viikolla"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -54,7 +54,6 @@
|
|||||||
"Changes in the <strong>Deck app</strong>" : "Muutokset <strong>Pakka-sovelluksessa</strong>",
|
"Changes in the <strong>Deck app</strong>" : "Muutokset <strong>Pakka-sovelluksessa</strong>",
|
||||||
"A <strong>comment</strong> was created on a card" : "<strong>Kommentti</strong> luotiin kortille",
|
"A <strong>comment</strong> was created on a card" : "<strong>Kommentti</strong> luotiin kortille",
|
||||||
"Upcoming cards" : "Tulevat kortit",
|
"Upcoming cards" : "Tulevat kortit",
|
||||||
"Load more" : "Lataa lisää",
|
|
||||||
"Personal" : "Henkilökohtainen",
|
"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 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.",
|
"The card \"%s\" on \"%s\" has reached its due date." : "Kortin \"%s\" on \"%s\" eräpäivä on tullut vastaan.",
|
||||||
@@ -127,7 +126,6 @@
|
|||||||
"Hide archived cards" : "Piilota arkistoidut kortit",
|
"Hide archived cards" : "Piilota arkistoidut kortit",
|
||||||
"Show archived cards" : "Näytä arkistoidut kortit",
|
"Show archived cards" : "Näytä arkistoidut kortit",
|
||||||
"Toggle compact mode" : "Käytä kompaktia tilaa",
|
"Toggle compact mode" : "Käytä kompaktia tilaa",
|
||||||
"Open details" : "Avaa yksityiskohdat",
|
|
||||||
"Details" : "Tiedot",
|
"Details" : "Tiedot",
|
||||||
"Loading board" : "Ladataan taulua",
|
"Loading board" : "Ladataan taulua",
|
||||||
"No lists available" : "Ei listoja saatavilla",
|
"No lists available" : "Ei listoja saatavilla",
|
||||||
@@ -245,6 +243,7 @@
|
|||||||
"Error creating the share" : "Virhe jakoa luotaessa",
|
"Error creating the share" : "Virhe jakoa luotaessa",
|
||||||
"Share" : "Jaa",
|
"Share" : "Jaa",
|
||||||
"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" : "Pakka on Nextcloudissa työtään hallinnoivien tiimien käyttöön tarkoitettu kanban-tyyppinen organisointityökalu.\n\n\n- 📥 Lisää tehtävät korteille ja järjestele ne mielesi mukaan\n- 📄 Kirjoita lisätietoja markdown-kielellä\n- 🔖 Määritä tunnisteita helpottaaksesi hallintaa\n- 👥 Jaa tiimin, perheen tai kavereiden kanssa\n- 📎 Lisää tiedostoja ja upota ne lisätietoihin\n- 💬 Keskustele tiimisi kanssa kommenteilla\n- ⚡ Pidä kirjaa muutoksista tapahtumavirran avulla\n- 🚀 Pidä projektisi hallinnassa",
|
"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" : "Pakka on Nextcloudissa työtään hallinnoivien tiimien käyttöön tarkoitettu kanban-tyyppinen organisointityökalu.\n\n\n- 📥 Lisää tehtävät korteille ja järjestele ne mielesi mukaan\n- 📄 Kirjoita lisätietoja markdown-kielellä\n- 🔖 Määritä tunnisteita helpottaaksesi hallintaa\n- 👥 Jaa tiimin, perheen tai kavereiden kanssa\n- 📎 Lisää tiedostoja ja upota ne lisätietoihin\n- 💬 Keskustele tiimisi kanssa kommenteilla\n- ⚡ Pidä kirjaa muutoksista tapahtumavirran avulla\n- 🚀 Pidä projektisi hallinnassa",
|
||||||
|
"(circle)" : "(piiri)",
|
||||||
"This week" : "Tällä viikolla"
|
"This week" : "Tällä viikolla"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
47
l10n/fr.js
47
l10n/fr.js
@@ -68,7 +68,6 @@ OC.L10N.register(
|
|||||||
"Changes in the <strong>Deck app</strong>" : "Modifications dans <strong>Deck app</strong>",
|
"Changes in the <strong>Deck app</strong>" : "Modifications dans <strong>Deck app</strong>",
|
||||||
"A <strong>comment</strong> was created on a card" : "Un <strong>commentaire</strong> a été créé sur une carte",
|
"A <strong>comment</strong> was created on a card" : "Un <strong>commentaire</strong> a été créé sur une carte",
|
||||||
"Upcoming cards" : "Cartes à venir",
|
"Upcoming cards" : "Cartes à venir",
|
||||||
"Load more" : "Charger d'avantage",
|
|
||||||
"Personal" : "Personnel",
|
"Personal" : "Personnel",
|
||||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La carte \"%s\" de \"%s\" vous a été assignée par %s.",
|
"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}.",
|
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} vous a attribué la carte {deck-card} du tableau {deck-board}.",
|
||||||
@@ -136,7 +135,6 @@ OC.L10N.register(
|
|||||||
"Archived cards" : "Cartes archivées",
|
"Archived cards" : "Cartes archivées",
|
||||||
"Add list" : "Ajouter une liste",
|
"Add list" : "Ajouter une liste",
|
||||||
"List name" : "Nom de la liste",
|
"List name" : "Nom de la liste",
|
||||||
"Active filters" : "Filtres actifs",
|
|
||||||
"Apply filter" : "Filtrer",
|
"Apply filter" : "Filtrer",
|
||||||
"Filter by tag" : "Filtrer par étiquette",
|
"Filter by tag" : "Filtrer par étiquette",
|
||||||
"Filter by assigned user" : "Filtrer par utilisateur",
|
"Filter by assigned user" : "Filtrer par utilisateur",
|
||||||
@@ -150,8 +148,7 @@ OC.L10N.register(
|
|||||||
"Clear filter" : "Supprimer le filtre",
|
"Clear filter" : "Supprimer le filtre",
|
||||||
"Hide archived cards" : "Masquer les cartes archivées",
|
"Hide archived cards" : "Masquer les cartes archivées",
|
||||||
"Show archived cards" : "Afficher les cartes archivées",
|
"Show archived cards" : "Afficher les cartes archivées",
|
||||||
"Toggle compact mode" : "Activer/Désactiver l'affichage compact",
|
"Toggle compact mode" : "Basculer le mode compact",
|
||||||
"Open details" : "Ouvrir les détails",
|
|
||||||
"Details" : "Détails",
|
"Details" : "Détails",
|
||||||
"Loading board" : "Chargement du tableau…",
|
"Loading board" : "Chargement du tableau…",
|
||||||
"No lists available" : "Aucune liste disponible",
|
"No lists available" : "Aucune liste disponible",
|
||||||
@@ -176,11 +173,7 @@ OC.L10N.register(
|
|||||||
"Owner" : "Propriétaire",
|
"Owner" : "Propriétaire",
|
||||||
"Delete" : "Supprimer",
|
"Delete" : "Supprimer",
|
||||||
"Failed to create share with {displayName}" : "Échec de la création du partage avec {displayName}",
|
"Failed to create share with {displayName}" : "Échec de la création du partage avec {displayName}",
|
||||||
"Are you sure you want to transfer the board {title} to {user}?" : "Êtes-vous sûr de vouloir transférer le tableau {title} à {user} ?",
|
"Transfer" : "Transfert",
|
||||||
"Transfer the board." : "Transférer le tableau",
|
|
||||||
"Transfer" : "Transférer",
|
|
||||||
"The board has been transferred to {user}" : "Le tableau a été transféré à {user}",
|
|
||||||
"Failed to transfer the board to {user}" : "Échec du transfert du tableau à {user}",
|
|
||||||
"Add a new list" : "Ajouter une nouvelle liste",
|
"Add a new list" : "Ajouter une nouvelle liste",
|
||||||
"Archive all cards" : "Archiver toutes les cartes",
|
"Archive all cards" : "Archiver toutes les cartes",
|
||||||
"Delete list" : "Supprimer la liste",
|
"Delete list" : "Supprimer la liste",
|
||||||
@@ -190,7 +183,7 @@ OC.L10N.register(
|
|||||||
"List deleted" : "Liste supprimée",
|
"List deleted" : "Liste supprimée",
|
||||||
"Edit" : "Modifier",
|
"Edit" : "Modifier",
|
||||||
"Add a new tag" : "Ajouter une nouvelle étiquette",
|
"Add a new tag" : "Ajouter une nouvelle étiquette",
|
||||||
"title and color value must be provided" : "Le titre et la couleur doivent être renseignés",
|
"title and color value must be provided" : "le titre et la couleur doivent être renseignés",
|
||||||
"Board name" : "Nom du tableau",
|
"Board name" : "Nom du tableau",
|
||||||
"Members" : "Membres",
|
"Members" : "Membres",
|
||||||
"Upload new files" : "Téléverser de nouveaux fichiers",
|
"Upload new files" : "Téléverser de nouveaux fichiers",
|
||||||
@@ -204,12 +197,12 @@ OC.L10N.register(
|
|||||||
"Restore Attachment" : "Restaurer la pièce jointe",
|
"Restore Attachment" : "Restaurer la pièce jointe",
|
||||||
"File to share" : "Fichier à partager",
|
"File to share" : "Fichier à partager",
|
||||||
"Invalid path selected" : "Chemin sélectionné non valide",
|
"Invalid path selected" : "Chemin sélectionné non valide",
|
||||||
"Open in sidebar view" : "Ouvrir dans le panneau latéral",
|
"Open in sidebar view" : "Ouvrir dans la barre latérale",
|
||||||
"Open in bigger view" : "Ouvrir dans la vue principale",
|
"Open in bigger view" : "Ouvrir dans la vue principale",
|
||||||
"Attachments" : "Pièces jointes",
|
"Attachments" : "Pièces jointes",
|
||||||
"Comments" : "Commentaires",
|
"Comments" : "Commentaires",
|
||||||
"Modified" : "Modifiée",
|
"Modified" : "Modifié",
|
||||||
"Created" : "Créée",
|
"Created" : "Créé",
|
||||||
"The title cannot be empty." : "Le titre ne peut pas être vide.",
|
"The title cannot be empty." : "Le titre ne peut pas être vide.",
|
||||||
"No comments yet. Begin the discussion!" : "Aucun commentaire pour l'instant, démarrez la discussion !",
|
"No comments yet. Begin the discussion!" : "Aucun commentaire pour l'instant, démarrez la discussion !",
|
||||||
"Failed to load comments" : "Échec du chargement des commentaires",
|
"Failed to load comments" : "Échec du chargement des commentaires",
|
||||||
@@ -239,14 +232,12 @@ OC.L10N.register(
|
|||||||
"Edit description" : "Modifier la description",
|
"Edit description" : "Modifier la description",
|
||||||
"View description" : "Afficher la description",
|
"View description" : "Afficher la description",
|
||||||
"Add Attachment" : "Ajouter une pièce jointe",
|
"Add Attachment" : "Ajouter une pièce jointe",
|
||||||
"Write a description …" : "Écrire une description…",
|
"Write a description …" : "Écrire une description ...",
|
||||||
"Choose attachment" : "Choisir une pièce jointe",
|
"Choose attachment" : "Choisir une pièce jointe",
|
||||||
"(group)" : "(groupe)",
|
"(group)" : "(groupe)",
|
||||||
"Todo items" : "À faire",
|
|
||||||
"{count} comments, {unread} unread" : "{count} commentaires, {unread} non lus",
|
"{count} comments, {unread} unread" : "{count} commentaires, {unread} non lus",
|
||||||
"Edit card title" : "Modifier le titre de la carte",
|
|
||||||
"Assign to me" : "Me l'assigner",
|
"Assign to me" : "Me l'assigner",
|
||||||
"Unassign myself" : "Me désassigner",
|
"Unassign myself" : "Me le désassigner",
|
||||||
"Move card" : "Déplacer la carte",
|
"Move card" : "Déplacer la carte",
|
||||||
"Unarchive card" : "Sortir la carte des archives",
|
"Unarchive card" : "Sortir la carte des archives",
|
||||||
"Archive card" : "Archiver la carte",
|
"Archive card" : "Archiver la carte",
|
||||||
@@ -258,13 +249,12 @@ OC.L10N.register(
|
|||||||
"All boards" : "Tous les tableaux",
|
"All boards" : "Tous les tableaux",
|
||||||
"Archived boards" : "Tableaux archivés",
|
"Archived boards" : "Tableaux archivés",
|
||||||
"Shared with you" : "Partagés avec vous",
|
"Shared with you" : "Partagés avec vous",
|
||||||
"Deck settings" : "Paramètres de Deck",
|
|
||||||
"Use bigger card view" : "Utiliser la vue large des cartes",
|
"Use bigger card view" : "Utiliser la vue large des cartes",
|
||||||
"Show boards in calendar/tasks" : "Afficher les tableaux dans les agendas/tâches",
|
"Show boards in calendar/tasks" : "Afficher les tableaux dans les agendas/tâches",
|
||||||
"Limit deck usage of groups" : "Limiter l'utilisation du tableau aux groupes",
|
"Limit deck usage of groups" : "Limiter l'utilisation du tableau aux groupes",
|
||||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limiter Deck empêchera les utilisateurs ne faisant pas partie de ces groupes de créer leurs propres tableaux. Ces utilisateurs pourront toujours travailler sur les tableaux qui ont été partagés avec eux.",
|
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limiter Deck empêchera les utilisateurs ne faisant pas partie de ces groupes de créer leurs propres tableaux. Ces utilisateurs pourront toujours travailler sur les tableaux qui ont été partagés avec eux.",
|
||||||
"Board details" : "Détails du tableau",
|
"Board details" : "Détails du tableau",
|
||||||
"Edit board" : "Renommer le tableau",
|
"Edit board" : "Modifier le tableau",
|
||||||
"Clone board" : "Dupliquer le tableau",
|
"Clone board" : "Dupliquer le tableau",
|
||||||
"Unarchive board" : "Désarchiver le tableau",
|
"Unarchive board" : "Désarchiver le tableau",
|
||||||
"Archive board" : "Archiver le tableau",
|
"Archive board" : "Archiver le tableau",
|
||||||
@@ -279,19 +269,14 @@ OC.L10N.register(
|
|||||||
"Only assigned cards" : "Uniquement les cartes assignées",
|
"Only assigned cards" : "Uniquement les cartes assignées",
|
||||||
"No reminder" : "Aucun rappel",
|
"No reminder" : "Aucun rappel",
|
||||||
"An error occurred" : "Une erreur est survenue",
|
"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 {titre} ? Cela supprimera toutes les données de ce tableau, y compris les cartes archivées.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Êtes-vous certain de vouloir supprimer le tableau {title} ? Cela supprimera l'ensemble des données de ce tableau.",
|
||||||
"Delete the board?" : "Supprimer le tableau ?",
|
"Delete the board?" : "Supprimer le tableau ?",
|
||||||
"Loading filtered view" : "Chargement de la vue filtrée",
|
"Loading filtered view" : "Chargement de la vue filtrée",
|
||||||
"No due" : "Sans échéance",
|
"No due" : "Sans échéance",
|
||||||
"Search for {searchQuery} in all boards" : "Rechercher {searchQuery} dans tous les tableaux",
|
"Search for {searchQuery} in all boards" : "Rechercher {searchQuery} dans tous les tableaux",
|
||||||
"No results found" : "Aucun résultat",
|
"No results found" : "Aucun résultat",
|
||||||
"{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",
|
|
||||||
"{nbCards} cards" : "{nbCards} cartes",
|
|
||||||
"No upcoming cards" : "Pas de cartes à venir",
|
"No upcoming cards" : "Pas de cartes à venir",
|
||||||
"upcoming cards" : "cartes à venir",
|
"upcoming cards" : "cartes à venir",
|
||||||
"Due on {date}" : "Échéance le {date}",
|
|
||||||
"Link to a board" : "Relier à un tableau",
|
"Link to a board" : "Relier à un tableau",
|
||||||
"Link to a card" : "Relier à une carte",
|
"Link to a card" : "Relier à une carte",
|
||||||
"Create a card" : "Créer une carte",
|
"Create a card" : "Créer une carte",
|
||||||
@@ -304,11 +289,9 @@ OC.L10N.register(
|
|||||||
"Share {file} with a Deck card" : "Partager {file} avec Deck en tant que carte",
|
"Share {file} with a Deck card" : "Partager {file} avec Deck en tant que carte",
|
||||||
"Share" : "Partager",
|
"Share" : "Partager",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck est un outil d'organisation de style kanban destiné à la planification personnelle et à l'organisation de projets pour les équipes intégrées à Nextcloud.\n\n\n- 📥 Ajoutez vos tâches à des cartes et organisez-les\n- 📄 Écrivez des notes supplémentaires en Markdown\n- 🔖 Affectez des étiquettes pour une organisation encore meilleure\n- 👥 Partagez avec votre équipe, vos amis ou votre famille\n- 📎 Attachez des fichiers et utilisez les dans vos descriptions en Markdown\n- 💬 Échangez avec votre équipe grâce aux commentaires\n- ⚡ Gardez un œil sur les modifications dans le flux d'activité\n- 🚀 Organisez vos projets",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck est un outil d'organisation de style kanban destiné à la planification personnelle et à l'organisation de projets pour les équipes intégrées à Nextcloud.\n\n\n- 📥 Ajoutez vos tâches à des cartes et organisez-les\n- 📄 Écrivez des notes supplémentaires en Markdown\n- 🔖 Affectez des étiquettes pour une organisation encore meilleure\n- 👥 Partagez avec votre équipe, vos amis ou votre famille\n- 📎 Attachez des fichiers et utilisez les dans vos descriptions en Markdown\n- 💬 Échangez avec votre équipe grâce aux commentaires\n- ⚡ Gardez un œil sur les modifications dans le flux d'activité\n- 🚀 Organisez vos projets",
|
||||||
"Are you sure you want to transfer the board {title} for {user} ?" : "Êtes-vous sûr de vouloir transférer le tableau {title} pour {user} ?",
|
"Creating the new card…" : "Création de la nouvelle carte…",
|
||||||
"Transfer the board for {user} successfully" : "Transfert du tableau pour {user} avec succès",
|
"\"{card}\" was added to \"{board}\"" : "La carte \"{card}\" a été ajoutée au tableau \"{board}\"",
|
||||||
"Failed to transfer the board for {user}" : "Échec du transfert du tableau pour {user}",
|
"(circle)" : "(cercle)",
|
||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Êtes-vous certain de vouloir supprimer le tableau {title} ? Cela supprimera l'ensemble des données de ce tableau.",
|
"This week" : "Cette semaine"
|
||||||
"This week" : "Cette semaine",
|
|
||||||
"Are you sure you want to transfer the board {title} for {user}?" : "Êtes-vous sûr de vouloir transférer le tableau {title} pour {user} ?"
|
|
||||||
},
|
},
|
||||||
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
"nplurals=2; plural=(n > 1);");
|
||||||
|
|||||||
47
l10n/fr.json
47
l10n/fr.json
@@ -66,7 +66,6 @@
|
|||||||
"Changes in the <strong>Deck app</strong>" : "Modifications dans <strong>Deck app</strong>",
|
"Changes in the <strong>Deck app</strong>" : "Modifications dans <strong>Deck app</strong>",
|
||||||
"A <strong>comment</strong> was created on a card" : "Un <strong>commentaire</strong> a été créé sur une carte",
|
"A <strong>comment</strong> was created on a card" : "Un <strong>commentaire</strong> a été créé sur une carte",
|
||||||
"Upcoming cards" : "Cartes à venir",
|
"Upcoming cards" : "Cartes à venir",
|
||||||
"Load more" : "Charger d'avantage",
|
|
||||||
"Personal" : "Personnel",
|
"Personal" : "Personnel",
|
||||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La carte \"%s\" de \"%s\" vous a été assignée par %s.",
|
"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}.",
|
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} vous a attribué la carte {deck-card} du tableau {deck-board}.",
|
||||||
@@ -134,7 +133,6 @@
|
|||||||
"Archived cards" : "Cartes archivées",
|
"Archived cards" : "Cartes archivées",
|
||||||
"Add list" : "Ajouter une liste",
|
"Add list" : "Ajouter une liste",
|
||||||
"List name" : "Nom de la liste",
|
"List name" : "Nom de la liste",
|
||||||
"Active filters" : "Filtres actifs",
|
|
||||||
"Apply filter" : "Filtrer",
|
"Apply filter" : "Filtrer",
|
||||||
"Filter by tag" : "Filtrer par étiquette",
|
"Filter by tag" : "Filtrer par étiquette",
|
||||||
"Filter by assigned user" : "Filtrer par utilisateur",
|
"Filter by assigned user" : "Filtrer par utilisateur",
|
||||||
@@ -148,8 +146,7 @@
|
|||||||
"Clear filter" : "Supprimer le filtre",
|
"Clear filter" : "Supprimer le filtre",
|
||||||
"Hide archived cards" : "Masquer les cartes archivées",
|
"Hide archived cards" : "Masquer les cartes archivées",
|
||||||
"Show archived cards" : "Afficher les cartes archivées",
|
"Show archived cards" : "Afficher les cartes archivées",
|
||||||
"Toggle compact mode" : "Activer/Désactiver l'affichage compact",
|
"Toggle compact mode" : "Basculer le mode compact",
|
||||||
"Open details" : "Ouvrir les détails",
|
|
||||||
"Details" : "Détails",
|
"Details" : "Détails",
|
||||||
"Loading board" : "Chargement du tableau…",
|
"Loading board" : "Chargement du tableau…",
|
||||||
"No lists available" : "Aucune liste disponible",
|
"No lists available" : "Aucune liste disponible",
|
||||||
@@ -174,11 +171,7 @@
|
|||||||
"Owner" : "Propriétaire",
|
"Owner" : "Propriétaire",
|
||||||
"Delete" : "Supprimer",
|
"Delete" : "Supprimer",
|
||||||
"Failed to create share with {displayName}" : "Échec de la création du partage avec {displayName}",
|
"Failed to create share with {displayName}" : "Échec de la création du partage avec {displayName}",
|
||||||
"Are you sure you want to transfer the board {title} to {user}?" : "Êtes-vous sûr de vouloir transférer le tableau {title} à {user} ?",
|
"Transfer" : "Transfert",
|
||||||
"Transfer the board." : "Transférer le tableau",
|
|
||||||
"Transfer" : "Transférer",
|
|
||||||
"The board has been transferred to {user}" : "Le tableau a été transféré à {user}",
|
|
||||||
"Failed to transfer the board to {user}" : "Échec du transfert du tableau à {user}",
|
|
||||||
"Add a new list" : "Ajouter une nouvelle liste",
|
"Add a new list" : "Ajouter une nouvelle liste",
|
||||||
"Archive all cards" : "Archiver toutes les cartes",
|
"Archive all cards" : "Archiver toutes les cartes",
|
||||||
"Delete list" : "Supprimer la liste",
|
"Delete list" : "Supprimer la liste",
|
||||||
@@ -188,7 +181,7 @@
|
|||||||
"List deleted" : "Liste supprimée",
|
"List deleted" : "Liste supprimée",
|
||||||
"Edit" : "Modifier",
|
"Edit" : "Modifier",
|
||||||
"Add a new tag" : "Ajouter une nouvelle étiquette",
|
"Add a new tag" : "Ajouter une nouvelle étiquette",
|
||||||
"title and color value must be provided" : "Le titre et la couleur doivent être renseignés",
|
"title and color value must be provided" : "le titre et la couleur doivent être renseignés",
|
||||||
"Board name" : "Nom du tableau",
|
"Board name" : "Nom du tableau",
|
||||||
"Members" : "Membres",
|
"Members" : "Membres",
|
||||||
"Upload new files" : "Téléverser de nouveaux fichiers",
|
"Upload new files" : "Téléverser de nouveaux fichiers",
|
||||||
@@ -202,12 +195,12 @@
|
|||||||
"Restore Attachment" : "Restaurer la pièce jointe",
|
"Restore Attachment" : "Restaurer la pièce jointe",
|
||||||
"File to share" : "Fichier à partager",
|
"File to share" : "Fichier à partager",
|
||||||
"Invalid path selected" : "Chemin sélectionné non valide",
|
"Invalid path selected" : "Chemin sélectionné non valide",
|
||||||
"Open in sidebar view" : "Ouvrir dans le panneau latéral",
|
"Open in sidebar view" : "Ouvrir dans la barre latérale",
|
||||||
"Open in bigger view" : "Ouvrir dans la vue principale",
|
"Open in bigger view" : "Ouvrir dans la vue principale",
|
||||||
"Attachments" : "Pièces jointes",
|
"Attachments" : "Pièces jointes",
|
||||||
"Comments" : "Commentaires",
|
"Comments" : "Commentaires",
|
||||||
"Modified" : "Modifiée",
|
"Modified" : "Modifié",
|
||||||
"Created" : "Créée",
|
"Created" : "Créé",
|
||||||
"The title cannot be empty." : "Le titre ne peut pas être vide.",
|
"The title cannot be empty." : "Le titre ne peut pas être vide.",
|
||||||
"No comments yet. Begin the discussion!" : "Aucun commentaire pour l'instant, démarrez la discussion !",
|
"No comments yet. Begin the discussion!" : "Aucun commentaire pour l'instant, démarrez la discussion !",
|
||||||
"Failed to load comments" : "Échec du chargement des commentaires",
|
"Failed to load comments" : "Échec du chargement des commentaires",
|
||||||
@@ -237,14 +230,12 @@
|
|||||||
"Edit description" : "Modifier la description",
|
"Edit description" : "Modifier la description",
|
||||||
"View description" : "Afficher la description",
|
"View description" : "Afficher la description",
|
||||||
"Add Attachment" : "Ajouter une pièce jointe",
|
"Add Attachment" : "Ajouter une pièce jointe",
|
||||||
"Write a description …" : "Écrire une description…",
|
"Write a description …" : "Écrire une description ...",
|
||||||
"Choose attachment" : "Choisir une pièce jointe",
|
"Choose attachment" : "Choisir une pièce jointe",
|
||||||
"(group)" : "(groupe)",
|
"(group)" : "(groupe)",
|
||||||
"Todo items" : "À faire",
|
|
||||||
"{count} comments, {unread} unread" : "{count} commentaires, {unread} non lus",
|
"{count} comments, {unread} unread" : "{count} commentaires, {unread} non lus",
|
||||||
"Edit card title" : "Modifier le titre de la carte",
|
|
||||||
"Assign to me" : "Me l'assigner",
|
"Assign to me" : "Me l'assigner",
|
||||||
"Unassign myself" : "Me désassigner",
|
"Unassign myself" : "Me le désassigner",
|
||||||
"Move card" : "Déplacer la carte",
|
"Move card" : "Déplacer la carte",
|
||||||
"Unarchive card" : "Sortir la carte des archives",
|
"Unarchive card" : "Sortir la carte des archives",
|
||||||
"Archive card" : "Archiver la carte",
|
"Archive card" : "Archiver la carte",
|
||||||
@@ -256,13 +247,12 @@
|
|||||||
"All boards" : "Tous les tableaux",
|
"All boards" : "Tous les tableaux",
|
||||||
"Archived boards" : "Tableaux archivés",
|
"Archived boards" : "Tableaux archivés",
|
||||||
"Shared with you" : "Partagés avec vous",
|
"Shared with you" : "Partagés avec vous",
|
||||||
"Deck settings" : "Paramètres de Deck",
|
|
||||||
"Use bigger card view" : "Utiliser la vue large des cartes",
|
"Use bigger card view" : "Utiliser la vue large des cartes",
|
||||||
"Show boards in calendar/tasks" : "Afficher les tableaux dans les agendas/tâches",
|
"Show boards in calendar/tasks" : "Afficher les tableaux dans les agendas/tâches",
|
||||||
"Limit deck usage of groups" : "Limiter l'utilisation du tableau aux groupes",
|
"Limit deck usage of groups" : "Limiter l'utilisation du tableau aux groupes",
|
||||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limiter Deck empêchera les utilisateurs ne faisant pas partie de ces groupes de créer leurs propres tableaux. Ces utilisateurs pourront toujours travailler sur les tableaux qui ont été partagés avec eux.",
|
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limiter Deck empêchera les utilisateurs ne faisant pas partie de ces groupes de créer leurs propres tableaux. Ces utilisateurs pourront toujours travailler sur les tableaux qui ont été partagés avec eux.",
|
||||||
"Board details" : "Détails du tableau",
|
"Board details" : "Détails du tableau",
|
||||||
"Edit board" : "Renommer le tableau",
|
"Edit board" : "Modifier le tableau",
|
||||||
"Clone board" : "Dupliquer le tableau",
|
"Clone board" : "Dupliquer le tableau",
|
||||||
"Unarchive board" : "Désarchiver le tableau",
|
"Unarchive board" : "Désarchiver le tableau",
|
||||||
"Archive board" : "Archiver le tableau",
|
"Archive board" : "Archiver le tableau",
|
||||||
@@ -277,19 +267,14 @@
|
|||||||
"Only assigned cards" : "Uniquement les cartes assignées",
|
"Only assigned cards" : "Uniquement les cartes assignées",
|
||||||
"No reminder" : "Aucun rappel",
|
"No reminder" : "Aucun rappel",
|
||||||
"An error occurred" : "Une erreur est survenue",
|
"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 {titre} ? Cela supprimera toutes les données de ce tableau, y compris les cartes archivées.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Êtes-vous certain de vouloir supprimer le tableau {title} ? Cela supprimera l'ensemble des données de ce tableau.",
|
||||||
"Delete the board?" : "Supprimer le tableau ?",
|
"Delete the board?" : "Supprimer le tableau ?",
|
||||||
"Loading filtered view" : "Chargement de la vue filtrée",
|
"Loading filtered view" : "Chargement de la vue filtrée",
|
||||||
"No due" : "Sans échéance",
|
"No due" : "Sans échéance",
|
||||||
"Search for {searchQuery} in all boards" : "Rechercher {searchQuery} dans tous les tableaux",
|
"Search for {searchQuery} in all boards" : "Rechercher {searchQuery} dans tous les tableaux",
|
||||||
"No results found" : "Aucun résultat",
|
"No results found" : "Aucun résultat",
|
||||||
"{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",
|
|
||||||
"{nbCards} cards" : "{nbCards} cartes",
|
|
||||||
"No upcoming cards" : "Pas de cartes à venir",
|
"No upcoming cards" : "Pas de cartes à venir",
|
||||||
"upcoming cards" : "cartes à venir",
|
"upcoming cards" : "cartes à venir",
|
||||||
"Due on {date}" : "Échéance le {date}",
|
|
||||||
"Link to a board" : "Relier à un tableau",
|
"Link to a board" : "Relier à un tableau",
|
||||||
"Link to a card" : "Relier à une carte",
|
"Link to a card" : "Relier à une carte",
|
||||||
"Create a card" : "Créer une carte",
|
"Create a card" : "Créer une carte",
|
||||||
@@ -302,11 +287,9 @@
|
|||||||
"Share {file} with a Deck card" : "Partager {file} avec Deck en tant que carte",
|
"Share {file} with a Deck card" : "Partager {file} avec Deck en tant que carte",
|
||||||
"Share" : "Partager",
|
"Share" : "Partager",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck est un outil d'organisation de style kanban destiné à la planification personnelle et à l'organisation de projets pour les équipes intégrées à Nextcloud.\n\n\n- 📥 Ajoutez vos tâches à des cartes et organisez-les\n- 📄 Écrivez des notes supplémentaires en Markdown\n- 🔖 Affectez des étiquettes pour une organisation encore meilleure\n- 👥 Partagez avec votre équipe, vos amis ou votre famille\n- 📎 Attachez des fichiers et utilisez les dans vos descriptions en Markdown\n- 💬 Échangez avec votre équipe grâce aux commentaires\n- ⚡ Gardez un œil sur les modifications dans le flux d'activité\n- 🚀 Organisez vos projets",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck est un outil d'organisation de style kanban destiné à la planification personnelle et à l'organisation de projets pour les équipes intégrées à Nextcloud.\n\n\n- 📥 Ajoutez vos tâches à des cartes et organisez-les\n- 📄 Écrivez des notes supplémentaires en Markdown\n- 🔖 Affectez des étiquettes pour une organisation encore meilleure\n- 👥 Partagez avec votre équipe, vos amis ou votre famille\n- 📎 Attachez des fichiers et utilisez les dans vos descriptions en Markdown\n- 💬 Échangez avec votre équipe grâce aux commentaires\n- ⚡ Gardez un œil sur les modifications dans le flux d'activité\n- 🚀 Organisez vos projets",
|
||||||
"Are you sure you want to transfer the board {title} for {user} ?" : "Êtes-vous sûr de vouloir transférer le tableau {title} pour {user} ?",
|
"Creating the new card…" : "Création de la nouvelle carte…",
|
||||||
"Transfer the board for {user} successfully" : "Transfert du tableau pour {user} avec succès",
|
"\"{card}\" was added to \"{board}\"" : "La carte \"{card}\" a été ajoutée au tableau \"{board}\"",
|
||||||
"Failed to transfer the board for {user}" : "Échec du transfert du tableau pour {user}",
|
"(circle)" : "(cercle)",
|
||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Êtes-vous certain de vouloir supprimer le tableau {title} ? Cela supprimera l'ensemble des données de ce tableau.",
|
"This week" : "Cette semaine"
|
||||||
"This week" : "Cette semaine",
|
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||||
"Are you sure you want to transfer the board {title} for {user}?" : "Êtes-vous sûr de vouloir transférer le tableau {title} pour {user} ?"
|
|
||||||
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
|
||||||
}
|
}
|
||||||
@@ -68,7 +68,6 @@ OC.L10N.register(
|
|||||||
"Changes in the <strong>Deck app</strong>" : "Cambios na <strong>aplicación Deck</strong>",
|
"Changes in the <strong>Deck app</strong>" : "Cambios na <strong>aplicación Deck</strong>",
|
||||||
"A <strong>comment</strong> was created on a card" : "Creouse un <strong>comentario</strong> nunha tarxeta",
|
"A <strong>comment</strong> was created on a card" : "Creouse un <strong>comentario</strong> nunha tarxeta",
|
||||||
"Upcoming cards" : "Tarxetas próximas",
|
"Upcoming cards" : "Tarxetas próximas",
|
||||||
"Load more" : "Cargar máis",
|
|
||||||
"Personal" : "Persoal",
|
"Personal" : "Persoal",
|
||||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "A tarxeta «%s» en «%s» foi asignada a vostede por %s.",
|
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "A tarxeta «%s» en «%s» foi asignada a vostede por %s.",
|
||||||
"The card \"%s\" on \"%s\" has reached its due date." : "A tarxeta «%s» en «%s» chegou á súa data de caducidade.",
|
"The card \"%s\" on \"%s\" has reached its due date." : "A tarxeta «%s» en «%s» chegou á súa data de caducidade.",
|
||||||
@@ -142,7 +141,6 @@ OC.L10N.register(
|
|||||||
"Hide archived cards" : "Agochar as tarxetas arquivadas",
|
"Hide archived cards" : "Agochar as tarxetas arquivadas",
|
||||||
"Show archived cards" : "Amosar as tarxetas arquivadas",
|
"Show archived cards" : "Amosar as tarxetas arquivadas",
|
||||||
"Toggle compact mode" : "Alternar o modo compacto",
|
"Toggle compact mode" : "Alternar o modo compacto",
|
||||||
"Open details" : "Abrir detalles",
|
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
"Loading board" : "Cargando o taboleiro",
|
"Loading board" : "Cargando o taboleiro",
|
||||||
"No lists available" : "Non hai listas dispoñíbeis",
|
"No lists available" : "Non hai listas dispoñíbeis",
|
||||||
@@ -258,12 +256,12 @@ OC.L10N.register(
|
|||||||
"Only assigned cards" : "Só as tarxetas asignadas",
|
"Only assigned cards" : "Só as tarxetas asignadas",
|
||||||
"No reminder" : "Non hai lembretes",
|
"No reminder" : "Non hai lembretes",
|
||||||
"An error occurred" : "Produciuse un erro",
|
"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." : "Confirma que quere eliminar o taboleiro {title}? Isto eliminará todos os datos deste taboleiro.",
|
||||||
"Delete the board?" : "Eliminar o taboleiro?",
|
"Delete the board?" : "Eliminar o taboleiro?",
|
||||||
"Loading filtered view" : "Cargando a vista filtrada",
|
"Loading filtered view" : "Cargando a vista filtrada",
|
||||||
"No due" : "Sen caducidade",
|
"No due" : "Sen caducidade",
|
||||||
"Search for {searchQuery} in all boards" : "Resultados de busca para {searchQuery} en todos os taboleiros",
|
"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 atoparon resultados",
|
||||||
"{stack} in {board}" : "{stack} en {board}",
|
|
||||||
"No upcoming cards" : "Non hai tarxetas próximas",
|
"No upcoming cards" : "Non hai tarxetas próximas",
|
||||||
"upcoming cards" : "tarxetas próximas",
|
"upcoming cards" : "tarxetas próximas",
|
||||||
"Link to a board" : "Ligar a un taboleiro",
|
"Link to a board" : "Ligar a un taboleiro",
|
||||||
@@ -278,7 +276,9 @@ OC.L10N.register(
|
|||||||
"Share {file} with a Deck card" : "Compartir {file} cunha tarxeta Deck",
|
"Share {file} with a Deck card" : "Compartir {file} cunha tarxeta Deck",
|
||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"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 é unha ferramenta de organización de estilo kanban dirixida a planificación persoal e organización de proxectos para equipos integrados con Nextcloud. \n\n\n- 📥 Engada as súas tarefas ás tarxetas e fagas ordenadas\n- 📄 Escriba notas adicionais en markdown\n- 🔖 Asigne etiquetas para unha mellor organización\n- 👥 Comparta co seu equipo, amigos ou a súa familia\n- 📎 Anexe ficheiros e insíraos na súa descrición de markdown\n- 💬 Debata co seu equipo usando os comentarios\n- ⚡ Faga un seguimento dos cambios no fluxo de actividade\n- 🚀 Teña o seu proxecto organizado",
|
"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 é unha ferramenta de organización de estilo kanban dirixida a planificación persoal e organización de proxectos para equipos integrados con Nextcloud. \n\n\n- 📥 Engada as súas tarefas ás tarxetas e fagas ordenadas\n- 📄 Escriba notas adicionais en markdown\n- 🔖 Asigne etiquetas para unha mellor organización\n- 👥 Comparta co seu equipo, amigos ou a súa familia\n- 📎 Anexe ficheiros e insíraos na súa descrición de markdown\n- 💬 Debata co seu equipo usando os comentarios\n- ⚡ Faga un seguimento dos cambios no fluxo de actividade\n- 🚀 Teña o seu proxecto organizado",
|
||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Confirma que quere eliminar o taboleiro {title}? Isto eliminará todos os datos deste taboleiro.",
|
"Creating the new card…" : "Creando unha nova tarxeta…",
|
||||||
|
"\"{card}\" was added to \"{board}\"" : "«{card}» foi engdida a «{board}»",
|
||||||
|
"(circle)" : "(círculo)",
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -66,7 +66,6 @@
|
|||||||
"Changes in the <strong>Deck app</strong>" : "Cambios na <strong>aplicación Deck</strong>",
|
"Changes in the <strong>Deck app</strong>" : "Cambios na <strong>aplicación Deck</strong>",
|
||||||
"A <strong>comment</strong> was created on a card" : "Creouse un <strong>comentario</strong> nunha tarxeta",
|
"A <strong>comment</strong> was created on a card" : "Creouse un <strong>comentario</strong> nunha tarxeta",
|
||||||
"Upcoming cards" : "Tarxetas próximas",
|
"Upcoming cards" : "Tarxetas próximas",
|
||||||
"Load more" : "Cargar máis",
|
|
||||||
"Personal" : "Persoal",
|
"Personal" : "Persoal",
|
||||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "A tarxeta «%s» en «%s» foi asignada a vostede por %s.",
|
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "A tarxeta «%s» en «%s» foi asignada a vostede por %s.",
|
||||||
"The card \"%s\" on \"%s\" has reached its due date." : "A tarxeta «%s» en «%s» chegou á súa data de caducidade.",
|
"The card \"%s\" on \"%s\" has reached its due date." : "A tarxeta «%s» en «%s» chegou á súa data de caducidade.",
|
||||||
@@ -140,7 +139,6 @@
|
|||||||
"Hide archived cards" : "Agochar as tarxetas arquivadas",
|
"Hide archived cards" : "Agochar as tarxetas arquivadas",
|
||||||
"Show archived cards" : "Amosar as tarxetas arquivadas",
|
"Show archived cards" : "Amosar as tarxetas arquivadas",
|
||||||
"Toggle compact mode" : "Alternar o modo compacto",
|
"Toggle compact mode" : "Alternar o modo compacto",
|
||||||
"Open details" : "Abrir detalles",
|
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
"Loading board" : "Cargando o taboleiro",
|
"Loading board" : "Cargando o taboleiro",
|
||||||
"No lists available" : "Non hai listas dispoñíbeis",
|
"No lists available" : "Non hai listas dispoñíbeis",
|
||||||
@@ -256,12 +254,12 @@
|
|||||||
"Only assigned cards" : "Só as tarxetas asignadas",
|
"Only assigned cards" : "Só as tarxetas asignadas",
|
||||||
"No reminder" : "Non hai lembretes",
|
"No reminder" : "Non hai lembretes",
|
||||||
"An error occurred" : "Produciuse un erro",
|
"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." : "Confirma que quere eliminar o taboleiro {title}? Isto eliminará todos os datos deste taboleiro.",
|
||||||
"Delete the board?" : "Eliminar o taboleiro?",
|
"Delete the board?" : "Eliminar o taboleiro?",
|
||||||
"Loading filtered view" : "Cargando a vista filtrada",
|
"Loading filtered view" : "Cargando a vista filtrada",
|
||||||
"No due" : "Sen caducidade",
|
"No due" : "Sen caducidade",
|
||||||
"Search for {searchQuery} in all boards" : "Resultados de busca para {searchQuery} en todos os taboleiros",
|
"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 atoparon resultados",
|
||||||
"{stack} in {board}" : "{stack} en {board}",
|
|
||||||
"No upcoming cards" : "Non hai tarxetas próximas",
|
"No upcoming cards" : "Non hai tarxetas próximas",
|
||||||
"upcoming cards" : "tarxetas próximas",
|
"upcoming cards" : "tarxetas próximas",
|
||||||
"Link to a board" : "Ligar a un taboleiro",
|
"Link to a board" : "Ligar a un taboleiro",
|
||||||
@@ -276,7 +274,9 @@
|
|||||||
"Share {file} with a Deck card" : "Compartir {file} cunha tarxeta Deck",
|
"Share {file} with a Deck card" : "Compartir {file} cunha tarxeta Deck",
|
||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"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 é unha ferramenta de organización de estilo kanban dirixida a planificación persoal e organización de proxectos para equipos integrados con Nextcloud. \n\n\n- 📥 Engada as súas tarefas ás tarxetas e fagas ordenadas\n- 📄 Escriba notas adicionais en markdown\n- 🔖 Asigne etiquetas para unha mellor organización\n- 👥 Comparta co seu equipo, amigos ou a súa familia\n- 📎 Anexe ficheiros e insíraos na súa descrición de markdown\n- 💬 Debata co seu equipo usando os comentarios\n- ⚡ Faga un seguimento dos cambios no fluxo de actividade\n- 🚀 Teña o seu proxecto organizado",
|
"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 é unha ferramenta de organización de estilo kanban dirixida a planificación persoal e organización de proxectos para equipos integrados con Nextcloud. \n\n\n- 📥 Engada as súas tarefas ás tarxetas e fagas ordenadas\n- 📄 Escriba notas adicionais en markdown\n- 🔖 Asigne etiquetas para unha mellor organización\n- 👥 Comparta co seu equipo, amigos ou a súa familia\n- 📎 Anexe ficheiros e insíraos na súa descrición de markdown\n- 💬 Debata co seu equipo usando os comentarios\n- ⚡ Faga un seguimento dos cambios no fluxo de actividade\n- 🚀 Teña o seu proxecto organizado",
|
||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Confirma que quere eliminar o taboleiro {title}? Isto eliminará todos os datos deste taboleiro.",
|
"Creating the new card…" : "Creando unha nova tarxeta…",
|
||||||
|
"\"{card}\" was added to \"{board}\"" : "«{card}» foi engdida a «{board}»",
|
||||||
|
"(circle)" : "(círculo)",
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -68,7 +68,6 @@ OC.L10N.register(
|
|||||||
"Changes in the <strong>Deck app</strong>" : "שינויים ל<strong>יישומון החבילה</strong>",
|
"Changes in the <strong>Deck app</strong>" : "שינויים ל<strong>יישומון החבילה</strong>",
|
||||||
"A <strong>comment</strong> was created on a card" : "נוצרה <strong>הערה</strong> על כרטיס",
|
"A <strong>comment</strong> was created on a card" : "נוצרה <strong>הערה</strong> על כרטיס",
|
||||||
"Upcoming cards" : "כרטיסים עתידיים",
|
"Upcoming cards" : "כרטיסים עתידיים",
|
||||||
"Load more" : "לטעון עוד",
|
|
||||||
"Personal" : "אישי",
|
"Personal" : "אישי",
|
||||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "הכרטיס \"%s\" שב־„%s” הוקצה אליך על ידי %s.",
|
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "הכרטיס \"%s\" שב־„%s” הוקצה אליך על ידי %s.",
|
||||||
"The card \"%s\" on \"%s\" has reached its due date." : "הכרטיס „%s” שתחת „%s” הגיע למועד התפוגה שלו.",
|
"The card \"%s\" on \"%s\" has reached its due date." : "הכרטיס „%s” שתחת „%s” הגיע למועד התפוגה שלו.",
|
||||||
@@ -137,7 +136,6 @@ OC.L10N.register(
|
|||||||
"Hide archived cards" : "הסתרת כרטיסים בארכיון",
|
"Hide archived cards" : "הסתרת כרטיסים בארכיון",
|
||||||
"Show archived cards" : "הצגת כרטיסים בארכיון",
|
"Show archived cards" : "הצגת כרטיסים בארכיון",
|
||||||
"Toggle compact mode" : "החלפת מצב חסכוני",
|
"Toggle compact mode" : "החלפת מצב חסכוני",
|
||||||
"Open details" : "פתיחת פרטים",
|
|
||||||
"Details" : "פרטים",
|
"Details" : "פרטים",
|
||||||
"Loading board" : "הלוח נטען",
|
"Loading board" : "הלוח נטען",
|
||||||
"No lists available" : "אין רשימות זמינות",
|
"No lists available" : "אין רשימות זמינות",
|
||||||
@@ -253,6 +251,7 @@ OC.L10N.register(
|
|||||||
"Only assigned cards" : "רק כרטיסים שהוקצו",
|
"Only assigned cards" : "רק כרטיסים שהוקצו",
|
||||||
"No reminder" : "אין תזכורת",
|
"No reminder" : "אין תזכורת",
|
||||||
"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." : "למחוק את הלוח {title}? פעולה זו תמחק את כל הנתונים של הלוח הזה.",
|
||||||
"Delete the board?" : "למחוק את הלוח הזה?",
|
"Delete the board?" : "למחוק את הלוח הזה?",
|
||||||
"Loading filtered view" : "טוען תצוגה מסוננת",
|
"Loading filtered view" : "טוען תצוגה מסוננת",
|
||||||
"No due" : "אין תאריך יעד",
|
"No due" : "אין תאריך יעד",
|
||||||
@@ -269,7 +268,7 @@ OC.L10N.register(
|
|||||||
"Share {file} with a Deck card" : "שיתוף {file} עם כרטיס חפיסה",
|
"Share {file} with a Deck card" : "שיתוף {file} עם כרטיס חפיסה",
|
||||||
"Share" : "שיתוף",
|
"Share" : "שיתוף",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck הוא כלי ארגון בסגנון kanban המכוון לתכנון אישי ולארגון פרויקטים עבור צוותים המשולבים ב- Nextcloud.\n\n\n- 📥 הוסף את המשימות שלך לכרטיסים וסדר אותן\n- 📄 רשמו הערות נוספות ב-markdown\n- 🔖הקצה תוויות לארגון טוב עוד יותר\n- 👥 שתף עם הצוות שלך, חברים, או משפחה\n- 📎 צרף קבצים והטמע אותם בתיאור ה-markdown שלך\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 המכוון לתכנון אישי ולארגון פרויקטים עבור צוותים המשולבים ב- Nextcloud.\n\n\n- 📥 הוסף את המשימות שלך לכרטיסים וסדר אותן\n- 📄 רשמו הערות נוספות ב-markdown\n- 🔖הקצה תוויות לארגון טוב עוד יותר\n- 👥 שתף עם הצוות שלך, חברים, או משפחה\n- 📎 צרף קבצים והטמע אותם בתיאור ה-markdown שלך\n- 💬 שוחח עם הצוות שלך באמצעות הערות\n- ⚡ עקוב אחר שינויים בזרם הפעילות\n- 🚀 ארגנו את הפרויקט שלכם",
|
||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "למחוק את הלוח {title}? פעולה זו תמחק את כל הנתונים של הלוח הזה.",
|
"(circle)" : "(מעגל)",
|
||||||
"This week" : "השבוע"
|
"This week" : "השבוע"
|
||||||
},
|
},
|
||||||
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");
|
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user