Compare commits
97 Commits
feat/workf
...
6408-updat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
934e210d66 | ||
|
|
90e0cab306 | ||
|
|
7a414a0ca3 | ||
|
|
be4e8438ab | ||
|
|
f9580003cc | ||
|
|
761d0ce4fe | ||
|
|
cb6d8dbaf5 | ||
|
|
9eefd22422 | ||
|
|
7e2c170d1b | ||
|
|
351c72a590 | ||
|
|
ea5f3f2d70 | ||
|
|
4441107360 | ||
|
|
529c4defb3 | ||
|
|
e7a2306268 | ||
|
|
1ffee422b6 | ||
|
|
9fba14f1d3 | ||
|
|
e0185a39a8 | ||
|
|
0e49d72a67 | ||
|
|
786d2583de | ||
|
|
3ebdaf694d | ||
|
|
db50b78cb6 | ||
|
|
60f0719380 | ||
|
|
c68d223670 | ||
|
|
5c1e3ec50a | ||
|
|
e0b11a0171 | ||
|
|
e7a53ce31a | ||
|
|
d83b8b809d | ||
|
|
1020f6e344 | ||
|
|
6591466620 | ||
|
|
4505f2c426 | ||
|
|
1484a1445c | ||
|
|
28fa6a4372 | ||
|
|
a3724d61be | ||
|
|
439c2b422e | ||
|
|
2a7c5b9c9c | ||
|
|
bd6475c93f | ||
|
|
ae14c299f6 | ||
|
|
95ab566607 | ||
|
|
e19b78d5cf | ||
|
|
b20c5821e7 | ||
|
|
1b0f545d06 | ||
|
|
806d1074ea | ||
|
|
789930e10e | ||
|
|
1231e267aa | ||
|
|
b95e9756ab | ||
|
|
deea984d57 | ||
|
|
2b6877e771 | ||
|
|
5274b16253 | ||
|
|
3ef0985ae1 | ||
|
|
da6914d563 | ||
|
|
855d6cc4b9 | ||
|
|
22f1b9076a | ||
|
|
4900aca82e | ||
|
|
dafdf10755 | ||
|
|
ca3f6747e2 | ||
|
|
26129e724b | ||
|
|
93c5a6eb0f | ||
|
|
e91a4698f3 | ||
|
|
5cd2c51d19 | ||
|
|
b87047320a | ||
|
|
93d77fdbec | ||
|
|
37a807c108 | ||
|
|
706b564c01 | ||
|
|
93dc26aa6e | ||
|
|
0bf25619e0 | ||
|
|
fede0908bf | ||
|
|
b0bafb9212 | ||
|
|
ca75c14252 | ||
|
|
0076026fad | ||
|
|
b49ba034a0 | ||
|
|
0b53a4746d | ||
|
|
b636796851 | ||
|
|
46b81edc9e | ||
|
|
9f6f4eb475 | ||
|
|
7e3dc511c0 | ||
|
|
a329df397e | ||
|
|
6f25fc7e19 | ||
|
|
599844a87e | ||
|
|
088905dd7a | ||
|
|
4ffbafdbf2 | ||
|
|
2be3b85b09 | ||
|
|
76c709287b | ||
|
|
1f7b3cc480 | ||
|
|
40ac9b6c3e | ||
|
|
06fcf8f2cd | ||
|
|
2f0241df2e | ||
|
|
34ff6f4aac | ||
|
|
40f7f0907a | ||
|
|
0e5006616e | ||
|
|
792a513bb5 | ||
|
|
a9b65de341 | ||
|
|
a0fc1bbeb8 | ||
|
|
482bcb3149 | ||
|
|
cf0b90369a | ||
|
|
a0bcbc5cc6 | ||
|
|
e73eec8ba4 | ||
|
|
c1ed33848c |
4
.github/workflows/appbuild.yml
vendored
4
.github/workflows/appbuild.yml
vendored
@@ -16,9 +16,9 @@ jobs:
|
||||
node-version: [16.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.7
|
||||
- uses: actions/checkout@v4.2.1
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v4.0.3
|
||||
uses: actions/setup-node@v4.0.4
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: Set up npm7
|
||||
|
||||
6
.github/workflows/appstore-build-publish.yml
vendored
6
.github/workflows/appstore-build-publish.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
echo "APP_VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
with:
|
||||
path: ${{ env.APP_NAME }}
|
||||
|
||||
@@ -56,7 +56,7 @@ jobs:
|
||||
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
|
||||
# Skip if no package.json
|
||||
if: ${{ steps.versions.outputs.nodeVersion }}
|
||||
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
|
||||
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
|
||||
with:
|
||||
node-version: ${{ steps.versions.outputs.nodeVersion }}
|
||||
|
||||
@@ -134,7 +134,7 @@ jobs:
|
||||
unzip latest-$NCVERSION.zip
|
||||
|
||||
- name: Checkout server master fallback
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
if: ${{ steps.server-checkout.outcome != 'success' }}
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
51
.github/workflows/command-rebase.yml
vendored
51
.github/workflows/command-rebase.yml
vendored
@@ -1,51 +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
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
rebase:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: none
|
||||
|
||||
# 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@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
|
||||
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@v4.1.7 # v3.5.2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
token: ${{ secrets.COMMAND_BOT_PAT }}
|
||||
|
||||
- name: Automatic Rebase
|
||||
uses: cirrus-actions/rebase@b87d48154a87a85666003575337e27b8cd65f691 # 1.8
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.COMMAND_BOT_PAT }}
|
||||
|
||||
- name: Add reaction on failure
|
||||
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
|
||||
if: failure()
|
||||
with:
|
||||
token: ${{ secrets.COMMAND_BOT_PAT }}
|
||||
repository: ${{ github.event.repository.full_name }}
|
||||
comment-id: ${{ github.event.comment.id }}
|
||||
reaction-type: "-1"
|
||||
8
.github/workflows/cypress-e2e.yml
vendored
8
.github/workflows/cypress-e2e.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v4.0.3
|
||||
uses: actions/setup-node@v4.0.4
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
@@ -51,7 +51,7 @@ jobs:
|
||||
echo "text_app_ref=$text_app_ref" >> $GITHUB_ENV
|
||||
|
||||
- name: Checkout server
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v4.2.1
|
||||
with:
|
||||
repository: nextcloud/server
|
||||
ref: ${{ matrix.server-versions }}
|
||||
@@ -64,12 +64,12 @@ jobs:
|
||||
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
|
||||
|
||||
- name: Checkout ${{ env.APP_NAME }}
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v4.2.1
|
||||
with:
|
||||
path: apps/${{ env.APP_NAME }}
|
||||
|
||||
- name: Checkout text
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v4.2.1
|
||||
with:
|
||||
repository: nextcloud/text
|
||||
ref: ${{ env.text_app_ref }}
|
||||
|
||||
6
.github/workflows/integration.yml
vendored
6
.github/workflows/integration.yml
vendored
@@ -52,7 +52,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout server
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v4.2.1
|
||||
with:
|
||||
repository: nextcloud/server
|
||||
ref: ${{ matrix.server-versions }}
|
||||
@@ -66,12 +66,12 @@ jobs:
|
||||
cd build/integration && composer require --dev phpunit/phpunit:~9
|
||||
|
||||
- name: Checkout app
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v4.2.1
|
||||
with:
|
||||
path: apps/${{ env.APP_NAME }}
|
||||
|
||||
- name: Checkout activity
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
with:
|
||||
repository: nextcloud/activity
|
||||
ref: ${{ matrix.server-versions }}
|
||||
|
||||
4
.github/workflows/lint-eslint.yml
vendored
4
.github/workflows/lint-eslint.yml
vendored
@@ -56,7 +56,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
|
||||
- name: Read package.json node and npm engines version
|
||||
uses: skjnldsv/read-package-engines-version-actions@06d6baf7d8f41934ab630e97d9e6c0bc9c9ac5e4 # v3
|
||||
@@ -66,7 +66,7 @@ jobs:
|
||||
fallbackNpm: '^10'
|
||||
|
||||
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
|
||||
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
|
||||
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
|
||||
with:
|
||||
node-version: ${{ steps.versions.outputs.nodeVersion }}
|
||||
|
||||
|
||||
2
.github/workflows/lint-php-cs.yml
vendored
2
.github/workflows/lint-php-cs.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
|
||||
- name: Get php version
|
||||
id: versions
|
||||
|
||||
4
.github/workflows/lint-php.yml
vendored
4
.github/workflows/lint-php.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
php-versions: ${{ steps.versions.outputs.php-versions }}
|
||||
steps:
|
||||
- name: Checkout app
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
- name: Get version matrix
|
||||
id: versions
|
||||
uses: icewind1991/nextcloud-version-matrix@58becf3b4bb6dc6cef677b15e2fd8e7d48c0908f # v1.0.0
|
||||
@@ -40,7 +40,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
|
||||
- name: Set up php ${{ matrix.php-versions }}
|
||||
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1
|
||||
|
||||
4
.github/workflows/lint-stylelint.yml
vendored
4
.github/workflows/lint-stylelint.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
|
||||
- name: Read package.json node and npm engines version
|
||||
uses: skjnldsv/read-package-engines-version-actions@06d6baf7d8f41934ab630e97d9e6c0bc9c9ac5e4 # v3
|
||||
@@ -35,7 +35,7 @@ jobs:
|
||||
fallbackNpm: '^10'
|
||||
|
||||
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
|
||||
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
|
||||
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
|
||||
with:
|
||||
node-version: ${{ steps.versions.outputs.nodeVersion }}
|
||||
|
||||
|
||||
4
.github/workflows/nodejs.yml
vendored
4
.github/workflows/nodejs.yml
vendored
@@ -12,9 +12,9 @@ jobs:
|
||||
node-version: [14.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.7
|
||||
- uses: actions/checkout@v4.2.1
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v4.0.3
|
||||
uses: actions/setup-node@v4.0.4
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: Set up npm7
|
||||
|
||||
6
.github/workflows/npm-audit-fix.yml
vendored
6
.github/workflows/npm-audit-fix.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
with:
|
||||
ref: ${{ matrix.branches }}
|
||||
|
||||
@@ -39,7 +39,7 @@ jobs:
|
||||
fallbackNpm: '^10'
|
||||
|
||||
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
|
||||
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
|
||||
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
|
||||
with:
|
||||
node-version: ${{ steps.versions.outputs.nodeVersion }}
|
||||
|
||||
@@ -60,7 +60,7 @@ jobs:
|
||||
|
||||
- name: Create Pull Request
|
||||
if: always()
|
||||
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
|
||||
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
|
||||
with:
|
||||
token: ${{ secrets.COMMAND_BOT_PAT }}
|
||||
commit-message: 'fix(deps): Fix npm audit'
|
||||
|
||||
6
.github/workflows/phpunit-mysql.yml
vendored
6
.github/workflows/phpunit-mysql.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
matrix: ${{ steps.versions.outputs.sparse-matrix }}
|
||||
steps:
|
||||
- name: Checkout app
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
|
||||
- name: Get version matrix
|
||||
id: versions
|
||||
@@ -86,14 +86,14 @@ jobs:
|
||||
echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
|
||||
|
||||
- name: Checkout server
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
with:
|
||||
submodules: true
|
||||
repository: nextcloud/server
|
||||
ref: ${{ matrix.server-versions }}
|
||||
|
||||
- name: Checkout app
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
with:
|
||||
path: apps/${{ env.APP_NAME }}
|
||||
|
||||
|
||||
6
.github/workflows/phpunit-pgsql.yml
vendored
6
.github/workflows/phpunit-pgsql.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
server-max: ${{ steps.versions.outputs.branches-max-list }}
|
||||
steps:
|
||||
- name: Checkout app
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
|
||||
- name: Get version matrix
|
||||
id: versions
|
||||
@@ -89,14 +89,14 @@ jobs:
|
||||
echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
|
||||
|
||||
- name: Checkout server
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
with:
|
||||
submodules: true
|
||||
repository: nextcloud/server
|
||||
ref: ${{ matrix.server-versions }}
|
||||
|
||||
- name: Checkout app
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
with:
|
||||
path: apps/${{ env.APP_NAME }}
|
||||
|
||||
|
||||
6
.github/workflows/phpunit-sqlite.yml
vendored
6
.github/workflows/phpunit-sqlite.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
server-max: ${{ steps.versions.outputs.branches-max-list }}
|
||||
steps:
|
||||
- name: Checkout app
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
|
||||
- name: Get version matrix
|
||||
id: versions
|
||||
@@ -78,14 +78,14 @@ jobs:
|
||||
echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
|
||||
|
||||
- name: Checkout server
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
with:
|
||||
submodules: true
|
||||
repository: nextcloud/server
|
||||
ref: ${{ matrix.server-versions }}
|
||||
|
||||
- name: Checkout app
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
with:
|
||||
path: apps/${{ env.APP_NAME }}
|
||||
|
||||
|
||||
2
.github/workflows/psalm.yml
vendored
2
.github/workflows/psalm.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
name: static-psalm-analysis
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
|
||||
- name: Get php version
|
||||
id: versions
|
||||
|
||||
2
.github/workflows/reuse.yml
vendored
2
.github/workflows/reuse.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
|
||||
- name: REUSE Compliance Check
|
||||
uses: fsfe/reuse-action@3ae3c6bdf1257ab19397fab11fd3312144692083 # v4.0.0
|
||||
|
||||
4
.github/workflows/update-nextcloud-ocp.yml
vendored
4
.github/workflows/update-nextcloud-ocp.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- id: checkout
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
with:
|
||||
ref: ${{ matrix.branches }}
|
||||
submodules: true
|
||||
@@ -103,7 +103,7 @@ jobs:
|
||||
|
||||
- name: Create Pull Request
|
||||
if: steps.checkout.outcome == 'success'
|
||||
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
|
||||
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
|
||||
with:
|
||||
token: ${{ secrets.COMMAND_BOT_PAT }}
|
||||
commit-message: 'chore(dev-deps): Bump nextcloud/ocp package'
|
||||
|
||||
@@ -16,7 +16,8 @@
|
||||
"phpunit/phpunit": "^9",
|
||||
"nextcloud/coding-standard": "^1.1",
|
||||
"nextcloud/ocp": "dev-master",
|
||||
"psalm/phar": "^5.13"
|
||||
"psalm/phar": "^5.13",
|
||||
"psr/log": "^3.0.2"
|
||||
},
|
||||
"config": {
|
||||
"optimize-autoloader": true,
|
||||
|
||||
638
composer.lock
generated
638
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -35,7 +35,7 @@ describe('Board', function() {
|
||||
.type(board, { force: true })
|
||||
|
||||
// Submit
|
||||
cy.get('.board-create form input[type=submit]')
|
||||
cy.get('.board-create form button[type=submit]')
|
||||
.first().click({ force: true })
|
||||
|
||||
cy.wait('@createBoardRequest').its('response.statusCode').should('equal', 200)
|
||||
|
||||
18
l10n/ar.js
18
l10n/ar.js
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "تاريخ غير صحيح, يجب أن يكون تنسيق التاريخ YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "التخطيط الشخصي و تنظيم مشروع الفريق",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "التطبيق \"رِزَم البطاقات\" Deck هو أداة لتنظيم المهام الشخصية و الجماعية في نكست كلاود على نمط \"خطوط التصنيع أو التجميع في المصانع\" و المعروف بـ kanban.\n\n\n- 📥 أكتب مهمتك او مهمة فريقك على بطاقة و ضع البطاقة في الرُّقعة على كدسة البطاقات من ذات التصنيف أو المرحلة من الإنجاز\n- 📄 دوّن ملاحظاتك الإضافية على البطاقة بصيغة ماركداون markdown\n- 🔖 و يمكنك أيضاً إسناد البطاقة أي المهمة إلى شخص أو أشخاص في فريقك\n- 👥 شارك البطاقة مع من ترغب من أعضاء فريقك أو عائلتك أو أصدقائك\n- 📎 إرفاق ملفات و تضمينها بصيغة ماركداون في البطاقة\n- 💬ناقش البطاقة مع زملائك في خانة الملاحظات\n- ⚡ تابع ما يُستجد من عمليات و تطوّرات على البطاقة أو المهمة\n- 🚀 حافظ على مشروعك مُنسّقاً باستمرار.",
|
||||
"Card details" : "تفاصيل البطاقة",
|
||||
"Add board" : "إضافة لوح",
|
||||
"Select the board to link to a project" : "تحديد اللوح لربطه بمشروع",
|
||||
"Search by board title" : "بحث بواسطة عنوان اللوح",
|
||||
@@ -149,7 +150,7 @@ OC.L10N.register(
|
||||
"Filter by tag" : "تصفية بواسطة الوسم",
|
||||
"Filter by assigned user" : "تصفية بواسطة المستخدم الموكل اليه",
|
||||
"Unassigned" : "غير معيين ",
|
||||
"Filter by status" : "فلترة بحسب الحالة",
|
||||
"Filter by status" : "تصفية بحسب الحالة",
|
||||
"Open and completed" : "مفتوحة و منجزة",
|
||||
"Open" : "إفتح",
|
||||
"Completed" : "مُكتمل",
|
||||
@@ -169,7 +170,7 @@ OC.L10N.register(
|
||||
"Show card cover images" : "أظهِر صور غلاف البطاقات",
|
||||
"Open details" : "افتح التفاصيل",
|
||||
"Details" : "التفاصيل",
|
||||
"Currently present people" : "أشخاص معروضون حاليّاً",
|
||||
"Currently present people" : "الأشخاص الحاضرون الآن",
|
||||
"Loading board" : "جارِ تحميل اللوح..",
|
||||
"Board not found" : "اللوح غير موجود",
|
||||
"Create a new list to add cards to this board" : "إنشاء قائمة جديدة لإضافة البطاقات على هذا اللوح",
|
||||
@@ -197,7 +198,7 @@ OC.L10N.register(
|
||||
"Transfer" : "نقل",
|
||||
"The board has been transferred to {user}" : "تمّ نقل اللوحة إلى {user}",
|
||||
"Failed to transfer the board to {user}" : "تعذّر نقل اللوحة إلى {user}",
|
||||
"Edit list title" : "عدّل اسم القائمة",
|
||||
"Edit list title" : "تعديل اسم القائمة",
|
||||
"Archive all cards" : "أرشفة جميع البطاقات ",
|
||||
"Unarchive all cards" : "تراجع عن أرشفة كل البطاقات",
|
||||
"Delete list" : "حذف القائمة",
|
||||
@@ -267,14 +268,13 @@ OC.L10N.register(
|
||||
"Set due date for this weekend" : "عيِّن نهاية هذا الأسبوع كموعدٍ لاستحقاق البطاقة",
|
||||
"Set due date for next week" : "عيِّن الأسبوع المُقبل كموعدٍ لاستحقاق البطاقة",
|
||||
"Assign a tag to this card…" : "انسب وسم الى هذه البطاقة..",
|
||||
"Select or create a tag…" : "إختَر أو أنشِئْ وسماً ...",
|
||||
"Create a new tag:" : "إنشاء سِمَةٍ tag جديدة:",
|
||||
"Select or create a tag…" : "اختيار أو إنشاء وسم جديد...",
|
||||
"Create a new tag:" : "إنشاء وسم جديد:",
|
||||
"(group)" : "(مجموعة)",
|
||||
"Next week – {timeLocale}" : "الأسبوع القادم – {timeLocale}",
|
||||
"Todo items" : "قائمة المهام",
|
||||
"{count} comments, {unread} unread" : "{عدد} التعليقات، {غير مقروءة} غير مقروءة",
|
||||
"Edit card title" : "تعديل اسم القائمة",
|
||||
"Card details" : "تفاصيل البطاقة",
|
||||
"Assign to me" : "ينسب لي",
|
||||
"Unassign myself" : "إلغاء تعييني ",
|
||||
"Mark as not done" : "تمييز كـ \"غير منتهٍ\"",
|
||||
@@ -316,6 +316,8 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "إظهار اللوح في التقويم/المهام",
|
||||
"Limit board creation to some groups" : "قَصْرُ حَقِّ إنشاء الألواح على بعض المجموعات ",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "المستخدِمون من خارج تلك المجموعات لن يمكنكم إنشاء لوحاتهم الخاصة؛ لكن يمكنهم العمل على اللوحات التي تتمّ مشاركتها معهم.",
|
||||
"Cancel edit" : "إلغاء التعديل",
|
||||
"Save board" : "حفظ اللوح",
|
||||
"Board details" : "تفاصيل لوح",
|
||||
"Edit board" : "تعديل اللوح",
|
||||
"Clone board" : "استنسخ اللوح",
|
||||
@@ -341,7 +343,6 @@ OC.L10N.register(
|
||||
"No due" : "غير محدد",
|
||||
"Search for {searchQuery} in all boards" : "البحث عن {searchQuery} في جميع اللوح",
|
||||
"No results found" : "لا يتم العثور على أي نتائج ",
|
||||
"This weekend – {timeLocale}" : "نهاية هذا الأسبوع – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "اسم اللوحة {name} \n* آخر تعديل لها في {lastMod}",
|
||||
"{stack} in {board}" : "{stack} في {board}",
|
||||
"Click to expand description" : "إضعط للتوسّع في الوصف",
|
||||
@@ -361,6 +362,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "البطاقات القادمة",
|
||||
"New card" : "بطاقة جديدة",
|
||||
"Due on {date}" : "مطلوب في {date}",
|
||||
"This weekend – {timeLocale}" : "نهاية هذا الأسبوع – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "غداً – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "في وقت لاحقٍ اليوم – {timeLocale}",
|
||||
"Link to a board" : "ربط بلوح",
|
||||
@@ -377,6 +379,6 @@ OC.L10N.register(
|
||||
"Searching for users, groups and circles …" : "ابحث عن أعضاء، مجموعات أو حلقات ...",
|
||||
"(Circle)" : "(دائرة)",
|
||||
"Assign to users/groups/circles" : "انسب الى المستخدمين،المجموعات،الدوائر",
|
||||
"Filter by completed" : "فلترة بحسب الإنجاز"
|
||||
"Filter by completed" : "تصفية بحسب الإنجاز"
|
||||
},
|
||||
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");
|
||||
|
||||
18
l10n/ar.json
18
l10n/ar.json
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "تاريخ غير صحيح, يجب أن يكون تنسيق التاريخ YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "التخطيط الشخصي و تنظيم مشروع الفريق",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "التطبيق \"رِزَم البطاقات\" Deck هو أداة لتنظيم المهام الشخصية و الجماعية في نكست كلاود على نمط \"خطوط التصنيع أو التجميع في المصانع\" و المعروف بـ kanban.\n\n\n- 📥 أكتب مهمتك او مهمة فريقك على بطاقة و ضع البطاقة في الرُّقعة على كدسة البطاقات من ذات التصنيف أو المرحلة من الإنجاز\n- 📄 دوّن ملاحظاتك الإضافية على البطاقة بصيغة ماركداون markdown\n- 🔖 و يمكنك أيضاً إسناد البطاقة أي المهمة إلى شخص أو أشخاص في فريقك\n- 👥 شارك البطاقة مع من ترغب من أعضاء فريقك أو عائلتك أو أصدقائك\n- 📎 إرفاق ملفات و تضمينها بصيغة ماركداون في البطاقة\n- 💬ناقش البطاقة مع زملائك في خانة الملاحظات\n- ⚡ تابع ما يُستجد من عمليات و تطوّرات على البطاقة أو المهمة\n- 🚀 حافظ على مشروعك مُنسّقاً باستمرار.",
|
||||
"Card details" : "تفاصيل البطاقة",
|
||||
"Add board" : "إضافة لوح",
|
||||
"Select the board to link to a project" : "تحديد اللوح لربطه بمشروع",
|
||||
"Search by board title" : "بحث بواسطة عنوان اللوح",
|
||||
@@ -147,7 +148,7 @@
|
||||
"Filter by tag" : "تصفية بواسطة الوسم",
|
||||
"Filter by assigned user" : "تصفية بواسطة المستخدم الموكل اليه",
|
||||
"Unassigned" : "غير معيين ",
|
||||
"Filter by status" : "فلترة بحسب الحالة",
|
||||
"Filter by status" : "تصفية بحسب الحالة",
|
||||
"Open and completed" : "مفتوحة و منجزة",
|
||||
"Open" : "إفتح",
|
||||
"Completed" : "مُكتمل",
|
||||
@@ -167,7 +168,7 @@
|
||||
"Show card cover images" : "أظهِر صور غلاف البطاقات",
|
||||
"Open details" : "افتح التفاصيل",
|
||||
"Details" : "التفاصيل",
|
||||
"Currently present people" : "أشخاص معروضون حاليّاً",
|
||||
"Currently present people" : "الأشخاص الحاضرون الآن",
|
||||
"Loading board" : "جارِ تحميل اللوح..",
|
||||
"Board not found" : "اللوح غير موجود",
|
||||
"Create a new list to add cards to this board" : "إنشاء قائمة جديدة لإضافة البطاقات على هذا اللوح",
|
||||
@@ -195,7 +196,7 @@
|
||||
"Transfer" : "نقل",
|
||||
"The board has been transferred to {user}" : "تمّ نقل اللوحة إلى {user}",
|
||||
"Failed to transfer the board to {user}" : "تعذّر نقل اللوحة إلى {user}",
|
||||
"Edit list title" : "عدّل اسم القائمة",
|
||||
"Edit list title" : "تعديل اسم القائمة",
|
||||
"Archive all cards" : "أرشفة جميع البطاقات ",
|
||||
"Unarchive all cards" : "تراجع عن أرشفة كل البطاقات",
|
||||
"Delete list" : "حذف القائمة",
|
||||
@@ -265,14 +266,13 @@
|
||||
"Set due date for this weekend" : "عيِّن نهاية هذا الأسبوع كموعدٍ لاستحقاق البطاقة",
|
||||
"Set due date for next week" : "عيِّن الأسبوع المُقبل كموعدٍ لاستحقاق البطاقة",
|
||||
"Assign a tag to this card…" : "انسب وسم الى هذه البطاقة..",
|
||||
"Select or create a tag…" : "إختَر أو أنشِئْ وسماً ...",
|
||||
"Create a new tag:" : "إنشاء سِمَةٍ tag جديدة:",
|
||||
"Select or create a tag…" : "اختيار أو إنشاء وسم جديد...",
|
||||
"Create a new tag:" : "إنشاء وسم جديد:",
|
||||
"(group)" : "(مجموعة)",
|
||||
"Next week – {timeLocale}" : "الأسبوع القادم – {timeLocale}",
|
||||
"Todo items" : "قائمة المهام",
|
||||
"{count} comments, {unread} unread" : "{عدد} التعليقات، {غير مقروءة} غير مقروءة",
|
||||
"Edit card title" : "تعديل اسم القائمة",
|
||||
"Card details" : "تفاصيل البطاقة",
|
||||
"Assign to me" : "ينسب لي",
|
||||
"Unassign myself" : "إلغاء تعييني ",
|
||||
"Mark as not done" : "تمييز كـ \"غير منتهٍ\"",
|
||||
@@ -314,6 +314,8 @@
|
||||
"Show boards in calendar/tasks" : "إظهار اللوح في التقويم/المهام",
|
||||
"Limit board creation to some groups" : "قَصْرُ حَقِّ إنشاء الألواح على بعض المجموعات ",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "المستخدِمون من خارج تلك المجموعات لن يمكنكم إنشاء لوحاتهم الخاصة؛ لكن يمكنهم العمل على اللوحات التي تتمّ مشاركتها معهم.",
|
||||
"Cancel edit" : "إلغاء التعديل",
|
||||
"Save board" : "حفظ اللوح",
|
||||
"Board details" : "تفاصيل لوح",
|
||||
"Edit board" : "تعديل اللوح",
|
||||
"Clone board" : "استنسخ اللوح",
|
||||
@@ -339,7 +341,6 @@
|
||||
"No due" : "غير محدد",
|
||||
"Search for {searchQuery} in all boards" : "البحث عن {searchQuery} في جميع اللوح",
|
||||
"No results found" : "لا يتم العثور على أي نتائج ",
|
||||
"This weekend – {timeLocale}" : "نهاية هذا الأسبوع – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "اسم اللوحة {name} \n* آخر تعديل لها في {lastMod}",
|
||||
"{stack} in {board}" : "{stack} في {board}",
|
||||
"Click to expand description" : "إضعط للتوسّع في الوصف",
|
||||
@@ -359,6 +360,7 @@
|
||||
"upcoming cards" : "البطاقات القادمة",
|
||||
"New card" : "بطاقة جديدة",
|
||||
"Due on {date}" : "مطلوب في {date}",
|
||||
"This weekend – {timeLocale}" : "نهاية هذا الأسبوع – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "غداً – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "في وقت لاحقٍ اليوم – {timeLocale}",
|
||||
"Link to a board" : "ربط بلوح",
|
||||
@@ -375,6 +377,6 @@
|
||||
"Searching for users, groups and circles …" : "ابحث عن أعضاء، مجموعات أو حلقات ...",
|
||||
"(Circle)" : "(دائرة)",
|
||||
"Assign to users/groups/circles" : "انسب الى المستخدمين،المجموعات،الدوائر",
|
||||
"Filter by completed" : "فلترة بحسب الإنجاز"
|
||||
"Filter by completed" : "تصفية بحسب الإنجاز"
|
||||
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
|
||||
}
|
||||
@@ -95,6 +95,7 @@ OC.L10N.register(
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Guetar",
|
||||
"Shared with you" : "Compartióse contigo",
|
||||
"Cancel edit" : "Anular la edición",
|
||||
"All cards" : "Toles tarxetes",
|
||||
"No notifications" : "Nun hai nengún avisu",
|
||||
"No reminder" : "Nun hai nengún recordatoriu",
|
||||
@@ -102,8 +103,8 @@ OC.L10N.register(
|
||||
"Today" : "Güei",
|
||||
"Tomorrow" : "Mañana",
|
||||
"No results found" : "Nun s'atopó nengún resultáu",
|
||||
"This weekend – {timeLocale}" : "Esta fin de selmana – {timeLocale}",
|
||||
"Close" : "Zarrar",
|
||||
"This weekend – {timeLocale}" : "Esta fin de selmana – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Mañana – {timeLocale}",
|
||||
"Message from {author} in {conversationName}" : "Mensaxe de {author} en {conversationName}",
|
||||
"Error creating the share" : "Hebo un error al crear la compartición",
|
||||
|
||||
@@ -93,6 +93,7 @@
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Guetar",
|
||||
"Shared with you" : "Compartióse contigo",
|
||||
"Cancel edit" : "Anular la edición",
|
||||
"All cards" : "Toles tarxetes",
|
||||
"No notifications" : "Nun hai nengún avisu",
|
||||
"No reminder" : "Nun hai nengún recordatoriu",
|
||||
@@ -100,8 +101,8 @@
|
||||
"Today" : "Güei",
|
||||
"Tomorrow" : "Mañana",
|
||||
"No results found" : "Nun s'atopó nengún resultáu",
|
||||
"This weekend – {timeLocale}" : "Esta fin de selmana – {timeLocale}",
|
||||
"Close" : "Zarrar",
|
||||
"This weekend – {timeLocale}" : "Esta fin de selmana – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Mañana – {timeLocale}",
|
||||
"Message from {author} in {conversationName}" : "Mensaxe de {author} en {conversationName}",
|
||||
"Error creating the share" : "Hebo un error al crear la compartición",
|
||||
|
||||
@@ -111,6 +111,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Невалидна дата, форматът е различен от ГГГГ-ММ-ДД",
|
||||
"Personal planning and team project organization" : "Лично планиране и организация на екипни проекти",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck е инструмент за организация в стил kanban, насочен към лично планиране и организация на проекти за екипи, интегрирани с Nextcloud.\n\n\n- 📥 Добавете задачите си към карти и ги подредете\n- 📄 Запишете допълнителни бележки в markdown формат\n- Присвояване на етикети за още по-добра организация\n- 👥 Споделете с вашия екип, приятели или семейство\n- 📎Прикачете файлове и ги вградете във вашето описание за маркиране\n- 💬Обсъдете с вашия екип, като използвате коментари\n- ⚡ Проследявайте промените в потока от дейности\n- 🚀 Организирайте проекта си",
|
||||
"Card details" : "Подробности за картата",
|
||||
"Add board" : "Добави табло",
|
||||
"Select the board to link to a project" : "Изберете таблото, което да свържете към проект",
|
||||
"Search by board title" : "Търсене по заглавие на таблото",
|
||||
@@ -242,7 +243,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Елементи на задача за изпълнение",
|
||||
"{count} comments, {unread} unread" : "{count} коментари, {unread} непрочетени",
|
||||
"Edit card title" : "Редактиране на заглавието на карта",
|
||||
"Card details" : "Подробности за картата",
|
||||
"Assign to me" : "Зачисляване към мен",
|
||||
"Unassign myself" : "Отмяна на зачисляването към мен",
|
||||
"Delete card" : "Изтриване на карта",
|
||||
@@ -263,6 +263,7 @@ OC.L10N.register(
|
||||
"Use bigger card view" : "Използва по-голям изглед на картата",
|
||||
"Show card ID badge" : "Показване на обозначение за самоличност на картата",
|
||||
"Show boards in calendar/tasks" : "Показване на таблата в календар / задачи",
|
||||
"Cancel edit" : "Отказ на редактиране",
|
||||
"Board details" : "Подробности за табло",
|
||||
"Edit board" : "Редактиране на табло",
|
||||
"Clone board" : " Клониране на табло",
|
||||
|
||||
@@ -109,6 +109,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Невалидна дата, форматът е различен от ГГГГ-ММ-ДД",
|
||||
"Personal planning and team project organization" : "Лично планиране и организация на екипни проекти",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck е инструмент за организация в стил kanban, насочен към лично планиране и организация на проекти за екипи, интегрирани с Nextcloud.\n\n\n- 📥 Добавете задачите си към карти и ги подредете\n- 📄 Запишете допълнителни бележки в markdown формат\n- Присвояване на етикети за още по-добра организация\n- 👥 Споделете с вашия екип, приятели или семейство\n- 📎Прикачете файлове и ги вградете във вашето описание за маркиране\n- 💬Обсъдете с вашия екип, като използвате коментари\n- ⚡ Проследявайте промените в потока от дейности\n- 🚀 Организирайте проекта си",
|
||||
"Card details" : "Подробности за картата",
|
||||
"Add board" : "Добави табло",
|
||||
"Select the board to link to a project" : "Изберете таблото, което да свържете към проект",
|
||||
"Search by board title" : "Търсене по заглавие на таблото",
|
||||
@@ -240,7 +241,6 @@
|
||||
"Todo items" : "Елементи на задача за изпълнение",
|
||||
"{count} comments, {unread} unread" : "{count} коментари, {unread} непрочетени",
|
||||
"Edit card title" : "Редактиране на заглавието на карта",
|
||||
"Card details" : "Подробности за картата",
|
||||
"Assign to me" : "Зачисляване към мен",
|
||||
"Unassign myself" : "Отмяна на зачисляването към мен",
|
||||
"Delete card" : "Изтриване на карта",
|
||||
@@ -261,6 +261,7 @@
|
||||
"Use bigger card view" : "Използва по-голям изглед на картата",
|
||||
"Show card ID badge" : "Показване на обозначение за самоличност на картата",
|
||||
"Show boards in calendar/tasks" : "Показване на таблата в календар / задачи",
|
||||
"Cancel edit" : "Отказ на редактиране",
|
||||
"Board details" : "Подробности за табло",
|
||||
"Edit board" : "Редактиране на табло",
|
||||
"Clone board" : " Клониране на табло",
|
||||
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"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",
|
||||
"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",
|
||||
"Add board" : "Afegeix un tauler",
|
||||
"Select the board to link to a project" : "Selecciona el tauler per enllaçar a un projecte",
|
||||
"Search by board title" : "Cerca per títol del tauler",
|
||||
@@ -266,7 +267,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Tasques pendents",
|
||||
"{count} comments, {unread} unread" : "{count} comentaris, {unread} no llegits",
|
||||
"Edit card title" : "Edició del títol de la targeta",
|
||||
"Card details" : "Detalls de la targeta",
|
||||
"Assign to me" : "Assigna'm a mi",
|
||||
"Unassign myself" : "Desasignar a mi mateix",
|
||||
"Mark as not done" : "Marca com no fet",
|
||||
@@ -307,6 +307,7 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Mostra els taulers al calendari/tasques",
|
||||
"Limit board creation to some groups" : "Limiteu la creació de taulers a alguns grups",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Els usuaris fora d'aquests grups no podran crear els seus propis taulers, però encara podran treballar en taulers que s'hagin compartit amb ells.",
|
||||
"Cancel edit" : "Cancel·la l'edició",
|
||||
"Board details" : "Detalls del tauler",
|
||||
"Edit board" : "Edita el tauler",
|
||||
"Clone board" : "Clonar tauler",
|
||||
@@ -332,7 +333,6 @@ OC.L10N.register(
|
||||
"No due" : "Sense venciment",
|
||||
"Search for {searchQuery} in all boards" : "Busca {searchQuery} a tots els taulers",
|
||||
"No results found" : "No s'han trobat resultats",
|
||||
"This weekend – {timeLocale}" : "Aquest cap de setmana: {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Tauler de piles {name}\n* Última modificació el dia {lastMod}",
|
||||
"{stack} in {board}" : "{stack} a {board}",
|
||||
"Click to expand description" : "Feu clic per ampliar la descripció",
|
||||
@@ -352,6 +352,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "pròximes targetes",
|
||||
"New card" : "Nova targeta",
|
||||
"Due on {date}" : "Venciment el dia {date}",
|
||||
"This weekend – {timeLocale}" : "Aquest cap de setmana: {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Demà: {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Avui més tard: {timeLocale}",
|
||||
"Link to a board" : "Enllaça a un tauler",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"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",
|
||||
"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",
|
||||
"Add board" : "Afegeix un tauler",
|
||||
"Select the board to link to a project" : "Selecciona el tauler per enllaçar a un projecte",
|
||||
"Search by board title" : "Cerca per títol del tauler",
|
||||
@@ -264,7 +265,6 @@
|
||||
"Todo items" : "Tasques pendents",
|
||||
"{count} comments, {unread} unread" : "{count} comentaris, {unread} no llegits",
|
||||
"Edit card title" : "Edició del títol de la targeta",
|
||||
"Card details" : "Detalls de la targeta",
|
||||
"Assign to me" : "Assigna'm a mi",
|
||||
"Unassign myself" : "Desasignar a mi mateix",
|
||||
"Mark as not done" : "Marca com no fet",
|
||||
@@ -305,6 +305,7 @@
|
||||
"Show boards in calendar/tasks" : "Mostra els taulers al calendari/tasques",
|
||||
"Limit board creation to some groups" : "Limiteu la creació de taulers a alguns grups",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Els usuaris fora d'aquests grups no podran crear els seus propis taulers, però encara podran treballar en taulers que s'hagin compartit amb ells.",
|
||||
"Cancel edit" : "Cancel·la l'edició",
|
||||
"Board details" : "Detalls del tauler",
|
||||
"Edit board" : "Edita el tauler",
|
||||
"Clone board" : "Clonar tauler",
|
||||
@@ -330,7 +331,6 @@
|
||||
"No due" : "Sense venciment",
|
||||
"Search for {searchQuery} in all boards" : "Busca {searchQuery} a tots els taulers",
|
||||
"No results found" : "No s'han trobat resultats",
|
||||
"This weekend – {timeLocale}" : "Aquest cap de setmana: {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Tauler de piles {name}\n* Última modificació el dia {lastMod}",
|
||||
"{stack} in {board}" : "{stack} a {board}",
|
||||
"Click to expand description" : "Feu clic per ampliar la descripció",
|
||||
@@ -350,6 +350,7 @@
|
||||
"upcoming cards" : "pròximes targetes",
|
||||
"New card" : "Nova targeta",
|
||||
"Due on {date}" : "Venciment el dia {date}",
|
||||
"This weekend – {timeLocale}" : "Aquest cap de setmana: {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Demà: {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Avui més tard: {timeLocale}",
|
||||
"Link to a board" : "Enllaça a un tauler",
|
||||
|
||||
16
l10n/cs.js
16
l10n/cs.js
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Neplatné datum – je třeba, aby formát data byl RRRR-MM-DD",
|
||||
"Personal planning and team project organization" : "Osobní plánování a organizování týmového projektu",
|
||||
"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, napojený do Nextcloud.\n\n\n- 📥 Zadávejte a uspořádávejte své úkoly do karet\n- 📄 Zapisujte si dodatečné poznámky (v Markdown) \n- 🔖 Přiřazujte štítky pro ještě lepší uspořádání\n- 👥 Sdílejte se svým týmem, přáteli nebo rodinou\n- 📎 Připojte soubory a vložte je do (Markdown) popisu \n- 💬 Diskutujte se svým týmem prostřednictvím komentářů\n- ⚡ Udržte si přehled o změnách prostřednictvím sledování proudu aktivit\n- 🚀 Dostaňte svůj projekt pod kontrolu",
|
||||
"Card details" : "Podrobnosti o kartě",
|
||||
"Add board" : "Přidat tabuli",
|
||||
"Select the board to link to a project" : "Vyberte tabuli kterou propojit s projektem",
|
||||
"Search by board title" : "Hledat podle názvu tabule",
|
||||
@@ -180,9 +181,12 @@ OC.L10N.register(
|
||||
"Deleted lists" : "Smazané seznamy",
|
||||
"Undo" : "Vrátit zpět",
|
||||
"Deleted cards" : "Smazané karty",
|
||||
"Share board with a user, group or team …" : "Sdílet tabuli s uživatelem, skupinou nebo týmem…",
|
||||
"Searching for users, groups and teams …" : "Hledání v uživatelích, skupinách a týmech…",
|
||||
"No participants found" : "Nenalezeni žádní účastníci",
|
||||
"Board owner" : "Vlastník tabule",
|
||||
"(Group)" : "(Skupina)",
|
||||
"(Team)" : "(Tým)",
|
||||
"Can edit" : "Může upravovat",
|
||||
"Can share" : "Může sdílet",
|
||||
"Can manage" : "Může spravovat",
|
||||
@@ -208,7 +212,9 @@ OC.L10N.register(
|
||||
"title and color value must be provided" : "je třeba zadat nadpis a zvolit barvu",
|
||||
"Board name" : "Název tabule",
|
||||
"Members" : "Členové",
|
||||
"Assign to users/groups/team" : "Přiřadit uživatelům/skupinám/týmům",
|
||||
"Assign a user to this card…" : "Přiřadit uživatele k této kartě…",
|
||||
"Select a user to assign to this card…" : "Vyberte uživatele, kterému tuto kartu přiřadit…",
|
||||
"Upload new files" : "Nahrát nové soubory",
|
||||
"Share from Files" : "Sdílet ze Souborů",
|
||||
"Pending share" : "Čekající sdílení",
|
||||
@@ -262,13 +268,13 @@ OC.L10N.register(
|
||||
"Set due date for this weekend" : "Nastavit termín na tento týden",
|
||||
"Set due date for next week" : "Nastavit termín na příští týden",
|
||||
"Assign a tag to this card…" : "Přiřadit této kartě štítek…",
|
||||
"Select or create a tag…" : "Vyberte nebo vytvořte štítek…",
|
||||
"Create a new tag:" : "Vytvořit nový štítek:",
|
||||
"(group)" : "(skupina)",
|
||||
"Next week – {timeLocale}" : "Příští týden – {timeLocale}",
|
||||
"Todo items" : "Položky k udělání",
|
||||
"{count} comments, {unread} unread" : "{count} komentářů, {unread} nepřečtených",
|
||||
"Edit card title" : "Upravit nadpis karty",
|
||||
"Card details" : "Podrobnosti o kartě",
|
||||
"Assign to me" : "Přiřadit mě",
|
||||
"Unassign myself" : "Zrušit přiřazení sobě",
|
||||
"Mark as not done" : "Označit jako nehotové",
|
||||
@@ -276,11 +282,15 @@ OC.L10N.register(
|
||||
"Card deleted" : "Karta smazána",
|
||||
"seconds ago" : "před několika sekundami",
|
||||
"Keyboard shortcuts" : "Klávesové zkratky",
|
||||
"Boost your productivity using Deck with keyboard shortcuts." : "Zvyšte svou produktivitu tím, že budete v Deck používat klávesové zkratky.",
|
||||
"Board actions" : "Akce ohledně tabule",
|
||||
"Keyboard shortcut" : "Klávesová zkratka",
|
||||
"Action" : "Akce",
|
||||
"Shift" : "Shift",
|
||||
"Scroll" : "Posunout",
|
||||
"Scroll sideways" : "Posunout na strany",
|
||||
"Navigate between cards" : "Pohyb mezi kartami",
|
||||
"Esc" : "Esc",
|
||||
"Close card details" : "Zavřít podrobnosti o kartě",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Hledat",
|
||||
@@ -306,6 +316,8 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Zobrazit tabule v kalendáři/úkolech",
|
||||
"Limit board creation to some groups" : "Umožnit vytváření tabulí pouze vybraným skupinám",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Uživatelé, kteří nejsou členy těchto skupin nebudou moci vytvářet své vlastní tabule, ale pořád budou moci pracovat na tabulích, které jim byly nasdíleny.",
|
||||
"Cancel edit" : "Zrušit úpravu",
|
||||
"Save board" : "Uložit tabuli",
|
||||
"Board details" : "Podrobnosti o tabuli",
|
||||
"Edit board" : "Upravit tabuli",
|
||||
"Clone board" : "Klonovat tabuli",
|
||||
@@ -331,7 +343,6 @@ OC.L10N.register(
|
||||
"No due" : "Žádný termín",
|
||||
"Search for {searchQuery} in all boards" : "Hledat {searchQuery} na všech tabulích",
|
||||
"No results found" : "Nenalezeny žádné výsledky",
|
||||
"This weekend – {timeLocale}" : "Tento víkend – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deck karta {name}\n* Naposledy změněno {lastMod}",
|
||||
"{stack} in {board}" : "{stack} v {board}",
|
||||
"Click to expand description" : "Popis rozbalíte kliknutím",
|
||||
@@ -351,6 +362,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "nadcházející karty",
|
||||
"New card" : "Nová karta",
|
||||
"Due on {date}" : "Termín {date}",
|
||||
"This weekend – {timeLocale}" : "Tento víkend – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Zítra – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Později dnes – {timeLocale}",
|
||||
"Link to a board" : "Propojit s tabulí",
|
||||
|
||||
16
l10n/cs.json
16
l10n/cs.json
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Neplatné datum – je třeba, aby formát data byl RRRR-MM-DD",
|
||||
"Personal planning and team project organization" : "Osobní plánování a organizování týmového projektu",
|
||||
"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, napojený do Nextcloud.\n\n\n- 📥 Zadávejte a uspořádávejte své úkoly do karet\n- 📄 Zapisujte si dodatečné poznámky (v Markdown) \n- 🔖 Přiřazujte štítky pro ještě lepší uspořádání\n- 👥 Sdílejte se svým týmem, přáteli nebo rodinou\n- 📎 Připojte soubory a vložte je do (Markdown) popisu \n- 💬 Diskutujte se svým týmem prostřednictvím komentářů\n- ⚡ Udržte si přehled o změnách prostřednictvím sledování proudu aktivit\n- 🚀 Dostaňte svůj projekt pod kontrolu",
|
||||
"Card details" : "Podrobnosti o kartě",
|
||||
"Add board" : "Přidat tabuli",
|
||||
"Select the board to link to a project" : "Vyberte tabuli kterou propojit s projektem",
|
||||
"Search by board title" : "Hledat podle názvu tabule",
|
||||
@@ -178,9 +179,12 @@
|
||||
"Deleted lists" : "Smazané seznamy",
|
||||
"Undo" : "Vrátit zpět",
|
||||
"Deleted cards" : "Smazané karty",
|
||||
"Share board with a user, group or team …" : "Sdílet tabuli s uživatelem, skupinou nebo týmem…",
|
||||
"Searching for users, groups and teams …" : "Hledání v uživatelích, skupinách a týmech…",
|
||||
"No participants found" : "Nenalezeni žádní účastníci",
|
||||
"Board owner" : "Vlastník tabule",
|
||||
"(Group)" : "(Skupina)",
|
||||
"(Team)" : "(Tým)",
|
||||
"Can edit" : "Může upravovat",
|
||||
"Can share" : "Může sdílet",
|
||||
"Can manage" : "Může spravovat",
|
||||
@@ -206,7 +210,9 @@
|
||||
"title and color value must be provided" : "je třeba zadat nadpis a zvolit barvu",
|
||||
"Board name" : "Název tabule",
|
||||
"Members" : "Členové",
|
||||
"Assign to users/groups/team" : "Přiřadit uživatelům/skupinám/týmům",
|
||||
"Assign a user to this card…" : "Přiřadit uživatele k této kartě…",
|
||||
"Select a user to assign to this card…" : "Vyberte uživatele, kterému tuto kartu přiřadit…",
|
||||
"Upload new files" : "Nahrát nové soubory",
|
||||
"Share from Files" : "Sdílet ze Souborů",
|
||||
"Pending share" : "Čekající sdílení",
|
||||
@@ -260,13 +266,13 @@
|
||||
"Set due date for this weekend" : "Nastavit termín na tento týden",
|
||||
"Set due date for next week" : "Nastavit termín na příští týden",
|
||||
"Assign a tag to this card…" : "Přiřadit této kartě štítek…",
|
||||
"Select or create a tag…" : "Vyberte nebo vytvořte štítek…",
|
||||
"Create a new tag:" : "Vytvořit nový štítek:",
|
||||
"(group)" : "(skupina)",
|
||||
"Next week – {timeLocale}" : "Příští týden – {timeLocale}",
|
||||
"Todo items" : "Položky k udělání",
|
||||
"{count} comments, {unread} unread" : "{count} komentářů, {unread} nepřečtených",
|
||||
"Edit card title" : "Upravit nadpis karty",
|
||||
"Card details" : "Podrobnosti o kartě",
|
||||
"Assign to me" : "Přiřadit mě",
|
||||
"Unassign myself" : "Zrušit přiřazení sobě",
|
||||
"Mark as not done" : "Označit jako nehotové",
|
||||
@@ -274,11 +280,15 @@
|
||||
"Card deleted" : "Karta smazána",
|
||||
"seconds ago" : "před několika sekundami",
|
||||
"Keyboard shortcuts" : "Klávesové zkratky",
|
||||
"Boost your productivity using Deck with keyboard shortcuts." : "Zvyšte svou produktivitu tím, že budete v Deck používat klávesové zkratky.",
|
||||
"Board actions" : "Akce ohledně tabule",
|
||||
"Keyboard shortcut" : "Klávesová zkratka",
|
||||
"Action" : "Akce",
|
||||
"Shift" : "Shift",
|
||||
"Scroll" : "Posunout",
|
||||
"Scroll sideways" : "Posunout na strany",
|
||||
"Navigate between cards" : "Pohyb mezi kartami",
|
||||
"Esc" : "Esc",
|
||||
"Close card details" : "Zavřít podrobnosti o kartě",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Hledat",
|
||||
@@ -304,6 +314,8 @@
|
||||
"Show boards in calendar/tasks" : "Zobrazit tabule v kalendáři/úkolech",
|
||||
"Limit board creation to some groups" : "Umožnit vytváření tabulí pouze vybraným skupinám",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Uživatelé, kteří nejsou členy těchto skupin nebudou moci vytvářet své vlastní tabule, ale pořád budou moci pracovat na tabulích, které jim byly nasdíleny.",
|
||||
"Cancel edit" : "Zrušit úpravu",
|
||||
"Save board" : "Uložit tabuli",
|
||||
"Board details" : "Podrobnosti o tabuli",
|
||||
"Edit board" : "Upravit tabuli",
|
||||
"Clone board" : "Klonovat tabuli",
|
||||
@@ -329,7 +341,6 @@
|
||||
"No due" : "Žádný termín",
|
||||
"Search for {searchQuery} in all boards" : "Hledat {searchQuery} na všech tabulích",
|
||||
"No results found" : "Nenalezeny žádné výsledky",
|
||||
"This weekend – {timeLocale}" : "Tento víkend – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deck karta {name}\n* Naposledy změněno {lastMod}",
|
||||
"{stack} in {board}" : "{stack} v {board}",
|
||||
"Click to expand description" : "Popis rozbalíte kliknutím",
|
||||
@@ -349,6 +360,7 @@
|
||||
"upcoming cards" : "nadcházející karty",
|
||||
"New card" : "Nová karta",
|
||||
"Due on {date}" : "Termín {date}",
|
||||
"This weekend – {timeLocale}" : "Tento víkend – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Zítra – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Později dnes – {timeLocale}",
|
||||
"Link to a board" : "Propojit s tabulí",
|
||||
|
||||
@@ -63,6 +63,7 @@ OC.L10N.register(
|
||||
"Path is already shared with this card" : "Stien er allerede delt med dette kort.",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Ikke gyldig dato - dato formatet skal være YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "Personlig planlægning og organisering af team projekter",
|
||||
"Card details" : "Kort detaljer",
|
||||
"Add board" : "Tilføj tavle",
|
||||
"Select the board to link to a project" : "Vælg en tavle at linke til et projekt",
|
||||
"Search by board title" : "Søg efter tavle titel",
|
||||
@@ -174,12 +175,12 @@ OC.L10N.register(
|
||||
"Set a due date" : "Sæt en forfaldsdato",
|
||||
"Remove due date" : "Fjern forfaldsdato",
|
||||
"Mark as done" : "Marker som færdig",
|
||||
"Not done" : "Ikke færdig",
|
||||
"Unarchive card" : "Gen-aktivér kort",
|
||||
"Archive card" : "Arkivér kort",
|
||||
"Select Date" : "Vælg dato",
|
||||
"Assign a tag to this card…" : "Tilføj et mærkat til dette kort ...",
|
||||
"(group)" : "(gruppe)",
|
||||
"Card details" : "Kort detaljer",
|
||||
"Assign to me" : "Tildel til mig",
|
||||
"Unassign myself" : "Fjern mig selv",
|
||||
"Delete card" : "Slet kort",
|
||||
@@ -196,6 +197,7 @@ OC.L10N.register(
|
||||
"Shared with you" : "Shared with you",
|
||||
"Use bigger card view" : "Brug større kort visning",
|
||||
"Show boards in calendar/tasks" : "Vis tavler i kalender/opgaver",
|
||||
"Cancel edit" : "Annuller redigering",
|
||||
"Board details" : "Liste detaljer",
|
||||
"Edit board" : "Rediger liste",
|
||||
"Clone board" : "Klon tavle",
|
||||
|
||||
@@ -61,6 +61,7 @@
|
||||
"Path is already shared with this card" : "Stien er allerede delt med dette kort.",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Ikke gyldig dato - dato formatet skal være YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "Personlig planlægning og organisering af team projekter",
|
||||
"Card details" : "Kort detaljer",
|
||||
"Add board" : "Tilføj tavle",
|
||||
"Select the board to link to a project" : "Vælg en tavle at linke til et projekt",
|
||||
"Search by board title" : "Søg efter tavle titel",
|
||||
@@ -172,12 +173,12 @@
|
||||
"Set a due date" : "Sæt en forfaldsdato",
|
||||
"Remove due date" : "Fjern forfaldsdato",
|
||||
"Mark as done" : "Marker som færdig",
|
||||
"Not done" : "Ikke færdig",
|
||||
"Unarchive card" : "Gen-aktivér kort",
|
||||
"Archive card" : "Arkivér kort",
|
||||
"Select Date" : "Vælg dato",
|
||||
"Assign a tag to this card…" : "Tilføj et mærkat til dette kort ...",
|
||||
"(group)" : "(gruppe)",
|
||||
"Card details" : "Kort detaljer",
|
||||
"Assign to me" : "Tildel til mig",
|
||||
"Unassign myself" : "Fjern mig selv",
|
||||
"Delete card" : "Slet kort",
|
||||
@@ -194,6 +195,7 @@
|
||||
"Shared with you" : "Shared with you",
|
||||
"Use bigger card view" : "Brug større kort visning",
|
||||
"Show boards in calendar/tasks" : "Vis tavler i kalender/opgaver",
|
||||
"Cancel edit" : "Annuller redigering",
|
||||
"Board details" : "Liste detaljer",
|
||||
"Edit board" : "Rediger liste",
|
||||
"Clone board" : "Klon tavle",
|
||||
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT",
|
||||
"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",
|
||||
"Card details" : "Kartendetails",
|
||||
"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",
|
||||
"Search by board title" : "Nach einem Board suchen",
|
||||
@@ -274,7 +275,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Aufgaben-Elemente",
|
||||
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
|
||||
"Edit card title" : "Kartentitel bearbeiten",
|
||||
"Card details" : "Kartendetails",
|
||||
"Assign to me" : "Mir zuweisen",
|
||||
"Unassign myself" : "Nicht mehr mir zuweisen",
|
||||
"Mark as not done" : "Als nicht erledigt markieren",
|
||||
@@ -316,6 +316,8 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Board in Kalender/Aufgaben anzeigen",
|
||||
"Limit board creation to some groups" : "Erstellung von Boards auf einige Gruppen beschränken",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Benutzer außerhalb dieser Gruppen können keine eigenen Boards erstellen, aber weiterhin an Boards arbeiten, die mit ihnen geteilt wurden.",
|
||||
"Cancel edit" : "Bearbeiten abbrechen",
|
||||
"Save board" : "Board speichern",
|
||||
"Board details" : "Boarddetails",
|
||||
"Edit board" : "Board bearbeiten",
|
||||
"Clone board" : "Board klonen",
|
||||
@@ -341,7 +343,6 @@ OC.L10N.register(
|
||||
"No due" : "Kein Fälligkeitsdatum",
|
||||
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
|
||||
"No results found" : "Keine Ergebnisse gefunden",
|
||||
"This weekend – {timeLocale}" : "Dieses Wochenende – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deck-Board {name}\n* Zuletzt geändert am {lastMod} ",
|
||||
"{stack} in {board}" : "{stack} in {board}",
|
||||
"Click to expand description" : "Klicken, um die Beschreibung zu erweitern",
|
||||
@@ -361,6 +362,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "Anstehende Karten",
|
||||
"New card" : "Neue Karte",
|
||||
"Due on {date}" : "Fällig am {date}",
|
||||
"This weekend – {timeLocale}" : "Dieses Wochenende – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Morgen – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Heute noch – {timeLocale}",
|
||||
"Link to a board" : "Mit einem Board verknüpfen",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT",
|
||||
"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",
|
||||
"Card details" : "Kartendetails",
|
||||
"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",
|
||||
"Search by board title" : "Nach einem Board suchen",
|
||||
@@ -272,7 +273,6 @@
|
||||
"Todo items" : "Aufgaben-Elemente",
|
||||
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
|
||||
"Edit card title" : "Kartentitel bearbeiten",
|
||||
"Card details" : "Kartendetails",
|
||||
"Assign to me" : "Mir zuweisen",
|
||||
"Unassign myself" : "Nicht mehr mir zuweisen",
|
||||
"Mark as not done" : "Als nicht erledigt markieren",
|
||||
@@ -314,6 +314,8 @@
|
||||
"Show boards in calendar/tasks" : "Board in Kalender/Aufgaben anzeigen",
|
||||
"Limit board creation to some groups" : "Erstellung von Boards auf einige Gruppen beschränken",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Benutzer außerhalb dieser Gruppen können keine eigenen Boards erstellen, aber weiterhin an Boards arbeiten, die mit ihnen geteilt wurden.",
|
||||
"Cancel edit" : "Bearbeiten abbrechen",
|
||||
"Save board" : "Board speichern",
|
||||
"Board details" : "Boarddetails",
|
||||
"Edit board" : "Board bearbeiten",
|
||||
"Clone board" : "Board klonen",
|
||||
@@ -339,7 +341,6 @@
|
||||
"No due" : "Kein Fälligkeitsdatum",
|
||||
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
|
||||
"No results found" : "Keine Ergebnisse gefunden",
|
||||
"This weekend – {timeLocale}" : "Dieses Wochenende – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deck-Board {name}\n* Zuletzt geändert am {lastMod} ",
|
||||
"{stack} in {board}" : "{stack} in {board}",
|
||||
"Click to expand description" : "Klicken, um die Beschreibung zu erweitern",
|
||||
@@ -359,6 +360,7 @@
|
||||
"upcoming cards" : "Anstehende Karten",
|
||||
"New card" : "Neue Karte",
|
||||
"Due on {date}" : "Fällig am {date}",
|
||||
"This weekend – {timeLocale}" : "Dieses Wochenende – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Morgen – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Heute noch – {timeLocale}",
|
||||
"Link to a board" : "Mit einem Board verknüpfen",
|
||||
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT",
|
||||
"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ü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",
|
||||
"Card details" : "Karten-Details",
|
||||
"Add board" : "Board hinzufügen",
|
||||
"Select the board to link to a project" : "Wählen Sie ein Board aus, um dieses mit einem Projekt zu verknüpfen",
|
||||
"Search by board title" : "Nach einem Board suchen",
|
||||
@@ -274,7 +275,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Aufgaben-Elemente",
|
||||
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
|
||||
"Edit card title" : "Kartentitel bearbeiten",
|
||||
"Card details" : "Karten-Details",
|
||||
"Assign to me" : "Mir zuweisen",
|
||||
"Unassign myself" : "Nicht mehr mir zuweisen",
|
||||
"Mark as not done" : "Als unerledigt markieren",
|
||||
@@ -316,6 +316,8 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Board in Kalender/Aufgaben anzeigen",
|
||||
"Limit board creation to some groups" : "Boarderstellung auf einige Gruppen beschränken",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Benutzer außerhalb dieser Gruppen können keine eigenen Boards erstellen, aber weiterhin an Boards arbeiten, die mit ihnen geteilt wurden.",
|
||||
"Cancel edit" : "Bearbeiten abbrechen",
|
||||
"Save board" : "Board sichern",
|
||||
"Board details" : "Board-Details",
|
||||
"Edit board" : "Board bearbeiten",
|
||||
"Clone board" : "Board klonen",
|
||||
@@ -341,7 +343,6 @@ OC.L10N.register(
|
||||
"No due" : "Kein Fälligkeitsdatum",
|
||||
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
|
||||
"No results found" : "Keine Ergebnisse gefunden",
|
||||
"This weekend – {timeLocale}" : "Dieses Wochenende – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deck-Board {name}\n* Zuletzt geändert am {lastMod} ",
|
||||
"{stack} in {board}" : "{stack} auf {board}",
|
||||
"Click to expand description" : "Klicken, um die Beschreibung zu erweitern",
|
||||
@@ -361,6 +362,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "Anstehende Karten",
|
||||
"New card" : "Neue Karte",
|
||||
"Due on {date}" : "Fällig am {date}",
|
||||
"This weekend – {timeLocale}" : "Dieses Wochenende – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Morgen – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Später heute – {timeLocale}",
|
||||
"Link to a board" : "Mit einem Board verknüpfen",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT",
|
||||
"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ü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",
|
||||
"Card details" : "Karten-Details",
|
||||
"Add board" : "Board hinzufügen",
|
||||
"Select the board to link to a project" : "Wählen Sie ein Board aus, um dieses mit einem Projekt zu verknüpfen",
|
||||
"Search by board title" : "Nach einem Board suchen",
|
||||
@@ -272,7 +273,6 @@
|
||||
"Todo items" : "Aufgaben-Elemente",
|
||||
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
|
||||
"Edit card title" : "Kartentitel bearbeiten",
|
||||
"Card details" : "Karten-Details",
|
||||
"Assign to me" : "Mir zuweisen",
|
||||
"Unassign myself" : "Nicht mehr mir zuweisen",
|
||||
"Mark as not done" : "Als unerledigt markieren",
|
||||
@@ -314,6 +314,8 @@
|
||||
"Show boards in calendar/tasks" : "Board in Kalender/Aufgaben anzeigen",
|
||||
"Limit board creation to some groups" : "Boarderstellung auf einige Gruppen beschränken",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Benutzer außerhalb dieser Gruppen können keine eigenen Boards erstellen, aber weiterhin an Boards arbeiten, die mit ihnen geteilt wurden.",
|
||||
"Cancel edit" : "Bearbeiten abbrechen",
|
||||
"Save board" : "Board sichern",
|
||||
"Board details" : "Board-Details",
|
||||
"Edit board" : "Board bearbeiten",
|
||||
"Clone board" : "Board klonen",
|
||||
@@ -339,7 +341,6 @@
|
||||
"No due" : "Kein Fälligkeitsdatum",
|
||||
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
|
||||
"No results found" : "Keine Ergebnisse gefunden",
|
||||
"This weekend – {timeLocale}" : "Dieses Wochenende – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deck-Board {name}\n* Zuletzt geändert am {lastMod} ",
|
||||
"{stack} in {board}" : "{stack} auf {board}",
|
||||
"Click to expand description" : "Klicken, um die Beschreibung zu erweitern",
|
||||
@@ -359,6 +360,7 @@
|
||||
"upcoming cards" : "Anstehende Karten",
|
||||
"New card" : "Neue Karte",
|
||||
"Due on {date}" : "Fällig am {date}",
|
||||
"This weekend – {timeLocale}" : "Dieses Wochenende – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Morgen – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Später heute – {timeLocale}",
|
||||
"Link to a board" : "Mit einem Board verknüpfen",
|
||||
|
||||
@@ -119,6 +119,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Μη έγκυρη ημερομηνία, η μορφή ημερομηνίας πρέπει να είναι ΕΕΕΕ-ΜΜ-ΗΗ",
|
||||
"Personal planning and team project organization" : "Προσωπικός σχεδιασμός και οργάνωση ομαδικών έργων",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Το Deck είναι ένα εργαλείο οργάνωσης τύπου kanban με στόχο τον προσωπικό προγραμματισμό και την οργάνωση έργων για ομάδες που έχουν ενσωματωθεί στο Nextcloud.\n\n\n- 📥 Προσθέστε τις εργασίες σας στις καρτέλες και βάλτε τες στη σειρά\n- 📄 Γράψτε τις πρόσθετες σημειώσεις\n- 🔖 Αντιστοιχίστε τις ετικέτες για ακόμη καλύτερη οργάνωση\n- 👥 Μοιραστείτε με την ομάδα, φίλους ή την οικογένειά σας\n- 📎 Επισυνάψτε αρχεία και ενσωματώστε τα στην περιγραφή\n- 💬 Συζητήστε με την ομάδα σας χρησιμοποιώντας σχόλια\n- ⚡ Παρακολουθήστε τις αλλαγές στη ροή δραστηριοτήτων\n- 🚀 Έχετε τα όλα οργανωμένα",
|
||||
"Card details" : "Λεπτομέρειες καρτέλας",
|
||||
"Add board" : "Προσθήκη πίνακα",
|
||||
"Select the board to link to a project" : "Επιλέξτε πίνακα και συνδέστε τον σε ένα έργο",
|
||||
"Search by board title" : "Αναζήτηση με το όνομα πίνακα",
|
||||
@@ -273,7 +274,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Στοιχεία todo",
|
||||
"{count} comments, {unread} unread" : "{count} σχόλια, {unread} μη αναγνωσμένα",
|
||||
"Edit card title" : "Επεξεργασία τίτλου κάρτας",
|
||||
"Card details" : "Λεπτομέρειες καρτέλας",
|
||||
"Assign to me" : "Ανάθεση σε εμένα",
|
||||
"Unassign myself" : "Αποδέσμευσή μου",
|
||||
"Mark as not done" : "Σήμανση ως ολοκληρωμένου",
|
||||
@@ -315,6 +315,7 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Εμφάνιση πινάκων στο ημερολόγιο / εργασίες",
|
||||
"Limit board creation to some groups" : "Περιορισμός της δημιουργίας πινάκων σε ορισμένες ομάδες",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Οι χρήστες εκτός αυτών των ομάδων δεν θα μπορούν να δημιουργούν τους δικούς τους πίνακες, αλλά θα μπορούν να εργάζονται σε πίνακες που τους έχουν διαμοιραστεί.",
|
||||
"Cancel edit" : "Ακύρωση επεξεργασίας",
|
||||
"Board details" : "Λεπτομέριες πίνακα",
|
||||
"Edit board" : "Επεξεργασία πίνακα",
|
||||
"Clone board" : "Κλώνος πίνακα",
|
||||
@@ -340,7 +341,6 @@ OC.L10N.register(
|
||||
"No due" : "Χωρίς λήξη",
|
||||
"Search for {searchQuery} in all boards" : "Αναζήτηση για {searchQuery} σε όλους τους πίνακες",
|
||||
"No results found" : "Δεν βρέθηκαν αποτελέσματα",
|
||||
"This weekend – {timeLocale}" : "Αυτή την εβδομάδα – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Πίνακας Deck {name}\n* Τελευταία τροποποίηση στις {lastMod}",
|
||||
"{stack} in {board}" : "{stack} στο {board}",
|
||||
"Click to expand description" : "Κλικ για επέκταση περιγραφής",
|
||||
@@ -360,6 +360,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "επερχόμενες καρτέλες",
|
||||
"New card" : "Νέα κάρτα",
|
||||
"Due on {date}" : "Προθεσμία στις {date}",
|
||||
"This weekend – {timeLocale}" : "Αυτή την εβδομάδα – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Αύριο – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Αργότερα σήμερα – {timeLocale}",
|
||||
"Link to a board" : "Σύνδεσμος στον πίνακα",
|
||||
|
||||
@@ -117,6 +117,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Μη έγκυρη ημερομηνία, η μορφή ημερομηνίας πρέπει να είναι ΕΕΕΕ-ΜΜ-ΗΗ",
|
||||
"Personal planning and team project organization" : "Προσωπικός σχεδιασμός και οργάνωση ομαδικών έργων",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Το Deck είναι ένα εργαλείο οργάνωσης τύπου kanban με στόχο τον προσωπικό προγραμματισμό και την οργάνωση έργων για ομάδες που έχουν ενσωματωθεί στο Nextcloud.\n\n\n- 📥 Προσθέστε τις εργασίες σας στις καρτέλες και βάλτε τες στη σειρά\n- 📄 Γράψτε τις πρόσθετες σημειώσεις\n- 🔖 Αντιστοιχίστε τις ετικέτες για ακόμη καλύτερη οργάνωση\n- 👥 Μοιραστείτε με την ομάδα, φίλους ή την οικογένειά σας\n- 📎 Επισυνάψτε αρχεία και ενσωματώστε τα στην περιγραφή\n- 💬 Συζητήστε με την ομάδα σας χρησιμοποιώντας σχόλια\n- ⚡ Παρακολουθήστε τις αλλαγές στη ροή δραστηριοτήτων\n- 🚀 Έχετε τα όλα οργανωμένα",
|
||||
"Card details" : "Λεπτομέρειες καρτέλας",
|
||||
"Add board" : "Προσθήκη πίνακα",
|
||||
"Select the board to link to a project" : "Επιλέξτε πίνακα και συνδέστε τον σε ένα έργο",
|
||||
"Search by board title" : "Αναζήτηση με το όνομα πίνακα",
|
||||
@@ -271,7 +272,6 @@
|
||||
"Todo items" : "Στοιχεία todo",
|
||||
"{count} comments, {unread} unread" : "{count} σχόλια, {unread} μη αναγνωσμένα",
|
||||
"Edit card title" : "Επεξεργασία τίτλου κάρτας",
|
||||
"Card details" : "Λεπτομέρειες καρτέλας",
|
||||
"Assign to me" : "Ανάθεση σε εμένα",
|
||||
"Unassign myself" : "Αποδέσμευσή μου",
|
||||
"Mark as not done" : "Σήμανση ως ολοκληρωμένου",
|
||||
@@ -313,6 +313,7 @@
|
||||
"Show boards in calendar/tasks" : "Εμφάνιση πινάκων στο ημερολόγιο / εργασίες",
|
||||
"Limit board creation to some groups" : "Περιορισμός της δημιουργίας πινάκων σε ορισμένες ομάδες",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Οι χρήστες εκτός αυτών των ομάδων δεν θα μπορούν να δημιουργούν τους δικούς τους πίνακες, αλλά θα μπορούν να εργάζονται σε πίνακες που τους έχουν διαμοιραστεί.",
|
||||
"Cancel edit" : "Ακύρωση επεξεργασίας",
|
||||
"Board details" : "Λεπτομέριες πίνακα",
|
||||
"Edit board" : "Επεξεργασία πίνακα",
|
||||
"Clone board" : "Κλώνος πίνακα",
|
||||
@@ -338,7 +339,6 @@
|
||||
"No due" : "Χωρίς λήξη",
|
||||
"Search for {searchQuery} in all boards" : "Αναζήτηση για {searchQuery} σε όλους τους πίνακες",
|
||||
"No results found" : "Δεν βρέθηκαν αποτελέσματα",
|
||||
"This weekend – {timeLocale}" : "Αυτή την εβδομάδα – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Πίνακας Deck {name}\n* Τελευταία τροποποίηση στις {lastMod}",
|
||||
"{stack} in {board}" : "{stack} στο {board}",
|
||||
"Click to expand description" : "Κλικ για επέκταση περιγραφής",
|
||||
@@ -358,6 +358,7 @@
|
||||
"upcoming cards" : "επερχόμενες καρτέλες",
|
||||
"New card" : "Νέα κάρτα",
|
||||
"Due on {date}" : "Προθεσμία στις {date}",
|
||||
"This weekend – {timeLocale}" : "Αυτή την εβδομάδα – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Αύριο – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Αργότερα σήμερα – {timeLocale}",
|
||||
"Link to a board" : "Σύνδεσμος στον πίνακα",
|
||||
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Invalid date, date format must be YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "Personal planning and team project organization",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized",
|
||||
"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",
|
||||
@@ -274,7 +275,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Todo items",
|
||||
"{count} comments, {unread} unread" : "{count} comments, {unread} unread",
|
||||
"Edit card title" : "Edit card title",
|
||||
"Card details" : "Card details",
|
||||
"Assign to me" : "Assign to me",
|
||||
"Unassign myself" : "Unassign myself",
|
||||
"Mark as not done" : "Mark as not done",
|
||||
@@ -316,6 +316,8 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Show boards in calendar/tasks",
|
||||
"Limit board creation to some groups" : "Limit board creation to some groups",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.",
|
||||
"Cancel edit" : "Cancel edit",
|
||||
"Save board" : "Save board",
|
||||
"Board details" : "Board details",
|
||||
"Edit board" : "Edit board",
|
||||
"Clone board" : "Clone board",
|
||||
@@ -341,7 +343,6 @@ OC.L10N.register(
|
||||
"No due" : "No due",
|
||||
"Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards",
|
||||
"No results found" : "No results found",
|
||||
"This weekend – {timeLocale}" : "This weekend – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}",
|
||||
"{stack} in {board}" : "{stack} in {board}",
|
||||
"Click to expand description" : "Click to expand description",
|
||||
@@ -361,6 +362,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "upcoming cards",
|
||||
"New card" : "New card",
|
||||
"Due on {date}" : "Due on {date}",
|
||||
"This weekend – {timeLocale}" : "This weekend – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Tomorrow – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Later today – {timeLocale}",
|
||||
"Link to a board" : "Link to a board",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Invalid date, date format must be YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "Personal planning and team project organization",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized",
|
||||
"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",
|
||||
@@ -272,7 +273,6 @@
|
||||
"Todo items" : "Todo items",
|
||||
"{count} comments, {unread} unread" : "{count} comments, {unread} unread",
|
||||
"Edit card title" : "Edit card title",
|
||||
"Card details" : "Card details",
|
||||
"Assign to me" : "Assign to me",
|
||||
"Unassign myself" : "Unassign myself",
|
||||
"Mark as not done" : "Mark as not done",
|
||||
@@ -314,6 +314,8 @@
|
||||
"Show boards in calendar/tasks" : "Show boards in calendar/tasks",
|
||||
"Limit board creation to some groups" : "Limit board creation to some groups",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.",
|
||||
"Cancel edit" : "Cancel edit",
|
||||
"Save board" : "Save board",
|
||||
"Board details" : "Board details",
|
||||
"Edit board" : "Edit board",
|
||||
"Clone board" : "Clone board",
|
||||
@@ -339,7 +341,6 @@
|
||||
"No due" : "No due",
|
||||
"Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards",
|
||||
"No results found" : "No results found",
|
||||
"This weekend – {timeLocale}" : "This weekend – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}",
|
||||
"{stack} in {board}" : "{stack} in {board}",
|
||||
"Click to expand description" : "Click to expand description",
|
||||
@@ -359,6 +360,7 @@
|
||||
"upcoming cards" : "upcoming cards",
|
||||
"New card" : "New card",
|
||||
"Due on {date}" : "Due on {date}",
|
||||
"This weekend – {timeLocale}" : "This weekend – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Tomorrow – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Later today – {timeLocale}",
|
||||
"Link to a board" : "Link to a board",
|
||||
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"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",
|
||||
"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" : "Añadir tablero",
|
||||
"Select the board to link to a project" : "Selecciona el tablero que enlazar a un proyecto",
|
||||
"Search by board title" : "Buscar por título de tablero",
|
||||
@@ -273,7 +274,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Ítems pendientes",
|
||||
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer",
|
||||
"Edit card title" : "Editar el título de la tarjeta",
|
||||
"Card details" : "Detalles de la tarjeta",
|
||||
"Assign to me" : "Asignarme a mí",
|
||||
"Unassign myself" : "Desasignarme a mí mismo",
|
||||
"Mark as not done" : "Marcar como no completado",
|
||||
@@ -315,6 +315,7 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Mostrar tableros en calendario/tareas",
|
||||
"Limit board creation to some groups" : "Limitar la creación de tableros a algunos grupos",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Los usuarios fuera de estos grupos no podrán crear sus propios tableros, sin embargo, podrán trabajar en tableros que han sido compartidos con ellos.",
|
||||
"Cancel edit" : "Cacelar edición",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"Edit board" : "Editar tablero",
|
||||
"Clone board" : "Clonar tablero",
|
||||
@@ -340,7 +341,6 @@ OC.L10N.register(
|
||||
"No due" : "Sin finalizar",
|
||||
"Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos los tableros",
|
||||
"No results found" : "No se encontraron resultados",
|
||||
"This weekend – {timeLocale}" : "Este fin de semana – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Tablero Deck {name}\n* Última modificación en {lastMod}",
|
||||
"{stack} in {board}" : "{stack} en {board}",
|
||||
"Click to expand description" : "Pulse para expandir la descripción",
|
||||
@@ -360,6 +360,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "próximas tarjetas",
|
||||
"New card" : "Nueva tarjeta",
|
||||
"Due on {date}" : "Vence en {date}",
|
||||
"This weekend – {timeLocale}" : "Este fin de semana – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Mañana – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Hoy, más tarde – {timeLocale}",
|
||||
"Link to a board" : "Enlace a un tablero",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"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",
|
||||
"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" : "Añadir tablero",
|
||||
"Select the board to link to a project" : "Selecciona el tablero que enlazar a un proyecto",
|
||||
"Search by board title" : "Buscar por título de tablero",
|
||||
@@ -271,7 +272,6 @@
|
||||
"Todo items" : "Ítems pendientes",
|
||||
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer",
|
||||
"Edit card title" : "Editar el título de la tarjeta",
|
||||
"Card details" : "Detalles de la tarjeta",
|
||||
"Assign to me" : "Asignarme a mí",
|
||||
"Unassign myself" : "Desasignarme a mí mismo",
|
||||
"Mark as not done" : "Marcar como no completado",
|
||||
@@ -313,6 +313,7 @@
|
||||
"Show boards in calendar/tasks" : "Mostrar tableros en calendario/tareas",
|
||||
"Limit board creation to some groups" : "Limitar la creación de tableros a algunos grupos",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Los usuarios fuera de estos grupos no podrán crear sus propios tableros, sin embargo, podrán trabajar en tableros que han sido compartidos con ellos.",
|
||||
"Cancel edit" : "Cacelar edición",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"Edit board" : "Editar tablero",
|
||||
"Clone board" : "Clonar tablero",
|
||||
@@ -338,7 +339,6 @@
|
||||
"No due" : "Sin finalizar",
|
||||
"Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos los tableros",
|
||||
"No results found" : "No se encontraron resultados",
|
||||
"This weekend – {timeLocale}" : "Este fin de semana – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Tablero Deck {name}\n* Última modificación en {lastMod}",
|
||||
"{stack} in {board}" : "{stack} en {board}",
|
||||
"Click to expand description" : "Pulse para expandir la descripción",
|
||||
@@ -358,6 +358,7 @@
|
||||
"upcoming cards" : "próximas tarjetas",
|
||||
"New card" : "Nueva tarjeta",
|
||||
"Due on {date}" : "Vence en {date}",
|
||||
"This weekend – {timeLocale}" : "Este fin de semana – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Mañana – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Hoy, más tarde – {timeLocale}",
|
||||
"Link to a board" : "Enlace a un tablero",
|
||||
|
||||
@@ -45,6 +45,7 @@ OC.L10N.register(
|
||||
"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",
|
||||
"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",
|
||||
"Search by board title" : "Buscar por título de tablero",
|
||||
"Select board" : "Selecciona tablero",
|
||||
@@ -86,7 +87,6 @@ OC.L10N.register(
|
||||
"Remove due date" : "Eliminar fecha de vencimiento",
|
||||
"Select Date" : "Seleccionar fecha",
|
||||
"(group)" : "(grupo)",
|
||||
"Card details" : "Detalles de la tarjeta",
|
||||
"seconds ago" : "segundos",
|
||||
"Keyboard shortcuts" : "Atajos de teclado",
|
||||
"Keyboard shortcut" : "Atajo del teclado",
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
"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",
|
||||
"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",
|
||||
"Search by board title" : "Buscar por título de tablero",
|
||||
"Select board" : "Selecciona tablero",
|
||||
@@ -84,7 +85,6 @@
|
||||
"Remove due date" : "Eliminar fecha de vencimiento",
|
||||
"Select Date" : "Seleccionar fecha",
|
||||
"(group)" : "(grupo)",
|
||||
"Card details" : "Detalles de la tarjeta",
|
||||
"seconds ago" : "segundos",
|
||||
"Keyboard shortcuts" : "Atajos de teclado",
|
||||
"Keyboard shortcut" : "Atajo del teclado",
|
||||
|
||||
@@ -111,6 +111,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
|
||||
"Personal planning and team project organization" : "Planificación personal y organización de proyectos en 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 estilo Kanban destinada a la planificación personal y la organización de proyectos en equipo integrada con Nextcloud.\n \n \n - 📥 Añade tus tareas a tarjetas y ordénalas\n - 📄 Toma notas adicionales en Markdown\n - 🔖 Asigna etiquetas para una mejor organización\n - 👥 Comparte con tu equipo, amigos o familia\n - 📎 Adjunta archivos e incrustarlos en tu descripción en Markdown\n - 💬 Discute con tu equipo usando comentarios\n - ⚡ Sigue los cambios en el flujo de actividad\n - 🚀 Organiza tu proyecto",
|
||||
"Card details" : "Detalles de la tarjeta",
|
||||
"Add board" : "Agregar tablero",
|
||||
"Select the board to link to a project" : "Selecciona el tablero para vincularlo a un proyecto",
|
||||
"Search by board title" : "Buscar por título del tablero",
|
||||
@@ -242,7 +243,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Elementos pendientes",
|
||||
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer",
|
||||
"Edit card title" : "Editar título de la tarjeta",
|
||||
"Card details" : "Detalles de la tarjeta",
|
||||
"Assign to me" : "Asignarme la tarjeta",
|
||||
"Unassign myself" : "Desasignarme la tarjeta",
|
||||
"Delete card" : "Eliminar tarjeta",
|
||||
@@ -263,6 +263,7 @@ OC.L10N.register(
|
||||
"Use bigger card view" : "Usar vista de tarjeta más grande",
|
||||
"Show card ID badge" : "Mostrar identificación de la tarjeta",
|
||||
"Show boards in calendar/tasks" : "Mostrar tableros en calendario/tareas",
|
||||
"Cancel edit" : "Cancelar edición",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"Edit board" : "Editar el tablero",
|
||||
"Clone board" : "Clonar tablero",
|
||||
|
||||
@@ -109,6 +109,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
|
||||
"Personal planning and team project organization" : "Planificación personal y organización de proyectos en 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 estilo Kanban destinada a la planificación personal y la organización de proyectos en equipo integrada con Nextcloud.\n \n \n - 📥 Añade tus tareas a tarjetas y ordénalas\n - 📄 Toma notas adicionales en Markdown\n - 🔖 Asigna etiquetas para una mejor organización\n - 👥 Comparte con tu equipo, amigos o familia\n - 📎 Adjunta archivos e incrustarlos en tu descripción en Markdown\n - 💬 Discute con tu equipo usando comentarios\n - ⚡ Sigue los cambios en el flujo de actividad\n - 🚀 Organiza tu proyecto",
|
||||
"Card details" : "Detalles de la tarjeta",
|
||||
"Add board" : "Agregar tablero",
|
||||
"Select the board to link to a project" : "Selecciona el tablero para vincularlo a un proyecto",
|
||||
"Search by board title" : "Buscar por título del tablero",
|
||||
@@ -240,7 +241,6 @@
|
||||
"Todo items" : "Elementos pendientes",
|
||||
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer",
|
||||
"Edit card title" : "Editar título de la tarjeta",
|
||||
"Card details" : "Detalles de la tarjeta",
|
||||
"Assign to me" : "Asignarme la tarjeta",
|
||||
"Unassign myself" : "Desasignarme la tarjeta",
|
||||
"Delete card" : "Eliminar tarjeta",
|
||||
@@ -261,6 +261,7 @@
|
||||
"Use bigger card view" : "Usar vista de tarjeta más grande",
|
||||
"Show card ID badge" : "Mostrar identificación de la tarjeta",
|
||||
"Show boards in calendar/tasks" : "Mostrar tableros en calendario/tareas",
|
||||
"Cancel edit" : "Cancelar edición",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"Edit board" : "Editar el tablero",
|
||||
"Clone board" : "Clonar tablero",
|
||||
|
||||
@@ -170,6 +170,7 @@ OC.L10N.register(
|
||||
"Space" : "Espacio",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Cancel edit" : "Cancelar edición",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"Edit board" : "Editar el tablero",
|
||||
"Clone board" : "Clonar pizarra",
|
||||
|
||||
@@ -168,6 +168,7 @@
|
||||
"Space" : "Espacio",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
"Cancel edit" : "Cancelar edición",
|
||||
"Board details" : "Detalles del tablero",
|
||||
"Edit board" : "Editar el tablero",
|
||||
"Clone board" : "Clonar pizarra",
|
||||
|
||||
@@ -46,6 +46,7 @@ OC.L10N.register(
|
||||
"Keyboard shortcut" : "Klaviatuuri otsetee",
|
||||
"Search" : "Otsi",
|
||||
"Shared with you" : "Sinuga jagatud",
|
||||
"Cancel edit" : "Loobu muutmisest",
|
||||
"No notifications" : "Märguandeid pole",
|
||||
"An error occurred" : "Tekkis tõrge",
|
||||
"Today" : "Täna",
|
||||
|
||||
@@ -44,6 +44,7 @@
|
||||
"Keyboard shortcut" : "Klaviatuuri otsetee",
|
||||
"Search" : "Otsi",
|
||||
"Shared with you" : "Sinuga jagatud",
|
||||
"Cancel edit" : "Loobu muutmisest",
|
||||
"No notifications" : "Märguandeid pole",
|
||||
"An error occurred" : "Tekkis tõrge",
|
||||
"Today" : "Täna",
|
||||
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Data baliogabea, dataren formatuak UUUU-HH-EE izan behar du",
|
||||
"Personal planning and team project organization" : "Plangintza pertsonala eta talde proiektuen kudeaketa",
|
||||
"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",
|
||||
"Card details" : "Txartelaren xehetasunak",
|
||||
"Add board" : "Gehitu taula",
|
||||
"Select the board to link to a project" : "Hautatu taula proiektu bati estekatzeko",
|
||||
"Search by board title" : "Bilatu taula izenez",
|
||||
@@ -274,7 +275,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Elementuak egiteke",
|
||||
"{count} comments, {unread} unread" : "{count} iruzkin, {unread} irakurri gabe",
|
||||
"Edit card title" : "Editatu txartelaren izenburua",
|
||||
"Card details" : "Txartelaren xehetasunak",
|
||||
"Assign to me" : "Esleitu niri",
|
||||
"Unassign myself" : "Niri esleitzeari utzi",
|
||||
"Mark as not done" : "Markatu ez egindako gisa",
|
||||
@@ -316,6 +316,7 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Erakutsi taulak egutegi/zereginetan",
|
||||
"Limit board creation to some groups" : "Mugatu taulak sortzea talde batzuei",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Talde horietatik kanpo dauden erabiltzaileek ezingo dituzte haien taulak sortu, baina partekatu zaizkien tauletan lan egiten jarraitu ahal izango dute.",
|
||||
"Cancel edit" : "Utzi editatzeari",
|
||||
"Board details" : "Taularen xehetasunak",
|
||||
"Edit board" : "Editatu taula",
|
||||
"Clone board" : "Klonatu taula",
|
||||
@@ -341,7 +342,6 @@ OC.L10N.register(
|
||||
"No due" : "Epemugarik ez",
|
||||
"Search for {searchQuery} in all boards" : "Bilatu {searchQuery} taula guztietan",
|
||||
"No results found" : "Ez da emaitzarik aurkitu",
|
||||
"This weekend – {timeLocale}" : "Hurrengo asteburua – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : " Deck-eko {izena} taula\n* Azken aldaketa {lastMod}-n",
|
||||
"{stack} in {board}" : "{board}-(e)ko {stack}",
|
||||
"Click to expand description" : "Egin klik deskribapena handitzeko",
|
||||
@@ -361,6 +361,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "hurrengo txartelak",
|
||||
"New card" : "Txartel berria",
|
||||
"Due on {date}" : "Iraungitze-data {date}",
|
||||
"This weekend – {timeLocale}" : "Hurrengo asteburua – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Bihar – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Beranduago gaur – {timeLocale}",
|
||||
"Link to a board" : "Estekatu taula batera",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Data baliogabea, dataren formatuak UUUU-HH-EE izan behar du",
|
||||
"Personal planning and team project organization" : "Plangintza pertsonala eta talde proiektuen kudeaketa",
|
||||
"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",
|
||||
"Card details" : "Txartelaren xehetasunak",
|
||||
"Add board" : "Gehitu taula",
|
||||
"Select the board to link to a project" : "Hautatu taula proiektu bati estekatzeko",
|
||||
"Search by board title" : "Bilatu taula izenez",
|
||||
@@ -272,7 +273,6 @@
|
||||
"Todo items" : "Elementuak egiteke",
|
||||
"{count} comments, {unread} unread" : "{count} iruzkin, {unread} irakurri gabe",
|
||||
"Edit card title" : "Editatu txartelaren izenburua",
|
||||
"Card details" : "Txartelaren xehetasunak",
|
||||
"Assign to me" : "Esleitu niri",
|
||||
"Unassign myself" : "Niri esleitzeari utzi",
|
||||
"Mark as not done" : "Markatu ez egindako gisa",
|
||||
@@ -314,6 +314,7 @@
|
||||
"Show boards in calendar/tasks" : "Erakutsi taulak egutegi/zereginetan",
|
||||
"Limit board creation to some groups" : "Mugatu taulak sortzea talde batzuei",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Talde horietatik kanpo dauden erabiltzaileek ezingo dituzte haien taulak sortu, baina partekatu zaizkien tauletan lan egiten jarraitu ahal izango dute.",
|
||||
"Cancel edit" : "Utzi editatzeari",
|
||||
"Board details" : "Taularen xehetasunak",
|
||||
"Edit board" : "Editatu taula",
|
||||
"Clone board" : "Klonatu taula",
|
||||
@@ -339,7 +340,6 @@
|
||||
"No due" : "Epemugarik ez",
|
||||
"Search for {searchQuery} in all boards" : "Bilatu {searchQuery} taula guztietan",
|
||||
"No results found" : "Ez da emaitzarik aurkitu",
|
||||
"This weekend – {timeLocale}" : "Hurrengo asteburua – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : " Deck-eko {izena} taula\n* Azken aldaketa {lastMod}-n",
|
||||
"{stack} in {board}" : "{board}-(e)ko {stack}",
|
||||
"Click to expand description" : "Egin klik deskribapena handitzeko",
|
||||
@@ -359,6 +359,7 @@
|
||||
"upcoming cards" : "hurrengo txartelak",
|
||||
"New card" : "Txartel berria",
|
||||
"Due on {date}" : "Iraungitze-data {date}",
|
||||
"This weekend – {timeLocale}" : "Hurrengo asteburua – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Bihar – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Beranduago gaur – {timeLocale}",
|
||||
"Link to a board" : "Estekatu taula batera",
|
||||
|
||||
@@ -112,6 +112,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "تاریخ نامعتبر است، قالب تاریخ باید YYYY-MM-DD باشد",
|
||||
"Personal planning and team project organization" : "برنامهریزی شخصی و سازماندهی کار گروهی",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "برگهدان یک ابزار سازماندهی سبک کانبان است که هدف آن برنامهریزی شخصی و سازماندهی پروژه برای گروههای مرتبط با Nextcloud است.\n\n\n- 📥 وظایف خود را به برگهها اضافه کنید و آنها را مرتب کنید\n- 📄 یادداشتهای اضافی را در Markdown یادداشت کنید\n- 🔖 برچسبهایی را برای سازماندهی بهتر اختصاص دهید\n- 👥 با گروه، دوستان یا خانوادهٔ خود به اشتراک بگذارید\n- 📎 فایلها را ضمیمه کنید و آنها را در توضیحات Markdown خود قرار دهید\n- 💬 با استفاده از نظرات با تیم خود بحث کنید\n- ⚡ تغییرات در جریان فعالیت را پیگیری کنید\n- 🚀 پروژه خود را سازماندهی کنید",
|
||||
"Card details" : "جزئیات برگه",
|
||||
"Add board" : "افزودن تخته",
|
||||
"Select the board to link to a project" : "تختهای را برای ایجاد پیوند با یک پروژه انتخاب کنید",
|
||||
"Search by board title" : "جستجو بر اساس عنوان تخته",
|
||||
@@ -245,7 +246,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Todo items",
|
||||
"{count} comments, {unread} unread" : "{count} نظر، { خوانده نشده} خوانده نشده",
|
||||
"Edit card title" : "Edit card title",
|
||||
"Card details" : "جزئیات برگه",
|
||||
"Assign to me" : "به من اختصاص دهید",
|
||||
"Unassign myself" : "واگذاری به خودم را لغو میکنم",
|
||||
"Delete card" : "حذف برگه",
|
||||
@@ -267,6 +267,7 @@ OC.L10N.register(
|
||||
"Use bigger card view" : "از نمای برگهٔ بزرگتر استفاده کنید",
|
||||
"Show card ID badge" : "Show card ID badge",
|
||||
"Show boards in calendar/tasks" : "نمایش تابلوها در تقویم/ وظایف",
|
||||
"Cancel edit" : "Cancel edit",
|
||||
"Board details" : "Board details",
|
||||
"Edit board" : "ویرایش تخته",
|
||||
"Clone board" : "تخته شبیهسازی",
|
||||
@@ -292,7 +293,6 @@ OC.L10N.register(
|
||||
"No due" : "No due",
|
||||
"Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards",
|
||||
"No results found" : "هیچ نتیجه ای یافت نشد",
|
||||
"This weekend – {timeLocale}" : "This weekend – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}",
|
||||
"{stack} in {board}" : "{stack} in {board}",
|
||||
"Click to expand description" : "Click to expand description",
|
||||
@@ -310,6 +310,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "upcoming cards",
|
||||
"New card" : "New card",
|
||||
"Due on {date}" : "Due on {date}",
|
||||
"This weekend – {timeLocale}" : "This weekend – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Tomorrow – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Later today – {timeLocale}",
|
||||
"Link to a board" : "Link to a board",
|
||||
|
||||
@@ -110,6 +110,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "تاریخ نامعتبر است، قالب تاریخ باید YYYY-MM-DD باشد",
|
||||
"Personal planning and team project organization" : "برنامهریزی شخصی و سازماندهی کار گروهی",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "برگهدان یک ابزار سازماندهی سبک کانبان است که هدف آن برنامهریزی شخصی و سازماندهی پروژه برای گروههای مرتبط با Nextcloud است.\n\n\n- 📥 وظایف خود را به برگهها اضافه کنید و آنها را مرتب کنید\n- 📄 یادداشتهای اضافی را در Markdown یادداشت کنید\n- 🔖 برچسبهایی را برای سازماندهی بهتر اختصاص دهید\n- 👥 با گروه، دوستان یا خانوادهٔ خود به اشتراک بگذارید\n- 📎 فایلها را ضمیمه کنید و آنها را در توضیحات Markdown خود قرار دهید\n- 💬 با استفاده از نظرات با تیم خود بحث کنید\n- ⚡ تغییرات در جریان فعالیت را پیگیری کنید\n- 🚀 پروژه خود را سازماندهی کنید",
|
||||
"Card details" : "جزئیات برگه",
|
||||
"Add board" : "افزودن تخته",
|
||||
"Select the board to link to a project" : "تختهای را برای ایجاد پیوند با یک پروژه انتخاب کنید",
|
||||
"Search by board title" : "جستجو بر اساس عنوان تخته",
|
||||
@@ -243,7 +244,6 @@
|
||||
"Todo items" : "Todo items",
|
||||
"{count} comments, {unread} unread" : "{count} نظر، { خوانده نشده} خوانده نشده",
|
||||
"Edit card title" : "Edit card title",
|
||||
"Card details" : "جزئیات برگه",
|
||||
"Assign to me" : "به من اختصاص دهید",
|
||||
"Unassign myself" : "واگذاری به خودم را لغو میکنم",
|
||||
"Delete card" : "حذف برگه",
|
||||
@@ -265,6 +265,7 @@
|
||||
"Use bigger card view" : "از نمای برگهٔ بزرگتر استفاده کنید",
|
||||
"Show card ID badge" : "Show card ID badge",
|
||||
"Show boards in calendar/tasks" : "نمایش تابلوها در تقویم/ وظایف",
|
||||
"Cancel edit" : "Cancel edit",
|
||||
"Board details" : "Board details",
|
||||
"Edit board" : "ویرایش تخته",
|
||||
"Clone board" : "تخته شبیهسازی",
|
||||
@@ -290,7 +291,6 @@
|
||||
"No due" : "No due",
|
||||
"Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards",
|
||||
"No results found" : "هیچ نتیجه ای یافت نشد",
|
||||
"This weekend – {timeLocale}" : "This weekend – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}",
|
||||
"{stack} in {board}" : "{stack} in {board}",
|
||||
"Click to expand description" : "Click to expand description",
|
||||
@@ -308,6 +308,7 @@
|
||||
"upcoming cards" : "upcoming cards",
|
||||
"New card" : "New card",
|
||||
"Due on {date}" : "Due on {date}",
|
||||
"This weekend – {timeLocale}" : "This weekend – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Tomorrow – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Later today – {timeLocale}",
|
||||
"Link to a board" : "Link to a board",
|
||||
|
||||
@@ -86,6 +86,7 @@ OC.L10N.register(
|
||||
"Card not found" : "Korttia ei löydy",
|
||||
"Path is already shared with this card" : "Polku on jo jaettu tämän kortin kanssa",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Virheellinen päivä, päivän muodon tulee olla YYYY-MM-DD",
|
||||
"Card details" : "Näytä kortin sisältö",
|
||||
"Add board" : "Lisää taulu",
|
||||
"Select the board to link to a project" : "Valitse projektiin linkitettävä taulu",
|
||||
"Search by board title" : "Hae taulun otsikon mukaan",
|
||||
@@ -202,7 +203,6 @@ OC.L10N.register(
|
||||
"(group)" : "(ryhmä)",
|
||||
"Next week – {timeLocale}" : "Ensi viikko – {timeLocale}",
|
||||
"{count} comments, {unread} unread" : "{count} kommenttia, {unread} lukematonta",
|
||||
"Card details" : "Näytä kortin sisältö",
|
||||
"Assign to me" : "Määritä minulle",
|
||||
"Unassign myself" : "Poista määritys minulta",
|
||||
"Delete card" : "Poista kortti",
|
||||
@@ -216,6 +216,7 @@ OC.L10N.register(
|
||||
"All boards" : "Kaikki taulut",
|
||||
"Archived boards" : "Arkistoidut taulut",
|
||||
"Shared with you" : "Jaettu kanssasi",
|
||||
"Cancel edit" : "Peruuta muokkaus",
|
||||
"Board details" : "Taulun tiedot",
|
||||
"Edit board" : "Muokkaa taulua",
|
||||
"Clone board" : "Monista taulu",
|
||||
@@ -232,7 +233,6 @@ OC.L10N.register(
|
||||
"Tomorrow" : "Huomenna",
|
||||
"Search for {searchQuery} in all boards" : "Hae ehtoja {searchQuery} kaikilta tauluilta",
|
||||
"No results found" : "Ei tuloksia",
|
||||
"This weekend – {timeLocale}" : "Tämä viikonloppu – {timeLocale}",
|
||||
"Click to expand comment" : "Napsauta laajentaaksesi kommentin",
|
||||
"Create a new card" : "Luo uusi kortti",
|
||||
"Card title" : "Kortin otsikko",
|
||||
@@ -243,6 +243,7 @@ OC.L10N.register(
|
||||
"Close" : "Sulje",
|
||||
"No upcoming cards" : "Ei tulevia kortteja",
|
||||
"upcoming cards" : "tulevat kortit",
|
||||
"This weekend – {timeLocale}" : "Tämä viikonloppu – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Huomenna – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Myöhemmin tänään – {timeLocale}",
|
||||
"Link to a board" : "Linkki taululle",
|
||||
|
||||
@@ -84,6 +84,7 @@
|
||||
"Card not found" : "Korttia ei löydy",
|
||||
"Path is already shared with this card" : "Polku on jo jaettu tämän kortin kanssa",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Virheellinen päivä, päivän muodon tulee olla YYYY-MM-DD",
|
||||
"Card details" : "Näytä kortin sisältö",
|
||||
"Add board" : "Lisää taulu",
|
||||
"Select the board to link to a project" : "Valitse projektiin linkitettävä taulu",
|
||||
"Search by board title" : "Hae taulun otsikon mukaan",
|
||||
@@ -200,7 +201,6 @@
|
||||
"(group)" : "(ryhmä)",
|
||||
"Next week – {timeLocale}" : "Ensi viikko – {timeLocale}",
|
||||
"{count} comments, {unread} unread" : "{count} kommenttia, {unread} lukematonta",
|
||||
"Card details" : "Näytä kortin sisältö",
|
||||
"Assign to me" : "Määritä minulle",
|
||||
"Unassign myself" : "Poista määritys minulta",
|
||||
"Delete card" : "Poista kortti",
|
||||
@@ -214,6 +214,7 @@
|
||||
"All boards" : "Kaikki taulut",
|
||||
"Archived boards" : "Arkistoidut taulut",
|
||||
"Shared with you" : "Jaettu kanssasi",
|
||||
"Cancel edit" : "Peruuta muokkaus",
|
||||
"Board details" : "Taulun tiedot",
|
||||
"Edit board" : "Muokkaa taulua",
|
||||
"Clone board" : "Monista taulu",
|
||||
@@ -230,7 +231,6 @@
|
||||
"Tomorrow" : "Huomenna",
|
||||
"Search for {searchQuery} in all boards" : "Hae ehtoja {searchQuery} kaikilta tauluilta",
|
||||
"No results found" : "Ei tuloksia",
|
||||
"This weekend – {timeLocale}" : "Tämä viikonloppu – {timeLocale}",
|
||||
"Click to expand comment" : "Napsauta laajentaaksesi kommentin",
|
||||
"Create a new card" : "Luo uusi kortti",
|
||||
"Card title" : "Kortin otsikko",
|
||||
@@ -241,6 +241,7 @@
|
||||
"Close" : "Sulje",
|
||||
"No upcoming cards" : "Ei tulevia kortteja",
|
||||
"upcoming cards" : "tulevat kortit",
|
||||
"This weekend – {timeLocale}" : "Tämä viikonloppu – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Huomenna – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Myöhemmin tänään – {timeLocale}",
|
||||
"Link to a board" : "Linkki taululle",
|
||||
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Date non valable, le format de la date doit être AAAA-MM-JJ",
|
||||
"Personal planning and team project organization" : "Agenda personnel et organisation projet",
|
||||
"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- 📎 Joignez 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",
|
||||
"Card details" : "Détails de la carte",
|
||||
"Add board" : "Ajouter un tableau",
|
||||
"Select the board to link to a project" : "Sélection le tableau pour faire le lien avec un projet.",
|
||||
"Search by board title" : "Rechercher par titre du tableau",
|
||||
@@ -274,7 +275,6 @@ OC.L10N.register(
|
||||
"Todo items" : "À faire",
|
||||
"{count} comments, {unread} unread" : "{count} commentaires, {unread} non lus",
|
||||
"Edit card title" : "Modifier le titre de la carte",
|
||||
"Card details" : "Détails de la carte",
|
||||
"Assign to me" : "Me l'affecter",
|
||||
"Unassign myself" : "Me désaffecter",
|
||||
"Mark as not done" : "Marquer comme non fait",
|
||||
@@ -316,6 +316,8 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Afficher les tableaux dans les agendas/tâches",
|
||||
"Limit board creation to some groups" : "Limiter la création de tableaux à certains groupes",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Les utilisateurs qui ne font pas partie de ces groupes ne pourront pas créer leurs propres tableaux, mais pourront toujours travailler sur les tableaux qui ont été partagés avec eux.",
|
||||
"Cancel edit" : "Annuler les modifications",
|
||||
"Save board" : "Sauvegarder le tableau",
|
||||
"Board details" : "Détails du tableau",
|
||||
"Edit board" : "Renommer le tableau",
|
||||
"Clone board" : "Dupliquer le tableau",
|
||||
@@ -341,7 +343,6 @@ OC.L10N.register(
|
||||
"No due" : "Sans échéance",
|
||||
"Search for {searchQuery} in all boards" : "Recherche de {searchQuery} dans tous les tableaux",
|
||||
"No results found" : "Aucun résultat",
|
||||
"This weekend – {timeLocale}" : "Ce week-end – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Tableau {name}\n* Dernière modification le {lastMod}",
|
||||
"{stack} in {board}" : "{stack} dans {board}",
|
||||
"Click to expand description" : "Cliquer pour visualiser la description",
|
||||
@@ -361,6 +362,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "prochaines cartes",
|
||||
"New card" : "Nouvelle carte",
|
||||
"Due on {date}" : "Échéance le {date}",
|
||||
"This weekend – {timeLocale}" : "Ce week-end – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Demain – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Plus tard aujourd'hui – {timeLocale}",
|
||||
"Link to a board" : "Relier à un tableau",
|
||||
@@ -377,6 +379,6 @@ OC.L10N.register(
|
||||
"Searching for users, groups and circles …" : "Recherche d'utilisateurs, de groupes et de cercles ...",
|
||||
"(Circle)" : "(Cercle)",
|
||||
"Assign to users/groups/circles" : "Attribuer à des utilisateurs / groupes / cercles",
|
||||
"Filter by completed" : "Filtrer par terminé"
|
||||
"Filter by completed" : "Filtrer par état"
|
||||
},
|
||||
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Date non valable, le format de la date doit être AAAA-MM-JJ",
|
||||
"Personal planning and team project organization" : "Agenda personnel et organisation projet",
|
||||
"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- 📎 Joignez 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",
|
||||
"Card details" : "Détails de la carte",
|
||||
"Add board" : "Ajouter un tableau",
|
||||
"Select the board to link to a project" : "Sélection le tableau pour faire le lien avec un projet.",
|
||||
"Search by board title" : "Rechercher par titre du tableau",
|
||||
@@ -272,7 +273,6 @@
|
||||
"Todo items" : "À faire",
|
||||
"{count} comments, {unread} unread" : "{count} commentaires, {unread} non lus",
|
||||
"Edit card title" : "Modifier le titre de la carte",
|
||||
"Card details" : "Détails de la carte",
|
||||
"Assign to me" : "Me l'affecter",
|
||||
"Unassign myself" : "Me désaffecter",
|
||||
"Mark as not done" : "Marquer comme non fait",
|
||||
@@ -314,6 +314,8 @@
|
||||
"Show boards in calendar/tasks" : "Afficher les tableaux dans les agendas/tâches",
|
||||
"Limit board creation to some groups" : "Limiter la création de tableaux à certains groupes",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Les utilisateurs qui ne font pas partie de ces groupes ne pourront pas créer leurs propres tableaux, mais pourront toujours travailler sur les tableaux qui ont été partagés avec eux.",
|
||||
"Cancel edit" : "Annuler les modifications",
|
||||
"Save board" : "Sauvegarder le tableau",
|
||||
"Board details" : "Détails du tableau",
|
||||
"Edit board" : "Renommer le tableau",
|
||||
"Clone board" : "Dupliquer le tableau",
|
||||
@@ -339,7 +341,6 @@
|
||||
"No due" : "Sans échéance",
|
||||
"Search for {searchQuery} in all boards" : "Recherche de {searchQuery} dans tous les tableaux",
|
||||
"No results found" : "Aucun résultat",
|
||||
"This weekend – {timeLocale}" : "Ce week-end – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Tableau {name}\n* Dernière modification le {lastMod}",
|
||||
"{stack} in {board}" : "{stack} dans {board}",
|
||||
"Click to expand description" : "Cliquer pour visualiser la description",
|
||||
@@ -359,6 +360,7 @@
|
||||
"upcoming cards" : "prochaines cartes",
|
||||
"New card" : "Nouvelle carte",
|
||||
"Due on {date}" : "Échéance le {date}",
|
||||
"This weekend – {timeLocale}" : "Ce week-end – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Demain – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Plus tard aujourd'hui – {timeLocale}",
|
||||
"Link to a board" : "Relier à un tableau",
|
||||
@@ -375,6 +377,6 @@
|
||||
"Searching for users, groups and circles …" : "Recherche d'utilisateurs, de groupes et de cercles ...",
|
||||
"(Circle)" : "(Cercle)",
|
||||
"Assign to users/groups/circles" : "Attribuer à des utilisateurs / groupes / cercles",
|
||||
"Filter by completed" : "Filtrer par terminé"
|
||||
"Filter by completed" : "Filtrer par état"
|
||||
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Dáta neamhbhailí, caithfidh formáid an dáta a bheith BBBB-MM-DD",
|
||||
"Personal planning and team project organization" : "Pleanáil phearsanta agus eagrú tionscadail foirne",
|
||||
"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" : "Is uirlis eagraíochta stíl kanban é Deck atá dírithe ar phleanáil phearsanta agus eagrú tionscadail d'fhoirne atá comhtháite le Nextcloud.\n\n\n- 📥 Cuir do thascanna le cártaí agus cuir in ord iad\n- 📄 Scríobh síos nótaí breise i Markdown\n- 🔖 Sann lipéid le haghaidh eagrú níos fearr fós\n- 👥 Roinn le d'fhoireann, do chairde nó do theaghlach\n- 📎 Ceangail comhaid agus leabaigh iad i do chur síos Markdown\n- 💬 Déan plé le d’fhoireann ag úsáid tuairimí\n- ⚡ Coinnigh súil ar athruithe sa sruth gníomhaíochta\n- 🚀 Eagraigh do thionscadal",
|
||||
"Card details" : "Sonraí cártaí",
|
||||
"Add board" : "Cuir bord leis",
|
||||
"Select the board to link to a project" : "Roghnaigh an clár chun nasc a dhéanamh le tionscadal",
|
||||
"Search by board title" : "Cuardaigh de réir teideal an bhoird",
|
||||
@@ -274,7 +275,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Míreanna le déanamh",
|
||||
"{count} comments, {unread} unread" : "{count} nóta tráchta, {unread} neamhléite",
|
||||
"Edit card title" : "Cuir teideal an chárta in eagar",
|
||||
"Card details" : "Sonraí cártaí",
|
||||
"Assign to me" : "Sann dom",
|
||||
"Unassign myself" : "Díshannadh mé féin",
|
||||
"Mark as not done" : "Marcáil mar nach bhfuil déanta",
|
||||
@@ -316,6 +316,8 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Taispeáin cláir san fhéilire/tascanna",
|
||||
"Limit board creation to some groups" : "Teorainn a chur le cruthú cláir do roinnt grúpaí",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Ní bheidh úsáideoirí taobh amuigh de na grúpaí sin in ann a gcuid boird féin a chruthú, ach beidh siad fós in ann oibriú ar bhoird atá roinnte leo.",
|
||||
"Cancel edit" : "Cealaigh eagarthóireacht",
|
||||
"Save board" : "Sábháil bord",
|
||||
"Board details" : "Sonraí an Bhoird",
|
||||
"Edit board" : "Cuir bord in eagar",
|
||||
"Clone board" : "Clár clón",
|
||||
@@ -341,7 +343,6 @@ OC.L10N.register(
|
||||
"No due" : "Níl dlite",
|
||||
"Search for {searchQuery} in all boards" : "Cuardaigh {searchQuery} i ngach clár",
|
||||
"No results found" : "Níor aimsíodh aon torthaí",
|
||||
"This weekend – {timeLocale}" : "An deireadh seachtaine seo - {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Bord deic {name}\n* Athraithe go deireanach ar {lastMod}",
|
||||
"{stack} in {board}" : "{stack} in {board}",
|
||||
"Click to expand description" : "Cliceáil chun cur síos a leathnú",
|
||||
@@ -361,6 +362,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "cártaí atá le teacht",
|
||||
"New card" : "Cárta nua",
|
||||
"Due on {date}" : "Dlite ar {date}",
|
||||
"This weekend – {timeLocale}" : "An deireadh seachtaine seo - {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Amárach - {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Níos déanaí inniu - {timeLocale}",
|
||||
"Link to a board" : "Nasc le bord",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Dáta neamhbhailí, caithfidh formáid an dáta a bheith BBBB-MM-DD",
|
||||
"Personal planning and team project organization" : "Pleanáil phearsanta agus eagrú tionscadail foirne",
|
||||
"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" : "Is uirlis eagraíochta stíl kanban é Deck atá dírithe ar phleanáil phearsanta agus eagrú tionscadail d'fhoirne atá comhtháite le Nextcloud.\n\n\n- 📥 Cuir do thascanna le cártaí agus cuir in ord iad\n- 📄 Scríobh síos nótaí breise i Markdown\n- 🔖 Sann lipéid le haghaidh eagrú níos fearr fós\n- 👥 Roinn le d'fhoireann, do chairde nó do theaghlach\n- 📎 Ceangail comhaid agus leabaigh iad i do chur síos Markdown\n- 💬 Déan plé le d’fhoireann ag úsáid tuairimí\n- ⚡ Coinnigh súil ar athruithe sa sruth gníomhaíochta\n- 🚀 Eagraigh do thionscadal",
|
||||
"Card details" : "Sonraí cártaí",
|
||||
"Add board" : "Cuir bord leis",
|
||||
"Select the board to link to a project" : "Roghnaigh an clár chun nasc a dhéanamh le tionscadal",
|
||||
"Search by board title" : "Cuardaigh de réir teideal an bhoird",
|
||||
@@ -272,7 +273,6 @@
|
||||
"Todo items" : "Míreanna le déanamh",
|
||||
"{count} comments, {unread} unread" : "{count} nóta tráchta, {unread} neamhléite",
|
||||
"Edit card title" : "Cuir teideal an chárta in eagar",
|
||||
"Card details" : "Sonraí cártaí",
|
||||
"Assign to me" : "Sann dom",
|
||||
"Unassign myself" : "Díshannadh mé féin",
|
||||
"Mark as not done" : "Marcáil mar nach bhfuil déanta",
|
||||
@@ -314,6 +314,8 @@
|
||||
"Show boards in calendar/tasks" : "Taispeáin cláir san fhéilire/tascanna",
|
||||
"Limit board creation to some groups" : "Teorainn a chur le cruthú cláir do roinnt grúpaí",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Ní bheidh úsáideoirí taobh amuigh de na grúpaí sin in ann a gcuid boird féin a chruthú, ach beidh siad fós in ann oibriú ar bhoird atá roinnte leo.",
|
||||
"Cancel edit" : "Cealaigh eagarthóireacht",
|
||||
"Save board" : "Sábháil bord",
|
||||
"Board details" : "Sonraí an Bhoird",
|
||||
"Edit board" : "Cuir bord in eagar",
|
||||
"Clone board" : "Clár clón",
|
||||
@@ -339,7 +341,6 @@
|
||||
"No due" : "Níl dlite",
|
||||
"Search for {searchQuery} in all boards" : "Cuardaigh {searchQuery} i ngach clár",
|
||||
"No results found" : "Níor aimsíodh aon torthaí",
|
||||
"This weekend – {timeLocale}" : "An deireadh seachtaine seo - {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Bord deic {name}\n* Athraithe go deireanach ar {lastMod}",
|
||||
"{stack} in {board}" : "{stack} in {board}",
|
||||
"Click to expand description" : "Cliceáil chun cur síos a leathnú",
|
||||
@@ -359,6 +360,7 @@
|
||||
"upcoming cards" : "cártaí atá le teacht",
|
||||
"New card" : "Cárta nua",
|
||||
"Due on {date}" : "Dlite ar {date}",
|
||||
"This weekend – {timeLocale}" : "An deireadh seachtaine seo - {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Amárach - {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Níos déanaí inniu - {timeLocale}",
|
||||
"Link to a board" : "Nasc le bord",
|
||||
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Data incorrecta, o formato da data debe ser AAAA-MM-DD",
|
||||
"Personal planning and team project organization" : "Planificación persoal e organización de proxectos 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" : "Gabeta é 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 integreos 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",
|
||||
"Card details" : "Detalles da tarxeta",
|
||||
"Add board" : "Engadir taboleiro",
|
||||
"Select the board to link to a project" : "Seleccione o taboleiro para ligar a un proxecto",
|
||||
"Search by board title" : "Buscar polo título do taboleiro",
|
||||
@@ -274,7 +275,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Elementos pendentes",
|
||||
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sen ler",
|
||||
"Edit card title" : "Editar o título da tarxeta",
|
||||
"Card details" : "Detalles da tarxeta",
|
||||
"Assign to me" : "Asignarme",
|
||||
"Unassign myself" : "Desasignarme",
|
||||
"Mark as not done" : "Marcar como sen facer",
|
||||
@@ -316,6 +316,8 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Amosar taboleiros no calendario/tarefas",
|
||||
"Limit board creation to some groups" : "Limitar a creación do taboleiro a algúns grupos",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Os usuarios alleos a eses grupos non poderán crear os seus propios taboleiros, mais aínda poderán traballar en taboleiros que se compartiron con eles.",
|
||||
"Cancel edit" : "Cancelar a edición",
|
||||
"Save board" : "Gardar o taboleiro",
|
||||
"Board details" : "Detalles do taboleiro",
|
||||
"Edit board" : "Editar taboleiro",
|
||||
"Clone board" : "Clonar taboleiro",
|
||||
@@ -341,7 +343,6 @@ OC.L10N.register(
|
||||
"No due" : "Sen caducidade",
|
||||
"Search for {searchQuery} in all boards" : "Resultados de busca para {searchQuery} en todos os taboleiros",
|
||||
"No results found" : "Non se atoparon resultados",
|
||||
"This weekend – {timeLocale}" : "Esta semana – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Taboleiro da Gabeta {name}\n* Última modificación en {lastMod}",
|
||||
"{stack} in {board}" : "{stack} en {board}",
|
||||
"Click to expand description" : "Prema para despregar a descrición",
|
||||
@@ -361,6 +362,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "tarxetas próximas",
|
||||
"New card" : "Nova tarxeta",
|
||||
"Due on {date}" : "Caduca o {date}",
|
||||
"This weekend – {timeLocale}" : "Esta semana – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Mañá – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Hoxe máis tarde – {timeLocale}",
|
||||
"Link to a board" : "Ligazón a un taboleiro",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Data incorrecta, o formato da data debe ser AAAA-MM-DD",
|
||||
"Personal planning and team project organization" : "Planificación persoal e organización de proxectos 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" : "Gabeta é 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 integreos 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",
|
||||
"Card details" : "Detalles da tarxeta",
|
||||
"Add board" : "Engadir taboleiro",
|
||||
"Select the board to link to a project" : "Seleccione o taboleiro para ligar a un proxecto",
|
||||
"Search by board title" : "Buscar polo título do taboleiro",
|
||||
@@ -272,7 +273,6 @@
|
||||
"Todo items" : "Elementos pendentes",
|
||||
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sen ler",
|
||||
"Edit card title" : "Editar o título da tarxeta",
|
||||
"Card details" : "Detalles da tarxeta",
|
||||
"Assign to me" : "Asignarme",
|
||||
"Unassign myself" : "Desasignarme",
|
||||
"Mark as not done" : "Marcar como sen facer",
|
||||
@@ -314,6 +314,8 @@
|
||||
"Show boards in calendar/tasks" : "Amosar taboleiros no calendario/tarefas",
|
||||
"Limit board creation to some groups" : "Limitar a creación do taboleiro a algúns grupos",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Os usuarios alleos a eses grupos non poderán crear os seus propios taboleiros, mais aínda poderán traballar en taboleiros que se compartiron con eles.",
|
||||
"Cancel edit" : "Cancelar a edición",
|
||||
"Save board" : "Gardar o taboleiro",
|
||||
"Board details" : "Detalles do taboleiro",
|
||||
"Edit board" : "Editar taboleiro",
|
||||
"Clone board" : "Clonar taboleiro",
|
||||
@@ -339,7 +341,6 @@
|
||||
"No due" : "Sen caducidade",
|
||||
"Search for {searchQuery} in all boards" : "Resultados de busca para {searchQuery} en todos os taboleiros",
|
||||
"No results found" : "Non se atoparon resultados",
|
||||
"This weekend – {timeLocale}" : "Esta semana – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Taboleiro da Gabeta {name}\n* Última modificación en {lastMod}",
|
||||
"{stack} in {board}" : "{stack} en {board}",
|
||||
"Click to expand description" : "Prema para despregar a descrición",
|
||||
@@ -359,6 +360,7 @@
|
||||
"upcoming cards" : "tarxetas próximas",
|
||||
"New card" : "Nova tarxeta",
|
||||
"Due on {date}" : "Caduca o {date}",
|
||||
"This weekend – {timeLocale}" : "Esta semana – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Mañá – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Hoxe máis tarde – {timeLocale}",
|
||||
"Link to a board" : "Ligazón a un taboleiro",
|
||||
|
||||
@@ -102,6 +102,7 @@ OC.L10N.register(
|
||||
"Path is already shared with this card" : "הנתיב כבר משותף עם הכרטיס הזה",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "תאריך שגוי, תבנית התאריך חייבת להיות YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "ארגון אישי וקבוצתי של מיזמים",
|
||||
"Card details" : "פרטי הכרטיס",
|
||||
"Add board" : "הוספת לוח",
|
||||
"Select the board to link to a project" : "נא לבחור את הלוח לקישור למיזם",
|
||||
"Search by board title" : "חיפוש לפי כותרת לו",
|
||||
@@ -216,7 +217,6 @@ OC.L10N.register(
|
||||
"Select Date" : "בחירת תאריך",
|
||||
"Assign a tag to this card…" : "הקצאת תגית לכרטיס זה…",
|
||||
"(group)" : "(קבוצה)",
|
||||
"Card details" : "פרטי הכרטיס",
|
||||
"Assign to me" : "הקצאה אלי",
|
||||
"Unassign myself" : "לבטל את הקצאת עצמי",
|
||||
"Delete card" : "מחיקת כרטיס לארכיון",
|
||||
@@ -232,6 +232,7 @@ OC.L10N.register(
|
||||
"Shared with you" : "משותף אתך",
|
||||
"Use bigger card view" : "להשתמש בתצוגת כרטיסים גדולה יותר",
|
||||
"Show boards in calendar/tasks" : "הצג הלוחות בלוח השנה/המשימות",
|
||||
"Cancel edit" : "בטל עריכה",
|
||||
"Board details" : "פרטי לוח",
|
||||
"Edit board" : "עריכת לוח",
|
||||
"Clone board" : "שכפל את הלוח",
|
||||
|
||||
@@ -100,6 +100,7 @@
|
||||
"Path is already shared with this card" : "הנתיב כבר משותף עם הכרטיס הזה",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "תאריך שגוי, תבנית התאריך חייבת להיות YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "ארגון אישי וקבוצתי של מיזמים",
|
||||
"Card details" : "פרטי הכרטיס",
|
||||
"Add board" : "הוספת לוח",
|
||||
"Select the board to link to a project" : "נא לבחור את הלוח לקישור למיזם",
|
||||
"Search by board title" : "חיפוש לפי כותרת לו",
|
||||
@@ -214,7 +215,6 @@
|
||||
"Select Date" : "בחירת תאריך",
|
||||
"Assign a tag to this card…" : "הקצאת תגית לכרטיס זה…",
|
||||
"(group)" : "(קבוצה)",
|
||||
"Card details" : "פרטי הכרטיס",
|
||||
"Assign to me" : "הקצאה אלי",
|
||||
"Unassign myself" : "לבטל את הקצאת עצמי",
|
||||
"Delete card" : "מחיקת כרטיס לארכיון",
|
||||
@@ -230,6 +230,7 @@
|
||||
"Shared with you" : "משותף אתך",
|
||||
"Use bigger card view" : "להשתמש בתצוגת כרטיסים גדולה יותר",
|
||||
"Show boards in calendar/tasks" : "הצג הלוחות בלוח השנה/המשימות",
|
||||
"Cancel edit" : "בטל עריכה",
|
||||
"Board details" : "פרטי לוח",
|
||||
"Edit board" : "עריכת לוח",
|
||||
"Clone board" : "שכפל את הלוח",
|
||||
|
||||
@@ -105,6 +105,7 @@ OC.L10N.register(
|
||||
"Path is already shared with this card" : "Put je već podijeljen s ovom karticom",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Nevažeći datum, oblik datuma mora biti GGGG-MM-DD",
|
||||
"Personal planning and team project organization" : "Osobno planiranje i organizacija timskih projekata",
|
||||
"Card details" : "Pojedinosti o kartici",
|
||||
"Add board" : "Dodaj ploču",
|
||||
"Select the board to link to a project" : "Odaberite ploču za povezivanje s projektom",
|
||||
"Search by board title" : "Traži po naslovu ploče",
|
||||
@@ -223,7 +224,6 @@ OC.L10N.register(
|
||||
"Assign a tag to this card…" : "Dodijeli oznaku ovoj kartici...",
|
||||
"(group)" : "(grupa)",
|
||||
"{count} comments, {unread} unread" : "{count} komentara, {unread} nepročitanih",
|
||||
"Card details" : "Pojedinosti o kartici",
|
||||
"Assign to me" : "Dodijeli meni",
|
||||
"Unassign myself" : "Ukloni sebe",
|
||||
"Delete card" : "Izbriši karticu",
|
||||
@@ -239,6 +239,7 @@ OC.L10N.register(
|
||||
"Shared with you" : "Podijeljeno s vama",
|
||||
"Use bigger card view" : "Prikaži veće kartice",
|
||||
"Show boards in calendar/tasks" : "Prikaži ploče u kalendaru/zadacima",
|
||||
"Cancel edit" : "Otkaži uređivanje",
|
||||
"Board details" : "Pojedinosti o ploči",
|
||||
"Edit board" : "Uredi ploču",
|
||||
"Clone board" : "Kloniraj ploču",
|
||||
|
||||
@@ -103,6 +103,7 @@
|
||||
"Path is already shared with this card" : "Put je već podijeljen s ovom karticom",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Nevažeći datum, oblik datuma mora biti GGGG-MM-DD",
|
||||
"Personal planning and team project organization" : "Osobno planiranje i organizacija timskih projekata",
|
||||
"Card details" : "Pojedinosti o kartici",
|
||||
"Add board" : "Dodaj ploču",
|
||||
"Select the board to link to a project" : "Odaberite ploču za povezivanje s projektom",
|
||||
"Search by board title" : "Traži po naslovu ploče",
|
||||
@@ -221,7 +222,6 @@
|
||||
"Assign a tag to this card…" : "Dodijeli oznaku ovoj kartici...",
|
||||
"(group)" : "(grupa)",
|
||||
"{count} comments, {unread} unread" : "{count} komentara, {unread} nepročitanih",
|
||||
"Card details" : "Pojedinosti o kartici",
|
||||
"Assign to me" : "Dodijeli meni",
|
||||
"Unassign myself" : "Ukloni sebe",
|
||||
"Delete card" : "Izbriši karticu",
|
||||
@@ -237,6 +237,7 @@
|
||||
"Shared with you" : "Podijeljeno s vama",
|
||||
"Use bigger card view" : "Prikaži veće kartice",
|
||||
"Show boards in calendar/tasks" : "Prikaži ploče u kalendaru/zadacima",
|
||||
"Cancel edit" : "Otkaži uređivanje",
|
||||
"Board details" : "Pojedinosti o ploči",
|
||||
"Edit board" : "Uredi ploču",
|
||||
"Clone board" : "Kloniraj ploču",
|
||||
|
||||
@@ -116,6 +116,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Érvénytelen dátum, a dátumnak YYYY-MM-DD formátumúnak kell lennie",
|
||||
"Personal planning and team project organization" : "Személyes tervezés és csapatos projektszervezés",
|
||||
"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" : "A Kártyák egy kanban-stílusú szervezőeszköz, amely a személyes tervezést és a csapatok projektszervezését célozza, a Nextcloudba integrálva.\n\n\n- 📥 Saját feladatok kártyákhoz adása, és azok sorrendezése\n- 📄 További jegyzetek leírása Markdownban\n- 🔖 Címkék hozzárendelése a még jobb rendszerezés miatt\n- 👥 Megosztás a csapattal, barátokkal vagy családdal\n- 📎 Fájlok hozzáadása mellékletként, vagy beágyazás a Markdown leírásba\n- 💬 Megbeszélés a csapattal hozzászólások használatával\n- ⚡ A változások követése a tevékenységnaplóban\n- 🚀 Rendszerezze a projektjét",
|
||||
"Card details" : "Kártya részletei",
|
||||
"Add board" : "Tábla hozzáadása",
|
||||
"Select the board to link to a project" : "Válasszon ki egy táblát, amely egy projektre fog hivatkozni",
|
||||
"Search by board title" : "Keresés táblacím szerint",
|
||||
@@ -261,7 +262,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Teendő elemek",
|
||||
"{count} comments, {unread} unread" : "{count} hozzászólás, {unread} olvasatlan",
|
||||
"Edit card title" : "Kártyacím szerkesztése",
|
||||
"Card details" : "Kártya részletei",
|
||||
"Assign to me" : "Hozzám rendelés",
|
||||
"Unassign myself" : "Saját magam hozzárendelésének eltávolítása",
|
||||
"Delete card" : "Kártya törlése",
|
||||
@@ -283,6 +283,7 @@ OC.L10N.register(
|
||||
"Show card ID badge" : "Kártyaazonosító jelvény megjelenítése",
|
||||
"Show boards in calendar/tasks" : "Táblák megjelenítése a naptárak/teendők között",
|
||||
"Limit board creation to some groups" : "A tábla létrehozás bizonyos csoportokra korlátozása",
|
||||
"Cancel edit" : "Változások elvetése",
|
||||
"Board details" : "Tábla részletei",
|
||||
"Edit board" : "Tábla szerkesztése",
|
||||
"Clone board" : "Tábla klónozása",
|
||||
@@ -308,7 +309,6 @@ OC.L10N.register(
|
||||
"No due" : "Nincs határidő",
|
||||
"Search for {searchQuery} in all boards" : "Keresés a(z) {searchQuery} kifejezésre az összes táblában",
|
||||
"No results found" : "Nincs találat",
|
||||
"This weekend – {timeLocale}" : "Ez a hétvége – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "{name} kártyatábla\n* Legutóbb módosítva: {lastMod}",
|
||||
"{stack} in {board}" : "{stack} itt: {board}",
|
||||
"Click to expand description" : "Kattintson a leírás kibontásához",
|
||||
@@ -328,6 +328,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "közelgő kártyák",
|
||||
"New card" : "Új kártya",
|
||||
"Due on {date}" : "Határidő: {date}",
|
||||
"This weekend – {timeLocale}" : "Ez a hétvége – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Holnap – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Később a mai nap – {timeLocale}",
|
||||
"Link to a board" : "Hivatkozás egy táblához",
|
||||
|
||||
@@ -114,6 +114,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Érvénytelen dátum, a dátumnak YYYY-MM-DD formátumúnak kell lennie",
|
||||
"Personal planning and team project organization" : "Személyes tervezés és csapatos projektszervezés",
|
||||
"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" : "A Kártyák egy kanban-stílusú szervezőeszköz, amely a személyes tervezést és a csapatok projektszervezését célozza, a Nextcloudba integrálva.\n\n\n- 📥 Saját feladatok kártyákhoz adása, és azok sorrendezése\n- 📄 További jegyzetek leírása Markdownban\n- 🔖 Címkék hozzárendelése a még jobb rendszerezés miatt\n- 👥 Megosztás a csapattal, barátokkal vagy családdal\n- 📎 Fájlok hozzáadása mellékletként, vagy beágyazás a Markdown leírásba\n- 💬 Megbeszélés a csapattal hozzászólások használatával\n- ⚡ A változások követése a tevékenységnaplóban\n- 🚀 Rendszerezze a projektjét",
|
||||
"Card details" : "Kártya részletei",
|
||||
"Add board" : "Tábla hozzáadása",
|
||||
"Select the board to link to a project" : "Válasszon ki egy táblát, amely egy projektre fog hivatkozni",
|
||||
"Search by board title" : "Keresés táblacím szerint",
|
||||
@@ -259,7 +260,6 @@
|
||||
"Todo items" : "Teendő elemek",
|
||||
"{count} comments, {unread} unread" : "{count} hozzászólás, {unread} olvasatlan",
|
||||
"Edit card title" : "Kártyacím szerkesztése",
|
||||
"Card details" : "Kártya részletei",
|
||||
"Assign to me" : "Hozzám rendelés",
|
||||
"Unassign myself" : "Saját magam hozzárendelésének eltávolítása",
|
||||
"Delete card" : "Kártya törlése",
|
||||
@@ -281,6 +281,7 @@
|
||||
"Show card ID badge" : "Kártyaazonosító jelvény megjelenítése",
|
||||
"Show boards in calendar/tasks" : "Táblák megjelenítése a naptárak/teendők között",
|
||||
"Limit board creation to some groups" : "A tábla létrehozás bizonyos csoportokra korlátozása",
|
||||
"Cancel edit" : "Változások elvetése",
|
||||
"Board details" : "Tábla részletei",
|
||||
"Edit board" : "Tábla szerkesztése",
|
||||
"Clone board" : "Tábla klónozása",
|
||||
@@ -306,7 +307,6 @@
|
||||
"No due" : "Nincs határidő",
|
||||
"Search for {searchQuery} in all boards" : "Keresés a(z) {searchQuery} kifejezésre az összes táblában",
|
||||
"No results found" : "Nincs találat",
|
||||
"This weekend – {timeLocale}" : "Ez a hétvége – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "{name} kártyatábla\n* Legutóbb módosítva: {lastMod}",
|
||||
"{stack} in {board}" : "{stack} itt: {board}",
|
||||
"Click to expand description" : "Kattintson a leírás kibontásához",
|
||||
@@ -326,6 +326,7 @@
|
||||
"upcoming cards" : "közelgő kártyák",
|
||||
"New card" : "Új kártya",
|
||||
"Due on {date}" : "Határidő: {date}",
|
||||
"This weekend – {timeLocale}" : "Ez a hétvége – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Holnap – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Később a mai nap – {timeLocale}",
|
||||
"Link to a board" : "Hivatkozás egy táblához",
|
||||
|
||||
@@ -97,6 +97,7 @@ OC.L10N.register(
|
||||
"Card not found" : "Kartu tidak ditemukan",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Tanggal salah, format tanggal harus TTTT-BB-HH",
|
||||
"Personal planning and team project organization" : "Perencanaan pribadi dan pengelolaan proyek tim",
|
||||
"Card details" : "Detail kartu",
|
||||
"Add board" : "Tambah papan",
|
||||
"Select the board to link to a project" : "Pilih papan untuk ditautkan ke proyek",
|
||||
"Search by board title" : "Cari berdasarkan judul papan",
|
||||
@@ -192,7 +193,6 @@ OC.L10N.register(
|
||||
"Archive card" : "Mengarsipkan kartu",
|
||||
"Assign a tag to this card…" : "Berikan tag pada kartu ini...",
|
||||
"(group)" : "(grup)",
|
||||
"Card details" : "Detail kartu",
|
||||
"Assign to me" : "Tugaskan saya",
|
||||
"Delete card" : "Hapus kartu",
|
||||
"seconds ago" : "beberapa detik yang lalu",
|
||||
@@ -202,6 +202,7 @@ OC.L10N.register(
|
||||
"All boards" : "Semua papan",
|
||||
"Archived boards" : "Papan terarsip",
|
||||
"Shared with you" : "Shared with you",
|
||||
"Cancel edit" : "Batal sunting",
|
||||
"Board details" : "Detail papan",
|
||||
"Edit board" : "Edit papan",
|
||||
"Clone board" : "Pengklonaan papan",
|
||||
|
||||
@@ -95,6 +95,7 @@
|
||||
"Card not found" : "Kartu tidak ditemukan",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Tanggal salah, format tanggal harus TTTT-BB-HH",
|
||||
"Personal planning and team project organization" : "Perencanaan pribadi dan pengelolaan proyek tim",
|
||||
"Card details" : "Detail kartu",
|
||||
"Add board" : "Tambah papan",
|
||||
"Select the board to link to a project" : "Pilih papan untuk ditautkan ke proyek",
|
||||
"Search by board title" : "Cari berdasarkan judul papan",
|
||||
@@ -190,7 +191,6 @@
|
||||
"Archive card" : "Mengarsipkan kartu",
|
||||
"Assign a tag to this card…" : "Berikan tag pada kartu ini...",
|
||||
"(group)" : "(grup)",
|
||||
"Card details" : "Detail kartu",
|
||||
"Assign to me" : "Tugaskan saya",
|
||||
"Delete card" : "Hapus kartu",
|
||||
"seconds ago" : "beberapa detik yang lalu",
|
||||
@@ -200,6 +200,7 @@
|
||||
"All boards" : "Semua papan",
|
||||
"Archived boards" : "Papan terarsip",
|
||||
"Shared with you" : "Shared with you",
|
||||
"Cancel edit" : "Batal sunting",
|
||||
"Board details" : "Detail papan",
|
||||
"Edit board" : "Edit papan",
|
||||
"Clone board" : "Pengklonaan papan",
|
||||
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Ógild dagsetning, dagsetningasniðið verður að vera ÁÁÁÁ-MM-DD",
|
||||
"Personal planning and team project organization" : "Persónuleg áætlanagerð og skipulag verkefnisvinnu",
|
||||
"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" : "Dekk (e. Deck) er skipulagningartól í kanban-stíl sem ætlað er fyrir verkefna- og persónuupplýsingastjórnun hópvinnuteyma innan Nextcloud.\n\n\n- 📥 Settu verkefnin þín á spjöld of raðaðu þeim á ýmsa vegu\n- 📄 Skrifaðu niður minnispunkta í Markdown-kóða\n- 🔖 Úthlutaðu merkjum/skýringum til að bæta skipulagninguna\n- 👥 Deildu með vinnuhópnum, vinum eða fjölskyldu\n- 📎 Hengdu við skrár og ívefðu þær í lýsinguna með Markdown-kóða\n- 💬 Ræddu málin við hópinn þinn með athugasemdum\n- ⚡ Haltu utan um breytingar í virknistreyminu\n- 🚀 Haltu verkefnunum þínum skipulögðum",
|
||||
"Card details" : "Nánar um spjald",
|
||||
"Add board" : "Bæta við borði",
|
||||
"Select the board to link to a project" : "Veldu borðið sem á að tengja við verkefnið",
|
||||
"Search by board title" : "Leita eftir titli borðs",
|
||||
@@ -265,7 +266,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Atriði á verkefnalista",
|
||||
"{count} comments, {unread} unread" : "{count} athugasemdir, {unread} ólesnar",
|
||||
"Edit card title" : "Breyta titli spjalds",
|
||||
"Card details" : "Nánar um spjald",
|
||||
"Assign to me" : "Úthluta mér",
|
||||
"Unassign myself" : "Aftengja úthlutun sjálfs mín",
|
||||
"Mark as not done" : "Merkja sem ólokið",
|
||||
@@ -288,6 +288,7 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Birta borð í dagatali/verkefnum",
|
||||
"Limit board creation to some groups" : "Takmarka gerð borða við suma hópa",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Notendur sem tilheyra ekki þessum hópum eru útilokaðir frá því að útbúa sín eigin borð, en munu samt geta áfram unnið með borð sem hefur verið deilt til þeirra.",
|
||||
"Cancel edit" : "Hætta við breytingar",
|
||||
"Board details" : "Nánar um borð",
|
||||
"Edit board" : "Breyta borði",
|
||||
"Clone board" : "Klóna borð",
|
||||
@@ -313,7 +314,6 @@ OC.L10N.register(
|
||||
"No due" : "Enginn skilatími",
|
||||
"Search for {searchQuery} in all boards" : "Leita að {searchQuery} í öllum borðum",
|
||||
"No results found" : "Engar niðurstöður fundust",
|
||||
"This weekend – {timeLocale}" : "Þessa helgi – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deck-borð {name}\n* Síðast breytt {lastMod}",
|
||||
"{stack} in {board}" : "{stack} á {board}",
|
||||
"Click to expand description" : "Smelltu til að fella út lýsingu",
|
||||
@@ -333,6 +333,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "væntanleg spjöld",
|
||||
"New card" : "Nýtt spjald",
|
||||
"Due on {date}" : "Skilist {date}",
|
||||
"This weekend – {timeLocale}" : "Þessa helgi – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Á morgun – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Síðar í dag – {timeLocale}",
|
||||
"Link to a board" : "Tengill við borð",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Ógild dagsetning, dagsetningasniðið verður að vera ÁÁÁÁ-MM-DD",
|
||||
"Personal planning and team project organization" : "Persónuleg áætlanagerð og skipulag verkefnisvinnu",
|
||||
"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" : "Dekk (e. Deck) er skipulagningartól í kanban-stíl sem ætlað er fyrir verkefna- og persónuupplýsingastjórnun hópvinnuteyma innan Nextcloud.\n\n\n- 📥 Settu verkefnin þín á spjöld of raðaðu þeim á ýmsa vegu\n- 📄 Skrifaðu niður minnispunkta í Markdown-kóða\n- 🔖 Úthlutaðu merkjum/skýringum til að bæta skipulagninguna\n- 👥 Deildu með vinnuhópnum, vinum eða fjölskyldu\n- 📎 Hengdu við skrár og ívefðu þær í lýsinguna með Markdown-kóða\n- 💬 Ræddu málin við hópinn þinn með athugasemdum\n- ⚡ Haltu utan um breytingar í virknistreyminu\n- 🚀 Haltu verkefnunum þínum skipulögðum",
|
||||
"Card details" : "Nánar um spjald",
|
||||
"Add board" : "Bæta við borði",
|
||||
"Select the board to link to a project" : "Veldu borðið sem á að tengja við verkefnið",
|
||||
"Search by board title" : "Leita eftir titli borðs",
|
||||
@@ -263,7 +264,6 @@
|
||||
"Todo items" : "Atriði á verkefnalista",
|
||||
"{count} comments, {unread} unread" : "{count} athugasemdir, {unread} ólesnar",
|
||||
"Edit card title" : "Breyta titli spjalds",
|
||||
"Card details" : "Nánar um spjald",
|
||||
"Assign to me" : "Úthluta mér",
|
||||
"Unassign myself" : "Aftengja úthlutun sjálfs mín",
|
||||
"Mark as not done" : "Merkja sem ólokið",
|
||||
@@ -286,6 +286,7 @@
|
||||
"Show boards in calendar/tasks" : "Birta borð í dagatali/verkefnum",
|
||||
"Limit board creation to some groups" : "Takmarka gerð borða við suma hópa",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Notendur sem tilheyra ekki þessum hópum eru útilokaðir frá því að útbúa sín eigin borð, en munu samt geta áfram unnið með borð sem hefur verið deilt til þeirra.",
|
||||
"Cancel edit" : "Hætta við breytingar",
|
||||
"Board details" : "Nánar um borð",
|
||||
"Edit board" : "Breyta borði",
|
||||
"Clone board" : "Klóna borð",
|
||||
@@ -311,7 +312,6 @@
|
||||
"No due" : "Enginn skilatími",
|
||||
"Search for {searchQuery} in all boards" : "Leita að {searchQuery} í öllum borðum",
|
||||
"No results found" : "Engar niðurstöður fundust",
|
||||
"This weekend – {timeLocale}" : "Þessa helgi – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deck-borð {name}\n* Síðast breytt {lastMod}",
|
||||
"{stack} in {board}" : "{stack} á {board}",
|
||||
"Click to expand description" : "Smelltu til að fella út lýsingu",
|
||||
@@ -331,6 +331,7 @@
|
||||
"upcoming cards" : "væntanleg spjöld",
|
||||
"New card" : "Nýtt spjald",
|
||||
"Due on {date}" : "Skilist {date}",
|
||||
"This weekend – {timeLocale}" : "Þessa helgi – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Á morgun – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Síðar í dag – {timeLocale}",
|
||||
"Link to a board" : "Tengill við borð",
|
||||
|
||||
26
l10n/it.js
26
l10n/it.js
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Data non valida, il formato della data deve essere AAAA-MM-GG",
|
||||
"Personal planning and team project organization" : "Pianificazione personale e organizzazione dei progetti di squadra",
|
||||
"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 è uno strumento di organizzazione in stile kanban destinato alla pianificazione personale e all'organizzazione di progetti per squadre integrato con Nextcloud.\n\n\n- 📥 Aggiungi le tue attività alle schede e tienile in ordine\n- 📄 Scrivi note aggiuntive in Markdown\n- 🔖 Assegna etichette per un'organizzazione ancora migliore\n- 👥 Condividi con la tua squadra, amici o famiglia\n- 📎 Allega file e integrali nella tua descrizione Markdown\n- 💬 Discuti con la tua squadra utilizzando i commenti\n- ⚡ Tieni traccia dei cambiamenti nel flusso delle attività\n- 🚀 Organizza il tuo progetto",
|
||||
"Card details" : "Dettagli scheda",
|
||||
"Add board" : "Aggiungi lavagna",
|
||||
"Select the board to link to a project" : "Seleziona la lavagna da collegare a un progetto",
|
||||
"Search by board title" : "Cerca per titolo della lavagna",
|
||||
@@ -149,8 +150,10 @@ OC.L10N.register(
|
||||
"Filter by tag" : "Filtra per etichette",
|
||||
"Filter by assigned user" : "Filtra per utente assegnato",
|
||||
"Unassigned" : "Non assegnato",
|
||||
"Open" : "Apri",
|
||||
"Completed" : "Completato",
|
||||
"Filter by status" : "Filtra per stato",
|
||||
"Open and completed" : "Aperte e completate",
|
||||
"Open" : "Aperte",
|
||||
"Completed" : "Completate",
|
||||
"Filter by due date" : "Filtra per data di scadenza",
|
||||
"Overdue" : "Scadenza",
|
||||
"Next 24 hours" : "Prossime 24 ore",
|
||||
@@ -161,7 +164,7 @@ OC.L10N.register(
|
||||
"View Modes" : "Modalità di visualizzazione",
|
||||
"Toggle View Modes" : "Cambia modalità di visualizzazione",
|
||||
"Hide archived cards" : "Nascondi le schede archiviate",
|
||||
"Show archived cards" : "Mostra le carte archiviate",
|
||||
"Show archived cards" : "Mostra le schede archiviate",
|
||||
"Toggle compact mode" : "Commuta la modalità compatta",
|
||||
"Hide card cover images" : "Nascondi immagini di copertina della scheda",
|
||||
"Show card cover images" : "Mostra immagini di copertina della scheda",
|
||||
@@ -178,9 +181,12 @@ OC.L10N.register(
|
||||
"Deleted lists" : "Elenchi eliminati",
|
||||
"Undo" : "Annulla",
|
||||
"Deleted cards" : "Schede eliminate",
|
||||
"Share board with a user, group or team …" : "Condividi lavagna con un utente, gruppo o una squadra …",
|
||||
"Searching for users, groups and teams …" : "Ricerca di utenti, gruppi e squadre …",
|
||||
"No participants found" : "Nessun partecipante trovato",
|
||||
"Board owner" : "Proprietario della lavagna",
|
||||
"(Group)" : "(Gruppo)",
|
||||
"(Team)" : "(Squadra)",
|
||||
"Can edit" : "Può modificare",
|
||||
"Can share" : "Può condividere",
|
||||
"Can manage" : "Può gestire",
|
||||
@@ -206,7 +212,9 @@ OC.L10N.register(
|
||||
"title and color value must be provided" : "devono essere forniti il titolo e il valore del colore",
|
||||
"Board name" : "Nome della lavagna",
|
||||
"Members" : "Membri",
|
||||
"Assign to users/groups/team" : "Assegna a utenti/gruppi/squadre",
|
||||
"Assign a user to this card…" : "Assegna un utente a questa scheda…",
|
||||
"Select a user to assign to this card…" : "Seleziona un utente da assegnare a questa scheda…",
|
||||
"Upload new files" : "Carica nuovi file",
|
||||
"Share from Files" : "Condividi da File",
|
||||
"Pending share" : "Condivisione in attesa",
|
||||
@@ -249,8 +257,9 @@ OC.L10N.register(
|
||||
"Add due date" : "Aggiungi data di scadenza",
|
||||
"Choose a date" : "Scegli una data",
|
||||
"Remove due date" : "Rimuovi data di scadenza",
|
||||
"Mark as done" : "Marca come completato",
|
||||
"Mark as done" : "Segna come fatto",
|
||||
"Due at:" : "Scadenza:",
|
||||
"Not done" : "Non fatto",
|
||||
"Unarchive card" : "Recupera lavagna dall'archivio",
|
||||
"Archive card" : "Archivia scheda",
|
||||
"Select Date" : "Seleziona data",
|
||||
@@ -259,13 +268,13 @@ OC.L10N.register(
|
||||
"Set due date for this weekend" : "Imposta scadenza per questo fine settimana",
|
||||
"Set due date for next week" : "Imposta scadenza per la prossima settimana",
|
||||
"Assign a tag to this card…" : "Assegna un'etichetta a questa scheda…",
|
||||
"Select or create a tag…" : "Seleziona o crea un'etichetta…",
|
||||
"Create a new tag:" : "Crea una nuova etichetta:",
|
||||
"(group)" : "(gruppo)",
|
||||
"Next week – {timeLocale}" : "Prossima settimana – {timeLocale}",
|
||||
"Todo items" : "Elementi da fare",
|
||||
"{count} comments, {unread} unread" : "{count} commenti, {unread} non letti",
|
||||
"Edit card title" : "Modifica titolo scheda",
|
||||
"Card details" : "Dettagli scheda",
|
||||
"Assign to me" : "Assegna a me",
|
||||
"Unassign myself" : "Rimuovi assegnazione da me",
|
||||
"Mark as not done" : "Segna come non fatto",
|
||||
@@ -273,6 +282,7 @@ OC.L10N.register(
|
||||
"Card deleted" : "Scheda eliminata",
|
||||
"seconds ago" : "secondi fa",
|
||||
"Keyboard shortcuts" : "Scorciatoie da tastiera",
|
||||
"Boost your productivity using Deck with keyboard shortcuts." : "Migliora la tua produttività usando Deck con le scorciatoie da tastiera.",
|
||||
"Board actions" : "Azioni della lavagna",
|
||||
"Keyboard shortcut" : "Scorciatoia da tastiera",
|
||||
"Action" : "Azione",
|
||||
@@ -306,6 +316,7 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Mostra le lavagne in calendario/attività",
|
||||
"Limit board creation to some groups" : "Limita la creazione di lavagne ad alcuni gruppi",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Gli utenti che non fanno parte di tali gruppi non potranno creare le proprie lavagne, ma saranno ancora in grado di lavorare su quelle che sono state condivise con loro.",
|
||||
"Cancel edit" : "Annulla modifica",
|
||||
"Board details" : "Dettagli lavagna",
|
||||
"Edit board" : "Modifica lavagna",
|
||||
"Clone board" : "Clona lavagna",
|
||||
@@ -331,7 +342,6 @@ OC.L10N.register(
|
||||
"No due" : "Nessuna scadenza",
|
||||
"Search for {searchQuery} in all boards" : "Risultato di ricerca per \"{search}\" in tutte le lavagne",
|
||||
"No results found" : "Nessun risultato trovato",
|
||||
"This weekend – {timeLocale}" : "Questo fine settimana – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Lavagna {name}\n* Ultima modifica: {lastMod}",
|
||||
"{stack} in {board}" : "{stack} in {board}",
|
||||
"Click to expand description" : "Fai clic per espandere la descrizione",
|
||||
@@ -351,6 +361,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "prossime schede",
|
||||
"New card" : "Nuova scheda",
|
||||
"Due on {date}" : "Scadenza: {date}",
|
||||
"This weekend – {timeLocale}" : "Questo fine settimana – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Domani – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Oggi – {timeLocale}",
|
||||
"Link to a board" : "Collega a una lavagna",
|
||||
@@ -366,6 +377,7 @@ OC.L10N.register(
|
||||
"Share" : "Condividi",
|
||||
"Searching for users, groups and circles …" : "Ricerca di utenti, gruppi e cerchie…",
|
||||
"(Circle)" : "(Cerchia)",
|
||||
"Assign to users/groups/circles" : "Assegna a utenti/gruppi/cerchie"
|
||||
"Assign to users/groups/circles" : "Assegna a utenti/gruppi/cerchie",
|
||||
"Filter by completed" : "Filtra per completate"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
26
l10n/it.json
26
l10n/it.json
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Data non valida, il formato della data deve essere AAAA-MM-GG",
|
||||
"Personal planning and team project organization" : "Pianificazione personale e organizzazione dei progetti di squadra",
|
||||
"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 è uno strumento di organizzazione in stile kanban destinato alla pianificazione personale e all'organizzazione di progetti per squadre integrato con Nextcloud.\n\n\n- 📥 Aggiungi le tue attività alle schede e tienile in ordine\n- 📄 Scrivi note aggiuntive in Markdown\n- 🔖 Assegna etichette per un'organizzazione ancora migliore\n- 👥 Condividi con la tua squadra, amici o famiglia\n- 📎 Allega file e integrali nella tua descrizione Markdown\n- 💬 Discuti con la tua squadra utilizzando i commenti\n- ⚡ Tieni traccia dei cambiamenti nel flusso delle attività\n- 🚀 Organizza il tuo progetto",
|
||||
"Card details" : "Dettagli scheda",
|
||||
"Add board" : "Aggiungi lavagna",
|
||||
"Select the board to link to a project" : "Seleziona la lavagna da collegare a un progetto",
|
||||
"Search by board title" : "Cerca per titolo della lavagna",
|
||||
@@ -147,8 +148,10 @@
|
||||
"Filter by tag" : "Filtra per etichette",
|
||||
"Filter by assigned user" : "Filtra per utente assegnato",
|
||||
"Unassigned" : "Non assegnato",
|
||||
"Open" : "Apri",
|
||||
"Completed" : "Completato",
|
||||
"Filter by status" : "Filtra per stato",
|
||||
"Open and completed" : "Aperte e completate",
|
||||
"Open" : "Aperte",
|
||||
"Completed" : "Completate",
|
||||
"Filter by due date" : "Filtra per data di scadenza",
|
||||
"Overdue" : "Scadenza",
|
||||
"Next 24 hours" : "Prossime 24 ore",
|
||||
@@ -159,7 +162,7 @@
|
||||
"View Modes" : "Modalità di visualizzazione",
|
||||
"Toggle View Modes" : "Cambia modalità di visualizzazione",
|
||||
"Hide archived cards" : "Nascondi le schede archiviate",
|
||||
"Show archived cards" : "Mostra le carte archiviate",
|
||||
"Show archived cards" : "Mostra le schede archiviate",
|
||||
"Toggle compact mode" : "Commuta la modalità compatta",
|
||||
"Hide card cover images" : "Nascondi immagini di copertina della scheda",
|
||||
"Show card cover images" : "Mostra immagini di copertina della scheda",
|
||||
@@ -176,9 +179,12 @@
|
||||
"Deleted lists" : "Elenchi eliminati",
|
||||
"Undo" : "Annulla",
|
||||
"Deleted cards" : "Schede eliminate",
|
||||
"Share board with a user, group or team …" : "Condividi lavagna con un utente, gruppo o una squadra …",
|
||||
"Searching for users, groups and teams …" : "Ricerca di utenti, gruppi e squadre …",
|
||||
"No participants found" : "Nessun partecipante trovato",
|
||||
"Board owner" : "Proprietario della lavagna",
|
||||
"(Group)" : "(Gruppo)",
|
||||
"(Team)" : "(Squadra)",
|
||||
"Can edit" : "Può modificare",
|
||||
"Can share" : "Può condividere",
|
||||
"Can manage" : "Può gestire",
|
||||
@@ -204,7 +210,9 @@
|
||||
"title and color value must be provided" : "devono essere forniti il titolo e il valore del colore",
|
||||
"Board name" : "Nome della lavagna",
|
||||
"Members" : "Membri",
|
||||
"Assign to users/groups/team" : "Assegna a utenti/gruppi/squadre",
|
||||
"Assign a user to this card…" : "Assegna un utente a questa scheda…",
|
||||
"Select a user to assign to this card…" : "Seleziona un utente da assegnare a questa scheda…",
|
||||
"Upload new files" : "Carica nuovi file",
|
||||
"Share from Files" : "Condividi da File",
|
||||
"Pending share" : "Condivisione in attesa",
|
||||
@@ -247,8 +255,9 @@
|
||||
"Add due date" : "Aggiungi data di scadenza",
|
||||
"Choose a date" : "Scegli una data",
|
||||
"Remove due date" : "Rimuovi data di scadenza",
|
||||
"Mark as done" : "Marca come completato",
|
||||
"Mark as done" : "Segna come fatto",
|
||||
"Due at:" : "Scadenza:",
|
||||
"Not done" : "Non fatto",
|
||||
"Unarchive card" : "Recupera lavagna dall'archivio",
|
||||
"Archive card" : "Archivia scheda",
|
||||
"Select Date" : "Seleziona data",
|
||||
@@ -257,13 +266,13 @@
|
||||
"Set due date for this weekend" : "Imposta scadenza per questo fine settimana",
|
||||
"Set due date for next week" : "Imposta scadenza per la prossima settimana",
|
||||
"Assign a tag to this card…" : "Assegna un'etichetta a questa scheda…",
|
||||
"Select or create a tag…" : "Seleziona o crea un'etichetta…",
|
||||
"Create a new tag:" : "Crea una nuova etichetta:",
|
||||
"(group)" : "(gruppo)",
|
||||
"Next week – {timeLocale}" : "Prossima settimana – {timeLocale}",
|
||||
"Todo items" : "Elementi da fare",
|
||||
"{count} comments, {unread} unread" : "{count} commenti, {unread} non letti",
|
||||
"Edit card title" : "Modifica titolo scheda",
|
||||
"Card details" : "Dettagli scheda",
|
||||
"Assign to me" : "Assegna a me",
|
||||
"Unassign myself" : "Rimuovi assegnazione da me",
|
||||
"Mark as not done" : "Segna come non fatto",
|
||||
@@ -271,6 +280,7 @@
|
||||
"Card deleted" : "Scheda eliminata",
|
||||
"seconds ago" : "secondi fa",
|
||||
"Keyboard shortcuts" : "Scorciatoie da tastiera",
|
||||
"Boost your productivity using Deck with keyboard shortcuts." : "Migliora la tua produttività usando Deck con le scorciatoie da tastiera.",
|
||||
"Board actions" : "Azioni della lavagna",
|
||||
"Keyboard shortcut" : "Scorciatoia da tastiera",
|
||||
"Action" : "Azione",
|
||||
@@ -304,6 +314,7 @@
|
||||
"Show boards in calendar/tasks" : "Mostra le lavagne in calendario/attività",
|
||||
"Limit board creation to some groups" : "Limita la creazione di lavagne ad alcuni gruppi",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Gli utenti che non fanno parte di tali gruppi non potranno creare le proprie lavagne, ma saranno ancora in grado di lavorare su quelle che sono state condivise con loro.",
|
||||
"Cancel edit" : "Annulla modifica",
|
||||
"Board details" : "Dettagli lavagna",
|
||||
"Edit board" : "Modifica lavagna",
|
||||
"Clone board" : "Clona lavagna",
|
||||
@@ -329,7 +340,6 @@
|
||||
"No due" : "Nessuna scadenza",
|
||||
"Search for {searchQuery} in all boards" : "Risultato di ricerca per \"{search}\" in tutte le lavagne",
|
||||
"No results found" : "Nessun risultato trovato",
|
||||
"This weekend – {timeLocale}" : "Questo fine settimana – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Lavagna {name}\n* Ultima modifica: {lastMod}",
|
||||
"{stack} in {board}" : "{stack} in {board}",
|
||||
"Click to expand description" : "Fai clic per espandere la descrizione",
|
||||
@@ -349,6 +359,7 @@
|
||||
"upcoming cards" : "prossime schede",
|
||||
"New card" : "Nuova scheda",
|
||||
"Due on {date}" : "Scadenza: {date}",
|
||||
"This weekend – {timeLocale}" : "Questo fine settimana – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Domani – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Oggi – {timeLocale}",
|
||||
"Link to a board" : "Collega a una lavagna",
|
||||
@@ -364,6 +375,7 @@
|
||||
"Share" : "Condividi",
|
||||
"Searching for users, groups and circles …" : "Ricerca di utenti, gruppi e cerchie…",
|
||||
"(Circle)" : "(Cerchia)",
|
||||
"Assign to users/groups/circles" : "Assegna a utenti/gruppi/cerchie"
|
||||
"Assign to users/groups/circles" : "Assegna a utenti/gruppi/cerchie",
|
||||
"Filter by completed" : "Filtra per completate"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "日付が無効です。日付形式はYYYY-MM-DDである必要があります",
|
||||
"Personal planning and team project organization" : "個人的な計画とチームのプロジェクト編成",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "DeckはNextcloudと統合された、チームのための個人計画とプロジェクトの組織化を目的としたカンバンスタイルのオーガナイズツールです。\n\n\n- 📥 タスクをカードに追加して整理する\n- 📄 追加のメモをマークダウン形式で書き留める\n- 🔖 より詳細な分類のために追加のラベルを割り当てる\n- 👥 チーム、友達、家族と共有\n- 📎 ファイルを添付し、マークダウンの説明に埋め込む\n- 💬 コメントを使用してチームで話し合う\n- ⚡ アクティビティストリームで変更を追跡する\n- 🚀 プロジェクトを整理する",
|
||||
"Card details" : "カード詳細",
|
||||
"Add board" : "ボードを追加",
|
||||
"Select the board to link to a project" : "プロジェクトにリンクするボードを選択",
|
||||
"Search by board title" : "ボードのタイトルで検索",
|
||||
@@ -274,7 +275,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Todo項目",
|
||||
"{count} comments, {unread} unread" : "コメント {count} 件あり、 {unread} 件未読",
|
||||
"Edit card title" : "カードタイトルを編集する",
|
||||
"Card details" : "カード詳細",
|
||||
"Assign to me" : "自分に割り当てる",
|
||||
"Unassign myself" : "自分への割り当てを解除",
|
||||
"Mark as not done" : "未完成のマーク",
|
||||
@@ -316,6 +316,7 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "カレンダー/タスクでボードを表示する",
|
||||
"Limit board creation to some groups" : "ボード作成は一部のグループに制限する",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "これらのグループ以外のユーザーは、独自のボードを作成することはできませんが、共有されているボードで作業することはできます。",
|
||||
"Cancel edit" : "編集をキャンセル",
|
||||
"Board details" : "ボードの詳細",
|
||||
"Edit board" : "ボードを編集",
|
||||
"Clone board" : "ボードを複製",
|
||||
@@ -341,7 +342,6 @@ OC.L10N.register(
|
||||
"No due" : "日付なし",
|
||||
"Search for {searchQuery} in all boards" : "すべてのボードで{searchQuery}を検索します",
|
||||
"No results found" : "結果が見つかりません",
|
||||
"This weekend – {timeLocale}" : "今週末 – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "デッキボード{name}\n最終更新日:{lastMod}",
|
||||
"{stack} in {board}" : "{board} 内の {stack}",
|
||||
"Click to expand description" : "説明を展開するにはクリックしてください",
|
||||
@@ -361,6 +361,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "今後のカード",
|
||||
"New card" : "新しいカード",
|
||||
"Due on {date}" : "期間{date}",
|
||||
"This weekend – {timeLocale}" : "今週末 – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "明日 – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "今日この後 – {timeLocale}",
|
||||
"Link to a board" : "ボードへのリンク",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "日付が無効です。日付形式はYYYY-MM-DDである必要があります",
|
||||
"Personal planning and team project organization" : "個人的な計画とチームのプロジェクト編成",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "DeckはNextcloudと統合された、チームのための個人計画とプロジェクトの組織化を目的としたカンバンスタイルのオーガナイズツールです。\n\n\n- 📥 タスクをカードに追加して整理する\n- 📄 追加のメモをマークダウン形式で書き留める\n- 🔖 より詳細な分類のために追加のラベルを割り当てる\n- 👥 チーム、友達、家族と共有\n- 📎 ファイルを添付し、マークダウンの説明に埋め込む\n- 💬 コメントを使用してチームで話し合う\n- ⚡ アクティビティストリームで変更を追跡する\n- 🚀 プロジェクトを整理する",
|
||||
"Card details" : "カード詳細",
|
||||
"Add board" : "ボードを追加",
|
||||
"Select the board to link to a project" : "プロジェクトにリンクするボードを選択",
|
||||
"Search by board title" : "ボードのタイトルで検索",
|
||||
@@ -272,7 +273,6 @@
|
||||
"Todo items" : "Todo項目",
|
||||
"{count} comments, {unread} unread" : "コメント {count} 件あり、 {unread} 件未読",
|
||||
"Edit card title" : "カードタイトルを編集する",
|
||||
"Card details" : "カード詳細",
|
||||
"Assign to me" : "自分に割り当てる",
|
||||
"Unassign myself" : "自分への割り当てを解除",
|
||||
"Mark as not done" : "未完成のマーク",
|
||||
@@ -314,6 +314,7 @@
|
||||
"Show boards in calendar/tasks" : "カレンダー/タスクでボードを表示する",
|
||||
"Limit board creation to some groups" : "ボード作成は一部のグループに制限する",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "これらのグループ以外のユーザーは、独自のボードを作成することはできませんが、共有されているボードで作業することはできます。",
|
||||
"Cancel edit" : "編集をキャンセル",
|
||||
"Board details" : "ボードの詳細",
|
||||
"Edit board" : "ボードを編集",
|
||||
"Clone board" : "ボードを複製",
|
||||
@@ -339,7 +340,6 @@
|
||||
"No due" : "日付なし",
|
||||
"Search for {searchQuery} in all boards" : "すべてのボードで{searchQuery}を検索します",
|
||||
"No results found" : "結果が見つかりません",
|
||||
"This weekend – {timeLocale}" : "今週末 – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "デッキボード{name}\n最終更新日:{lastMod}",
|
||||
"{stack} in {board}" : "{board} 内の {stack}",
|
||||
"Click to expand description" : "説明を展開するにはクリックしてください",
|
||||
@@ -359,6 +359,7 @@
|
||||
"upcoming cards" : "今後のカード",
|
||||
"New card" : "新しいカード",
|
||||
"Due on {date}" : "期間{date}",
|
||||
"This weekend – {timeLocale}" : "今週末 – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "明日 – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "今日この後 – {timeLocale}",
|
||||
"Link to a board" : "ボードへのリンク",
|
||||
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Invalid date, date format must be YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "Personal planning and team project organization",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized",
|
||||
"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",
|
||||
@@ -265,7 +266,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Todo items",
|
||||
"{count} comments, {unread} unread" : "{count} comments, {unread} unread",
|
||||
"Edit card title" : "Edit card title",
|
||||
"Card details" : "Card details",
|
||||
"Assign to me" : "Assign to me",
|
||||
"Unassign myself" : "Unassign myself",
|
||||
"Mark as not done" : "Mark as not done",
|
||||
@@ -306,6 +306,7 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Show boards in calendar/tasks",
|
||||
"Limit board creation to some groups" : "Limit board creation to some groups",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.",
|
||||
"Cancel edit" : "Cancel edit",
|
||||
"Board details" : "Board details",
|
||||
"Edit board" : "Edit board",
|
||||
"Clone board" : "Clone board",
|
||||
@@ -331,7 +332,6 @@ OC.L10N.register(
|
||||
"No due" : "No due",
|
||||
"Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards",
|
||||
"No results found" : "No results found",
|
||||
"This weekend – {timeLocale}" : "This weekend – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}",
|
||||
"{stack} in {board}" : "{stack} in {board}",
|
||||
"Click to expand description" : "Click to expand description",
|
||||
@@ -351,6 +351,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "upcoming cards",
|
||||
"New card" : "New card",
|
||||
"Due on {date}" : "Due on {date}",
|
||||
"This weekend – {timeLocale}" : "This weekend – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Tomorrow – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Later today – {timeLocale}",
|
||||
"Link to a board" : "Link to a board",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Invalid date, date format must be YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "Personal planning and team project organization",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized",
|
||||
"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",
|
||||
@@ -263,7 +264,6 @@
|
||||
"Todo items" : "Todo items",
|
||||
"{count} comments, {unread} unread" : "{count} comments, {unread} unread",
|
||||
"Edit card title" : "Edit card title",
|
||||
"Card details" : "Card details",
|
||||
"Assign to me" : "Assign to me",
|
||||
"Unassign myself" : "Unassign myself",
|
||||
"Mark as not done" : "Mark as not done",
|
||||
@@ -304,6 +304,7 @@
|
||||
"Show boards in calendar/tasks" : "Show boards in calendar/tasks",
|
||||
"Limit board creation to some groups" : "Limit board creation to some groups",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.",
|
||||
"Cancel edit" : "Cancel edit",
|
||||
"Board details" : "Board details",
|
||||
"Edit board" : "Edit board",
|
||||
"Clone board" : "Clone board",
|
||||
@@ -329,7 +330,6 @@
|
||||
"No due" : "No due",
|
||||
"Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards",
|
||||
"No results found" : "No results found",
|
||||
"This weekend – {timeLocale}" : "This weekend – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}",
|
||||
"{stack} in {board}" : "{stack} in {board}",
|
||||
"Click to expand description" : "Click to expand description",
|
||||
@@ -349,6 +349,7 @@
|
||||
"upcoming cards" : "upcoming cards",
|
||||
"New card" : "New card",
|
||||
"Due on {date}" : "Due on {date}",
|
||||
"This weekend – {timeLocale}" : "This weekend – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Tomorrow – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Later today – {timeLocale}",
|
||||
"Link to a board" : "Link to a board",
|
||||
|
||||
@@ -27,6 +27,7 @@ OC.L10N.register(
|
||||
"Cancel reply" : "Semmet tiririt.",
|
||||
"Reply" : "Err",
|
||||
"Search" : "Nadi",
|
||||
"Cancel edit" : "Sefsex aseẓreg",
|
||||
"No notifications" : "Ulac tisezmal",
|
||||
"Today" : "Ass-a",
|
||||
"Close" : "Mdel",
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
"Cancel reply" : "Semmet tiririt.",
|
||||
"Reply" : "Err",
|
||||
"Search" : "Nadi",
|
||||
"Cancel edit" : "Sefsex aseẓreg",
|
||||
"No notifications" : "Ulac tisezmal",
|
||||
"Today" : "Ass-a",
|
||||
"Close" : "Mdel",
|
||||
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "잘못된 날짜, YYYY-MM-DD 형식이어야 합니다.",
|
||||
"Personal planning and team project organization" : "개인 기획 및 팀 프로젝트 구성",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck은 Nextcloud와 통합된 팀의 개인 계획 및 프로젝트 구성을 목표로 하는 칸반 스타일 구성 도구입니다.\n\n\n- 📥 카드에 작업을 추가하고 순서대로 정리하세요\n- 📄 Markdown에 추가 메모를 작성하세요.\n- 🔖 더 나은 정리를 위해 라벨을 할당하세요\n- 👥 팀, 친구, 가족과 공유하세요\n- 📎 파일을 첨부하고 Markdown 설명에 포함하세요.\n- 💬 댓글을 사용하여 팀과 토론하세요\n- ⚡ 활동 스트림의 변경 사항을 추적하세요.\n- 🚀 프로젝트를 체계적으로 정리하세요",
|
||||
"Card details" : "카드 세부사항",
|
||||
"Add board" : "보드 추가",
|
||||
"Select the board to link to a project" : "프로젝트에 연결할 보드를 선택하세요.",
|
||||
"Search by board title" : "보드 제목으로 검색",
|
||||
@@ -274,7 +275,6 @@ OC.L10N.register(
|
||||
"Todo items" : "작업 항목",
|
||||
"{count} comments, {unread} unread" : "댓글 {count}개, 읽지 않음 {unread}개",
|
||||
"Edit card title" : "카드 제목 수정",
|
||||
"Card details" : "카드 세부사항",
|
||||
"Assign to me" : "나에게 할당",
|
||||
"Unassign myself" : "스스로를 할당 해제",
|
||||
"Mark as not done" : "완료되지 않은 것으로 표시",
|
||||
@@ -316,6 +316,7 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "캘린더/작업에 보드 표시",
|
||||
"Limit board creation to some groups" : "보드 생성을 일부 그룹으로 제한",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "해당 그룹 외부의 사용자는 자신의 보드를 만들 수 없지만 공유된 보드에서는 계속 작업할 수 있습니다.",
|
||||
"Cancel edit" : "편집 취소",
|
||||
"Board details" : "게시판 정보",
|
||||
"Edit board" : "게시판 편집",
|
||||
"Clone board" : "게시판 복제",
|
||||
@@ -341,7 +342,6 @@ OC.L10N.register(
|
||||
"No due" : "기한 없음",
|
||||
"Search for {searchQuery} in all boards" : "모든 게시판에서 {searchQuery}를 검색하세요",
|
||||
"No results found" : "결과 없음",
|
||||
"This weekend – {timeLocale}" : "이번 주말 – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "데크 보드 {name}\n* 마지막 수정일 {lastMod}",
|
||||
"{stack} in {board}" : "{board}의 {stack}",
|
||||
"Click to expand description" : "설명을 더 보려면 클릭하세요.",
|
||||
@@ -361,6 +361,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "곧 있을 카드",
|
||||
"New card" : "새로운 카드",
|
||||
"Due on {date}" : "마감일: {date}",
|
||||
"This weekend – {timeLocale}" : "이번 주말 – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "내일 – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "오늘 나중 – {timeLocale}",
|
||||
"Link to a board" : "보드에 연결",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "잘못된 날짜, YYYY-MM-DD 형식이어야 합니다.",
|
||||
"Personal planning and team project organization" : "개인 기획 및 팀 프로젝트 구성",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck은 Nextcloud와 통합된 팀의 개인 계획 및 프로젝트 구성을 목표로 하는 칸반 스타일 구성 도구입니다.\n\n\n- 📥 카드에 작업을 추가하고 순서대로 정리하세요\n- 📄 Markdown에 추가 메모를 작성하세요.\n- 🔖 더 나은 정리를 위해 라벨을 할당하세요\n- 👥 팀, 친구, 가족과 공유하세요\n- 📎 파일을 첨부하고 Markdown 설명에 포함하세요.\n- 💬 댓글을 사용하여 팀과 토론하세요\n- ⚡ 활동 스트림의 변경 사항을 추적하세요.\n- 🚀 프로젝트를 체계적으로 정리하세요",
|
||||
"Card details" : "카드 세부사항",
|
||||
"Add board" : "보드 추가",
|
||||
"Select the board to link to a project" : "프로젝트에 연결할 보드를 선택하세요.",
|
||||
"Search by board title" : "보드 제목으로 검색",
|
||||
@@ -272,7 +273,6 @@
|
||||
"Todo items" : "작업 항목",
|
||||
"{count} comments, {unread} unread" : "댓글 {count}개, 읽지 않음 {unread}개",
|
||||
"Edit card title" : "카드 제목 수정",
|
||||
"Card details" : "카드 세부사항",
|
||||
"Assign to me" : "나에게 할당",
|
||||
"Unassign myself" : "스스로를 할당 해제",
|
||||
"Mark as not done" : "완료되지 않은 것으로 표시",
|
||||
@@ -314,6 +314,7 @@
|
||||
"Show boards in calendar/tasks" : "캘린더/작업에 보드 표시",
|
||||
"Limit board creation to some groups" : "보드 생성을 일부 그룹으로 제한",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "해당 그룹 외부의 사용자는 자신의 보드를 만들 수 없지만 공유된 보드에서는 계속 작업할 수 있습니다.",
|
||||
"Cancel edit" : "편집 취소",
|
||||
"Board details" : "게시판 정보",
|
||||
"Edit board" : "게시판 편집",
|
||||
"Clone board" : "게시판 복제",
|
||||
@@ -339,7 +340,6 @@
|
||||
"No due" : "기한 없음",
|
||||
"Search for {searchQuery} in all boards" : "모든 게시판에서 {searchQuery}를 검색하세요",
|
||||
"No results found" : "결과 없음",
|
||||
"This weekend – {timeLocale}" : "이번 주말 – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "데크 보드 {name}\n* 마지막 수정일 {lastMod}",
|
||||
"{stack} in {board}" : "{board}의 {stack}",
|
||||
"Click to expand description" : "설명을 더 보려면 클릭하세요.",
|
||||
@@ -359,6 +359,7 @@
|
||||
"upcoming cards" : "곧 있을 카드",
|
||||
"New card" : "새로운 카드",
|
||||
"Due on {date}" : "마감일: {date}",
|
||||
"This weekend – {timeLocale}" : "이번 주말 – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "내일 – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "오늘 나중 – {timeLocale}",
|
||||
"Link to a board" : "보드에 연결",
|
||||
|
||||
@@ -98,6 +98,7 @@ OC.L10N.register(
|
||||
"Path is already shared with this card" : "Kelias jau yra bendrinamas su šia kortele",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Netinkama data, datos formatas privalo būti MMMM-mm-dd",
|
||||
"Personal planning and team project organization" : "Asmeninis planavimas ir komandinių projektų organizavimas",
|
||||
"Card details" : "Išsamiau apie kortelę",
|
||||
"Add board" : "Pridėti lentą",
|
||||
"Select the board to link to a project" : "Pasirinkite lentą, kurią susieti su projektu",
|
||||
"Search by board title" : "Ieškoti pagal lentos pavadinimą",
|
||||
@@ -214,7 +215,6 @@ OC.L10N.register(
|
||||
"(group)" : "(grupė)",
|
||||
"Next week – {timeLocale}" : "Kitą savaitę – {timeLocale}",
|
||||
"{count} comments, {unread} unread" : "Komentarų: {count}, neskaityta: {unread}",
|
||||
"Card details" : "Išsamiau apie kortelę",
|
||||
"Assign to me" : "Priskirti sau",
|
||||
"Delete card" : "Ištrinti kortelę",
|
||||
"Card deleted" : "Kortelė ištrinta",
|
||||
@@ -230,6 +230,7 @@ OC.L10N.register(
|
||||
"Shared with you" : "Bendrinama su jumis",
|
||||
"Use bigger card view" : "Naudoti didesnį kortelių rodinį",
|
||||
"Show boards in calendar/tasks" : "Rodyti darbus kalendoriuje/užduotyse",
|
||||
"Cancel edit" : "Atsisakyti taisymo",
|
||||
"Board details" : "Išsamiau apie lentą",
|
||||
"Edit board" : "Taisyti lentą",
|
||||
"Clone board" : "Dubliuoti lentą",
|
||||
@@ -251,7 +252,6 @@ OC.L10N.register(
|
||||
"Tomorrow" : "Rytoj",
|
||||
"No due" : "Be galutinio termino",
|
||||
"No results found" : "Nerasta jokių rezultatų",
|
||||
"This weekend – {timeLocale}" : "Šį savaitgalį – {timeLocale}",
|
||||
"Create a new card" : "Sukurti naują kortelę",
|
||||
"Card title" : "Kortelės pavadinimas",
|
||||
"Create card" : "Sukurti kortelę",
|
||||
@@ -260,6 +260,8 @@ OC.L10N.register(
|
||||
"Open card" : "Atverti kortelę",
|
||||
"Close" : "Užverti",
|
||||
"Due on {date}" : "Galutinis terminas {date}",
|
||||
"This weekend – {timeLocale}" : "Šį savaitgalį – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Rytoj – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Šiandien vėliau – {timeLocale}",
|
||||
"Link to a board" : "Susieti su lenta",
|
||||
"Link to a card" : "Susieti su kortele",
|
||||
|
||||
@@ -96,6 +96,7 @@
|
||||
"Path is already shared with this card" : "Kelias jau yra bendrinamas su šia kortele",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Netinkama data, datos formatas privalo būti MMMM-mm-dd",
|
||||
"Personal planning and team project organization" : "Asmeninis planavimas ir komandinių projektų organizavimas",
|
||||
"Card details" : "Išsamiau apie kortelę",
|
||||
"Add board" : "Pridėti lentą",
|
||||
"Select the board to link to a project" : "Pasirinkite lentą, kurią susieti su projektu",
|
||||
"Search by board title" : "Ieškoti pagal lentos pavadinimą",
|
||||
@@ -212,7 +213,6 @@
|
||||
"(group)" : "(grupė)",
|
||||
"Next week – {timeLocale}" : "Kitą savaitę – {timeLocale}",
|
||||
"{count} comments, {unread} unread" : "Komentarų: {count}, neskaityta: {unread}",
|
||||
"Card details" : "Išsamiau apie kortelę",
|
||||
"Assign to me" : "Priskirti sau",
|
||||
"Delete card" : "Ištrinti kortelę",
|
||||
"Card deleted" : "Kortelė ištrinta",
|
||||
@@ -228,6 +228,7 @@
|
||||
"Shared with you" : "Bendrinama su jumis",
|
||||
"Use bigger card view" : "Naudoti didesnį kortelių rodinį",
|
||||
"Show boards in calendar/tasks" : "Rodyti darbus kalendoriuje/užduotyse",
|
||||
"Cancel edit" : "Atsisakyti taisymo",
|
||||
"Board details" : "Išsamiau apie lentą",
|
||||
"Edit board" : "Taisyti lentą",
|
||||
"Clone board" : "Dubliuoti lentą",
|
||||
@@ -249,7 +250,6 @@
|
||||
"Tomorrow" : "Rytoj",
|
||||
"No due" : "Be galutinio termino",
|
||||
"No results found" : "Nerasta jokių rezultatų",
|
||||
"This weekend – {timeLocale}" : "Šį savaitgalį – {timeLocale}",
|
||||
"Create a new card" : "Sukurti naują kortelę",
|
||||
"Card title" : "Kortelės pavadinimas",
|
||||
"Create card" : "Sukurti kortelę",
|
||||
@@ -258,6 +258,8 @@
|
||||
"Open card" : "Atverti kortelę",
|
||||
"Close" : "Užverti",
|
||||
"Due on {date}" : "Galutinis terminas {date}",
|
||||
"This weekend – {timeLocale}" : "Šį savaitgalį – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Rytoj – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Šiandien vėliau – {timeLocale}",
|
||||
"Link to a board" : "Susieti su lenta",
|
||||
"Link to a card" : "Susieti su kortele",
|
||||
|
||||
@@ -21,6 +21,7 @@ OC.L10N.register(
|
||||
"Do you want to overwrite it?" : "Vai tu gribi pārrakstīt to?",
|
||||
"Open" : "Atvērt",
|
||||
"Completed" : "Pabeigts",
|
||||
"Clear filter" : "Notīrīt atlasi",
|
||||
"Hide archived cards" : "Slēpt arhivētās kartes",
|
||||
"Show archived cards" : "Rādīt arhivētās kartes",
|
||||
"Open details" : "Atvērt detaļas",
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
"Do you want to overwrite it?" : "Vai tu gribi pārrakstīt to?",
|
||||
"Open" : "Atvērt",
|
||||
"Completed" : "Pabeigts",
|
||||
"Clear filter" : "Notīrīt atlasi",
|
||||
"Hide archived cards" : "Slēpt arhivētās kartes",
|
||||
"Show archived cards" : "Rādīt arhivētās kartes",
|
||||
"Open details" : "Atvērt detaļas",
|
||||
|
||||
@@ -98,6 +98,7 @@ OC.L10N.register(
|
||||
"Path is already shared with this card" : "Патеката веќе е споделена со оваа картица",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Невалиден датум, форматот мора да биде ГГГГ-ММ-ДД",
|
||||
"Personal planning and team project organization" : "Персонален планер и тимски проект организер",
|
||||
"Card details" : "Детали за картица",
|
||||
"Add board" : "Додади табла",
|
||||
"Select the board to link to a project" : "Избери табла за поврзување со проект",
|
||||
"Search by board title" : "Барај по име на табла",
|
||||
@@ -213,7 +214,6 @@ OC.L10N.register(
|
||||
"Select Date" : "Избери датум",
|
||||
"Assign a tag to this card…" : "Додади ознака на оваа картица...",
|
||||
"(group)" : "(group)",
|
||||
"Card details" : "Детали за картица",
|
||||
"Assign to me" : "Доделени мене",
|
||||
"Unassign myself" : "Откажи се",
|
||||
"Delete card" : "Избриши картица",
|
||||
@@ -230,6 +230,7 @@ OC.L10N.register(
|
||||
"Shared with you" : "Споделено со тебе",
|
||||
"Use bigger card view" : "Користи поголем преглед на картици",
|
||||
"Show boards in calendar/tasks" : "Прикажи ги таблите во календарнот",
|
||||
"Cancel edit" : "Откажи ажурирање",
|
||||
"Board details" : "Детали за таблата",
|
||||
"Edit board" : "Измени табла",
|
||||
"Clone board" : "Клонирај табла",
|
||||
|
||||
@@ -96,6 +96,7 @@
|
||||
"Path is already shared with this card" : "Патеката веќе е споделена со оваа картица",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Невалиден датум, форматот мора да биде ГГГГ-ММ-ДД",
|
||||
"Personal planning and team project organization" : "Персонален планер и тимски проект организер",
|
||||
"Card details" : "Детали за картица",
|
||||
"Add board" : "Додади табла",
|
||||
"Select the board to link to a project" : "Избери табла за поврзување со проект",
|
||||
"Search by board title" : "Барај по име на табла",
|
||||
@@ -211,7 +212,6 @@
|
||||
"Select Date" : "Избери датум",
|
||||
"Assign a tag to this card…" : "Додади ознака на оваа картица...",
|
||||
"(group)" : "(group)",
|
||||
"Card details" : "Детали за картица",
|
||||
"Assign to me" : "Доделени мене",
|
||||
"Unassign myself" : "Откажи се",
|
||||
"Delete card" : "Избриши картица",
|
||||
@@ -228,6 +228,7 @@
|
||||
"Shared with you" : "Споделено со тебе",
|
||||
"Use bigger card view" : "Користи поголем преглед на картици",
|
||||
"Show boards in calendar/tasks" : "Прикажи ги таблите во календарнот",
|
||||
"Cancel edit" : "Откажи ажурирање",
|
||||
"Board details" : "Детали за таблата",
|
||||
"Edit board" : "Измени табла",
|
||||
"Clone board" : "Клонирај табла",
|
||||
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Feil dato, dato må være i formatet YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "Personlig planlegging og organisering av prosjekter i team",
|
||||
"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" : "Stokk er et kanban inspirert verktøy for organisering for personlig planlegging og prosjekt organisering for team integrert med Nextcloud.\n\n\n- 📥 Legg til oppgaver på kort og hold orden på disse.\n- 📄 Legg til notater.\n- 🔖 Tildel merke for enda bedre organisering.\n- 👥 Del med team, venner eller familile.\n- 📎 Legg ved filer som kan integreres i beskrivelser.\n- 💬 Diskuter med ditt team ved å bruke kommentarer.\n- ⚡ Hold oversikt over endringer i aktivitetsstrøm.\n- 🚀 Få dine prosjekt organisert.",
|
||||
"Card details" : "Kort-detaljer",
|
||||
"Add board" : "Legg til tavle",
|
||||
"Select the board to link to a project" : "Velg tavle som skal lenkes til prosjekt",
|
||||
"Search by board title" : "Søk på tittel på tavle",
|
||||
@@ -274,7 +275,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Gjøremålspunkter",
|
||||
"{count} comments, {unread} unread" : "{count} kommentarer, {unread} ulest",
|
||||
"Edit card title" : "Rediger korttittel",
|
||||
"Card details" : "Kort-detaljer",
|
||||
"Assign to me" : "Tildel meg",
|
||||
"Unassign myself" : "Fjern meg fra tildeling",
|
||||
"Mark as not done" : "Marker som ikke ferdig",
|
||||
@@ -316,6 +316,7 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Vis tavler i kalender/oppgaver",
|
||||
"Limit board creation to some groups" : "Begrene oppretting av kort til enkelte grupper",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Brukere utenfor disse gruppene vil ikke kunne opprette sine egne tavler, men vil fortsatt kunne jobbe på tavler som har blitt delt med dem.",
|
||||
"Cancel edit" : "Avbryt endring",
|
||||
"Board details" : "Forumseksjonsdetaljer",
|
||||
"Edit board" : "Rediger tavle",
|
||||
"Clone board" : "Klon tavle",
|
||||
@@ -341,7 +342,6 @@ OC.L10N.register(
|
||||
"No due" : "Ingen forfall",
|
||||
"Search for {searchQuery} in all boards" : "Søk etter {searchQuery} i alle tavler",
|
||||
"No results found" : "Ingen resultater funnet",
|
||||
"This weekend – {timeLocale}" : "Denne helgen – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Stokktavle {name}\n* Sist endret {lastMod}",
|
||||
"{stack} in {board}" : "{stack} i {board}",
|
||||
"Click to expand description" : "Klikk for å utvide beskrivelsen",
|
||||
@@ -361,6 +361,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "kommende kort",
|
||||
"New card" : "Nytt kort",
|
||||
"Due on {date}" : "Utløper {date}",
|
||||
"This weekend – {timeLocale}" : "Denne helgen – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "I morgen – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Senere i dag – {timeLocale}",
|
||||
"Link to a board" : "Lenke til tavle",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Feil dato, dato må være i formatet YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "Personlig planlegging og organisering av prosjekter i team",
|
||||
"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" : "Stokk er et kanban inspirert verktøy for organisering for personlig planlegging og prosjekt organisering for team integrert med Nextcloud.\n\n\n- 📥 Legg til oppgaver på kort og hold orden på disse.\n- 📄 Legg til notater.\n- 🔖 Tildel merke for enda bedre organisering.\n- 👥 Del med team, venner eller familile.\n- 📎 Legg ved filer som kan integreres i beskrivelser.\n- 💬 Diskuter med ditt team ved å bruke kommentarer.\n- ⚡ Hold oversikt over endringer i aktivitetsstrøm.\n- 🚀 Få dine prosjekt organisert.",
|
||||
"Card details" : "Kort-detaljer",
|
||||
"Add board" : "Legg til tavle",
|
||||
"Select the board to link to a project" : "Velg tavle som skal lenkes til prosjekt",
|
||||
"Search by board title" : "Søk på tittel på tavle",
|
||||
@@ -272,7 +273,6 @@
|
||||
"Todo items" : "Gjøremålspunkter",
|
||||
"{count} comments, {unread} unread" : "{count} kommentarer, {unread} ulest",
|
||||
"Edit card title" : "Rediger korttittel",
|
||||
"Card details" : "Kort-detaljer",
|
||||
"Assign to me" : "Tildel meg",
|
||||
"Unassign myself" : "Fjern meg fra tildeling",
|
||||
"Mark as not done" : "Marker som ikke ferdig",
|
||||
@@ -314,6 +314,7 @@
|
||||
"Show boards in calendar/tasks" : "Vis tavler i kalender/oppgaver",
|
||||
"Limit board creation to some groups" : "Begrene oppretting av kort til enkelte grupper",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Brukere utenfor disse gruppene vil ikke kunne opprette sine egne tavler, men vil fortsatt kunne jobbe på tavler som har blitt delt med dem.",
|
||||
"Cancel edit" : "Avbryt endring",
|
||||
"Board details" : "Forumseksjonsdetaljer",
|
||||
"Edit board" : "Rediger tavle",
|
||||
"Clone board" : "Klon tavle",
|
||||
@@ -339,7 +340,6 @@
|
||||
"No due" : "Ingen forfall",
|
||||
"Search for {searchQuery} in all boards" : "Søk etter {searchQuery} i alle tavler",
|
||||
"No results found" : "Ingen resultater funnet",
|
||||
"This weekend – {timeLocale}" : "Denne helgen – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Stokktavle {name}\n* Sist endret {lastMod}",
|
||||
"{stack} in {board}" : "{stack} i {board}",
|
||||
"Click to expand description" : "Klikk for å utvide beskrivelsen",
|
||||
@@ -359,6 +359,7 @@
|
||||
"upcoming cards" : "kommende kort",
|
||||
"New card" : "Nytt kort",
|
||||
"Due on {date}" : "Utløper {date}",
|
||||
"This weekend – {timeLocale}" : "Denne helgen – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "I morgen – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Senere i dag – {timeLocale}",
|
||||
"Link to a board" : "Lenke til tavle",
|
||||
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Ongeldige datum, formaat is YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "Persoonlijke planning en inrichting voor teamproject",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck is een soort kanban organisatietool gericht op persoonlijke planning en projectorganisatie voor teams geïntegreerd in Nextcloud.\n\n\n- 📥 Voeg taken toe aan kaarten en sorteer ze\n- 📄 Schrijf extra notities in Markdown\n- 🔖 Ken labels toe voor betere organisatie\n- 👥 Deel met je team, vrienden of familie\n- 📎 Voeg bestanden toe en plaats ze in je Markdown beschrijving\n- 💬 Discussieer binnen je team met reacties\n- ⚡ Volg de wijzigingen in het activiteiten kanaal\n- 🚀 Organiseer je project",
|
||||
"Card details" : "Kaart details",
|
||||
"Add board" : "Toevoegen bord",
|
||||
"Select the board to link to a project" : "Kies het bord om met een project te verbinden",
|
||||
"Search by board title" : "Zoeken op bord-titel",
|
||||
@@ -265,7 +266,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Te doen onderwerpen",
|
||||
"{count} comments, {unread} unread" : "{count} reacties, {unread} ongelezen",
|
||||
"Edit card title" : "Wijzig de titel van de kaart",
|
||||
"Card details" : "Kaart details",
|
||||
"Assign to me" : "Aan mij toewijzen",
|
||||
"Unassign myself" : "Eigen toewijzing opheffen",
|
||||
"Mark as not done" : "Markeren als niet gedaan",
|
||||
@@ -287,6 +287,7 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Toon borden in agenda/taken",
|
||||
"Limit board creation to some groups" : "Beperk het maken van borden tot enkele groepen",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Gebruikers buiten die groepen zullen geen eigen borden kunnen maken, maar ze zullen nog steeds kunnen werken aan borden die met hen zijn gedeeld.",
|
||||
"Cancel edit" : "Annuleer bewerking",
|
||||
"Board details" : "Bord details",
|
||||
"Edit board" : "Bewerk bord",
|
||||
"Clone board" : "Dupliceer bord",
|
||||
@@ -312,7 +313,6 @@ OC.L10N.register(
|
||||
"No due" : "Geen vervallen",
|
||||
"Search for {searchQuery} in all boards" : "Zoek naar {searchQuery} in alle borden",
|
||||
"No results found" : "Geen resultaten gevonden",
|
||||
"This weekend – {timeLocale}" : "Dit weekend - {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deckplank {name}\n* Laatst gewijzigd op {lastMod}",
|
||||
"{stack} in {board}" : "{stack} in {board}",
|
||||
"Click to expand description" : "Klik om de beschrijving uit te vouwen",
|
||||
@@ -332,6 +332,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "Aanstaande kaarten",
|
||||
"New card" : "Nieuwe kaart",
|
||||
"Due on {date}" : "Vervalt op {date}",
|
||||
"This weekend – {timeLocale}" : "Dit weekend - {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Morgen - {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Later vandaag – {timeLocale}",
|
||||
"Link to a board" : "Verbind met een bord",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Ongeldige datum, formaat is YYYY-MM-DD",
|
||||
"Personal planning and team project organization" : "Persoonlijke planning en inrichting voor teamproject",
|
||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck is een soort kanban organisatietool gericht op persoonlijke planning en projectorganisatie voor teams geïntegreerd in Nextcloud.\n\n\n- 📥 Voeg taken toe aan kaarten en sorteer ze\n- 📄 Schrijf extra notities in Markdown\n- 🔖 Ken labels toe voor betere organisatie\n- 👥 Deel met je team, vrienden of familie\n- 📎 Voeg bestanden toe en plaats ze in je Markdown beschrijving\n- 💬 Discussieer binnen je team met reacties\n- ⚡ Volg de wijzigingen in het activiteiten kanaal\n- 🚀 Organiseer je project",
|
||||
"Card details" : "Kaart details",
|
||||
"Add board" : "Toevoegen bord",
|
||||
"Select the board to link to a project" : "Kies het bord om met een project te verbinden",
|
||||
"Search by board title" : "Zoeken op bord-titel",
|
||||
@@ -263,7 +264,6 @@
|
||||
"Todo items" : "Te doen onderwerpen",
|
||||
"{count} comments, {unread} unread" : "{count} reacties, {unread} ongelezen",
|
||||
"Edit card title" : "Wijzig de titel van de kaart",
|
||||
"Card details" : "Kaart details",
|
||||
"Assign to me" : "Aan mij toewijzen",
|
||||
"Unassign myself" : "Eigen toewijzing opheffen",
|
||||
"Mark as not done" : "Markeren als niet gedaan",
|
||||
@@ -285,6 +285,7 @@
|
||||
"Show boards in calendar/tasks" : "Toon borden in agenda/taken",
|
||||
"Limit board creation to some groups" : "Beperk het maken van borden tot enkele groepen",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Gebruikers buiten die groepen zullen geen eigen borden kunnen maken, maar ze zullen nog steeds kunnen werken aan borden die met hen zijn gedeeld.",
|
||||
"Cancel edit" : "Annuleer bewerking",
|
||||
"Board details" : "Bord details",
|
||||
"Edit board" : "Bewerk bord",
|
||||
"Clone board" : "Dupliceer bord",
|
||||
@@ -310,7 +311,6 @@
|
||||
"No due" : "Geen vervallen",
|
||||
"Search for {searchQuery} in all boards" : "Zoek naar {searchQuery} in alle borden",
|
||||
"No results found" : "Geen resultaten gevonden",
|
||||
"This weekend – {timeLocale}" : "Dit weekend - {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deckplank {name}\n* Laatst gewijzigd op {lastMod}",
|
||||
"{stack} in {board}" : "{stack} in {board}",
|
||||
"Click to expand description" : "Klik om de beschrijving uit te vouwen",
|
||||
@@ -330,6 +330,7 @@
|
||||
"upcoming cards" : "Aanstaande kaarten",
|
||||
"New card" : "Nieuwe kaart",
|
||||
"Due on {date}" : "Vervalt op {date}",
|
||||
"This weekend – {timeLocale}" : "Dit weekend - {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Morgen - {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Later vandaag – {timeLocale}",
|
||||
"Link to a board" : "Verbind met een bord",
|
||||
|
||||
@@ -50,6 +50,7 @@ OC.L10N.register(
|
||||
"Keyboard shortcut" : "Acorchis de clavièr",
|
||||
"Search" : "Recercar",
|
||||
"Shared with you" : "Shared with you",
|
||||
"Cancel edit" : "Anullar la modificacion",
|
||||
"No notifications" : "Cap de notificacion",
|
||||
"An error occurred" : "Una error s’es producha",
|
||||
"Today" : "Uèi",
|
||||
|
||||
@@ -48,6 +48,7 @@
|
||||
"Keyboard shortcut" : "Acorchis de clavièr",
|
||||
"Search" : "Recercar",
|
||||
"Shared with you" : "Shared with you",
|
||||
"Cancel edit" : "Anullar la modificacion",
|
||||
"No notifications" : "Cap de notificacion",
|
||||
"An error occurred" : "Una error s’es producha",
|
||||
"Today" : "Uèi",
|
||||
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Nieprawidłowa data, format daty to RRRR-MM-DD",
|
||||
"Personal planning and team project organization" : "Indywidualne planowanie i organizacja projektu zespołowego",
|
||||
"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" : "Tablica to narzędzie organizacyjne w stylu kanban, którego celem jest osobiste planowanie i organizacja projektu dla zespołów zintegrowanych z Nextcloud.\n\n\n- 📥 Dodaj swoje zadania do kart i porządkuj je\n- 📄 Zapisuj dodatkowe notatki w Markdown\n- 🔖 Przypisuj etykiety dla jeszcze lepszej organizacji\n- 👥 Współdziel ze swoim zespołem, przyjaciółmi lub rodziną\n- 📎 Dołączaj pliki i umieszczaj je w opisie Markdown\n- 💬 Porozmawiaj ze swoim zespołem za pomocą komentarzy\n- ⚡ Śledź zmiany w strumieniu aktywności\n- 🚀 Organizuj swój projekt",
|
||||
"Card details" : "Szczegóły karty",
|
||||
"Add board" : "Dodaj tablicę",
|
||||
"Select the board to link to a project" : "Wybierz tablicę, aby połączyć się z projektem",
|
||||
"Search by board title" : "Szukaj według tytułu tablicy",
|
||||
@@ -265,7 +266,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Do zrobienia",
|
||||
"{count} comments, {unread} unread" : "Komentarze: {count}, nieprzeczytane: {unread}",
|
||||
"Edit card title" : "Edytuj nazwę karty",
|
||||
"Card details" : "Szczegóły karty",
|
||||
"Assign to me" : "Przydziel do mnie",
|
||||
"Unassign myself" : "Cofnij moje przypisanie",
|
||||
"Mark as not done" : "Oznacz jako niewykonane",
|
||||
@@ -288,6 +288,7 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Pokaż tablice w kalendarzu/zadaniach",
|
||||
"Limit board creation to some groups" : "Ogranicz tworzenie tablic dla niektórych grup",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Użytkownicy spoza tych grup nie będą mogli tworzyć własnych tablic, ale nadal będą mogli pracować na tablicach, które zostały im udostępnione.",
|
||||
"Cancel edit" : "Anuluj edycję",
|
||||
"Board details" : "Szczegóły tablicy",
|
||||
"Edit board" : "Edytuj tablicę",
|
||||
"Clone board" : "Klonuj tablicę",
|
||||
@@ -313,7 +314,6 @@ OC.L10N.register(
|
||||
"No due" : "Bez ważności",
|
||||
"Search for {searchQuery} in all boards" : "Wyszukaj dla {searchQuery} na wszystkich tablicach",
|
||||
"No results found" : "Nie znaleziono wyników",
|
||||
"This weekend – {timeLocale}" : "W ten weekend – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Tablica {name}\n* Ostatnia modyfikacja w dniu {lastMod}",
|
||||
"{stack} in {board}" : "{stack} na {board}",
|
||||
"Click to expand description" : "Kliknij, aby rozwinąć opis",
|
||||
@@ -333,6 +333,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "nadchodzące karty",
|
||||
"New card" : "Nowa karta",
|
||||
"Due on {date}" : "Termin {date}",
|
||||
"This weekend – {timeLocale}" : "W ten weekend – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Jutro – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Później dzisiaj – {timeLocale}",
|
||||
"Link to a board" : "Link do tablicy",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Nieprawidłowa data, format daty to RRRR-MM-DD",
|
||||
"Personal planning and team project organization" : "Indywidualne planowanie i organizacja projektu zespołowego",
|
||||
"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" : "Tablica to narzędzie organizacyjne w stylu kanban, którego celem jest osobiste planowanie i organizacja projektu dla zespołów zintegrowanych z Nextcloud.\n\n\n- 📥 Dodaj swoje zadania do kart i porządkuj je\n- 📄 Zapisuj dodatkowe notatki w Markdown\n- 🔖 Przypisuj etykiety dla jeszcze lepszej organizacji\n- 👥 Współdziel ze swoim zespołem, przyjaciółmi lub rodziną\n- 📎 Dołączaj pliki i umieszczaj je w opisie Markdown\n- 💬 Porozmawiaj ze swoim zespołem za pomocą komentarzy\n- ⚡ Śledź zmiany w strumieniu aktywności\n- 🚀 Organizuj swój projekt",
|
||||
"Card details" : "Szczegóły karty",
|
||||
"Add board" : "Dodaj tablicę",
|
||||
"Select the board to link to a project" : "Wybierz tablicę, aby połączyć się z projektem",
|
||||
"Search by board title" : "Szukaj według tytułu tablicy",
|
||||
@@ -263,7 +264,6 @@
|
||||
"Todo items" : "Do zrobienia",
|
||||
"{count} comments, {unread} unread" : "Komentarze: {count}, nieprzeczytane: {unread}",
|
||||
"Edit card title" : "Edytuj nazwę karty",
|
||||
"Card details" : "Szczegóły karty",
|
||||
"Assign to me" : "Przydziel do mnie",
|
||||
"Unassign myself" : "Cofnij moje przypisanie",
|
||||
"Mark as not done" : "Oznacz jako niewykonane",
|
||||
@@ -286,6 +286,7 @@
|
||||
"Show boards in calendar/tasks" : "Pokaż tablice w kalendarzu/zadaniach",
|
||||
"Limit board creation to some groups" : "Ogranicz tworzenie tablic dla niektórych grup",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Użytkownicy spoza tych grup nie będą mogli tworzyć własnych tablic, ale nadal będą mogli pracować na tablicach, które zostały im udostępnione.",
|
||||
"Cancel edit" : "Anuluj edycję",
|
||||
"Board details" : "Szczegóły tablicy",
|
||||
"Edit board" : "Edytuj tablicę",
|
||||
"Clone board" : "Klonuj tablicę",
|
||||
@@ -311,7 +312,6 @@
|
||||
"No due" : "Bez ważności",
|
||||
"Search for {searchQuery} in all boards" : "Wyszukaj dla {searchQuery} na wszystkich tablicach",
|
||||
"No results found" : "Nie znaleziono wyników",
|
||||
"This weekend – {timeLocale}" : "W ten weekend – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Tablica {name}\n* Ostatnia modyfikacja w dniu {lastMod}",
|
||||
"{stack} in {board}" : "{stack} na {board}",
|
||||
"Click to expand description" : "Kliknij, aby rozwinąć opis",
|
||||
@@ -331,6 +331,7 @@
|
||||
"upcoming cards" : "nadchodzące karty",
|
||||
"New card" : "Nowa karta",
|
||||
"Due on {date}" : "Termin {date}",
|
||||
"This weekend – {timeLocale}" : "W ten weekend – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Jutro – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Później dzisiaj – {timeLocale}",
|
||||
"Link to a board" : "Link do tablicy",
|
||||
|
||||
@@ -120,6 +120,7 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Data inválida, o formato da data deve ser AAAA-MM-DD",
|
||||
"Personal planning and team project organization" : "Planejamento pessoal e organização de projetos em equipe",
|
||||
"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" : "O Deck é uma ferramenta de organização ao estilo kanban voltada para o planejamento pessoal e para a organização de projetos para equipes, integrada ao Nextcloud.\n\n\n- 📥Adicione suas tarefas aos cartões e coloque-os em ordem\n- 📄 Escreva notas adicionais formatadas em Markdown \n- 🔖 Atribua rótulos para uma organização ainda melhor\n- 👥 Compartilhe com sua equipe, seus amigos ou sua família\n- 📎 Anexe arquivos e incorpore-os à sua descrição em Markdown\n- 💬 Discuta com sua equipe usando comentários\n- ⚡ Acompanhe as alterações no fluxo de atividades \n- 🚀 Organize seu projeto ",
|
||||
"Card details" : "Detalhes do cartão",
|
||||
"Add board" : "Adicionar painel",
|
||||
"Select the board to link to a project" : "Selecione o painel para vincular a um projeto",
|
||||
"Search by board title" : "Pesquisar pelo título do painel",
|
||||
@@ -274,7 +275,6 @@ OC.L10N.register(
|
||||
"Todo items" : "Itens a fazer",
|
||||
"{count} comments, {unread} unread" : "{count} comentários, {unread} não lidos",
|
||||
"Edit card title" : "Editar título do cartão",
|
||||
"Card details" : "Detalhes do cartão",
|
||||
"Assign to me" : "Atribuir a mim",
|
||||
"Unassign myself" : "Desatribuir-me",
|
||||
"Mark as not done" : "Marcar como não concluído",
|
||||
@@ -316,6 +316,8 @@ OC.L10N.register(
|
||||
"Show boards in calendar/tasks" : "Exibir os painéis em calendários/tarefas",
|
||||
"Limit board creation to some groups" : "Limitar a criação de quadros a alguns grupos",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Os usuários fora desses grupos não poderão criar seus próprios painéis, mas ainda poderão trabalhar nos painéis que foram compartilhados com eles.",
|
||||
"Cancel edit" : "Cancelar edição",
|
||||
"Save board" : "Salvar quadro",
|
||||
"Board details" : "Detalhes do painel",
|
||||
"Edit board" : "Editar painel",
|
||||
"Clone board" : "Clonar painel",
|
||||
@@ -341,7 +343,6 @@ OC.L10N.register(
|
||||
"No due" : "Sem vencimento",
|
||||
"Search for {searchQuery} in all boards" : "Pesquisar por {searchQuery} em todos os painéis",
|
||||
"No results found" : "Nenhum resultado encontrado",
|
||||
"This weekend – {timeLocale}" : "Este fim de semana – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Quadros de aviso Deck {name}\n* Última modificação em {lastMod}",
|
||||
"{stack} in {board}" : "{stack} em {board}",
|
||||
"Click to expand description" : "Clique para expandir a descrição",
|
||||
@@ -361,6 +362,7 @@ OC.L10N.register(
|
||||
"upcoming cards" : "próximos cartões",
|
||||
"New card" : "New card",
|
||||
"Due on {date}" : "Vencimento em {date}",
|
||||
"This weekend – {timeLocale}" : "Este fim de semana – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Amanhã – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Mais tarde hoje – {timeLocale}",
|
||||
"Link to a board" : "Vincular a um painel",
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Data inválida, o formato da data deve ser AAAA-MM-DD",
|
||||
"Personal planning and team project organization" : "Planejamento pessoal e organização de projetos em equipe",
|
||||
"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" : "O Deck é uma ferramenta de organização ao estilo kanban voltada para o planejamento pessoal e para a organização de projetos para equipes, integrada ao Nextcloud.\n\n\n- 📥Adicione suas tarefas aos cartões e coloque-os em ordem\n- 📄 Escreva notas adicionais formatadas em Markdown \n- 🔖 Atribua rótulos para uma organização ainda melhor\n- 👥 Compartilhe com sua equipe, seus amigos ou sua família\n- 📎 Anexe arquivos e incorpore-os à sua descrição em Markdown\n- 💬 Discuta com sua equipe usando comentários\n- ⚡ Acompanhe as alterações no fluxo de atividades \n- 🚀 Organize seu projeto ",
|
||||
"Card details" : "Detalhes do cartão",
|
||||
"Add board" : "Adicionar painel",
|
||||
"Select the board to link to a project" : "Selecione o painel para vincular a um projeto",
|
||||
"Search by board title" : "Pesquisar pelo título do painel",
|
||||
@@ -272,7 +273,6 @@
|
||||
"Todo items" : "Itens a fazer",
|
||||
"{count} comments, {unread} unread" : "{count} comentários, {unread} não lidos",
|
||||
"Edit card title" : "Editar título do cartão",
|
||||
"Card details" : "Detalhes do cartão",
|
||||
"Assign to me" : "Atribuir a mim",
|
||||
"Unassign myself" : "Desatribuir-me",
|
||||
"Mark as not done" : "Marcar como não concluído",
|
||||
@@ -314,6 +314,8 @@
|
||||
"Show boards in calendar/tasks" : "Exibir os painéis em calendários/tarefas",
|
||||
"Limit board creation to some groups" : "Limitar a criação de quadros a alguns grupos",
|
||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Os usuários fora desses grupos não poderão criar seus próprios painéis, mas ainda poderão trabalhar nos painéis que foram compartilhados com eles.",
|
||||
"Cancel edit" : "Cancelar edição",
|
||||
"Save board" : "Salvar quadro",
|
||||
"Board details" : "Detalhes do painel",
|
||||
"Edit board" : "Editar painel",
|
||||
"Clone board" : "Clonar painel",
|
||||
@@ -339,7 +341,6 @@
|
||||
"No due" : "Sem vencimento",
|
||||
"Search for {searchQuery} in all boards" : "Pesquisar por {searchQuery} em todos os painéis",
|
||||
"No results found" : "Nenhum resultado encontrado",
|
||||
"This weekend – {timeLocale}" : "Este fim de semana – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Quadros de aviso Deck {name}\n* Última modificação em {lastMod}",
|
||||
"{stack} in {board}" : "{stack} em {board}",
|
||||
"Click to expand description" : "Clique para expandir a descrição",
|
||||
@@ -359,6 +360,7 @@
|
||||
"upcoming cards" : "próximos cartões",
|
||||
"New card" : "New card",
|
||||
"Due on {date}" : "Vencimento em {date}",
|
||||
"This weekend – {timeLocale}" : "Este fim de semana – {timeLocale}",
|
||||
"Tomorrow – {timeLocale}" : "Amanhã – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Mais tarde hoje – {timeLocale}",
|
||||
"Link to a board" : "Vincular a um painel",
|
||||
|
||||
@@ -106,12 +106,15 @@ OC.L10N.register(
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Data inválida, o formato da data deve ser AAAA-MM-DD",
|
||||
"Personal planning and team project organization" : "Planeamento pessoal e organização de projetos em equipa",
|
||||
"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" : "Quadro é uma ferramenta de organização ao estilo kanban voltada para o planeamento pessoal e organização de projetos para equipas integradas no Nextcloud.\n\n\n- 📥Adicione as suas tarefas aos cartões e coloque-as em ordem\n- 📄 Escreva notas adicionais em Markdown\n- 🔖 Atribua etiquetas para uma organização ainda melhor\n- 👥 Compartilhe com a sua equipa, amigos ou família\n- 📎 Anexe ficheiros e incorpore-os à descrição em Markdown\n- 💬 Debata com a sua equipa usando comentários\n- ⚡ Acompanhe as mudanças no fluxo de atividades \n- 🚀 Organize o seu projeto",
|
||||
"Card details" : "Detalhes do cartão",
|
||||
"Add board" : "Adicionar quadro",
|
||||
"Cancel" : "Cancelar",
|
||||
"File already exists" : "O ficheiro já existe",
|
||||
"Add card" : "Adicionar um cartão",
|
||||
"Active filters" : "Filtros ativos",
|
||||
"Open" : "Abrir",
|
||||
"Completed" : "Concluída",
|
||||
"Clear filter" : "Limpar filtro",
|
||||
"Hide archived cards" : "Esconder cartões arquivados",
|
||||
"Show archived cards" : "Mostrar cartões arquivados",
|
||||
"Details" : "Detalhes",
|
||||
@@ -128,6 +131,7 @@ OC.L10N.register(
|
||||
"Edit" : "Editar",
|
||||
"Members" : "Membros",
|
||||
"Download" : "Transferir",
|
||||
"Invalid path selected" : "Caminho inválido selecionado",
|
||||
"Attachments" : "Anexos",
|
||||
"Comments" : "Comentários",
|
||||
"Modified" : "Modificado",
|
||||
@@ -140,7 +144,6 @@ OC.L10N.register(
|
||||
"Archive card" : "Arquivar cartão",
|
||||
"Select Date" : "Escolha a data",
|
||||
"(group)" : "(grupo)",
|
||||
"Card details" : "Detalhes do cartão",
|
||||
"Delete card" : "Eliminar cartão",
|
||||
"seconds ago" : "segundos atrás",
|
||||
"Keyboard shortcuts" : "Atalhos de teclado",
|
||||
|
||||
@@ -104,12 +104,15 @@
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "Data inválida, o formato da data deve ser AAAA-MM-DD",
|
||||
"Personal planning and team project organization" : "Planeamento pessoal e organização de projetos em equipa",
|
||||
"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" : "Quadro é uma ferramenta de organização ao estilo kanban voltada para o planeamento pessoal e organização de projetos para equipas integradas no Nextcloud.\n\n\n- 📥Adicione as suas tarefas aos cartões e coloque-as em ordem\n- 📄 Escreva notas adicionais em Markdown\n- 🔖 Atribua etiquetas para uma organização ainda melhor\n- 👥 Compartilhe com a sua equipa, amigos ou família\n- 📎 Anexe ficheiros e incorpore-os à descrição em Markdown\n- 💬 Debata com a sua equipa usando comentários\n- ⚡ Acompanhe as mudanças no fluxo de atividades \n- 🚀 Organize o seu projeto",
|
||||
"Card details" : "Detalhes do cartão",
|
||||
"Add board" : "Adicionar quadro",
|
||||
"Cancel" : "Cancelar",
|
||||
"File already exists" : "O ficheiro já existe",
|
||||
"Add card" : "Adicionar um cartão",
|
||||
"Active filters" : "Filtros ativos",
|
||||
"Open" : "Abrir",
|
||||
"Completed" : "Concluída",
|
||||
"Clear filter" : "Limpar filtro",
|
||||
"Hide archived cards" : "Esconder cartões arquivados",
|
||||
"Show archived cards" : "Mostrar cartões arquivados",
|
||||
"Details" : "Detalhes",
|
||||
@@ -126,6 +129,7 @@
|
||||
"Edit" : "Editar",
|
||||
"Members" : "Membros",
|
||||
"Download" : "Transferir",
|
||||
"Invalid path selected" : "Caminho inválido selecionado",
|
||||
"Attachments" : "Anexos",
|
||||
"Comments" : "Comentários",
|
||||
"Modified" : "Modificado",
|
||||
@@ -138,7 +142,6 @@
|
||||
"Archive card" : "Arquivar cartão",
|
||||
"Select Date" : "Escolha a data",
|
||||
"(group)" : "(grupo)",
|
||||
"Card details" : "Detalhes do cartão",
|
||||
"Delete card" : "Eliminar cartão",
|
||||
"seconds ago" : "segundos atrás",
|
||||
"Keyboard shortcuts" : "Atalhos de teclado",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user