Compare commits
44 Commits
6408-updat
...
backport/6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c846880a1e | ||
|
|
acaaccda05 | ||
|
|
67b378fda5 | ||
|
|
827b7da7c2 | ||
|
|
e01149cd81 | ||
|
|
4b594be8f0 | ||
|
|
b570dd8880 | ||
|
|
afc92908fd | ||
|
|
58bc1a87b1 | ||
|
|
dbbd57e443 | ||
|
|
0d42750d19 | ||
|
|
c56170f76f | ||
|
|
c56aeba3d3 | ||
|
|
ca4e0c122b | ||
|
|
05939792a1 | ||
|
|
5cbd91649b | ||
|
|
61d58fb4eb | ||
|
|
5aa2428e2d | ||
|
|
d35d8e5a50 | ||
|
|
71fe340fad | ||
|
|
6f3f391a04 | ||
|
|
50dea78147 | ||
|
|
3f3b1a11d7 | ||
|
|
c29686feec | ||
|
|
086617563d | ||
|
|
c7d7f2e5fe | ||
|
|
ac19f517c5 | ||
|
|
9a738ee7ac | ||
|
|
b81c249164 | ||
|
|
20f74812ea | ||
|
|
63709be9ad | ||
|
|
a94efb4905 | ||
|
|
412a5d183e | ||
|
|
e144303e26 | ||
|
|
fdb3a29256 | ||
|
|
de760ac6fa | ||
|
|
1e20832cd6 | ||
|
|
8e77849027 | ||
|
|
147dadd1ab | ||
|
|
bd39df04f6 | ||
|
|
12f30e946e | ||
|
|
01a6f93730 | ||
|
|
c72bec7220 | ||
|
|
c9a5f9e79b |
34
.github/dependabot.yml
vendored
34
.github/dependabot.yml
vendored
@@ -13,23 +13,6 @@ updates:
|
|||||||
- juliushaertl
|
- juliushaertl
|
||||||
- luka-nextcloud
|
- luka-nextcloud
|
||||||
|
|
||||||
- package-ecosystem: npm
|
|
||||||
target-branch: stable30
|
|
||||||
versioning-strategy: lockfile-only
|
|
||||||
directory: "/"
|
|
||||||
schedule:
|
|
||||||
interval: weekly
|
|
||||||
day: saturday
|
|
||||||
time: "03:00"
|
|
||||||
timezone: Europe/Paris
|
|
||||||
ignore:
|
|
||||||
- dependency-name: "*"
|
|
||||||
update-types: ["version-update:semver-major"]
|
|
||||||
open-pull-requests-limit: 30
|
|
||||||
labels:
|
|
||||||
- 3. to review
|
|
||||||
- dependencies
|
|
||||||
|
|
||||||
- package-ecosystem: npm
|
- package-ecosystem: npm
|
||||||
target-branch: stable29
|
target-branch: stable29
|
||||||
versioning-strategy: lockfile-only
|
versioning-strategy: lockfile-only
|
||||||
@@ -64,6 +47,23 @@ updates:
|
|||||||
- 3. to review
|
- 3. to review
|
||||||
- dependencies
|
- dependencies
|
||||||
|
|
||||||
|
- package-ecosystem: npm
|
||||||
|
target-branch: stable27
|
||||||
|
versioning-strategy: lockfile-only
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: weekly
|
||||||
|
day: saturday
|
||||||
|
time: "03:00"
|
||||||
|
timezone: Europe/Paris
|
||||||
|
ignore:
|
||||||
|
- dependency-name: "*"
|
||||||
|
update-types: ["version-update:semver-major"]
|
||||||
|
open-pull-requests-limit: 30
|
||||||
|
labels:
|
||||||
|
- 3. to review
|
||||||
|
- dependencies
|
||||||
|
|
||||||
- package-ecosystem: composer
|
- package-ecosystem: composer
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
|
|||||||
4
.github/workflows/appbuild.yml
vendored
4
.github/workflows/appbuild.yml
vendored
@@ -16,9 +16,9 @@ jobs:
|
|||||||
node-version: [16.x]
|
node-version: [16.x]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.2.1
|
- uses: actions/checkout@v4.1.7
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v4.0.4
|
uses: actions/setup-node@v4.0.3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Set up npm7
|
- 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
|
echo "APP_VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||||
with:
|
with:
|
||||||
path: ${{ env.APP_NAME }}
|
path: ${{ env.APP_NAME }}
|
||||||
|
|
||||||
@@ -56,7 +56,7 @@ jobs:
|
|||||||
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
|
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
|
||||||
# Skip if no package.json
|
# Skip if no package.json
|
||||||
if: ${{ steps.versions.outputs.nodeVersion }}
|
if: ${{ steps.versions.outputs.nodeVersion }}
|
||||||
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
|
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ steps.versions.outputs.nodeVersion }}
|
node-version: ${{ steps.versions.outputs.nodeVersion }}
|
||||||
|
|
||||||
@@ -134,7 +134,7 @@ jobs:
|
|||||||
unzip latest-$NCVERSION.zip
|
unzip latest-$NCVERSION.zip
|
||||||
|
|
||||||
- name: Checkout server master fallback
|
- name: Checkout server master fallback
|
||||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||||
if: ${{ steps.server-checkout.outcome != 'success' }}
|
if: ${{ steps.server-checkout.outcome != 'success' }}
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|||||||
51
.github/workflows/command-rebase.yml
vendored
Normal file
51
.github/workflows/command-rebase.yml
vendored
Normal file
@@ -0,0 +1,51 @@
|
|||||||
|
# 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"
|
||||||
10
.github/workflows/cypress-e2e.yml
vendored
10
.github/workflows/cypress-e2e.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
|||||||
node-version: [20.x]
|
node-version: [20.x]
|
||||||
# containers: [1, 2, 3]
|
# containers: [1, 2, 3]
|
||||||
php-versions: [ '8.2' ]
|
php-versions: [ '8.2' ]
|
||||||
server-versions: [ 'master' ]
|
server-versions: [ 'stable30' ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, zip, gd, apcu
|
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, zip, gd, apcu
|
||||||
@@ -41,7 +41,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v4.0.4
|
uses: actions/setup-node@v4.0.3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
|
|
||||||
@@ -51,7 +51,7 @@ jobs:
|
|||||||
echo "text_app_ref=$text_app_ref" >> $GITHUB_ENV
|
echo "text_app_ref=$text_app_ref" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Checkout server
|
- name: Checkout server
|
||||||
uses: actions/checkout@v4.2.1
|
uses: actions/checkout@v4.1.7
|
||||||
with:
|
with:
|
||||||
repository: nextcloud/server
|
repository: nextcloud/server
|
||||||
ref: ${{ matrix.server-versions }}
|
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
|
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
|
||||||
|
|
||||||
- name: Checkout ${{ env.APP_NAME }}
|
- name: Checkout ${{ env.APP_NAME }}
|
||||||
uses: actions/checkout@v4.2.1
|
uses: actions/checkout@v4.1.7
|
||||||
with:
|
with:
|
||||||
path: apps/${{ env.APP_NAME }}
|
path: apps/${{ env.APP_NAME }}
|
||||||
|
|
||||||
- name: Checkout text
|
- name: Checkout text
|
||||||
uses: actions/checkout@v4.2.1
|
uses: actions/checkout@v4.1.7
|
||||||
with:
|
with:
|
||||||
repository: nextcloud/text
|
repository: nextcloud/text
|
||||||
ref: ${{ env.text_app_ref }}
|
ref: ${{ env.text_app_ref }}
|
||||||
|
|||||||
8
.github/workflows/integration.yml
vendored
8
.github/workflows/integration.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
php-versions: ['8.1']
|
php-versions: ['8.1']
|
||||||
databases: ['sqlite', 'mysql', 'pgsql']
|
databases: ['sqlite', 'mysql', 'pgsql']
|
||||||
server-versions: ['master']
|
server-versions: ['stable30']
|
||||||
|
|
||||||
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
|
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
|
||||||
|
|
||||||
@@ -52,7 +52,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout server
|
- name: Checkout server
|
||||||
uses: actions/checkout@v4.2.1
|
uses: actions/checkout@v4.1.7
|
||||||
with:
|
with:
|
||||||
repository: nextcloud/server
|
repository: nextcloud/server
|
||||||
ref: ${{ matrix.server-versions }}
|
ref: ${{ matrix.server-versions }}
|
||||||
@@ -66,12 +66,12 @@ jobs:
|
|||||||
cd build/integration && composer require --dev phpunit/phpunit:~9
|
cd build/integration && composer require --dev phpunit/phpunit:~9
|
||||||
|
|
||||||
- name: Checkout app
|
- name: Checkout app
|
||||||
uses: actions/checkout@v4.2.1
|
uses: actions/checkout@v4.1.7
|
||||||
with:
|
with:
|
||||||
path: apps/${{ env.APP_NAME }}
|
path: apps/${{ env.APP_NAME }}
|
||||||
|
|
||||||
- name: Checkout activity
|
- name: Checkout activity
|
||||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||||
with:
|
with:
|
||||||
repository: nextcloud/activity
|
repository: nextcloud/activity
|
||||||
ref: ${{ matrix.server-versions }}
|
ref: ${{ matrix.server-versions }}
|
||||||
|
|||||||
4
.github/workflows/lint-eslint.yml
vendored
4
.github/workflows/lint-eslint.yml
vendored
@@ -56,7 +56,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||||
|
|
||||||
- name: Read package.json node and npm engines version
|
- name: Read package.json node and npm engines version
|
||||||
uses: skjnldsv/read-package-engines-version-actions@06d6baf7d8f41934ab630e97d9e6c0bc9c9ac5e4 # v3
|
uses: skjnldsv/read-package-engines-version-actions@06d6baf7d8f41934ab630e97d9e6c0bc9c9ac5e4 # v3
|
||||||
@@ -66,7 +66,7 @@ jobs:
|
|||||||
fallbackNpm: '^10'
|
fallbackNpm: '^10'
|
||||||
|
|
||||||
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
|
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
|
||||||
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
|
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ steps.versions.outputs.nodeVersion }}
|
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:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||||
|
|
||||||
- name: Get php version
|
- name: Get php version
|
||||||
id: versions
|
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 }}
|
php-versions: ${{ steps.versions.outputs.php-versions }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout app
|
- name: Checkout app
|
||||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||||
- name: Get version matrix
|
- name: Get version matrix
|
||||||
id: versions
|
id: versions
|
||||||
uses: icewind1991/nextcloud-version-matrix@58becf3b4bb6dc6cef677b15e2fd8e7d48c0908f # v1.0.0
|
uses: icewind1991/nextcloud-version-matrix@58becf3b4bb6dc6cef677b15e2fd8e7d48c0908f # v1.0.0
|
||||||
@@ -40,7 +40,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||||
|
|
||||||
- name: Set up php ${{ matrix.php-versions }}
|
- name: Set up php ${{ matrix.php-versions }}
|
||||||
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1
|
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:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||||
|
|
||||||
- name: Read package.json node and npm engines version
|
- name: Read package.json node and npm engines version
|
||||||
uses: skjnldsv/read-package-engines-version-actions@06d6baf7d8f41934ab630e97d9e6c0bc9c9ac5e4 # v3
|
uses: skjnldsv/read-package-engines-version-actions@06d6baf7d8f41934ab630e97d9e6c0bc9c9ac5e4 # v3
|
||||||
@@ -35,7 +35,7 @@ jobs:
|
|||||||
fallbackNpm: '^10'
|
fallbackNpm: '^10'
|
||||||
|
|
||||||
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
|
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
|
||||||
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
|
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ steps.versions.outputs.nodeVersion }}
|
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]
|
node-version: [14.x]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.2.1
|
- uses: actions/checkout@v4.1.7
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v4.0.4
|
uses: actions/setup-node@v4.0.3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Set up npm7
|
- name: Set up npm7
|
||||||
|
|||||||
8
.github/workflows/npm-audit-fix.yml
vendored
8
.github/workflows/npm-audit-fix.yml
vendored
@@ -21,13 +21,13 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
branches: ['main', 'master', 'stable30', 'stable29', 'stable28']
|
branches: ['main', 'master', 'stable29', 'stable28', 'stable27']
|
||||||
|
|
||||||
name: npm-audit-fix-${{ matrix.branches }}
|
name: npm-audit-fix-${{ matrix.branches }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||||
with:
|
with:
|
||||||
ref: ${{ matrix.branches }}
|
ref: ${{ matrix.branches }}
|
||||||
|
|
||||||
@@ -39,7 +39,7 @@ jobs:
|
|||||||
fallbackNpm: '^10'
|
fallbackNpm: '^10'
|
||||||
|
|
||||||
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
|
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
|
||||||
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
|
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ steps.versions.outputs.nodeVersion }}
|
node-version: ${{ steps.versions.outputs.nodeVersion }}
|
||||||
|
|
||||||
@@ -60,7 +60,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
if: always()
|
if: always()
|
||||||
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
|
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.COMMAND_BOT_PAT }}
|
token: ${{ secrets.COMMAND_BOT_PAT }}
|
||||||
commit-message: 'fix(deps): Fix npm audit'
|
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 }}
|
matrix: ${{ steps.versions.outputs.sparse-matrix }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout app
|
- name: Checkout app
|
||||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||||
|
|
||||||
- name: Get version matrix
|
- name: Get version matrix
|
||||||
id: versions
|
id: versions
|
||||||
@@ -86,14 +86,14 @@ jobs:
|
|||||||
echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
|
echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Checkout server
|
- name: Checkout server
|
||||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
repository: nextcloud/server
|
repository: nextcloud/server
|
||||||
ref: ${{ matrix.server-versions }}
|
ref: ${{ matrix.server-versions }}
|
||||||
|
|
||||||
- name: Checkout app
|
- name: Checkout app
|
||||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||||
with:
|
with:
|
||||||
path: apps/${{ env.APP_NAME }}
|
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 }}
|
server-max: ${{ steps.versions.outputs.branches-max-list }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout app
|
- name: Checkout app
|
||||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||||
|
|
||||||
- name: Get version matrix
|
- name: Get version matrix
|
||||||
id: versions
|
id: versions
|
||||||
@@ -89,14 +89,14 @@ jobs:
|
|||||||
echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
|
echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Checkout server
|
- name: Checkout server
|
||||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
repository: nextcloud/server
|
repository: nextcloud/server
|
||||||
ref: ${{ matrix.server-versions }}
|
ref: ${{ matrix.server-versions }}
|
||||||
|
|
||||||
- name: Checkout app
|
- name: Checkout app
|
||||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||||
with:
|
with:
|
||||||
path: apps/${{ env.APP_NAME }}
|
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 }}
|
server-max: ${{ steps.versions.outputs.branches-max-list }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout app
|
- name: Checkout app
|
||||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||||
|
|
||||||
- name: Get version matrix
|
- name: Get version matrix
|
||||||
id: versions
|
id: versions
|
||||||
@@ -78,14 +78,14 @@ jobs:
|
|||||||
echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
|
echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Checkout server
|
- name: Checkout server
|
||||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
repository: nextcloud/server
|
repository: nextcloud/server
|
||||||
ref: ${{ matrix.server-versions }}
|
ref: ${{ matrix.server-versions }}
|
||||||
|
|
||||||
- name: Checkout app
|
- name: Checkout app
|
||||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||||
with:
|
with:
|
||||||
path: apps/${{ env.APP_NAME }}
|
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
|
name: static-psalm-analysis
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||||
|
|
||||||
- name: Get php version
|
- name: Get php version
|
||||||
id: versions
|
id: versions
|
||||||
|
|||||||
2
.github/workflows/reuse.yml
vendored
2
.github/workflows/reuse.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||||
|
|
||||||
- name: REUSE Compliance Check
|
- name: REUSE Compliance Check
|
||||||
uses: fsfe/reuse-action@3ae3c6bdf1257ab19397fab11fd3312144692083 # v4.0.0
|
uses: fsfe/reuse-action@3ae3c6bdf1257ab19397fab11fd3312144692083 # v4.0.0
|
||||||
|
|||||||
6
.github/workflows/update-nextcloud-ocp.yml
vendored
6
.github/workflows/update-nextcloud-ocp.yml
vendored
@@ -20,13 +20,13 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
branches: ['main', 'master', 'stable30', 'stable29', 'stable28']
|
branches: ['main', 'master', 'stable29', 'stable28', 'stable27']
|
||||||
|
|
||||||
name: update-nextcloud-ocp-${{ matrix.branches }}
|
name: update-nextcloud-ocp-${{ matrix.branches }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- id: checkout
|
- id: checkout
|
||||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||||
with:
|
with:
|
||||||
ref: ${{ matrix.branches }}
|
ref: ${{ matrix.branches }}
|
||||||
submodules: true
|
submodules: true
|
||||||
@@ -103,7 +103,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
if: steps.checkout.outcome == 'success'
|
if: steps.checkout.outcome == 'success'
|
||||||
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
|
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.COMMAND_BOT_PAT }}
|
token: ${{ secrets.COMMAND_BOT_PAT }}
|
||||||
commit-message: 'chore(dev-deps): Bump nextcloud/ocp package'
|
commit-message: 'chore(dev-deps): Bump nextcloud/ocp package'
|
||||||
|
|||||||
@@ -20,17 +20,17 @@
|
|||||||
- 🚀 Get your project organized
|
- 🚀 Get your project organized
|
||||||
|
|
||||||
</description>
|
</description>
|
||||||
<version>2.0.0-dev.0</version>
|
<version>1.14.0-beta.2</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author>Julius Härtl</author>
|
<author>Julius Härtl</author>
|
||||||
<namespace>Deck</namespace>
|
|
||||||
<types>
|
|
||||||
<dav/>
|
|
||||||
</types>
|
|
||||||
<documentation>
|
<documentation>
|
||||||
<user>https://deck.readthedocs.io/en/latest/User_documentation_en/</user>
|
<user>https://deck.readthedocs.io/en/latest/User_documentation_en/</user>
|
||||||
<developer>https://deck.readthedocs.io/en/latest/API/</developer>
|
<developer>https://deck.readthedocs.io/en/latest/API/</developer>
|
||||||
</documentation>
|
</documentation>
|
||||||
|
<namespace>Deck</namespace>
|
||||||
|
<types>
|
||||||
|
<dav/>
|
||||||
|
</types>
|
||||||
<category>organization</category>
|
<category>organization</category>
|
||||||
<category>office</category>
|
<category>office</category>
|
||||||
<website>https://github.com/nextcloud/deck</website>
|
<website>https://github.com/nextcloud/deck</website>
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
<database min-version="9.4">pgsql</database>
|
<database min-version="9.4">pgsql</database>
|
||||||
<database>sqlite</database>
|
<database>sqlite</database>
|
||||||
<database min-version="8.0">mysql</database>
|
<database min-version="8.0">mysql</database>
|
||||||
<nextcloud min-version="31" max-version="31"/>
|
<nextcloud min-version="30" max-version="30"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<background-jobs>
|
<background-jobs>
|
||||||
<job>OCA\Deck\Cron\DeleteCron</job>
|
<job>OCA\Deck\Cron\DeleteCron</job>
|
||||||
|
|||||||
@@ -15,9 +15,8 @@
|
|||||||
"roave/security-advisories": "dev-master",
|
"roave/security-advisories": "dev-master",
|
||||||
"phpunit/phpunit": "^9",
|
"phpunit/phpunit": "^9",
|
||||||
"nextcloud/coding-standard": "^1.1",
|
"nextcloud/coding-standard": "^1.1",
|
||||||
"nextcloud/ocp": "dev-master",
|
"nextcloud/ocp": "dev-stable30",
|
||||||
"psalm/phar": "^5.13",
|
"psalm/phar": "^5.13"
|
||||||
"psr/log": "^3.0.2"
|
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"optimize-autoloader": true,
|
"optimize-autoloader": true,
|
||||||
|
|||||||
641
composer.lock
generated
641
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -35,7 +35,7 @@ describe('Board', function() {
|
|||||||
.type(board, { force: true })
|
.type(board, { force: true })
|
||||||
|
|
||||||
// Submit
|
// Submit
|
||||||
cy.get('.board-create form button[type=submit]')
|
cy.get('.board-create form input[type=submit]')
|
||||||
.first().click({ force: true })
|
.first().click({ force: true })
|
||||||
|
|
||||||
cy.wait('@createBoardRequest').its('response.statusCode').should('equal', 200)
|
cy.wait('@createBoardRequest').its('response.statusCode').should('equal', 200)
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ The Deck application plugin uses the [markdown-it](https://github.com/markdown-i
|
|||||||
|
|
||||||
## Supported Markdown
|
## Supported Markdown
|
||||||
|
|
||||||
Markdown comes in many flavors. The best way to learn markdown and understand how to use it, is simply to [try it](https://markdown-it.github.io) on the original script official playground.
|
Markdown comes in may flavors. The best way to learn markdown and understand how to use it, is simply to [try it](https://markdown-it.github.io) on the original script official playground.
|
||||||
That same link offers also a comprehensive list of what is supported, and what is not - rendering it unnecessary to duplicate that content in here.
|
That same link offers also a comprehensive list of what is supported, and what is not - rendering it unnecessary to duplicate that content in here.
|
||||||
|
|
||||||
[CommonMark Markdown Reference](http://commonmark.org/help/)
|
[CommonMark Markdown Reference](http://commonmark.org/help/)
|
||||||
|
|||||||
18
l10n/ar.js
18
l10n/ar.js
@@ -120,7 +120,6 @@ OC.L10N.register(
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "تاريخ غير صحيح, يجب أن يكون تنسيق التاريخ YYYY-MM-DD",
|
"Invalid date, date format must be YYYY-MM-DD" : "تاريخ غير صحيح, يجب أن يكون تنسيق التاريخ 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 هو أداة لتنظيم المهام الشخصية و الجماعية في نكست كلاود على نمط \"خطوط التصنيع أو التجميع في المصانع\" و المعروف بـ kanban.\n\n\n- 📥 أكتب مهمتك او مهمة فريقك على بطاقة و ضع البطاقة في الرُّقعة على كدسة البطاقات من ذات التصنيف أو المرحلة من الإنجاز\n- 📄 دوّن ملاحظاتك الإضافية على البطاقة بصيغة ماركداون markdown\n- 🔖 و يمكنك أيضاً إسناد البطاقة أي المهمة إلى شخص أو أشخاص في فريقك\n- 👥 شارك البطاقة مع من ترغب من أعضاء فريقك أو عائلتك أو أصدقائك\n- 📎 إرفاق ملفات و تضمينها بصيغة ماركداون في البطاقة\n- 💬ناقش البطاقة مع زملائك في خانة الملاحظات\n- ⚡ تابع ما يُستجد من عمليات و تطوّرات على البطاقة أو المهمة\n- 🚀 حافظ على مشروعك مُنسّقاً باستمرار.",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "التطبيق \"رِزَم البطاقات\" Deck هو أداة لتنظيم المهام الشخصية و الجماعية في نكست كلاود على نمط \"خطوط التصنيع أو التجميع في المصانع\" و المعروف بـ kanban.\n\n\n- 📥 أكتب مهمتك او مهمة فريقك على بطاقة و ضع البطاقة في الرُّقعة على كدسة البطاقات من ذات التصنيف أو المرحلة من الإنجاز\n- 📄 دوّن ملاحظاتك الإضافية على البطاقة بصيغة ماركداون markdown\n- 🔖 و يمكنك أيضاً إسناد البطاقة أي المهمة إلى شخص أو أشخاص في فريقك\n- 👥 شارك البطاقة مع من ترغب من أعضاء فريقك أو عائلتك أو أصدقائك\n- 📎 إرفاق ملفات و تضمينها بصيغة ماركداون في البطاقة\n- 💬ناقش البطاقة مع زملائك في خانة الملاحظات\n- ⚡ تابع ما يُستجد من عمليات و تطوّرات على البطاقة أو المهمة\n- 🚀 حافظ على مشروعك مُنسّقاً باستمرار.",
|
||||||
"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" : "بحث بواسطة عنوان اللوح",
|
||||||
@@ -150,7 +149,7 @@ OC.L10N.register(
|
|||||||
"Filter by tag" : "تصفية بواسطة الوسم",
|
"Filter by tag" : "تصفية بواسطة الوسم",
|
||||||
"Filter by assigned user" : "تصفية بواسطة المستخدم الموكل اليه",
|
"Filter by assigned user" : "تصفية بواسطة المستخدم الموكل اليه",
|
||||||
"Unassigned" : "غير معيين ",
|
"Unassigned" : "غير معيين ",
|
||||||
"Filter by status" : "تصفية بحسب الحالة",
|
"Filter by status" : "فلترة بحسب الحالة",
|
||||||
"Open and completed" : "مفتوحة و منجزة",
|
"Open and completed" : "مفتوحة و منجزة",
|
||||||
"Open" : "إفتح",
|
"Open" : "إفتح",
|
||||||
"Completed" : "مُكتمل",
|
"Completed" : "مُكتمل",
|
||||||
@@ -170,7 +169,7 @@ OC.L10N.register(
|
|||||||
"Show card cover images" : "أظهِر صور غلاف البطاقات",
|
"Show card cover images" : "أظهِر صور غلاف البطاقات",
|
||||||
"Open details" : "افتح التفاصيل",
|
"Open details" : "افتح التفاصيل",
|
||||||
"Details" : "التفاصيل",
|
"Details" : "التفاصيل",
|
||||||
"Currently present people" : "الأشخاص الحاضرون الآن",
|
"Currently present people" : "أشخاص معروضون حاليّاً",
|
||||||
"Loading board" : "جارِ تحميل اللوح..",
|
"Loading board" : "جارِ تحميل اللوح..",
|
||||||
"Board not found" : "اللوح غير موجود",
|
"Board not found" : "اللوح غير موجود",
|
||||||
"Create a new list to add cards to this board" : "إنشاء قائمة جديدة لإضافة البطاقات على هذا اللوح",
|
"Create a new list to add cards to this board" : "إنشاء قائمة جديدة لإضافة البطاقات على هذا اللوح",
|
||||||
@@ -198,7 +197,7 @@ OC.L10N.register(
|
|||||||
"Transfer" : "نقل",
|
"Transfer" : "نقل",
|
||||||
"The board has been transferred to {user}" : "تمّ نقل اللوحة إلى {user}",
|
"The board has been transferred to {user}" : "تمّ نقل اللوحة إلى {user}",
|
||||||
"Failed to transfer the board to {user}" : "تعذّر نقل اللوحة إلى {user}",
|
"Failed to transfer the board to {user}" : "تعذّر نقل اللوحة إلى {user}",
|
||||||
"Edit list title" : "تعديل اسم القائمة",
|
"Edit list title" : "عدّل اسم القائمة",
|
||||||
"Archive all cards" : "أرشفة جميع البطاقات ",
|
"Archive all cards" : "أرشفة جميع البطاقات ",
|
||||||
"Unarchive all cards" : "تراجع عن أرشفة كل البطاقات",
|
"Unarchive all cards" : "تراجع عن أرشفة كل البطاقات",
|
||||||
"Delete list" : "حذف القائمة",
|
"Delete list" : "حذف القائمة",
|
||||||
@@ -268,13 +267,14 @@ OC.L10N.register(
|
|||||||
"Set due date for this weekend" : "عيِّن نهاية هذا الأسبوع كموعدٍ لاستحقاق البطاقة",
|
"Set due date for this weekend" : "عيِّن نهاية هذا الأسبوع كموعدٍ لاستحقاق البطاقة",
|
||||||
"Set due date for next week" : "عيِّن الأسبوع المُقبل كموعدٍ لاستحقاق البطاقة",
|
"Set due date for next week" : "عيِّن الأسبوع المُقبل كموعدٍ لاستحقاق البطاقة",
|
||||||
"Assign a tag to this card…" : "انسب وسم الى هذه البطاقة..",
|
"Assign a tag to this card…" : "انسب وسم الى هذه البطاقة..",
|
||||||
"Select or create a tag…" : "اختيار أو إنشاء وسم جديد...",
|
"Select or create a tag…" : "إختَر أو أنشِئْ وسماً ...",
|
||||||
"Create a new tag:" : "إنشاء وسم جديد:",
|
"Create a new tag:" : "إنشاء سِمَةٍ tag جديدة:",
|
||||||
"(group)" : "(مجموعة)",
|
"(group)" : "(مجموعة)",
|
||||||
"Next week – {timeLocale}" : "الأسبوع القادم – {timeLocale}",
|
"Next week – {timeLocale}" : "الأسبوع القادم – {timeLocale}",
|
||||||
"Todo items" : "قائمة المهام",
|
"Todo items" : "قائمة المهام",
|
||||||
"{count} comments, {unread} unread" : "{عدد} التعليقات، {غير مقروءة} غير مقروءة",
|
"{count} comments, {unread} unread" : "{عدد} التعليقات، {غير مقروءة} غير مقروءة",
|
||||||
"Edit card title" : "تعديل اسم القائمة",
|
"Edit card title" : "تعديل اسم القائمة",
|
||||||
|
"Card details" : "تفاصيل البطاقة",
|
||||||
"Assign to me" : "ينسب لي",
|
"Assign to me" : "ينسب لي",
|
||||||
"Unassign myself" : "إلغاء تعييني ",
|
"Unassign myself" : "إلغاء تعييني ",
|
||||||
"Mark as not done" : "تمييز كـ \"غير منتهٍ\"",
|
"Mark as not done" : "تمييز كـ \"غير منتهٍ\"",
|
||||||
@@ -316,8 +316,6 @@ 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" : "إلغاء التعديل",
|
|
||||||
"Save board" : "حفظ اللوح",
|
|
||||||
"Board details" : "تفاصيل لوح",
|
"Board details" : "تفاصيل لوح",
|
||||||
"Edit board" : "تعديل اللوح",
|
"Edit board" : "تعديل اللوح",
|
||||||
"Clone board" : "استنسخ اللوح",
|
"Clone board" : "استنسخ اللوح",
|
||||||
@@ -343,6 +341,7 @@ OC.L10N.register(
|
|||||||
"No due" : "غير محدد",
|
"No due" : "غير محدد",
|
||||||
"Search for {searchQuery} in all boards" : "البحث عن {searchQuery} في جميع اللوح",
|
"Search for {searchQuery} in all boards" : "البحث عن {searchQuery} في جميع اللوح",
|
||||||
"No results found" : "لا يتم العثور على أي نتائج ",
|
"No results found" : "لا يتم العثور على أي نتائج ",
|
||||||
|
"This weekend – {timeLocale}" : "نهاية هذا الأسبوع – {timeLocale}",
|
||||||
"Deck board {name}\n* Last modified on {lastMod}" : "اسم اللوحة {name} \n* آخر تعديل لها في {lastMod}",
|
"Deck board {name}\n* Last modified on {lastMod}" : "اسم اللوحة {name} \n* آخر تعديل لها في {lastMod}",
|
||||||
"{stack} in {board}" : "{stack} في {board}",
|
"{stack} in {board}" : "{stack} في {board}",
|
||||||
"Click to expand description" : "إضعط للتوسّع في الوصف",
|
"Click to expand description" : "إضعط للتوسّع في الوصف",
|
||||||
@@ -362,7 +361,6 @@ OC.L10N.register(
|
|||||||
"upcoming cards" : "البطاقات القادمة",
|
"upcoming cards" : "البطاقات القادمة",
|
||||||
"New card" : "بطاقة جديدة",
|
"New card" : "بطاقة جديدة",
|
||||||
"Due on {date}" : "مطلوب في {date}",
|
"Due on {date}" : "مطلوب في {date}",
|
||||||
"This weekend – {timeLocale}" : "نهاية هذا الأسبوع – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "غداً – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "غداً – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "في وقت لاحقٍ اليوم – {timeLocale}",
|
"Later today – {timeLocale}" : "في وقت لاحقٍ اليوم – {timeLocale}",
|
||||||
"Link to a board" : "ربط بلوح",
|
"Link to a board" : "ربط بلوح",
|
||||||
@@ -379,6 +377,6 @@ OC.L10N.register(
|
|||||||
"Searching for users, groups and circles …" : "ابحث عن أعضاء، مجموعات أو حلقات ...",
|
"Searching for users, groups and circles …" : "ابحث عن أعضاء، مجموعات أو حلقات ...",
|
||||||
"(Circle)" : "(دائرة)",
|
"(Circle)" : "(دائرة)",
|
||||||
"Assign to users/groups/circles" : "انسب الى المستخدمين،المجموعات،الدوائر",
|
"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;");
|
"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,7 +118,6 @@
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "تاريخ غير صحيح, يجب أن يكون تنسيق التاريخ YYYY-MM-DD",
|
"Invalid date, date format must be YYYY-MM-DD" : "تاريخ غير صحيح, يجب أن يكون تنسيق التاريخ 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 هو أداة لتنظيم المهام الشخصية و الجماعية في نكست كلاود على نمط \"خطوط التصنيع أو التجميع في المصانع\" و المعروف بـ kanban.\n\n\n- 📥 أكتب مهمتك او مهمة فريقك على بطاقة و ضع البطاقة في الرُّقعة على كدسة البطاقات من ذات التصنيف أو المرحلة من الإنجاز\n- 📄 دوّن ملاحظاتك الإضافية على البطاقة بصيغة ماركداون markdown\n- 🔖 و يمكنك أيضاً إسناد البطاقة أي المهمة إلى شخص أو أشخاص في فريقك\n- 👥 شارك البطاقة مع من ترغب من أعضاء فريقك أو عائلتك أو أصدقائك\n- 📎 إرفاق ملفات و تضمينها بصيغة ماركداون في البطاقة\n- 💬ناقش البطاقة مع زملائك في خانة الملاحظات\n- ⚡ تابع ما يُستجد من عمليات و تطوّرات على البطاقة أو المهمة\n- 🚀 حافظ على مشروعك مُنسّقاً باستمرار.",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "التطبيق \"رِزَم البطاقات\" Deck هو أداة لتنظيم المهام الشخصية و الجماعية في نكست كلاود على نمط \"خطوط التصنيع أو التجميع في المصانع\" و المعروف بـ kanban.\n\n\n- 📥 أكتب مهمتك او مهمة فريقك على بطاقة و ضع البطاقة في الرُّقعة على كدسة البطاقات من ذات التصنيف أو المرحلة من الإنجاز\n- 📄 دوّن ملاحظاتك الإضافية على البطاقة بصيغة ماركداون markdown\n- 🔖 و يمكنك أيضاً إسناد البطاقة أي المهمة إلى شخص أو أشخاص في فريقك\n- 👥 شارك البطاقة مع من ترغب من أعضاء فريقك أو عائلتك أو أصدقائك\n- 📎 إرفاق ملفات و تضمينها بصيغة ماركداون في البطاقة\n- 💬ناقش البطاقة مع زملائك في خانة الملاحظات\n- ⚡ تابع ما يُستجد من عمليات و تطوّرات على البطاقة أو المهمة\n- 🚀 حافظ على مشروعك مُنسّقاً باستمرار.",
|
||||||
"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" : "بحث بواسطة عنوان اللوح",
|
||||||
@@ -148,7 +147,7 @@
|
|||||||
"Filter by tag" : "تصفية بواسطة الوسم",
|
"Filter by tag" : "تصفية بواسطة الوسم",
|
||||||
"Filter by assigned user" : "تصفية بواسطة المستخدم الموكل اليه",
|
"Filter by assigned user" : "تصفية بواسطة المستخدم الموكل اليه",
|
||||||
"Unassigned" : "غير معيين ",
|
"Unassigned" : "غير معيين ",
|
||||||
"Filter by status" : "تصفية بحسب الحالة",
|
"Filter by status" : "فلترة بحسب الحالة",
|
||||||
"Open and completed" : "مفتوحة و منجزة",
|
"Open and completed" : "مفتوحة و منجزة",
|
||||||
"Open" : "إفتح",
|
"Open" : "إفتح",
|
||||||
"Completed" : "مُكتمل",
|
"Completed" : "مُكتمل",
|
||||||
@@ -168,7 +167,7 @@
|
|||||||
"Show card cover images" : "أظهِر صور غلاف البطاقات",
|
"Show card cover images" : "أظهِر صور غلاف البطاقات",
|
||||||
"Open details" : "افتح التفاصيل",
|
"Open details" : "افتح التفاصيل",
|
||||||
"Details" : "التفاصيل",
|
"Details" : "التفاصيل",
|
||||||
"Currently present people" : "الأشخاص الحاضرون الآن",
|
"Currently present people" : "أشخاص معروضون حاليّاً",
|
||||||
"Loading board" : "جارِ تحميل اللوح..",
|
"Loading board" : "جارِ تحميل اللوح..",
|
||||||
"Board not found" : "اللوح غير موجود",
|
"Board not found" : "اللوح غير موجود",
|
||||||
"Create a new list to add cards to this board" : "إنشاء قائمة جديدة لإضافة البطاقات على هذا اللوح",
|
"Create a new list to add cards to this board" : "إنشاء قائمة جديدة لإضافة البطاقات على هذا اللوح",
|
||||||
@@ -196,7 +195,7 @@
|
|||||||
"Transfer" : "نقل",
|
"Transfer" : "نقل",
|
||||||
"The board has been transferred to {user}" : "تمّ نقل اللوحة إلى {user}",
|
"The board has been transferred to {user}" : "تمّ نقل اللوحة إلى {user}",
|
||||||
"Failed to transfer the board to {user}" : "تعذّر نقل اللوحة إلى {user}",
|
"Failed to transfer the board to {user}" : "تعذّر نقل اللوحة إلى {user}",
|
||||||
"Edit list title" : "تعديل اسم القائمة",
|
"Edit list title" : "عدّل اسم القائمة",
|
||||||
"Archive all cards" : "أرشفة جميع البطاقات ",
|
"Archive all cards" : "أرشفة جميع البطاقات ",
|
||||||
"Unarchive all cards" : "تراجع عن أرشفة كل البطاقات",
|
"Unarchive all cards" : "تراجع عن أرشفة كل البطاقات",
|
||||||
"Delete list" : "حذف القائمة",
|
"Delete list" : "حذف القائمة",
|
||||||
@@ -266,13 +265,14 @@
|
|||||||
"Set due date for this weekend" : "عيِّن نهاية هذا الأسبوع كموعدٍ لاستحقاق البطاقة",
|
"Set due date for this weekend" : "عيِّن نهاية هذا الأسبوع كموعدٍ لاستحقاق البطاقة",
|
||||||
"Set due date for next week" : "عيِّن الأسبوع المُقبل كموعدٍ لاستحقاق البطاقة",
|
"Set due date for next week" : "عيِّن الأسبوع المُقبل كموعدٍ لاستحقاق البطاقة",
|
||||||
"Assign a tag to this card…" : "انسب وسم الى هذه البطاقة..",
|
"Assign a tag to this card…" : "انسب وسم الى هذه البطاقة..",
|
||||||
"Select or create a tag…" : "اختيار أو إنشاء وسم جديد...",
|
"Select or create a tag…" : "إختَر أو أنشِئْ وسماً ...",
|
||||||
"Create a new tag:" : "إنشاء وسم جديد:",
|
"Create a new tag:" : "إنشاء سِمَةٍ tag جديدة:",
|
||||||
"(group)" : "(مجموعة)",
|
"(group)" : "(مجموعة)",
|
||||||
"Next week – {timeLocale}" : "الأسبوع القادم – {timeLocale}",
|
"Next week – {timeLocale}" : "الأسبوع القادم – {timeLocale}",
|
||||||
"Todo items" : "قائمة المهام",
|
"Todo items" : "قائمة المهام",
|
||||||
"{count} comments, {unread} unread" : "{عدد} التعليقات، {غير مقروءة} غير مقروءة",
|
"{count} comments, {unread} unread" : "{عدد} التعليقات، {غير مقروءة} غير مقروءة",
|
||||||
"Edit card title" : "تعديل اسم القائمة",
|
"Edit card title" : "تعديل اسم القائمة",
|
||||||
|
"Card details" : "تفاصيل البطاقة",
|
||||||
"Assign to me" : "ينسب لي",
|
"Assign to me" : "ينسب لي",
|
||||||
"Unassign myself" : "إلغاء تعييني ",
|
"Unassign myself" : "إلغاء تعييني ",
|
||||||
"Mark as not done" : "تمييز كـ \"غير منتهٍ\"",
|
"Mark as not done" : "تمييز كـ \"غير منتهٍ\"",
|
||||||
@@ -314,8 +314,6 @@
|
|||||||
"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" : "إلغاء التعديل",
|
|
||||||
"Save board" : "حفظ اللوح",
|
|
||||||
"Board details" : "تفاصيل لوح",
|
"Board details" : "تفاصيل لوح",
|
||||||
"Edit board" : "تعديل اللوح",
|
"Edit board" : "تعديل اللوح",
|
||||||
"Clone board" : "استنسخ اللوح",
|
"Clone board" : "استنسخ اللوح",
|
||||||
@@ -341,6 +339,7 @@
|
|||||||
"No due" : "غير محدد",
|
"No due" : "غير محدد",
|
||||||
"Search for {searchQuery} in all boards" : "البحث عن {searchQuery} في جميع اللوح",
|
"Search for {searchQuery} in all boards" : "البحث عن {searchQuery} في جميع اللوح",
|
||||||
"No results found" : "لا يتم العثور على أي نتائج ",
|
"No results found" : "لا يتم العثور على أي نتائج ",
|
||||||
|
"This weekend – {timeLocale}" : "نهاية هذا الأسبوع – {timeLocale}",
|
||||||
"Deck board {name}\n* Last modified on {lastMod}" : "اسم اللوحة {name} \n* آخر تعديل لها في {lastMod}",
|
"Deck board {name}\n* Last modified on {lastMod}" : "اسم اللوحة {name} \n* آخر تعديل لها في {lastMod}",
|
||||||
"{stack} in {board}" : "{stack} في {board}",
|
"{stack} in {board}" : "{stack} في {board}",
|
||||||
"Click to expand description" : "إضعط للتوسّع في الوصف",
|
"Click to expand description" : "إضعط للتوسّع في الوصف",
|
||||||
@@ -360,7 +359,6 @@
|
|||||||
"upcoming cards" : "البطاقات القادمة",
|
"upcoming cards" : "البطاقات القادمة",
|
||||||
"New card" : "بطاقة جديدة",
|
"New card" : "بطاقة جديدة",
|
||||||
"Due on {date}" : "مطلوب في {date}",
|
"Due on {date}" : "مطلوب في {date}",
|
||||||
"This weekend – {timeLocale}" : "نهاية هذا الأسبوع – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "غداً – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "غداً – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "في وقت لاحقٍ اليوم – {timeLocale}",
|
"Later today – {timeLocale}" : "في وقت لاحقٍ اليوم – {timeLocale}",
|
||||||
"Link to a board" : "ربط بلوح",
|
"Link to a board" : "ربط بلوح",
|
||||||
@@ -377,6 +375,6 @@
|
|||||||
"Searching for users, groups and circles …" : "ابحث عن أعضاء، مجموعات أو حلقات ...",
|
"Searching for users, groups and circles …" : "ابحث عن أعضاء، مجموعات أو حلقات ...",
|
||||||
"(Circle)" : "(دائرة)",
|
"(Circle)" : "(دائرة)",
|
||||||
"Assign to users/groups/circles" : "انسب الى المستخدمين،المجموعات،الدوائر",
|
"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;"
|
},"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,7 +95,6 @@ OC.L10N.register(
|
|||||||
"Ctrl" : "Ctrl",
|
"Ctrl" : "Ctrl",
|
||||||
"Search" : "Guetar",
|
"Search" : "Guetar",
|
||||||
"Shared with you" : "Compartióse contigo",
|
"Shared with you" : "Compartióse contigo",
|
||||||
"Cancel edit" : "Anular la edición",
|
|
||||||
"All cards" : "Toles tarxetes",
|
"All cards" : "Toles tarxetes",
|
||||||
"No notifications" : "Nun hai nengún avisu",
|
"No notifications" : "Nun hai nengún avisu",
|
||||||
"No reminder" : "Nun hai nengún recordatoriu",
|
"No reminder" : "Nun hai nengún recordatoriu",
|
||||||
@@ -103,8 +102,8 @@ OC.L10N.register(
|
|||||||
"Today" : "Güei",
|
"Today" : "Güei",
|
||||||
"Tomorrow" : "Mañana",
|
"Tomorrow" : "Mañana",
|
||||||
"No results found" : "Nun s'atopó nengún resultáu",
|
"No results found" : "Nun s'atopó nengún resultáu",
|
||||||
"Close" : "Zarrar",
|
|
||||||
"This weekend – {timeLocale}" : "Esta fin de selmana – {timeLocale}",
|
"This weekend – {timeLocale}" : "Esta fin de selmana – {timeLocale}",
|
||||||
|
"Close" : "Zarrar",
|
||||||
"Tomorrow – {timeLocale}" : "Mañana – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Mañana – {timeLocale}",
|
||||||
"Message from {author} in {conversationName}" : "Mensaxe de {author} en {conversationName}",
|
"Message from {author} in {conversationName}" : "Mensaxe de {author} en {conversationName}",
|
||||||
"Error creating the share" : "Hebo un error al crear la compartición",
|
"Error creating the share" : "Hebo un error al crear la compartición",
|
||||||
|
|||||||
@@ -93,7 +93,6 @@
|
|||||||
"Ctrl" : "Ctrl",
|
"Ctrl" : "Ctrl",
|
||||||
"Search" : "Guetar",
|
"Search" : "Guetar",
|
||||||
"Shared with you" : "Compartióse contigo",
|
"Shared with you" : "Compartióse contigo",
|
||||||
"Cancel edit" : "Anular la edición",
|
|
||||||
"All cards" : "Toles tarxetes",
|
"All cards" : "Toles tarxetes",
|
||||||
"No notifications" : "Nun hai nengún avisu",
|
"No notifications" : "Nun hai nengún avisu",
|
||||||
"No reminder" : "Nun hai nengún recordatoriu",
|
"No reminder" : "Nun hai nengún recordatoriu",
|
||||||
@@ -101,8 +100,8 @@
|
|||||||
"Today" : "Güei",
|
"Today" : "Güei",
|
||||||
"Tomorrow" : "Mañana",
|
"Tomorrow" : "Mañana",
|
||||||
"No results found" : "Nun s'atopó nengún resultáu",
|
"No results found" : "Nun s'atopó nengún resultáu",
|
||||||
"Close" : "Zarrar",
|
|
||||||
"This weekend – {timeLocale}" : "Esta fin de selmana – {timeLocale}",
|
"This weekend – {timeLocale}" : "Esta fin de selmana – {timeLocale}",
|
||||||
|
"Close" : "Zarrar",
|
||||||
"Tomorrow – {timeLocale}" : "Mañana – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Mañana – {timeLocale}",
|
||||||
"Message from {author} in {conversationName}" : "Mensaxe de {author} en {conversationName}",
|
"Message from {author} in {conversationName}" : "Mensaxe de {author} en {conversationName}",
|
||||||
"Error creating the share" : "Hebo un error al crear la compartición",
|
"Error creating the share" : "Hebo un error al crear la compartición",
|
||||||
|
|||||||
@@ -111,7 +111,6 @@ 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 е инструмент за организация в стил kanban, насочен към лично планиране и организация на проекти за екипи, интегрирани с Nextcloud.\n\n\n- 📥 Добавете задачите си към карти и ги подредете\n- 📄 Запишете допълнителни бележки в markdown формат\n- Присвояване на етикети за още по-добра организация\n- 👥 Споделете с вашия екип, приятели или семейство\n- 📎Прикачете файлове и ги вградете във вашето описание за маркиране\n- 💬Обсъдете с вашия екип, като използвате коментари\n- ⚡ Проследявайте промените в потока от дейности\n- 🚀 Организирайте проекта си",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck е инструмент за организация в стил kanban, насочен към лично планиране и организация на проекти за екипи, интегрирани с Nextcloud.\n\n\n- 📥 Добавете задачите си към карти и ги подредете\n- 📄 Запишете допълнителни бележки в markdown формат\n- Присвояване на етикети за още по-добра организация\n- 👥 Споделете с вашия екип, приятели или семейство\n- 📎Прикачете файлове и ги вградете във вашето описание за маркиране\n- 💬Обсъдете с вашия екип, като използвате коментари\n- ⚡ Проследявайте промените в потока от дейности\n- 🚀 Организирайте проекта си",
|
||||||
"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" : "Търсене по заглавие на таблото",
|
||||||
@@ -243,6 +242,7 @@ OC.L10N.register(
|
|||||||
"Todo items" : "Елементи на задача за изпълнение",
|
"Todo items" : "Елементи на задача за изпълнение",
|
||||||
"{count} comments, {unread} unread" : "{count} коментари, {unread} непрочетени",
|
"{count} comments, {unread} unread" : "{count} коментари, {unread} непрочетени",
|
||||||
"Edit card title" : "Редактиране на заглавието на карта",
|
"Edit card title" : "Редактиране на заглавието на карта",
|
||||||
|
"Card details" : "Подробности за картата",
|
||||||
"Assign to me" : "Зачисляване към мен",
|
"Assign to me" : "Зачисляване към мен",
|
||||||
"Unassign myself" : "Отмяна на зачисляването към мен",
|
"Unassign myself" : "Отмяна на зачисляването към мен",
|
||||||
"Delete card" : "Изтриване на карта",
|
"Delete card" : "Изтриване на карта",
|
||||||
@@ -263,7 +263,6 @@ OC.L10N.register(
|
|||||||
"Use bigger card view" : "Използва по-голям изглед на картата",
|
"Use bigger card view" : "Използва по-голям изглед на картата",
|
||||||
"Show card ID badge" : "Показване на обозначение за самоличност на картата",
|
"Show card ID badge" : "Показване на обозначение за самоличност на картата",
|
||||||
"Show boards in calendar/tasks" : "Показване на таблата в календар / задачи",
|
"Show boards in calendar/tasks" : "Показване на таблата в календар / задачи",
|
||||||
"Cancel edit" : "Отказ на редактиране",
|
|
||||||
"Board details" : "Подробности за табло",
|
"Board details" : "Подробности за табло",
|
||||||
"Edit board" : "Редактиране на табло",
|
"Edit board" : "Редактиране на табло",
|
||||||
"Clone board" : " Клониране на табло",
|
"Clone board" : " Клониране на табло",
|
||||||
|
|||||||
@@ -109,7 +109,6 @@
|
|||||||
"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 е инструмент за организация в стил kanban, насочен към лично планиране и организация на проекти за екипи, интегрирани с Nextcloud.\n\n\n- 📥 Добавете задачите си към карти и ги подредете\n- 📄 Запишете допълнителни бележки в markdown формат\n- Присвояване на етикети за още по-добра организация\n- 👥 Споделете с вашия екип, приятели или семейство\n- 📎Прикачете файлове и ги вградете във вашето описание за маркиране\n- 💬Обсъдете с вашия екип, като използвате коментари\n- ⚡ Проследявайте промените в потока от дейности\n- 🚀 Организирайте проекта си",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck е инструмент за организация в стил kanban, насочен към лично планиране и организация на проекти за екипи, интегрирани с Nextcloud.\n\n\n- 📥 Добавете задачите си към карти и ги подредете\n- 📄 Запишете допълнителни бележки в markdown формат\n- Присвояване на етикети за още по-добра организация\n- 👥 Споделете с вашия екип, приятели или семейство\n- 📎Прикачете файлове и ги вградете във вашето описание за маркиране\n- 💬Обсъдете с вашия екип, като използвате коментари\n- ⚡ Проследявайте промените в потока от дейности\n- 🚀 Организирайте проекта си",
|
||||||
"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" : "Търсене по заглавие на таблото",
|
||||||
@@ -241,6 +240,7 @@
|
|||||||
"Todo items" : "Елементи на задача за изпълнение",
|
"Todo items" : "Елементи на задача за изпълнение",
|
||||||
"{count} comments, {unread} unread" : "{count} коментари, {unread} непрочетени",
|
"{count} comments, {unread} unread" : "{count} коментари, {unread} непрочетени",
|
||||||
"Edit card title" : "Редактиране на заглавието на карта",
|
"Edit card title" : "Редактиране на заглавието на карта",
|
||||||
|
"Card details" : "Подробности за картата",
|
||||||
"Assign to me" : "Зачисляване към мен",
|
"Assign to me" : "Зачисляване към мен",
|
||||||
"Unassign myself" : "Отмяна на зачисляването към мен",
|
"Unassign myself" : "Отмяна на зачисляването към мен",
|
||||||
"Delete card" : "Изтриване на карта",
|
"Delete card" : "Изтриване на карта",
|
||||||
@@ -261,7 +261,6 @@
|
|||||||
"Use bigger card view" : "Използва по-голям изглед на картата",
|
"Use bigger card view" : "Използва по-голям изглед на картата",
|
||||||
"Show card ID badge" : "Показване на обозначение за самоличност на картата",
|
"Show card ID badge" : "Показване на обозначение за самоличност на картата",
|
||||||
"Show boards in calendar/tasks" : "Показване на таблата в календар / задачи",
|
"Show boards in calendar/tasks" : "Показване на таблата в календар / задачи",
|
||||||
"Cancel edit" : "Отказ на редактиране",
|
|
||||||
"Board details" : "Подробности за табло",
|
"Board details" : "Подробности за табло",
|
||||||
"Edit board" : "Редактиране на табло",
|
"Edit board" : "Редактиране на табло",
|
||||||
"Clone board" : " Клониране на табло",
|
"Clone board" : " Клониране на табло",
|
||||||
|
|||||||
@@ -120,7 +120,6 @@ 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",
|
"Invalid date, date format must be YYYY-MM-DD" : "La data no és vàlida, el format de la data ha de ser YYYY-MM-DD",
|
||||||
"Personal planning and team project organization" : "Planificació personal i organització de projectes en equip",
|
"Personal planning and team project organization" : "Planificació personal i organització de projectes en equip",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Tauler és una eina d'organització a l'estil kanban dirigida a la planificació personal i a l'organització de projectes per equips integrada a Nextcloud.\n\n\n- 📥 Afegiu les tasques en targetes i poseu-les en ordre\n- 📄 Apunteu notes addicionals en format Markdown\n- 🔖 Assigneu etiquetes per una millor organització\n- 👥 Compartiu amb el vostre equip, família o amics\n- 📎 Adjunteu fitxers i encasteu-los en la descripció en markdown\n- 💬 Converses amb el vostre equip fent servir comentaris\n- ⚡ Mantingueu el seguiment de canvis al flux d'activitat\n- 🚀 Tingueu el vostre projecte organitzat",
|
"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",
|
"Add board" : "Afegeix un tauler",
|
||||||
"Select the board to link to a project" : "Selecciona el tauler per enllaçar a un projecte",
|
"Select the board to link to a project" : "Selecciona el tauler per enllaçar a un projecte",
|
||||||
"Search by board title" : "Cerca per títol del tauler",
|
"Search by board title" : "Cerca per títol del tauler",
|
||||||
@@ -267,6 +266,7 @@ OC.L10N.register(
|
|||||||
"Todo items" : "Tasques pendents",
|
"Todo items" : "Tasques pendents",
|
||||||
"{count} comments, {unread} unread" : "{count} comentaris, {unread} no llegits",
|
"{count} comments, {unread} unread" : "{count} comentaris, {unread} no llegits",
|
||||||
"Edit card title" : "Edició del títol de la targeta",
|
"Edit card title" : "Edició del títol de la targeta",
|
||||||
|
"Card details" : "Detalls de la targeta",
|
||||||
"Assign to me" : "Assigna'm a mi",
|
"Assign to me" : "Assigna'm a mi",
|
||||||
"Unassign myself" : "Desasignar a mi mateix",
|
"Unassign myself" : "Desasignar a mi mateix",
|
||||||
"Mark as not done" : "Marca com no fet",
|
"Mark as not done" : "Marca com no fet",
|
||||||
@@ -307,7 +307,6 @@ OC.L10N.register(
|
|||||||
"Show boards in calendar/tasks" : "Mostra els taulers al calendari/tasques",
|
"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",
|
"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.",
|
"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",
|
"Board details" : "Detalls del tauler",
|
||||||
"Edit board" : "Edita el tauler",
|
"Edit board" : "Edita el tauler",
|
||||||
"Clone board" : "Clonar tauler",
|
"Clone board" : "Clonar tauler",
|
||||||
@@ -333,6 +332,7 @@ OC.L10N.register(
|
|||||||
"No due" : "Sense venciment",
|
"No due" : "Sense venciment",
|
||||||
"Search for {searchQuery} in all boards" : "Busca {searchQuery} a tots els taulers",
|
"Search for {searchQuery} in all boards" : "Busca {searchQuery} a tots els taulers",
|
||||||
"No results found" : "No s'han trobat resultats",
|
"No results found" : "No s'han trobat resultats",
|
||||||
|
"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}",
|
"Deck board {name}\n* Last modified on {lastMod}" : "Tauler de piles {name}\n* Última modificació el dia {lastMod}",
|
||||||
"{stack} in {board}" : "{stack} a {board}",
|
"{stack} in {board}" : "{stack} a {board}",
|
||||||
"Click to expand description" : "Feu clic per ampliar la descripció",
|
"Click to expand description" : "Feu clic per ampliar la descripció",
|
||||||
@@ -352,7 +352,6 @@ OC.L10N.register(
|
|||||||
"upcoming cards" : "pròximes targetes",
|
"upcoming cards" : "pròximes targetes",
|
||||||
"New card" : "Nova targeta",
|
"New card" : "Nova targeta",
|
||||||
"Due on {date}" : "Venciment el dia {date}",
|
"Due on {date}" : "Venciment el dia {date}",
|
||||||
"This weekend – {timeLocale}" : "Aquest cap de setmana: {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Demà: {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Demà: {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Avui més tard: {timeLocale}",
|
"Later today – {timeLocale}" : "Avui més tard: {timeLocale}",
|
||||||
"Link to a board" : "Enllaça a un tauler",
|
"Link to a board" : "Enllaça a un tauler",
|
||||||
|
|||||||
@@ -118,7 +118,6 @@
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "La data no és vàlida, el format de la data ha de ser YYYY-MM-DD",
|
"Invalid date, date format must be YYYY-MM-DD" : "La data no és vàlida, el format de la data ha de ser YYYY-MM-DD",
|
||||||
"Personal planning and team project organization" : "Planificació personal i organització de projectes en equip",
|
"Personal planning and team project organization" : "Planificació personal i organització de projectes en equip",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Tauler és una eina d'organització a l'estil kanban dirigida a la planificació personal i a l'organització de projectes per equips integrada a Nextcloud.\n\n\n- 📥 Afegiu les tasques en targetes i poseu-les en ordre\n- 📄 Apunteu notes addicionals en format Markdown\n- 🔖 Assigneu etiquetes per una millor organització\n- 👥 Compartiu amb el vostre equip, família o amics\n- 📎 Adjunteu fitxers i encasteu-los en la descripció en markdown\n- 💬 Converses amb el vostre equip fent servir comentaris\n- ⚡ Mantingueu el seguiment de canvis al flux d'activitat\n- 🚀 Tingueu el vostre projecte organitzat",
|
"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",
|
"Add board" : "Afegeix un tauler",
|
||||||
"Select the board to link to a project" : "Selecciona el tauler per enllaçar a un projecte",
|
"Select the board to link to a project" : "Selecciona el tauler per enllaçar a un projecte",
|
||||||
"Search by board title" : "Cerca per títol del tauler",
|
"Search by board title" : "Cerca per títol del tauler",
|
||||||
@@ -265,6 +264,7 @@
|
|||||||
"Todo items" : "Tasques pendents",
|
"Todo items" : "Tasques pendents",
|
||||||
"{count} comments, {unread} unread" : "{count} comentaris, {unread} no llegits",
|
"{count} comments, {unread} unread" : "{count} comentaris, {unread} no llegits",
|
||||||
"Edit card title" : "Edició del títol de la targeta",
|
"Edit card title" : "Edició del títol de la targeta",
|
||||||
|
"Card details" : "Detalls de la targeta",
|
||||||
"Assign to me" : "Assigna'm a mi",
|
"Assign to me" : "Assigna'm a mi",
|
||||||
"Unassign myself" : "Desasignar a mi mateix",
|
"Unassign myself" : "Desasignar a mi mateix",
|
||||||
"Mark as not done" : "Marca com no fet",
|
"Mark as not done" : "Marca com no fet",
|
||||||
@@ -305,7 +305,6 @@
|
|||||||
"Show boards in calendar/tasks" : "Mostra els taulers al calendari/tasques",
|
"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",
|
"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.",
|
"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",
|
"Board details" : "Detalls del tauler",
|
||||||
"Edit board" : "Edita el tauler",
|
"Edit board" : "Edita el tauler",
|
||||||
"Clone board" : "Clonar tauler",
|
"Clone board" : "Clonar tauler",
|
||||||
@@ -331,6 +330,7 @@
|
|||||||
"No due" : "Sense venciment",
|
"No due" : "Sense venciment",
|
||||||
"Search for {searchQuery} in all boards" : "Busca {searchQuery} a tots els taulers",
|
"Search for {searchQuery} in all boards" : "Busca {searchQuery} a tots els taulers",
|
||||||
"No results found" : "No s'han trobat resultats",
|
"No results found" : "No s'han trobat resultats",
|
||||||
|
"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}",
|
"Deck board {name}\n* Last modified on {lastMod}" : "Tauler de piles {name}\n* Última modificació el dia {lastMod}",
|
||||||
"{stack} in {board}" : "{stack} a {board}",
|
"{stack} in {board}" : "{stack} a {board}",
|
||||||
"Click to expand description" : "Feu clic per ampliar la descripció",
|
"Click to expand description" : "Feu clic per ampliar la descripció",
|
||||||
@@ -350,7 +350,6 @@
|
|||||||
"upcoming cards" : "pròximes targetes",
|
"upcoming cards" : "pròximes targetes",
|
||||||
"New card" : "Nova targeta",
|
"New card" : "Nova targeta",
|
||||||
"Due on {date}" : "Venciment el dia {date}",
|
"Due on {date}" : "Venciment el dia {date}",
|
||||||
"This weekend – {timeLocale}" : "Aquest cap de setmana: {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Demà: {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Demà: {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Avui més tard: {timeLocale}",
|
"Later today – {timeLocale}" : "Avui més tard: {timeLocale}",
|
||||||
"Link to a board" : "Enllaça a un tauler",
|
"Link to a board" : "Enllaça a un tauler",
|
||||||
|
|||||||
16
l10n/cs.js
16
l10n/cs.js
@@ -120,7 +120,6 @@ 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",
|
"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",
|
"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",
|
"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",
|
"Add board" : "Přidat tabuli",
|
||||||
"Select the board to link to a project" : "Vyberte tabuli kterou propojit s projektem",
|
"Select the board to link to a project" : "Vyberte tabuli kterou propojit s projektem",
|
||||||
"Search by board title" : "Hledat podle názvu tabule",
|
"Search by board title" : "Hledat podle názvu tabule",
|
||||||
@@ -181,12 +180,9 @@ OC.L10N.register(
|
|||||||
"Deleted lists" : "Smazané seznamy",
|
"Deleted lists" : "Smazané seznamy",
|
||||||
"Undo" : "Vrátit zpět",
|
"Undo" : "Vrátit zpět",
|
||||||
"Deleted cards" : "Smazané karty",
|
"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",
|
"No participants found" : "Nenalezeni žádní účastníci",
|
||||||
"Board owner" : "Vlastník tabule",
|
"Board owner" : "Vlastník tabule",
|
||||||
"(Group)" : "(Skupina)",
|
"(Group)" : "(Skupina)",
|
||||||
"(Team)" : "(Tým)",
|
|
||||||
"Can edit" : "Může upravovat",
|
"Can edit" : "Může upravovat",
|
||||||
"Can share" : "Může sdílet",
|
"Can share" : "Může sdílet",
|
||||||
"Can manage" : "Může spravovat",
|
"Can manage" : "Může spravovat",
|
||||||
@@ -212,9 +208,7 @@ OC.L10N.register(
|
|||||||
"title and color value must be provided" : "je třeba zadat nadpis a zvolit barvu",
|
"title and color value must be provided" : "je třeba zadat nadpis a zvolit barvu",
|
||||||
"Board name" : "Název tabule",
|
"Board name" : "Název tabule",
|
||||||
"Members" : "Členové",
|
"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ě…",
|
"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",
|
"Upload new files" : "Nahrát nové soubory",
|
||||||
"Share from Files" : "Sdílet ze Souborů",
|
"Share from Files" : "Sdílet ze Souborů",
|
||||||
"Pending share" : "Čekající sdílení",
|
"Pending share" : "Čekající sdílení",
|
||||||
@@ -268,13 +262,13 @@ OC.L10N.register(
|
|||||||
"Set due date for this weekend" : "Nastavit termín na tento týden",
|
"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",
|
"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…",
|
"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:",
|
"Create a new tag:" : "Vytvořit nový štítek:",
|
||||||
"(group)" : "(skupina)",
|
"(group)" : "(skupina)",
|
||||||
"Next week – {timeLocale}" : "Příští týden – {timeLocale}",
|
"Next week – {timeLocale}" : "Příští týden – {timeLocale}",
|
||||||
"Todo items" : "Položky k udělání",
|
"Todo items" : "Položky k udělání",
|
||||||
"{count} comments, {unread} unread" : "{count} komentářů, {unread} nepřečtených",
|
"{count} comments, {unread} unread" : "{count} komentářů, {unread} nepřečtených",
|
||||||
"Edit card title" : "Upravit nadpis karty",
|
"Edit card title" : "Upravit nadpis karty",
|
||||||
|
"Card details" : "Podrobnosti o kartě",
|
||||||
"Assign to me" : "Přiřadit mě",
|
"Assign to me" : "Přiřadit mě",
|
||||||
"Unassign myself" : "Zrušit přiřazení sobě",
|
"Unassign myself" : "Zrušit přiřazení sobě",
|
||||||
"Mark as not done" : "Označit jako nehotové",
|
"Mark as not done" : "Označit jako nehotové",
|
||||||
@@ -282,15 +276,11 @@ OC.L10N.register(
|
|||||||
"Card deleted" : "Karta smazána",
|
"Card deleted" : "Karta smazána",
|
||||||
"seconds ago" : "před několika sekundami",
|
"seconds ago" : "před několika sekundami",
|
||||||
"Keyboard shortcuts" : "Klávesové zkratky",
|
"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",
|
"Board actions" : "Akce ohledně tabule",
|
||||||
"Keyboard shortcut" : "Klávesová zkratka",
|
"Keyboard shortcut" : "Klávesová zkratka",
|
||||||
"Action" : "Akce",
|
"Action" : "Akce",
|
||||||
"Shift" : "Shift",
|
"Shift" : "Shift",
|
||||||
"Scroll" : "Posunout",
|
|
||||||
"Scroll sideways" : "Posunout na strany",
|
|
||||||
"Navigate between cards" : "Pohyb mezi kartami",
|
"Navigate between cards" : "Pohyb mezi kartami",
|
||||||
"Esc" : "Esc",
|
|
||||||
"Close card details" : "Zavřít podrobnosti o kartě",
|
"Close card details" : "Zavřít podrobnosti o kartě",
|
||||||
"Ctrl" : "Ctrl",
|
"Ctrl" : "Ctrl",
|
||||||
"Search" : "Hledat",
|
"Search" : "Hledat",
|
||||||
@@ -316,8 +306,6 @@ OC.L10N.register(
|
|||||||
"Show boards in calendar/tasks" : "Zobrazit tabule v kalendáři/úkolech",
|
"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",
|
"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.",
|
"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",
|
"Board details" : "Podrobnosti o tabuli",
|
||||||
"Edit board" : "Upravit tabuli",
|
"Edit board" : "Upravit tabuli",
|
||||||
"Clone board" : "Klonovat tabuli",
|
"Clone board" : "Klonovat tabuli",
|
||||||
@@ -343,6 +331,7 @@ OC.L10N.register(
|
|||||||
"No due" : "Žádný termín",
|
"No due" : "Žádný termín",
|
||||||
"Search for {searchQuery} in all boards" : "Hledat {searchQuery} na všech tabulích",
|
"Search for {searchQuery} in all boards" : "Hledat {searchQuery} na všech tabulích",
|
||||||
"No results found" : "Nenalezeny žádné výsledky",
|
"No results found" : "Nenalezeny žádné výsledky",
|
||||||
|
"This weekend – {timeLocale}" : "Tento víkend – {timeLocale}",
|
||||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deck karta {name}\n* Naposledy změněno {lastMod}",
|
"Deck board {name}\n* Last modified on {lastMod}" : "Deck karta {name}\n* Naposledy změněno {lastMod}",
|
||||||
"{stack} in {board}" : "{stack} v {board}",
|
"{stack} in {board}" : "{stack} v {board}",
|
||||||
"Click to expand description" : "Popis rozbalíte kliknutím",
|
"Click to expand description" : "Popis rozbalíte kliknutím",
|
||||||
@@ -362,7 +351,6 @@ OC.L10N.register(
|
|||||||
"upcoming cards" : "nadcházející karty",
|
"upcoming cards" : "nadcházející karty",
|
||||||
"New card" : "Nová karta",
|
"New card" : "Nová karta",
|
||||||
"Due on {date}" : "Termín {date}",
|
"Due on {date}" : "Termín {date}",
|
||||||
"This weekend – {timeLocale}" : "Tento víkend – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Zítra – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Zítra – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Později dnes – {timeLocale}",
|
"Later today – {timeLocale}" : "Později dnes – {timeLocale}",
|
||||||
"Link to a board" : "Propojit s tabulí",
|
"Link to a board" : "Propojit s tabulí",
|
||||||
|
|||||||
16
l10n/cs.json
16
l10n/cs.json
@@ -118,7 +118,6 @@
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "Neplatné datum – je třeba, aby formát data byl RRRR-MM-DD",
|
"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",
|
"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",
|
"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",
|
"Add board" : "Přidat tabuli",
|
||||||
"Select the board to link to a project" : "Vyberte tabuli kterou propojit s projektem",
|
"Select the board to link to a project" : "Vyberte tabuli kterou propojit s projektem",
|
||||||
"Search by board title" : "Hledat podle názvu tabule",
|
"Search by board title" : "Hledat podle názvu tabule",
|
||||||
@@ -179,12 +178,9 @@
|
|||||||
"Deleted lists" : "Smazané seznamy",
|
"Deleted lists" : "Smazané seznamy",
|
||||||
"Undo" : "Vrátit zpět",
|
"Undo" : "Vrátit zpět",
|
||||||
"Deleted cards" : "Smazané karty",
|
"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",
|
"No participants found" : "Nenalezeni žádní účastníci",
|
||||||
"Board owner" : "Vlastník tabule",
|
"Board owner" : "Vlastník tabule",
|
||||||
"(Group)" : "(Skupina)",
|
"(Group)" : "(Skupina)",
|
||||||
"(Team)" : "(Tým)",
|
|
||||||
"Can edit" : "Může upravovat",
|
"Can edit" : "Může upravovat",
|
||||||
"Can share" : "Může sdílet",
|
"Can share" : "Může sdílet",
|
||||||
"Can manage" : "Může spravovat",
|
"Can manage" : "Může spravovat",
|
||||||
@@ -210,9 +206,7 @@
|
|||||||
"title and color value must be provided" : "je třeba zadat nadpis a zvolit barvu",
|
"title and color value must be provided" : "je třeba zadat nadpis a zvolit barvu",
|
||||||
"Board name" : "Název tabule",
|
"Board name" : "Název tabule",
|
||||||
"Members" : "Členové",
|
"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ě…",
|
"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",
|
"Upload new files" : "Nahrát nové soubory",
|
||||||
"Share from Files" : "Sdílet ze Souborů",
|
"Share from Files" : "Sdílet ze Souborů",
|
||||||
"Pending share" : "Čekající sdílení",
|
"Pending share" : "Čekající sdílení",
|
||||||
@@ -266,13 +260,13 @@
|
|||||||
"Set due date for this weekend" : "Nastavit termín na tento týden",
|
"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",
|
"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…",
|
"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:",
|
"Create a new tag:" : "Vytvořit nový štítek:",
|
||||||
"(group)" : "(skupina)",
|
"(group)" : "(skupina)",
|
||||||
"Next week – {timeLocale}" : "Příští týden – {timeLocale}",
|
"Next week – {timeLocale}" : "Příští týden – {timeLocale}",
|
||||||
"Todo items" : "Položky k udělání",
|
"Todo items" : "Položky k udělání",
|
||||||
"{count} comments, {unread} unread" : "{count} komentářů, {unread} nepřečtených",
|
"{count} comments, {unread} unread" : "{count} komentářů, {unread} nepřečtených",
|
||||||
"Edit card title" : "Upravit nadpis karty",
|
"Edit card title" : "Upravit nadpis karty",
|
||||||
|
"Card details" : "Podrobnosti o kartě",
|
||||||
"Assign to me" : "Přiřadit mě",
|
"Assign to me" : "Přiřadit mě",
|
||||||
"Unassign myself" : "Zrušit přiřazení sobě",
|
"Unassign myself" : "Zrušit přiřazení sobě",
|
||||||
"Mark as not done" : "Označit jako nehotové",
|
"Mark as not done" : "Označit jako nehotové",
|
||||||
@@ -280,15 +274,11 @@
|
|||||||
"Card deleted" : "Karta smazána",
|
"Card deleted" : "Karta smazána",
|
||||||
"seconds ago" : "před několika sekundami",
|
"seconds ago" : "před několika sekundami",
|
||||||
"Keyboard shortcuts" : "Klávesové zkratky",
|
"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",
|
"Board actions" : "Akce ohledně tabule",
|
||||||
"Keyboard shortcut" : "Klávesová zkratka",
|
"Keyboard shortcut" : "Klávesová zkratka",
|
||||||
"Action" : "Akce",
|
"Action" : "Akce",
|
||||||
"Shift" : "Shift",
|
"Shift" : "Shift",
|
||||||
"Scroll" : "Posunout",
|
|
||||||
"Scroll sideways" : "Posunout na strany",
|
|
||||||
"Navigate between cards" : "Pohyb mezi kartami",
|
"Navigate between cards" : "Pohyb mezi kartami",
|
||||||
"Esc" : "Esc",
|
|
||||||
"Close card details" : "Zavřít podrobnosti o kartě",
|
"Close card details" : "Zavřít podrobnosti o kartě",
|
||||||
"Ctrl" : "Ctrl",
|
"Ctrl" : "Ctrl",
|
||||||
"Search" : "Hledat",
|
"Search" : "Hledat",
|
||||||
@@ -314,8 +304,6 @@
|
|||||||
"Show boards in calendar/tasks" : "Zobrazit tabule v kalendáři/úkolech",
|
"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",
|
"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.",
|
"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",
|
"Board details" : "Podrobnosti o tabuli",
|
||||||
"Edit board" : "Upravit tabuli",
|
"Edit board" : "Upravit tabuli",
|
||||||
"Clone board" : "Klonovat tabuli",
|
"Clone board" : "Klonovat tabuli",
|
||||||
@@ -341,6 +329,7 @@
|
|||||||
"No due" : "Žádný termín",
|
"No due" : "Žádný termín",
|
||||||
"Search for {searchQuery} in all boards" : "Hledat {searchQuery} na všech tabulích",
|
"Search for {searchQuery} in all boards" : "Hledat {searchQuery} na všech tabulích",
|
||||||
"No results found" : "Nenalezeny žádné výsledky",
|
"No results found" : "Nenalezeny žádné výsledky",
|
||||||
|
"This weekend – {timeLocale}" : "Tento víkend – {timeLocale}",
|
||||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deck karta {name}\n* Naposledy změněno {lastMod}",
|
"Deck board {name}\n* Last modified on {lastMod}" : "Deck karta {name}\n* Naposledy změněno {lastMod}",
|
||||||
"{stack} in {board}" : "{stack} v {board}",
|
"{stack} in {board}" : "{stack} v {board}",
|
||||||
"Click to expand description" : "Popis rozbalíte kliknutím",
|
"Click to expand description" : "Popis rozbalíte kliknutím",
|
||||||
@@ -360,7 +349,6 @@
|
|||||||
"upcoming cards" : "nadcházející karty",
|
"upcoming cards" : "nadcházející karty",
|
||||||
"New card" : "Nová karta",
|
"New card" : "Nová karta",
|
||||||
"Due on {date}" : "Termín {date}",
|
"Due on {date}" : "Termín {date}",
|
||||||
"This weekend – {timeLocale}" : "Tento víkend – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Zítra – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Zítra – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Později dnes – {timeLocale}",
|
"Later today – {timeLocale}" : "Později dnes – {timeLocale}",
|
||||||
"Link to a board" : "Propojit s tabulí",
|
"Link to a board" : "Propojit s tabulí",
|
||||||
|
|||||||
@@ -63,7 +63,6 @@ OC.L10N.register(
|
|||||||
"Path is already shared with this card" : "Stien er allerede delt med dette kort.",
|
"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",
|
"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",
|
"Personal planning and team project organization" : "Personlig planlægning og organisering af team projekter",
|
||||||
"Card details" : "Kort detaljer",
|
|
||||||
"Add board" : "Tilføj tavle",
|
"Add board" : "Tilføj tavle",
|
||||||
"Select the board to link to a project" : "Vælg en tavle at linke til et projekt",
|
"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",
|
"Search by board title" : "Søg efter tavle titel",
|
||||||
@@ -175,12 +174,12 @@ OC.L10N.register(
|
|||||||
"Set a due date" : "Sæt en forfaldsdato",
|
"Set a due date" : "Sæt en forfaldsdato",
|
||||||
"Remove due date" : "Fjern forfaldsdato",
|
"Remove due date" : "Fjern forfaldsdato",
|
||||||
"Mark as done" : "Marker som færdig",
|
"Mark as done" : "Marker som færdig",
|
||||||
"Not done" : "Ikke færdig",
|
|
||||||
"Unarchive card" : "Gen-aktivér kort",
|
"Unarchive card" : "Gen-aktivér kort",
|
||||||
"Archive card" : "Arkivér kort",
|
"Archive card" : "Arkivér kort",
|
||||||
"Select Date" : "Vælg dato",
|
"Select Date" : "Vælg dato",
|
||||||
"Assign a tag to this card…" : "Tilføj et mærkat til dette kort ...",
|
"Assign a tag to this card…" : "Tilføj et mærkat til dette kort ...",
|
||||||
"(group)" : "(gruppe)",
|
"(group)" : "(gruppe)",
|
||||||
|
"Card details" : "Kort detaljer",
|
||||||
"Assign to me" : "Tildel til mig",
|
"Assign to me" : "Tildel til mig",
|
||||||
"Unassign myself" : "Fjern mig selv",
|
"Unassign myself" : "Fjern mig selv",
|
||||||
"Delete card" : "Slet kort",
|
"Delete card" : "Slet kort",
|
||||||
@@ -197,7 +196,6 @@ OC.L10N.register(
|
|||||||
"Shared with you" : "Shared with you",
|
"Shared with you" : "Shared with you",
|
||||||
"Use bigger card view" : "Brug større kort visning",
|
"Use bigger card view" : "Brug større kort visning",
|
||||||
"Show boards in calendar/tasks" : "Vis tavler i kalender/opgaver",
|
"Show boards in calendar/tasks" : "Vis tavler i kalender/opgaver",
|
||||||
"Cancel edit" : "Annuller redigering",
|
|
||||||
"Board details" : "Liste detaljer",
|
"Board details" : "Liste detaljer",
|
||||||
"Edit board" : "Rediger liste",
|
"Edit board" : "Rediger liste",
|
||||||
"Clone board" : "Klon tavle",
|
"Clone board" : "Klon tavle",
|
||||||
|
|||||||
@@ -61,7 +61,6 @@
|
|||||||
"Path is already shared with this card" : "Stien er allerede delt med dette kort.",
|
"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",
|
"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",
|
"Personal planning and team project organization" : "Personlig planlægning og organisering af team projekter",
|
||||||
"Card details" : "Kort detaljer",
|
|
||||||
"Add board" : "Tilføj tavle",
|
"Add board" : "Tilføj tavle",
|
||||||
"Select the board to link to a project" : "Vælg en tavle at linke til et projekt",
|
"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",
|
"Search by board title" : "Søg efter tavle titel",
|
||||||
@@ -173,12 +172,12 @@
|
|||||||
"Set a due date" : "Sæt en forfaldsdato",
|
"Set a due date" : "Sæt en forfaldsdato",
|
||||||
"Remove due date" : "Fjern forfaldsdato",
|
"Remove due date" : "Fjern forfaldsdato",
|
||||||
"Mark as done" : "Marker som færdig",
|
"Mark as done" : "Marker som færdig",
|
||||||
"Not done" : "Ikke færdig",
|
|
||||||
"Unarchive card" : "Gen-aktivér kort",
|
"Unarchive card" : "Gen-aktivér kort",
|
||||||
"Archive card" : "Arkivér kort",
|
"Archive card" : "Arkivér kort",
|
||||||
"Select Date" : "Vælg dato",
|
"Select Date" : "Vælg dato",
|
||||||
"Assign a tag to this card…" : "Tilføj et mærkat til dette kort ...",
|
"Assign a tag to this card…" : "Tilføj et mærkat til dette kort ...",
|
||||||
"(group)" : "(gruppe)",
|
"(group)" : "(gruppe)",
|
||||||
|
"Card details" : "Kort detaljer",
|
||||||
"Assign to me" : "Tildel til mig",
|
"Assign to me" : "Tildel til mig",
|
||||||
"Unassign myself" : "Fjern mig selv",
|
"Unassign myself" : "Fjern mig selv",
|
||||||
"Delete card" : "Slet kort",
|
"Delete card" : "Slet kort",
|
||||||
@@ -195,7 +194,6 @@
|
|||||||
"Shared with you" : "Shared with you",
|
"Shared with you" : "Shared with you",
|
||||||
"Use bigger card view" : "Brug større kort visning",
|
"Use bigger card view" : "Brug større kort visning",
|
||||||
"Show boards in calendar/tasks" : "Vis tavler i kalender/opgaver",
|
"Show boards in calendar/tasks" : "Vis tavler i kalender/opgaver",
|
||||||
"Cancel edit" : "Annuller redigering",
|
|
||||||
"Board details" : "Liste detaljer",
|
"Board details" : "Liste detaljer",
|
||||||
"Edit board" : "Rediger liste",
|
"Edit board" : "Rediger liste",
|
||||||
"Clone board" : "Klon tavle",
|
"Clone board" : "Klon tavle",
|
||||||
|
|||||||
@@ -120,7 +120,6 @@ OC.L10N.register(
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT",
|
"Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT",
|
||||||
"Personal planning and team project organization" : "Persönliche Planung und Teamprojektorganisation",
|
"Personal planning and team project organization" : "Persönliche Planung und Teamprojektorganisation",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Füge deine Aufgaben zu den Karten hinzu und ordne diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teile mit deinem Team, Freunden oder der Familie\n- 📎 Füge Dateien hinzu und verwende diese in deinen Markdown-Beschreibungen\n- 💬 Diskutiere mit deinem Team mit Kommentaren\n- ⚡ Behalte den Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisiere dein Projekt",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Füge deine Aufgaben zu den Karten hinzu und ordne diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teile mit deinem Team, Freunden oder der Familie\n- 📎 Füge Dateien hinzu und verwende diese in deinen Markdown-Beschreibungen\n- 💬 Diskutiere mit deinem Team mit Kommentaren\n- ⚡ Behalte den Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisiere dein Projekt",
|
||||||
"Card details" : "Kartendetails",
|
|
||||||
"Add board" : "Board hinzufügen",
|
"Add board" : "Board hinzufügen",
|
||||||
"Select the board to link to a project" : "Wähle ein Board aus, um dieses mit einem Projekt zu verknüpfen",
|
"Select the board to link to a project" : "Wähle ein Board aus, um dieses mit einem Projekt zu verknüpfen",
|
||||||
"Search by board title" : "Nach einem Board suchen",
|
"Search by board title" : "Nach einem Board suchen",
|
||||||
@@ -275,6 +274,7 @@ OC.L10N.register(
|
|||||||
"Todo items" : "Aufgaben-Elemente",
|
"Todo items" : "Aufgaben-Elemente",
|
||||||
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
|
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
|
||||||
"Edit card title" : "Kartentitel bearbeiten",
|
"Edit card title" : "Kartentitel bearbeiten",
|
||||||
|
"Card details" : "Kartendetails",
|
||||||
"Assign to me" : "Mir zuweisen",
|
"Assign to me" : "Mir zuweisen",
|
||||||
"Unassign myself" : "Nicht mehr mir zuweisen",
|
"Unassign myself" : "Nicht mehr mir zuweisen",
|
||||||
"Mark as not done" : "Als nicht erledigt markieren",
|
"Mark as not done" : "Als nicht erledigt markieren",
|
||||||
@@ -316,8 +316,6 @@ OC.L10N.register(
|
|||||||
"Show boards in calendar/tasks" : "Board in Kalender/Aufgaben anzeigen",
|
"Show boards in calendar/tasks" : "Board in Kalender/Aufgaben anzeigen",
|
||||||
"Limit board creation to some groups" : "Erstellung von Boards auf einige Gruppen beschränken",
|
"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.",
|
"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",
|
"Board details" : "Boarddetails",
|
||||||
"Edit board" : "Board bearbeiten",
|
"Edit board" : "Board bearbeiten",
|
||||||
"Clone board" : "Board klonen",
|
"Clone board" : "Board klonen",
|
||||||
@@ -343,6 +341,7 @@ OC.L10N.register(
|
|||||||
"No due" : "Kein Fälligkeitsdatum",
|
"No due" : "Kein Fälligkeitsdatum",
|
||||||
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
|
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
|
||||||
"No results found" : "Keine Ergebnisse gefunden",
|
"No results found" : "Keine Ergebnisse gefunden",
|
||||||
|
"This weekend – {timeLocale}" : "Dieses Wochenende – {timeLocale}",
|
||||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deck-Board {name}\n* Zuletzt geändert am {lastMod} ",
|
"Deck board {name}\n* Last modified on {lastMod}" : "Deck-Board {name}\n* Zuletzt geändert am {lastMod} ",
|
||||||
"{stack} in {board}" : "{stack} in {board}",
|
"{stack} in {board}" : "{stack} in {board}",
|
||||||
"Click to expand description" : "Klicken, um die Beschreibung zu erweitern",
|
"Click to expand description" : "Klicken, um die Beschreibung zu erweitern",
|
||||||
@@ -362,7 +361,6 @@ OC.L10N.register(
|
|||||||
"upcoming cards" : "Anstehende Karten",
|
"upcoming cards" : "Anstehende Karten",
|
||||||
"New card" : "Neue Karte",
|
"New card" : "Neue Karte",
|
||||||
"Due on {date}" : "Fällig am {date}",
|
"Due on {date}" : "Fällig am {date}",
|
||||||
"This weekend – {timeLocale}" : "Dieses Wochenende – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Morgen – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Morgen – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Heute noch – {timeLocale}",
|
"Later today – {timeLocale}" : "Heute noch – {timeLocale}",
|
||||||
"Link to a board" : "Mit einem Board verknüpfen",
|
"Link to a board" : "Mit einem Board verknüpfen",
|
||||||
|
|||||||
@@ -118,7 +118,6 @@
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT",
|
"Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT",
|
||||||
"Personal planning and team project organization" : "Persönliche Planung und Teamprojektorganisation",
|
"Personal planning and team project organization" : "Persönliche Planung und Teamprojektorganisation",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Füge deine Aufgaben zu den Karten hinzu und ordne diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teile mit deinem Team, Freunden oder der Familie\n- 📎 Füge Dateien hinzu und verwende diese in deinen Markdown-Beschreibungen\n- 💬 Diskutiere mit deinem Team mit Kommentaren\n- ⚡ Behalte den Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisiere dein Projekt",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Füge deine Aufgaben zu den Karten hinzu und ordne diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teile mit deinem Team, Freunden oder der Familie\n- 📎 Füge Dateien hinzu und verwende diese in deinen Markdown-Beschreibungen\n- 💬 Diskutiere mit deinem Team mit Kommentaren\n- ⚡ Behalte den Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisiere dein Projekt",
|
||||||
"Card details" : "Kartendetails",
|
|
||||||
"Add board" : "Board hinzufügen",
|
"Add board" : "Board hinzufügen",
|
||||||
"Select the board to link to a project" : "Wähle ein Board aus, um dieses mit einem Projekt zu verknüpfen",
|
"Select the board to link to a project" : "Wähle ein Board aus, um dieses mit einem Projekt zu verknüpfen",
|
||||||
"Search by board title" : "Nach einem Board suchen",
|
"Search by board title" : "Nach einem Board suchen",
|
||||||
@@ -273,6 +272,7 @@
|
|||||||
"Todo items" : "Aufgaben-Elemente",
|
"Todo items" : "Aufgaben-Elemente",
|
||||||
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
|
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
|
||||||
"Edit card title" : "Kartentitel bearbeiten",
|
"Edit card title" : "Kartentitel bearbeiten",
|
||||||
|
"Card details" : "Kartendetails",
|
||||||
"Assign to me" : "Mir zuweisen",
|
"Assign to me" : "Mir zuweisen",
|
||||||
"Unassign myself" : "Nicht mehr mir zuweisen",
|
"Unassign myself" : "Nicht mehr mir zuweisen",
|
||||||
"Mark as not done" : "Als nicht erledigt markieren",
|
"Mark as not done" : "Als nicht erledigt markieren",
|
||||||
@@ -314,8 +314,6 @@
|
|||||||
"Show boards in calendar/tasks" : "Board in Kalender/Aufgaben anzeigen",
|
"Show boards in calendar/tasks" : "Board in Kalender/Aufgaben anzeigen",
|
||||||
"Limit board creation to some groups" : "Erstellung von Boards auf einige Gruppen beschränken",
|
"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.",
|
"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",
|
"Board details" : "Boarddetails",
|
||||||
"Edit board" : "Board bearbeiten",
|
"Edit board" : "Board bearbeiten",
|
||||||
"Clone board" : "Board klonen",
|
"Clone board" : "Board klonen",
|
||||||
@@ -341,6 +339,7 @@
|
|||||||
"No due" : "Kein Fälligkeitsdatum",
|
"No due" : "Kein Fälligkeitsdatum",
|
||||||
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
|
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
|
||||||
"No results found" : "Keine Ergebnisse gefunden",
|
"No results found" : "Keine Ergebnisse gefunden",
|
||||||
|
"This weekend – {timeLocale}" : "Dieses Wochenende – {timeLocale}",
|
||||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deck-Board {name}\n* Zuletzt geändert am {lastMod} ",
|
"Deck board {name}\n* Last modified on {lastMod}" : "Deck-Board {name}\n* Zuletzt geändert am {lastMod} ",
|
||||||
"{stack} in {board}" : "{stack} in {board}",
|
"{stack} in {board}" : "{stack} in {board}",
|
||||||
"Click to expand description" : "Klicken, um die Beschreibung zu erweitern",
|
"Click to expand description" : "Klicken, um die Beschreibung zu erweitern",
|
||||||
@@ -360,7 +359,6 @@
|
|||||||
"upcoming cards" : "Anstehende Karten",
|
"upcoming cards" : "Anstehende Karten",
|
||||||
"New card" : "Neue Karte",
|
"New card" : "Neue Karte",
|
||||||
"Due on {date}" : "Fällig am {date}",
|
"Due on {date}" : "Fällig am {date}",
|
||||||
"This weekend – {timeLocale}" : "Dieses Wochenende – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Morgen – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Morgen – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Heute noch – {timeLocale}",
|
"Later today – {timeLocale}" : "Heute noch – {timeLocale}",
|
||||||
"Link to a board" : "Mit einem Board verknüpfen",
|
"Link to a board" : "Mit einem Board verknüpfen",
|
||||||
|
|||||||
@@ -120,7 +120,6 @@ OC.L10N.register(
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT",
|
"Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT",
|
||||||
"Personal planning and team project organization" : "Persönliche Planung und Teamprojektorganisation",
|
"Personal planning and team project organization" : "Persönliche Planung und Teamprojektorganisation",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Fügen Sie Ihre Aufgaben zu den Karten hinzu und ordnen Sie diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teilen Sie mit Ihrem Team, Ihren Freunden oder Ihrer Familie\n- 📎 Fügen Sie Dateien hinzu und verwende diese in Ihren Markdown-Beschreibungen\n- 💬 Diskutieren Sie mit Ihrem Team mit Kommentaren\n- ⚡ Behalten Sie Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisieren Sie Ihr Projekt",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Fügen Sie Ihre Aufgaben zu den Karten hinzu und ordnen Sie diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teilen Sie mit Ihrem Team, Ihren Freunden oder Ihrer Familie\n- 📎 Fügen Sie Dateien hinzu und verwende diese in Ihren Markdown-Beschreibungen\n- 💬 Diskutieren Sie mit Ihrem Team mit Kommentaren\n- ⚡ Behalten Sie Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisieren Sie Ihr Projekt",
|
||||||
"Card details" : "Karten-Details",
|
|
||||||
"Add board" : "Board hinzufügen",
|
"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",
|
"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",
|
"Search by board title" : "Nach einem Board suchen",
|
||||||
@@ -275,6 +274,7 @@ OC.L10N.register(
|
|||||||
"Todo items" : "Aufgaben-Elemente",
|
"Todo items" : "Aufgaben-Elemente",
|
||||||
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
|
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
|
||||||
"Edit card title" : "Kartentitel bearbeiten",
|
"Edit card title" : "Kartentitel bearbeiten",
|
||||||
|
"Card details" : "Karten-Details",
|
||||||
"Assign to me" : "Mir zuweisen",
|
"Assign to me" : "Mir zuweisen",
|
||||||
"Unassign myself" : "Nicht mehr mir zuweisen",
|
"Unassign myself" : "Nicht mehr mir zuweisen",
|
||||||
"Mark as not done" : "Als unerledigt markieren",
|
"Mark as not done" : "Als unerledigt markieren",
|
||||||
@@ -316,8 +316,6 @@ OC.L10N.register(
|
|||||||
"Show boards in calendar/tasks" : "Board in Kalender/Aufgaben anzeigen",
|
"Show boards in calendar/tasks" : "Board in Kalender/Aufgaben anzeigen",
|
||||||
"Limit board creation to some groups" : "Boarderstellung auf einige Gruppen beschränken",
|
"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.",
|
"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",
|
"Board details" : "Board-Details",
|
||||||
"Edit board" : "Board bearbeiten",
|
"Edit board" : "Board bearbeiten",
|
||||||
"Clone board" : "Board klonen",
|
"Clone board" : "Board klonen",
|
||||||
@@ -343,6 +341,7 @@ OC.L10N.register(
|
|||||||
"No due" : "Kein Fälligkeitsdatum",
|
"No due" : "Kein Fälligkeitsdatum",
|
||||||
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
|
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
|
||||||
"No results found" : "Keine Ergebnisse gefunden",
|
"No results found" : "Keine Ergebnisse gefunden",
|
||||||
|
"This weekend – {timeLocale}" : "Dieses Wochenende – {timeLocale}",
|
||||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deck-Board {name}\n* Zuletzt geändert am {lastMod} ",
|
"Deck board {name}\n* Last modified on {lastMod}" : "Deck-Board {name}\n* Zuletzt geändert am {lastMod} ",
|
||||||
"{stack} in {board}" : "{stack} auf {board}",
|
"{stack} in {board}" : "{stack} auf {board}",
|
||||||
"Click to expand description" : "Klicken, um die Beschreibung zu erweitern",
|
"Click to expand description" : "Klicken, um die Beschreibung zu erweitern",
|
||||||
@@ -362,7 +361,6 @@ OC.L10N.register(
|
|||||||
"upcoming cards" : "Anstehende Karten",
|
"upcoming cards" : "Anstehende Karten",
|
||||||
"New card" : "Neue Karte",
|
"New card" : "Neue Karte",
|
||||||
"Due on {date}" : "Fällig am {date}",
|
"Due on {date}" : "Fällig am {date}",
|
||||||
"This weekend – {timeLocale}" : "Dieses Wochenende – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Morgen – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Morgen – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Später heute – {timeLocale}",
|
"Later today – {timeLocale}" : "Später heute – {timeLocale}",
|
||||||
"Link to a board" : "Mit einem Board verknüpfen",
|
"Link to a board" : "Mit einem Board verknüpfen",
|
||||||
|
|||||||
@@ -118,7 +118,6 @@
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT",
|
"Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT",
|
||||||
"Personal planning and team project organization" : "Persönliche Planung und Teamprojektorganisation",
|
"Personal planning and team project organization" : "Persönliche Planung und Teamprojektorganisation",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Fügen Sie Ihre Aufgaben zu den Karten hinzu und ordnen Sie diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teilen Sie mit Ihrem Team, Ihren Freunden oder Ihrer Familie\n- 📎 Fügen Sie Dateien hinzu und verwende diese in Ihren Markdown-Beschreibungen\n- 💬 Diskutieren Sie mit Ihrem Team mit Kommentaren\n- ⚡ Behalten Sie Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisieren Sie Ihr Projekt",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Fügen Sie Ihre Aufgaben zu den Karten hinzu und ordnen Sie diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teilen Sie mit Ihrem Team, Ihren Freunden oder Ihrer Familie\n- 📎 Fügen Sie Dateien hinzu und verwende diese in Ihren Markdown-Beschreibungen\n- 💬 Diskutieren Sie mit Ihrem Team mit Kommentaren\n- ⚡ Behalten Sie Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisieren Sie Ihr Projekt",
|
||||||
"Card details" : "Karten-Details",
|
|
||||||
"Add board" : "Board hinzufügen",
|
"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",
|
"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",
|
"Search by board title" : "Nach einem Board suchen",
|
||||||
@@ -273,6 +272,7 @@
|
|||||||
"Todo items" : "Aufgaben-Elemente",
|
"Todo items" : "Aufgaben-Elemente",
|
||||||
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
|
"{count} comments, {unread} unread" : "{count} Kommentare, {unread} ungelesen",
|
||||||
"Edit card title" : "Kartentitel bearbeiten",
|
"Edit card title" : "Kartentitel bearbeiten",
|
||||||
|
"Card details" : "Karten-Details",
|
||||||
"Assign to me" : "Mir zuweisen",
|
"Assign to me" : "Mir zuweisen",
|
||||||
"Unassign myself" : "Nicht mehr mir zuweisen",
|
"Unassign myself" : "Nicht mehr mir zuweisen",
|
||||||
"Mark as not done" : "Als unerledigt markieren",
|
"Mark as not done" : "Als unerledigt markieren",
|
||||||
@@ -314,8 +314,6 @@
|
|||||||
"Show boards in calendar/tasks" : "Board in Kalender/Aufgaben anzeigen",
|
"Show boards in calendar/tasks" : "Board in Kalender/Aufgaben anzeigen",
|
||||||
"Limit board creation to some groups" : "Boarderstellung auf einige Gruppen beschränken",
|
"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.",
|
"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",
|
"Board details" : "Board-Details",
|
||||||
"Edit board" : "Board bearbeiten",
|
"Edit board" : "Board bearbeiten",
|
||||||
"Clone board" : "Board klonen",
|
"Clone board" : "Board klonen",
|
||||||
@@ -341,6 +339,7 @@
|
|||||||
"No due" : "Kein Fälligkeitsdatum",
|
"No due" : "Kein Fälligkeitsdatum",
|
||||||
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
|
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
|
||||||
"No results found" : "Keine Ergebnisse gefunden",
|
"No results found" : "Keine Ergebnisse gefunden",
|
||||||
|
"This weekend – {timeLocale}" : "Dieses Wochenende – {timeLocale}",
|
||||||
"Deck board {name}\n* Last modified on {lastMod}" : "Deck-Board {name}\n* Zuletzt geändert am {lastMod} ",
|
"Deck board {name}\n* Last modified on {lastMod}" : "Deck-Board {name}\n* Zuletzt geändert am {lastMod} ",
|
||||||
"{stack} in {board}" : "{stack} auf {board}",
|
"{stack} in {board}" : "{stack} auf {board}",
|
||||||
"Click to expand description" : "Klicken, um die Beschreibung zu erweitern",
|
"Click to expand description" : "Klicken, um die Beschreibung zu erweitern",
|
||||||
@@ -360,7 +359,6 @@
|
|||||||
"upcoming cards" : "Anstehende Karten",
|
"upcoming cards" : "Anstehende Karten",
|
||||||
"New card" : "Neue Karte",
|
"New card" : "Neue Karte",
|
||||||
"Due on {date}" : "Fällig am {date}",
|
"Due on {date}" : "Fällig am {date}",
|
||||||
"This weekend – {timeLocale}" : "Dieses Wochenende – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Morgen – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Morgen – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Später heute – {timeLocale}",
|
"Later today – {timeLocale}" : "Später heute – {timeLocale}",
|
||||||
"Link to a board" : "Mit einem Board verknüpfen",
|
"Link to a board" : "Mit einem Board verknüpfen",
|
||||||
|
|||||||
@@ -119,7 +119,6 @@ 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 είναι ένα εργαλείο οργάνωσης τύπου kanban με στόχο τον προσωπικό προγραμματισμό και την οργάνωση έργων για ομάδες που έχουν ενσωματωθεί στο Nextcloud.\n\n\n- 📥 Προσθέστε τις εργασίες σας στις καρτέλες και βάλτε τες στη σειρά\n- 📄 Γράψτε τις πρόσθετες σημειώσεις\n- 🔖 Αντιστοιχίστε τις ετικέτες για ακόμη καλύτερη οργάνωση\n- 👥 Μοιραστείτε με την ομάδα, φίλους ή την οικογένειά σας\n- 📎 Επισυνάψτε αρχεία και ενσωματώστε τα στην περιγραφή\n- 💬 Συζητήστε με την ομάδα σας χρησιμοποιώντας σχόλια\n- ⚡ Παρακολουθήστε τις αλλαγές στη ροή δραστηριοτήτων\n- 🚀 Έχετε τα όλα οργανωμένα",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Το Deck είναι ένα εργαλείο οργάνωσης τύπου kanban με στόχο τον προσωπικό προγραμματισμό και την οργάνωση έργων για ομάδες που έχουν ενσωματωθεί στο Nextcloud.\n\n\n- 📥 Προσθέστε τις εργασίες σας στις καρτέλες και βάλτε τες στη σειρά\n- 📄 Γράψτε τις πρόσθετες σημειώσεις\n- 🔖 Αντιστοιχίστε τις ετικέτες για ακόμη καλύτερη οργάνωση\n- 👥 Μοιραστείτε με την ομάδα, φίλους ή την οικογένειά σας\n- 📎 Επισυνάψτε αρχεία και ενσωματώστε τα στην περιγραφή\n- 💬 Συζητήστε με την ομάδα σας χρησιμοποιώντας σχόλια\n- ⚡ Παρακολουθήστε τις αλλαγές στη ροή δραστηριοτήτων\n- 🚀 Έχετε τα όλα οργανωμένα",
|
||||||
"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,6 +273,7 @@ OC.L10N.register(
|
|||||||
"Todo items" : "Στοιχεία todo",
|
"Todo items" : "Στοιχεία todo",
|
||||||
"{count} comments, {unread} unread" : "{count} σχόλια, {unread} μη αναγνωσμένα",
|
"{count} comments, {unread} unread" : "{count} σχόλια, {unread} μη αναγνωσμένα",
|
||||||
"Edit card title" : "Επεξεργασία τίτλου κάρτας",
|
"Edit card title" : "Επεξεργασία τίτλου κάρτας",
|
||||||
|
"Card details" : "Λεπτομέρειες καρτέλας",
|
||||||
"Assign to me" : "Ανάθεση σε εμένα",
|
"Assign to me" : "Ανάθεση σε εμένα",
|
||||||
"Unassign myself" : "Αποδέσμευσή μου",
|
"Unassign myself" : "Αποδέσμευσή μου",
|
||||||
"Mark as not done" : "Σήμανση ως ολοκληρωμένου",
|
"Mark as not done" : "Σήμανση ως ολοκληρωμένου",
|
||||||
@@ -315,7 +315,6 @@ 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" : "Ακύρωση επεξεργασίας",
|
|
||||||
"Board details" : "Λεπτομέριες πίνακα",
|
"Board details" : "Λεπτομέριες πίνακα",
|
||||||
"Edit board" : "Επεξεργασία πίνακα",
|
"Edit board" : "Επεξεργασία πίνακα",
|
||||||
"Clone board" : "Κλώνος πίνακα",
|
"Clone board" : "Κλώνος πίνακα",
|
||||||
@@ -341,6 +340,7 @@ OC.L10N.register(
|
|||||||
"No due" : "Χωρίς λήξη",
|
"No due" : "Χωρίς λήξη",
|
||||||
"Search for {searchQuery} in all boards" : "Αναζήτηση για {searchQuery} σε όλους τους πίνακες",
|
"Search for {searchQuery} in all boards" : "Αναζήτηση για {searchQuery} σε όλους τους πίνακες",
|
||||||
"No results found" : "Δεν βρέθηκαν αποτελέσματα",
|
"No results found" : "Δεν βρέθηκαν αποτελέσματα",
|
||||||
|
"This weekend – {timeLocale}" : "Αυτή την εβδομάδα – {timeLocale}",
|
||||||
"Deck board {name}\n* Last modified on {lastMod}" : "Πίνακας Deck {name}\n* Τελευταία τροποποίηση στις {lastMod}",
|
"Deck board {name}\n* Last modified on {lastMod}" : "Πίνακας Deck {name}\n* Τελευταία τροποποίηση στις {lastMod}",
|
||||||
"{stack} in {board}" : "{stack} στο {board}",
|
"{stack} in {board}" : "{stack} στο {board}",
|
||||||
"Click to expand description" : "Κλικ για επέκταση περιγραφής",
|
"Click to expand description" : "Κλικ για επέκταση περιγραφής",
|
||||||
@@ -360,7 +360,6 @@ OC.L10N.register(
|
|||||||
"upcoming cards" : "επερχόμενες καρτέλες",
|
"upcoming cards" : "επερχόμενες καρτέλες",
|
||||||
"New card" : "Νέα κάρτα",
|
"New card" : "Νέα κάρτα",
|
||||||
"Due on {date}" : "Προθεσμία στις {date}",
|
"Due on {date}" : "Προθεσμία στις {date}",
|
||||||
"This weekend – {timeLocale}" : "Αυτή την εβδομάδα – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Αύριο – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Αύριο – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Αργότερα σήμερα – {timeLocale}",
|
"Later today – {timeLocale}" : "Αργότερα σήμερα – {timeLocale}",
|
||||||
"Link to a board" : "Σύνδεσμος στον πίνακα",
|
"Link to a board" : "Σύνδεσμος στον πίνακα",
|
||||||
|
|||||||
@@ -117,7 +117,6 @@
|
|||||||
"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 είναι ένα εργαλείο οργάνωσης τύπου kanban με στόχο τον προσωπικό προγραμματισμό και την οργάνωση έργων για ομάδες που έχουν ενσωματωθεί στο Nextcloud.\n\n\n- 📥 Προσθέστε τις εργασίες σας στις καρτέλες και βάλτε τες στη σειρά\n- 📄 Γράψτε τις πρόσθετες σημειώσεις\n- 🔖 Αντιστοιχίστε τις ετικέτες για ακόμη καλύτερη οργάνωση\n- 👥 Μοιραστείτε με την ομάδα, φίλους ή την οικογένειά σας\n- 📎 Επισυνάψτε αρχεία και ενσωματώστε τα στην περιγραφή\n- 💬 Συζητήστε με την ομάδα σας χρησιμοποιώντας σχόλια\n- ⚡ Παρακολουθήστε τις αλλαγές στη ροή δραστηριοτήτων\n- 🚀 Έχετε τα όλα οργανωμένα",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Το Deck είναι ένα εργαλείο οργάνωσης τύπου kanban με στόχο τον προσωπικό προγραμματισμό και την οργάνωση έργων για ομάδες που έχουν ενσωματωθεί στο Nextcloud.\n\n\n- 📥 Προσθέστε τις εργασίες σας στις καρτέλες και βάλτε τες στη σειρά\n- 📄 Γράψτε τις πρόσθετες σημειώσεις\n- 🔖 Αντιστοιχίστε τις ετικέτες για ακόμη καλύτερη οργάνωση\n- 👥 Μοιραστείτε με την ομάδα, φίλους ή την οικογένειά σας\n- 📎 Επισυνάψτε αρχεία και ενσωματώστε τα στην περιγραφή\n- 💬 Συζητήστε με την ομάδα σας χρησιμοποιώντας σχόλια\n- ⚡ Παρακολουθήστε τις αλλαγές στη ροή δραστηριοτήτων\n- 🚀 Έχετε τα όλα οργανωμένα",
|
||||||
"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,6 +271,7 @@
|
|||||||
"Todo items" : "Στοιχεία todo",
|
"Todo items" : "Στοιχεία todo",
|
||||||
"{count} comments, {unread} unread" : "{count} σχόλια, {unread} μη αναγνωσμένα",
|
"{count} comments, {unread} unread" : "{count} σχόλια, {unread} μη αναγνωσμένα",
|
||||||
"Edit card title" : "Επεξεργασία τίτλου κάρτας",
|
"Edit card title" : "Επεξεργασία τίτλου κάρτας",
|
||||||
|
"Card details" : "Λεπτομέρειες καρτέλας",
|
||||||
"Assign to me" : "Ανάθεση σε εμένα",
|
"Assign to me" : "Ανάθεση σε εμένα",
|
||||||
"Unassign myself" : "Αποδέσμευσή μου",
|
"Unassign myself" : "Αποδέσμευσή μου",
|
||||||
"Mark as not done" : "Σήμανση ως ολοκληρωμένου",
|
"Mark as not done" : "Σήμανση ως ολοκληρωμένου",
|
||||||
@@ -313,7 +313,6 @@
|
|||||||
"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" : "Ακύρωση επεξεργασίας",
|
|
||||||
"Board details" : "Λεπτομέριες πίνακα",
|
"Board details" : "Λεπτομέριες πίνακα",
|
||||||
"Edit board" : "Επεξεργασία πίνακα",
|
"Edit board" : "Επεξεργασία πίνακα",
|
||||||
"Clone board" : "Κλώνος πίνακα",
|
"Clone board" : "Κλώνος πίνακα",
|
||||||
@@ -339,6 +338,7 @@
|
|||||||
"No due" : "Χωρίς λήξη",
|
"No due" : "Χωρίς λήξη",
|
||||||
"Search for {searchQuery} in all boards" : "Αναζήτηση για {searchQuery} σε όλους τους πίνακες",
|
"Search for {searchQuery} in all boards" : "Αναζήτηση για {searchQuery} σε όλους τους πίνακες",
|
||||||
"No results found" : "Δεν βρέθηκαν αποτελέσματα",
|
"No results found" : "Δεν βρέθηκαν αποτελέσματα",
|
||||||
|
"This weekend – {timeLocale}" : "Αυτή την εβδομάδα – {timeLocale}",
|
||||||
"Deck board {name}\n* Last modified on {lastMod}" : "Πίνακας Deck {name}\n* Τελευταία τροποποίηση στις {lastMod}",
|
"Deck board {name}\n* Last modified on {lastMod}" : "Πίνακας Deck {name}\n* Τελευταία τροποποίηση στις {lastMod}",
|
||||||
"{stack} in {board}" : "{stack} στο {board}",
|
"{stack} in {board}" : "{stack} στο {board}",
|
||||||
"Click to expand description" : "Κλικ για επέκταση περιγραφής",
|
"Click to expand description" : "Κλικ για επέκταση περιγραφής",
|
||||||
@@ -358,7 +358,6 @@
|
|||||||
"upcoming cards" : "επερχόμενες καρτέλες",
|
"upcoming cards" : "επερχόμενες καρτέλες",
|
||||||
"New card" : "Νέα κάρτα",
|
"New card" : "Νέα κάρτα",
|
||||||
"Due on {date}" : "Προθεσμία στις {date}",
|
"Due on {date}" : "Προθεσμία στις {date}",
|
||||||
"This weekend – {timeLocale}" : "Αυτή την εβδομάδα – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Αύριο – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Αύριο – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Αργότερα σήμερα – {timeLocale}",
|
"Later today – {timeLocale}" : "Αργότερα σήμερα – {timeLocale}",
|
||||||
"Link to a board" : "Σύνδεσμος στον πίνακα",
|
"Link to a board" : "Σύνδεσμος στον πίνακα",
|
||||||
|
|||||||
@@ -120,7 +120,6 @@ OC.L10N.register(
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "Invalid date, date format must be YYYY-MM-DD",
|
"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",
|
"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",
|
"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",
|
"Add board" : "Add board",
|
||||||
"Select the board to link to a project" : "Select the board to link to a project",
|
"Select the board to link to a project" : "Select the board to link to a project",
|
||||||
"Search by board title" : "Search by board title",
|
"Search by board title" : "Search by board title",
|
||||||
@@ -275,6 +274,7 @@ OC.L10N.register(
|
|||||||
"Todo items" : "Todo items",
|
"Todo items" : "Todo items",
|
||||||
"{count} comments, {unread} unread" : "{count} comments, {unread} unread",
|
"{count} comments, {unread} unread" : "{count} comments, {unread} unread",
|
||||||
"Edit card title" : "Edit card title",
|
"Edit card title" : "Edit card title",
|
||||||
|
"Card details" : "Card details",
|
||||||
"Assign to me" : "Assign to me",
|
"Assign to me" : "Assign to me",
|
||||||
"Unassign myself" : "Unassign myself",
|
"Unassign myself" : "Unassign myself",
|
||||||
"Mark as not done" : "Mark as not done",
|
"Mark as not done" : "Mark as not done",
|
||||||
@@ -316,8 +316,6 @@ OC.L10N.register(
|
|||||||
"Show boards in calendar/tasks" : "Show boards in calendar/tasks",
|
"Show boards in calendar/tasks" : "Show boards in calendar/tasks",
|
||||||
"Limit board creation to some groups" : "Limit board creation to some groups",
|
"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.",
|
"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",
|
"Board details" : "Board details",
|
||||||
"Edit board" : "Edit board",
|
"Edit board" : "Edit board",
|
||||||
"Clone board" : "Clone board",
|
"Clone board" : "Clone board",
|
||||||
@@ -343,6 +341,7 @@ OC.L10N.register(
|
|||||||
"No due" : "No due",
|
"No due" : "No due",
|
||||||
"Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards",
|
"Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards",
|
||||||
"No results found" : "No results found",
|
"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}",
|
"Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}",
|
||||||
"{stack} in {board}" : "{stack} in {board}",
|
"{stack} in {board}" : "{stack} in {board}",
|
||||||
"Click to expand description" : "Click to expand description",
|
"Click to expand description" : "Click to expand description",
|
||||||
@@ -362,7 +361,6 @@ OC.L10N.register(
|
|||||||
"upcoming cards" : "upcoming cards",
|
"upcoming cards" : "upcoming cards",
|
||||||
"New card" : "New card",
|
"New card" : "New card",
|
||||||
"Due on {date}" : "Due on {date}",
|
"Due on {date}" : "Due on {date}",
|
||||||
"This weekend – {timeLocale}" : "This weekend – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Tomorrow – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Tomorrow – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Later today – {timeLocale}",
|
"Later today – {timeLocale}" : "Later today – {timeLocale}",
|
||||||
"Link to a board" : "Link to a board",
|
"Link to a board" : "Link to a board",
|
||||||
|
|||||||
@@ -118,7 +118,6 @@
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "Invalid date, date format must be YYYY-MM-DD",
|
"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",
|
"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",
|
"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",
|
"Add board" : "Add board",
|
||||||
"Select the board to link to a project" : "Select the board to link to a project",
|
"Select the board to link to a project" : "Select the board to link to a project",
|
||||||
"Search by board title" : "Search by board title",
|
"Search by board title" : "Search by board title",
|
||||||
@@ -273,6 +272,7 @@
|
|||||||
"Todo items" : "Todo items",
|
"Todo items" : "Todo items",
|
||||||
"{count} comments, {unread} unread" : "{count} comments, {unread} unread",
|
"{count} comments, {unread} unread" : "{count} comments, {unread} unread",
|
||||||
"Edit card title" : "Edit card title",
|
"Edit card title" : "Edit card title",
|
||||||
|
"Card details" : "Card details",
|
||||||
"Assign to me" : "Assign to me",
|
"Assign to me" : "Assign to me",
|
||||||
"Unassign myself" : "Unassign myself",
|
"Unassign myself" : "Unassign myself",
|
||||||
"Mark as not done" : "Mark as not done",
|
"Mark as not done" : "Mark as not done",
|
||||||
@@ -314,8 +314,6 @@
|
|||||||
"Show boards in calendar/tasks" : "Show boards in calendar/tasks",
|
"Show boards in calendar/tasks" : "Show boards in calendar/tasks",
|
||||||
"Limit board creation to some groups" : "Limit board creation to some groups",
|
"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.",
|
"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",
|
"Board details" : "Board details",
|
||||||
"Edit board" : "Edit board",
|
"Edit board" : "Edit board",
|
||||||
"Clone board" : "Clone board",
|
"Clone board" : "Clone board",
|
||||||
@@ -341,6 +339,7 @@
|
|||||||
"No due" : "No due",
|
"No due" : "No due",
|
||||||
"Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards",
|
"Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards",
|
||||||
"No results found" : "No results found",
|
"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}",
|
"Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}",
|
||||||
"{stack} in {board}" : "{stack} in {board}",
|
"{stack} in {board}" : "{stack} in {board}",
|
||||||
"Click to expand description" : "Click to expand description",
|
"Click to expand description" : "Click to expand description",
|
||||||
@@ -360,7 +359,6 @@
|
|||||||
"upcoming cards" : "upcoming cards",
|
"upcoming cards" : "upcoming cards",
|
||||||
"New card" : "New card",
|
"New card" : "New card",
|
||||||
"Due on {date}" : "Due on {date}",
|
"Due on {date}" : "Due on {date}",
|
||||||
"This weekend – {timeLocale}" : "This weekend – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Tomorrow – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Tomorrow – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Later today – {timeLocale}",
|
"Later today – {timeLocale}" : "Later today – {timeLocale}",
|
||||||
"Link to a board" : "Link to a board",
|
"Link to a board" : "Link to a board",
|
||||||
|
|||||||
@@ -120,7 +120,6 @@ 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",
|
"Invalid date, date format must be YYYY-MM-DD" : "Fecha no válida, el formato de las fechas debe ser AAAA-MM-DD",
|
||||||
"Personal planning and team project organization" : "Planificación personal y organización de proyecto de equipo",
|
"Personal planning and team project organization" : "Planificación personal y organización de proyecto de equipo",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto",
|
"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",
|
"Add board" : "Añadir tablero",
|
||||||
"Select the board to link to a project" : "Selecciona el tablero que enlazar a un proyecto",
|
"Select the board to link to a project" : "Selecciona el tablero que enlazar a un proyecto",
|
||||||
"Search by board title" : "Buscar por título de tablero",
|
"Search by board title" : "Buscar por título de tablero",
|
||||||
@@ -274,6 +273,7 @@ OC.L10N.register(
|
|||||||
"Todo items" : "Ítems pendientes",
|
"Todo items" : "Ítems pendientes",
|
||||||
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer",
|
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer",
|
||||||
"Edit card title" : "Editar el título de la tarjeta",
|
"Edit card title" : "Editar el título de la tarjeta",
|
||||||
|
"Card details" : "Detalles de la tarjeta",
|
||||||
"Assign to me" : "Asignarme a mí",
|
"Assign to me" : "Asignarme a mí",
|
||||||
"Unassign myself" : "Desasignarme a mí mismo",
|
"Unassign myself" : "Desasignarme a mí mismo",
|
||||||
"Mark as not done" : "Marcar como no completado",
|
"Mark as not done" : "Marcar como no completado",
|
||||||
@@ -315,7 +315,6 @@ OC.L10N.register(
|
|||||||
"Show boards in calendar/tasks" : "Mostrar tableros en calendario/tareas",
|
"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",
|
"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.",
|
"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",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar tablero",
|
"Edit board" : "Editar tablero",
|
||||||
"Clone board" : "Clonar tablero",
|
"Clone board" : "Clonar tablero",
|
||||||
@@ -341,6 +340,7 @@ OC.L10N.register(
|
|||||||
"No due" : "Sin finalizar",
|
"No due" : "Sin finalizar",
|
||||||
"Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos los tableros",
|
"Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos los tableros",
|
||||||
"No results found" : "No se encontraron resultados",
|
"No results found" : "No se encontraron resultados",
|
||||||
|
"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}",
|
"Deck board {name}\n* Last modified on {lastMod}" : "Tablero Deck {name}\n* Última modificación en {lastMod}",
|
||||||
"{stack} in {board}" : "{stack} en {board}",
|
"{stack} in {board}" : "{stack} en {board}",
|
||||||
"Click to expand description" : "Pulse para expandir la descripción",
|
"Click to expand description" : "Pulse para expandir la descripción",
|
||||||
@@ -360,7 +360,6 @@ OC.L10N.register(
|
|||||||
"upcoming cards" : "próximas tarjetas",
|
"upcoming cards" : "próximas tarjetas",
|
||||||
"New card" : "Nueva tarjeta",
|
"New card" : "Nueva tarjeta",
|
||||||
"Due on {date}" : "Vence en {date}",
|
"Due on {date}" : "Vence en {date}",
|
||||||
"This weekend – {timeLocale}" : "Este fin de semana – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Mañana – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Mañana – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Hoy, más tarde – {timeLocale}",
|
"Later today – {timeLocale}" : "Hoy, más tarde – {timeLocale}",
|
||||||
"Link to a board" : "Enlace a un tablero",
|
"Link to a board" : "Enlace a un tablero",
|
||||||
|
|||||||
@@ -118,7 +118,6 @@
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "Fecha no válida, el formato de las fechas debe ser AAAA-MM-DD",
|
"Invalid date, date format must be YYYY-MM-DD" : "Fecha no válida, el formato de las fechas debe ser AAAA-MM-DD",
|
||||||
"Personal planning and team project organization" : "Planificación personal y organización de proyecto de equipo",
|
"Personal planning and team project organization" : "Planificación personal y organización de proyecto de equipo",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto",
|
"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",
|
"Add board" : "Añadir tablero",
|
||||||
"Select the board to link to a project" : "Selecciona el tablero que enlazar a un proyecto",
|
"Select the board to link to a project" : "Selecciona el tablero que enlazar a un proyecto",
|
||||||
"Search by board title" : "Buscar por título de tablero",
|
"Search by board title" : "Buscar por título de tablero",
|
||||||
@@ -272,6 +271,7 @@
|
|||||||
"Todo items" : "Ítems pendientes",
|
"Todo items" : "Ítems pendientes",
|
||||||
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer",
|
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer",
|
||||||
"Edit card title" : "Editar el título de la tarjeta",
|
"Edit card title" : "Editar el título de la tarjeta",
|
||||||
|
"Card details" : "Detalles de la tarjeta",
|
||||||
"Assign to me" : "Asignarme a mí",
|
"Assign to me" : "Asignarme a mí",
|
||||||
"Unassign myself" : "Desasignarme a mí mismo",
|
"Unassign myself" : "Desasignarme a mí mismo",
|
||||||
"Mark as not done" : "Marcar como no completado",
|
"Mark as not done" : "Marcar como no completado",
|
||||||
@@ -313,7 +313,6 @@
|
|||||||
"Show boards in calendar/tasks" : "Mostrar tableros en calendario/tareas",
|
"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",
|
"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.",
|
"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",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar tablero",
|
"Edit board" : "Editar tablero",
|
||||||
"Clone board" : "Clonar tablero",
|
"Clone board" : "Clonar tablero",
|
||||||
@@ -339,6 +338,7 @@
|
|||||||
"No due" : "Sin finalizar",
|
"No due" : "Sin finalizar",
|
||||||
"Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos los tableros",
|
"Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos los tableros",
|
||||||
"No results found" : "No se encontraron resultados",
|
"No results found" : "No se encontraron resultados",
|
||||||
|
"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}",
|
"Deck board {name}\n* Last modified on {lastMod}" : "Tablero Deck {name}\n* Última modificación en {lastMod}",
|
||||||
"{stack} in {board}" : "{stack} en {board}",
|
"{stack} in {board}" : "{stack} en {board}",
|
||||||
"Click to expand description" : "Pulse para expandir la descripción",
|
"Click to expand description" : "Pulse para expandir la descripción",
|
||||||
@@ -358,7 +358,6 @@
|
|||||||
"upcoming cards" : "próximas tarjetas",
|
"upcoming cards" : "próximas tarjetas",
|
||||||
"New card" : "Nueva tarjeta",
|
"New card" : "Nueva tarjeta",
|
||||||
"Due on {date}" : "Vence en {date}",
|
"Due on {date}" : "Vence en {date}",
|
||||||
"This weekend – {timeLocale}" : "Este fin de semana – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Mañana – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Mañana – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Hoy, más tarde – {timeLocale}",
|
"Later today – {timeLocale}" : "Hoy, más tarde – {timeLocale}",
|
||||||
"Link to a board" : "Enlace a un tablero",
|
"Link to a board" : "Enlace a un tablero",
|
||||||
|
|||||||
@@ -45,7 +45,6 @@ OC.L10N.register(
|
|||||||
"Card not found" : "Tarjeta no encontrada",
|
"Card not found" : "Tarjeta no encontrada",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, favor de seguir el formato AAAA-MM-DD",
|
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, favor de seguir el formato AAAA-MM-DD",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto",
|
||||||
"Card details" : "Detalles de la tarjeta",
|
|
||||||
"Add board" : "Nuevo Tablero",
|
"Add board" : "Nuevo Tablero",
|
||||||
"Search by board title" : "Buscar por título de tablero",
|
"Search by board title" : "Buscar por título de tablero",
|
||||||
"Select board" : "Selecciona tablero",
|
"Select board" : "Selecciona tablero",
|
||||||
@@ -87,6 +86,7 @@ OC.L10N.register(
|
|||||||
"Remove due date" : "Eliminar fecha de vencimiento",
|
"Remove due date" : "Eliminar fecha de vencimiento",
|
||||||
"Select Date" : "Seleccionar fecha",
|
"Select Date" : "Seleccionar fecha",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
|
"Card details" : "Detalles de la tarjeta",
|
||||||
"seconds ago" : "segundos",
|
"seconds ago" : "segundos",
|
||||||
"Keyboard shortcuts" : "Atajos de teclado",
|
"Keyboard shortcuts" : "Atajos de teclado",
|
||||||
"Keyboard shortcut" : "Atajo del teclado",
|
"Keyboard shortcut" : "Atajo del teclado",
|
||||||
|
|||||||
@@ -43,7 +43,6 @@
|
|||||||
"Card not found" : "Tarjeta no encontrada",
|
"Card not found" : "Tarjeta no encontrada",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, favor de seguir el formato AAAA-MM-DD",
|
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, favor de seguir el formato AAAA-MM-DD",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto",
|
||||||
"Card details" : "Detalles de la tarjeta",
|
|
||||||
"Add board" : "Nuevo Tablero",
|
"Add board" : "Nuevo Tablero",
|
||||||
"Search by board title" : "Buscar por título de tablero",
|
"Search by board title" : "Buscar por título de tablero",
|
||||||
"Select board" : "Selecciona tablero",
|
"Select board" : "Selecciona tablero",
|
||||||
@@ -85,6 +84,7 @@
|
|||||||
"Remove due date" : "Eliminar fecha de vencimiento",
|
"Remove due date" : "Eliminar fecha de vencimiento",
|
||||||
"Select Date" : "Seleccionar fecha",
|
"Select Date" : "Seleccionar fecha",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
|
"Card details" : "Detalles de la tarjeta",
|
||||||
"seconds ago" : "segundos",
|
"seconds ago" : "segundos",
|
||||||
"Keyboard shortcuts" : "Atajos de teclado",
|
"Keyboard shortcuts" : "Atajos de teclado",
|
||||||
"Keyboard shortcut" : "Atajo del teclado",
|
"Keyboard shortcut" : "Atajo del teclado",
|
||||||
|
|||||||
@@ -111,7 +111,6 @@ 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",
|
"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",
|
"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",
|
"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",
|
"Add board" : "Agregar tablero",
|
||||||
"Select the board to link to a project" : "Selecciona el tablero para vincularlo a un proyecto",
|
"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",
|
"Search by board title" : "Buscar por título del tablero",
|
||||||
@@ -243,6 +242,7 @@ OC.L10N.register(
|
|||||||
"Todo items" : "Elementos pendientes",
|
"Todo items" : "Elementos pendientes",
|
||||||
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer",
|
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer",
|
||||||
"Edit card title" : "Editar título de la tarjeta",
|
"Edit card title" : "Editar título de la tarjeta",
|
||||||
|
"Card details" : "Detalles de la tarjeta",
|
||||||
"Assign to me" : "Asignarme la tarjeta",
|
"Assign to me" : "Asignarme la tarjeta",
|
||||||
"Unassign myself" : "Desasignarme la tarjeta",
|
"Unassign myself" : "Desasignarme la tarjeta",
|
||||||
"Delete card" : "Eliminar tarjeta",
|
"Delete card" : "Eliminar tarjeta",
|
||||||
@@ -263,7 +263,6 @@ OC.L10N.register(
|
|||||||
"Use bigger card view" : "Usar vista de tarjeta más grande",
|
"Use bigger card view" : "Usar vista de tarjeta más grande",
|
||||||
"Show card ID badge" : "Mostrar identificación de la tarjeta",
|
"Show card ID badge" : "Mostrar identificación de la tarjeta",
|
||||||
"Show boards in calendar/tasks" : "Mostrar tableros en calendario/tareas",
|
"Show boards in calendar/tasks" : "Mostrar tableros en calendario/tareas",
|
||||||
"Cancel edit" : "Cancelar edición",
|
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"Clone board" : "Clonar tablero",
|
"Clone board" : "Clonar tablero",
|
||||||
|
|||||||
@@ -109,7 +109,6 @@
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
|
"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",
|
"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",
|
"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",
|
"Add board" : "Agregar tablero",
|
||||||
"Select the board to link to a project" : "Selecciona el tablero para vincularlo a un proyecto",
|
"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",
|
"Search by board title" : "Buscar por título del tablero",
|
||||||
@@ -241,6 +240,7 @@
|
|||||||
"Todo items" : "Elementos pendientes",
|
"Todo items" : "Elementos pendientes",
|
||||||
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer",
|
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sin leer",
|
||||||
"Edit card title" : "Editar título de la tarjeta",
|
"Edit card title" : "Editar título de la tarjeta",
|
||||||
|
"Card details" : "Detalles de la tarjeta",
|
||||||
"Assign to me" : "Asignarme la tarjeta",
|
"Assign to me" : "Asignarme la tarjeta",
|
||||||
"Unassign myself" : "Desasignarme la tarjeta",
|
"Unassign myself" : "Desasignarme la tarjeta",
|
||||||
"Delete card" : "Eliminar tarjeta",
|
"Delete card" : "Eliminar tarjeta",
|
||||||
@@ -261,7 +261,6 @@
|
|||||||
"Use bigger card view" : "Usar vista de tarjeta más grande",
|
"Use bigger card view" : "Usar vista de tarjeta más grande",
|
||||||
"Show card ID badge" : "Mostrar identificación de la tarjeta",
|
"Show card ID badge" : "Mostrar identificación de la tarjeta",
|
||||||
"Show boards in calendar/tasks" : "Mostrar tableros en calendario/tareas",
|
"Show boards in calendar/tasks" : "Mostrar tableros en calendario/tareas",
|
||||||
"Cancel edit" : "Cancelar edición",
|
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"Clone board" : "Clonar tablero",
|
"Clone board" : "Clonar tablero",
|
||||||
|
|||||||
@@ -170,7 +170,6 @@ OC.L10N.register(
|
|||||||
"Space" : "Espacio",
|
"Space" : "Espacio",
|
||||||
"Archived boards" : "Tableros archivados",
|
"Archived boards" : "Tableros archivados",
|
||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Cancel edit" : "Cancelar edición",
|
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"Clone board" : "Clonar pizarra",
|
"Clone board" : "Clonar pizarra",
|
||||||
|
|||||||
@@ -168,7 +168,6 @@
|
|||||||
"Space" : "Espacio",
|
"Space" : "Espacio",
|
||||||
"Archived boards" : "Tableros archivados",
|
"Archived boards" : "Tableros archivados",
|
||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Cancel edit" : "Cancelar edición",
|
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"Clone board" : "Clonar pizarra",
|
"Clone board" : "Clonar pizarra",
|
||||||
|
|||||||
@@ -46,7 +46,6 @@ OC.L10N.register(
|
|||||||
"Keyboard shortcut" : "Klaviatuuri otsetee",
|
"Keyboard shortcut" : "Klaviatuuri otsetee",
|
||||||
"Search" : "Otsi",
|
"Search" : "Otsi",
|
||||||
"Shared with you" : "Sinuga jagatud",
|
"Shared with you" : "Sinuga jagatud",
|
||||||
"Cancel edit" : "Loobu muutmisest",
|
|
||||||
"No notifications" : "Märguandeid pole",
|
"No notifications" : "Märguandeid pole",
|
||||||
"An error occurred" : "Tekkis tõrge",
|
"An error occurred" : "Tekkis tõrge",
|
||||||
"Today" : "Täna",
|
"Today" : "Täna",
|
||||||
|
|||||||
@@ -44,7 +44,6 @@
|
|||||||
"Keyboard shortcut" : "Klaviatuuri otsetee",
|
"Keyboard shortcut" : "Klaviatuuri otsetee",
|
||||||
"Search" : "Otsi",
|
"Search" : "Otsi",
|
||||||
"Shared with you" : "Sinuga jagatud",
|
"Shared with you" : "Sinuga jagatud",
|
||||||
"Cancel edit" : "Loobu muutmisest",
|
|
||||||
"No notifications" : "Märguandeid pole",
|
"No notifications" : "Märguandeid pole",
|
||||||
"An error occurred" : "Tekkis tõrge",
|
"An error occurred" : "Tekkis tõrge",
|
||||||
"Today" : "Täna",
|
"Today" : "Täna",
|
||||||
|
|||||||
@@ -120,7 +120,6 @@ OC.L10N.register(
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "Data baliogabea, dataren formatuak UUUU-HH-EE izan behar du",
|
"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",
|
"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",
|
"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",
|
"Add board" : "Gehitu taula",
|
||||||
"Select the board to link to a project" : "Hautatu taula proiektu bati estekatzeko",
|
"Select the board to link to a project" : "Hautatu taula proiektu bati estekatzeko",
|
||||||
"Search by board title" : "Bilatu taula izenez",
|
"Search by board title" : "Bilatu taula izenez",
|
||||||
@@ -275,6 +274,7 @@ OC.L10N.register(
|
|||||||
"Todo items" : "Elementuak egiteke",
|
"Todo items" : "Elementuak egiteke",
|
||||||
"{count} comments, {unread} unread" : "{count} iruzkin, {unread} irakurri gabe",
|
"{count} comments, {unread} unread" : "{count} iruzkin, {unread} irakurri gabe",
|
||||||
"Edit card title" : "Editatu txartelaren izenburua",
|
"Edit card title" : "Editatu txartelaren izenburua",
|
||||||
|
"Card details" : "Txartelaren xehetasunak",
|
||||||
"Assign to me" : "Esleitu niri",
|
"Assign to me" : "Esleitu niri",
|
||||||
"Unassign myself" : "Niri esleitzeari utzi",
|
"Unassign myself" : "Niri esleitzeari utzi",
|
||||||
"Mark as not done" : "Markatu ez egindako gisa",
|
"Mark as not done" : "Markatu ez egindako gisa",
|
||||||
@@ -316,7 +316,6 @@ OC.L10N.register(
|
|||||||
"Show boards in calendar/tasks" : "Erakutsi taulak egutegi/zereginetan",
|
"Show boards in calendar/tasks" : "Erakutsi taulak egutegi/zereginetan",
|
||||||
"Limit board creation to some groups" : "Mugatu taulak sortzea talde batzuei",
|
"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.",
|
"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",
|
"Board details" : "Taularen xehetasunak",
|
||||||
"Edit board" : "Editatu taula",
|
"Edit board" : "Editatu taula",
|
||||||
"Clone board" : "Klonatu taula",
|
"Clone board" : "Klonatu taula",
|
||||||
@@ -342,6 +341,7 @@ OC.L10N.register(
|
|||||||
"No due" : "Epemugarik ez",
|
"No due" : "Epemugarik ez",
|
||||||
"Search for {searchQuery} in all boards" : "Bilatu {searchQuery} taula guztietan",
|
"Search for {searchQuery} in all boards" : "Bilatu {searchQuery} taula guztietan",
|
||||||
"No results found" : "Ez da emaitzarik aurkitu",
|
"No results found" : "Ez da emaitzarik aurkitu",
|
||||||
|
"This weekend – {timeLocale}" : "Hurrengo asteburua – {timeLocale}",
|
||||||
"Deck board {name}\n* Last modified on {lastMod}" : " Deck-eko {izena} taula\n* Azken aldaketa {lastMod}-n",
|
"Deck board {name}\n* Last modified on {lastMod}" : " Deck-eko {izena} taula\n* Azken aldaketa {lastMod}-n",
|
||||||
"{stack} in {board}" : "{board}-(e)ko {stack}",
|
"{stack} in {board}" : "{board}-(e)ko {stack}",
|
||||||
"Click to expand description" : "Egin klik deskribapena handitzeko",
|
"Click to expand description" : "Egin klik deskribapena handitzeko",
|
||||||
@@ -361,7 +361,6 @@ OC.L10N.register(
|
|||||||
"upcoming cards" : "hurrengo txartelak",
|
"upcoming cards" : "hurrengo txartelak",
|
||||||
"New card" : "Txartel berria",
|
"New card" : "Txartel berria",
|
||||||
"Due on {date}" : "Iraungitze-data {date}",
|
"Due on {date}" : "Iraungitze-data {date}",
|
||||||
"This weekend – {timeLocale}" : "Hurrengo asteburua – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Bihar – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Bihar – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Beranduago gaur – {timeLocale}",
|
"Later today – {timeLocale}" : "Beranduago gaur – {timeLocale}",
|
||||||
"Link to a board" : "Estekatu taula batera",
|
"Link to a board" : "Estekatu taula batera",
|
||||||
|
|||||||
@@ -118,7 +118,6 @@
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "Data baliogabea, dataren formatuak UUUU-HH-EE izan behar du",
|
"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",
|
"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",
|
"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",
|
"Add board" : "Gehitu taula",
|
||||||
"Select the board to link to a project" : "Hautatu taula proiektu bati estekatzeko",
|
"Select the board to link to a project" : "Hautatu taula proiektu bati estekatzeko",
|
||||||
"Search by board title" : "Bilatu taula izenez",
|
"Search by board title" : "Bilatu taula izenez",
|
||||||
@@ -273,6 +272,7 @@
|
|||||||
"Todo items" : "Elementuak egiteke",
|
"Todo items" : "Elementuak egiteke",
|
||||||
"{count} comments, {unread} unread" : "{count} iruzkin, {unread} irakurri gabe",
|
"{count} comments, {unread} unread" : "{count} iruzkin, {unread} irakurri gabe",
|
||||||
"Edit card title" : "Editatu txartelaren izenburua",
|
"Edit card title" : "Editatu txartelaren izenburua",
|
||||||
|
"Card details" : "Txartelaren xehetasunak",
|
||||||
"Assign to me" : "Esleitu niri",
|
"Assign to me" : "Esleitu niri",
|
||||||
"Unassign myself" : "Niri esleitzeari utzi",
|
"Unassign myself" : "Niri esleitzeari utzi",
|
||||||
"Mark as not done" : "Markatu ez egindako gisa",
|
"Mark as not done" : "Markatu ez egindako gisa",
|
||||||
@@ -314,7 +314,6 @@
|
|||||||
"Show boards in calendar/tasks" : "Erakutsi taulak egutegi/zereginetan",
|
"Show boards in calendar/tasks" : "Erakutsi taulak egutegi/zereginetan",
|
||||||
"Limit board creation to some groups" : "Mugatu taulak sortzea talde batzuei",
|
"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.",
|
"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",
|
"Board details" : "Taularen xehetasunak",
|
||||||
"Edit board" : "Editatu taula",
|
"Edit board" : "Editatu taula",
|
||||||
"Clone board" : "Klonatu taula",
|
"Clone board" : "Klonatu taula",
|
||||||
@@ -340,6 +339,7 @@
|
|||||||
"No due" : "Epemugarik ez",
|
"No due" : "Epemugarik ez",
|
||||||
"Search for {searchQuery} in all boards" : "Bilatu {searchQuery} taula guztietan",
|
"Search for {searchQuery} in all boards" : "Bilatu {searchQuery} taula guztietan",
|
||||||
"No results found" : "Ez da emaitzarik aurkitu",
|
"No results found" : "Ez da emaitzarik aurkitu",
|
||||||
|
"This weekend – {timeLocale}" : "Hurrengo asteburua – {timeLocale}",
|
||||||
"Deck board {name}\n* Last modified on {lastMod}" : " Deck-eko {izena} taula\n* Azken aldaketa {lastMod}-n",
|
"Deck board {name}\n* Last modified on {lastMod}" : " Deck-eko {izena} taula\n* Azken aldaketa {lastMod}-n",
|
||||||
"{stack} in {board}" : "{board}-(e)ko {stack}",
|
"{stack} in {board}" : "{board}-(e)ko {stack}",
|
||||||
"Click to expand description" : "Egin klik deskribapena handitzeko",
|
"Click to expand description" : "Egin klik deskribapena handitzeko",
|
||||||
@@ -359,7 +359,6 @@
|
|||||||
"upcoming cards" : "hurrengo txartelak",
|
"upcoming cards" : "hurrengo txartelak",
|
||||||
"New card" : "Txartel berria",
|
"New card" : "Txartel berria",
|
||||||
"Due on {date}" : "Iraungitze-data {date}",
|
"Due on {date}" : "Iraungitze-data {date}",
|
||||||
"This weekend – {timeLocale}" : "Hurrengo asteburua – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Bihar – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Bihar – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Beranduago gaur – {timeLocale}",
|
"Later today – {timeLocale}" : "Beranduago gaur – {timeLocale}",
|
||||||
"Link to a board" : "Estekatu taula batera",
|
"Link to a board" : "Estekatu taula batera",
|
||||||
|
|||||||
@@ -112,7 +112,6 @@ OC.L10N.register(
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "تاریخ نامعتبر است، قالب تاریخ باید YYYY-MM-DD باشد",
|
"Invalid date, date format must be YYYY-MM-DD" : "تاریخ نامعتبر است، قالب تاریخ باید 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" : "برگهدان یک ابزار سازماندهی سبک کانبان است که هدف آن برنامهریزی شخصی و سازماندهی پروژه برای گروههای مرتبط با Nextcloud است.\n\n\n- 📥 وظایف خود را به برگهها اضافه کنید و آنها را مرتب کنید\n- 📄 یادداشتهای اضافی را در Markdown یادداشت کنید\n- 🔖 برچسبهایی را برای سازماندهی بهتر اختصاص دهید\n- 👥 با گروه، دوستان یا خانوادهٔ خود به اشتراک بگذارید\n- 📎 فایلها را ضمیمه کنید و آنها را در توضیحات Markdown خود قرار دهید\n- 💬 با استفاده از نظرات با تیم خود بحث کنید\n- ⚡ تغییرات در جریان فعالیت را پیگیری کنید\n- 🚀 پروژه خود را سازماندهی کنید",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "برگهدان یک ابزار سازماندهی سبک کانبان است که هدف آن برنامهریزی شخصی و سازماندهی پروژه برای گروههای مرتبط با Nextcloud است.\n\n\n- 📥 وظایف خود را به برگهها اضافه کنید و آنها را مرتب کنید\n- 📄 یادداشتهای اضافی را در Markdown یادداشت کنید\n- 🔖 برچسبهایی را برای سازماندهی بهتر اختصاص دهید\n- 👥 با گروه، دوستان یا خانوادهٔ خود به اشتراک بگذارید\n- 📎 فایلها را ضمیمه کنید و آنها را در توضیحات Markdown خود قرار دهید\n- 💬 با استفاده از نظرات با تیم خود بحث کنید\n- ⚡ تغییرات در جریان فعالیت را پیگیری کنید\n- 🚀 پروژه خود را سازماندهی کنید",
|
||||||
"Card details" : "جزئیات برگه",
|
|
||||||
"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" : "جستجو بر اساس عنوان تخته",
|
||||||
@@ -246,6 +245,7 @@ OC.L10N.register(
|
|||||||
"Todo items" : "Todo items",
|
"Todo items" : "Todo items",
|
||||||
"{count} comments, {unread} unread" : "{count} نظر، { خوانده نشده} خوانده نشده",
|
"{count} comments, {unread} unread" : "{count} نظر، { خوانده نشده} خوانده نشده",
|
||||||
"Edit card title" : "Edit card title",
|
"Edit card title" : "Edit card title",
|
||||||
|
"Card details" : "جزئیات برگه",
|
||||||
"Assign to me" : "به من اختصاص دهید",
|
"Assign to me" : "به من اختصاص دهید",
|
||||||
"Unassign myself" : "واگذاری به خودم را لغو میکنم",
|
"Unassign myself" : "واگذاری به خودم را لغو میکنم",
|
||||||
"Delete card" : "حذف برگه",
|
"Delete card" : "حذف برگه",
|
||||||
@@ -267,7 +267,6 @@ OC.L10N.register(
|
|||||||
"Use bigger card view" : "از نمای برگهٔ بزرگتر استفاده کنید",
|
"Use bigger card view" : "از نمای برگهٔ بزرگتر استفاده کنید",
|
||||||
"Show card ID badge" : "Show card ID badge",
|
"Show card ID badge" : "Show card ID badge",
|
||||||
"Show boards in calendar/tasks" : "نمایش تابلوها در تقویم/ وظایف",
|
"Show boards in calendar/tasks" : "نمایش تابلوها در تقویم/ وظایف",
|
||||||
"Cancel edit" : "Cancel edit",
|
|
||||||
"Board details" : "Board details",
|
"Board details" : "Board details",
|
||||||
"Edit board" : "ویرایش تخته",
|
"Edit board" : "ویرایش تخته",
|
||||||
"Clone board" : "تخته شبیهسازی",
|
"Clone board" : "تخته شبیهسازی",
|
||||||
@@ -293,6 +292,7 @@ OC.L10N.register(
|
|||||||
"No due" : "No due",
|
"No due" : "No due",
|
||||||
"Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards",
|
"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}",
|
"Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}",
|
||||||
"{stack} in {board}" : "{stack} in {board}",
|
"{stack} in {board}" : "{stack} in {board}",
|
||||||
"Click to expand description" : "Click to expand description",
|
"Click to expand description" : "Click to expand description",
|
||||||
@@ -310,7 +310,6 @@ OC.L10N.register(
|
|||||||
"upcoming cards" : "upcoming cards",
|
"upcoming cards" : "upcoming cards",
|
||||||
"New card" : "New card",
|
"New card" : "New card",
|
||||||
"Due on {date}" : "Due on {date}",
|
"Due on {date}" : "Due on {date}",
|
||||||
"This weekend – {timeLocale}" : "This weekend – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Tomorrow – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Tomorrow – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Later today – {timeLocale}",
|
"Later today – {timeLocale}" : "Later today – {timeLocale}",
|
||||||
"Link to a board" : "Link to a board",
|
"Link to a board" : "Link to a board",
|
||||||
|
|||||||
@@ -110,7 +110,6 @@
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "تاریخ نامعتبر است، قالب تاریخ باید YYYY-MM-DD باشد",
|
"Invalid date, date format must be YYYY-MM-DD" : "تاریخ نامعتبر است، قالب تاریخ باید 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" : "برگهدان یک ابزار سازماندهی سبک کانبان است که هدف آن برنامهریزی شخصی و سازماندهی پروژه برای گروههای مرتبط با Nextcloud است.\n\n\n- 📥 وظایف خود را به برگهها اضافه کنید و آنها را مرتب کنید\n- 📄 یادداشتهای اضافی را در Markdown یادداشت کنید\n- 🔖 برچسبهایی را برای سازماندهی بهتر اختصاص دهید\n- 👥 با گروه، دوستان یا خانوادهٔ خود به اشتراک بگذارید\n- 📎 فایلها را ضمیمه کنید و آنها را در توضیحات Markdown خود قرار دهید\n- 💬 با استفاده از نظرات با تیم خود بحث کنید\n- ⚡ تغییرات در جریان فعالیت را پیگیری کنید\n- 🚀 پروژه خود را سازماندهی کنید",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "برگهدان یک ابزار سازماندهی سبک کانبان است که هدف آن برنامهریزی شخصی و سازماندهی پروژه برای گروههای مرتبط با Nextcloud است.\n\n\n- 📥 وظایف خود را به برگهها اضافه کنید و آنها را مرتب کنید\n- 📄 یادداشتهای اضافی را در Markdown یادداشت کنید\n- 🔖 برچسبهایی را برای سازماندهی بهتر اختصاص دهید\n- 👥 با گروه، دوستان یا خانوادهٔ خود به اشتراک بگذارید\n- 📎 فایلها را ضمیمه کنید و آنها را در توضیحات Markdown خود قرار دهید\n- 💬 با استفاده از نظرات با تیم خود بحث کنید\n- ⚡ تغییرات در جریان فعالیت را پیگیری کنید\n- 🚀 پروژه خود را سازماندهی کنید",
|
||||||
"Card details" : "جزئیات برگه",
|
|
||||||
"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" : "جستجو بر اساس عنوان تخته",
|
||||||
@@ -244,6 +243,7 @@
|
|||||||
"Todo items" : "Todo items",
|
"Todo items" : "Todo items",
|
||||||
"{count} comments, {unread} unread" : "{count} نظر، { خوانده نشده} خوانده نشده",
|
"{count} comments, {unread} unread" : "{count} نظر، { خوانده نشده} خوانده نشده",
|
||||||
"Edit card title" : "Edit card title",
|
"Edit card title" : "Edit card title",
|
||||||
|
"Card details" : "جزئیات برگه",
|
||||||
"Assign to me" : "به من اختصاص دهید",
|
"Assign to me" : "به من اختصاص دهید",
|
||||||
"Unassign myself" : "واگذاری به خودم را لغو میکنم",
|
"Unassign myself" : "واگذاری به خودم را لغو میکنم",
|
||||||
"Delete card" : "حذف برگه",
|
"Delete card" : "حذف برگه",
|
||||||
@@ -265,7 +265,6 @@
|
|||||||
"Use bigger card view" : "از نمای برگهٔ بزرگتر استفاده کنید",
|
"Use bigger card view" : "از نمای برگهٔ بزرگتر استفاده کنید",
|
||||||
"Show card ID badge" : "Show card ID badge",
|
"Show card ID badge" : "Show card ID badge",
|
||||||
"Show boards in calendar/tasks" : "نمایش تابلوها در تقویم/ وظایف",
|
"Show boards in calendar/tasks" : "نمایش تابلوها در تقویم/ وظایف",
|
||||||
"Cancel edit" : "Cancel edit",
|
|
||||||
"Board details" : "Board details",
|
"Board details" : "Board details",
|
||||||
"Edit board" : "ویرایش تخته",
|
"Edit board" : "ویرایش تخته",
|
||||||
"Clone board" : "تخته شبیهسازی",
|
"Clone board" : "تخته شبیهسازی",
|
||||||
@@ -291,6 +290,7 @@
|
|||||||
"No due" : "No due",
|
"No due" : "No due",
|
||||||
"Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards",
|
"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}",
|
"Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}",
|
||||||
"{stack} in {board}" : "{stack} in {board}",
|
"{stack} in {board}" : "{stack} in {board}",
|
||||||
"Click to expand description" : "Click to expand description",
|
"Click to expand description" : "Click to expand description",
|
||||||
@@ -308,7 +308,6 @@
|
|||||||
"upcoming cards" : "upcoming cards",
|
"upcoming cards" : "upcoming cards",
|
||||||
"New card" : "New card",
|
"New card" : "New card",
|
||||||
"Due on {date}" : "Due on {date}",
|
"Due on {date}" : "Due on {date}",
|
||||||
"This weekend – {timeLocale}" : "This weekend – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Tomorrow – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Tomorrow – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Later today – {timeLocale}",
|
"Later today – {timeLocale}" : "Later today – {timeLocale}",
|
||||||
"Link to a board" : "Link to a board",
|
"Link to a board" : "Link to a board",
|
||||||
|
|||||||
@@ -86,7 +86,6 @@ OC.L10N.register(
|
|||||||
"Card not found" : "Korttia ei löydy",
|
"Card not found" : "Korttia ei löydy",
|
||||||
"Path is already shared with this card" : "Polku on jo jaettu tämän kortin kanssa",
|
"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",
|
"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",
|
"Add board" : "Lisää taulu",
|
||||||
"Select the board to link to a project" : "Valitse projektiin linkitettävä taulu",
|
"Select the board to link to a project" : "Valitse projektiin linkitettävä taulu",
|
||||||
"Search by board title" : "Hae taulun otsikon mukaan",
|
"Search by board title" : "Hae taulun otsikon mukaan",
|
||||||
@@ -203,6 +202,7 @@ OC.L10N.register(
|
|||||||
"(group)" : "(ryhmä)",
|
"(group)" : "(ryhmä)",
|
||||||
"Next week – {timeLocale}" : "Ensi viikko – {timeLocale}",
|
"Next week – {timeLocale}" : "Ensi viikko – {timeLocale}",
|
||||||
"{count} comments, {unread} unread" : "{count} kommenttia, {unread} lukematonta",
|
"{count} comments, {unread} unread" : "{count} kommenttia, {unread} lukematonta",
|
||||||
|
"Card details" : "Näytä kortin sisältö",
|
||||||
"Assign to me" : "Määritä minulle",
|
"Assign to me" : "Määritä minulle",
|
||||||
"Unassign myself" : "Poista määritys minulta",
|
"Unassign myself" : "Poista määritys minulta",
|
||||||
"Delete card" : "Poista kortti",
|
"Delete card" : "Poista kortti",
|
||||||
@@ -216,7 +216,6 @@ OC.L10N.register(
|
|||||||
"All boards" : "Kaikki taulut",
|
"All boards" : "Kaikki taulut",
|
||||||
"Archived boards" : "Arkistoidut taulut",
|
"Archived boards" : "Arkistoidut taulut",
|
||||||
"Shared with you" : "Jaettu kanssasi",
|
"Shared with you" : "Jaettu kanssasi",
|
||||||
"Cancel edit" : "Peruuta muokkaus",
|
|
||||||
"Board details" : "Taulun tiedot",
|
"Board details" : "Taulun tiedot",
|
||||||
"Edit board" : "Muokkaa taulua",
|
"Edit board" : "Muokkaa taulua",
|
||||||
"Clone board" : "Monista taulu",
|
"Clone board" : "Monista taulu",
|
||||||
@@ -233,6 +232,7 @@ OC.L10N.register(
|
|||||||
"Tomorrow" : "Huomenna",
|
"Tomorrow" : "Huomenna",
|
||||||
"Search for {searchQuery} in all boards" : "Hae ehtoja {searchQuery} kaikilta tauluilta",
|
"Search for {searchQuery} in all boards" : "Hae ehtoja {searchQuery} kaikilta tauluilta",
|
||||||
"No results found" : "Ei tuloksia",
|
"No results found" : "Ei tuloksia",
|
||||||
|
"This weekend – {timeLocale}" : "Tämä viikonloppu – {timeLocale}",
|
||||||
"Click to expand comment" : "Napsauta laajentaaksesi kommentin",
|
"Click to expand comment" : "Napsauta laajentaaksesi kommentin",
|
||||||
"Create a new card" : "Luo uusi kortti",
|
"Create a new card" : "Luo uusi kortti",
|
||||||
"Card title" : "Kortin otsikko",
|
"Card title" : "Kortin otsikko",
|
||||||
@@ -243,7 +243,6 @@ OC.L10N.register(
|
|||||||
"Close" : "Sulje",
|
"Close" : "Sulje",
|
||||||
"No upcoming cards" : "Ei tulevia kortteja",
|
"No upcoming cards" : "Ei tulevia kortteja",
|
||||||
"upcoming cards" : "tulevat kortit",
|
"upcoming cards" : "tulevat kortit",
|
||||||
"This weekend – {timeLocale}" : "Tämä viikonloppu – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Huomenna – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Huomenna – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Myöhemmin tänään – {timeLocale}",
|
"Later today – {timeLocale}" : "Myöhemmin tänään – {timeLocale}",
|
||||||
"Link to a board" : "Linkki taululle",
|
"Link to a board" : "Linkki taululle",
|
||||||
|
|||||||
@@ -84,7 +84,6 @@
|
|||||||
"Card not found" : "Korttia ei löydy",
|
"Card not found" : "Korttia ei löydy",
|
||||||
"Path is already shared with this card" : "Polku on jo jaettu tämän kortin kanssa",
|
"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",
|
"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",
|
"Add board" : "Lisää taulu",
|
||||||
"Select the board to link to a project" : "Valitse projektiin linkitettävä taulu",
|
"Select the board to link to a project" : "Valitse projektiin linkitettävä taulu",
|
||||||
"Search by board title" : "Hae taulun otsikon mukaan",
|
"Search by board title" : "Hae taulun otsikon mukaan",
|
||||||
@@ -201,6 +200,7 @@
|
|||||||
"(group)" : "(ryhmä)",
|
"(group)" : "(ryhmä)",
|
||||||
"Next week – {timeLocale}" : "Ensi viikko – {timeLocale}",
|
"Next week – {timeLocale}" : "Ensi viikko – {timeLocale}",
|
||||||
"{count} comments, {unread} unread" : "{count} kommenttia, {unread} lukematonta",
|
"{count} comments, {unread} unread" : "{count} kommenttia, {unread} lukematonta",
|
||||||
|
"Card details" : "Näytä kortin sisältö",
|
||||||
"Assign to me" : "Määritä minulle",
|
"Assign to me" : "Määritä minulle",
|
||||||
"Unassign myself" : "Poista määritys minulta",
|
"Unassign myself" : "Poista määritys minulta",
|
||||||
"Delete card" : "Poista kortti",
|
"Delete card" : "Poista kortti",
|
||||||
@@ -214,7 +214,6 @@
|
|||||||
"All boards" : "Kaikki taulut",
|
"All boards" : "Kaikki taulut",
|
||||||
"Archived boards" : "Arkistoidut taulut",
|
"Archived boards" : "Arkistoidut taulut",
|
||||||
"Shared with you" : "Jaettu kanssasi",
|
"Shared with you" : "Jaettu kanssasi",
|
||||||
"Cancel edit" : "Peruuta muokkaus",
|
|
||||||
"Board details" : "Taulun tiedot",
|
"Board details" : "Taulun tiedot",
|
||||||
"Edit board" : "Muokkaa taulua",
|
"Edit board" : "Muokkaa taulua",
|
||||||
"Clone board" : "Monista taulu",
|
"Clone board" : "Monista taulu",
|
||||||
@@ -231,6 +230,7 @@
|
|||||||
"Tomorrow" : "Huomenna",
|
"Tomorrow" : "Huomenna",
|
||||||
"Search for {searchQuery} in all boards" : "Hae ehtoja {searchQuery} kaikilta tauluilta",
|
"Search for {searchQuery} in all boards" : "Hae ehtoja {searchQuery} kaikilta tauluilta",
|
||||||
"No results found" : "Ei tuloksia",
|
"No results found" : "Ei tuloksia",
|
||||||
|
"This weekend – {timeLocale}" : "Tämä viikonloppu – {timeLocale}",
|
||||||
"Click to expand comment" : "Napsauta laajentaaksesi kommentin",
|
"Click to expand comment" : "Napsauta laajentaaksesi kommentin",
|
||||||
"Create a new card" : "Luo uusi kortti",
|
"Create a new card" : "Luo uusi kortti",
|
||||||
"Card title" : "Kortin otsikko",
|
"Card title" : "Kortin otsikko",
|
||||||
@@ -241,7 +241,6 @@
|
|||||||
"Close" : "Sulje",
|
"Close" : "Sulje",
|
||||||
"No upcoming cards" : "Ei tulevia kortteja",
|
"No upcoming cards" : "Ei tulevia kortteja",
|
||||||
"upcoming cards" : "tulevat kortit",
|
"upcoming cards" : "tulevat kortit",
|
||||||
"This weekend – {timeLocale}" : "Tämä viikonloppu – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Huomenna – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Huomenna – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Myöhemmin tänään – {timeLocale}",
|
"Later today – {timeLocale}" : "Myöhemmin tänään – {timeLocale}",
|
||||||
"Link to a board" : "Linkki taululle",
|
"Link to a board" : "Linkki taululle",
|
||||||
|
|||||||
@@ -120,7 +120,6 @@ 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",
|
"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",
|
"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",
|
"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",
|
"Add board" : "Ajouter un tableau",
|
||||||
"Select the board to link to a project" : "Sélection le tableau pour faire le lien avec un projet.",
|
"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",
|
"Search by board title" : "Rechercher par titre du tableau",
|
||||||
@@ -275,6 +274,7 @@ OC.L10N.register(
|
|||||||
"Todo items" : "À faire",
|
"Todo items" : "À faire",
|
||||||
"{count} comments, {unread} unread" : "{count} commentaires, {unread} non lus",
|
"{count} comments, {unread} unread" : "{count} commentaires, {unread} non lus",
|
||||||
"Edit card title" : "Modifier le titre de la carte",
|
"Edit card title" : "Modifier le titre de la carte",
|
||||||
|
"Card details" : "Détails de la carte",
|
||||||
"Assign to me" : "Me l'affecter",
|
"Assign to me" : "Me l'affecter",
|
||||||
"Unassign myself" : "Me désaffecter",
|
"Unassign myself" : "Me désaffecter",
|
||||||
"Mark as not done" : "Marquer comme non fait",
|
"Mark as not done" : "Marquer comme non fait",
|
||||||
@@ -316,8 +316,6 @@ OC.L10N.register(
|
|||||||
"Show boards in calendar/tasks" : "Afficher les tableaux dans les agendas/tâches",
|
"Show boards in calendar/tasks" : "Afficher les tableaux dans les agendas/tâches",
|
||||||
"Limit board creation to some groups" : "Limiter la création de tableaux à certains groupes",
|
"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.",
|
"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",
|
"Board details" : "Détails du tableau",
|
||||||
"Edit board" : "Renommer le tableau",
|
"Edit board" : "Renommer le tableau",
|
||||||
"Clone board" : "Dupliquer le tableau",
|
"Clone board" : "Dupliquer le tableau",
|
||||||
@@ -343,6 +341,7 @@ OC.L10N.register(
|
|||||||
"No due" : "Sans échéance",
|
"No due" : "Sans échéance",
|
||||||
"Search for {searchQuery} in all boards" : "Recherche de {searchQuery} dans tous les tableaux",
|
"Search for {searchQuery} in all boards" : "Recherche de {searchQuery} dans tous les tableaux",
|
||||||
"No results found" : "Aucun résultat",
|
"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}",
|
"Deck board {name}\n* Last modified on {lastMod}" : "Tableau {name}\n* Dernière modification le {lastMod}",
|
||||||
"{stack} in {board}" : "{stack} dans {board}",
|
"{stack} in {board}" : "{stack} dans {board}",
|
||||||
"Click to expand description" : "Cliquer pour visualiser la description",
|
"Click to expand description" : "Cliquer pour visualiser la description",
|
||||||
@@ -362,7 +361,6 @@ OC.L10N.register(
|
|||||||
"upcoming cards" : "prochaines cartes",
|
"upcoming cards" : "prochaines cartes",
|
||||||
"New card" : "Nouvelle carte",
|
"New card" : "Nouvelle carte",
|
||||||
"Due on {date}" : "Échéance le {date}",
|
"Due on {date}" : "Échéance le {date}",
|
||||||
"This weekend – {timeLocale}" : "Ce week-end – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Demain – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Demain – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Plus tard aujourd'hui – {timeLocale}",
|
"Later today – {timeLocale}" : "Plus tard aujourd'hui – {timeLocale}",
|
||||||
"Link to a board" : "Relier à un tableau",
|
"Link to a board" : "Relier à un tableau",
|
||||||
@@ -379,6 +377,6 @@ OC.L10N.register(
|
|||||||
"Searching for users, groups and circles …" : "Recherche d'utilisateurs, de groupes et de cercles ...",
|
"Searching for users, groups and circles …" : "Recherche d'utilisateurs, de groupes et de cercles ...",
|
||||||
"(Circle)" : "(Cercle)",
|
"(Circle)" : "(Cercle)",
|
||||||
"Assign to users/groups/circles" : "Attribuer à des utilisateurs / groupes / cercles",
|
"Assign to users/groups/circles" : "Attribuer à des utilisateurs / groupes / cercles",
|
||||||
"Filter by completed" : "Filtrer par état"
|
"Filter by completed" : "Filtrer par terminé"
|
||||||
},
|
},
|
||||||
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||||
|
|||||||
@@ -118,7 +118,6 @@
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "Date non valable, le format de la date doit être AAAA-MM-JJ",
|
"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",
|
"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",
|
"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",
|
"Add board" : "Ajouter un tableau",
|
||||||
"Select the board to link to a project" : "Sélection le tableau pour faire le lien avec un projet.",
|
"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",
|
"Search by board title" : "Rechercher par titre du tableau",
|
||||||
@@ -273,6 +272,7 @@
|
|||||||
"Todo items" : "À faire",
|
"Todo items" : "À faire",
|
||||||
"{count} comments, {unread} unread" : "{count} commentaires, {unread} non lus",
|
"{count} comments, {unread} unread" : "{count} commentaires, {unread} non lus",
|
||||||
"Edit card title" : "Modifier le titre de la carte",
|
"Edit card title" : "Modifier le titre de la carte",
|
||||||
|
"Card details" : "Détails de la carte",
|
||||||
"Assign to me" : "Me l'affecter",
|
"Assign to me" : "Me l'affecter",
|
||||||
"Unassign myself" : "Me désaffecter",
|
"Unassign myself" : "Me désaffecter",
|
||||||
"Mark as not done" : "Marquer comme non fait",
|
"Mark as not done" : "Marquer comme non fait",
|
||||||
@@ -314,8 +314,6 @@
|
|||||||
"Show boards in calendar/tasks" : "Afficher les tableaux dans les agendas/tâches",
|
"Show boards in calendar/tasks" : "Afficher les tableaux dans les agendas/tâches",
|
||||||
"Limit board creation to some groups" : "Limiter la création de tableaux à certains groupes",
|
"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.",
|
"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",
|
"Board details" : "Détails du tableau",
|
||||||
"Edit board" : "Renommer le tableau",
|
"Edit board" : "Renommer le tableau",
|
||||||
"Clone board" : "Dupliquer le tableau",
|
"Clone board" : "Dupliquer le tableau",
|
||||||
@@ -341,6 +339,7 @@
|
|||||||
"No due" : "Sans échéance",
|
"No due" : "Sans échéance",
|
||||||
"Search for {searchQuery} in all boards" : "Recherche de {searchQuery} dans tous les tableaux",
|
"Search for {searchQuery} in all boards" : "Recherche de {searchQuery} dans tous les tableaux",
|
||||||
"No results found" : "Aucun résultat",
|
"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}",
|
"Deck board {name}\n* Last modified on {lastMod}" : "Tableau {name}\n* Dernière modification le {lastMod}",
|
||||||
"{stack} in {board}" : "{stack} dans {board}",
|
"{stack} in {board}" : "{stack} dans {board}",
|
||||||
"Click to expand description" : "Cliquer pour visualiser la description",
|
"Click to expand description" : "Cliquer pour visualiser la description",
|
||||||
@@ -360,7 +359,6 @@
|
|||||||
"upcoming cards" : "prochaines cartes",
|
"upcoming cards" : "prochaines cartes",
|
||||||
"New card" : "Nouvelle carte",
|
"New card" : "Nouvelle carte",
|
||||||
"Due on {date}" : "Échéance le {date}",
|
"Due on {date}" : "Échéance le {date}",
|
||||||
"This weekend – {timeLocale}" : "Ce week-end – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Demain – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Demain – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Plus tard aujourd'hui – {timeLocale}",
|
"Later today – {timeLocale}" : "Plus tard aujourd'hui – {timeLocale}",
|
||||||
"Link to a board" : "Relier à un tableau",
|
"Link to a board" : "Relier à un tableau",
|
||||||
@@ -377,6 +375,6 @@
|
|||||||
"Searching for users, groups and circles …" : "Recherche d'utilisateurs, de groupes et de cercles ...",
|
"Searching for users, groups and circles …" : "Recherche d'utilisateurs, de groupes et de cercles ...",
|
||||||
"(Circle)" : "(Cercle)",
|
"(Circle)" : "(Cercle)",
|
||||||
"Assign to users/groups/circles" : "Attribuer à des utilisateurs / groupes / cercles",
|
"Assign to users/groups/circles" : "Attribuer à des utilisateurs / groupes / cercles",
|
||||||
"Filter by completed" : "Filtrer par état"
|
"Filter by completed" : "Filtrer par terminé"
|
||||||
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||||
}
|
}
|
||||||
@@ -120,7 +120,6 @@ 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",
|
"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",
|
"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",
|
"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",
|
"Add board" : "Cuir bord leis",
|
||||||
"Select the board to link to a project" : "Roghnaigh an clár chun nasc a dhéanamh le tionscadal",
|
"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",
|
"Search by board title" : "Cuardaigh de réir teideal an bhoird",
|
||||||
@@ -275,6 +274,7 @@ OC.L10N.register(
|
|||||||
"Todo items" : "Míreanna le déanamh",
|
"Todo items" : "Míreanna le déanamh",
|
||||||
"{count} comments, {unread} unread" : "{count} nóta tráchta, {unread} neamhléite",
|
"{count} comments, {unread} unread" : "{count} nóta tráchta, {unread} neamhléite",
|
||||||
"Edit card title" : "Cuir teideal an chárta in eagar",
|
"Edit card title" : "Cuir teideal an chárta in eagar",
|
||||||
|
"Card details" : "Sonraí cártaí",
|
||||||
"Assign to me" : "Sann dom",
|
"Assign to me" : "Sann dom",
|
||||||
"Unassign myself" : "Díshannadh mé féin",
|
"Unassign myself" : "Díshannadh mé féin",
|
||||||
"Mark as not done" : "Marcáil mar nach bhfuil déanta",
|
"Mark as not done" : "Marcáil mar nach bhfuil déanta",
|
||||||
@@ -316,8 +316,6 @@ OC.L10N.register(
|
|||||||
"Show boards in calendar/tasks" : "Taispeáin cláir san fhéilire/tascanna",
|
"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í",
|
"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.",
|
"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",
|
"Board details" : "Sonraí an Bhoird",
|
||||||
"Edit board" : "Cuir bord in eagar",
|
"Edit board" : "Cuir bord in eagar",
|
||||||
"Clone board" : "Clár clón",
|
"Clone board" : "Clár clón",
|
||||||
@@ -343,6 +341,7 @@ OC.L10N.register(
|
|||||||
"No due" : "Níl dlite",
|
"No due" : "Níl dlite",
|
||||||
"Search for {searchQuery} in all boards" : "Cuardaigh {searchQuery} i ngach clár",
|
"Search for {searchQuery} in all boards" : "Cuardaigh {searchQuery} i ngach clár",
|
||||||
"No results found" : "Níor aimsíodh aon torthaí",
|
"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}",
|
"Deck board {name}\n* Last modified on {lastMod}" : "Bord deic {name}\n* Athraithe go deireanach ar {lastMod}",
|
||||||
"{stack} in {board}" : "{stack} in {board}",
|
"{stack} in {board}" : "{stack} in {board}",
|
||||||
"Click to expand description" : "Cliceáil chun cur síos a leathnú",
|
"Click to expand description" : "Cliceáil chun cur síos a leathnú",
|
||||||
@@ -362,7 +361,6 @@ OC.L10N.register(
|
|||||||
"upcoming cards" : "cártaí atá le teacht",
|
"upcoming cards" : "cártaí atá le teacht",
|
||||||
"New card" : "Cárta nua",
|
"New card" : "Cárta nua",
|
||||||
"Due on {date}" : "Dlite ar {date}",
|
"Due on {date}" : "Dlite ar {date}",
|
||||||
"This weekend – {timeLocale}" : "An deireadh seachtaine seo - {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Amárach - {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Amárach - {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Níos déanaí inniu - {timeLocale}",
|
"Later today – {timeLocale}" : "Níos déanaí inniu - {timeLocale}",
|
||||||
"Link to a board" : "Nasc le bord",
|
"Link to a board" : "Nasc le bord",
|
||||||
|
|||||||
@@ -118,7 +118,6 @@
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "Dáta neamhbhailí, caithfidh formáid an dáta a bheith BBBB-MM-DD",
|
"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",
|
"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",
|
"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",
|
"Add board" : "Cuir bord leis",
|
||||||
"Select the board to link to a project" : "Roghnaigh an clár chun nasc a dhéanamh le tionscadal",
|
"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",
|
"Search by board title" : "Cuardaigh de réir teideal an bhoird",
|
||||||
@@ -273,6 +272,7 @@
|
|||||||
"Todo items" : "Míreanna le déanamh",
|
"Todo items" : "Míreanna le déanamh",
|
||||||
"{count} comments, {unread} unread" : "{count} nóta tráchta, {unread} neamhléite",
|
"{count} comments, {unread} unread" : "{count} nóta tráchta, {unread} neamhléite",
|
||||||
"Edit card title" : "Cuir teideal an chárta in eagar",
|
"Edit card title" : "Cuir teideal an chárta in eagar",
|
||||||
|
"Card details" : "Sonraí cártaí",
|
||||||
"Assign to me" : "Sann dom",
|
"Assign to me" : "Sann dom",
|
||||||
"Unassign myself" : "Díshannadh mé féin",
|
"Unassign myself" : "Díshannadh mé féin",
|
||||||
"Mark as not done" : "Marcáil mar nach bhfuil déanta",
|
"Mark as not done" : "Marcáil mar nach bhfuil déanta",
|
||||||
@@ -314,8 +314,6 @@
|
|||||||
"Show boards in calendar/tasks" : "Taispeáin cláir san fhéilire/tascanna",
|
"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í",
|
"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.",
|
"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",
|
"Board details" : "Sonraí an Bhoird",
|
||||||
"Edit board" : "Cuir bord in eagar",
|
"Edit board" : "Cuir bord in eagar",
|
||||||
"Clone board" : "Clár clón",
|
"Clone board" : "Clár clón",
|
||||||
@@ -341,6 +339,7 @@
|
|||||||
"No due" : "Níl dlite",
|
"No due" : "Níl dlite",
|
||||||
"Search for {searchQuery} in all boards" : "Cuardaigh {searchQuery} i ngach clár",
|
"Search for {searchQuery} in all boards" : "Cuardaigh {searchQuery} i ngach clár",
|
||||||
"No results found" : "Níor aimsíodh aon torthaí",
|
"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}",
|
"Deck board {name}\n* Last modified on {lastMod}" : "Bord deic {name}\n* Athraithe go deireanach ar {lastMod}",
|
||||||
"{stack} in {board}" : "{stack} in {board}",
|
"{stack} in {board}" : "{stack} in {board}",
|
||||||
"Click to expand description" : "Cliceáil chun cur síos a leathnú",
|
"Click to expand description" : "Cliceáil chun cur síos a leathnú",
|
||||||
@@ -360,7 +359,6 @@
|
|||||||
"upcoming cards" : "cártaí atá le teacht",
|
"upcoming cards" : "cártaí atá le teacht",
|
||||||
"New card" : "Cárta nua",
|
"New card" : "Cárta nua",
|
||||||
"Due on {date}" : "Dlite ar {date}",
|
"Due on {date}" : "Dlite ar {date}",
|
||||||
"This weekend – {timeLocale}" : "An deireadh seachtaine seo - {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Amárach - {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Amárach - {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Níos déanaí inniu - {timeLocale}",
|
"Later today – {timeLocale}" : "Níos déanaí inniu - {timeLocale}",
|
||||||
"Link to a board" : "Nasc le bord",
|
"Link to a board" : "Nasc le bord",
|
||||||
|
|||||||
@@ -120,7 +120,6 @@ OC.L10N.register(
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "Data incorrecta, o formato da data debe ser AAAA-MM-DD",
|
"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",
|
"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",
|
"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",
|
"Add board" : "Engadir taboleiro",
|
||||||
"Select the board to link to a project" : "Seleccione o taboleiro para ligar a un proxecto",
|
"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",
|
"Search by board title" : "Buscar polo título do taboleiro",
|
||||||
@@ -275,6 +274,7 @@ OC.L10N.register(
|
|||||||
"Todo items" : "Elementos pendentes",
|
"Todo items" : "Elementos pendentes",
|
||||||
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sen ler",
|
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sen ler",
|
||||||
"Edit card title" : "Editar o título da tarxeta",
|
"Edit card title" : "Editar o título da tarxeta",
|
||||||
|
"Card details" : "Detalles da tarxeta",
|
||||||
"Assign to me" : "Asignarme",
|
"Assign to me" : "Asignarme",
|
||||||
"Unassign myself" : "Desasignarme",
|
"Unassign myself" : "Desasignarme",
|
||||||
"Mark as not done" : "Marcar como sen facer",
|
"Mark as not done" : "Marcar como sen facer",
|
||||||
@@ -316,8 +316,6 @@ OC.L10N.register(
|
|||||||
"Show boards in calendar/tasks" : "Amosar taboleiros no calendario/tarefas",
|
"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",
|
"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.",
|
"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",
|
"Board details" : "Detalles do taboleiro",
|
||||||
"Edit board" : "Editar taboleiro",
|
"Edit board" : "Editar taboleiro",
|
||||||
"Clone board" : "Clonar taboleiro",
|
"Clone board" : "Clonar taboleiro",
|
||||||
@@ -343,6 +341,7 @@ OC.L10N.register(
|
|||||||
"No due" : "Sen caducidade",
|
"No due" : "Sen caducidade",
|
||||||
"Search for {searchQuery} in all boards" : "Resultados de busca para {searchQuery} en todos os taboleiros",
|
"Search for {searchQuery} in all boards" : "Resultados de busca para {searchQuery} en todos os taboleiros",
|
||||||
"No results found" : "Non se atoparon resultados",
|
"No results found" : "Non se atoparon resultados",
|
||||||
|
"This weekend – {timeLocale}" : "Esta semana – {timeLocale}",
|
||||||
"Deck board {name}\n* Last modified on {lastMod}" : "Taboleiro da Gabeta {name}\n* Última modificación en {lastMod}",
|
"Deck board {name}\n* Last modified on {lastMod}" : "Taboleiro da Gabeta {name}\n* Última modificación en {lastMod}",
|
||||||
"{stack} in {board}" : "{stack} en {board}",
|
"{stack} in {board}" : "{stack} en {board}",
|
||||||
"Click to expand description" : "Prema para despregar a descrición",
|
"Click to expand description" : "Prema para despregar a descrición",
|
||||||
@@ -362,7 +361,6 @@ OC.L10N.register(
|
|||||||
"upcoming cards" : "tarxetas próximas",
|
"upcoming cards" : "tarxetas próximas",
|
||||||
"New card" : "Nova tarxeta",
|
"New card" : "Nova tarxeta",
|
||||||
"Due on {date}" : "Caduca o {date}",
|
"Due on {date}" : "Caduca o {date}",
|
||||||
"This weekend – {timeLocale}" : "Esta semana – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Mañá – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Mañá – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Hoxe máis tarde – {timeLocale}",
|
"Later today – {timeLocale}" : "Hoxe máis tarde – {timeLocale}",
|
||||||
"Link to a board" : "Ligazón a un taboleiro",
|
"Link to a board" : "Ligazón a un taboleiro",
|
||||||
|
|||||||
@@ -118,7 +118,6 @@
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "Data incorrecta, o formato da data debe ser AAAA-MM-DD",
|
"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",
|
"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",
|
"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",
|
"Add board" : "Engadir taboleiro",
|
||||||
"Select the board to link to a project" : "Seleccione o taboleiro para ligar a un proxecto",
|
"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",
|
"Search by board title" : "Buscar polo título do taboleiro",
|
||||||
@@ -273,6 +272,7 @@
|
|||||||
"Todo items" : "Elementos pendentes",
|
"Todo items" : "Elementos pendentes",
|
||||||
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sen ler",
|
"{count} comments, {unread} unread" : "{count} comentarios, {unread} sen ler",
|
||||||
"Edit card title" : "Editar o título da tarxeta",
|
"Edit card title" : "Editar o título da tarxeta",
|
||||||
|
"Card details" : "Detalles da tarxeta",
|
||||||
"Assign to me" : "Asignarme",
|
"Assign to me" : "Asignarme",
|
||||||
"Unassign myself" : "Desasignarme",
|
"Unassign myself" : "Desasignarme",
|
||||||
"Mark as not done" : "Marcar como sen facer",
|
"Mark as not done" : "Marcar como sen facer",
|
||||||
@@ -314,8 +314,6 @@
|
|||||||
"Show boards in calendar/tasks" : "Amosar taboleiros no calendario/tarefas",
|
"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",
|
"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.",
|
"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",
|
"Board details" : "Detalles do taboleiro",
|
||||||
"Edit board" : "Editar taboleiro",
|
"Edit board" : "Editar taboleiro",
|
||||||
"Clone board" : "Clonar taboleiro",
|
"Clone board" : "Clonar taboleiro",
|
||||||
@@ -341,6 +339,7 @@
|
|||||||
"No due" : "Sen caducidade",
|
"No due" : "Sen caducidade",
|
||||||
"Search for {searchQuery} in all boards" : "Resultados de busca para {searchQuery} en todos os taboleiros",
|
"Search for {searchQuery} in all boards" : "Resultados de busca para {searchQuery} en todos os taboleiros",
|
||||||
"No results found" : "Non se atoparon resultados",
|
"No results found" : "Non se atoparon resultados",
|
||||||
|
"This weekend – {timeLocale}" : "Esta semana – {timeLocale}",
|
||||||
"Deck board {name}\n* Last modified on {lastMod}" : "Taboleiro da Gabeta {name}\n* Última modificación en {lastMod}",
|
"Deck board {name}\n* Last modified on {lastMod}" : "Taboleiro da Gabeta {name}\n* Última modificación en {lastMod}",
|
||||||
"{stack} in {board}" : "{stack} en {board}",
|
"{stack} in {board}" : "{stack} en {board}",
|
||||||
"Click to expand description" : "Prema para despregar a descrición",
|
"Click to expand description" : "Prema para despregar a descrición",
|
||||||
@@ -360,7 +359,6 @@
|
|||||||
"upcoming cards" : "tarxetas próximas",
|
"upcoming cards" : "tarxetas próximas",
|
||||||
"New card" : "Nova tarxeta",
|
"New card" : "Nova tarxeta",
|
||||||
"Due on {date}" : "Caduca o {date}",
|
"Due on {date}" : "Caduca o {date}",
|
||||||
"This weekend – {timeLocale}" : "Esta semana – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Mañá – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Mañá – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Hoxe máis tarde – {timeLocale}",
|
"Later today – {timeLocale}" : "Hoxe máis tarde – {timeLocale}",
|
||||||
"Link to a board" : "Ligazón a un taboleiro",
|
"Link to a board" : "Ligazón a un taboleiro",
|
||||||
|
|||||||
@@ -102,7 +102,6 @@ OC.L10N.register(
|
|||||||
"Path is already shared with this card" : "הנתיב כבר משותף עם הכרטיס הזה",
|
"Path is already shared with this card" : "הנתיב כבר משותף עם הכרטיס הזה",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "תאריך שגוי, תבנית התאריך חייבת להיות YYYY-MM-DD",
|
"Invalid date, date format must be YYYY-MM-DD" : "תאריך שגוי, תבנית התאריך חייבת להיות YYYY-MM-DD",
|
||||||
"Personal planning and team project organization" : "ארגון אישי וקבוצתי של מיזמים",
|
"Personal planning and team project organization" : "ארגון אישי וקבוצתי של מיזמים",
|
||||||
"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" : "חיפוש לפי כותרת לו",
|
||||||
@@ -217,6 +216,7 @@ OC.L10N.register(
|
|||||||
"Select Date" : "בחירת תאריך",
|
"Select Date" : "בחירת תאריך",
|
||||||
"Assign a tag to this card…" : "הקצאת תגית לכרטיס זה…",
|
"Assign a tag to this card…" : "הקצאת תגית לכרטיס זה…",
|
||||||
"(group)" : "(קבוצה)",
|
"(group)" : "(קבוצה)",
|
||||||
|
"Card details" : "פרטי הכרטיס",
|
||||||
"Assign to me" : "הקצאה אלי",
|
"Assign to me" : "הקצאה אלי",
|
||||||
"Unassign myself" : "לבטל את הקצאת עצמי",
|
"Unassign myself" : "לבטל את הקצאת עצמי",
|
||||||
"Delete card" : "מחיקת כרטיס לארכיון",
|
"Delete card" : "מחיקת כרטיס לארכיון",
|
||||||
@@ -232,7 +232,6 @@ OC.L10N.register(
|
|||||||
"Shared with you" : "משותף אתך",
|
"Shared with you" : "משותף אתך",
|
||||||
"Use bigger card view" : "להשתמש בתצוגת כרטיסים גדולה יותר",
|
"Use bigger card view" : "להשתמש בתצוגת כרטיסים גדולה יותר",
|
||||||
"Show boards in calendar/tasks" : "הצג הלוחות בלוח השנה/המשימות",
|
"Show boards in calendar/tasks" : "הצג הלוחות בלוח השנה/המשימות",
|
||||||
"Cancel edit" : "בטל עריכה",
|
|
||||||
"Board details" : "פרטי לוח",
|
"Board details" : "פרטי לוח",
|
||||||
"Edit board" : "עריכת לוח",
|
"Edit board" : "עריכת לוח",
|
||||||
"Clone board" : "שכפל את הלוח",
|
"Clone board" : "שכפל את הלוח",
|
||||||
|
|||||||
@@ -100,7 +100,6 @@
|
|||||||
"Path is already shared with this card" : "הנתיב כבר משותף עם הכרטיס הזה",
|
"Path is already shared with this card" : "הנתיב כבר משותף עם הכרטיס הזה",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "תאריך שגוי, תבנית התאריך חייבת להיות YYYY-MM-DD",
|
"Invalid date, date format must be YYYY-MM-DD" : "תאריך שגוי, תבנית התאריך חייבת להיות YYYY-MM-DD",
|
||||||
"Personal planning and team project organization" : "ארגון אישי וקבוצתי של מיזמים",
|
"Personal planning and team project organization" : "ארגון אישי וקבוצתי של מיזמים",
|
||||||
"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" : "חיפוש לפי כותרת לו",
|
||||||
@@ -215,6 +214,7 @@
|
|||||||
"Select Date" : "בחירת תאריך",
|
"Select Date" : "בחירת תאריך",
|
||||||
"Assign a tag to this card…" : "הקצאת תגית לכרטיס זה…",
|
"Assign a tag to this card…" : "הקצאת תגית לכרטיס זה…",
|
||||||
"(group)" : "(קבוצה)",
|
"(group)" : "(קבוצה)",
|
||||||
|
"Card details" : "פרטי הכרטיס",
|
||||||
"Assign to me" : "הקצאה אלי",
|
"Assign to me" : "הקצאה אלי",
|
||||||
"Unassign myself" : "לבטל את הקצאת עצמי",
|
"Unassign myself" : "לבטל את הקצאת עצמי",
|
||||||
"Delete card" : "מחיקת כרטיס לארכיון",
|
"Delete card" : "מחיקת כרטיס לארכיון",
|
||||||
@@ -230,7 +230,6 @@
|
|||||||
"Shared with you" : "משותף אתך",
|
"Shared with you" : "משותף אתך",
|
||||||
"Use bigger card view" : "להשתמש בתצוגת כרטיסים גדולה יותר",
|
"Use bigger card view" : "להשתמש בתצוגת כרטיסים גדולה יותר",
|
||||||
"Show boards in calendar/tasks" : "הצג הלוחות בלוח השנה/המשימות",
|
"Show boards in calendar/tasks" : "הצג הלוחות בלוח השנה/המשימות",
|
||||||
"Cancel edit" : "בטל עריכה",
|
|
||||||
"Board details" : "פרטי לוח",
|
"Board details" : "פרטי לוח",
|
||||||
"Edit board" : "עריכת לוח",
|
"Edit board" : "עריכת לוח",
|
||||||
"Clone board" : "שכפל את הלוח",
|
"Clone board" : "שכפל את הלוח",
|
||||||
|
|||||||
@@ -105,7 +105,6 @@ OC.L10N.register(
|
|||||||
"Path is already shared with this card" : "Put je već podijeljen s ovom karticom",
|
"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",
|
"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",
|
"Personal planning and team project organization" : "Osobno planiranje i organizacija timskih projekata",
|
||||||
"Card details" : "Pojedinosti o kartici",
|
|
||||||
"Add board" : "Dodaj ploču",
|
"Add board" : "Dodaj ploču",
|
||||||
"Select the board to link to a project" : "Odaberite ploču za povezivanje s projektom",
|
"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",
|
"Search by board title" : "Traži po naslovu ploče",
|
||||||
@@ -224,6 +223,7 @@ OC.L10N.register(
|
|||||||
"Assign a tag to this card…" : "Dodijeli oznaku ovoj kartici...",
|
"Assign a tag to this card…" : "Dodijeli oznaku ovoj kartici...",
|
||||||
"(group)" : "(grupa)",
|
"(group)" : "(grupa)",
|
||||||
"{count} comments, {unread} unread" : "{count} komentara, {unread} nepročitanih",
|
"{count} comments, {unread} unread" : "{count} komentara, {unread} nepročitanih",
|
||||||
|
"Card details" : "Pojedinosti o kartici",
|
||||||
"Assign to me" : "Dodijeli meni",
|
"Assign to me" : "Dodijeli meni",
|
||||||
"Unassign myself" : "Ukloni sebe",
|
"Unassign myself" : "Ukloni sebe",
|
||||||
"Delete card" : "Izbriši karticu",
|
"Delete card" : "Izbriši karticu",
|
||||||
@@ -239,7 +239,6 @@ OC.L10N.register(
|
|||||||
"Shared with you" : "Podijeljeno s vama",
|
"Shared with you" : "Podijeljeno s vama",
|
||||||
"Use bigger card view" : "Prikaži veće kartice",
|
"Use bigger card view" : "Prikaži veće kartice",
|
||||||
"Show boards in calendar/tasks" : "Prikaži ploče u kalendaru/zadacima",
|
"Show boards in calendar/tasks" : "Prikaži ploče u kalendaru/zadacima",
|
||||||
"Cancel edit" : "Otkaži uređivanje",
|
|
||||||
"Board details" : "Pojedinosti o ploči",
|
"Board details" : "Pojedinosti o ploči",
|
||||||
"Edit board" : "Uredi ploču",
|
"Edit board" : "Uredi ploču",
|
||||||
"Clone board" : "Kloniraj ploču",
|
"Clone board" : "Kloniraj ploču",
|
||||||
|
|||||||
@@ -103,7 +103,6 @@
|
|||||||
"Path is already shared with this card" : "Put je već podijeljen s ovom karticom",
|
"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",
|
"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",
|
"Personal planning and team project organization" : "Osobno planiranje i organizacija timskih projekata",
|
||||||
"Card details" : "Pojedinosti o kartici",
|
|
||||||
"Add board" : "Dodaj ploču",
|
"Add board" : "Dodaj ploču",
|
||||||
"Select the board to link to a project" : "Odaberite ploču za povezivanje s projektom",
|
"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",
|
"Search by board title" : "Traži po naslovu ploče",
|
||||||
@@ -222,6 +221,7 @@
|
|||||||
"Assign a tag to this card…" : "Dodijeli oznaku ovoj kartici...",
|
"Assign a tag to this card…" : "Dodijeli oznaku ovoj kartici...",
|
||||||
"(group)" : "(grupa)",
|
"(group)" : "(grupa)",
|
||||||
"{count} comments, {unread} unread" : "{count} komentara, {unread} nepročitanih",
|
"{count} comments, {unread} unread" : "{count} komentara, {unread} nepročitanih",
|
||||||
|
"Card details" : "Pojedinosti o kartici",
|
||||||
"Assign to me" : "Dodijeli meni",
|
"Assign to me" : "Dodijeli meni",
|
||||||
"Unassign myself" : "Ukloni sebe",
|
"Unassign myself" : "Ukloni sebe",
|
||||||
"Delete card" : "Izbriši karticu",
|
"Delete card" : "Izbriši karticu",
|
||||||
@@ -237,7 +237,6 @@
|
|||||||
"Shared with you" : "Podijeljeno s vama",
|
"Shared with you" : "Podijeljeno s vama",
|
||||||
"Use bigger card view" : "Prikaži veće kartice",
|
"Use bigger card view" : "Prikaži veće kartice",
|
||||||
"Show boards in calendar/tasks" : "Prikaži ploče u kalendaru/zadacima",
|
"Show boards in calendar/tasks" : "Prikaži ploče u kalendaru/zadacima",
|
||||||
"Cancel edit" : "Otkaži uređivanje",
|
|
||||||
"Board details" : "Pojedinosti o ploči",
|
"Board details" : "Pojedinosti o ploči",
|
||||||
"Edit board" : "Uredi ploču",
|
"Edit board" : "Uredi ploču",
|
||||||
"Clone board" : "Kloniraj ploču",
|
"Clone board" : "Kloniraj ploču",
|
||||||
|
|||||||
@@ -116,7 +116,6 @@ 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",
|
"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",
|
"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",
|
"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",
|
"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",
|
"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",
|
"Search by board title" : "Keresés táblacím szerint",
|
||||||
@@ -262,6 +261,7 @@ OC.L10N.register(
|
|||||||
"Todo items" : "Teendő elemek",
|
"Todo items" : "Teendő elemek",
|
||||||
"{count} comments, {unread} unread" : "{count} hozzászólás, {unread} olvasatlan",
|
"{count} comments, {unread} unread" : "{count} hozzászólás, {unread} olvasatlan",
|
||||||
"Edit card title" : "Kártyacím szerkesztése",
|
"Edit card title" : "Kártyacím szerkesztése",
|
||||||
|
"Card details" : "Kártya részletei",
|
||||||
"Assign to me" : "Hozzám rendelés",
|
"Assign to me" : "Hozzám rendelés",
|
||||||
"Unassign myself" : "Saját magam hozzárendelésének eltávolítása",
|
"Unassign myself" : "Saját magam hozzárendelésének eltávolítása",
|
||||||
"Delete card" : "Kártya törlése",
|
"Delete card" : "Kártya törlése",
|
||||||
@@ -283,7 +283,6 @@ OC.L10N.register(
|
|||||||
"Show card ID badge" : "Kártyaazonosító jelvény megjelenítése",
|
"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",
|
"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",
|
"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",
|
"Board details" : "Tábla részletei",
|
||||||
"Edit board" : "Tábla szerkesztése",
|
"Edit board" : "Tábla szerkesztése",
|
||||||
"Clone board" : "Tábla klónozása",
|
"Clone board" : "Tábla klónozása",
|
||||||
@@ -309,6 +308,7 @@ OC.L10N.register(
|
|||||||
"No due" : "Nincs határidő",
|
"No due" : "Nincs határidő",
|
||||||
"Search for {searchQuery} in all boards" : "Keresés a(z) {searchQuery} kifejezésre az összes táblában",
|
"Search for {searchQuery} in all boards" : "Keresés a(z) {searchQuery} kifejezésre az összes táblában",
|
||||||
"No results found" : "Nincs találat",
|
"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}",
|
"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}",
|
"{stack} in {board}" : "{stack} itt: {board}",
|
||||||
"Click to expand description" : "Kattintson a leírás kibontásához",
|
"Click to expand description" : "Kattintson a leírás kibontásához",
|
||||||
@@ -328,7 +328,6 @@ OC.L10N.register(
|
|||||||
"upcoming cards" : "közelgő kártyák",
|
"upcoming cards" : "közelgő kártyák",
|
||||||
"New card" : "Új kártya",
|
"New card" : "Új kártya",
|
||||||
"Due on {date}" : "Határidő: {date}",
|
"Due on {date}" : "Határidő: {date}",
|
||||||
"This weekend – {timeLocale}" : "Ez a hétvége – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Holnap – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Holnap – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Később a mai nap – {timeLocale}",
|
"Later today – {timeLocale}" : "Később a mai nap – {timeLocale}",
|
||||||
"Link to a board" : "Hivatkozás egy táblához",
|
"Link to a board" : "Hivatkozás egy táblához",
|
||||||
|
|||||||
@@ -114,7 +114,6 @@
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "Érvénytelen dátum, a dátumnak YYYY-MM-DD formátumúnak kell lennie",
|
"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",
|
"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",
|
"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",
|
"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",
|
"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",
|
"Search by board title" : "Keresés táblacím szerint",
|
||||||
@@ -260,6 +259,7 @@
|
|||||||
"Todo items" : "Teendő elemek",
|
"Todo items" : "Teendő elemek",
|
||||||
"{count} comments, {unread} unread" : "{count} hozzászólás, {unread} olvasatlan",
|
"{count} comments, {unread} unread" : "{count} hozzászólás, {unread} olvasatlan",
|
||||||
"Edit card title" : "Kártyacím szerkesztése",
|
"Edit card title" : "Kártyacím szerkesztése",
|
||||||
|
"Card details" : "Kártya részletei",
|
||||||
"Assign to me" : "Hozzám rendelés",
|
"Assign to me" : "Hozzám rendelés",
|
||||||
"Unassign myself" : "Saját magam hozzárendelésének eltávolítása",
|
"Unassign myself" : "Saját magam hozzárendelésének eltávolítása",
|
||||||
"Delete card" : "Kártya törlése",
|
"Delete card" : "Kártya törlése",
|
||||||
@@ -281,7 +281,6 @@
|
|||||||
"Show card ID badge" : "Kártyaazonosító jelvény megjelenítése",
|
"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",
|
"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",
|
"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",
|
"Board details" : "Tábla részletei",
|
||||||
"Edit board" : "Tábla szerkesztése",
|
"Edit board" : "Tábla szerkesztése",
|
||||||
"Clone board" : "Tábla klónozása",
|
"Clone board" : "Tábla klónozása",
|
||||||
@@ -307,6 +306,7 @@
|
|||||||
"No due" : "Nincs határidő",
|
"No due" : "Nincs határidő",
|
||||||
"Search for {searchQuery} in all boards" : "Keresés a(z) {searchQuery} kifejezésre az összes táblában",
|
"Search for {searchQuery} in all boards" : "Keresés a(z) {searchQuery} kifejezésre az összes táblában",
|
||||||
"No results found" : "Nincs találat",
|
"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}",
|
"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}",
|
"{stack} in {board}" : "{stack} itt: {board}",
|
||||||
"Click to expand description" : "Kattintson a leírás kibontásához",
|
"Click to expand description" : "Kattintson a leírás kibontásához",
|
||||||
@@ -326,7 +326,6 @@
|
|||||||
"upcoming cards" : "közelgő kártyák",
|
"upcoming cards" : "közelgő kártyák",
|
||||||
"New card" : "Új kártya",
|
"New card" : "Új kártya",
|
||||||
"Due on {date}" : "Határidő: {date}",
|
"Due on {date}" : "Határidő: {date}",
|
||||||
"This weekend – {timeLocale}" : "Ez a hétvége – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Holnap – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Holnap – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Később a mai nap – {timeLocale}",
|
"Later today – {timeLocale}" : "Később a mai nap – {timeLocale}",
|
||||||
"Link to a board" : "Hivatkozás egy táblához",
|
"Link to a board" : "Hivatkozás egy táblához",
|
||||||
|
|||||||
@@ -97,7 +97,6 @@ OC.L10N.register(
|
|||||||
"Card not found" : "Kartu tidak ditemukan",
|
"Card not found" : "Kartu tidak ditemukan",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Tanggal salah, format tanggal harus TTTT-BB-HH",
|
"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",
|
"Personal planning and team project organization" : "Perencanaan pribadi dan pengelolaan proyek tim",
|
||||||
"Card details" : "Detail kartu",
|
|
||||||
"Add board" : "Tambah papan",
|
"Add board" : "Tambah papan",
|
||||||
"Select the board to link to a project" : "Pilih papan untuk ditautkan ke proyek",
|
"Select the board to link to a project" : "Pilih papan untuk ditautkan ke proyek",
|
||||||
"Search by board title" : "Cari berdasarkan judul papan",
|
"Search by board title" : "Cari berdasarkan judul papan",
|
||||||
@@ -193,6 +192,7 @@ OC.L10N.register(
|
|||||||
"Archive card" : "Mengarsipkan kartu",
|
"Archive card" : "Mengarsipkan kartu",
|
||||||
"Assign a tag to this card…" : "Berikan tag pada kartu ini...",
|
"Assign a tag to this card…" : "Berikan tag pada kartu ini...",
|
||||||
"(group)" : "(grup)",
|
"(group)" : "(grup)",
|
||||||
|
"Card details" : "Detail kartu",
|
||||||
"Assign to me" : "Tugaskan saya",
|
"Assign to me" : "Tugaskan saya",
|
||||||
"Delete card" : "Hapus kartu",
|
"Delete card" : "Hapus kartu",
|
||||||
"seconds ago" : "beberapa detik yang lalu",
|
"seconds ago" : "beberapa detik yang lalu",
|
||||||
@@ -202,7 +202,6 @@ OC.L10N.register(
|
|||||||
"All boards" : "Semua papan",
|
"All boards" : "Semua papan",
|
||||||
"Archived boards" : "Papan terarsip",
|
"Archived boards" : "Papan terarsip",
|
||||||
"Shared with you" : "Shared with you",
|
"Shared with you" : "Shared with you",
|
||||||
"Cancel edit" : "Batal sunting",
|
|
||||||
"Board details" : "Detail papan",
|
"Board details" : "Detail papan",
|
||||||
"Edit board" : "Edit papan",
|
"Edit board" : "Edit papan",
|
||||||
"Clone board" : "Pengklonaan papan",
|
"Clone board" : "Pengklonaan papan",
|
||||||
|
|||||||
@@ -95,7 +95,6 @@
|
|||||||
"Card not found" : "Kartu tidak ditemukan",
|
"Card not found" : "Kartu tidak ditemukan",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Tanggal salah, format tanggal harus TTTT-BB-HH",
|
"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",
|
"Personal planning and team project organization" : "Perencanaan pribadi dan pengelolaan proyek tim",
|
||||||
"Card details" : "Detail kartu",
|
|
||||||
"Add board" : "Tambah papan",
|
"Add board" : "Tambah papan",
|
||||||
"Select the board to link to a project" : "Pilih papan untuk ditautkan ke proyek",
|
"Select the board to link to a project" : "Pilih papan untuk ditautkan ke proyek",
|
||||||
"Search by board title" : "Cari berdasarkan judul papan",
|
"Search by board title" : "Cari berdasarkan judul papan",
|
||||||
@@ -191,6 +190,7 @@
|
|||||||
"Archive card" : "Mengarsipkan kartu",
|
"Archive card" : "Mengarsipkan kartu",
|
||||||
"Assign a tag to this card…" : "Berikan tag pada kartu ini...",
|
"Assign a tag to this card…" : "Berikan tag pada kartu ini...",
|
||||||
"(group)" : "(grup)",
|
"(group)" : "(grup)",
|
||||||
|
"Card details" : "Detail kartu",
|
||||||
"Assign to me" : "Tugaskan saya",
|
"Assign to me" : "Tugaskan saya",
|
||||||
"Delete card" : "Hapus kartu",
|
"Delete card" : "Hapus kartu",
|
||||||
"seconds ago" : "beberapa detik yang lalu",
|
"seconds ago" : "beberapa detik yang lalu",
|
||||||
@@ -200,7 +200,6 @@
|
|||||||
"All boards" : "Semua papan",
|
"All boards" : "Semua papan",
|
||||||
"Archived boards" : "Papan terarsip",
|
"Archived boards" : "Papan terarsip",
|
||||||
"Shared with you" : "Shared with you",
|
"Shared with you" : "Shared with you",
|
||||||
"Cancel edit" : "Batal sunting",
|
|
||||||
"Board details" : "Detail papan",
|
"Board details" : "Detail papan",
|
||||||
"Edit board" : "Edit papan",
|
"Edit board" : "Edit papan",
|
||||||
"Clone board" : "Pengklonaan papan",
|
"Clone board" : "Pengklonaan papan",
|
||||||
|
|||||||
@@ -120,7 +120,6 @@ OC.L10N.register(
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "Ógild dagsetning, dagsetningasniðið verður að vera ÁÁÁÁ-MM-DD",
|
"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",
|
"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",
|
"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",
|
"Add board" : "Bæta við borði",
|
||||||
"Select the board to link to a project" : "Veldu borðið sem á að tengja við verkefnið",
|
"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",
|
"Search by board title" : "Leita eftir titli borðs",
|
||||||
@@ -266,6 +265,7 @@ OC.L10N.register(
|
|||||||
"Todo items" : "Atriði á verkefnalista",
|
"Todo items" : "Atriði á verkefnalista",
|
||||||
"{count} comments, {unread} unread" : "{count} athugasemdir, {unread} ólesnar",
|
"{count} comments, {unread} unread" : "{count} athugasemdir, {unread} ólesnar",
|
||||||
"Edit card title" : "Breyta titli spjalds",
|
"Edit card title" : "Breyta titli spjalds",
|
||||||
|
"Card details" : "Nánar um spjald",
|
||||||
"Assign to me" : "Úthluta mér",
|
"Assign to me" : "Úthluta mér",
|
||||||
"Unassign myself" : "Aftengja úthlutun sjálfs mín",
|
"Unassign myself" : "Aftengja úthlutun sjálfs mín",
|
||||||
"Mark as not done" : "Merkja sem ólokið",
|
"Mark as not done" : "Merkja sem ólokið",
|
||||||
@@ -288,7 +288,6 @@ OC.L10N.register(
|
|||||||
"Show boards in calendar/tasks" : "Birta borð í dagatali/verkefnum",
|
"Show boards in calendar/tasks" : "Birta borð í dagatali/verkefnum",
|
||||||
"Limit board creation to some groups" : "Takmarka gerð borða við suma hópa",
|
"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.",
|
"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ð",
|
"Board details" : "Nánar um borð",
|
||||||
"Edit board" : "Breyta borði",
|
"Edit board" : "Breyta borði",
|
||||||
"Clone board" : "Klóna borð",
|
"Clone board" : "Klóna borð",
|
||||||
@@ -314,6 +313,7 @@ OC.L10N.register(
|
|||||||
"No due" : "Enginn skilatími",
|
"No due" : "Enginn skilatími",
|
||||||
"Search for {searchQuery} in all boards" : "Leita að {searchQuery} í öllum borðum",
|
"Search for {searchQuery} in all boards" : "Leita að {searchQuery} í öllum borðum",
|
||||||
"No results found" : "Engar niðurstöður fundust",
|
"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}",
|
"Deck board {name}\n* Last modified on {lastMod}" : "Deck-borð {name}\n* Síðast breytt {lastMod}",
|
||||||
"{stack} in {board}" : "{stack} á {board}",
|
"{stack} in {board}" : "{stack} á {board}",
|
||||||
"Click to expand description" : "Smelltu til að fella út lýsingu",
|
"Click to expand description" : "Smelltu til að fella út lýsingu",
|
||||||
@@ -333,7 +333,6 @@ OC.L10N.register(
|
|||||||
"upcoming cards" : "væntanleg spjöld",
|
"upcoming cards" : "væntanleg spjöld",
|
||||||
"New card" : "Nýtt spjald",
|
"New card" : "Nýtt spjald",
|
||||||
"Due on {date}" : "Skilist {date}",
|
"Due on {date}" : "Skilist {date}",
|
||||||
"This weekend – {timeLocale}" : "Þessa helgi – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Á morgun – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Á morgun – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Síðar í dag – {timeLocale}",
|
"Later today – {timeLocale}" : "Síðar í dag – {timeLocale}",
|
||||||
"Link to a board" : "Tengill við borð",
|
"Link to a board" : "Tengill við borð",
|
||||||
|
|||||||
@@ -118,7 +118,6 @@
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "Ógild dagsetning, dagsetningasniðið verður að vera ÁÁÁÁ-MM-DD",
|
"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",
|
"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",
|
"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",
|
"Add board" : "Bæta við borði",
|
||||||
"Select the board to link to a project" : "Veldu borðið sem á að tengja við verkefnið",
|
"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",
|
"Search by board title" : "Leita eftir titli borðs",
|
||||||
@@ -264,6 +263,7 @@
|
|||||||
"Todo items" : "Atriði á verkefnalista",
|
"Todo items" : "Atriði á verkefnalista",
|
||||||
"{count} comments, {unread} unread" : "{count} athugasemdir, {unread} ólesnar",
|
"{count} comments, {unread} unread" : "{count} athugasemdir, {unread} ólesnar",
|
||||||
"Edit card title" : "Breyta titli spjalds",
|
"Edit card title" : "Breyta titli spjalds",
|
||||||
|
"Card details" : "Nánar um spjald",
|
||||||
"Assign to me" : "Úthluta mér",
|
"Assign to me" : "Úthluta mér",
|
||||||
"Unassign myself" : "Aftengja úthlutun sjálfs mín",
|
"Unassign myself" : "Aftengja úthlutun sjálfs mín",
|
||||||
"Mark as not done" : "Merkja sem ólokið",
|
"Mark as not done" : "Merkja sem ólokið",
|
||||||
@@ -286,7 +286,6 @@
|
|||||||
"Show boards in calendar/tasks" : "Birta borð í dagatali/verkefnum",
|
"Show boards in calendar/tasks" : "Birta borð í dagatali/verkefnum",
|
||||||
"Limit board creation to some groups" : "Takmarka gerð borða við suma hópa",
|
"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.",
|
"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ð",
|
"Board details" : "Nánar um borð",
|
||||||
"Edit board" : "Breyta borði",
|
"Edit board" : "Breyta borði",
|
||||||
"Clone board" : "Klóna borð",
|
"Clone board" : "Klóna borð",
|
||||||
@@ -312,6 +311,7 @@
|
|||||||
"No due" : "Enginn skilatími",
|
"No due" : "Enginn skilatími",
|
||||||
"Search for {searchQuery} in all boards" : "Leita að {searchQuery} í öllum borðum",
|
"Search for {searchQuery} in all boards" : "Leita að {searchQuery} í öllum borðum",
|
||||||
"No results found" : "Engar niðurstöður fundust",
|
"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}",
|
"Deck board {name}\n* Last modified on {lastMod}" : "Deck-borð {name}\n* Síðast breytt {lastMod}",
|
||||||
"{stack} in {board}" : "{stack} á {board}",
|
"{stack} in {board}" : "{stack} á {board}",
|
||||||
"Click to expand description" : "Smelltu til að fella út lýsingu",
|
"Click to expand description" : "Smelltu til að fella út lýsingu",
|
||||||
@@ -331,7 +331,6 @@
|
|||||||
"upcoming cards" : "væntanleg spjöld",
|
"upcoming cards" : "væntanleg spjöld",
|
||||||
"New card" : "Nýtt spjald",
|
"New card" : "Nýtt spjald",
|
||||||
"Due on {date}" : "Skilist {date}",
|
"Due on {date}" : "Skilist {date}",
|
||||||
"This weekend – {timeLocale}" : "Þessa helgi – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Á morgun – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Á morgun – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Síðar í dag – {timeLocale}",
|
"Later today – {timeLocale}" : "Síðar í dag – {timeLocale}",
|
||||||
"Link to a board" : "Tengill við borð",
|
"Link to a board" : "Tengill við borð",
|
||||||
|
|||||||
26
l10n/it.js
26
l10n/it.js
@@ -120,7 +120,6 @@ OC.L10N.register(
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "Data non valida, il formato della data deve essere AAAA-MM-GG",
|
"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",
|
"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",
|
"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",
|
"Add board" : "Aggiungi lavagna",
|
||||||
"Select the board to link to a project" : "Seleziona la lavagna da collegare a un progetto",
|
"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",
|
"Search by board title" : "Cerca per titolo della lavagna",
|
||||||
@@ -150,10 +149,8 @@ OC.L10N.register(
|
|||||||
"Filter by tag" : "Filtra per etichette",
|
"Filter by tag" : "Filtra per etichette",
|
||||||
"Filter by assigned user" : "Filtra per utente assegnato",
|
"Filter by assigned user" : "Filtra per utente assegnato",
|
||||||
"Unassigned" : "Non assegnato",
|
"Unassigned" : "Non assegnato",
|
||||||
"Filter by status" : "Filtra per stato",
|
"Open" : "Apri",
|
||||||
"Open and completed" : "Aperte e completate",
|
"Completed" : "Completato",
|
||||||
"Open" : "Aperte",
|
|
||||||
"Completed" : "Completate",
|
|
||||||
"Filter by due date" : "Filtra per data di scadenza",
|
"Filter by due date" : "Filtra per data di scadenza",
|
||||||
"Overdue" : "Scadenza",
|
"Overdue" : "Scadenza",
|
||||||
"Next 24 hours" : "Prossime 24 ore",
|
"Next 24 hours" : "Prossime 24 ore",
|
||||||
@@ -164,7 +161,7 @@ OC.L10N.register(
|
|||||||
"View Modes" : "Modalità di visualizzazione",
|
"View Modes" : "Modalità di visualizzazione",
|
||||||
"Toggle View Modes" : "Cambia modalità di visualizzazione",
|
"Toggle View Modes" : "Cambia modalità di visualizzazione",
|
||||||
"Hide archived cards" : "Nascondi le schede archiviate",
|
"Hide archived cards" : "Nascondi le schede archiviate",
|
||||||
"Show archived cards" : "Mostra le schede archiviate",
|
"Show archived cards" : "Mostra le carte archiviate",
|
||||||
"Toggle compact mode" : "Commuta la modalità compatta",
|
"Toggle compact mode" : "Commuta la modalità compatta",
|
||||||
"Hide card cover images" : "Nascondi immagini di copertina della scheda",
|
"Hide card cover images" : "Nascondi immagini di copertina della scheda",
|
||||||
"Show card cover images" : "Mostra immagini di copertina della scheda",
|
"Show card cover images" : "Mostra immagini di copertina della scheda",
|
||||||
@@ -181,12 +178,9 @@ OC.L10N.register(
|
|||||||
"Deleted lists" : "Elenchi eliminati",
|
"Deleted lists" : "Elenchi eliminati",
|
||||||
"Undo" : "Annulla",
|
"Undo" : "Annulla",
|
||||||
"Deleted cards" : "Schede eliminate",
|
"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",
|
"No participants found" : "Nessun partecipante trovato",
|
||||||
"Board owner" : "Proprietario della lavagna",
|
"Board owner" : "Proprietario della lavagna",
|
||||||
"(Group)" : "(Gruppo)",
|
"(Group)" : "(Gruppo)",
|
||||||
"(Team)" : "(Squadra)",
|
|
||||||
"Can edit" : "Può modificare",
|
"Can edit" : "Può modificare",
|
||||||
"Can share" : "Può condividere",
|
"Can share" : "Può condividere",
|
||||||
"Can manage" : "Può gestire",
|
"Can manage" : "Può gestire",
|
||||||
@@ -212,9 +206,7 @@ OC.L10N.register(
|
|||||||
"title and color value must be provided" : "devono essere forniti il titolo e il valore del colore",
|
"title and color value must be provided" : "devono essere forniti il titolo e il valore del colore",
|
||||||
"Board name" : "Nome della lavagna",
|
"Board name" : "Nome della lavagna",
|
||||||
"Members" : "Membri",
|
"Members" : "Membri",
|
||||||
"Assign to users/groups/team" : "Assegna a utenti/gruppi/squadre",
|
|
||||||
"Assign a user to this card…" : "Assegna un utente a questa scheda…",
|
"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",
|
"Upload new files" : "Carica nuovi file",
|
||||||
"Share from Files" : "Condividi da File",
|
"Share from Files" : "Condividi da File",
|
||||||
"Pending share" : "Condivisione in attesa",
|
"Pending share" : "Condivisione in attesa",
|
||||||
@@ -257,9 +249,8 @@ OC.L10N.register(
|
|||||||
"Add due date" : "Aggiungi data di scadenza",
|
"Add due date" : "Aggiungi data di scadenza",
|
||||||
"Choose a date" : "Scegli una data",
|
"Choose a date" : "Scegli una data",
|
||||||
"Remove due date" : "Rimuovi data di scadenza",
|
"Remove due date" : "Rimuovi data di scadenza",
|
||||||
"Mark as done" : "Segna come fatto",
|
"Mark as done" : "Marca come completato",
|
||||||
"Due at:" : "Scadenza:",
|
"Due at:" : "Scadenza:",
|
||||||
"Not done" : "Non fatto",
|
|
||||||
"Unarchive card" : "Recupera lavagna dall'archivio",
|
"Unarchive card" : "Recupera lavagna dall'archivio",
|
||||||
"Archive card" : "Archivia scheda",
|
"Archive card" : "Archivia scheda",
|
||||||
"Select Date" : "Seleziona data",
|
"Select Date" : "Seleziona data",
|
||||||
@@ -268,13 +259,13 @@ OC.L10N.register(
|
|||||||
"Set due date for this weekend" : "Imposta scadenza per questo fine settimana",
|
"Set due date for this weekend" : "Imposta scadenza per questo fine settimana",
|
||||||
"Set due date for next week" : "Imposta scadenza per la prossima 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…",
|
"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:",
|
"Create a new tag:" : "Crea una nuova etichetta:",
|
||||||
"(group)" : "(gruppo)",
|
"(group)" : "(gruppo)",
|
||||||
"Next week – {timeLocale}" : "Prossima settimana – {timeLocale}",
|
"Next week – {timeLocale}" : "Prossima settimana – {timeLocale}",
|
||||||
"Todo items" : "Elementi da fare",
|
"Todo items" : "Elementi da fare",
|
||||||
"{count} comments, {unread} unread" : "{count} commenti, {unread} non letti",
|
"{count} comments, {unread} unread" : "{count} commenti, {unread} non letti",
|
||||||
"Edit card title" : "Modifica titolo scheda",
|
"Edit card title" : "Modifica titolo scheda",
|
||||||
|
"Card details" : "Dettagli scheda",
|
||||||
"Assign to me" : "Assegna a me",
|
"Assign to me" : "Assegna a me",
|
||||||
"Unassign myself" : "Rimuovi assegnazione da me",
|
"Unassign myself" : "Rimuovi assegnazione da me",
|
||||||
"Mark as not done" : "Segna come non fatto",
|
"Mark as not done" : "Segna come non fatto",
|
||||||
@@ -282,7 +273,6 @@ OC.L10N.register(
|
|||||||
"Card deleted" : "Scheda eliminata",
|
"Card deleted" : "Scheda eliminata",
|
||||||
"seconds ago" : "secondi fa",
|
"seconds ago" : "secondi fa",
|
||||||
"Keyboard shortcuts" : "Scorciatoie da tastiera",
|
"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",
|
"Board actions" : "Azioni della lavagna",
|
||||||
"Keyboard shortcut" : "Scorciatoia da tastiera",
|
"Keyboard shortcut" : "Scorciatoia da tastiera",
|
||||||
"Action" : "Azione",
|
"Action" : "Azione",
|
||||||
@@ -316,7 +306,6 @@ OC.L10N.register(
|
|||||||
"Show boards in calendar/tasks" : "Mostra le lavagne in calendario/attività",
|
"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",
|
"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.",
|
"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",
|
"Board details" : "Dettagli lavagna",
|
||||||
"Edit board" : "Modifica lavagna",
|
"Edit board" : "Modifica lavagna",
|
||||||
"Clone board" : "Clona lavagna",
|
"Clone board" : "Clona lavagna",
|
||||||
@@ -342,6 +331,7 @@ OC.L10N.register(
|
|||||||
"No due" : "Nessuna scadenza",
|
"No due" : "Nessuna scadenza",
|
||||||
"Search for {searchQuery} in all boards" : "Risultato di ricerca per \"{search}\" in tutte le lavagne",
|
"Search for {searchQuery} in all boards" : "Risultato di ricerca per \"{search}\" in tutte le lavagne",
|
||||||
"No results found" : "Nessun risultato trovato",
|
"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}",
|
"Deck board {name}\n* Last modified on {lastMod}" : "Lavagna {name}\n* Ultima modifica: {lastMod}",
|
||||||
"{stack} in {board}" : "{stack} in {board}",
|
"{stack} in {board}" : "{stack} in {board}",
|
||||||
"Click to expand description" : "Fai clic per espandere la descrizione",
|
"Click to expand description" : "Fai clic per espandere la descrizione",
|
||||||
@@ -361,7 +351,6 @@ OC.L10N.register(
|
|||||||
"upcoming cards" : "prossime schede",
|
"upcoming cards" : "prossime schede",
|
||||||
"New card" : "Nuova scheda",
|
"New card" : "Nuova scheda",
|
||||||
"Due on {date}" : "Scadenza: {date}",
|
"Due on {date}" : "Scadenza: {date}",
|
||||||
"This weekend – {timeLocale}" : "Questo fine settimana – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Domani – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Domani – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Oggi – {timeLocale}",
|
"Later today – {timeLocale}" : "Oggi – {timeLocale}",
|
||||||
"Link to a board" : "Collega a una lavagna",
|
"Link to a board" : "Collega a una lavagna",
|
||||||
@@ -377,7 +366,6 @@ OC.L10N.register(
|
|||||||
"Share" : "Condividi",
|
"Share" : "Condividi",
|
||||||
"Searching for users, groups and circles …" : "Ricerca di utenti, gruppi e cerchie…",
|
"Searching for users, groups and circles …" : "Ricerca di utenti, gruppi e cerchie…",
|
||||||
"(Circle)" : "(Cerchia)",
|
"(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;");
|
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||||
|
|||||||
26
l10n/it.json
26
l10n/it.json
@@ -118,7 +118,6 @@
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "Data non valida, il formato della data deve essere AAAA-MM-GG",
|
"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",
|
"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",
|
"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",
|
"Add board" : "Aggiungi lavagna",
|
||||||
"Select the board to link to a project" : "Seleziona la lavagna da collegare a un progetto",
|
"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",
|
"Search by board title" : "Cerca per titolo della lavagna",
|
||||||
@@ -148,10 +147,8 @@
|
|||||||
"Filter by tag" : "Filtra per etichette",
|
"Filter by tag" : "Filtra per etichette",
|
||||||
"Filter by assigned user" : "Filtra per utente assegnato",
|
"Filter by assigned user" : "Filtra per utente assegnato",
|
||||||
"Unassigned" : "Non assegnato",
|
"Unassigned" : "Non assegnato",
|
||||||
"Filter by status" : "Filtra per stato",
|
"Open" : "Apri",
|
||||||
"Open and completed" : "Aperte e completate",
|
"Completed" : "Completato",
|
||||||
"Open" : "Aperte",
|
|
||||||
"Completed" : "Completate",
|
|
||||||
"Filter by due date" : "Filtra per data di scadenza",
|
"Filter by due date" : "Filtra per data di scadenza",
|
||||||
"Overdue" : "Scadenza",
|
"Overdue" : "Scadenza",
|
||||||
"Next 24 hours" : "Prossime 24 ore",
|
"Next 24 hours" : "Prossime 24 ore",
|
||||||
@@ -162,7 +159,7 @@
|
|||||||
"View Modes" : "Modalità di visualizzazione",
|
"View Modes" : "Modalità di visualizzazione",
|
||||||
"Toggle View Modes" : "Cambia modalità di visualizzazione",
|
"Toggle View Modes" : "Cambia modalità di visualizzazione",
|
||||||
"Hide archived cards" : "Nascondi le schede archiviate",
|
"Hide archived cards" : "Nascondi le schede archiviate",
|
||||||
"Show archived cards" : "Mostra le schede archiviate",
|
"Show archived cards" : "Mostra le carte archiviate",
|
||||||
"Toggle compact mode" : "Commuta la modalità compatta",
|
"Toggle compact mode" : "Commuta la modalità compatta",
|
||||||
"Hide card cover images" : "Nascondi immagini di copertina della scheda",
|
"Hide card cover images" : "Nascondi immagini di copertina della scheda",
|
||||||
"Show card cover images" : "Mostra immagini di copertina della scheda",
|
"Show card cover images" : "Mostra immagini di copertina della scheda",
|
||||||
@@ -179,12 +176,9 @@
|
|||||||
"Deleted lists" : "Elenchi eliminati",
|
"Deleted lists" : "Elenchi eliminati",
|
||||||
"Undo" : "Annulla",
|
"Undo" : "Annulla",
|
||||||
"Deleted cards" : "Schede eliminate",
|
"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",
|
"No participants found" : "Nessun partecipante trovato",
|
||||||
"Board owner" : "Proprietario della lavagna",
|
"Board owner" : "Proprietario della lavagna",
|
||||||
"(Group)" : "(Gruppo)",
|
"(Group)" : "(Gruppo)",
|
||||||
"(Team)" : "(Squadra)",
|
|
||||||
"Can edit" : "Può modificare",
|
"Can edit" : "Può modificare",
|
||||||
"Can share" : "Può condividere",
|
"Can share" : "Può condividere",
|
||||||
"Can manage" : "Può gestire",
|
"Can manage" : "Può gestire",
|
||||||
@@ -210,9 +204,7 @@
|
|||||||
"title and color value must be provided" : "devono essere forniti il titolo e il valore del colore",
|
"title and color value must be provided" : "devono essere forniti il titolo e il valore del colore",
|
||||||
"Board name" : "Nome della lavagna",
|
"Board name" : "Nome della lavagna",
|
||||||
"Members" : "Membri",
|
"Members" : "Membri",
|
||||||
"Assign to users/groups/team" : "Assegna a utenti/gruppi/squadre",
|
|
||||||
"Assign a user to this card…" : "Assegna un utente a questa scheda…",
|
"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",
|
"Upload new files" : "Carica nuovi file",
|
||||||
"Share from Files" : "Condividi da File",
|
"Share from Files" : "Condividi da File",
|
||||||
"Pending share" : "Condivisione in attesa",
|
"Pending share" : "Condivisione in attesa",
|
||||||
@@ -255,9 +247,8 @@
|
|||||||
"Add due date" : "Aggiungi data di scadenza",
|
"Add due date" : "Aggiungi data di scadenza",
|
||||||
"Choose a date" : "Scegli una data",
|
"Choose a date" : "Scegli una data",
|
||||||
"Remove due date" : "Rimuovi data di scadenza",
|
"Remove due date" : "Rimuovi data di scadenza",
|
||||||
"Mark as done" : "Segna come fatto",
|
"Mark as done" : "Marca come completato",
|
||||||
"Due at:" : "Scadenza:",
|
"Due at:" : "Scadenza:",
|
||||||
"Not done" : "Non fatto",
|
|
||||||
"Unarchive card" : "Recupera lavagna dall'archivio",
|
"Unarchive card" : "Recupera lavagna dall'archivio",
|
||||||
"Archive card" : "Archivia scheda",
|
"Archive card" : "Archivia scheda",
|
||||||
"Select Date" : "Seleziona data",
|
"Select Date" : "Seleziona data",
|
||||||
@@ -266,13 +257,13 @@
|
|||||||
"Set due date for this weekend" : "Imposta scadenza per questo fine settimana",
|
"Set due date for this weekend" : "Imposta scadenza per questo fine settimana",
|
||||||
"Set due date for next week" : "Imposta scadenza per la prossima 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…",
|
"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:",
|
"Create a new tag:" : "Crea una nuova etichetta:",
|
||||||
"(group)" : "(gruppo)",
|
"(group)" : "(gruppo)",
|
||||||
"Next week – {timeLocale}" : "Prossima settimana – {timeLocale}",
|
"Next week – {timeLocale}" : "Prossima settimana – {timeLocale}",
|
||||||
"Todo items" : "Elementi da fare",
|
"Todo items" : "Elementi da fare",
|
||||||
"{count} comments, {unread} unread" : "{count} commenti, {unread} non letti",
|
"{count} comments, {unread} unread" : "{count} commenti, {unread} non letti",
|
||||||
"Edit card title" : "Modifica titolo scheda",
|
"Edit card title" : "Modifica titolo scheda",
|
||||||
|
"Card details" : "Dettagli scheda",
|
||||||
"Assign to me" : "Assegna a me",
|
"Assign to me" : "Assegna a me",
|
||||||
"Unassign myself" : "Rimuovi assegnazione da me",
|
"Unassign myself" : "Rimuovi assegnazione da me",
|
||||||
"Mark as not done" : "Segna come non fatto",
|
"Mark as not done" : "Segna come non fatto",
|
||||||
@@ -280,7 +271,6 @@
|
|||||||
"Card deleted" : "Scheda eliminata",
|
"Card deleted" : "Scheda eliminata",
|
||||||
"seconds ago" : "secondi fa",
|
"seconds ago" : "secondi fa",
|
||||||
"Keyboard shortcuts" : "Scorciatoie da tastiera",
|
"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",
|
"Board actions" : "Azioni della lavagna",
|
||||||
"Keyboard shortcut" : "Scorciatoia da tastiera",
|
"Keyboard shortcut" : "Scorciatoia da tastiera",
|
||||||
"Action" : "Azione",
|
"Action" : "Azione",
|
||||||
@@ -314,7 +304,6 @@
|
|||||||
"Show boards in calendar/tasks" : "Mostra le lavagne in calendario/attività",
|
"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",
|
"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.",
|
"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",
|
"Board details" : "Dettagli lavagna",
|
||||||
"Edit board" : "Modifica lavagna",
|
"Edit board" : "Modifica lavagna",
|
||||||
"Clone board" : "Clona lavagna",
|
"Clone board" : "Clona lavagna",
|
||||||
@@ -340,6 +329,7 @@
|
|||||||
"No due" : "Nessuna scadenza",
|
"No due" : "Nessuna scadenza",
|
||||||
"Search for {searchQuery} in all boards" : "Risultato di ricerca per \"{search}\" in tutte le lavagne",
|
"Search for {searchQuery} in all boards" : "Risultato di ricerca per \"{search}\" in tutte le lavagne",
|
||||||
"No results found" : "Nessun risultato trovato",
|
"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}",
|
"Deck board {name}\n* Last modified on {lastMod}" : "Lavagna {name}\n* Ultima modifica: {lastMod}",
|
||||||
"{stack} in {board}" : "{stack} in {board}",
|
"{stack} in {board}" : "{stack} in {board}",
|
||||||
"Click to expand description" : "Fai clic per espandere la descrizione",
|
"Click to expand description" : "Fai clic per espandere la descrizione",
|
||||||
@@ -359,7 +349,6 @@
|
|||||||
"upcoming cards" : "prossime schede",
|
"upcoming cards" : "prossime schede",
|
||||||
"New card" : "Nuova scheda",
|
"New card" : "Nuova scheda",
|
||||||
"Due on {date}" : "Scadenza: {date}",
|
"Due on {date}" : "Scadenza: {date}",
|
||||||
"This weekend – {timeLocale}" : "Questo fine settimana – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Domani – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Domani – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Oggi – {timeLocale}",
|
"Later today – {timeLocale}" : "Oggi – {timeLocale}",
|
||||||
"Link to a board" : "Collega a una lavagna",
|
"Link to a board" : "Collega a una lavagna",
|
||||||
@@ -375,7 +364,6 @@
|
|||||||
"Share" : "Condividi",
|
"Share" : "Condividi",
|
||||||
"Searching for users, groups and circles …" : "Ricerca di utenti, gruppi e cerchie…",
|
"Searching for users, groups and circles …" : "Ricerca di utenti, gruppi e cerchie…",
|
||||||
"(Circle)" : "(Cerchia)",
|
"(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;"
|
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||||
}
|
}
|
||||||
@@ -120,7 +120,6 @@ OC.L10N.register(
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "日付が無効です。日付形式はYYYY-MM-DDである必要があります",
|
"Invalid date, date format must be YYYY-MM-DD" : "日付が無効です。日付形式は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はNextcloudと統合された、チームのための個人計画とプロジェクトの組織化を目的としたカンバンスタイルのオーガナイズツールです。\n\n\n- 📥 タスクをカードに追加して整理する\n- 📄 追加のメモをマークダウン形式で書き留める\n- 🔖 より詳細な分類のために追加のラベルを割り当てる\n- 👥 チーム、友達、家族と共有\n- 📎 ファイルを添付し、マークダウンの説明に埋め込む\n- 💬 コメントを使用してチームで話し合う\n- ⚡ アクティビティストリームで変更を追跡する\n- 🚀 プロジェクトを整理する",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "DeckはNextcloudと統合された、チームのための個人計画とプロジェクトの組織化を目的としたカンバンスタイルのオーガナイズツールです。\n\n\n- 📥 タスクをカードに追加して整理する\n- 📄 追加のメモをマークダウン形式で書き留める\n- 🔖 より詳細な分類のために追加のラベルを割り当てる\n- 👥 チーム、友達、家族と共有\n- 📎 ファイルを添付し、マークダウンの説明に埋め込む\n- 💬 コメントを使用してチームで話し合う\n- ⚡ アクティビティストリームで変更を追跡する\n- 🚀 プロジェクトを整理する",
|
||||||
"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" : "ボードのタイトルで検索",
|
||||||
@@ -275,6 +274,7 @@ OC.L10N.register(
|
|||||||
"Todo items" : "Todo項目",
|
"Todo items" : "Todo項目",
|
||||||
"{count} comments, {unread} unread" : "コメント {count} 件あり、 {unread} 件未読",
|
"{count} comments, {unread} unread" : "コメント {count} 件あり、 {unread} 件未読",
|
||||||
"Edit card title" : "カードタイトルを編集する",
|
"Edit card title" : "カードタイトルを編集する",
|
||||||
|
"Card details" : "カード詳細",
|
||||||
"Assign to me" : "自分に割り当てる",
|
"Assign to me" : "自分に割り当てる",
|
||||||
"Unassign myself" : "自分への割り当てを解除",
|
"Unassign myself" : "自分への割り当てを解除",
|
||||||
"Mark as not done" : "未完成のマーク",
|
"Mark as not done" : "未完成のマーク",
|
||||||
@@ -316,7 +316,6 @@ 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" : "編集をキャンセル",
|
|
||||||
"Board details" : "ボードの詳細",
|
"Board details" : "ボードの詳細",
|
||||||
"Edit board" : "ボードを編集",
|
"Edit board" : "ボードを編集",
|
||||||
"Clone board" : "ボードを複製",
|
"Clone board" : "ボードを複製",
|
||||||
@@ -342,6 +341,7 @@ OC.L10N.register(
|
|||||||
"No due" : "日付なし",
|
"No due" : "日付なし",
|
||||||
"Search for {searchQuery} in all boards" : "すべてのボードで{searchQuery}を検索します",
|
"Search for {searchQuery} in all boards" : "すべてのボードで{searchQuery}を検索します",
|
||||||
"No results found" : "結果が見つかりません",
|
"No results found" : "結果が見つかりません",
|
||||||
|
"This weekend – {timeLocale}" : "今週末 – {timeLocale}",
|
||||||
"Deck board {name}\n* Last modified on {lastMod}" : "デッキボード{name}\n最終更新日:{lastMod}",
|
"Deck board {name}\n* Last modified on {lastMod}" : "デッキボード{name}\n最終更新日:{lastMod}",
|
||||||
"{stack} in {board}" : "{board} 内の {stack}",
|
"{stack} in {board}" : "{board} 内の {stack}",
|
||||||
"Click to expand description" : "説明を展開するにはクリックしてください",
|
"Click to expand description" : "説明を展開するにはクリックしてください",
|
||||||
@@ -361,7 +361,6 @@ OC.L10N.register(
|
|||||||
"upcoming cards" : "今後のカード",
|
"upcoming cards" : "今後のカード",
|
||||||
"New card" : "新しいカード",
|
"New card" : "新しいカード",
|
||||||
"Due on {date}" : "期間{date}",
|
"Due on {date}" : "期間{date}",
|
||||||
"This weekend – {timeLocale}" : "今週末 – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "明日 – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "明日 – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "今日この後 – {timeLocale}",
|
"Later today – {timeLocale}" : "今日この後 – {timeLocale}",
|
||||||
"Link to a board" : "ボードへのリンク",
|
"Link to a board" : "ボードへのリンク",
|
||||||
|
|||||||
@@ -118,7 +118,6 @@
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "日付が無効です。日付形式はYYYY-MM-DDである必要があります",
|
"Invalid date, date format must be YYYY-MM-DD" : "日付が無効です。日付形式は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はNextcloudと統合された、チームのための個人計画とプロジェクトの組織化を目的としたカンバンスタイルのオーガナイズツールです。\n\n\n- 📥 タスクをカードに追加して整理する\n- 📄 追加のメモをマークダウン形式で書き留める\n- 🔖 より詳細な分類のために追加のラベルを割り当てる\n- 👥 チーム、友達、家族と共有\n- 📎 ファイルを添付し、マークダウンの説明に埋め込む\n- 💬 コメントを使用してチームで話し合う\n- ⚡ アクティビティストリームで変更を追跡する\n- 🚀 プロジェクトを整理する",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "DeckはNextcloudと統合された、チームのための個人計画とプロジェクトの組織化を目的としたカンバンスタイルのオーガナイズツールです。\n\n\n- 📥 タスクをカードに追加して整理する\n- 📄 追加のメモをマークダウン形式で書き留める\n- 🔖 より詳細な分類のために追加のラベルを割り当てる\n- 👥 チーム、友達、家族と共有\n- 📎 ファイルを添付し、マークダウンの説明に埋め込む\n- 💬 コメントを使用してチームで話し合う\n- ⚡ アクティビティストリームで変更を追跡する\n- 🚀 プロジェクトを整理する",
|
||||||
"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" : "ボードのタイトルで検索",
|
||||||
@@ -273,6 +272,7 @@
|
|||||||
"Todo items" : "Todo項目",
|
"Todo items" : "Todo項目",
|
||||||
"{count} comments, {unread} unread" : "コメント {count} 件あり、 {unread} 件未読",
|
"{count} comments, {unread} unread" : "コメント {count} 件あり、 {unread} 件未読",
|
||||||
"Edit card title" : "カードタイトルを編集する",
|
"Edit card title" : "カードタイトルを編集する",
|
||||||
|
"Card details" : "カード詳細",
|
||||||
"Assign to me" : "自分に割り当てる",
|
"Assign to me" : "自分に割り当てる",
|
||||||
"Unassign myself" : "自分への割り当てを解除",
|
"Unassign myself" : "自分への割り当てを解除",
|
||||||
"Mark as not done" : "未完成のマーク",
|
"Mark as not done" : "未完成のマーク",
|
||||||
@@ -314,7 +314,6 @@
|
|||||||
"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" : "編集をキャンセル",
|
|
||||||
"Board details" : "ボードの詳細",
|
"Board details" : "ボードの詳細",
|
||||||
"Edit board" : "ボードを編集",
|
"Edit board" : "ボードを編集",
|
||||||
"Clone board" : "ボードを複製",
|
"Clone board" : "ボードを複製",
|
||||||
@@ -340,6 +339,7 @@
|
|||||||
"No due" : "日付なし",
|
"No due" : "日付なし",
|
||||||
"Search for {searchQuery} in all boards" : "すべてのボードで{searchQuery}を検索します",
|
"Search for {searchQuery} in all boards" : "すべてのボードで{searchQuery}を検索します",
|
||||||
"No results found" : "結果が見つかりません",
|
"No results found" : "結果が見つかりません",
|
||||||
|
"This weekend – {timeLocale}" : "今週末 – {timeLocale}",
|
||||||
"Deck board {name}\n* Last modified on {lastMod}" : "デッキボード{name}\n最終更新日:{lastMod}",
|
"Deck board {name}\n* Last modified on {lastMod}" : "デッキボード{name}\n最終更新日:{lastMod}",
|
||||||
"{stack} in {board}" : "{board} 内の {stack}",
|
"{stack} in {board}" : "{board} 内の {stack}",
|
||||||
"Click to expand description" : "説明を展開するにはクリックしてください",
|
"Click to expand description" : "説明を展開するにはクリックしてください",
|
||||||
@@ -359,7 +359,6 @@
|
|||||||
"upcoming cards" : "今後のカード",
|
"upcoming cards" : "今後のカード",
|
||||||
"New card" : "新しいカード",
|
"New card" : "新しいカード",
|
||||||
"Due on {date}" : "期間{date}",
|
"Due on {date}" : "期間{date}",
|
||||||
"This weekend – {timeLocale}" : "今週末 – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "明日 – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "明日 – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "今日この後 – {timeLocale}",
|
"Later today – {timeLocale}" : "今日この後 – {timeLocale}",
|
||||||
"Link to a board" : "ボードへのリンク",
|
"Link to a board" : "ボードへのリンク",
|
||||||
|
|||||||
@@ -120,7 +120,6 @@ OC.L10N.register(
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "Invalid date, date format must be YYYY-MM-DD",
|
"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",
|
"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",
|
"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",
|
"Add board" : "Add board",
|
||||||
"Select the board to link to a project" : "Select the board to link to a project",
|
"Select the board to link to a project" : "Select the board to link to a project",
|
||||||
"Search by board title" : "Search by board title",
|
"Search by board title" : "Search by board title",
|
||||||
@@ -266,6 +265,7 @@ OC.L10N.register(
|
|||||||
"Todo items" : "Todo items",
|
"Todo items" : "Todo items",
|
||||||
"{count} comments, {unread} unread" : "{count} comments, {unread} unread",
|
"{count} comments, {unread} unread" : "{count} comments, {unread} unread",
|
||||||
"Edit card title" : "Edit card title",
|
"Edit card title" : "Edit card title",
|
||||||
|
"Card details" : "Card details",
|
||||||
"Assign to me" : "Assign to me",
|
"Assign to me" : "Assign to me",
|
||||||
"Unassign myself" : "Unassign myself",
|
"Unassign myself" : "Unassign myself",
|
||||||
"Mark as not done" : "Mark as not done",
|
"Mark as not done" : "Mark as not done",
|
||||||
@@ -306,7 +306,6 @@ OC.L10N.register(
|
|||||||
"Show boards in calendar/tasks" : "Show boards in calendar/tasks",
|
"Show boards in calendar/tasks" : "Show boards in calendar/tasks",
|
||||||
"Limit board creation to some groups" : "Limit board creation to some groups",
|
"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.",
|
"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",
|
"Board details" : "Board details",
|
||||||
"Edit board" : "Edit board",
|
"Edit board" : "Edit board",
|
||||||
"Clone board" : "Clone board",
|
"Clone board" : "Clone board",
|
||||||
@@ -332,6 +331,7 @@ OC.L10N.register(
|
|||||||
"No due" : "No due",
|
"No due" : "No due",
|
||||||
"Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards",
|
"Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards",
|
||||||
"No results found" : "No results found",
|
"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}",
|
"Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}",
|
||||||
"{stack} in {board}" : "{stack} in {board}",
|
"{stack} in {board}" : "{stack} in {board}",
|
||||||
"Click to expand description" : "Click to expand description",
|
"Click to expand description" : "Click to expand description",
|
||||||
@@ -351,7 +351,6 @@ OC.L10N.register(
|
|||||||
"upcoming cards" : "upcoming cards",
|
"upcoming cards" : "upcoming cards",
|
||||||
"New card" : "New card",
|
"New card" : "New card",
|
||||||
"Due on {date}" : "Due on {date}",
|
"Due on {date}" : "Due on {date}",
|
||||||
"This weekend – {timeLocale}" : "This weekend – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Tomorrow – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Tomorrow – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Later today – {timeLocale}",
|
"Later today – {timeLocale}" : "Later today – {timeLocale}",
|
||||||
"Link to a board" : "Link to a board",
|
"Link to a board" : "Link to a board",
|
||||||
|
|||||||
@@ -118,7 +118,6 @@
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "Invalid date, date format must be YYYY-MM-DD",
|
"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",
|
"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",
|
"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",
|
"Add board" : "Add board",
|
||||||
"Select the board to link to a project" : "Select the board to link to a project",
|
"Select the board to link to a project" : "Select the board to link to a project",
|
||||||
"Search by board title" : "Search by board title",
|
"Search by board title" : "Search by board title",
|
||||||
@@ -264,6 +263,7 @@
|
|||||||
"Todo items" : "Todo items",
|
"Todo items" : "Todo items",
|
||||||
"{count} comments, {unread} unread" : "{count} comments, {unread} unread",
|
"{count} comments, {unread} unread" : "{count} comments, {unread} unread",
|
||||||
"Edit card title" : "Edit card title",
|
"Edit card title" : "Edit card title",
|
||||||
|
"Card details" : "Card details",
|
||||||
"Assign to me" : "Assign to me",
|
"Assign to me" : "Assign to me",
|
||||||
"Unassign myself" : "Unassign myself",
|
"Unassign myself" : "Unassign myself",
|
||||||
"Mark as not done" : "Mark as not done",
|
"Mark as not done" : "Mark as not done",
|
||||||
@@ -304,7 +304,6 @@
|
|||||||
"Show boards in calendar/tasks" : "Show boards in calendar/tasks",
|
"Show boards in calendar/tasks" : "Show boards in calendar/tasks",
|
||||||
"Limit board creation to some groups" : "Limit board creation to some groups",
|
"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.",
|
"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",
|
"Board details" : "Board details",
|
||||||
"Edit board" : "Edit board",
|
"Edit board" : "Edit board",
|
||||||
"Clone board" : "Clone board",
|
"Clone board" : "Clone board",
|
||||||
@@ -330,6 +329,7 @@
|
|||||||
"No due" : "No due",
|
"No due" : "No due",
|
||||||
"Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards",
|
"Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards",
|
||||||
"No results found" : "No results found",
|
"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}",
|
"Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}",
|
||||||
"{stack} in {board}" : "{stack} in {board}",
|
"{stack} in {board}" : "{stack} in {board}",
|
||||||
"Click to expand description" : "Click to expand description",
|
"Click to expand description" : "Click to expand description",
|
||||||
@@ -349,7 +349,6 @@
|
|||||||
"upcoming cards" : "upcoming cards",
|
"upcoming cards" : "upcoming cards",
|
||||||
"New card" : "New card",
|
"New card" : "New card",
|
||||||
"Due on {date}" : "Due on {date}",
|
"Due on {date}" : "Due on {date}",
|
||||||
"This weekend – {timeLocale}" : "This weekend – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Tomorrow – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Tomorrow – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Later today – {timeLocale}",
|
"Later today – {timeLocale}" : "Later today – {timeLocale}",
|
||||||
"Link to a board" : "Link to a board",
|
"Link to a board" : "Link to a board",
|
||||||
|
|||||||
@@ -27,7 +27,6 @@ OC.L10N.register(
|
|||||||
"Cancel reply" : "Semmet tiririt.",
|
"Cancel reply" : "Semmet tiririt.",
|
||||||
"Reply" : "Err",
|
"Reply" : "Err",
|
||||||
"Search" : "Nadi",
|
"Search" : "Nadi",
|
||||||
"Cancel edit" : "Sefsex aseẓreg",
|
|
||||||
"No notifications" : "Ulac tisezmal",
|
"No notifications" : "Ulac tisezmal",
|
||||||
"Today" : "Ass-a",
|
"Today" : "Ass-a",
|
||||||
"Close" : "Mdel",
|
"Close" : "Mdel",
|
||||||
|
|||||||
@@ -25,7 +25,6 @@
|
|||||||
"Cancel reply" : "Semmet tiririt.",
|
"Cancel reply" : "Semmet tiririt.",
|
||||||
"Reply" : "Err",
|
"Reply" : "Err",
|
||||||
"Search" : "Nadi",
|
"Search" : "Nadi",
|
||||||
"Cancel edit" : "Sefsex aseẓreg",
|
|
||||||
"No notifications" : "Ulac tisezmal",
|
"No notifications" : "Ulac tisezmal",
|
||||||
"Today" : "Ass-a",
|
"Today" : "Ass-a",
|
||||||
"Close" : "Mdel",
|
"Close" : "Mdel",
|
||||||
|
|||||||
@@ -120,7 +120,6 @@ OC.L10N.register(
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "잘못된 날짜, YYYY-MM-DD 형식이어야 합니다.",
|
"Invalid date, date format must be YYYY-MM-DD" : "잘못된 날짜, 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은 Nextcloud와 통합된 팀의 개인 계획 및 프로젝트 구성을 목표로 하는 칸반 스타일 구성 도구입니다.\n\n\n- 📥 카드에 작업을 추가하고 순서대로 정리하세요\n- 📄 Markdown에 추가 메모를 작성하세요.\n- 🔖 더 나은 정리를 위해 라벨을 할당하세요\n- 👥 팀, 친구, 가족과 공유하세요\n- 📎 파일을 첨부하고 Markdown 설명에 포함하세요.\n- 💬 댓글을 사용하여 팀과 토론하세요\n- ⚡ 활동 스트림의 변경 사항을 추적하세요.\n- 🚀 프로젝트를 체계적으로 정리하세요",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck은 Nextcloud와 통합된 팀의 개인 계획 및 프로젝트 구성을 목표로 하는 칸반 스타일 구성 도구입니다.\n\n\n- 📥 카드에 작업을 추가하고 순서대로 정리하세요\n- 📄 Markdown에 추가 메모를 작성하세요.\n- 🔖 더 나은 정리를 위해 라벨을 할당하세요\n- 👥 팀, 친구, 가족과 공유하세요\n- 📎 파일을 첨부하고 Markdown 설명에 포함하세요.\n- 💬 댓글을 사용하여 팀과 토론하세요\n- ⚡ 활동 스트림의 변경 사항을 추적하세요.\n- 🚀 프로젝트를 체계적으로 정리하세요",
|
||||||
"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" : "보드 제목으로 검색",
|
||||||
@@ -275,6 +274,7 @@ OC.L10N.register(
|
|||||||
"Todo items" : "작업 항목",
|
"Todo items" : "작업 항목",
|
||||||
"{count} comments, {unread} unread" : "댓글 {count}개, 읽지 않음 {unread}개",
|
"{count} comments, {unread} unread" : "댓글 {count}개, 읽지 않음 {unread}개",
|
||||||
"Edit card title" : "카드 제목 수정",
|
"Edit card title" : "카드 제목 수정",
|
||||||
|
"Card details" : "카드 세부사항",
|
||||||
"Assign to me" : "나에게 할당",
|
"Assign to me" : "나에게 할당",
|
||||||
"Unassign myself" : "스스로를 할당 해제",
|
"Unassign myself" : "스스로를 할당 해제",
|
||||||
"Mark as not done" : "완료되지 않은 것으로 표시",
|
"Mark as not done" : "완료되지 않은 것으로 표시",
|
||||||
@@ -316,7 +316,6 @@ 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" : "편집 취소",
|
|
||||||
"Board details" : "게시판 정보",
|
"Board details" : "게시판 정보",
|
||||||
"Edit board" : "게시판 편집",
|
"Edit board" : "게시판 편집",
|
||||||
"Clone board" : "게시판 복제",
|
"Clone board" : "게시판 복제",
|
||||||
@@ -342,6 +341,7 @@ OC.L10N.register(
|
|||||||
"No due" : "기한 없음",
|
"No due" : "기한 없음",
|
||||||
"Search for {searchQuery} in all boards" : "모든 게시판에서 {searchQuery}를 검색하세요",
|
"Search for {searchQuery} in all boards" : "모든 게시판에서 {searchQuery}를 검색하세요",
|
||||||
"No results found" : "결과 없음",
|
"No results found" : "결과 없음",
|
||||||
|
"This weekend – {timeLocale}" : "이번 주말 – {timeLocale}",
|
||||||
"Deck board {name}\n* Last modified on {lastMod}" : "데크 보드 {name}\n* 마지막 수정일 {lastMod}",
|
"Deck board {name}\n* Last modified on {lastMod}" : "데크 보드 {name}\n* 마지막 수정일 {lastMod}",
|
||||||
"{stack} in {board}" : "{board}의 {stack}",
|
"{stack} in {board}" : "{board}의 {stack}",
|
||||||
"Click to expand description" : "설명을 더 보려면 클릭하세요.",
|
"Click to expand description" : "설명을 더 보려면 클릭하세요.",
|
||||||
@@ -361,7 +361,6 @@ OC.L10N.register(
|
|||||||
"upcoming cards" : "곧 있을 카드",
|
"upcoming cards" : "곧 있을 카드",
|
||||||
"New card" : "새로운 카드",
|
"New card" : "새로운 카드",
|
||||||
"Due on {date}" : "마감일: {date}",
|
"Due on {date}" : "마감일: {date}",
|
||||||
"This weekend – {timeLocale}" : "이번 주말 – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "내일 – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "내일 – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "오늘 나중 – {timeLocale}",
|
"Later today – {timeLocale}" : "오늘 나중 – {timeLocale}",
|
||||||
"Link to a board" : "보드에 연결",
|
"Link to a board" : "보드에 연결",
|
||||||
|
|||||||
@@ -118,7 +118,6 @@
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "잘못된 날짜, YYYY-MM-DD 형식이어야 합니다.",
|
"Invalid date, date format must be YYYY-MM-DD" : "잘못된 날짜, 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은 Nextcloud와 통합된 팀의 개인 계획 및 프로젝트 구성을 목표로 하는 칸반 스타일 구성 도구입니다.\n\n\n- 📥 카드에 작업을 추가하고 순서대로 정리하세요\n- 📄 Markdown에 추가 메모를 작성하세요.\n- 🔖 더 나은 정리를 위해 라벨을 할당하세요\n- 👥 팀, 친구, 가족과 공유하세요\n- 📎 파일을 첨부하고 Markdown 설명에 포함하세요.\n- 💬 댓글을 사용하여 팀과 토론하세요\n- ⚡ 활동 스트림의 변경 사항을 추적하세요.\n- 🚀 프로젝트를 체계적으로 정리하세요",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck은 Nextcloud와 통합된 팀의 개인 계획 및 프로젝트 구성을 목표로 하는 칸반 스타일 구성 도구입니다.\n\n\n- 📥 카드에 작업을 추가하고 순서대로 정리하세요\n- 📄 Markdown에 추가 메모를 작성하세요.\n- 🔖 더 나은 정리를 위해 라벨을 할당하세요\n- 👥 팀, 친구, 가족과 공유하세요\n- 📎 파일을 첨부하고 Markdown 설명에 포함하세요.\n- 💬 댓글을 사용하여 팀과 토론하세요\n- ⚡ 활동 스트림의 변경 사항을 추적하세요.\n- 🚀 프로젝트를 체계적으로 정리하세요",
|
||||||
"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" : "보드 제목으로 검색",
|
||||||
@@ -273,6 +272,7 @@
|
|||||||
"Todo items" : "작업 항목",
|
"Todo items" : "작업 항목",
|
||||||
"{count} comments, {unread} unread" : "댓글 {count}개, 읽지 않음 {unread}개",
|
"{count} comments, {unread} unread" : "댓글 {count}개, 읽지 않음 {unread}개",
|
||||||
"Edit card title" : "카드 제목 수정",
|
"Edit card title" : "카드 제목 수정",
|
||||||
|
"Card details" : "카드 세부사항",
|
||||||
"Assign to me" : "나에게 할당",
|
"Assign to me" : "나에게 할당",
|
||||||
"Unassign myself" : "스스로를 할당 해제",
|
"Unassign myself" : "스스로를 할당 해제",
|
||||||
"Mark as not done" : "완료되지 않은 것으로 표시",
|
"Mark as not done" : "완료되지 않은 것으로 표시",
|
||||||
@@ -314,7 +314,6 @@
|
|||||||
"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" : "편집 취소",
|
|
||||||
"Board details" : "게시판 정보",
|
"Board details" : "게시판 정보",
|
||||||
"Edit board" : "게시판 편집",
|
"Edit board" : "게시판 편집",
|
||||||
"Clone board" : "게시판 복제",
|
"Clone board" : "게시판 복제",
|
||||||
@@ -340,6 +339,7 @@
|
|||||||
"No due" : "기한 없음",
|
"No due" : "기한 없음",
|
||||||
"Search for {searchQuery} in all boards" : "모든 게시판에서 {searchQuery}를 검색하세요",
|
"Search for {searchQuery} in all boards" : "모든 게시판에서 {searchQuery}를 검색하세요",
|
||||||
"No results found" : "결과 없음",
|
"No results found" : "결과 없음",
|
||||||
|
"This weekend – {timeLocale}" : "이번 주말 – {timeLocale}",
|
||||||
"Deck board {name}\n* Last modified on {lastMod}" : "데크 보드 {name}\n* 마지막 수정일 {lastMod}",
|
"Deck board {name}\n* Last modified on {lastMod}" : "데크 보드 {name}\n* 마지막 수정일 {lastMod}",
|
||||||
"{stack} in {board}" : "{board}의 {stack}",
|
"{stack} in {board}" : "{board}의 {stack}",
|
||||||
"Click to expand description" : "설명을 더 보려면 클릭하세요.",
|
"Click to expand description" : "설명을 더 보려면 클릭하세요.",
|
||||||
@@ -359,7 +359,6 @@
|
|||||||
"upcoming cards" : "곧 있을 카드",
|
"upcoming cards" : "곧 있을 카드",
|
||||||
"New card" : "새로운 카드",
|
"New card" : "새로운 카드",
|
||||||
"Due on {date}" : "마감일: {date}",
|
"Due on {date}" : "마감일: {date}",
|
||||||
"This weekend – {timeLocale}" : "이번 주말 – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "내일 – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "내일 – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "오늘 나중 – {timeLocale}",
|
"Later today – {timeLocale}" : "오늘 나중 – {timeLocale}",
|
||||||
"Link to a board" : "보드에 연결",
|
"Link to a board" : "보드에 연결",
|
||||||
|
|||||||
@@ -98,7 +98,6 @@ OC.L10N.register(
|
|||||||
"Path is already shared with this card" : "Kelias jau yra bendrinamas su šia kortele",
|
"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",
|
"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",
|
"Personal planning and team project organization" : "Asmeninis planavimas ir komandinių projektų organizavimas",
|
||||||
"Card details" : "Išsamiau apie kortelę",
|
|
||||||
"Add board" : "Pridėti lentą",
|
"Add board" : "Pridėti lentą",
|
||||||
"Select the board to link to a project" : "Pasirinkite lentą, kurią susieti su projektu",
|
"Select the board to link to a project" : "Pasirinkite lentą, kurią susieti su projektu",
|
||||||
"Search by board title" : "Ieškoti pagal lentos pavadinimą",
|
"Search by board title" : "Ieškoti pagal lentos pavadinimą",
|
||||||
@@ -215,6 +214,7 @@ OC.L10N.register(
|
|||||||
"(group)" : "(grupė)",
|
"(group)" : "(grupė)",
|
||||||
"Next week – {timeLocale}" : "Kitą savaitę – {timeLocale}",
|
"Next week – {timeLocale}" : "Kitą savaitę – {timeLocale}",
|
||||||
"{count} comments, {unread} unread" : "Komentarų: {count}, neskaityta: {unread}",
|
"{count} comments, {unread} unread" : "Komentarų: {count}, neskaityta: {unread}",
|
||||||
|
"Card details" : "Išsamiau apie kortelę",
|
||||||
"Assign to me" : "Priskirti sau",
|
"Assign to me" : "Priskirti sau",
|
||||||
"Delete card" : "Ištrinti kortelę",
|
"Delete card" : "Ištrinti kortelę",
|
||||||
"Card deleted" : "Kortelė ištrinta",
|
"Card deleted" : "Kortelė ištrinta",
|
||||||
@@ -230,7 +230,6 @@ OC.L10N.register(
|
|||||||
"Shared with you" : "Bendrinama su jumis",
|
"Shared with you" : "Bendrinama su jumis",
|
||||||
"Use bigger card view" : "Naudoti didesnį kortelių rodinį",
|
"Use bigger card view" : "Naudoti didesnį kortelių rodinį",
|
||||||
"Show boards in calendar/tasks" : "Rodyti darbus kalendoriuje/užduotyse",
|
"Show boards in calendar/tasks" : "Rodyti darbus kalendoriuje/užduotyse",
|
||||||
"Cancel edit" : "Atsisakyti taisymo",
|
|
||||||
"Board details" : "Išsamiau apie lentą",
|
"Board details" : "Išsamiau apie lentą",
|
||||||
"Edit board" : "Taisyti lentą",
|
"Edit board" : "Taisyti lentą",
|
||||||
"Clone board" : "Dubliuoti lentą",
|
"Clone board" : "Dubliuoti lentą",
|
||||||
@@ -252,6 +251,7 @@ OC.L10N.register(
|
|||||||
"Tomorrow" : "Rytoj",
|
"Tomorrow" : "Rytoj",
|
||||||
"No due" : "Be galutinio termino",
|
"No due" : "Be galutinio termino",
|
||||||
"No results found" : "Nerasta jokių rezultatų",
|
"No results found" : "Nerasta jokių rezultatų",
|
||||||
|
"This weekend – {timeLocale}" : "Šį savaitgalį – {timeLocale}",
|
||||||
"Create a new card" : "Sukurti naują kortelę",
|
"Create a new card" : "Sukurti naują kortelę",
|
||||||
"Card title" : "Kortelės pavadinimas",
|
"Card title" : "Kortelės pavadinimas",
|
||||||
"Create card" : "Sukurti kortelę",
|
"Create card" : "Sukurti kortelę",
|
||||||
@@ -260,8 +260,6 @@ OC.L10N.register(
|
|||||||
"Open card" : "Atverti kortelę",
|
"Open card" : "Atverti kortelę",
|
||||||
"Close" : "Užverti",
|
"Close" : "Užverti",
|
||||||
"Due on {date}" : "Galutinis terminas {date}",
|
"Due on {date}" : "Galutinis terminas {date}",
|
||||||
"This weekend – {timeLocale}" : "Šį savaitgalį – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Rytoj – {timeLocale}",
|
|
||||||
"Later today – {timeLocale}" : "Šiandien vėliau – {timeLocale}",
|
"Later today – {timeLocale}" : "Šiandien vėliau – {timeLocale}",
|
||||||
"Link to a board" : "Susieti su lenta",
|
"Link to a board" : "Susieti su lenta",
|
||||||
"Link to a card" : "Susieti su kortele",
|
"Link to a card" : "Susieti su kortele",
|
||||||
|
|||||||
@@ -96,7 +96,6 @@
|
|||||||
"Path is already shared with this card" : "Kelias jau yra bendrinamas su šia kortele",
|
"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",
|
"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",
|
"Personal planning and team project organization" : "Asmeninis planavimas ir komandinių projektų organizavimas",
|
||||||
"Card details" : "Išsamiau apie kortelę",
|
|
||||||
"Add board" : "Pridėti lentą",
|
"Add board" : "Pridėti lentą",
|
||||||
"Select the board to link to a project" : "Pasirinkite lentą, kurią susieti su projektu",
|
"Select the board to link to a project" : "Pasirinkite lentą, kurią susieti su projektu",
|
||||||
"Search by board title" : "Ieškoti pagal lentos pavadinimą",
|
"Search by board title" : "Ieškoti pagal lentos pavadinimą",
|
||||||
@@ -213,6 +212,7 @@
|
|||||||
"(group)" : "(grupė)",
|
"(group)" : "(grupė)",
|
||||||
"Next week – {timeLocale}" : "Kitą savaitę – {timeLocale}",
|
"Next week – {timeLocale}" : "Kitą savaitę – {timeLocale}",
|
||||||
"{count} comments, {unread} unread" : "Komentarų: {count}, neskaityta: {unread}",
|
"{count} comments, {unread} unread" : "Komentarų: {count}, neskaityta: {unread}",
|
||||||
|
"Card details" : "Išsamiau apie kortelę",
|
||||||
"Assign to me" : "Priskirti sau",
|
"Assign to me" : "Priskirti sau",
|
||||||
"Delete card" : "Ištrinti kortelę",
|
"Delete card" : "Ištrinti kortelę",
|
||||||
"Card deleted" : "Kortelė ištrinta",
|
"Card deleted" : "Kortelė ištrinta",
|
||||||
@@ -228,7 +228,6 @@
|
|||||||
"Shared with you" : "Bendrinama su jumis",
|
"Shared with you" : "Bendrinama su jumis",
|
||||||
"Use bigger card view" : "Naudoti didesnį kortelių rodinį",
|
"Use bigger card view" : "Naudoti didesnį kortelių rodinį",
|
||||||
"Show boards in calendar/tasks" : "Rodyti darbus kalendoriuje/užduotyse",
|
"Show boards in calendar/tasks" : "Rodyti darbus kalendoriuje/užduotyse",
|
||||||
"Cancel edit" : "Atsisakyti taisymo",
|
|
||||||
"Board details" : "Išsamiau apie lentą",
|
"Board details" : "Išsamiau apie lentą",
|
||||||
"Edit board" : "Taisyti lentą",
|
"Edit board" : "Taisyti lentą",
|
||||||
"Clone board" : "Dubliuoti lentą",
|
"Clone board" : "Dubliuoti lentą",
|
||||||
@@ -250,6 +249,7 @@
|
|||||||
"Tomorrow" : "Rytoj",
|
"Tomorrow" : "Rytoj",
|
||||||
"No due" : "Be galutinio termino",
|
"No due" : "Be galutinio termino",
|
||||||
"No results found" : "Nerasta jokių rezultatų",
|
"No results found" : "Nerasta jokių rezultatų",
|
||||||
|
"This weekend – {timeLocale}" : "Šį savaitgalį – {timeLocale}",
|
||||||
"Create a new card" : "Sukurti naują kortelę",
|
"Create a new card" : "Sukurti naują kortelę",
|
||||||
"Card title" : "Kortelės pavadinimas",
|
"Card title" : "Kortelės pavadinimas",
|
||||||
"Create card" : "Sukurti kortelę",
|
"Create card" : "Sukurti kortelę",
|
||||||
@@ -258,8 +258,6 @@
|
|||||||
"Open card" : "Atverti kortelę",
|
"Open card" : "Atverti kortelę",
|
||||||
"Close" : "Užverti",
|
"Close" : "Užverti",
|
||||||
"Due on {date}" : "Galutinis terminas {date}",
|
"Due on {date}" : "Galutinis terminas {date}",
|
||||||
"This weekend – {timeLocale}" : "Šį savaitgalį – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Rytoj – {timeLocale}",
|
|
||||||
"Later today – {timeLocale}" : "Šiandien vėliau – {timeLocale}",
|
"Later today – {timeLocale}" : "Šiandien vėliau – {timeLocale}",
|
||||||
"Link to a board" : "Susieti su lenta",
|
"Link to a board" : "Susieti su lenta",
|
||||||
"Link to a card" : "Susieti su kortele",
|
"Link to a card" : "Susieti su kortele",
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ OC.L10N.register(
|
|||||||
"Do you want to overwrite it?" : "Vai tu gribi pārrakstīt to?",
|
"Do you want to overwrite it?" : "Vai tu gribi pārrakstīt to?",
|
||||||
"Open" : "Atvērt",
|
"Open" : "Atvērt",
|
||||||
"Completed" : "Pabeigts",
|
"Completed" : "Pabeigts",
|
||||||
"Clear filter" : "Notīrīt atlasi",
|
|
||||||
"Hide archived cards" : "Slēpt arhivētās kartes",
|
"Hide archived cards" : "Slēpt arhivētās kartes",
|
||||||
"Show archived cards" : "Rādīt arhivētās kartes",
|
"Show archived cards" : "Rādīt arhivētās kartes",
|
||||||
"Open details" : "Atvērt detaļas",
|
"Open details" : "Atvērt detaļas",
|
||||||
|
|||||||
@@ -19,7 +19,6 @@
|
|||||||
"Do you want to overwrite it?" : "Vai tu gribi pārrakstīt to?",
|
"Do you want to overwrite it?" : "Vai tu gribi pārrakstīt to?",
|
||||||
"Open" : "Atvērt",
|
"Open" : "Atvērt",
|
||||||
"Completed" : "Pabeigts",
|
"Completed" : "Pabeigts",
|
||||||
"Clear filter" : "Notīrīt atlasi",
|
|
||||||
"Hide archived cards" : "Slēpt arhivētās kartes",
|
"Hide archived cards" : "Slēpt arhivētās kartes",
|
||||||
"Show archived cards" : "Rādīt arhivētās kartes",
|
"Show archived cards" : "Rādīt arhivētās kartes",
|
||||||
"Open details" : "Atvērt detaļas",
|
"Open details" : "Atvērt detaļas",
|
||||||
|
|||||||
@@ -98,7 +98,6 @@ OC.L10N.register(
|
|||||||
"Path is already shared with this card" : "Патеката веќе е споделена со оваа картица",
|
"Path is already shared with this card" : "Патеката веќе е споделена со оваа картица",
|
||||||
"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" : "Персонален планер и тимски проект организер",
|
||||||
"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" : "Барај по име на табла",
|
||||||
@@ -214,6 +213,7 @@ OC.L10N.register(
|
|||||||
"Select Date" : "Избери датум",
|
"Select Date" : "Избери датум",
|
||||||
"Assign a tag to this card…" : "Додади ознака на оваа картица...",
|
"Assign a tag to this card…" : "Додади ознака на оваа картица...",
|
||||||
"(group)" : "(group)",
|
"(group)" : "(group)",
|
||||||
|
"Card details" : "Детали за картица",
|
||||||
"Assign to me" : "Доделени мене",
|
"Assign to me" : "Доделени мене",
|
||||||
"Unassign myself" : "Откажи се",
|
"Unassign myself" : "Откажи се",
|
||||||
"Delete card" : "Избриши картица",
|
"Delete card" : "Избриши картица",
|
||||||
@@ -230,7 +230,6 @@ OC.L10N.register(
|
|||||||
"Shared with you" : "Споделено со тебе",
|
"Shared with you" : "Споделено со тебе",
|
||||||
"Use bigger card view" : "Користи поголем преглед на картици",
|
"Use bigger card view" : "Користи поголем преглед на картици",
|
||||||
"Show boards in calendar/tasks" : "Прикажи ги таблите во календарнот",
|
"Show boards in calendar/tasks" : "Прикажи ги таблите во календарнот",
|
||||||
"Cancel edit" : "Откажи ажурирање",
|
|
||||||
"Board details" : "Детали за таблата",
|
"Board details" : "Детали за таблата",
|
||||||
"Edit board" : "Измени табла",
|
"Edit board" : "Измени табла",
|
||||||
"Clone board" : "Клонирај табла",
|
"Clone board" : "Клонирај табла",
|
||||||
|
|||||||
@@ -96,7 +96,6 @@
|
|||||||
"Path is already shared with this card" : "Патеката веќе е споделена со оваа картица",
|
"Path is already shared with this card" : "Патеката веќе е споделена со оваа картица",
|
||||||
"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" : "Персонален планер и тимски проект организер",
|
||||||
"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" : "Барај по име на табла",
|
||||||
@@ -212,6 +211,7 @@
|
|||||||
"Select Date" : "Избери датум",
|
"Select Date" : "Избери датум",
|
||||||
"Assign a tag to this card…" : "Додади ознака на оваа картица...",
|
"Assign a tag to this card…" : "Додади ознака на оваа картица...",
|
||||||
"(group)" : "(group)",
|
"(group)" : "(group)",
|
||||||
|
"Card details" : "Детали за картица",
|
||||||
"Assign to me" : "Доделени мене",
|
"Assign to me" : "Доделени мене",
|
||||||
"Unassign myself" : "Откажи се",
|
"Unassign myself" : "Откажи се",
|
||||||
"Delete card" : "Избриши картица",
|
"Delete card" : "Избриши картица",
|
||||||
@@ -228,7 +228,6 @@
|
|||||||
"Shared with you" : "Споделено со тебе",
|
"Shared with you" : "Споделено со тебе",
|
||||||
"Use bigger card view" : "Користи поголем преглед на картици",
|
"Use bigger card view" : "Користи поголем преглед на картици",
|
||||||
"Show boards in calendar/tasks" : "Прикажи ги таблите во календарнот",
|
"Show boards in calendar/tasks" : "Прикажи ги таблите во календарнот",
|
||||||
"Cancel edit" : "Откажи ажурирање",
|
|
||||||
"Board details" : "Детали за таблата",
|
"Board details" : "Детали за таблата",
|
||||||
"Edit board" : "Измени табла",
|
"Edit board" : "Измени табла",
|
||||||
"Clone board" : "Клонирај табла",
|
"Clone board" : "Клонирај табла",
|
||||||
|
|||||||
@@ -120,7 +120,6 @@ OC.L10N.register(
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "Feil dato, dato må være i formatet YYYY-MM-DD",
|
"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",
|
"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.",
|
"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",
|
"Add board" : "Legg til tavle",
|
||||||
"Select the board to link to a project" : "Velg tavle som skal lenkes til prosjekt",
|
"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",
|
"Search by board title" : "Søk på tittel på tavle",
|
||||||
@@ -275,6 +274,7 @@ OC.L10N.register(
|
|||||||
"Todo items" : "Gjøremålspunkter",
|
"Todo items" : "Gjøremålspunkter",
|
||||||
"{count} comments, {unread} unread" : "{count} kommentarer, {unread} ulest",
|
"{count} comments, {unread} unread" : "{count} kommentarer, {unread} ulest",
|
||||||
"Edit card title" : "Rediger korttittel",
|
"Edit card title" : "Rediger korttittel",
|
||||||
|
"Card details" : "Kort-detaljer",
|
||||||
"Assign to me" : "Tildel meg",
|
"Assign to me" : "Tildel meg",
|
||||||
"Unassign myself" : "Fjern meg fra tildeling",
|
"Unassign myself" : "Fjern meg fra tildeling",
|
||||||
"Mark as not done" : "Marker som ikke ferdig",
|
"Mark as not done" : "Marker som ikke ferdig",
|
||||||
@@ -316,7 +316,6 @@ OC.L10N.register(
|
|||||||
"Show boards in calendar/tasks" : "Vis tavler i kalender/oppgaver",
|
"Show boards in calendar/tasks" : "Vis tavler i kalender/oppgaver",
|
||||||
"Limit board creation to some groups" : "Begrene oppretting av kort til enkelte grupper",
|
"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.",
|
"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",
|
"Board details" : "Forumseksjonsdetaljer",
|
||||||
"Edit board" : "Rediger tavle",
|
"Edit board" : "Rediger tavle",
|
||||||
"Clone board" : "Klon tavle",
|
"Clone board" : "Klon tavle",
|
||||||
@@ -342,6 +341,7 @@ OC.L10N.register(
|
|||||||
"No due" : "Ingen forfall",
|
"No due" : "Ingen forfall",
|
||||||
"Search for {searchQuery} in all boards" : "Søk etter {searchQuery} i alle tavler",
|
"Search for {searchQuery} in all boards" : "Søk etter {searchQuery} i alle tavler",
|
||||||
"No results found" : "Ingen resultater funnet",
|
"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}",
|
"Deck board {name}\n* Last modified on {lastMod}" : "Stokktavle {name}\n* Sist endret {lastMod}",
|
||||||
"{stack} in {board}" : "{stack} i {board}",
|
"{stack} in {board}" : "{stack} i {board}",
|
||||||
"Click to expand description" : "Klikk for å utvide beskrivelsen",
|
"Click to expand description" : "Klikk for å utvide beskrivelsen",
|
||||||
@@ -361,7 +361,6 @@ OC.L10N.register(
|
|||||||
"upcoming cards" : "kommende kort",
|
"upcoming cards" : "kommende kort",
|
||||||
"New card" : "Nytt kort",
|
"New card" : "Nytt kort",
|
||||||
"Due on {date}" : "Utløper {date}",
|
"Due on {date}" : "Utløper {date}",
|
||||||
"This weekend – {timeLocale}" : "Denne helgen – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "I morgen – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "I morgen – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Senere i dag – {timeLocale}",
|
"Later today – {timeLocale}" : "Senere i dag – {timeLocale}",
|
||||||
"Link to a board" : "Lenke til tavle",
|
"Link to a board" : "Lenke til tavle",
|
||||||
|
|||||||
@@ -118,7 +118,6 @@
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "Feil dato, dato må være i formatet YYYY-MM-DD",
|
"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",
|
"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.",
|
"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",
|
"Add board" : "Legg til tavle",
|
||||||
"Select the board to link to a project" : "Velg tavle som skal lenkes til prosjekt",
|
"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",
|
"Search by board title" : "Søk på tittel på tavle",
|
||||||
@@ -273,6 +272,7 @@
|
|||||||
"Todo items" : "Gjøremålspunkter",
|
"Todo items" : "Gjøremålspunkter",
|
||||||
"{count} comments, {unread} unread" : "{count} kommentarer, {unread} ulest",
|
"{count} comments, {unread} unread" : "{count} kommentarer, {unread} ulest",
|
||||||
"Edit card title" : "Rediger korttittel",
|
"Edit card title" : "Rediger korttittel",
|
||||||
|
"Card details" : "Kort-detaljer",
|
||||||
"Assign to me" : "Tildel meg",
|
"Assign to me" : "Tildel meg",
|
||||||
"Unassign myself" : "Fjern meg fra tildeling",
|
"Unassign myself" : "Fjern meg fra tildeling",
|
||||||
"Mark as not done" : "Marker som ikke ferdig",
|
"Mark as not done" : "Marker som ikke ferdig",
|
||||||
@@ -314,7 +314,6 @@
|
|||||||
"Show boards in calendar/tasks" : "Vis tavler i kalender/oppgaver",
|
"Show boards in calendar/tasks" : "Vis tavler i kalender/oppgaver",
|
||||||
"Limit board creation to some groups" : "Begrene oppretting av kort til enkelte grupper",
|
"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.",
|
"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",
|
"Board details" : "Forumseksjonsdetaljer",
|
||||||
"Edit board" : "Rediger tavle",
|
"Edit board" : "Rediger tavle",
|
||||||
"Clone board" : "Klon tavle",
|
"Clone board" : "Klon tavle",
|
||||||
@@ -340,6 +339,7 @@
|
|||||||
"No due" : "Ingen forfall",
|
"No due" : "Ingen forfall",
|
||||||
"Search for {searchQuery} in all boards" : "Søk etter {searchQuery} i alle tavler",
|
"Search for {searchQuery} in all boards" : "Søk etter {searchQuery} i alle tavler",
|
||||||
"No results found" : "Ingen resultater funnet",
|
"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}",
|
"Deck board {name}\n* Last modified on {lastMod}" : "Stokktavle {name}\n* Sist endret {lastMod}",
|
||||||
"{stack} in {board}" : "{stack} i {board}",
|
"{stack} in {board}" : "{stack} i {board}",
|
||||||
"Click to expand description" : "Klikk for å utvide beskrivelsen",
|
"Click to expand description" : "Klikk for å utvide beskrivelsen",
|
||||||
@@ -359,7 +359,6 @@
|
|||||||
"upcoming cards" : "kommende kort",
|
"upcoming cards" : "kommende kort",
|
||||||
"New card" : "Nytt kort",
|
"New card" : "Nytt kort",
|
||||||
"Due on {date}" : "Utløper {date}",
|
"Due on {date}" : "Utløper {date}",
|
||||||
"This weekend – {timeLocale}" : "Denne helgen – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "I morgen – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "I morgen – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Senere i dag – {timeLocale}",
|
"Later today – {timeLocale}" : "Senere i dag – {timeLocale}",
|
||||||
"Link to a board" : "Lenke til tavle",
|
"Link to a board" : "Lenke til tavle",
|
||||||
|
|||||||
@@ -120,7 +120,6 @@ OC.L10N.register(
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "Ongeldige datum, formaat is YYYY-MM-DD",
|
"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",
|
"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",
|
"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",
|
"Add board" : "Toevoegen bord",
|
||||||
"Select the board to link to a project" : "Kies het bord om met een project te verbinden",
|
"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",
|
"Search by board title" : "Zoeken op bord-titel",
|
||||||
@@ -266,6 +265,7 @@ OC.L10N.register(
|
|||||||
"Todo items" : "Te doen onderwerpen",
|
"Todo items" : "Te doen onderwerpen",
|
||||||
"{count} comments, {unread} unread" : "{count} reacties, {unread} ongelezen",
|
"{count} comments, {unread} unread" : "{count} reacties, {unread} ongelezen",
|
||||||
"Edit card title" : "Wijzig de titel van de kaart",
|
"Edit card title" : "Wijzig de titel van de kaart",
|
||||||
|
"Card details" : "Kaart details",
|
||||||
"Assign to me" : "Aan mij toewijzen",
|
"Assign to me" : "Aan mij toewijzen",
|
||||||
"Unassign myself" : "Eigen toewijzing opheffen",
|
"Unassign myself" : "Eigen toewijzing opheffen",
|
||||||
"Mark as not done" : "Markeren als niet gedaan",
|
"Mark as not done" : "Markeren als niet gedaan",
|
||||||
@@ -287,7 +287,6 @@ OC.L10N.register(
|
|||||||
"Show boards in calendar/tasks" : "Toon borden in agenda/taken",
|
"Show boards in calendar/tasks" : "Toon borden in agenda/taken",
|
||||||
"Limit board creation to some groups" : "Beperk het maken van borden tot enkele groepen",
|
"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.",
|
"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",
|
"Board details" : "Bord details",
|
||||||
"Edit board" : "Bewerk bord",
|
"Edit board" : "Bewerk bord",
|
||||||
"Clone board" : "Dupliceer bord",
|
"Clone board" : "Dupliceer bord",
|
||||||
@@ -313,6 +312,7 @@ OC.L10N.register(
|
|||||||
"No due" : "Geen vervallen",
|
"No due" : "Geen vervallen",
|
||||||
"Search for {searchQuery} in all boards" : "Zoek naar {searchQuery} in alle borden",
|
"Search for {searchQuery} in all boards" : "Zoek naar {searchQuery} in alle borden",
|
||||||
"No results found" : "Geen resultaten gevonden",
|
"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}",
|
"Deck board {name}\n* Last modified on {lastMod}" : "Deckplank {name}\n* Laatst gewijzigd op {lastMod}",
|
||||||
"{stack} in {board}" : "{stack} in {board}",
|
"{stack} in {board}" : "{stack} in {board}",
|
||||||
"Click to expand description" : "Klik om de beschrijving uit te vouwen",
|
"Click to expand description" : "Klik om de beschrijving uit te vouwen",
|
||||||
@@ -332,7 +332,6 @@ OC.L10N.register(
|
|||||||
"upcoming cards" : "Aanstaande kaarten",
|
"upcoming cards" : "Aanstaande kaarten",
|
||||||
"New card" : "Nieuwe kaart",
|
"New card" : "Nieuwe kaart",
|
||||||
"Due on {date}" : "Vervalt op {date}",
|
"Due on {date}" : "Vervalt op {date}",
|
||||||
"This weekend – {timeLocale}" : "Dit weekend - {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Morgen - {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Morgen - {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Later vandaag – {timeLocale}",
|
"Later today – {timeLocale}" : "Later vandaag – {timeLocale}",
|
||||||
"Link to a board" : "Verbind met een bord",
|
"Link to a board" : "Verbind met een bord",
|
||||||
|
|||||||
@@ -118,7 +118,6 @@
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "Ongeldige datum, formaat is YYYY-MM-DD",
|
"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",
|
"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",
|
"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",
|
"Add board" : "Toevoegen bord",
|
||||||
"Select the board to link to a project" : "Kies het bord om met een project te verbinden",
|
"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",
|
"Search by board title" : "Zoeken op bord-titel",
|
||||||
@@ -264,6 +263,7 @@
|
|||||||
"Todo items" : "Te doen onderwerpen",
|
"Todo items" : "Te doen onderwerpen",
|
||||||
"{count} comments, {unread} unread" : "{count} reacties, {unread} ongelezen",
|
"{count} comments, {unread} unread" : "{count} reacties, {unread} ongelezen",
|
||||||
"Edit card title" : "Wijzig de titel van de kaart",
|
"Edit card title" : "Wijzig de titel van de kaart",
|
||||||
|
"Card details" : "Kaart details",
|
||||||
"Assign to me" : "Aan mij toewijzen",
|
"Assign to me" : "Aan mij toewijzen",
|
||||||
"Unassign myself" : "Eigen toewijzing opheffen",
|
"Unassign myself" : "Eigen toewijzing opheffen",
|
||||||
"Mark as not done" : "Markeren als niet gedaan",
|
"Mark as not done" : "Markeren als niet gedaan",
|
||||||
@@ -285,7 +285,6 @@
|
|||||||
"Show boards in calendar/tasks" : "Toon borden in agenda/taken",
|
"Show boards in calendar/tasks" : "Toon borden in agenda/taken",
|
||||||
"Limit board creation to some groups" : "Beperk het maken van borden tot enkele groepen",
|
"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.",
|
"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",
|
"Board details" : "Bord details",
|
||||||
"Edit board" : "Bewerk bord",
|
"Edit board" : "Bewerk bord",
|
||||||
"Clone board" : "Dupliceer bord",
|
"Clone board" : "Dupliceer bord",
|
||||||
@@ -311,6 +310,7 @@
|
|||||||
"No due" : "Geen vervallen",
|
"No due" : "Geen vervallen",
|
||||||
"Search for {searchQuery} in all boards" : "Zoek naar {searchQuery} in alle borden",
|
"Search for {searchQuery} in all boards" : "Zoek naar {searchQuery} in alle borden",
|
||||||
"No results found" : "Geen resultaten gevonden",
|
"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}",
|
"Deck board {name}\n* Last modified on {lastMod}" : "Deckplank {name}\n* Laatst gewijzigd op {lastMod}",
|
||||||
"{stack} in {board}" : "{stack} in {board}",
|
"{stack} in {board}" : "{stack} in {board}",
|
||||||
"Click to expand description" : "Klik om de beschrijving uit te vouwen",
|
"Click to expand description" : "Klik om de beschrijving uit te vouwen",
|
||||||
@@ -330,7 +330,6 @@
|
|||||||
"upcoming cards" : "Aanstaande kaarten",
|
"upcoming cards" : "Aanstaande kaarten",
|
||||||
"New card" : "Nieuwe kaart",
|
"New card" : "Nieuwe kaart",
|
||||||
"Due on {date}" : "Vervalt op {date}",
|
"Due on {date}" : "Vervalt op {date}",
|
||||||
"This weekend – {timeLocale}" : "Dit weekend - {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Morgen - {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Morgen - {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Later vandaag – {timeLocale}",
|
"Later today – {timeLocale}" : "Later vandaag – {timeLocale}",
|
||||||
"Link to a board" : "Verbind met een bord",
|
"Link to a board" : "Verbind met een bord",
|
||||||
|
|||||||
@@ -50,7 +50,6 @@ OC.L10N.register(
|
|||||||
"Keyboard shortcut" : "Acorchis de clavièr",
|
"Keyboard shortcut" : "Acorchis de clavièr",
|
||||||
"Search" : "Recercar",
|
"Search" : "Recercar",
|
||||||
"Shared with you" : "Shared with you",
|
"Shared with you" : "Shared with you",
|
||||||
"Cancel edit" : "Anullar la modificacion",
|
|
||||||
"No notifications" : "Cap de notificacion",
|
"No notifications" : "Cap de notificacion",
|
||||||
"An error occurred" : "Una error s’es producha",
|
"An error occurred" : "Una error s’es producha",
|
||||||
"Today" : "Uèi",
|
"Today" : "Uèi",
|
||||||
|
|||||||
@@ -48,7 +48,6 @@
|
|||||||
"Keyboard shortcut" : "Acorchis de clavièr",
|
"Keyboard shortcut" : "Acorchis de clavièr",
|
||||||
"Search" : "Recercar",
|
"Search" : "Recercar",
|
||||||
"Shared with you" : "Shared with you",
|
"Shared with you" : "Shared with you",
|
||||||
"Cancel edit" : "Anullar la modificacion",
|
|
||||||
"No notifications" : "Cap de notificacion",
|
"No notifications" : "Cap de notificacion",
|
||||||
"An error occurred" : "Una error s’es producha",
|
"An error occurred" : "Una error s’es producha",
|
||||||
"Today" : "Uèi",
|
"Today" : "Uèi",
|
||||||
|
|||||||
@@ -120,7 +120,6 @@ OC.L10N.register(
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "Nieprawidłowa data, format daty to RRRR-MM-DD",
|
"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",
|
"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",
|
"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ę",
|
"Add board" : "Dodaj tablicę",
|
||||||
"Select the board to link to a project" : "Wybierz tablicę, aby połączyć się z projektem",
|
"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",
|
"Search by board title" : "Szukaj według tytułu tablicy",
|
||||||
@@ -266,6 +265,7 @@ OC.L10N.register(
|
|||||||
"Todo items" : "Do zrobienia",
|
"Todo items" : "Do zrobienia",
|
||||||
"{count} comments, {unread} unread" : "Komentarze: {count}, nieprzeczytane: {unread}",
|
"{count} comments, {unread} unread" : "Komentarze: {count}, nieprzeczytane: {unread}",
|
||||||
"Edit card title" : "Edytuj nazwę karty",
|
"Edit card title" : "Edytuj nazwę karty",
|
||||||
|
"Card details" : "Szczegóły karty",
|
||||||
"Assign to me" : "Przydziel do mnie",
|
"Assign to me" : "Przydziel do mnie",
|
||||||
"Unassign myself" : "Cofnij moje przypisanie",
|
"Unassign myself" : "Cofnij moje przypisanie",
|
||||||
"Mark as not done" : "Oznacz jako niewykonane",
|
"Mark as not done" : "Oznacz jako niewykonane",
|
||||||
@@ -288,7 +288,6 @@ OC.L10N.register(
|
|||||||
"Show boards in calendar/tasks" : "Pokaż tablice w kalendarzu/zadaniach",
|
"Show boards in calendar/tasks" : "Pokaż tablice w kalendarzu/zadaniach",
|
||||||
"Limit board creation to some groups" : "Ogranicz tworzenie tablic dla niektórych grup",
|
"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.",
|
"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",
|
"Board details" : "Szczegóły tablicy",
|
||||||
"Edit board" : "Edytuj tablicę",
|
"Edit board" : "Edytuj tablicę",
|
||||||
"Clone board" : "Klonuj tablicę",
|
"Clone board" : "Klonuj tablicę",
|
||||||
@@ -314,6 +313,7 @@ OC.L10N.register(
|
|||||||
"No due" : "Bez ważności",
|
"No due" : "Bez ważności",
|
||||||
"Search for {searchQuery} in all boards" : "Wyszukaj dla {searchQuery} na wszystkich tablicach",
|
"Search for {searchQuery} in all boards" : "Wyszukaj dla {searchQuery} na wszystkich tablicach",
|
||||||
"No results found" : "Nie znaleziono wyników",
|
"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}",
|
"Deck board {name}\n* Last modified on {lastMod}" : "Tablica {name}\n* Ostatnia modyfikacja w dniu {lastMod}",
|
||||||
"{stack} in {board}" : "{stack} na {board}",
|
"{stack} in {board}" : "{stack} na {board}",
|
||||||
"Click to expand description" : "Kliknij, aby rozwinąć opis",
|
"Click to expand description" : "Kliknij, aby rozwinąć opis",
|
||||||
@@ -333,7 +333,6 @@ OC.L10N.register(
|
|||||||
"upcoming cards" : "nadchodzące karty",
|
"upcoming cards" : "nadchodzące karty",
|
||||||
"New card" : "Nowa karta",
|
"New card" : "Nowa karta",
|
||||||
"Due on {date}" : "Termin {date}",
|
"Due on {date}" : "Termin {date}",
|
||||||
"This weekend – {timeLocale}" : "W ten weekend – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Jutro – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Jutro – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Później dzisiaj – {timeLocale}",
|
"Later today – {timeLocale}" : "Później dzisiaj – {timeLocale}",
|
||||||
"Link to a board" : "Link do tablicy",
|
"Link to a board" : "Link do tablicy",
|
||||||
|
|||||||
@@ -118,7 +118,6 @@
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "Nieprawidłowa data, format daty to RRRR-MM-DD",
|
"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",
|
"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",
|
"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ę",
|
"Add board" : "Dodaj tablicę",
|
||||||
"Select the board to link to a project" : "Wybierz tablicę, aby połączyć się z projektem",
|
"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",
|
"Search by board title" : "Szukaj według tytułu tablicy",
|
||||||
@@ -264,6 +263,7 @@
|
|||||||
"Todo items" : "Do zrobienia",
|
"Todo items" : "Do zrobienia",
|
||||||
"{count} comments, {unread} unread" : "Komentarze: {count}, nieprzeczytane: {unread}",
|
"{count} comments, {unread} unread" : "Komentarze: {count}, nieprzeczytane: {unread}",
|
||||||
"Edit card title" : "Edytuj nazwę karty",
|
"Edit card title" : "Edytuj nazwę karty",
|
||||||
|
"Card details" : "Szczegóły karty",
|
||||||
"Assign to me" : "Przydziel do mnie",
|
"Assign to me" : "Przydziel do mnie",
|
||||||
"Unassign myself" : "Cofnij moje przypisanie",
|
"Unassign myself" : "Cofnij moje przypisanie",
|
||||||
"Mark as not done" : "Oznacz jako niewykonane",
|
"Mark as not done" : "Oznacz jako niewykonane",
|
||||||
@@ -286,7 +286,6 @@
|
|||||||
"Show boards in calendar/tasks" : "Pokaż tablice w kalendarzu/zadaniach",
|
"Show boards in calendar/tasks" : "Pokaż tablice w kalendarzu/zadaniach",
|
||||||
"Limit board creation to some groups" : "Ogranicz tworzenie tablic dla niektórych grup",
|
"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.",
|
"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",
|
"Board details" : "Szczegóły tablicy",
|
||||||
"Edit board" : "Edytuj tablicę",
|
"Edit board" : "Edytuj tablicę",
|
||||||
"Clone board" : "Klonuj tablicę",
|
"Clone board" : "Klonuj tablicę",
|
||||||
@@ -312,6 +311,7 @@
|
|||||||
"No due" : "Bez ważności",
|
"No due" : "Bez ważności",
|
||||||
"Search for {searchQuery} in all boards" : "Wyszukaj dla {searchQuery} na wszystkich tablicach",
|
"Search for {searchQuery} in all boards" : "Wyszukaj dla {searchQuery} na wszystkich tablicach",
|
||||||
"No results found" : "Nie znaleziono wyników",
|
"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}",
|
"Deck board {name}\n* Last modified on {lastMod}" : "Tablica {name}\n* Ostatnia modyfikacja w dniu {lastMod}",
|
||||||
"{stack} in {board}" : "{stack} na {board}",
|
"{stack} in {board}" : "{stack} na {board}",
|
||||||
"Click to expand description" : "Kliknij, aby rozwinąć opis",
|
"Click to expand description" : "Kliknij, aby rozwinąć opis",
|
||||||
@@ -331,7 +331,6 @@
|
|||||||
"upcoming cards" : "nadchodzące karty",
|
"upcoming cards" : "nadchodzące karty",
|
||||||
"New card" : "Nowa karta",
|
"New card" : "Nowa karta",
|
||||||
"Due on {date}" : "Termin {date}",
|
"Due on {date}" : "Termin {date}",
|
||||||
"This weekend – {timeLocale}" : "W ten weekend – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Jutro – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Jutro – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Później dzisiaj – {timeLocale}",
|
"Later today – {timeLocale}" : "Później dzisiaj – {timeLocale}",
|
||||||
"Link to a board" : "Link do tablicy",
|
"Link to a board" : "Link do tablicy",
|
||||||
|
|||||||
@@ -120,7 +120,6 @@ OC.L10N.register(
|
|||||||
"Invalid date, date format must be YYYY-MM-DD" : "Data inválida, o formato da data deve ser AAAA-MM-DD",
|
"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",
|
"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 ",
|
"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",
|
"Add board" : "Adicionar painel",
|
||||||
"Select the board to link to a project" : "Selecione o painel para vincular a um projeto",
|
"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",
|
"Search by board title" : "Pesquisar pelo título do painel",
|
||||||
@@ -275,6 +274,7 @@ OC.L10N.register(
|
|||||||
"Todo items" : "Itens a fazer",
|
"Todo items" : "Itens a fazer",
|
||||||
"{count} comments, {unread} unread" : "{count} comentários, {unread} não lidos",
|
"{count} comments, {unread} unread" : "{count} comentários, {unread} não lidos",
|
||||||
"Edit card title" : "Editar título do cartão",
|
"Edit card title" : "Editar título do cartão",
|
||||||
|
"Card details" : "Detalhes do cartão",
|
||||||
"Assign to me" : "Atribuir a mim",
|
"Assign to me" : "Atribuir a mim",
|
||||||
"Unassign myself" : "Desatribuir-me",
|
"Unassign myself" : "Desatribuir-me",
|
||||||
"Mark as not done" : "Marcar como não concluído",
|
"Mark as not done" : "Marcar como não concluído",
|
||||||
@@ -316,8 +316,6 @@ OC.L10N.register(
|
|||||||
"Show boards in calendar/tasks" : "Exibir os painéis em calendários/tarefas",
|
"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",
|
"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.",
|
"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",
|
"Board details" : "Detalhes do painel",
|
||||||
"Edit board" : "Editar painel",
|
"Edit board" : "Editar painel",
|
||||||
"Clone board" : "Clonar painel",
|
"Clone board" : "Clonar painel",
|
||||||
@@ -343,6 +341,7 @@ OC.L10N.register(
|
|||||||
"No due" : "Sem vencimento",
|
"No due" : "Sem vencimento",
|
||||||
"Search for {searchQuery} in all boards" : "Pesquisar por {searchQuery} em todos os painéis",
|
"Search for {searchQuery} in all boards" : "Pesquisar por {searchQuery} em todos os painéis",
|
||||||
"No results found" : "Nenhum resultado encontrado",
|
"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}",
|
"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}",
|
"{stack} in {board}" : "{stack} em {board}",
|
||||||
"Click to expand description" : "Clique para expandir a descrição",
|
"Click to expand description" : "Clique para expandir a descrição",
|
||||||
@@ -362,7 +361,6 @@ OC.L10N.register(
|
|||||||
"upcoming cards" : "próximos cartões",
|
"upcoming cards" : "próximos cartões",
|
||||||
"New card" : "New card",
|
"New card" : "New card",
|
||||||
"Due on {date}" : "Vencimento em {date}",
|
"Due on {date}" : "Vencimento em {date}",
|
||||||
"This weekend – {timeLocale}" : "Este fim de semana – {timeLocale}",
|
|
||||||
"Tomorrow – {timeLocale}" : "Amanhã – {timeLocale}",
|
"Tomorrow – {timeLocale}" : "Amanhã – {timeLocale}",
|
||||||
"Later today – {timeLocale}" : "Mais tarde hoje – {timeLocale}",
|
"Later today – {timeLocale}" : "Mais tarde hoje – {timeLocale}",
|
||||||
"Link to a board" : "Vincular a um painel",
|
"Link to a board" : "Vincular a um painel",
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user