Compare commits
32 Commits
backport/6
...
v1.12.0-be
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ecc9cbab33 | ||
|
|
3898d17b83 | ||
|
|
365639e9dc | ||
|
|
b5ff812e84 | ||
|
|
8800053905 | ||
|
|
0a77443c5c | ||
|
|
49d9f975f8 | ||
|
|
363812fa4b | ||
|
|
e8ab1adb50 | ||
|
|
0bfa2ac16b | ||
|
|
6b6ce1a3a9 | ||
|
|
0589d4dd61 | ||
|
|
581755e520 | ||
|
|
2d30564a69 | ||
|
|
1474e84640 | ||
|
|
33572a6af9 | ||
|
|
4e2ea13c2c | ||
|
|
216967e976 | ||
|
|
2d9febf8a4 | ||
|
|
2cdca8250c | ||
|
|
81a41ffd6f | ||
|
|
bd02944bf3 | ||
|
|
c34c1bbbf1 | ||
|
|
44fc8a3931 | ||
|
|
44d072647e | ||
|
|
3cb8821dca | ||
|
|
0a649768fa | ||
|
|
c624d51586 | ||
|
|
12514b8c55 | ||
|
|
4d3953ec13 | ||
|
|
1a45c2dba3 | ||
|
|
4b886c6097 |
40
.github/dependabot.yml
vendored
40
.github/dependabot.yml
vendored
@@ -11,24 +11,6 @@ updates:
|
|||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
reviewers:
|
reviewers:
|
||||||
- juliushaertl
|
- juliushaertl
|
||||||
- luka-nextcloud
|
|
||||||
|
|
||||||
- package-ecosystem: npm
|
|
||||||
target-branch: stable28
|
|
||||||
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: stable27
|
target-branch: stable27
|
||||||
@@ -47,6 +29,23 @@ updates:
|
|||||||
- 3. to review
|
- 3. to review
|
||||||
- dependencies
|
- dependencies
|
||||||
|
|
||||||
|
- package-ecosystem: npm
|
||||||
|
target-branch: stable26
|
||||||
|
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:
|
||||||
@@ -57,8 +56,6 @@ updates:
|
|||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
reviewers:
|
reviewers:
|
||||||
- juliushaertl
|
- juliushaertl
|
||||||
- luka-nextcloud
|
|
||||||
|
|
||||||
- package-ecosystem: composer
|
- package-ecosystem: composer
|
||||||
directory: "/tests/integration"
|
directory: "/tests/integration"
|
||||||
schedule:
|
schedule:
|
||||||
@@ -69,8 +66,6 @@ updates:
|
|||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
reviewers:
|
reviewers:
|
||||||
- juliushaertl
|
- juliushaertl
|
||||||
- luka-nextcloud
|
|
||||||
|
|
||||||
- package-ecosystem: github-actions
|
- package-ecosystem: github-actions
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
@@ -81,4 +76,3 @@ updates:
|
|||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
reviewers:
|
reviewers:
|
||||||
- juliushaertl
|
- juliushaertl
|
||||||
- luka-nextcloud
|
|
||||||
|
|||||||
8
.github/workflows/appbuild.yml
vendored
8
.github/workflows/appbuild.yml
vendored
@@ -16,15 +16,15 @@ jobs:
|
|||||||
node-version: [16.x]
|
node-version: [16.x]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.1
|
- uses: actions/checkout@v4
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v4.0.2
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Set up npm7
|
- name: Set up npm7
|
||||||
run: npm i -g npm@7
|
run: npm i -g npm@7
|
||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
uses: shivammathur/setup-php@2.30.0
|
uses: shivammathur/setup-php@2.27.1
|
||||||
with:
|
with:
|
||||||
php-version: '7.4'
|
php-version: '7.4'
|
||||||
tools: composer
|
tools: composer
|
||||||
@@ -37,7 +37,7 @@ jobs:
|
|||||||
uname -a
|
uname -a
|
||||||
RUST_BACKTRACE=1 krankerl --version
|
RUST_BACKTRACE=1 krankerl --version
|
||||||
RUST_BACKTRACE=1 krankerl package
|
RUST_BACKTRACE=1 krankerl package
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Deck app tarball
|
name: Deck app tarball
|
||||||
path: build/artifacts/deck.tar.gz
|
path: build/artifacts/deck.tar.gz
|
||||||
|
|||||||
24
.github/workflows/appstore-build-publish.yml
vendored
24
.github/workflows/appstore-build-publish.yml
vendored
@@ -10,7 +10,7 @@ on:
|
|||||||
types: [published]
|
types: [published]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PHP_VERSION: 8.2
|
PHP_VERSION: 8.1
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_publish:
|
build_and_publish:
|
||||||
@@ -21,7 +21,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check actor permission
|
- name: Check actor permission
|
||||||
uses: skjnldsv/check-actor-permission@69e92a3c4711150929bca9fcf34448c5bf5526e7 # v3.0
|
uses: skjnldsv/check-actor-permission@e591dbfe838300c007028e1219ca82cc26e8d7c5 # v2.1
|
||||||
with:
|
with:
|
||||||
require: write
|
require: write
|
||||||
|
|
||||||
@@ -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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@v4 # v3.5.2
|
||||||
with:
|
with:
|
||||||
path: ${{ env.APP_NAME }}
|
path: ${{ env.APP_NAME }}
|
||||||
|
|
||||||
@@ -50,13 +50,13 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
path: ${{ env.APP_NAME }}
|
path: ${{ env.APP_NAME }}
|
||||||
fallbackNode: '^20'
|
fallbackNode: "^16"
|
||||||
fallbackNpm: '^9'
|
fallbackNpm: "^7"
|
||||||
|
|
||||||
- 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@60edb5dd545a775178f52524783378180af0d1f8 # v3
|
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ steps.versions.outputs.nodeVersion }}
|
node-version: ${{ steps.versions.outputs.nodeVersion }}
|
||||||
|
|
||||||
@@ -66,7 +66,7 @@ jobs:
|
|||||||
run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"
|
run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"
|
||||||
|
|
||||||
- name: Set up php ${{ env.PHP_VERSION }}
|
- name: Set up php ${{ env.PHP_VERSION }}
|
||||||
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
|
uses: shivammathur/setup-php@2.27.1 # v2
|
||||||
with:
|
with:
|
||||||
php-version: ${{ env.PHP_VERSION }}
|
php-version: ${{ env.PHP_VERSION }}
|
||||||
coverage: none
|
coverage: none
|
||||||
@@ -75,7 +75,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Check composer.json
|
- name: Check composer.json
|
||||||
id: check_composer
|
id: check_composer
|
||||||
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v2
|
uses: andstor/file-existence-action@20b4d2e596410855db8f9ca21e96fbe18e12930b # v2
|
||||||
with:
|
with:
|
||||||
files: "${{ env.APP_NAME }}/composer.json"
|
files: "${{ env.APP_NAME }}/composer.json"
|
||||||
|
|
||||||
@@ -88,8 +88,6 @@ jobs:
|
|||||||
- name: Build ${{ env.APP_NAME }}
|
- name: Build ${{ env.APP_NAME }}
|
||||||
# Skip if no package.json
|
# Skip if no package.json
|
||||||
if: ${{ steps.versions.outputs.nodeVersion }}
|
if: ${{ steps.versions.outputs.nodeVersion }}
|
||||||
env:
|
|
||||||
CYPRESS_INSTALL_BINARY: 0
|
|
||||||
run: |
|
run: |
|
||||||
cd ${{ env.APP_NAME }}
|
cd ${{ env.APP_NAME }}
|
||||||
npm ci
|
npm ci
|
||||||
@@ -97,7 +95,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Check Krankerl config
|
- name: Check Krankerl config
|
||||||
id: krankerl
|
id: krankerl
|
||||||
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v2
|
uses: andstor/file-existence-action@20b4d2e596410855db8f9ca21e96fbe18e12930b # v2
|
||||||
with:
|
with:
|
||||||
files: ${{ env.APP_NAME }}/krankerl.toml
|
files: ${{ env.APP_NAME }}/krankerl.toml
|
||||||
|
|
||||||
@@ -128,7 +126,7 @@ jobs:
|
|||||||
unzip latest-$NCVERSION.zip
|
unzip latest-$NCVERSION.zip
|
||||||
|
|
||||||
- name: Checkout server master fallback
|
- name: Checkout server master fallback
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@v4 # v3.5.2
|
||||||
if: ${{ steps.server-checkout.outcome != 'success' }}
|
if: ${{ steps.server-checkout.outcome != 'success' }}
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
@@ -151,7 +149,7 @@ jobs:
|
|||||||
tar -zcvf ${{ env.APP_NAME }}.tar.gz ${{ env.APP_NAME }}
|
tar -zcvf ${{ env.APP_NAME }}.tar.gz ${{ env.APP_NAME }}
|
||||||
|
|
||||||
- name: Attach tarball to github release
|
- name: Attach tarball to github release
|
||||||
uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2
|
uses: svenstaro/upload-release-action@1beeb572c19a9242f4361f4cee78f8e0d9aec5df # v2
|
||||||
id: attach_to_release
|
id: attach_to_release
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
6
.github/workflows/command-rebase.yml
vendored
6
.github/workflows/command-rebase.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Add reaction on start
|
- name: Add reaction on start
|
||||||
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
|
uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.COMMAND_BOT_PAT }}
|
token: ${{ secrets.COMMAND_BOT_PAT }}
|
||||||
repository: ${{ github.event.repository.full_name }}
|
repository: ${{ github.event.repository.full_name }}
|
||||||
@@ -31,7 +31,7 @@ jobs:
|
|||||||
reaction-type: "+1"
|
reaction-type: "+1"
|
||||||
|
|
||||||
- name: Checkout the latest code
|
- name: Checkout the latest code
|
||||||
uses: actions/checkout@v4.1.1 # v3.5.2
|
uses: actions/checkout@v4 # v3.5.2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
token: ${{ secrets.COMMAND_BOT_PAT }}
|
token: ${{ secrets.COMMAND_BOT_PAT }}
|
||||||
@@ -42,7 +42,7 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.COMMAND_BOT_PAT }}
|
GITHUB_TOKEN: ${{ secrets.COMMAND_BOT_PAT }}
|
||||||
|
|
||||||
- name: Add reaction on failure
|
- name: Add reaction on failure
|
||||||
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
|
uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3.1.0
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.COMMAND_BOT_PAT }}
|
token: ${{ secrets.COMMAND_BOT_PAT }}
|
||||||
|
|||||||
16
.github/workflows/cypress.yml
vendored
16
.github/workflows/cypress.yml
vendored
@@ -23,11 +23,11 @@ jobs:
|
|||||||
# containers: [1, 2, 3]
|
# containers: [1, 2, 3]
|
||||||
php-versions: [ '8.0' ]
|
php-versions: [ '8.0' ]
|
||||||
databases: [ 'sqlite' ]
|
databases: [ 'sqlite' ]
|
||||||
server-versions: [ 'stable29' ]
|
server-versions: [ 'stable28' ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v4.0.2
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
|
|
||||||
@@ -37,7 +37,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.1.1
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: nextcloud/server
|
repository: nextcloud/server
|
||||||
ref: ${{ matrix.server-versions }}
|
ref: ${{ matrix.server-versions }}
|
||||||
@@ -50,19 +50,19 @@ 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.1.1
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: apps/${{ env.APP_NAME }}
|
path: apps/${{ env.APP_NAME }}
|
||||||
|
|
||||||
- name: Checkout text
|
- name: Checkout text
|
||||||
uses: actions/checkout@v4.1.1
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: nextcloud/text
|
repository: nextcloud/text
|
||||||
ref: ${{ env.text_app_ref }}
|
ref: ${{ env.text_app_ref }}
|
||||||
path: apps/text
|
path: apps/text
|
||||||
|
|
||||||
- name: Set up php ${{ matrix.php-versions }}
|
- name: Set up php ${{ matrix.php-versions }}
|
||||||
uses: shivammathur/setup-php@2.30.0
|
uses: shivammathur/setup-php@2.27.1
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php-versions }}
|
php-version: ${{ matrix.php-versions }}
|
||||||
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, zip, gd, apcu
|
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, zip, gd, apcu
|
||||||
@@ -106,7 +106,7 @@ jobs:
|
|||||||
npm_package_name: ${{ env.APP_NAME }}
|
npm_package_name: ${{ env.APP_NAME }}
|
||||||
|
|
||||||
- name: Upload test failure screenshots
|
- name: Upload test failure screenshots
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: Upload screenshots
|
name: Upload screenshots
|
||||||
@@ -114,7 +114,7 @@ jobs:
|
|||||||
retention-days: 5
|
retention-days: 5
|
||||||
|
|
||||||
- name: Upload nextcloud logs
|
- name: Upload nextcloud logs
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: Upload nextcloud log
|
name: Upload nextcloud log
|
||||||
|
|||||||
15
.github/workflows/integration.yml
vendored
15
.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: ['stable29']
|
server-versions: ['stable28']
|
||||||
|
|
||||||
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.1.1
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: nextcloud/server
|
repository: nextcloud/server
|
||||||
ref: ${{ matrix.server-versions }}
|
ref: ${{ matrix.server-versions }}
|
||||||
@@ -66,19 +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.1.1
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: apps/${{ env.APP_NAME }}
|
path: apps/${{ env.APP_NAME }}
|
||||||
|
|
||||||
- name: Checkout activity
|
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
|
||||||
with:
|
|
||||||
repository: nextcloud/activity
|
|
||||||
ref: ${{ matrix.server-versions }}
|
|
||||||
path: apps/activity
|
|
||||||
|
|
||||||
- name: Set up php ${{ matrix.php-versions }}
|
- name: Set up php ${{ matrix.php-versions }}
|
||||||
uses: shivammathur/setup-php@2.30.0
|
uses: shivammathur/setup-php@2.27.1
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php-versions }}
|
php-version: ${{ matrix.php-versions }}
|
||||||
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, mysql, pdo_mysql, pgsql, pdo_pgsql, apcu
|
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, mysql, pdo_mysql, pgsql, pdo_pgsql, apcu
|
||||||
|
|||||||
71
.github/workflows/lint-eslint.yml
vendored
71
.github/workflows/lint-eslint.yml
vendored
@@ -8,7 +8,20 @@
|
|||||||
|
|
||||||
name: Lint eslint
|
name: Lint eslint
|
||||||
|
|
||||||
on: pull_request
|
on:
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- '.github/workflows/**'
|
||||||
|
- 'src/**'
|
||||||
|
- 'appinfo/info.xml'
|
||||||
|
- 'package.json'
|
||||||
|
- 'package-lock.json'
|
||||||
|
- 'tsconfig.json'
|
||||||
|
- '.eslintrc.*'
|
||||||
|
- '.eslintignore'
|
||||||
|
- '**.js'
|
||||||
|
- '**.ts'
|
||||||
|
- '**.vue'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
@@ -18,52 +31,24 @@ concurrency:
|
|||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
changes:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
outputs:
|
|
||||||
src: ${{ steps.changes.outputs.src}}
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
|
|
||||||
id: changes
|
|
||||||
continue-on-error: true
|
|
||||||
with:
|
|
||||||
filters: |
|
|
||||||
src:
|
|
||||||
- '.github/workflows/**'
|
|
||||||
- 'src/**'
|
|
||||||
- 'appinfo/info.xml'
|
|
||||||
- 'package.json'
|
|
||||||
- 'package-lock.json'
|
|
||||||
- 'tsconfig.json'
|
|
||||||
- '.eslintrc.*'
|
|
||||||
- '.eslintignore'
|
|
||||||
- '**.js'
|
|
||||||
- '**.ts'
|
|
||||||
- '**.vue'
|
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
needs: changes
|
name: eslint
|
||||||
if: needs.changes.outputs.src != 'false'
|
|
||||||
|
|
||||||
name: NPM lint
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@v4 # v3.5.2
|
||||||
|
|
||||||
- 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@8205673bab74a63eb9b8093402fd9e0e018663a1 # v2.2
|
uses: skjnldsv/read-package-engines-version-actions@8205673bab74a63eb9b8093402fd9e0e018663a1 # v2.2
|
||||||
id: versions
|
id: versions
|
||||||
with:
|
with:
|
||||||
fallbackNode: '^20'
|
fallbackNode: '^16'
|
||||||
fallbackNpm: '^9'
|
fallbackNpm: '^7'
|
||||||
|
|
||||||
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
|
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
|
||||||
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3
|
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ steps.versions.outputs.nodeVersion }}
|
node-version: ${{ steps.versions.outputs.nodeVersion }}
|
||||||
|
|
||||||
@@ -71,25 +56,7 @@ jobs:
|
|||||||
run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"
|
run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
env:
|
|
||||||
CYPRESS_INSTALL_BINARY: 0
|
|
||||||
PUPPETEER_SKIP_DOWNLOAD: true
|
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: npm run lint
|
run: npm run lint
|
||||||
|
|
||||||
summary:
|
|
||||||
permissions:
|
|
||||||
contents: none
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
needs: [changes, lint]
|
|
||||||
|
|
||||||
if: always()
|
|
||||||
|
|
||||||
# This is the summary, we just avoid to rename it so that branch protection rules still match
|
|
||||||
name: eslint
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Summary status
|
|
||||||
run: if ${{ needs.changes.outputs.src != 'false' && needs.lint.result != 'success' }}; then exit 1; fi
|
|
||||||
|
|||||||
8
.github/workflows/lint-php-cs.yml
vendored
8
.github/workflows/lint-php-cs.yml
vendored
@@ -22,12 +22,12 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@v4 # v3.5.2
|
||||||
|
|
||||||
- name: Set up php8.2
|
- name: Set up php
|
||||||
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
|
uses: shivammathur/setup-php@2.27.1 # v2
|
||||||
with:
|
with:
|
||||||
php-version: 8.2
|
php-version: 8.1
|
||||||
coverage: none
|
coverage: none
|
||||||
ini-file: development
|
ini-file: development
|
||||||
env:
|
env:
|
||||||
|
|||||||
14
.github/workflows/lint-php.yml
vendored
14
.github/workflows/lint-php.yml
vendored
@@ -5,7 +5,13 @@
|
|||||||
|
|
||||||
name: Lint php
|
name: Lint php
|
||||||
|
|
||||||
on: pull_request
|
on:
|
||||||
|
pull_request:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
- master
|
||||||
|
- stable*
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
@@ -19,16 +25,16 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
php-versions: [ '8.0', '8.1', '8.2', '8.3' ]
|
php-versions: [ "8.0", "8.1", "8.2", "8.3" ]
|
||||||
|
|
||||||
name: php-lint
|
name: php-lint
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@v4 # v3.5.2
|
||||||
|
|
||||||
- name: Set up php ${{ matrix.php-versions }}
|
- name: Set up php ${{ matrix.php-versions }}
|
||||||
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
|
uses: shivammathur/setup-php@2.27.1 # v2
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php-versions }}
|
php-version: ${{ matrix.php-versions }}
|
||||||
coverage: none
|
coverage: none
|
||||||
|
|||||||
10
.github/workflows/lint-stylelint.yml
vendored
10
.github/workflows/lint-stylelint.yml
vendored
@@ -22,17 +22,17 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@v4 # v3.5.2
|
||||||
|
|
||||||
- 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@8205673bab74a63eb9b8093402fd9e0e018663a1 # v2.2
|
uses: skjnldsv/read-package-engines-version-actions@8205673bab74a63eb9b8093402fd9e0e018663a1 # v2.2
|
||||||
id: versions
|
id: versions
|
||||||
with:
|
with:
|
||||||
fallbackNode: '^20'
|
fallbackNode: '^16'
|
||||||
fallbackNpm: '^9'
|
fallbackNpm: '^7'
|
||||||
|
|
||||||
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
|
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
|
||||||
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3
|
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ steps.versions.outputs.nodeVersion }}
|
node-version: ${{ steps.versions.outputs.nodeVersion }}
|
||||||
|
|
||||||
@@ -40,8 +40,6 @@ jobs:
|
|||||||
run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"
|
run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
env:
|
|
||||||
CYPRESS_INSTALL_BINARY: 0
|
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
|
|||||||
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.1.1
|
- uses: actions/checkout@v4
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v4.0.2
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Set up npm7
|
- name: Set up npm7
|
||||||
|
|||||||
16
.github/workflows/npm-audit-fix.yml
vendored
16
.github/workflows/npm-audit-fix.yml
vendored
@@ -18,13 +18,13 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
branches: ['main', 'master', 'stable28', 'stable27', 'stable26']
|
branches: ["main", "master", "stable27", "stable26", "stable25", "stable24"]
|
||||||
|
|
||||||
name: npm-audit-fix-${{ matrix.branches }}
|
name: npm-audit-fix-${{ matrix.branches }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@v4 # v3.5.2
|
||||||
with:
|
with:
|
||||||
ref: ${{ matrix.branches }}
|
ref: ${{ matrix.branches }}
|
||||||
|
|
||||||
@@ -32,11 +32,11 @@ jobs:
|
|||||||
uses: skjnldsv/read-package-engines-version-actions@8205673bab74a63eb9b8093402fd9e0e018663a1 # v2.2
|
uses: skjnldsv/read-package-engines-version-actions@8205673bab74a63eb9b8093402fd9e0e018663a1 # v2.2
|
||||||
id: versions
|
id: versions
|
||||||
with:
|
with:
|
||||||
fallbackNode: '^20'
|
fallbackNode: '^16'
|
||||||
fallbackNpm: '^9'
|
fallbackNpm: '^7'
|
||||||
|
|
||||||
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
|
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
|
||||||
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3
|
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ steps.versions.outputs.nodeVersion }}
|
node-version: ${{ steps.versions.outputs.nodeVersion }}
|
||||||
|
|
||||||
@@ -49,15 +49,13 @@ jobs:
|
|||||||
|
|
||||||
- name: Run npm ci and npm run build
|
- name: Run npm ci and npm run build
|
||||||
if: always()
|
if: always()
|
||||||
env:
|
|
||||||
CYPRESS_INSTALL_BINARY: 0
|
|
||||||
run: |
|
run: |
|
||||||
npm ci
|
npm ci
|
||||||
npm run build --if-present
|
npm run build --if-present
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
if: always()
|
if: always()
|
||||||
uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v5
|
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.COMMAND_BOT_PAT }}
|
token: ${{ secrets.COMMAND_BOT_PAT }}
|
||||||
commit-message: "chore(deps): fix npm audit"
|
commit-message: "chore(deps): fix npm audit"
|
||||||
|
|||||||
185
.github/workflows/phpunit-mysql.yml
vendored
185
.github/workflows/phpunit-mysql.yml
vendored
@@ -1,185 +0,0 @@
|
|||||||
# This workflow is provided via the organization template repository
|
|
||||||
#
|
|
||||||
# https://github.com/nextcloud/.github
|
|
||||||
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
|
|
||||||
|
|
||||||
name: PHPUnit MySQL
|
|
||||||
|
|
||||||
on: pull_request
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
|
|
||||||
concurrency:
|
|
||||||
group: phpunit-mysql-${{ github.head_ref || github.run_id }}
|
|
||||||
cancel-in-progress: true
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
matrix:
|
|
||||||
runs-on: ubuntu-latest-low
|
|
||||||
outputs:
|
|
||||||
matrix: ${{ steps.versions.outputs.sparse-matrix }}
|
|
||||||
steps:
|
|
||||||
- name: Checkout app
|
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
|
||||||
|
|
||||||
- name: Get version matrix
|
|
||||||
id: versions
|
|
||||||
uses: icewind1991/nextcloud-version-matrix@58becf3b4bb6dc6cef677b15e2fd8e7d48c0908f # v1.3.1
|
|
||||||
with:
|
|
||||||
matrix: '{"mysql-versions": ["8.1"]}'
|
|
||||||
|
|
||||||
changes:
|
|
||||||
runs-on: ubuntu-latest-low
|
|
||||||
|
|
||||||
outputs:
|
|
||||||
src: ${{ steps.changes.outputs.src}}
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
|
|
||||||
id: changes
|
|
||||||
continue-on-error: true
|
|
||||||
with:
|
|
||||||
filters: |
|
|
||||||
src:
|
|
||||||
- '.github/workflows/**'
|
|
||||||
- 'appinfo/**'
|
|
||||||
- 'lib/**'
|
|
||||||
- 'templates/**'
|
|
||||||
- 'tests/**'
|
|
||||||
- 'vendor/**'
|
|
||||||
- 'vendor-bin/**'
|
|
||||||
- '.php-cs-fixer.dist.php'
|
|
||||||
- 'composer.json'
|
|
||||||
- 'composer.lock'
|
|
||||||
|
|
||||||
phpunit-mysql:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
needs: [changes, matrix]
|
|
||||||
if: needs.changes.outputs.src != 'false'
|
|
||||||
|
|
||||||
strategy:
|
|
||||||
matrix: ${{ fromJson(needs.matrix.outputs.matrix) }}
|
|
||||||
|
|
||||||
name: MySQL ${{ matrix.mysql-versions }} PHP ${{ matrix.php-versions }} Nextcloud ${{ matrix.server-versions }}
|
|
||||||
|
|
||||||
services:
|
|
||||||
mysql:
|
|
||||||
image: ghcr.io/nextcloud/continuous-integration-mysql-${{ matrix.mysql-versions }}:latest
|
|
||||||
ports:
|
|
||||||
- 4444:3306/tcp
|
|
||||||
env:
|
|
||||||
MYSQL_ROOT_PASSWORD: rootpassword
|
|
||||||
options: --health-cmd="mysqladmin ping" --health-interval 5s --health-timeout 2s --health-retries 10
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Set app env
|
|
||||||
run: |
|
|
||||||
# Split and keep last
|
|
||||||
echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
|
|
||||||
|
|
||||||
- name: Checkout server
|
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
|
||||||
with:
|
|
||||||
submodules: true
|
|
||||||
repository: nextcloud/server
|
|
||||||
ref: ${{ matrix.server-versions }}
|
|
||||||
|
|
||||||
- name: Checkout app
|
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
|
||||||
with:
|
|
||||||
path: apps/${{ env.APP_NAME }}
|
|
||||||
|
|
||||||
- name: Set up php ${{ matrix.php-versions }}
|
|
||||||
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
|
|
||||||
with:
|
|
||||||
php-version: ${{ matrix.php-versions }}
|
|
||||||
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation
|
|
||||||
extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, session, simplexml, xmlreader, xmlwriter, zip, zlib, mysql, pdo_mysql
|
|
||||||
coverage: none
|
|
||||||
ini-file: development
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
- name: Enable ONLY_FULL_GROUP_BY MySQL option
|
|
||||||
run: |
|
|
||||||
echo "SET GLOBAL sql_mode=(SELECT CONCAT(@@sql_mode,',ONLY_FULL_GROUP_BY'));" | mysql -h 127.0.0.1 -P 4444 -u root -prootpassword
|
|
||||||
echo "SELECT @@sql_mode;" | mysql -h 127.0.0.1 -P 4444 -u root -prootpassword
|
|
||||||
|
|
||||||
- name: Check composer file existence
|
|
||||||
id: check_composer
|
|
||||||
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3.0.0
|
|
||||||
with:
|
|
||||||
files: apps/${{ env.APP_NAME }}/composer.json
|
|
||||||
|
|
||||||
- name: Set up dependencies
|
|
||||||
# Only run if phpunit config file exists
|
|
||||||
if: steps.check_composer.outputs.files_exists == 'true'
|
|
||||||
working-directory: apps/${{ env.APP_NAME }}
|
|
||||||
run: composer i
|
|
||||||
|
|
||||||
- name: Set up Nextcloud
|
|
||||||
env:
|
|
||||||
DB_PORT: 4444
|
|
||||||
run: |
|
|
||||||
mkdir data
|
|
||||||
./occ maintenance:install --verbose --database=mysql --database-name=nextcloud --database-host=127.0.0.1 --database-port=$DB_PORT --database-user=root --database-pass=rootpassword --admin-user admin --admin-pass admin
|
|
||||||
./occ app:enable --force ${{ env.APP_NAME }}
|
|
||||||
|
|
||||||
- name: Check PHPUnit script is defined
|
|
||||||
id: check_phpunit
|
|
||||||
continue-on-error: true
|
|
||||||
working-directory: apps/${{ env.APP_NAME }}
|
|
||||||
run: |
|
|
||||||
composer run --list | grep "^ test:unit " | wc -l | grep 1
|
|
||||||
|
|
||||||
- name: PHPUnit
|
|
||||||
# Only run if phpunit config file exists
|
|
||||||
if: steps.check_phpunit.outcome == 'success'
|
|
||||||
working-directory: apps/${{ env.APP_NAME }}
|
|
||||||
run: composer run test:unit
|
|
||||||
|
|
||||||
- name: Check PHPUnit integration script is defined
|
|
||||||
id: check_integration
|
|
||||||
continue-on-error: true
|
|
||||||
working-directory: apps/${{ env.APP_NAME }}
|
|
||||||
run: |
|
|
||||||
composer run --list | grep "^ test:integration " | wc -l | grep 1
|
|
||||||
|
|
||||||
- name: Run Nextcloud
|
|
||||||
# Only run if phpunit integration config file exists
|
|
||||||
if: steps.check_integration.outcome == 'success'
|
|
||||||
run: php -S localhost:8080 &
|
|
||||||
|
|
||||||
- name: PHPUnit integration
|
|
||||||
# Only run if phpunit integration config file exists
|
|
||||||
if: steps.check_integration.outcome == 'success'
|
|
||||||
working-directory: apps/${{ env.APP_NAME }}
|
|
||||||
run: composer run test:integration
|
|
||||||
|
|
||||||
- name: Print logs
|
|
||||||
if: always()
|
|
||||||
run: |
|
|
||||||
cat data/nextcloud.log
|
|
||||||
|
|
||||||
- name: Skipped
|
|
||||||
# Fail the action when neither unit nor integration tests ran
|
|
||||||
if: steps.check_phpunit.outcome == 'failure' && steps.check_integration.outcome == 'failure'
|
|
||||||
run: |
|
|
||||||
echo 'Neither PHPUnit nor PHPUnit integration tests are specified in composer.json scripts'
|
|
||||||
exit 1
|
|
||||||
|
|
||||||
summary:
|
|
||||||
permissions:
|
|
||||||
contents: none
|
|
||||||
runs-on: ubuntu-latest-low
|
|
||||||
needs: [changes, phpunit-mysql]
|
|
||||||
|
|
||||||
if: always()
|
|
||||||
|
|
||||||
name: phpunit-mysql-summary
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Summary status
|
|
||||||
run: if ${{ needs.changes.outputs.src != 'false' && needs.phpunit-mysql.result != 'success' }}; then exit 1; fi
|
|
||||||
168
.github/workflows/phpunit-pgsql.yml
vendored
168
.github/workflows/phpunit-pgsql.yml
vendored
@@ -1,168 +0,0 @@
|
|||||||
# This workflow is provided via the organization template repository
|
|
||||||
#
|
|
||||||
# https://github.com/nextcloud/.github
|
|
||||||
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
|
|
||||||
|
|
||||||
name: PHPUnit pgsql
|
|
||||||
|
|
||||||
on: pull_request
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
|
|
||||||
concurrency:
|
|
||||||
group: phpunit-pgsql-${{ github.head_ref || github.run_id }}
|
|
||||||
cancel-in-progress: true
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
changes:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
outputs:
|
|
||||||
src: ${{ steps.changes.outputs.src}}
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
|
|
||||||
id: changes
|
|
||||||
continue-on-error: true
|
|
||||||
with:
|
|
||||||
filters: |
|
|
||||||
src:
|
|
||||||
- '.github/workflows/**'
|
|
||||||
- 'appinfo/**'
|
|
||||||
- 'lib/**'
|
|
||||||
- 'templates/**'
|
|
||||||
- 'tests/**'
|
|
||||||
- 'vendor/**'
|
|
||||||
- 'vendor-bin/**'
|
|
||||||
- '.php-cs-fixer.dist.php'
|
|
||||||
- 'composer.json'
|
|
||||||
- 'composer.lock'
|
|
||||||
|
|
||||||
phpunit-pgsql:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
needs: changes
|
|
||||||
if: needs.changes.outputs.src != 'false'
|
|
||||||
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
php-versions: ['8.2']
|
|
||||||
server-versions: ['stable29']
|
|
||||||
|
|
||||||
services:
|
|
||||||
postgres:
|
|
||||||
image: ghcr.io/nextcloud/continuous-integration-postgres-14:latest
|
|
||||||
ports:
|
|
||||||
- 4444:5432/tcp
|
|
||||||
env:
|
|
||||||
POSTGRES_USER: root
|
|
||||||
POSTGRES_PASSWORD: rootpassword
|
|
||||||
POSTGRES_DB: nextcloud
|
|
||||||
options: --health-cmd pg_isready --health-interval 5s --health-timeout 2s --health-retries 5
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Set app env
|
|
||||||
run: |
|
|
||||||
# Split and keep last
|
|
||||||
echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
|
|
||||||
|
|
||||||
- name: Checkout server
|
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
|
||||||
with:
|
|
||||||
submodules: true
|
|
||||||
repository: nextcloud/server
|
|
||||||
ref: ${{ matrix.server-versions }}
|
|
||||||
|
|
||||||
- name: Checkout app
|
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
|
||||||
with:
|
|
||||||
path: apps/${{ env.APP_NAME }}
|
|
||||||
|
|
||||||
- name: Set up php ${{ matrix.php-versions }}
|
|
||||||
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
|
|
||||||
with:
|
|
||||||
php-version: ${{ matrix.php-versions }}
|
|
||||||
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation
|
|
||||||
extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, session, simplexml, xmlreader, xmlwriter, zip, zlib, pgsql, pdo_pgsql
|
|
||||||
coverage: none
|
|
||||||
ini-file: development
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
- name: Check composer file existence
|
|
||||||
id: check_composer
|
|
||||||
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v2
|
|
||||||
with:
|
|
||||||
files: apps/${{ env.APP_NAME }}/composer.json
|
|
||||||
|
|
||||||
- name: Set up dependencies
|
|
||||||
# Only run if phpunit config file exists
|
|
||||||
if: steps.check_composer.outputs.files_exists == 'true'
|
|
||||||
working-directory: apps/${{ env.APP_NAME }}
|
|
||||||
run: composer i
|
|
||||||
|
|
||||||
- name: Set up Nextcloud
|
|
||||||
env:
|
|
||||||
DB_PORT: 4444
|
|
||||||
run: |
|
|
||||||
mkdir data
|
|
||||||
./occ maintenance:install --verbose --database=pgsql --database-name=nextcloud --database-host=127.0.0.1 --database-port=$DB_PORT --database-user=root --database-pass=rootpassword --admin-user admin --admin-pass admin
|
|
||||||
./occ app:enable --force ${{ env.APP_NAME }}
|
|
||||||
|
|
||||||
- name: Check PHPUnit script is defined
|
|
||||||
id: check_phpunit
|
|
||||||
continue-on-error: true
|
|
||||||
working-directory: apps/${{ env.APP_NAME }}
|
|
||||||
run: |
|
|
||||||
composer run --list | grep "^ test:unit " | wc -l | grep 1
|
|
||||||
|
|
||||||
- name: PHPUnit
|
|
||||||
# Only run if phpunit config file exists
|
|
||||||
if: steps.check_phpunit.outcome == 'success'
|
|
||||||
working-directory: apps/${{ env.APP_NAME }}
|
|
||||||
run: composer run test:unit
|
|
||||||
|
|
||||||
- name: Check PHPUnit integration script is defined
|
|
||||||
id: check_integration
|
|
||||||
continue-on-error: true
|
|
||||||
working-directory: apps/${{ env.APP_NAME }}
|
|
||||||
run: |
|
|
||||||
composer run --list | grep "^ test:integration " | wc -l | grep 1
|
|
||||||
|
|
||||||
- name: Run Nextcloud
|
|
||||||
# Only run if phpunit integration config file exists
|
|
||||||
if: steps.check_integration.outcome == 'success'
|
|
||||||
run: php -S localhost:8080 &
|
|
||||||
|
|
||||||
- name: PHPUnit integration
|
|
||||||
# Only run if phpunit integration config file exists
|
|
||||||
if: steps.check_integration.outcome == 'success'
|
|
||||||
working-directory: apps/${{ env.APP_NAME }}
|
|
||||||
run: composer run test:integration
|
|
||||||
|
|
||||||
- name: Print logs
|
|
||||||
if: always()
|
|
||||||
run: |
|
|
||||||
cat data/nextcloud.log
|
|
||||||
|
|
||||||
- name: Skipped
|
|
||||||
# Fail the action when neither unit nor integration tests ran
|
|
||||||
if: steps.check_phpunit.outcome == 'failure' && steps.check_integration.outcome == 'failure'
|
|
||||||
run: |
|
|
||||||
echo 'Neither PHPUnit nor PHPUnit integration tests are specified in composer.json scripts'
|
|
||||||
exit 1
|
|
||||||
|
|
||||||
summary:
|
|
||||||
permissions:
|
|
||||||
contents: none
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
needs: [changes, phpunit-pgsql]
|
|
||||||
|
|
||||||
if: always()
|
|
||||||
|
|
||||||
name: phpunit-pgsql-summary
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Summary status
|
|
||||||
run: if ${{ needs.changes.outputs.src != 'false' && needs.phpunit-pgsql.result != 'success' }}; then exit 1; fi
|
|
||||||
157
.github/workflows/phpunit-sqlite.yml
vendored
157
.github/workflows/phpunit-sqlite.yml
vendored
@@ -1,157 +0,0 @@
|
|||||||
# This workflow is provided via the organization template repository
|
|
||||||
#
|
|
||||||
# https://github.com/nextcloud/.github
|
|
||||||
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
|
|
||||||
|
|
||||||
name: PHPUnit sqlite
|
|
||||||
|
|
||||||
on: pull_request
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
|
|
||||||
concurrency:
|
|
||||||
group: phpunit-sqlite-${{ github.head_ref || github.run_id }}
|
|
||||||
cancel-in-progress: true
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
changes:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
outputs:
|
|
||||||
src: ${{ steps.changes.outputs.src}}
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
|
|
||||||
id: changes
|
|
||||||
continue-on-error: true
|
|
||||||
with:
|
|
||||||
filters: |
|
|
||||||
src:
|
|
||||||
- '.github/workflows/**'
|
|
||||||
- 'appinfo/**'
|
|
||||||
- 'lib/**'
|
|
||||||
- 'templates/**'
|
|
||||||
- 'tests/**'
|
|
||||||
- 'vendor/**'
|
|
||||||
- 'vendor-bin/**'
|
|
||||||
- '.php-cs-fixer.dist.php'
|
|
||||||
- 'composer.json'
|
|
||||||
- 'composer.lock'
|
|
||||||
|
|
||||||
phpunit-sqlite:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
needs: changes
|
|
||||||
if: needs.changes.outputs.src != 'false'
|
|
||||||
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
php-versions: ['8.2']
|
|
||||||
server-versions: ['stable29']
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Set app env
|
|
||||||
run: |
|
|
||||||
# Split and keep last
|
|
||||||
echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
|
|
||||||
|
|
||||||
- name: Checkout server
|
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
|
||||||
with:
|
|
||||||
submodules: true
|
|
||||||
repository: nextcloud/server
|
|
||||||
ref: ${{ matrix.server-versions }}
|
|
||||||
|
|
||||||
- name: Checkout app
|
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
|
||||||
with:
|
|
||||||
path: apps/${{ env.APP_NAME }}
|
|
||||||
|
|
||||||
- name: Set up php ${{ matrix.php-versions }}
|
|
||||||
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
|
|
||||||
with:
|
|
||||||
php-version: ${{ matrix.php-versions }}
|
|
||||||
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation
|
|
||||||
extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, session, simplexml, xmlreader, xmlwriter, zip, zlib, sqlite, pdo_sqlite
|
|
||||||
coverage: none
|
|
||||||
ini-file: development
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
- name: Check composer file existence
|
|
||||||
id: check_composer
|
|
||||||
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v2
|
|
||||||
with:
|
|
||||||
files: apps/${{ env.APP_NAME }}/composer.json
|
|
||||||
|
|
||||||
- name: Set up dependencies
|
|
||||||
# Only run if phpunit config file exists
|
|
||||||
if: steps.check_composer.outputs.files_exists == 'true'
|
|
||||||
working-directory: apps/${{ env.APP_NAME }}
|
|
||||||
run: composer i
|
|
||||||
|
|
||||||
- name: Set up Nextcloud
|
|
||||||
env:
|
|
||||||
DB_PORT: 4444
|
|
||||||
run: |
|
|
||||||
mkdir data
|
|
||||||
./occ maintenance:install --verbose --database=sqlite --database-name=nextcloud --database-host=127.0.0.1 --database-port=$DB_PORT --database-user=root --database-pass=rootpassword --admin-user admin --admin-pass admin
|
|
||||||
./occ app:enable --force ${{ env.APP_NAME }}
|
|
||||||
|
|
||||||
- name: Check PHPUnit script is defined
|
|
||||||
id: check_phpunit
|
|
||||||
continue-on-error: true
|
|
||||||
working-directory: apps/${{ env.APP_NAME }}
|
|
||||||
run: |
|
|
||||||
composer run --list | grep "^ test:unit " | wc -l | grep 1
|
|
||||||
|
|
||||||
- name: PHPUnit
|
|
||||||
# Only run if phpunit config file exists
|
|
||||||
if: steps.check_phpunit.outcome == 'success'
|
|
||||||
working-directory: apps/${{ env.APP_NAME }}
|
|
||||||
run: composer run test:unit
|
|
||||||
|
|
||||||
- name: Check PHPUnit integration script is defined
|
|
||||||
id: check_integration
|
|
||||||
continue-on-error: true
|
|
||||||
working-directory: apps/${{ env.APP_NAME }}
|
|
||||||
run: |
|
|
||||||
composer run --list | grep "^ test:integration " | wc -l | grep 1
|
|
||||||
|
|
||||||
- name: Run Nextcloud
|
|
||||||
# Only run if phpunit integration config file exists
|
|
||||||
if: steps.check_integration.outcome == 'success'
|
|
||||||
run: php -S localhost:8080 &
|
|
||||||
|
|
||||||
- name: PHPUnit integration
|
|
||||||
# Only run if phpunit integration config file exists
|
|
||||||
if: steps.check_integration.outcome == 'success'
|
|
||||||
working-directory: apps/${{ env.APP_NAME }}
|
|
||||||
run: composer run test:integration
|
|
||||||
|
|
||||||
- name: Print logs
|
|
||||||
if: always()
|
|
||||||
run: |
|
|
||||||
cat data/nextcloud.log
|
|
||||||
|
|
||||||
- name: Skipped
|
|
||||||
# Fail the action when neither unit nor integration tests ran
|
|
||||||
if: steps.check_phpunit.outcome == 'failure' && steps.check_integration.outcome == 'failure'
|
|
||||||
run: |
|
|
||||||
echo 'Neither PHPUnit nor PHPUnit integration tests are specified in composer.json scripts'
|
|
||||||
exit 1
|
|
||||||
|
|
||||||
summary:
|
|
||||||
permissions:
|
|
||||||
contents: none
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
needs: [changes, phpunit-sqlite]
|
|
||||||
|
|
||||||
if: always()
|
|
||||||
|
|
||||||
name: phpunit-sqlite-summary
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Summary status
|
|
||||||
run: if ${{ needs.changes.outputs.src != 'false' && needs.phpunit-sqlite.result != 'success' }}; then exit 1; fi
|
|
||||||
102
.github/workflows/phpunit.yml
vendored
Normal file
102
.github/workflows/phpunit.yml
vendored
Normal file
@@ -0,0 +1,102 @@
|
|||||||
|
name: PHPUnit
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- '.github/workflows/phpunit.yml'
|
||||||
|
- 'appinfo/**'
|
||||||
|
- 'lib/**'
|
||||||
|
- 'templates/**'
|
||||||
|
- 'tests/**'
|
||||||
|
- 'composer.json'
|
||||||
|
- 'composer.lock'
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- stable*
|
||||||
|
|
||||||
|
env:
|
||||||
|
APP_NAME: deck
|
||||||
|
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
integration:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
|
matrix:
|
||||||
|
php-versions: ['8.0', '8.1', '8.2', '8.3']
|
||||||
|
databases: ['sqlite', 'mysql', 'pgsql']
|
||||||
|
server-versions: ['stable28']
|
||||||
|
|
||||||
|
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
|
||||||
|
|
||||||
|
services:
|
||||||
|
postgres:
|
||||||
|
image: postgres:14
|
||||||
|
ports:
|
||||||
|
- 4445:5432/tcp
|
||||||
|
env:
|
||||||
|
POSTGRES_USER: root
|
||||||
|
POSTGRES_PASSWORD: rootpassword
|
||||||
|
POSTGRES_DB: nextcloud
|
||||||
|
options: --health-cmd pg_isready --health-interval 5s --health-timeout 2s --health-retries 5
|
||||||
|
mysql:
|
||||||
|
image: mariadb:10.5
|
||||||
|
ports:
|
||||||
|
- 4444:3306/tcp
|
||||||
|
env:
|
||||||
|
MYSQL_ROOT_PASSWORD: rootpassword
|
||||||
|
options: --health-cmd="mysqladmin ping" --health-interval 5s --health-timeout 2s --health-retries 5
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout server
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
repository: nextcloud/server
|
||||||
|
ref: ${{ matrix.server-versions }}
|
||||||
|
|
||||||
|
- name: Checkout submodules
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
auth_header="$(git config --local --get http.https://github.com/.extraheader)"
|
||||||
|
git submodule sync --recursive
|
||||||
|
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
|
||||||
|
|
||||||
|
- name: Checkout app
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
path: apps/${{ env.APP_NAME }}
|
||||||
|
|
||||||
|
- name: Set up php ${{ matrix.php-versions }}
|
||||||
|
uses: shivammathur/setup-php@2.27.1
|
||||||
|
with:
|
||||||
|
php-version: ${{ matrix.php-versions }}
|
||||||
|
tools: phpunit
|
||||||
|
extensions: zip, gd, mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, mysql, pdo_mysql, pgsql, pdo_pgsql
|
||||||
|
coverage: none
|
||||||
|
|
||||||
|
- name: Set up PHPUnit
|
||||||
|
working-directory: apps/${{ env.APP_NAME }}
|
||||||
|
run: composer i
|
||||||
|
|
||||||
|
- name: Set up Nextcloud
|
||||||
|
run: |
|
||||||
|
if [ "${{ matrix.databases }}" = "mysql" ]; then
|
||||||
|
export DB_PORT=4444
|
||||||
|
elif [ "${{ matrix.databases }}" = "pgsql" ]; then
|
||||||
|
export DB_PORT=4445
|
||||||
|
fi
|
||||||
|
mkdir data
|
||||||
|
./occ maintenance:install --verbose --database=${{ matrix.databases }} --database-name=nextcloud --database-host=127.0.0.1 --database-port=$DB_PORT --database-user=root --database-pass=rootpassword --admin-user admin --admin-pass admin
|
||||||
|
./occ app:enable --force ${{ env.APP_NAME }}
|
||||||
|
php -S localhost:8080 &
|
||||||
|
|
||||||
|
- name: PHPUnit
|
||||||
|
working-directory: apps/${{ env.APP_NAME }}
|
||||||
|
run: ./vendor/phpunit/phpunit/phpunit -c tests/phpunit.xml
|
||||||
|
|
||||||
|
- name: PHPUnit integration
|
||||||
|
working-directory: apps/${{ env.APP_NAME }}
|
||||||
|
run: ./vendor/phpunit/phpunit/phpunit -c tests/phpunit.integration.xml
|
||||||
11
.github/workflows/pr-feedback.yml
vendored
11
.github/workflows/pr-feedback.yml
vendored
@@ -1,8 +1,3 @@
|
|||||||
# 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: 'Ask for feedback on PRs'
|
name: 'Ask for feedback on PRs'
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
@@ -10,7 +5,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pr-feedback:
|
pr-feedback:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: The get-github-handles-from-website action
|
- name: The get-github-handles-from-website action
|
||||||
uses: marcelklehr/get-github-handles-from-website-action@a739600f6b91da4957f51db0792697afbb2f143c # v1.0.0
|
uses: marcelklehr/get-github-handles-from-website-action@a739600f6b91da4957f51db0792697afbb2f143c # v1.0.0
|
||||||
@@ -23,12 +18,12 @@ jobs:
|
|||||||
Hello there,
|
Hello there,
|
||||||
Thank you so much for taking the time and effort to create a pull request to our Nextcloud project.
|
Thank you so much for taking the time and effort to create a pull request to our Nextcloud project.
|
||||||
|
|
||||||
We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process.
|
We hope that the reviewing process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR reviewing process.
|
||||||
|
|
||||||
Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6
|
Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6
|
||||||
|
|
||||||
Thank you for contributing to Nextcloud and we hope to hear from you soon!
|
Thank you for contributing to Nextcloud and we hope to hear from you soon!
|
||||||
days-before-feedback: 14
|
days-before-feedback: 14
|
||||||
start-date: "2023-07-10"
|
start-date: "2023-07-10"
|
||||||
exempt-authors: "${{ steps.scrape.outputs.users }},nextcloud-command,nextcloud-android-bot,skjnldsv,datenangebot"
|
exempt-authors: "${{ steps.scrape.outputs.users }}"
|
||||||
exempt-bots: true
|
exempt-bots: true
|
||||||
|
|||||||
18
.github/workflows/psalm.yml
vendored
18
.github/workflows/psalm.yml
vendored
@@ -5,7 +5,13 @@
|
|||||||
|
|
||||||
name: Static analysis
|
name: Static analysis
|
||||||
|
|
||||||
on: pull_request
|
on:
|
||||||
|
pull_request:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- main
|
||||||
|
- stable*
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: psalm-${{ github.head_ref || github.run_id }}
|
group: psalm-${{ github.head_ref || github.run_id }}
|
||||||
@@ -15,15 +21,15 @@ jobs:
|
|||||||
static-analysis:
|
static-analysis:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
name: static-psalm-analysis
|
name: Nextcloud
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@v4 # v3.5.2
|
||||||
|
|
||||||
- name: Set up php8.2
|
- name: Set up php
|
||||||
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
|
uses: shivammathur/setup-php@2.27.1 # v2
|
||||||
with:
|
with:
|
||||||
php-version: 8.2
|
php-version: 8.1
|
||||||
coverage: none
|
coverage: none
|
||||||
ini-file: development
|
ini-file: development
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -1,49 +0,0 @@
|
|||||||
# This workflow is provided via the organization template repository
|
|
||||||
#
|
|
||||||
# https://github.com/nextcloud/.github
|
|
||||||
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
|
|
||||||
|
|
||||||
name: Auto approve nextcloud/ocp
|
|
||||||
|
|
||||||
on:
|
|
||||||
pull_request_target:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
- master
|
|
||||||
- stable*
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
|
|
||||||
concurrency:
|
|
||||||
group: update-nextcloud-ocp-approve-merge-${{ github.head_ref || github.run_id }}
|
|
||||||
cancel-in-progress: true
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
auto-approve-merge:
|
|
||||||
if: github.actor == 'nextcloud-command'
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
permissions:
|
|
||||||
# for hmarr/auto-approve-action to approve PRs
|
|
||||||
pull-requests: write
|
|
||||||
# for alexwilson/enable-github-automerge-action to approve PRs
|
|
||||||
contents: write
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: mdecoleman/pr-branch-name@bab4c71506bcd299fb350af63bb8e53f2940a599 # v2.0.0
|
|
||||||
id: branchname
|
|
||||||
with:
|
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
# GitHub actions bot approve
|
|
||||||
- uses: hmarr/auto-approve-action@b40d6c9ed2fa10c9a2749eca7eb004418a705501 # v2
|
|
||||||
if: startsWith(steps.branchname.outputs.branch, 'automated/noid/') && endsWith(steps.branchname.outputs.branch, 'update-nextcloud-ocp')
|
|
||||||
with:
|
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
# Enable GitHub auto merge
|
|
||||||
- name: Auto merge
|
|
||||||
uses: alexwilson/enable-github-automerge-action@d8d24b8699d9749aca9279609909abca856457c8 # main
|
|
||||||
if: startsWith(steps.branchname.outputs.branch, 'automated/noid/') && endsWith(steps.branchname.outputs.branch, 'update-nextcloud-ocp')
|
|
||||||
with:
|
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
49
.github/workflows/update-nextcloud-ocp.yml
vendored
49
.github/workflows/update-nextcloud-ocp.yml
vendored
@@ -17,90 +17,57 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
branches: ['main', 'master', 'stable28', 'stable27', 'stable26']
|
branches: ["main", "master", "stable27", "stable26", "stable25"]
|
||||||
|
|
||||||
name: update-nextcloud-ocp-${{ matrix.branches }}
|
name: update-nextcloud-ocp-${{ matrix.branches }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- id: checkout
|
- uses: actions/checkout@v4 # v3.5.2
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
|
||||||
with:
|
with:
|
||||||
ref: ${{ matrix.branches }}
|
ref: ${{ matrix.branches }}
|
||||||
submodules: true
|
submodules: true
|
||||||
continue-on-error: true
|
|
||||||
|
|
||||||
- name: Set up php8.2
|
- name: Set up php8.1
|
||||||
if: steps.checkout.outcome == 'success'
|
uses: shivammathur/setup-php@2.27.1 # v2
|
||||||
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
|
|
||||||
with:
|
with:
|
||||||
php-version: 8.2
|
php-version: 8.1
|
||||||
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation
|
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation
|
||||||
extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, session, simplexml, xmlreader, xmlwriter, zip, zlib, sqlite, pdo_sqlite
|
extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, session, simplexml, xmlreader, xmlwriter, zip, zlib, sqlite, pdo_sqlite
|
||||||
coverage: none
|
coverage: none
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Read codeowners
|
|
||||||
if: steps.checkout.outcome == 'success'
|
|
||||||
id: codeowners
|
|
||||||
run: |
|
|
||||||
grep '/appinfo/info.xml' .github/CODEOWNERS | cut -f 2- -d ' ' | xargs | awk '{ print "codeowners="$0 }' >> $GITHUB_OUTPUT
|
|
||||||
continue-on-error: true
|
|
||||||
|
|
||||||
- name: Composer install
|
- name: Composer install
|
||||||
if: steps.checkout.outcome == 'success'
|
|
||||||
run: composer install
|
run: composer install
|
||||||
|
|
||||||
- name: Composer update nextcloud/ocp
|
- name: Composer update nextcloud/ocp
|
||||||
id: update_branch
|
if: matrix.branches != 'main'
|
||||||
if: ${{ steps.checkout.outcome == 'success' && matrix.branches != 'main' }}
|
|
||||||
run: composer require --dev nextcloud/ocp:dev-${{ matrix.branches }}
|
run: composer require --dev nextcloud/ocp:dev-${{ matrix.branches }}
|
||||||
|
|
||||||
- name: Raise on issue on failure
|
|
||||||
uses: dacbd/create-issue-action@cdb57ab6ff8862aa09fee2be6ba77a59581921c2 # v2.0.0
|
|
||||||
if: ${{ steps.checkout.outcome == 'success' && failure() && steps.update_branch.conclusion == 'failure' }}
|
|
||||||
with:
|
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
title: Failed to update nextcloud/ocp package on branch ${{ matrix.branches }}
|
|
||||||
body: Please check the output of the GitHub action and manually resolve the issues<br>${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}<br>${{ steps.codeowners.outputs.codeowners }}
|
|
||||||
|
|
||||||
- name: Composer update nextcloud/ocp
|
- name: Composer update nextcloud/ocp
|
||||||
id: update_main
|
if: matrix.branches == 'main'
|
||||||
if: ${{ steps.checkout.outcome == 'success' && matrix.branches == 'main' }}
|
|
||||||
run: composer require --dev nextcloud/ocp:dev-master
|
run: composer require --dev nextcloud/ocp:dev-master
|
||||||
|
|
||||||
- name: Raise on issue on failure
|
|
||||||
uses: dacbd/create-issue-action@cdb57ab6ff8862aa09fee2be6ba77a59581921c2 # v2.0.0
|
|
||||||
if: ${{ steps.checkout.outcome == 'success' && failure() && steps.update_main.conclusion == 'failure' }}
|
|
||||||
with:
|
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
title: Failed to update nextcloud/ocp package on branch ${{ matrix.branches }}
|
|
||||||
body: Please check the output of the GitHub action and manually resolve the issues<br>${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}<br>${{ steps.codeowners.outputs.codeowners }}
|
|
||||||
|
|
||||||
- name: Reset checkout 3rdparty
|
- name: Reset checkout 3rdparty
|
||||||
if: steps.checkout.outcome == 'success'
|
|
||||||
run: |
|
run: |
|
||||||
git clean -f 3rdparty
|
git clean -f 3rdparty
|
||||||
git checkout 3rdparty
|
git checkout 3rdparty
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Reset checkout vendor
|
- name: Reset checkout vendor
|
||||||
if: steps.checkout.outcome == 'success'
|
|
||||||
run: |
|
run: |
|
||||||
git clean -f vendor
|
git clean -f vendor
|
||||||
git checkout vendor
|
git checkout vendor
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Reset checkout vendor-bin
|
- name: Reset checkout vendor-bin
|
||||||
if: steps.checkout.outcome == 'success'
|
|
||||||
run: |
|
run: |
|
||||||
git clean -f vendor-bin
|
git clean -f vendor-bin
|
||||||
git checkout vendor-bin
|
git checkout vendor-bin
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
if: steps.checkout.outcome == 'success'
|
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v3
|
||||||
uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v3
|
|
||||||
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"
|
||||||
|
|||||||
56
CHANGELOG.md
56
CHANGELOG.md
@@ -1,63 +1,35 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## 1.13.1
|
## 1.12.0-beta.5
|
||||||
### Fixed
|
|
||||||
- fix: Adjust dependencies to fix filepicker #6038
|
|
||||||
- Fix npm audit #6028
|
|
||||||
- Fix npm audit #6001
|
|
||||||
- fix: Avoid optional before required parameter #5820
|
|
||||||
- fix: permission check for cloning board #5853
|
|
||||||
|
|
||||||
## 1.13.0
|
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- feat: Rename to teams @juliushaertl [#5611](https://github.com/nextcloud/deck/pull/5611)
|
- Keyboard shortcuts [#5358](https://github.com/nextcloud/deck/pull/5358)
|
||||||
- feat: Implement a team resource provider @juliushaertl [#5625](https://github.com/nextcloud/deck/pull/5625)
|
|
||||||
- Interactive board widget @juliushaertl [#5630](https://github.com/nextcloud/deck/pull/5630)
|
|
||||||
- introduce done and open filters @grnd-alt [#5488](https://github.com/nextcloud/deck/pull/5488)
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- fixed sorting for upcoming cards @elzody [#5493](https://github.com/nextcloud/deck/pull/5493)
|
- fix: allow null label colors in trello json importer [#5355](https://github.com/nextcloud/deck/pull/5355)
|
||||||
- fix(PermissionService#getPermissions): Catch exceptions from getBoard method @marcelklehr [#5542](https://github.com/nextcloud/deck/pull/5542)
|
- fix: Get proper rich object for card actions [#5352](https://github.com/nextcloud/deck/pull/5352)
|
||||||
- fix(activity): Fix permission checks when rendering activities in bac… @nickvergessen [#5533](https://github.com/nextcloud/deck/pull/5533)
|
|
||||||
- fix: Safeguard sync requests to hopefully not spam then server @juliushaertl [#5590](https://github.com/nextcloud/deck/pull/5590)
|
|
||||||
- fix: card move dialog auto close @luka-nextcloud [#5537](https://github.com/nextcloud/deck/pull/5537)
|
|
||||||
- fix: Avoid conflicts on deck attachments folder name @juliushaertl [#5703](https://github.com/nextcloud/deck/pull/5703)
|
|
||||||
- fix: Adapt NcAppSidebar props to new version @backportbot[bot] [#5768](https://github.com/nextcloud/deck/pull/5768)
|
|
||||||
- Fix tags' display when they are numerous @backportbot[bot] [#5727](https://github.com/nextcloud/deck/pull/5727)
|
|
||||||
- Clarify config file not found exception message @backportbot[bot] [#5724](https://github.com/nextcloud/deck/pull/5724)
|
|
||||||
|
|
||||||
### Other
|
### Dependencies
|
||||||
|
|
||||||
- chore(CI): Adjust testing matrix for Nextcloud 29 on stable29 @nickvergessen [#5711](https://github.com/nextcloud/deck/pull/5711)
|
- Update nextcloud/ocp dependency @nextcloud-command [#5343](https://github.com/nextcloud/deck/pull/5343)
|
||||||
|
- Chore(deps): Bump @babel/runtime from 7.23.4 to 7.23.5 @dependabot[bot] [#5338](https://github.com/nextcloud/deck/pull/5338)
|
||||||
|
|
||||||
## 1.13.0-beta.1
|
|
||||||
|
## 1.12.0-beta.4
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- feat: Rename to teams @juliushaertl [#5611](https://github.com/nextcloud/deck/pull/5611)
|
- scroll board by dragging @shoetten [#5293](https://github.com/nextcloud/deck/pull/5293)
|
||||||
- feat: Implement a team resource provider @juliushaertl [#5625](https://github.com/nextcloud/deck/pull/5625)
|
|
||||||
- Interactive board widget @juliushaertl [#5630](https://github.com/nextcloud/deck/pull/5630)
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fix deleted card/board issues @juliushaertl [#5423](https://github.com/nextcloud/deck/pull/5423)
|
- fix: Use text content as result for comments @juliushaertl [#5294](https://github.com/nextcloud/deck/pull/5294)
|
||||||
- Fixing #5451 @mintsoft [#5455](https://github.com/nextcloud/deck/pull/5455)
|
- fix: Bring back due date indicator to compact mode @juliushaertl [#5292](https://github.com/nextcloud/deck/pull/5292)
|
||||||
- fix: Add debounce to update due date @juliushaertl [#5458](https://github.com/nextcloud/deck/pull/5458)
|
- Fix small issues around delete/undo @juliushaertl [#5296](https://github.com/nextcloud/deck/pull/5296)
|
||||||
- fix(done): Mark card as undone when updating card @stefan-niedermann [#5491](https://github.com/nextcloud/deck/pull/5491)
|
- fix(controls): use primary when filter is active @fitrahfm [#5299](https://github.com/nextcloud/deck/pull/5299)
|
||||||
- fixed sorting for upcoming cards @elzody [#5493](https://github.com/nextcloud/deck/pull/5493)
|
|
||||||
- fix(PermissionService#getPermissions): Catch exceptions from getBoard method @marcelklehr [#5542](https://github.com/nextcloud/deck/pull/5542)
|
|
||||||
- fix(activity): Fix permission checks when rendering activities in bac… @nickvergessen [#5533](https://github.com/nextcloud/deck/pull/5533)
|
|
||||||
- fix: Safeguard sync requests to hopefully not spam then server @juliushaertl [#5590](https://github.com/nextcloud/deck/pull/5590)
|
|
||||||
- fix: card move dialog auto close @luka-nextcloud [#5537](https://github.com/nextcloud/deck/pull/5537)
|
|
||||||
- also filter by storage when getting shares in folder @icewind1991 [#5452](https://github.com/nextcloud/deck/pull/5452)
|
|
||||||
|
|
||||||
### Other
|
|
||||||
|
|
||||||
- fix(i18n): Improved wording @rakekniven [#5496](https://github.com/nextcloud/deck/pull/5496)
|
|
||||||
|
|
||||||
## 1.12.0-beta.3
|
## 1.12.0-beta.3
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
- 🚀 Get your project organized
|
- 🚀 Get your project organized
|
||||||
|
|
||||||
</description>
|
</description>
|
||||||
<version>1.13.1</version>
|
<version>1.12.0-beta.5</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author>Julius Härtl</author>
|
<author>Julius Härtl</author>
|
||||||
<documentation>
|
<documentation>
|
||||||
@@ -38,7 +38,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="29" max-version="29"/>
|
<nextcloud min-version="28" max-version="28"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<background-jobs>
|
<background-jobs>
|
||||||
<job>OCA\Deck\Cron\DeleteCron</job>
|
<job>OCA\Deck\Cron\DeleteCron</job>
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
"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-stable29",
|
"nextcloud/ocp": "dev-stable28",
|
||||||
"psalm/phar": "^5.13"
|
"psalm/phar": "^5.13"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
@@ -39,8 +39,7 @@
|
|||||||
"@test:integration"
|
"@test:integration"
|
||||||
],
|
],
|
||||||
"test:unit": "vendor/bin/phpunit -c tests/phpunit.xml",
|
"test:unit": "vendor/bin/phpunit -c tests/phpunit.xml",
|
||||||
"test:integration": "vendor/bin/phpunit -c tests/phpunit.integration.xml",
|
"test:integration": "vendor/bin/phpunit -c tests/phpunit.integration.xml && cd tests/integration && ./run.sh"
|
||||||
"test:api": "cd tests/integration && ./run.sh"
|
|
||||||
},
|
},
|
||||||
"autoload-dev": {
|
"autoload-dev": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|||||||
530
composer.lock
generated
530
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -69,13 +69,11 @@ describe('Card', function() {
|
|||||||
.first().click()
|
.first().click()
|
||||||
cy.get('.modal-mask.card-selector .card-title').should('be.visible').click().type(newCardTitle)
|
cy.get('.modal-mask.card-selector .card-title').should('be.visible').click().type(newCardTitle)
|
||||||
cy.get('.modal-mask.card-selector .multiselect-board').should('be.visible').click()
|
cy.get('.modal-mask.card-selector .multiselect-board').should('be.visible').click()
|
||||||
cy.get('.vs__dropdown-menu [data-cy="board-select-title"]:contains("' + boardData.title + '")').should('be.visible').click()
|
cy.get('.modal-mask.card-selector .multiselect-board li:contains("' + boardData.title + '")').should('be.visible').click()
|
||||||
|
|
||||||
cy.wait('@getBoard', { timeout: 7000 })
|
cy.wait('@getBoard', { timeout: 7000 })
|
||||||
|
|
||||||
cy.get('.modal-mask.card-selector .multiselect-list').should('be.visible').click()
|
cy.get('.modal-mask.card-selector .multiselect-list').should('be.visible').click()
|
||||||
cy.get('.vs__dropdown-menu span[title="TestList"]').should('be.visible').click()
|
cy.get('.modal-mask.card-selector .multiselect-list li').eq(0).should('be.visible').click()
|
||||||
|
|
||||||
cy.get('.modal-mask.card-selector button.button-vue--vue-primary').should('be.visible').click()
|
cy.get('.modal-mask.card-selector button.button-vue--vue-primary').should('be.visible').click()
|
||||||
cy.wait('@save', { timeout: 7000 })
|
cy.wait('@save', { timeout: 7000 })
|
||||||
|
|
||||||
@@ -103,13 +101,13 @@ describe('Card', function() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
cy.get('.modal__card').should('be.visible')
|
cy.get('.modal__card').should('be.visible')
|
||||||
cy.get('.app-sidebar-header__mainname').contains('Hello world')
|
cy.get('.app-sidebar-header__maintitle').contains('Hello world')
|
||||||
})
|
})
|
||||||
|
|
||||||
it('Attachment from files app', () => {
|
it('Attachment from files app', () => {
|
||||||
cy.get('.card:contains("Hello world")').should('be.visible').click()
|
cy.get('.card:contains("Hello world")').should('be.visible').click()
|
||||||
cy.get('.modal__card').should('be.visible')
|
cy.get('.modal__card').should('be.visible')
|
||||||
cy.get('#tab-button-attachments').click()
|
cy.get('.app-sidebar-tabs__tab [data-id="attachments"]').click()
|
||||||
cy.get('button.icon-upload').should('be.visible')
|
cy.get('button.icon-upload').should('be.visible')
|
||||||
cy.get('button.icon-folder').should('be.visible')
|
cy.get('button.icon-folder').should('be.visible')
|
||||||
.click()
|
.click()
|
||||||
@@ -120,11 +118,11 @@ describe('Card', function() {
|
|||||||
cy.get('.attachment-list .basename').contains('welcome.txt')
|
cy.get('.attachment-list .basename').contains('welcome.txt')
|
||||||
})
|
})
|
||||||
|
|
||||||
it.only('Shows the modal with the editor', () => {
|
it('Shows the modal with the editor', () => {
|
||||||
cy.get('.card:contains("Hello world")').should('be.visible').click()
|
cy.get('.card:contains("Hello world")').should('be.visible').click()
|
||||||
cy.intercept({ method: 'PUT', url: '**/apps/deck/cards/*' }).as('save')
|
cy.intercept({ method: 'PUT', url: '**/apps/deck/cards/*' }).as('save')
|
||||||
cy.get('.modal__card').should('be.visible')
|
cy.get('.modal__card').should('be.visible')
|
||||||
cy.get('.app-sidebar-header__mainname').contains('Hello world')
|
cy.get('.app-sidebar-header__maintitle').contains('Hello world')
|
||||||
cy.get('.modal__card .ProseMirror h1').contains('Hello world').should('be.visible')
|
cy.get('.modal__card .ProseMirror h1').contains('Hello world').should('be.visible')
|
||||||
cy.get('.modal__card .ProseMirror h1')
|
cy.get('.modal__card .ProseMirror h1')
|
||||||
.click()
|
.click()
|
||||||
@@ -231,13 +229,20 @@ describe('Card', function() {
|
|||||||
cy.get(`.card:contains("${newCardTitle}")`).should('be.visible').click()
|
cy.get(`.card:contains("${newCardTitle}")`).should('be.visible').click()
|
||||||
|
|
||||||
cy.get('#app-sidebar-vue [data-test="tag-selector"]').should('be.visible').click()
|
cy.get('#app-sidebar-vue [data-test="tag-selector"]').should('be.visible').click()
|
||||||
cy.get('.vs__dropdown-menu .tag:contains("Action needed")').should('be.visible').click()
|
cy.get('.multiselect__option:contains("Action needed")').should('be.visible').click()
|
||||||
cy.get('.vs__selected .tag:contains("Action needed")').should('be.visible')
|
|
||||||
cy.get('.vs__dropdown-menu .tag:contains("Later")').should('be.visible').click()
|
|
||||||
|
|
||||||
cy.get('.vs__selected .tag:contains("Action needed")').should('be.visible')
|
cy.get('[data-test="tag-selector"] .selector-wrapper--icon').click()
|
||||||
cy.get('.vs__selected .tag:contains("Action needed")')
|
cy.get('.multiselect__option:contains("Action needed")').should('not.be.visible')
|
||||||
.parent().find('button').click()
|
|
||||||
|
cy.get('[data-test="tag-selector"] .multiselect__tags .tag:contains("Action needed")')
|
||||||
|
.should('be.visible')
|
||||||
|
|
||||||
|
cy.get(`.card:contains("${newCardTitle}")`).find('.labels li:contains("Action needed")')
|
||||||
|
.should('be.visible')
|
||||||
|
|
||||||
|
cy.get('#app-sidebar-vue [data-test="tag-selector"]').should('be.visible').click()
|
||||||
|
cy.get('.multiselect__option:contains("Later")').should('be.visible').click()
|
||||||
|
cy.get('.multiselect__option:contains("Action needed")').should('be.visible').click()
|
||||||
|
|
||||||
cy.get(`.card:contains("${newCardTitle}")`).find('.labels li:contains("Later")')
|
cy.get(`.card:contains("${newCardTitle}")`).find('.labels li:contains("Later")')
|
||||||
.should('be.visible')
|
.should('be.visible')
|
||||||
|
|||||||
@@ -38,10 +38,7 @@ describe('Board', function() {
|
|||||||
cy.get('.board-title').contains(board.title)
|
cy.get('.board-title').contains(board.title)
|
||||||
|
|
||||||
cy.shareBoardWithUi(recipient.userId)
|
cy.shareBoardWithUi(recipient.userId)
|
||||||
|
|
||||||
cy.intercept({ method: 'PUT', url: '**/apps/deck/boards/*/acl/*' }).as('setAcl')
|
|
||||||
cy.get(`[data-cy="acl-participant:${recipient.userId}"]`).find('[data-cy="action:permission-edit"]').click()
|
cy.get(`[data-cy="acl-participant:${recipient.userId}"]`).find('[data-cy="action:permission-edit"]').click()
|
||||||
cy.wait('@setAcl')
|
|
||||||
|
|
||||||
cy.login(recipient)
|
cy.login(recipient)
|
||||||
cy.visit(`/apps/deck/#/board/${boardId}`)
|
cy.visit(`/apps/deck/#/board/${boardId}`)
|
||||||
|
|||||||
@@ -107,14 +107,11 @@ Cypress.Commands.add('getNavigationEntry', (boardTitle) => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
Cypress.Commands.add('shareBoardWithUi', (userId) => {
|
Cypress.Commands.add('shareBoardWithUi', (userId) => {
|
||||||
cy.intercept({ method: 'GET', url: `**/ocs/v2.php/apps/files_sharing/api/v1/sharees?search=${userId}*` }).as('fetchRecipients')
|
|
||||||
cy.get('[aria-label="Open details"]').click()
|
cy.get('[aria-label="Open details"]').click()
|
||||||
cy.get('.app-sidebar').should('be.visible')
|
cy.get('.app-sidebar').should('be.visible')
|
||||||
cy.get('.select input').type(`${userId}`)
|
cy.get('.multiselect__input').type(`${userId}`)
|
||||||
cy.wait('@fetchRecipients', { timeout: 7000 })
|
cy.get('.multiselect__content .multiselect__element').first().contains(userId)
|
||||||
|
cy.get('.multiselect__input').type('{enter}')
|
||||||
cy.get('.vs__dropdown-menu .option').first().contains(userId)
|
|
||||||
cy.get('.select input').type('{enter}')
|
|
||||||
|
|
||||||
cy.get('.shareWithList').contains(userId)
|
cy.get('.shareWithList').contains(userId)
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
import './commands.js'
|
import './commands.js'
|
||||||
|
|
||||||
Cypress.on('uncaught:exception', (err) => {
|
Cypress.on('uncaught:exception', (err) => {
|
||||||
return !err.message.includes('ResizeObserver loop limit exceeded') && !err.message.includes('ResizeObserver loop completed with undelivered notifications')
|
return !err.message.includes('ResizeObserver loop limit exceeded')
|
||||||
})
|
})
|
||||||
|
|
||||||
// Alternatively you can use CommonJS syntax:
|
// Alternatively you can use CommonJS syntax:
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewBox="0 0 16 16">
|
|
||||||
<g fill="currentColor">
|
|
||||||
<rect ry="1" height="8" width="14" y="7" x="1"/>
|
|
||||||
<rect ry=".5" height="1" width="12" y="5" x="2"/>
|
|
||||||
<rect ry=".5" height="1" width="10" y="3" x="3"/>
|
|
||||||
<rect ry=".5" height="1" width="8" y="1" x="4"/>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 372 B |
@@ -14,8 +14,6 @@ OC.L10N.register(
|
|||||||
"A PHP extension stopped the file upload" : "’n PHP-uitbreiding het die oplaai gestaak",
|
"A PHP extension stopped the file upload" : "’n PHP-uitbreiding het die oplaai gestaak",
|
||||||
"Cancel" : "Kanselleer",
|
"Cancel" : "Kanselleer",
|
||||||
"File already exists" : "Lêer bestaan reeds",
|
"File already exists" : "Lêer bestaan reeds",
|
||||||
"Open" : "Open",
|
|
||||||
"Completed" : "Voltooid",
|
|
||||||
"Open details" : "Open besonderhede",
|
"Open details" : "Open besonderhede",
|
||||||
"Details" : "Besonderhede",
|
"Details" : "Besonderhede",
|
||||||
"Tags" : "Etikette",
|
"Tags" : "Etikette",
|
||||||
@@ -34,17 +32,16 @@ OC.L10N.register(
|
|||||||
"Update" : "Werk by",
|
"Update" : "Werk by",
|
||||||
"Created:" : "Geskep:",
|
"Created:" : "Geskep:",
|
||||||
"Description" : "Beskrywing",
|
"Description" : "Beskrywing",
|
||||||
|
"Completed" : "Voltooid",
|
||||||
"Select Date" : "Kies Datum",
|
"Select Date" : "Kies Datum",
|
||||||
"seconds ago" : "sekondes gelede",
|
"seconds ago" : "sekondes gelede",
|
||||||
"Keyboard shortcuts" : "Sneltoetse",
|
|
||||||
"Keyboard shortcut" : "Snelsleutel",
|
|
||||||
"Search" : "Soek",
|
|
||||||
"Shared with you" : "Met u gedeel",
|
"Shared with you" : "Met u gedeel",
|
||||||
"No notifications" : "Geen kennisgewings",
|
"No notifications" : "Geen kennisgewings",
|
||||||
"An error occurred" : "'n Fout het voorgekom",
|
"An error occurred" : "'n Fout het voorgekom",
|
||||||
"Today" : "Vandag",
|
"Today" : "Vandag",
|
||||||
"Tomorrow" : "Môre",
|
"Tomorrow" : "Môre",
|
||||||
"Close" : "Sluit",
|
"Close" : "Sluit",
|
||||||
"Share" : "Deel"
|
"Share" : "Deel",
|
||||||
|
"Due date" : "Sperdatum"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -12,8 +12,6 @@
|
|||||||
"A PHP extension stopped the file upload" : "’n PHP-uitbreiding het die oplaai gestaak",
|
"A PHP extension stopped the file upload" : "’n PHP-uitbreiding het die oplaai gestaak",
|
||||||
"Cancel" : "Kanselleer",
|
"Cancel" : "Kanselleer",
|
||||||
"File already exists" : "Lêer bestaan reeds",
|
"File already exists" : "Lêer bestaan reeds",
|
||||||
"Open" : "Open",
|
|
||||||
"Completed" : "Voltooid",
|
|
||||||
"Open details" : "Open besonderhede",
|
"Open details" : "Open besonderhede",
|
||||||
"Details" : "Besonderhede",
|
"Details" : "Besonderhede",
|
||||||
"Tags" : "Etikette",
|
"Tags" : "Etikette",
|
||||||
@@ -32,17 +30,16 @@
|
|||||||
"Update" : "Werk by",
|
"Update" : "Werk by",
|
||||||
"Created:" : "Geskep:",
|
"Created:" : "Geskep:",
|
||||||
"Description" : "Beskrywing",
|
"Description" : "Beskrywing",
|
||||||
|
"Completed" : "Voltooid",
|
||||||
"Select Date" : "Kies Datum",
|
"Select Date" : "Kies Datum",
|
||||||
"seconds ago" : "sekondes gelede",
|
"seconds ago" : "sekondes gelede",
|
||||||
"Keyboard shortcuts" : "Sneltoetse",
|
|
||||||
"Keyboard shortcut" : "Snelsleutel",
|
|
||||||
"Search" : "Soek",
|
|
||||||
"Shared with you" : "Met u gedeel",
|
"Shared with you" : "Met u gedeel",
|
||||||
"No notifications" : "Geen kennisgewings",
|
"No notifications" : "Geen kennisgewings",
|
||||||
"An error occurred" : "'n Fout het voorgekom",
|
"An error occurred" : "'n Fout het voorgekom",
|
||||||
"Today" : "Vandag",
|
"Today" : "Vandag",
|
||||||
"Tomorrow" : "Môre",
|
"Tomorrow" : "Môre",
|
||||||
"Close" : "Sluit",
|
"Close" : "Sluit",
|
||||||
"Share" : "Deel"
|
"Share" : "Deel",
|
||||||
|
"Due date" : "Sperdatum"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -17,7 +17,6 @@ OC.L10N.register(
|
|||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Download" : "Escargar",
|
"Download" : "Escargar",
|
||||||
"Modified" : "Modificau",
|
"Modified" : "Modificau",
|
||||||
"Search" : "Buscar",
|
|
||||||
"Today" : "Hue",
|
"Today" : "Hue",
|
||||||
"Close" : "Zarrar",
|
"Close" : "Zarrar",
|
||||||
"Share" : "Compartir"
|
"Share" : "Compartir"
|
||||||
|
|||||||
@@ -15,7 +15,6 @@
|
|||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Download" : "Escargar",
|
"Download" : "Escargar",
|
||||||
"Modified" : "Modificau",
|
"Modified" : "Modificau",
|
||||||
"Search" : "Buscar",
|
|
||||||
"Today" : "Hue",
|
"Today" : "Hue",
|
||||||
"Close" : "Zarrar",
|
"Close" : "Zarrar",
|
||||||
"Share" : "Compartir"
|
"Share" : "Compartir"
|
||||||
|
|||||||
100
l10n/ar.js
100
l10n/ar.js
@@ -39,8 +39,8 @@ OC.L10N.register(
|
|||||||
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} لديه بطاقة غير مؤرشفة {card} في القائمة {stack} على اللوح {board}",
|
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} لديه بطاقة غير مؤرشفة {card} في القائمة {stack} على اللوح {board}",
|
||||||
"You have marked the card {card} as done in list {stack} on board {board}" : "لقد قُمت بتمييز البطاقة {card} باعتبارها \"منتهية\" في القائمة {stack} على اللوح {board}",
|
"You have marked the card {card} as done in list {stack} on board {board}" : "لقد قُمت بتمييز البطاقة {card} باعتبارها \"منتهية\" في القائمة {stack} على اللوح {board}",
|
||||||
"{user} has marked card {card} as done in list {stack} on board {board}" : "قام المستخدِم {user} بتمييز البطاقة {card} باعتبارها \"منتهية\" في القائمة {stack} على اللوح {board}",
|
"{user} has marked card {card} as done in list {stack} on board {board}" : "قام المستخدِم {user} بتمييز البطاقة {card} باعتبارها \"منتهية\" في القائمة {stack} على اللوح {board}",
|
||||||
"You have marked the card {card} as undone in list {stack} on board {board}" : "لقد قُمت بتمييز البطاقة {card} باعتبارها \"غير منتهية\" في القائمة {stack} على اللوحة {board}",
|
"You have marked the card {card} as undone in list {stack} on board {board}" : "لقد قُمت بتمييز البطاقة {card} باعتبارها \"غير منتهية\" في القائمة {stack} على اللوح {board}",
|
||||||
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "قام المستخدِم {user} بتمييز البطاقة {card} باعتبارها \"غير منتهية\" في القائمة {stack} على اللوحة {board}",
|
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "قام المستخدِم {user} بتمييز البطاقة {card} باعتبارها \"غير منتهية\" في القائمة {stack} على اللوح {board}",
|
||||||
"You have removed the due date of card {card}" : "قمت بإزالة التاريخ المحدد من البطاقة {card}",
|
"You have removed the due date of card {card}" : "قمت بإزالة التاريخ المحدد من البطاقة {card}",
|
||||||
"{user} has removed the due date of card {card}" : "{user} قام بإزالة التاريخ المحدد من البطاقة {card}",
|
"{user} has removed the due date of card {card}" : "{user} قام بإزالة التاريخ المحدد من البطاقة {card}",
|
||||||
"You have set the due date of card {card} to {after}" : "قمت بتعيين التاريخ المحدد للبطاقة {card} إلى {after}",
|
"You have set the due date of card {card} to {after}" : "قمت بتعيين التاريخ المحدد للبطاقة {card} إلى {after}",
|
||||||
@@ -69,7 +69,7 @@ OC.L10N.register(
|
|||||||
"{user} has commented on card {card}" : "{مستخدم} علق على بطاقة {بطاقة}",
|
"{user} has commented on card {card}" : "{مستخدم} علق على بطاقة {بطاقة}",
|
||||||
"Deck" : "Deck",
|
"Deck" : "Deck",
|
||||||
"Changes in the <strong>Deck app</strong>" : "تغييرات في <strong>تطبيق Deck</strong> ",
|
"Changes in the <strong>Deck app</strong>" : "تغييرات في <strong>تطبيق Deck</strong> ",
|
||||||
"A <strong>board, list or card</strong> was changed" : "تمّ تغيير <strong>لوحة board أو قائمة list أو بطاقة card </strong>.",
|
"A <strong>board, list or card</strong> was changed" : "تمّ تغيير <strong>لوح board أو قائمة list أو بطاقة card </strong>.",
|
||||||
"A <strong>comment</strong> was created on a card" : "<strong>تعليق</strong> تم إنشاؤه على بطاقة",
|
"A <strong>comment</strong> was created on a card" : "<strong>تعليق</strong> تم إنشاؤه على بطاقة",
|
||||||
"A <strong>card description</strong> has been changed" : "تمّ تغيير <strong>وصف بطاقة</strong>.",
|
"A <strong>card description</strong> has been changed" : "تمّ تغيير <strong>وصف بطاقة</strong>.",
|
||||||
"Cards due today" : "البطاقات المستحقة اليوم",
|
"Cards due today" : "البطاقات المستحقة اليوم",
|
||||||
@@ -85,14 +85,14 @@ OC.L10N.register(
|
|||||||
"{user} has mentioned you in a comment on {deck-card}." : "{user} أشار إليك في تعليق على {deck-card}",
|
"{user} has mentioned you in a comment on {deck-card}." : "{user} أشار إليك في تعليق على {deck-card}",
|
||||||
"The board \"%s\" has been shared with you by %s." : "تمت مشاركة اللوح \"%s\" معك من قبل %s.",
|
"The board \"%s\" has been shared with you by %s." : "تمت مشاركة اللوح \"%s\" معك من قبل %s.",
|
||||||
"{user} has shared {deck-board} with you." : "{user} قام بمشاركة {deck-board} معك.",
|
"{user} has shared {deck-board} with you." : "{user} قام بمشاركة {deck-board} معك.",
|
||||||
"Deck board" : "رُقعة اللوحات Deck board",
|
"Deck board" : "لوح Deck",
|
||||||
"Owned by %1$s" : "يملكها %1$s",
|
"Owned by %1$s" : "يملكها %1$s",
|
||||||
"Deck boards, cards and comments" : "رُقعة اللوحات و البطاقات و الملاحظات",
|
"Deck boards, cards and comments" : "ألواح الرٌّقعة و البطاقات و الملاحظات",
|
||||||
"From %1$s, in %2$s/%3$s, owned by %4$s" : " من %1$s، في %2$s/%3$s، يملكها %4$s",
|
"From %1$s, in %2$s/%3$s, owned by %4$s" : " من %1$s، في %2$s/%3$s، يملكها %4$s",
|
||||||
"Create a new deck card" : "إنشاء بطاقة deck card جديدة",
|
"Create a new deck card" : "إنشاء كَدْسَة بطاقات deck card جديدة",
|
||||||
"Card comments" : "تعليقات البطاقة ",
|
"Card comments" : "تعليقات البطاقة ",
|
||||||
"%s on %s" : "%s على %s",
|
"%s on %s" : "%s على %s",
|
||||||
"Deck boards and cards" : "رُقَع اللوحات و البطاقات",
|
"Deck boards and cards" : "ألواح الرُّقعة و البطاقات",
|
||||||
"No data was provided to create an attachment." : "لا بيانات تم تقديمها لانشاء مرفق",
|
"No data was provided to create an attachment." : "لا بيانات تم تقديمها لانشاء مرفق",
|
||||||
"Finished" : "اكتمل",
|
"Finished" : "اكتمل",
|
||||||
"To review" : "لإعادة المراجعة",
|
"To review" : "لإعادة المراجعة",
|
||||||
@@ -119,18 +119,14 @@ 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" : "التخطيط الشخصي و تنظيم مشروع الفريق",
|
||||||
"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- 🚀 حافظ على مشروعك مُنسّقاً باستمرار.",
|
||||||
"Add board" : "إضافة لوح",
|
"Add board" : "إضافة لوح",
|
||||||
"Select the board to link to a project" : "تحديد اللوح لربطه بمشروع",
|
"Select the board to link to a project" : "تحديد اللوح لربطه بمشروع",
|
||||||
"Search by board title" : "بحث بواسطة عنوان اللوح",
|
"Search by board title" : "بحث بواسطة عنوان اللوح",
|
||||||
"Select board" : "حدد لوح",
|
"Select board" : "حدد لوح",
|
||||||
"Move card to another board" : "حرك البطاقة الى لوح اخر",
|
|
||||||
"Select a board" : "حدد لوح",
|
"Select a board" : "حدد لوح",
|
||||||
"No lists available" : "لا يوجد قائمة متاحه ",
|
|
||||||
"Select a list" : "اختر قائمة ",
|
|
||||||
"Move card" : "حرك البطاقة",
|
|
||||||
"Cancel" : "إلغاء",
|
|
||||||
"Select a card" : "حدد بطاقة",
|
"Select a card" : "حدد بطاقة",
|
||||||
|
"Cancel" : "إلغاء",
|
||||||
"Select the card to link to a project" : "حدد البطاقة لربطها بمشروع",
|
"Select the card to link to a project" : "حدد البطاقة لربطها بمشروع",
|
||||||
"Link to card" : "اربط بطاقة",
|
"Link to card" : "اربط بطاقة",
|
||||||
"File already exists" : "الملف موجود مسبقاً",
|
"File already exists" : "الملف موجود مسبقاً",
|
||||||
@@ -149,10 +145,6 @@ OC.L10N.register(
|
|||||||
"Filter by tag" : "تصفية بواسطة الوسم",
|
"Filter by tag" : "تصفية بواسطة الوسم",
|
||||||
"Filter by assigned user" : "تصفية بواسطة المستخدم الموكل اليه",
|
"Filter by assigned user" : "تصفية بواسطة المستخدم الموكل اليه",
|
||||||
"Unassigned" : "غير معيين ",
|
"Unassigned" : "غير معيين ",
|
||||||
"Filter by status" : "فلترة بحسب الحالة",
|
|
||||||
"Open and completed" : "مفتوحة و منجزة",
|
|
||||||
"Open" : "إفتح",
|
|
||||||
"Completed" : "مُكتمل",
|
|
||||||
"Filter by due date" : "تصفية بواسطة تاريخ الإنجاز",
|
"Filter by due date" : "تصفية بواسطة تاريخ الإنجاز",
|
||||||
"Overdue" : "تأخر",
|
"Overdue" : "تأخر",
|
||||||
"Next 24 hours" : "ال 24 ساعة القادمة",
|
"Next 24 hours" : "ال 24 ساعة القادمة",
|
||||||
@@ -172,6 +164,7 @@ OC.L10N.register(
|
|||||||
"Currently present people" : "أشخاص معروضون حاليّاً",
|
"Currently present people" : "أشخاص معروضون حاليّاً",
|
||||||
"Loading board" : "جارِ تحميل اللوح..",
|
"Loading board" : "جارِ تحميل اللوح..",
|
||||||
"Board not found" : "اللوح غير موجود",
|
"Board not found" : "اللوح غير موجود",
|
||||||
|
"No lists available" : "لا يوجد قائمة متاحه ",
|
||||||
"Create a new list to add cards to this board" : "إنشاء قائمة جديدة لإضافة البطاقات على هذا اللوح",
|
"Create a new list to add cards to this board" : "إنشاء قائمة جديدة لإضافة البطاقات على هذا اللوح",
|
||||||
"Sharing" : "المشاركة",
|
"Sharing" : "المشاركة",
|
||||||
"Tags" : "الوسوم",
|
"Tags" : "الوسوم",
|
||||||
@@ -180,23 +173,23 @@ OC.L10N.register(
|
|||||||
"Deleted lists" : "القوائم المحذوفة",
|
"Deleted lists" : "القوائم المحذوفة",
|
||||||
"Undo" : "تراجع",
|
"Undo" : "تراجع",
|
||||||
"Deleted cards" : "البطاقات المحذوفة",
|
"Deleted cards" : "البطاقات المحذوفة",
|
||||||
"Share board with a user, group or team …" : "مشاركة اللوحة مع مستخدِم او مجموعة أو فريق ...",
|
"Share board with a user, group or circle …" : "مشاركة اللوح مع مستخدم،مجموعة أو دائرة ..",
|
||||||
"Searching for users, groups and teams …" : "البحث عن مستخدِمين، أو مجموعات، أو فِرَق",
|
"Searching for users, groups and circles …" : "ابحث عن أعضاء، مجموعات أو حلقات ...",
|
||||||
"No participants found" : "لم يتم العثور على مشاركين",
|
"No participants found" : "لم يتم العثور على مشاركين",
|
||||||
"Board owner" : "منشئ اللوح",
|
"Board owner" : "منشئ اللوح",
|
||||||
"(Group)" : "(مجموعة)",
|
"(Group)" : "(مجموعة)",
|
||||||
"(Team)" : "(الفريق)",
|
"(Circle)" : "(دائرة)",
|
||||||
"Can edit" : "يمكن تعديله",
|
"Can edit" : "يمكن تعديله",
|
||||||
"Can share" : "يمكن مشاركته",
|
"Can share" : "يمكن مشاركته",
|
||||||
"Can manage" : "يمكن إدارته",
|
"Can manage" : "يمكن إدارته",
|
||||||
"Owner" : "المالك",
|
"Owner" : "المالك",
|
||||||
"Delete" : "حذف ",
|
"Delete" : "حذف ",
|
||||||
"Failed to create share with {displayName}" : "فشل في إنشاء المشاركة مع {displayName}",
|
"Failed to create share with {displayName}" : "فشل في إنشاء المشاركة مع {displayName}",
|
||||||
"Are you sure you want to transfer the board {title} to {user}?" : "هل أنت متأكد أنك تريد نقل اللوحة {title} إلى {user} ؟",
|
"Are you sure you want to transfer the board {title} to {user}?" : "هل أنت متأكد أنك تريد نقل اللوح {title} إلى {user} ؟",
|
||||||
"Transfer the board." : "نقل اللوحة.",
|
"Transfer the board." : "نقل اللوح.",
|
||||||
"Transfer" : "نقل",
|
"Transfer" : "نقل",
|
||||||
"The board has been transferred to {user}" : "تمّ نقل اللوحة إلى {user}",
|
"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" : "تراجع عن أرشفة كل البطاقات",
|
||||||
@@ -211,9 +204,8 @@ OC.L10N.register(
|
|||||||
"title and color value must be provided" : "العنوان و قيمة اللون يجب تقديمها ",
|
"title and color value must be provided" : "العنوان و قيمة اللون يجب تقديمها ",
|
||||||
"Board name" : "اسم اللوح",
|
"Board name" : "اسم اللوح",
|
||||||
"Members" : "الاعضاء",
|
"Members" : "الاعضاء",
|
||||||
"Assign to users/groups/team" : "إسناد إلى مستخدِمين/مجموعات/فِرَق",
|
"Assign to users/groups/circles" : "انسب الى المستخدمين،المجموعات،الدوائر",
|
||||||
"Assign a user to this card…" : "انسب مستخدم الى هذه البطاقة..",
|
"Assign a user to this card…" : "انسب مستخدم الى هذه البطاقة..",
|
||||||
"Select a user to assign to this card…" : "حدِّد مستخدِماً ليتم إسناد هذه البطاقة له...",
|
|
||||||
"Upload new files" : "رفع ملفات جديدة",
|
"Upload new files" : "رفع ملفات جديدة",
|
||||||
"Share from Files" : "مشاركة من الملفات",
|
"Share from Files" : "مشاركة من الملفات",
|
||||||
"Pending share" : "مشاركة مُعلّقة",
|
"Pending share" : "مشاركة مُعلّقة",
|
||||||
@@ -256,9 +248,9 @@ OC.L10N.register(
|
|||||||
"Add due date" : "أضِف تاريخ الاستحقاق",
|
"Add due date" : "أضِف تاريخ الاستحقاق",
|
||||||
"Choose a date" : "إختَر تاريخاً",
|
"Choose a date" : "إختَر تاريخاً",
|
||||||
"Remove due date" : "ازالة تاريخ الانجاز",
|
"Remove due date" : "ازالة تاريخ الانجاز",
|
||||||
"Mark as done" : "تمييز كمُنجَز",
|
"Completed" : "مُكتمل",
|
||||||
"Due at:" : "تاريخ الاستحقاق:",
|
"Due at:" : "تاريخ الاستحقاق:",
|
||||||
"Not done" : "غير مُنجَزة",
|
"Not completed" : "غير مكتمل",
|
||||||
"Unarchive card" : "إلغاء أرشفة البطاقة ",
|
"Unarchive card" : "إلغاء أرشفة البطاقة ",
|
||||||
"Archive card" : "أرشفة البطاقة",
|
"Archive card" : "أرشفة البطاقة",
|
||||||
"Select Date" : "اختر التاريخ ",
|
"Select Date" : "اختر التاريخ ",
|
||||||
@@ -267,7 +259,6 @@ 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…" : "إختَر أو أنشِئْ وسماً ...",
|
|
||||||
"Create a new tag:" : "إنشاء سِمَةٍ tag جديدة:",
|
"Create a new tag:" : "إنشاء سِمَةٍ tag جديدة:",
|
||||||
"(group)" : "(مجموعة)",
|
"(group)" : "(مجموعة)",
|
||||||
"Next week – {timeLocale}" : "الأسبوع القادم – {timeLocale}",
|
"Next week – {timeLocale}" : "الأسبوع القادم – {timeLocale}",
|
||||||
@@ -278,50 +269,29 @@ OC.L10N.register(
|
|||||||
"Assign to me" : "ينسب لي",
|
"Assign to me" : "ينسب لي",
|
||||||
"Unassign myself" : "إلغاء تعييني ",
|
"Unassign myself" : "إلغاء تعييني ",
|
||||||
"Mark as not done" : "تمييز كـ \"غير منتهٍ\"",
|
"Mark as not done" : "تمييز كـ \"غير منتهٍ\"",
|
||||||
|
"Mark as done" : "تمييز كمُنجَز",
|
||||||
|
"Move card" : "حرك البطاقة",
|
||||||
"Delete card" : "حذف البطاقة",
|
"Delete card" : "حذف البطاقة",
|
||||||
|
"Move card to another board" : "حرك البطاقة الى لوح اخر",
|
||||||
|
"Select a list" : "اختر قائمة ",
|
||||||
|
"List is empty" : "القائمة فارغة",
|
||||||
"Card deleted" : "البطاقة حٌذفت ",
|
"Card deleted" : "البطاقة حٌذفت ",
|
||||||
"seconds ago" : "ثوانٍ مضت",
|
"seconds ago" : "ثوانٍ مضت",
|
||||||
"Keyboard shortcuts" : "إختصارات لوحة المفاتيح",
|
|
||||||
"Boost your productivity using Deck with keyboard shortcuts." : "ضاعِف إنتاجيتك باستعمال \"رِزَم البطاقات\" Deck، و اختصارات لوحة المفاتيح ",
|
|
||||||
"Board actions" : "إجراءات اللوحة",
|
|
||||||
"Keyboard shortcut" : "إختصار لوحة المفاتيح",
|
|
||||||
"Action" : "الإجراء",
|
|
||||||
"Shift" : "العالي shift",
|
|
||||||
"Scroll" : "تحريك",
|
|
||||||
"Scroll sideways" : "تحريك للجنب",
|
|
||||||
"Navigate between cards" : "التنقُّل بين البطاقات",
|
|
||||||
"Esc" : "خروج",
|
|
||||||
"Close card details" : "أغلِق تفاصيل البطاقة",
|
|
||||||
"Ctrl" : "تحكم Ctrl",
|
|
||||||
"Search" : "بحث",
|
|
||||||
"Show card filters" : "أظهِر فلاتر البطاقة",
|
|
||||||
"Clear card filters" : "إمحُ فلاتر البطاقة",
|
|
||||||
"Show help dialog" : "أظهِر نافذة حوار المساعدة",
|
|
||||||
"Card actions" : "إجراءات البطاقة",
|
|
||||||
"The following actions can be triggered on the currently highlighted card" : "الإجراءات التالية يمكن تنفيذها على البطاقات المُعلّمة حالياً",
|
|
||||||
"Enter" : "إدخال",
|
|
||||||
"Space" : "المدى",
|
|
||||||
"Open card details" : "إفتَح تفاصيل البطاقة",
|
|
||||||
"Edit the card title" : "عدِّل عنوان البطاقة",
|
|
||||||
"Assign yourself to the current card" : "أسنِد هذه البطاقة إلى نفسِك",
|
|
||||||
"Archive/unarchive the current card" : "أرشِف أو ألغِ ترشيف البطاقة الحالية",
|
|
||||||
"Mark card as completed/not completed" : "علِّم بطاقة كـ\"منجزة\" أو \"غير منجزة\"",
|
|
||||||
"Open card menu" : "إفتَح قائمة البطاقات",
|
|
||||||
"All boards" : "جميع الالواح",
|
"All boards" : "جميع الالواح",
|
||||||
"Archived boards" : "الالواح المؤرشفة",
|
"Archived boards" : "الالواح المؤرشفة",
|
||||||
"Shared with you" : "تم مشاركتها معك",
|
"Shared with you" : "تم مشاركتها معك",
|
||||||
"Deck settings" : "إعدادات رِزَمِ البطاقات",
|
"Deck settings" : "إعدادات الرُّقعة",
|
||||||
"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" : "إظهار اللوح في التقويم/المهام",
|
||||||
"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." : "المستخدِمون من خارج تلك المجموعات لن يمكنكم إنشاء ألواحهم الخاصة؛ لكن يمكنهم العمل على الألواح التي تتمّ مشاركتها معهم.",
|
||||||
"Board details" : "تفاصيل لوح",
|
"Board details" : "تفاصيل لوح",
|
||||||
"Edit board" : "تعديل اللوح",
|
"Edit board" : "تعديل اللوح",
|
||||||
"Clone board" : "استنسخ اللوح",
|
"Clone board" : "استنسخ اللوح",
|
||||||
"Unarchive board" : "إلغاء أرشفة اللوح",
|
"Unarchive board" : "إلغاء أرشفة اللوح",
|
||||||
"Archive board" : "أرشفة اللوح ",
|
"Archive board" : "أرشفة اللوح ",
|
||||||
"Export board" : "تصدير اللوحة",
|
"Export board" : "صدّر الرُّقعة",
|
||||||
"Turn on due date reminders" : "تفعيل التذكيرات للموعد المحدد ",
|
"Turn on due date reminders" : "تفعيل التذكيرات للموعد المحدد ",
|
||||||
"Turn off due date reminders" : "إيقاف تشغيل التذكيرات للموعد المحددد",
|
"Turn off due date reminders" : "إيقاف تشغيل التذكيرات للموعد المحددد",
|
||||||
"Due date reminders" : "تذكيرات الموعد المحدد ",
|
"Due date reminders" : "تذكيرات الموعد المحدد ",
|
||||||
@@ -333,7 +303,7 @@ OC.L10N.register(
|
|||||||
"Only assigned cards" : "البطاقات المخصصة فقط",
|
"Only assigned cards" : "البطاقات المخصصة فقط",
|
||||||
"No reminder" : "لا يوجد تذكير ",
|
"No reminder" : "لا يوجد تذكير ",
|
||||||
"An error occurred" : "حدث خطأ",
|
"An error occurred" : "حدث خطأ",
|
||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "هل أنت متأكد من حذف اللوحة {title}؟ هذا سيؤدي إلى حذف كل بيانات هذه اللوحة بما في ذلك البطاقات المؤرشفة.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "هل أنت متأكد من حذف الرقعة {title}؟ هذا سيؤدي إلى حذف كل بيانات هذه الرُّقعة بما في ذلك البطاقات المؤرشفة.",
|
||||||
"Delete the board?" : "مسح اللوح؟",
|
"Delete the board?" : "مسح اللوح؟",
|
||||||
"Loading filtered view" : "جارِ تحميل التصفية ",
|
"Loading filtered view" : "جارِ تحميل التصفية ",
|
||||||
"Today" : "اليوم",
|
"Today" : "اليوم",
|
||||||
@@ -342,7 +312,7 @@ OC.L10N.register(
|
|||||||
"Search for {searchQuery} in all boards" : "البحث عن {searchQuery} في جميع اللوح",
|
"Search for {searchQuery} in all boards" : "البحث عن {searchQuery} في جميع اللوح",
|
||||||
"No results found" : "لا يتم العثور على أي نتائج ",
|
"No results found" : "لا يتم العثور على أي نتائج ",
|
||||||
"This weekend – {timeLocale}" : "نهاية هذا الأسبوع – {timeLocale}",
|
"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" : "إضعط للتوسّع في الوصف",
|
||||||
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* أُنشأت في {created}\n* آخر تعديل لها في {lastMod}\n* {nbAttachments} مُرفقات\n* {nbComments} مُلاحظات",
|
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* أُنشأت في {created}\n* آخر تعديل لها في {lastMod}\n* {nbAttachments} مُرفقات\n* {nbComments} مُلاحظات",
|
||||||
@@ -376,15 +346,11 @@ OC.L10N.register(
|
|||||||
"Share" : "مشاركة ",
|
"Share" : "مشاركة ",
|
||||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>وصف البطاقة</strong>داخل تطبيق Deck قد تغيرت.",
|
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>وصف البطاقة</strong>داخل تطبيق Deck قد تغيرت.",
|
||||||
"Timeline" : "الجدول الزمني",
|
"Timeline" : "الجدول الزمني",
|
||||||
"Share board with a user, group or circle …" : "مشاركة اللوح مع مستخدم،مجموعة أو دائرة ..",
|
"Assign to users" : "انسب الى المتسخدمين",
|
||||||
"Searching for users, groups and circles …" : "ابحث عن أعضاء، مجموعات أو حلقات ...",
|
"Due date" : "تاريخ الانجاز",
|
||||||
"(Circle)" : "(دائرة)",
|
|
||||||
"Assign to users/groups/circles" : "انسب الى المستخدمين،المجموعات،الدوائر",
|
|
||||||
"Next week" : "الاسبوع القادم",
|
"Next week" : "الاسبوع القادم",
|
||||||
"Next month" : "الشهر القادم",
|
"Next month" : "الشهر القادم",
|
||||||
"List is empty" : "القائمة فارغة",
|
|
||||||
"Limit deck usage of groups" : "تقييد استخدام Deck للمجموعات",
|
"Limit deck usage of groups" : "تقييد استخدام Deck للمجموعات",
|
||||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "سيؤدي تقييد Deck إلى منع المستخدمين الذين ليسوا جزءًا من تلك المجموعات من إنشاء لوحاتهم الخاصة. سيظل المستخدمون قادرين على العمل على اللوحات التي تمت مشاركتها معهم.",
|
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "سيؤدي تقييد Deck إلى منع المستخدمين الذين ليسوا جزءًا من تلك المجموعات من إنشاء لوحاتهم الخاصة. سيظل المستخدمون قادرين على العمل على اللوحات التي تمت مشاركتها معهم."
|
||||||
"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;");
|
||||||
|
|||||||
100
l10n/ar.json
100
l10n/ar.json
@@ -37,8 +37,8 @@
|
|||||||
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} لديه بطاقة غير مؤرشفة {card} في القائمة {stack} على اللوح {board}",
|
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} لديه بطاقة غير مؤرشفة {card} في القائمة {stack} على اللوح {board}",
|
||||||
"You have marked the card {card} as done in list {stack} on board {board}" : "لقد قُمت بتمييز البطاقة {card} باعتبارها \"منتهية\" في القائمة {stack} على اللوح {board}",
|
"You have marked the card {card} as done in list {stack} on board {board}" : "لقد قُمت بتمييز البطاقة {card} باعتبارها \"منتهية\" في القائمة {stack} على اللوح {board}",
|
||||||
"{user} has marked card {card} as done in list {stack} on board {board}" : "قام المستخدِم {user} بتمييز البطاقة {card} باعتبارها \"منتهية\" في القائمة {stack} على اللوح {board}",
|
"{user} has marked card {card} as done in list {stack} on board {board}" : "قام المستخدِم {user} بتمييز البطاقة {card} باعتبارها \"منتهية\" في القائمة {stack} على اللوح {board}",
|
||||||
"You have marked the card {card} as undone in list {stack} on board {board}" : "لقد قُمت بتمييز البطاقة {card} باعتبارها \"غير منتهية\" في القائمة {stack} على اللوحة {board}",
|
"You have marked the card {card} as undone in list {stack} on board {board}" : "لقد قُمت بتمييز البطاقة {card} باعتبارها \"غير منتهية\" في القائمة {stack} على اللوح {board}",
|
||||||
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "قام المستخدِم {user} بتمييز البطاقة {card} باعتبارها \"غير منتهية\" في القائمة {stack} على اللوحة {board}",
|
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "قام المستخدِم {user} بتمييز البطاقة {card} باعتبارها \"غير منتهية\" في القائمة {stack} على اللوح {board}",
|
||||||
"You have removed the due date of card {card}" : "قمت بإزالة التاريخ المحدد من البطاقة {card}",
|
"You have removed the due date of card {card}" : "قمت بإزالة التاريخ المحدد من البطاقة {card}",
|
||||||
"{user} has removed the due date of card {card}" : "{user} قام بإزالة التاريخ المحدد من البطاقة {card}",
|
"{user} has removed the due date of card {card}" : "{user} قام بإزالة التاريخ المحدد من البطاقة {card}",
|
||||||
"You have set the due date of card {card} to {after}" : "قمت بتعيين التاريخ المحدد للبطاقة {card} إلى {after}",
|
"You have set the due date of card {card} to {after}" : "قمت بتعيين التاريخ المحدد للبطاقة {card} إلى {after}",
|
||||||
@@ -67,7 +67,7 @@
|
|||||||
"{user} has commented on card {card}" : "{مستخدم} علق على بطاقة {بطاقة}",
|
"{user} has commented on card {card}" : "{مستخدم} علق على بطاقة {بطاقة}",
|
||||||
"Deck" : "Deck",
|
"Deck" : "Deck",
|
||||||
"Changes in the <strong>Deck app</strong>" : "تغييرات في <strong>تطبيق Deck</strong> ",
|
"Changes in the <strong>Deck app</strong>" : "تغييرات في <strong>تطبيق Deck</strong> ",
|
||||||
"A <strong>board, list or card</strong> was changed" : "تمّ تغيير <strong>لوحة board أو قائمة list أو بطاقة card </strong>.",
|
"A <strong>board, list or card</strong> was changed" : "تمّ تغيير <strong>لوح board أو قائمة list أو بطاقة card </strong>.",
|
||||||
"A <strong>comment</strong> was created on a card" : "<strong>تعليق</strong> تم إنشاؤه على بطاقة",
|
"A <strong>comment</strong> was created on a card" : "<strong>تعليق</strong> تم إنشاؤه على بطاقة",
|
||||||
"A <strong>card description</strong> has been changed" : "تمّ تغيير <strong>وصف بطاقة</strong>.",
|
"A <strong>card description</strong> has been changed" : "تمّ تغيير <strong>وصف بطاقة</strong>.",
|
||||||
"Cards due today" : "البطاقات المستحقة اليوم",
|
"Cards due today" : "البطاقات المستحقة اليوم",
|
||||||
@@ -83,14 +83,14 @@
|
|||||||
"{user} has mentioned you in a comment on {deck-card}." : "{user} أشار إليك في تعليق على {deck-card}",
|
"{user} has mentioned you in a comment on {deck-card}." : "{user} أشار إليك في تعليق على {deck-card}",
|
||||||
"The board \"%s\" has been shared with you by %s." : "تمت مشاركة اللوح \"%s\" معك من قبل %s.",
|
"The board \"%s\" has been shared with you by %s." : "تمت مشاركة اللوح \"%s\" معك من قبل %s.",
|
||||||
"{user} has shared {deck-board} with you." : "{user} قام بمشاركة {deck-board} معك.",
|
"{user} has shared {deck-board} with you." : "{user} قام بمشاركة {deck-board} معك.",
|
||||||
"Deck board" : "رُقعة اللوحات Deck board",
|
"Deck board" : "لوح Deck",
|
||||||
"Owned by %1$s" : "يملكها %1$s",
|
"Owned by %1$s" : "يملكها %1$s",
|
||||||
"Deck boards, cards and comments" : "رُقعة اللوحات و البطاقات و الملاحظات",
|
"Deck boards, cards and comments" : "ألواح الرٌّقعة و البطاقات و الملاحظات",
|
||||||
"From %1$s, in %2$s/%3$s, owned by %4$s" : " من %1$s، في %2$s/%3$s، يملكها %4$s",
|
"From %1$s, in %2$s/%3$s, owned by %4$s" : " من %1$s، في %2$s/%3$s، يملكها %4$s",
|
||||||
"Create a new deck card" : "إنشاء بطاقة deck card جديدة",
|
"Create a new deck card" : "إنشاء كَدْسَة بطاقات deck card جديدة",
|
||||||
"Card comments" : "تعليقات البطاقة ",
|
"Card comments" : "تعليقات البطاقة ",
|
||||||
"%s on %s" : "%s على %s",
|
"%s on %s" : "%s على %s",
|
||||||
"Deck boards and cards" : "رُقَع اللوحات و البطاقات",
|
"Deck boards and cards" : "ألواح الرُّقعة و البطاقات",
|
||||||
"No data was provided to create an attachment." : "لا بيانات تم تقديمها لانشاء مرفق",
|
"No data was provided to create an attachment." : "لا بيانات تم تقديمها لانشاء مرفق",
|
||||||
"Finished" : "اكتمل",
|
"Finished" : "اكتمل",
|
||||||
"To review" : "لإعادة المراجعة",
|
"To review" : "لإعادة المراجعة",
|
||||||
@@ -117,18 +117,14 @@
|
|||||||
"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" : "التخطيط الشخصي و تنظيم مشروع الفريق",
|
||||||
"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- 🚀 حافظ على مشروعك مُنسّقاً باستمرار.",
|
||||||
"Add board" : "إضافة لوح",
|
"Add board" : "إضافة لوح",
|
||||||
"Select the board to link to a project" : "تحديد اللوح لربطه بمشروع",
|
"Select the board to link to a project" : "تحديد اللوح لربطه بمشروع",
|
||||||
"Search by board title" : "بحث بواسطة عنوان اللوح",
|
"Search by board title" : "بحث بواسطة عنوان اللوح",
|
||||||
"Select board" : "حدد لوح",
|
"Select board" : "حدد لوح",
|
||||||
"Move card to another board" : "حرك البطاقة الى لوح اخر",
|
|
||||||
"Select a board" : "حدد لوح",
|
"Select a board" : "حدد لوح",
|
||||||
"No lists available" : "لا يوجد قائمة متاحه ",
|
|
||||||
"Select a list" : "اختر قائمة ",
|
|
||||||
"Move card" : "حرك البطاقة",
|
|
||||||
"Cancel" : "إلغاء",
|
|
||||||
"Select a card" : "حدد بطاقة",
|
"Select a card" : "حدد بطاقة",
|
||||||
|
"Cancel" : "إلغاء",
|
||||||
"Select the card to link to a project" : "حدد البطاقة لربطها بمشروع",
|
"Select the card to link to a project" : "حدد البطاقة لربطها بمشروع",
|
||||||
"Link to card" : "اربط بطاقة",
|
"Link to card" : "اربط بطاقة",
|
||||||
"File already exists" : "الملف موجود مسبقاً",
|
"File already exists" : "الملف موجود مسبقاً",
|
||||||
@@ -147,10 +143,6 @@
|
|||||||
"Filter by tag" : "تصفية بواسطة الوسم",
|
"Filter by tag" : "تصفية بواسطة الوسم",
|
||||||
"Filter by assigned user" : "تصفية بواسطة المستخدم الموكل اليه",
|
"Filter by assigned user" : "تصفية بواسطة المستخدم الموكل اليه",
|
||||||
"Unassigned" : "غير معيين ",
|
"Unassigned" : "غير معيين ",
|
||||||
"Filter by status" : "فلترة بحسب الحالة",
|
|
||||||
"Open and completed" : "مفتوحة و منجزة",
|
|
||||||
"Open" : "إفتح",
|
|
||||||
"Completed" : "مُكتمل",
|
|
||||||
"Filter by due date" : "تصفية بواسطة تاريخ الإنجاز",
|
"Filter by due date" : "تصفية بواسطة تاريخ الإنجاز",
|
||||||
"Overdue" : "تأخر",
|
"Overdue" : "تأخر",
|
||||||
"Next 24 hours" : "ال 24 ساعة القادمة",
|
"Next 24 hours" : "ال 24 ساعة القادمة",
|
||||||
@@ -170,6 +162,7 @@
|
|||||||
"Currently present people" : "أشخاص معروضون حاليّاً",
|
"Currently present people" : "أشخاص معروضون حاليّاً",
|
||||||
"Loading board" : "جارِ تحميل اللوح..",
|
"Loading board" : "جارِ تحميل اللوح..",
|
||||||
"Board not found" : "اللوح غير موجود",
|
"Board not found" : "اللوح غير موجود",
|
||||||
|
"No lists available" : "لا يوجد قائمة متاحه ",
|
||||||
"Create a new list to add cards to this board" : "إنشاء قائمة جديدة لإضافة البطاقات على هذا اللوح",
|
"Create a new list to add cards to this board" : "إنشاء قائمة جديدة لإضافة البطاقات على هذا اللوح",
|
||||||
"Sharing" : "المشاركة",
|
"Sharing" : "المشاركة",
|
||||||
"Tags" : "الوسوم",
|
"Tags" : "الوسوم",
|
||||||
@@ -178,23 +171,23 @@
|
|||||||
"Deleted lists" : "القوائم المحذوفة",
|
"Deleted lists" : "القوائم المحذوفة",
|
||||||
"Undo" : "تراجع",
|
"Undo" : "تراجع",
|
||||||
"Deleted cards" : "البطاقات المحذوفة",
|
"Deleted cards" : "البطاقات المحذوفة",
|
||||||
"Share board with a user, group or team …" : "مشاركة اللوحة مع مستخدِم او مجموعة أو فريق ...",
|
"Share board with a user, group or circle …" : "مشاركة اللوح مع مستخدم،مجموعة أو دائرة ..",
|
||||||
"Searching for users, groups and teams …" : "البحث عن مستخدِمين، أو مجموعات، أو فِرَق",
|
"Searching for users, groups and circles …" : "ابحث عن أعضاء، مجموعات أو حلقات ...",
|
||||||
"No participants found" : "لم يتم العثور على مشاركين",
|
"No participants found" : "لم يتم العثور على مشاركين",
|
||||||
"Board owner" : "منشئ اللوح",
|
"Board owner" : "منشئ اللوح",
|
||||||
"(Group)" : "(مجموعة)",
|
"(Group)" : "(مجموعة)",
|
||||||
"(Team)" : "(الفريق)",
|
"(Circle)" : "(دائرة)",
|
||||||
"Can edit" : "يمكن تعديله",
|
"Can edit" : "يمكن تعديله",
|
||||||
"Can share" : "يمكن مشاركته",
|
"Can share" : "يمكن مشاركته",
|
||||||
"Can manage" : "يمكن إدارته",
|
"Can manage" : "يمكن إدارته",
|
||||||
"Owner" : "المالك",
|
"Owner" : "المالك",
|
||||||
"Delete" : "حذف ",
|
"Delete" : "حذف ",
|
||||||
"Failed to create share with {displayName}" : "فشل في إنشاء المشاركة مع {displayName}",
|
"Failed to create share with {displayName}" : "فشل في إنشاء المشاركة مع {displayName}",
|
||||||
"Are you sure you want to transfer the board {title} to {user}?" : "هل أنت متأكد أنك تريد نقل اللوحة {title} إلى {user} ؟",
|
"Are you sure you want to transfer the board {title} to {user}?" : "هل أنت متأكد أنك تريد نقل اللوح {title} إلى {user} ؟",
|
||||||
"Transfer the board." : "نقل اللوحة.",
|
"Transfer the board." : "نقل اللوح.",
|
||||||
"Transfer" : "نقل",
|
"Transfer" : "نقل",
|
||||||
"The board has been transferred to {user}" : "تمّ نقل اللوحة إلى {user}",
|
"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" : "تراجع عن أرشفة كل البطاقات",
|
||||||
@@ -209,9 +202,8 @@
|
|||||||
"title and color value must be provided" : "العنوان و قيمة اللون يجب تقديمها ",
|
"title and color value must be provided" : "العنوان و قيمة اللون يجب تقديمها ",
|
||||||
"Board name" : "اسم اللوح",
|
"Board name" : "اسم اللوح",
|
||||||
"Members" : "الاعضاء",
|
"Members" : "الاعضاء",
|
||||||
"Assign to users/groups/team" : "إسناد إلى مستخدِمين/مجموعات/فِرَق",
|
"Assign to users/groups/circles" : "انسب الى المستخدمين،المجموعات،الدوائر",
|
||||||
"Assign a user to this card…" : "انسب مستخدم الى هذه البطاقة..",
|
"Assign a user to this card…" : "انسب مستخدم الى هذه البطاقة..",
|
||||||
"Select a user to assign to this card…" : "حدِّد مستخدِماً ليتم إسناد هذه البطاقة له...",
|
|
||||||
"Upload new files" : "رفع ملفات جديدة",
|
"Upload new files" : "رفع ملفات جديدة",
|
||||||
"Share from Files" : "مشاركة من الملفات",
|
"Share from Files" : "مشاركة من الملفات",
|
||||||
"Pending share" : "مشاركة مُعلّقة",
|
"Pending share" : "مشاركة مُعلّقة",
|
||||||
@@ -254,9 +246,9 @@
|
|||||||
"Add due date" : "أضِف تاريخ الاستحقاق",
|
"Add due date" : "أضِف تاريخ الاستحقاق",
|
||||||
"Choose a date" : "إختَر تاريخاً",
|
"Choose a date" : "إختَر تاريخاً",
|
||||||
"Remove due date" : "ازالة تاريخ الانجاز",
|
"Remove due date" : "ازالة تاريخ الانجاز",
|
||||||
"Mark as done" : "تمييز كمُنجَز",
|
"Completed" : "مُكتمل",
|
||||||
"Due at:" : "تاريخ الاستحقاق:",
|
"Due at:" : "تاريخ الاستحقاق:",
|
||||||
"Not done" : "غير مُنجَزة",
|
"Not completed" : "غير مكتمل",
|
||||||
"Unarchive card" : "إلغاء أرشفة البطاقة ",
|
"Unarchive card" : "إلغاء أرشفة البطاقة ",
|
||||||
"Archive card" : "أرشفة البطاقة",
|
"Archive card" : "أرشفة البطاقة",
|
||||||
"Select Date" : "اختر التاريخ ",
|
"Select Date" : "اختر التاريخ ",
|
||||||
@@ -265,7 +257,6 @@
|
|||||||
"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…" : "إختَر أو أنشِئْ وسماً ...",
|
|
||||||
"Create a new tag:" : "إنشاء سِمَةٍ tag جديدة:",
|
"Create a new tag:" : "إنشاء سِمَةٍ tag جديدة:",
|
||||||
"(group)" : "(مجموعة)",
|
"(group)" : "(مجموعة)",
|
||||||
"Next week – {timeLocale}" : "الأسبوع القادم – {timeLocale}",
|
"Next week – {timeLocale}" : "الأسبوع القادم – {timeLocale}",
|
||||||
@@ -276,50 +267,29 @@
|
|||||||
"Assign to me" : "ينسب لي",
|
"Assign to me" : "ينسب لي",
|
||||||
"Unassign myself" : "إلغاء تعييني ",
|
"Unassign myself" : "إلغاء تعييني ",
|
||||||
"Mark as not done" : "تمييز كـ \"غير منتهٍ\"",
|
"Mark as not done" : "تمييز كـ \"غير منتهٍ\"",
|
||||||
|
"Mark as done" : "تمييز كمُنجَز",
|
||||||
|
"Move card" : "حرك البطاقة",
|
||||||
"Delete card" : "حذف البطاقة",
|
"Delete card" : "حذف البطاقة",
|
||||||
|
"Move card to another board" : "حرك البطاقة الى لوح اخر",
|
||||||
|
"Select a list" : "اختر قائمة ",
|
||||||
|
"List is empty" : "القائمة فارغة",
|
||||||
"Card deleted" : "البطاقة حٌذفت ",
|
"Card deleted" : "البطاقة حٌذفت ",
|
||||||
"seconds ago" : "ثوانٍ مضت",
|
"seconds ago" : "ثوانٍ مضت",
|
||||||
"Keyboard shortcuts" : "إختصارات لوحة المفاتيح",
|
|
||||||
"Boost your productivity using Deck with keyboard shortcuts." : "ضاعِف إنتاجيتك باستعمال \"رِزَم البطاقات\" Deck، و اختصارات لوحة المفاتيح ",
|
|
||||||
"Board actions" : "إجراءات اللوحة",
|
|
||||||
"Keyboard shortcut" : "إختصار لوحة المفاتيح",
|
|
||||||
"Action" : "الإجراء",
|
|
||||||
"Shift" : "العالي shift",
|
|
||||||
"Scroll" : "تحريك",
|
|
||||||
"Scroll sideways" : "تحريك للجنب",
|
|
||||||
"Navigate between cards" : "التنقُّل بين البطاقات",
|
|
||||||
"Esc" : "خروج",
|
|
||||||
"Close card details" : "أغلِق تفاصيل البطاقة",
|
|
||||||
"Ctrl" : "تحكم Ctrl",
|
|
||||||
"Search" : "بحث",
|
|
||||||
"Show card filters" : "أظهِر فلاتر البطاقة",
|
|
||||||
"Clear card filters" : "إمحُ فلاتر البطاقة",
|
|
||||||
"Show help dialog" : "أظهِر نافذة حوار المساعدة",
|
|
||||||
"Card actions" : "إجراءات البطاقة",
|
|
||||||
"The following actions can be triggered on the currently highlighted card" : "الإجراءات التالية يمكن تنفيذها على البطاقات المُعلّمة حالياً",
|
|
||||||
"Enter" : "إدخال",
|
|
||||||
"Space" : "المدى",
|
|
||||||
"Open card details" : "إفتَح تفاصيل البطاقة",
|
|
||||||
"Edit the card title" : "عدِّل عنوان البطاقة",
|
|
||||||
"Assign yourself to the current card" : "أسنِد هذه البطاقة إلى نفسِك",
|
|
||||||
"Archive/unarchive the current card" : "أرشِف أو ألغِ ترشيف البطاقة الحالية",
|
|
||||||
"Mark card as completed/not completed" : "علِّم بطاقة كـ\"منجزة\" أو \"غير منجزة\"",
|
|
||||||
"Open card menu" : "إفتَح قائمة البطاقات",
|
|
||||||
"All boards" : "جميع الالواح",
|
"All boards" : "جميع الالواح",
|
||||||
"Archived boards" : "الالواح المؤرشفة",
|
"Archived boards" : "الالواح المؤرشفة",
|
||||||
"Shared with you" : "تم مشاركتها معك",
|
"Shared with you" : "تم مشاركتها معك",
|
||||||
"Deck settings" : "إعدادات رِزَمِ البطاقات",
|
"Deck settings" : "إعدادات الرُّقعة",
|
||||||
"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" : "إظهار اللوح في التقويم/المهام",
|
||||||
"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." : "المستخدِمون من خارج تلك المجموعات لن يمكنكم إنشاء ألواحهم الخاصة؛ لكن يمكنهم العمل على الألواح التي تتمّ مشاركتها معهم.",
|
||||||
"Board details" : "تفاصيل لوح",
|
"Board details" : "تفاصيل لوح",
|
||||||
"Edit board" : "تعديل اللوح",
|
"Edit board" : "تعديل اللوح",
|
||||||
"Clone board" : "استنسخ اللوح",
|
"Clone board" : "استنسخ اللوح",
|
||||||
"Unarchive board" : "إلغاء أرشفة اللوح",
|
"Unarchive board" : "إلغاء أرشفة اللوح",
|
||||||
"Archive board" : "أرشفة اللوح ",
|
"Archive board" : "أرشفة اللوح ",
|
||||||
"Export board" : "تصدير اللوحة",
|
"Export board" : "صدّر الرُّقعة",
|
||||||
"Turn on due date reminders" : "تفعيل التذكيرات للموعد المحدد ",
|
"Turn on due date reminders" : "تفعيل التذكيرات للموعد المحدد ",
|
||||||
"Turn off due date reminders" : "إيقاف تشغيل التذكيرات للموعد المحددد",
|
"Turn off due date reminders" : "إيقاف تشغيل التذكيرات للموعد المحددد",
|
||||||
"Due date reminders" : "تذكيرات الموعد المحدد ",
|
"Due date reminders" : "تذكيرات الموعد المحدد ",
|
||||||
@@ -331,7 +301,7 @@
|
|||||||
"Only assigned cards" : "البطاقات المخصصة فقط",
|
"Only assigned cards" : "البطاقات المخصصة فقط",
|
||||||
"No reminder" : "لا يوجد تذكير ",
|
"No reminder" : "لا يوجد تذكير ",
|
||||||
"An error occurred" : "حدث خطأ",
|
"An error occurred" : "حدث خطأ",
|
||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "هل أنت متأكد من حذف اللوحة {title}؟ هذا سيؤدي إلى حذف كل بيانات هذه اللوحة بما في ذلك البطاقات المؤرشفة.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "هل أنت متأكد من حذف الرقعة {title}؟ هذا سيؤدي إلى حذف كل بيانات هذه الرُّقعة بما في ذلك البطاقات المؤرشفة.",
|
||||||
"Delete the board?" : "مسح اللوح؟",
|
"Delete the board?" : "مسح اللوح؟",
|
||||||
"Loading filtered view" : "جارِ تحميل التصفية ",
|
"Loading filtered view" : "جارِ تحميل التصفية ",
|
||||||
"Today" : "اليوم",
|
"Today" : "اليوم",
|
||||||
@@ -340,7 +310,7 @@
|
|||||||
"Search for {searchQuery} in all boards" : "البحث عن {searchQuery} في جميع اللوح",
|
"Search for {searchQuery} in all boards" : "البحث عن {searchQuery} في جميع اللوح",
|
||||||
"No results found" : "لا يتم العثور على أي نتائج ",
|
"No results found" : "لا يتم العثور على أي نتائج ",
|
||||||
"This weekend – {timeLocale}" : "نهاية هذا الأسبوع – {timeLocale}",
|
"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" : "إضعط للتوسّع في الوصف",
|
||||||
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* أُنشأت في {created}\n* آخر تعديل لها في {lastMod}\n* {nbAttachments} مُرفقات\n* {nbComments} مُلاحظات",
|
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* أُنشأت في {created}\n* آخر تعديل لها في {lastMod}\n* {nbAttachments} مُرفقات\n* {nbComments} مُلاحظات",
|
||||||
@@ -374,15 +344,11 @@
|
|||||||
"Share" : "مشاركة ",
|
"Share" : "مشاركة ",
|
||||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>وصف البطاقة</strong>داخل تطبيق Deck قد تغيرت.",
|
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>وصف البطاقة</strong>داخل تطبيق Deck قد تغيرت.",
|
||||||
"Timeline" : "الجدول الزمني",
|
"Timeline" : "الجدول الزمني",
|
||||||
"Share board with a user, group or circle …" : "مشاركة اللوح مع مستخدم،مجموعة أو دائرة ..",
|
"Assign to users" : "انسب الى المتسخدمين",
|
||||||
"Searching for users, groups and circles …" : "ابحث عن أعضاء، مجموعات أو حلقات ...",
|
"Due date" : "تاريخ الانجاز",
|
||||||
"(Circle)" : "(دائرة)",
|
|
||||||
"Assign to users/groups/circles" : "انسب الى المستخدمين،المجموعات،الدوائر",
|
|
||||||
"Next week" : "الاسبوع القادم",
|
"Next week" : "الاسبوع القادم",
|
||||||
"Next month" : "الشهر القادم",
|
"Next month" : "الشهر القادم",
|
||||||
"List is empty" : "القائمة فارغة",
|
|
||||||
"Limit deck usage of groups" : "تقييد استخدام Deck للمجموعات",
|
"Limit deck usage of groups" : "تقييد استخدام Deck للمجموعات",
|
||||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "سيؤدي تقييد Deck إلى منع المستخدمين الذين ليسوا جزءًا من تلك المجموعات من إنشاء لوحاتهم الخاصة. سيظل المستخدمون قادرين على العمل على اللوحات التي تمت مشاركتها معهم.",
|
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "سيؤدي تقييد Deck إلى منع المستخدمين الذين ليسوا جزءًا من تلك المجموعات من إنشاء لوحاتهم الخاصة. سيظل المستخدمون قادرين على العمل على اللوحات التي تمت مشاركتها معهم."
|
||||||
"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;"
|
||||||
}
|
}
|
||||||
90
l10n/ast.js
90
l10n/ast.js
@@ -1,115 +1,29 @@
|
|||||||
OC.L10N.register(
|
OC.L10N.register(
|
||||||
"deck",
|
"deck",
|
||||||
{
|
{
|
||||||
"Deck" : "Tarxeteru",
|
|
||||||
"Upcoming cards" : "Tarxetes próximes",
|
|
||||||
"Load more" : "Cargar más",
|
"Load more" : "Cargar más",
|
||||||
"Personal" : "Personal",
|
|
||||||
"Deck board" : "Mesa de tarxetes",
|
|
||||||
"%s on %s" : "%s n %s",
|
|
||||||
"Action needed" : "Aición necesaria",
|
|
||||||
"copy" : "copia",
|
|
||||||
"To do" : "Xera pendiente",
|
|
||||||
"Done" : "Fecho",
|
|
||||||
"Example Task 3" : "Xera d'exemplu 3",
|
|
||||||
"Example Task 2" : "Xera d'exemplu 2",
|
|
||||||
"Example Task 1" : "Xera d'exemplu 1",
|
|
||||||
"The file was uploaded" : "Xubióse'l ficheru",
|
"The file was uploaded" : "Xubióse'l ficheru",
|
||||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El ficheru xubíu supera la direutiva «upload_max_filesize» del ficheru php.ini",
|
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El ficheru xubíu supera la direutiva «upload_max_filesize» del ficheru php.ini",
|
||||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El ficheru xubíu supera la direutiva «MAX_FILE_SIZE» que s'especificó nel formulariu HTML",
|
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El ficheru xubíu supera la direutiva «MAX_FILE_SIZE» que s'especificó nel formulariu HTML",
|
||||||
"No file was uploaded" : "Nun se xubió nengún ficheru",
|
"No file was uploaded" : "Nun se xubió nengún ficheru",
|
||||||
"Missing a temporary folder" : "Falta una carpeta temporal",
|
|
||||||
"Could not write file to disk" : "Nun se pudo escribir el ficheru nel discu",
|
|
||||||
"A PHP extension stopped the file upload" : "Una estensión PHP paró la xuba de ficheros",
|
|
||||||
"No file uploaded or file size exceeds maximum of %s" : "Nun se xubió nengún ficheru o'l tamañu del ficheru supera'l máximu de %s",
|
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "La data ye inválida, el so formatu ha ser AAAA-MM-DD",
|
|
||||||
"Move card" : "Mover la tarxeta",
|
|
||||||
"Cancel" : "Encaboxar",
|
"Cancel" : "Encaboxar",
|
||||||
"File already exists" : "El ficheru yá esiste",
|
|
||||||
"Drop your files to upload" : "Suelta los ficheros pa xubilos",
|
|
||||||
"Add card" : "Amestar una tarxeta",
|
|
||||||
"Archived cards" : "Tarxetes archivaes",
|
|
||||||
"Add list" : "Amestar una llista",
|
|
||||||
"List name" : "Nome de la llista",
|
|
||||||
"Open" : "Abrir",
|
|
||||||
"Completed" : "Completáu",
|
|
||||||
"Next 24 hours" : "Les próximes 24 hores",
|
|
||||||
"Next 7 days" : "Los próximos 7 díes",
|
|
||||||
"Next 30 days" : "Los próximos 30 díes",
|
|
||||||
"Open details" : "Abrir los detalles",
|
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
"Sharing" : "Comparticiñon",
|
"Sharing" : "Comparticiñon",
|
||||||
"Tags" : "Etiquetes",
|
"Tags" : "Etiquetes",
|
||||||
"Deleted items" : "Elementos desaniciaos",
|
|
||||||
"Activity" : "Actividá",
|
"Activity" : "Actividá",
|
||||||
"Deleted lists" : "Llistes desaniciaes",
|
|
||||||
"Undo" : "Desfacer",
|
"Undo" : "Desfacer",
|
||||||
"Deleted cards" : "Tarxetes desaniciaes",
|
|
||||||
"(Group)" : "(Grupu)",
|
|
||||||
"(Team)" : "(Equipu)",
|
|
||||||
"Can edit" : "Pue editar",
|
|
||||||
"Owner" : "Propietariu",
|
|
||||||
"Delete" : "Desaniciar",
|
"Delete" : "Desaniciar",
|
||||||
"Transfer" : "Tresferir",
|
|
||||||
"Edit list title" : "Editar el títulu de la llista",
|
|
||||||
"Archive all cards" : "Archivar toles carpetes",
|
|
||||||
"Unarchive all cards" : "Desarchivar toles tarxetes",
|
|
||||||
"Delete list" : "Desaniciar la llista",
|
|
||||||
"Archive all cards in this list" : "Archivar toles tarxetes d'esta llista",
|
|
||||||
"Unarchive all cards in this list" : "Desarchivar toles tarxetes d'esta llista",
|
|
||||||
"Add a new card" : "Amestar una tarxeta nueva",
|
|
||||||
"Card name" : "Nome de la tarxeta",
|
|
||||||
"List deleted" : "Desanicióse la llista",
|
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Add a new tag" : "Amestar una etiqueta nueva",
|
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Show in Files" : "Amosar en Ficheros",
|
|
||||||
"Download" : "Baxar",
|
"Download" : "Baxar",
|
||||||
"Invalid path selected" : "Seleicionóse un camín inválidu",
|
|
||||||
"Comments" : "Comentarios",
|
|
||||||
"Modified" : "Modificóse",
|
|
||||||
"The title cannot be empty." : "El títulu nun pue tar baleru",
|
|
||||||
"No comments yet. Begin the discussion!" : "Nun hai nengún comentariu. ¡Comienza'l discutiniu!",
|
|
||||||
"Failed to load comments" : "Nun se puen cargar los comentarios",
|
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"The comment cannot be empty." : "El comentariu nun pue tar baleru.",
|
|
||||||
"In reply to" : "En rempuesta a",
|
|
||||||
"Reply" : "Responder",
|
|
||||||
"Update" : "Anovar",
|
|
||||||
"Created:" : "Creóse'l",
|
"Created:" : "Creóse'l",
|
||||||
"Description" : "Descripción",
|
"Description" : "Descripción",
|
||||||
"(Unsaved)" : "(ensin guardar)",
|
|
||||||
"(Saving…)" : "(Guardando…)",
|
"(Saving…)" : "(Guardando…)",
|
||||||
"Formatting help" : "Ayuda del formatu",
|
"Completed" : "Completáu",
|
||||||
"Edit description" : "Editar la descripción",
|
|
||||||
"View description" : "Ver la descripción",
|
|
||||||
"Mark as done" : "Marcar como fecha",
|
|
||||||
"Archive card" : "Archivar la tarxeta",
|
|
||||||
"(group)" : "(grupu)",
|
|
||||||
"Next week – {timeLocale}" : "La próxima selmana – {timeLocale}",
|
|
||||||
"Delete card" : "Desaniciar la tarxeta",
|
|
||||||
"seconds ago" : "hai segundos",
|
|
||||||
"Keyboard shortcuts" : "Atayos del tecláu",
|
|
||||||
"Keyboard shortcut" : "Atayos del tecláu",
|
|
||||||
"Action" : "Aición",
|
|
||||||
"Ctrl" : "Ctrl",
|
|
||||||
"Search" : "Guetar",
|
|
||||||
"Shared with you" : "Compartióse contigo",
|
|
||||||
"All cards" : "Toles tarxetes",
|
"All cards" : "Toles tarxetes",
|
||||||
"No notifications" : "Nun hai nengún avisu",
|
|
||||||
"No reminder" : "Nun hai nengún recordatoriu",
|
|
||||||
"An error occurred" : "Prodúxose un error",
|
"An error occurred" : "Prodúxose un error",
|
||||||
"Today" : "Güei",
|
"Today" : "Güei",
|
||||||
"Tomorrow" : "Mañana",
|
"Tomorrow" : "Mañana"
|
||||||
"No results found" : "Nun s'atopó nengún resultáu",
|
|
||||||
"This weekend – {timeLocale}" : "Esta fin de selmana – {timeLocale}",
|
|
||||||
"Close" : "Zarrar",
|
|
||||||
"Tomorrow – {timeLocale}" : "Mañana – {timeLocale}",
|
|
||||||
"Message from {author} in {conversationName}" : "Mensaxe de {author} en {conversationName}",
|
|
||||||
"Error creating the share" : "Hebo un error al crear la compartición",
|
|
||||||
"Share" : "Compartir",
|
|
||||||
"Timeline" : "Llinia de tiempu",
|
|
||||||
"Next week" : "La selmana que vien",
|
|
||||||
"Next month" : "Mes siguiente"
|
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -1,113 +1,27 @@
|
|||||||
{ "translations": {
|
{ "translations": {
|
||||||
"Deck" : "Tarxeteru",
|
|
||||||
"Upcoming cards" : "Tarxetes próximes",
|
|
||||||
"Load more" : "Cargar más",
|
"Load more" : "Cargar más",
|
||||||
"Personal" : "Personal",
|
|
||||||
"Deck board" : "Mesa de tarxetes",
|
|
||||||
"%s on %s" : "%s n %s",
|
|
||||||
"Action needed" : "Aición necesaria",
|
|
||||||
"copy" : "copia",
|
|
||||||
"To do" : "Xera pendiente",
|
|
||||||
"Done" : "Fecho",
|
|
||||||
"Example Task 3" : "Xera d'exemplu 3",
|
|
||||||
"Example Task 2" : "Xera d'exemplu 2",
|
|
||||||
"Example Task 1" : "Xera d'exemplu 1",
|
|
||||||
"The file was uploaded" : "Xubióse'l ficheru",
|
"The file was uploaded" : "Xubióse'l ficheru",
|
||||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El ficheru xubíu supera la direutiva «upload_max_filesize» del ficheru php.ini",
|
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El ficheru xubíu supera la direutiva «upload_max_filesize» del ficheru php.ini",
|
||||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El ficheru xubíu supera la direutiva «MAX_FILE_SIZE» que s'especificó nel formulariu HTML",
|
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El ficheru xubíu supera la direutiva «MAX_FILE_SIZE» que s'especificó nel formulariu HTML",
|
||||||
"No file was uploaded" : "Nun se xubió nengún ficheru",
|
"No file was uploaded" : "Nun se xubió nengún ficheru",
|
||||||
"Missing a temporary folder" : "Falta una carpeta temporal",
|
|
||||||
"Could not write file to disk" : "Nun se pudo escribir el ficheru nel discu",
|
|
||||||
"A PHP extension stopped the file upload" : "Una estensión PHP paró la xuba de ficheros",
|
|
||||||
"No file uploaded or file size exceeds maximum of %s" : "Nun se xubió nengún ficheru o'l tamañu del ficheru supera'l máximu de %s",
|
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "La data ye inválida, el so formatu ha ser AAAA-MM-DD",
|
|
||||||
"Move card" : "Mover la tarxeta",
|
|
||||||
"Cancel" : "Encaboxar",
|
"Cancel" : "Encaboxar",
|
||||||
"File already exists" : "El ficheru yá esiste",
|
|
||||||
"Drop your files to upload" : "Suelta los ficheros pa xubilos",
|
|
||||||
"Add card" : "Amestar una tarxeta",
|
|
||||||
"Archived cards" : "Tarxetes archivaes",
|
|
||||||
"Add list" : "Amestar una llista",
|
|
||||||
"List name" : "Nome de la llista",
|
|
||||||
"Open" : "Abrir",
|
|
||||||
"Completed" : "Completáu",
|
|
||||||
"Next 24 hours" : "Les próximes 24 hores",
|
|
||||||
"Next 7 days" : "Los próximos 7 díes",
|
|
||||||
"Next 30 days" : "Los próximos 30 díes",
|
|
||||||
"Open details" : "Abrir los detalles",
|
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
"Sharing" : "Comparticiñon",
|
"Sharing" : "Comparticiñon",
|
||||||
"Tags" : "Etiquetes",
|
"Tags" : "Etiquetes",
|
||||||
"Deleted items" : "Elementos desaniciaos",
|
|
||||||
"Activity" : "Actividá",
|
"Activity" : "Actividá",
|
||||||
"Deleted lists" : "Llistes desaniciaes",
|
|
||||||
"Undo" : "Desfacer",
|
"Undo" : "Desfacer",
|
||||||
"Deleted cards" : "Tarxetes desaniciaes",
|
|
||||||
"(Group)" : "(Grupu)",
|
|
||||||
"(Team)" : "(Equipu)",
|
|
||||||
"Can edit" : "Pue editar",
|
|
||||||
"Owner" : "Propietariu",
|
|
||||||
"Delete" : "Desaniciar",
|
"Delete" : "Desaniciar",
|
||||||
"Transfer" : "Tresferir",
|
|
||||||
"Edit list title" : "Editar el títulu de la llista",
|
|
||||||
"Archive all cards" : "Archivar toles carpetes",
|
|
||||||
"Unarchive all cards" : "Desarchivar toles tarxetes",
|
|
||||||
"Delete list" : "Desaniciar la llista",
|
|
||||||
"Archive all cards in this list" : "Archivar toles tarxetes d'esta llista",
|
|
||||||
"Unarchive all cards in this list" : "Desarchivar toles tarxetes d'esta llista",
|
|
||||||
"Add a new card" : "Amestar una tarxeta nueva",
|
|
||||||
"Card name" : "Nome de la tarxeta",
|
|
||||||
"List deleted" : "Desanicióse la llista",
|
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Add a new tag" : "Amestar una etiqueta nueva",
|
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Show in Files" : "Amosar en Ficheros",
|
|
||||||
"Download" : "Baxar",
|
"Download" : "Baxar",
|
||||||
"Invalid path selected" : "Seleicionóse un camín inválidu",
|
|
||||||
"Comments" : "Comentarios",
|
|
||||||
"Modified" : "Modificóse",
|
|
||||||
"The title cannot be empty." : "El títulu nun pue tar baleru",
|
|
||||||
"No comments yet. Begin the discussion!" : "Nun hai nengún comentariu. ¡Comienza'l discutiniu!",
|
|
||||||
"Failed to load comments" : "Nun se puen cargar los comentarios",
|
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"The comment cannot be empty." : "El comentariu nun pue tar baleru.",
|
|
||||||
"In reply to" : "En rempuesta a",
|
|
||||||
"Reply" : "Responder",
|
|
||||||
"Update" : "Anovar",
|
|
||||||
"Created:" : "Creóse'l",
|
"Created:" : "Creóse'l",
|
||||||
"Description" : "Descripción",
|
"Description" : "Descripción",
|
||||||
"(Unsaved)" : "(ensin guardar)",
|
|
||||||
"(Saving…)" : "(Guardando…)",
|
"(Saving…)" : "(Guardando…)",
|
||||||
"Formatting help" : "Ayuda del formatu",
|
"Completed" : "Completáu",
|
||||||
"Edit description" : "Editar la descripción",
|
|
||||||
"View description" : "Ver la descripción",
|
|
||||||
"Mark as done" : "Marcar como fecha",
|
|
||||||
"Archive card" : "Archivar la tarxeta",
|
|
||||||
"(group)" : "(grupu)",
|
|
||||||
"Next week – {timeLocale}" : "La próxima selmana – {timeLocale}",
|
|
||||||
"Delete card" : "Desaniciar la tarxeta",
|
|
||||||
"seconds ago" : "hai segundos",
|
|
||||||
"Keyboard shortcuts" : "Atayos del tecláu",
|
|
||||||
"Keyboard shortcut" : "Atayos del tecláu",
|
|
||||||
"Action" : "Aición",
|
|
||||||
"Ctrl" : "Ctrl",
|
|
||||||
"Search" : "Guetar",
|
|
||||||
"Shared with you" : "Compartióse contigo",
|
|
||||||
"All cards" : "Toles tarxetes",
|
"All cards" : "Toles tarxetes",
|
||||||
"No notifications" : "Nun hai nengún avisu",
|
|
||||||
"No reminder" : "Nun hai nengún recordatoriu",
|
|
||||||
"An error occurred" : "Prodúxose un error",
|
"An error occurred" : "Prodúxose un error",
|
||||||
"Today" : "Güei",
|
"Today" : "Güei",
|
||||||
"Tomorrow" : "Mañana",
|
"Tomorrow" : "Mañana"
|
||||||
"No results found" : "Nun s'atopó nengún resultáu",
|
|
||||||
"This weekend – {timeLocale}" : "Esta fin de selmana – {timeLocale}",
|
|
||||||
"Close" : "Zarrar",
|
|
||||||
"Tomorrow – {timeLocale}" : "Mañana – {timeLocale}",
|
|
||||||
"Message from {author} in {conversationName}" : "Mensaxe de {author} en {conversationName}",
|
|
||||||
"Error creating the share" : "Hebo un error al crear la compartición",
|
|
||||||
"Share" : "Compartir",
|
|
||||||
"Timeline" : "Llinia de tiempu",
|
|
||||||
"Next week" : "La selmana que vien",
|
|
||||||
"Next month" : "Mes siguiente"
|
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
10
l10n/az.js
10
l10n/az.js
@@ -2,18 +2,11 @@ OC.L10N.register(
|
|||||||
"deck",
|
"deck",
|
||||||
{
|
{
|
||||||
"Personal" : "Şəxsi",
|
"Personal" : "Şəxsi",
|
||||||
"Finished" : "Bitdi",
|
|
||||||
"Done" : "Done",
|
"Done" : "Done",
|
||||||
"The file was uploaded" : "Fayl yükləndi",
|
|
||||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Yüklənmiş fayl php.ini-də upload_max_filesize direktivini aşır",
|
|
||||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Yüklənilən faylın həcmi HTML formasinda olan MAX_FILE_SIZE direktivində təyin dilmiş həcmi aşır.",
|
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Yüklənilən faylın həcmi HTML formasinda olan MAX_FILE_SIZE direktivində təyin dilmiş həcmi aşır.",
|
||||||
"The file was only partially uploaded" : "Fayl yalnız qismən yüklənib",
|
|
||||||
"No file was uploaded" : "Heç bir fayl yüklənilmədi",
|
"No file was uploaded" : "Heç bir fayl yüklənilmədi",
|
||||||
"Missing a temporary folder" : "Müvəqqəti qovluq çatışmır",
|
"Missing a temporary folder" : "Müvəqqəti qovluq çatışmır",
|
||||||
"Could not write file to disk" : "Faylı diskə yazmaq mümkün olmadı",
|
|
||||||
"A PHP extension stopped the file upload" : "PHP uzantısı faylın yüklənməsini dayandırdı",
|
|
||||||
"Cancel" : "Dayandır",
|
"Cancel" : "Dayandır",
|
||||||
"Completed" : "Bitmişdir",
|
|
||||||
"Details" : "Detallar",
|
"Details" : "Detallar",
|
||||||
"Sharing" : "Paylaşılır",
|
"Sharing" : "Paylaşılır",
|
||||||
"Tags" : "Işarələr",
|
"Tags" : "Işarələr",
|
||||||
@@ -24,16 +17,15 @@ OC.L10N.register(
|
|||||||
"Delete" : "Sil",
|
"Delete" : "Sil",
|
||||||
"Edit" : "Dəyişiklik et",
|
"Edit" : "Dəyişiklik et",
|
||||||
"Download" : "Yüklə",
|
"Download" : "Yüklə",
|
||||||
"Comments" : "Şərhlər",
|
|
||||||
"Modified" : "Dəyişdirildi",
|
"Modified" : "Dəyişdirildi",
|
||||||
"Save" : "Saxla",
|
"Save" : "Saxla",
|
||||||
"Reply" : "Cavab",
|
"Reply" : "Cavab",
|
||||||
"Update" : "Yenilənmə",
|
"Update" : "Yenilənmə",
|
||||||
"Created:" : "Yaradıldı:",
|
"Created:" : "Yaradıldı:",
|
||||||
"Description" : "Açıqlanma",
|
"Description" : "Açıqlanma",
|
||||||
|
"Completed" : "Bitmişdir",
|
||||||
"(group)" : "(qrup)",
|
"(group)" : "(qrup)",
|
||||||
"seconds ago" : "saniyələr öncə",
|
"seconds ago" : "saniyələr öncə",
|
||||||
"Search" : "Axtarış",
|
|
||||||
"Shared with you" : "Shared with you",
|
"Shared with you" : "Shared with you",
|
||||||
"Today" : "Bu gün",
|
"Today" : "Bu gün",
|
||||||
"Tomorrow" : "Sabah",
|
"Tomorrow" : "Sabah",
|
||||||
|
|||||||
10
l10n/az.json
10
l10n/az.json
@@ -1,17 +1,10 @@
|
|||||||
{ "translations": {
|
{ "translations": {
|
||||||
"Personal" : "Şəxsi",
|
"Personal" : "Şəxsi",
|
||||||
"Finished" : "Bitdi",
|
|
||||||
"Done" : "Done",
|
"Done" : "Done",
|
||||||
"The file was uploaded" : "Fayl yükləndi",
|
|
||||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Yüklənmiş fayl php.ini-də upload_max_filesize direktivini aşır",
|
|
||||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Yüklənilən faylın həcmi HTML formasinda olan MAX_FILE_SIZE direktivində təyin dilmiş həcmi aşır.",
|
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Yüklənilən faylın həcmi HTML formasinda olan MAX_FILE_SIZE direktivində təyin dilmiş həcmi aşır.",
|
||||||
"The file was only partially uploaded" : "Fayl yalnız qismən yüklənib",
|
|
||||||
"No file was uploaded" : "Heç bir fayl yüklənilmədi",
|
"No file was uploaded" : "Heç bir fayl yüklənilmədi",
|
||||||
"Missing a temporary folder" : "Müvəqqəti qovluq çatışmır",
|
"Missing a temporary folder" : "Müvəqqəti qovluq çatışmır",
|
||||||
"Could not write file to disk" : "Faylı diskə yazmaq mümkün olmadı",
|
|
||||||
"A PHP extension stopped the file upload" : "PHP uzantısı faylın yüklənməsini dayandırdı",
|
|
||||||
"Cancel" : "Dayandır",
|
"Cancel" : "Dayandır",
|
||||||
"Completed" : "Bitmişdir",
|
|
||||||
"Details" : "Detallar",
|
"Details" : "Detallar",
|
||||||
"Sharing" : "Paylaşılır",
|
"Sharing" : "Paylaşılır",
|
||||||
"Tags" : "Işarələr",
|
"Tags" : "Işarələr",
|
||||||
@@ -22,16 +15,15 @@
|
|||||||
"Delete" : "Sil",
|
"Delete" : "Sil",
|
||||||
"Edit" : "Dəyişiklik et",
|
"Edit" : "Dəyişiklik et",
|
||||||
"Download" : "Yüklə",
|
"Download" : "Yüklə",
|
||||||
"Comments" : "Şərhlər",
|
|
||||||
"Modified" : "Dəyişdirildi",
|
"Modified" : "Dəyişdirildi",
|
||||||
"Save" : "Saxla",
|
"Save" : "Saxla",
|
||||||
"Reply" : "Cavab",
|
"Reply" : "Cavab",
|
||||||
"Update" : "Yenilənmə",
|
"Update" : "Yenilənmə",
|
||||||
"Created:" : "Yaradıldı:",
|
"Created:" : "Yaradıldı:",
|
||||||
"Description" : "Açıqlanma",
|
"Description" : "Açıqlanma",
|
||||||
|
"Completed" : "Bitmişdir",
|
||||||
"(group)" : "(qrup)",
|
"(group)" : "(qrup)",
|
||||||
"seconds ago" : "saniyələr öncə",
|
"seconds ago" : "saniyələr öncə",
|
||||||
"Search" : "Axtarış",
|
|
||||||
"Shared with you" : "Shared with you",
|
"Shared with you" : "Shared with you",
|
||||||
"Today" : "Bu gün",
|
"Today" : "Bu gün",
|
||||||
"Tomorrow" : "Sabah",
|
"Tomorrow" : "Sabah",
|
||||||
|
|||||||
33
l10n/bg.js
33
l10n/bg.js
@@ -115,13 +115,9 @@ OC.L10N.register(
|
|||||||
"Select the board to link to a project" : "Изберете таблото, което да свържете към проект",
|
"Select the board to link to a project" : "Изберете таблото, което да свържете към проект",
|
||||||
"Search by board title" : "Търсене по заглавие на таблото",
|
"Search by board title" : "Търсене по заглавие на таблото",
|
||||||
"Select board" : "Избор на табло",
|
"Select board" : "Избор на табло",
|
||||||
"Move card to another board" : "Преместване на картата на друго табло",
|
|
||||||
"Select a board" : "Избор на табло",
|
"Select a board" : "Избор на табло",
|
||||||
"No lists available" : "Няма налична списъци.",
|
|
||||||
"Select a list" : "Избор на списък",
|
|
||||||
"Move card" : "Преместване на карта",
|
|
||||||
"Cancel" : "Отказ",
|
|
||||||
"Select a card" : "Избор на карта",
|
"Select a card" : "Избор на карта",
|
||||||
|
"Cancel" : "Отказ",
|
||||||
"Select the card to link to a project" : "Изберете картата, която да свържете към проект",
|
"Select the card to link to a project" : "Изберете картата, която да свържете към проект",
|
||||||
"Link to card" : "Връзка към карта",
|
"Link to card" : "Връзка към карта",
|
||||||
"File already exists" : "Файлът вече съществува",
|
"File already exists" : "Файлът вече съществува",
|
||||||
@@ -140,8 +136,6 @@ OC.L10N.register(
|
|||||||
"Filter by tag" : "Филтрирай по маркер",
|
"Filter by tag" : "Филтрирай по маркер",
|
||||||
"Filter by assigned user" : "Филтриране по назначен потребител",
|
"Filter by assigned user" : "Филтриране по назначен потребител",
|
||||||
"Unassigned" : "Неприсвоен",
|
"Unassigned" : "Неприсвоен",
|
||||||
"Open" : "Отвори",
|
|
||||||
"Completed" : "Завършен",
|
|
||||||
"Filter by due date" : "Филтриране по крайна дата",
|
"Filter by due date" : "Филтриране по крайна дата",
|
||||||
"Overdue" : "Просрочен",
|
"Overdue" : "Просрочен",
|
||||||
"Next 24 hours" : "Следващите 24 часа",
|
"Next 24 hours" : "Следващите 24 часа",
|
||||||
@@ -157,6 +151,7 @@ OC.L10N.register(
|
|||||||
"Currently present people" : "Хора присъстващи в момента",
|
"Currently present people" : "Хора присъстващи в момента",
|
||||||
"Loading board" : "Зареждане на табло",
|
"Loading board" : "Зареждане на табло",
|
||||||
"Board not found" : "Таблото не е намерено",
|
"Board not found" : "Таблото не е намерено",
|
||||||
|
"No lists available" : "Няма налична списъци.",
|
||||||
"Create a new list to add cards to this board" : "Създайте нов списък, за да добавите карти към това табло",
|
"Create a new list to add cards to this board" : "Създайте нов списък, за да добавите карти към това табло",
|
||||||
"Sharing" : "Споделяне",
|
"Sharing" : "Споделяне",
|
||||||
"Tags" : "Етикети",
|
"Tags" : "Етикети",
|
||||||
@@ -165,9 +160,12 @@ OC.L10N.register(
|
|||||||
"Deleted lists" : "Изтрити списъци",
|
"Deleted lists" : "Изтрити списъци",
|
||||||
"Undo" : "Отмяна",
|
"Undo" : "Отмяна",
|
||||||
"Deleted cards" : "Изтрити карти",
|
"Deleted cards" : "Изтрити карти",
|
||||||
|
"Share board with a user, group or circle …" : "Споделяне на таблото с потребител, група или кръг ...",
|
||||||
|
"Searching for users, groups and circles …" : "Търсене за потребители, групи и кръгове ...",
|
||||||
"No participants found" : "Няма намерени участници",
|
"No participants found" : "Няма намерени участници",
|
||||||
"Board owner" : "Собственик на табло",
|
"Board owner" : "Собственик на табло",
|
||||||
"(Group)" : "(Група)",
|
"(Group)" : "(Група)",
|
||||||
|
"(Circle)" : "(Кръг)",
|
||||||
"Can edit" : "Може да редактира",
|
"Can edit" : "Може да редактира",
|
||||||
"Can share" : "Може да споделя",
|
"Can share" : "Може да споделя",
|
||||||
"Can manage" : "Може да управлява",
|
"Can manage" : "Може да управлява",
|
||||||
@@ -193,6 +191,7 @@ OC.L10N.register(
|
|||||||
"title and color value must be provided" : "трябва да се предоставят заглавие и стойност на цвета",
|
"title and color value must be provided" : "трябва да се предоставят заглавие и стойност на цвета",
|
||||||
"Board name" : "Име на табло",
|
"Board name" : "Име на табло",
|
||||||
"Members" : "Членове",
|
"Members" : "Членове",
|
||||||
|
"Assign to users/groups/circles" : "Зачисляване към потребители/групи/кръгове",
|
||||||
"Assign a user to this card…" : "Зачисляване на потребител на тази карта ...",
|
"Assign a user to this card…" : "Зачисляване на потребител на тази карта ...",
|
||||||
"Upload new files" : "Качи нови файлове",
|
"Upload new files" : "Качи нови файлове",
|
||||||
"Share from Files" : "Споделяне от Файлове",
|
"Share from Files" : "Споделяне от Файлове",
|
||||||
@@ -233,7 +232,8 @@ OC.L10N.register(
|
|||||||
"Choose attachment" : "Избор на прикачен файл",
|
"Choose attachment" : "Избор на прикачен файл",
|
||||||
"Set a due date" : "Задаване на крайна дата",
|
"Set a due date" : "Задаване на крайна дата",
|
||||||
"Remove due date" : "Премахни крайната дата",
|
"Remove due date" : "Премахни крайната дата",
|
||||||
"Mark as done" : "Маркирай като готово",
|
"Completed" : "Завършен",
|
||||||
|
"Not completed" : "Незавършен",
|
||||||
"Unarchive card" : "Разархивиране на карта",
|
"Unarchive card" : "Разархивиране на карта",
|
||||||
"Archive card" : "Архивиране на карта",
|
"Archive card" : "Архивиране на карта",
|
||||||
"Select Date" : "Изберете дата",
|
"Select Date" : "Изберете дата",
|
||||||
@@ -245,15 +245,15 @@ OC.L10N.register(
|
|||||||
"Card details" : "Подробности за картата",
|
"Card details" : "Подробности за картата",
|
||||||
"Assign to me" : "Зачисляване към мен",
|
"Assign to me" : "Зачисляване към мен",
|
||||||
"Unassign myself" : "Отмяна на зачисляването към мен",
|
"Unassign myself" : "Отмяна на зачисляването към мен",
|
||||||
|
"Mark as done" : "Маркирай като готово",
|
||||||
|
"Move card" : "Преместване на карта",
|
||||||
"Delete card" : "Изтриване на карта",
|
"Delete card" : "Изтриване на карта",
|
||||||
|
"Move card to another board" : "Преместване на картата на друго табло",
|
||||||
|
"Select a list" : "Избор на списък",
|
||||||
|
"List is empty" : "Списъкът е празен",
|
||||||
"Card deleted" : "Картата е изтрита",
|
"Card deleted" : "Картата е изтрита",
|
||||||
"seconds ago" : "преди секунди",
|
"seconds ago" : "преди секунди",
|
||||||
"Keyboard shortcuts" : "Бързи клавиши",
|
|
||||||
"Keyboard shortcut" : "Клавишни комбинации",
|
|
||||||
"Action" : "Действие",
|
|
||||||
"Shift" : "Shift /бутон/",
|
|
||||||
"Ctrl" : "Ctrl /бутон/",
|
"Ctrl" : "Ctrl /бутон/",
|
||||||
"Search" : "Търсене",
|
|
||||||
"Enter" : "Въвеждане",
|
"Enter" : "Въвеждане",
|
||||||
"Space" : "Пространство",
|
"Space" : "Пространство",
|
||||||
"All boards" : "Всички табла",
|
"All boards" : "Всички табла",
|
||||||
@@ -318,13 +318,10 @@ OC.L10N.register(
|
|||||||
"Share" : "Споделяне",
|
"Share" : "Споделяне",
|
||||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Описанието на картата</strong> в приложението Deck/набор/ е променено",
|
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Описанието на картата</strong> в приложението Deck/набор/ е променено",
|
||||||
"Timeline" : "Времева линия",
|
"Timeline" : "Времева линия",
|
||||||
"Share board with a user, group or circle …" : "Споделяне на таблото с потребител, група или кръг ...",
|
"Assign to users" : "Зачисляване към потребители",
|
||||||
"Searching for users, groups and circles …" : "Търсене за потребители, групи и кръгове ...",
|
"Due date" : "Крайна дата",
|
||||||
"(Circle)" : "(Кръг)",
|
|
||||||
"Assign to users/groups/circles" : "Зачисляване към потребители/групи/кръгове",
|
|
||||||
"Next week" : "Следваща седмица",
|
"Next week" : "Следваща седмица",
|
||||||
"Next month" : "Следващия месец",
|
"Next month" : "Следващия месец",
|
||||||
"List is empty" : "Списъкът е празен",
|
|
||||||
"Limit deck usage of groups" : "Ограничава използването на набора от групи",
|
"Limit deck usage of groups" : "Ограничава използването на набора от групи",
|
||||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Ограничаването на приложението Deck/набор/ ще блокира потребителите, които не са част от тези групи, да създават свои собствени табла. Потребителите все още ще могат да работят на таблата, които са споделени с тях."
|
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Ограничаването на приложението Deck/набор/ ще блокира потребителите, които не са част от тези групи, да създават свои собствени табла. Потребителите все още ще могат да работят на таблата, които са споделени с тях."
|
||||||
},
|
},
|
||||||
|
|||||||
33
l10n/bg.json
33
l10n/bg.json
@@ -113,13 +113,9 @@
|
|||||||
"Select the board to link to a project" : "Изберете таблото, което да свържете към проект",
|
"Select the board to link to a project" : "Изберете таблото, което да свържете към проект",
|
||||||
"Search by board title" : "Търсене по заглавие на таблото",
|
"Search by board title" : "Търсене по заглавие на таблото",
|
||||||
"Select board" : "Избор на табло",
|
"Select board" : "Избор на табло",
|
||||||
"Move card to another board" : "Преместване на картата на друго табло",
|
|
||||||
"Select a board" : "Избор на табло",
|
"Select a board" : "Избор на табло",
|
||||||
"No lists available" : "Няма налична списъци.",
|
|
||||||
"Select a list" : "Избор на списък",
|
|
||||||
"Move card" : "Преместване на карта",
|
|
||||||
"Cancel" : "Отказ",
|
|
||||||
"Select a card" : "Избор на карта",
|
"Select a card" : "Избор на карта",
|
||||||
|
"Cancel" : "Отказ",
|
||||||
"Select the card to link to a project" : "Изберете картата, която да свържете към проект",
|
"Select the card to link to a project" : "Изберете картата, която да свържете към проект",
|
||||||
"Link to card" : "Връзка към карта",
|
"Link to card" : "Връзка към карта",
|
||||||
"File already exists" : "Файлът вече съществува",
|
"File already exists" : "Файлът вече съществува",
|
||||||
@@ -138,8 +134,6 @@
|
|||||||
"Filter by tag" : "Филтрирай по маркер",
|
"Filter by tag" : "Филтрирай по маркер",
|
||||||
"Filter by assigned user" : "Филтриране по назначен потребител",
|
"Filter by assigned user" : "Филтриране по назначен потребител",
|
||||||
"Unassigned" : "Неприсвоен",
|
"Unassigned" : "Неприсвоен",
|
||||||
"Open" : "Отвори",
|
|
||||||
"Completed" : "Завършен",
|
|
||||||
"Filter by due date" : "Филтриране по крайна дата",
|
"Filter by due date" : "Филтриране по крайна дата",
|
||||||
"Overdue" : "Просрочен",
|
"Overdue" : "Просрочен",
|
||||||
"Next 24 hours" : "Следващите 24 часа",
|
"Next 24 hours" : "Следващите 24 часа",
|
||||||
@@ -155,6 +149,7 @@
|
|||||||
"Currently present people" : "Хора присъстващи в момента",
|
"Currently present people" : "Хора присъстващи в момента",
|
||||||
"Loading board" : "Зареждане на табло",
|
"Loading board" : "Зареждане на табло",
|
||||||
"Board not found" : "Таблото не е намерено",
|
"Board not found" : "Таблото не е намерено",
|
||||||
|
"No lists available" : "Няма налична списъци.",
|
||||||
"Create a new list to add cards to this board" : "Създайте нов списък, за да добавите карти към това табло",
|
"Create a new list to add cards to this board" : "Създайте нов списък, за да добавите карти към това табло",
|
||||||
"Sharing" : "Споделяне",
|
"Sharing" : "Споделяне",
|
||||||
"Tags" : "Етикети",
|
"Tags" : "Етикети",
|
||||||
@@ -163,9 +158,12 @@
|
|||||||
"Deleted lists" : "Изтрити списъци",
|
"Deleted lists" : "Изтрити списъци",
|
||||||
"Undo" : "Отмяна",
|
"Undo" : "Отмяна",
|
||||||
"Deleted cards" : "Изтрити карти",
|
"Deleted cards" : "Изтрити карти",
|
||||||
|
"Share board with a user, group or circle …" : "Споделяне на таблото с потребител, група или кръг ...",
|
||||||
|
"Searching for users, groups and circles …" : "Търсене за потребители, групи и кръгове ...",
|
||||||
"No participants found" : "Няма намерени участници",
|
"No participants found" : "Няма намерени участници",
|
||||||
"Board owner" : "Собственик на табло",
|
"Board owner" : "Собственик на табло",
|
||||||
"(Group)" : "(Група)",
|
"(Group)" : "(Група)",
|
||||||
|
"(Circle)" : "(Кръг)",
|
||||||
"Can edit" : "Може да редактира",
|
"Can edit" : "Може да редактира",
|
||||||
"Can share" : "Може да споделя",
|
"Can share" : "Може да споделя",
|
||||||
"Can manage" : "Може да управлява",
|
"Can manage" : "Може да управлява",
|
||||||
@@ -191,6 +189,7 @@
|
|||||||
"title and color value must be provided" : "трябва да се предоставят заглавие и стойност на цвета",
|
"title and color value must be provided" : "трябва да се предоставят заглавие и стойност на цвета",
|
||||||
"Board name" : "Име на табло",
|
"Board name" : "Име на табло",
|
||||||
"Members" : "Членове",
|
"Members" : "Членове",
|
||||||
|
"Assign to users/groups/circles" : "Зачисляване към потребители/групи/кръгове",
|
||||||
"Assign a user to this card…" : "Зачисляване на потребител на тази карта ...",
|
"Assign a user to this card…" : "Зачисляване на потребител на тази карта ...",
|
||||||
"Upload new files" : "Качи нови файлове",
|
"Upload new files" : "Качи нови файлове",
|
||||||
"Share from Files" : "Споделяне от Файлове",
|
"Share from Files" : "Споделяне от Файлове",
|
||||||
@@ -231,7 +230,8 @@
|
|||||||
"Choose attachment" : "Избор на прикачен файл",
|
"Choose attachment" : "Избор на прикачен файл",
|
||||||
"Set a due date" : "Задаване на крайна дата",
|
"Set a due date" : "Задаване на крайна дата",
|
||||||
"Remove due date" : "Премахни крайната дата",
|
"Remove due date" : "Премахни крайната дата",
|
||||||
"Mark as done" : "Маркирай като готово",
|
"Completed" : "Завършен",
|
||||||
|
"Not completed" : "Незавършен",
|
||||||
"Unarchive card" : "Разархивиране на карта",
|
"Unarchive card" : "Разархивиране на карта",
|
||||||
"Archive card" : "Архивиране на карта",
|
"Archive card" : "Архивиране на карта",
|
||||||
"Select Date" : "Изберете дата",
|
"Select Date" : "Изберете дата",
|
||||||
@@ -243,15 +243,15 @@
|
|||||||
"Card details" : "Подробности за картата",
|
"Card details" : "Подробности за картата",
|
||||||
"Assign to me" : "Зачисляване към мен",
|
"Assign to me" : "Зачисляване към мен",
|
||||||
"Unassign myself" : "Отмяна на зачисляването към мен",
|
"Unassign myself" : "Отмяна на зачисляването към мен",
|
||||||
|
"Mark as done" : "Маркирай като готово",
|
||||||
|
"Move card" : "Преместване на карта",
|
||||||
"Delete card" : "Изтриване на карта",
|
"Delete card" : "Изтриване на карта",
|
||||||
|
"Move card to another board" : "Преместване на картата на друго табло",
|
||||||
|
"Select a list" : "Избор на списък",
|
||||||
|
"List is empty" : "Списъкът е празен",
|
||||||
"Card deleted" : "Картата е изтрита",
|
"Card deleted" : "Картата е изтрита",
|
||||||
"seconds ago" : "преди секунди",
|
"seconds ago" : "преди секунди",
|
||||||
"Keyboard shortcuts" : "Бързи клавиши",
|
|
||||||
"Keyboard shortcut" : "Клавишни комбинации",
|
|
||||||
"Action" : "Действие",
|
|
||||||
"Shift" : "Shift /бутон/",
|
|
||||||
"Ctrl" : "Ctrl /бутон/",
|
"Ctrl" : "Ctrl /бутон/",
|
||||||
"Search" : "Търсене",
|
|
||||||
"Enter" : "Въвеждане",
|
"Enter" : "Въвеждане",
|
||||||
"Space" : "Пространство",
|
"Space" : "Пространство",
|
||||||
"All boards" : "Всички табла",
|
"All boards" : "Всички табла",
|
||||||
@@ -316,13 +316,10 @@
|
|||||||
"Share" : "Споделяне",
|
"Share" : "Споделяне",
|
||||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Описанието на картата</strong> в приложението Deck/набор/ е променено",
|
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Описанието на картата</strong> в приложението Deck/набор/ е променено",
|
||||||
"Timeline" : "Времева линия",
|
"Timeline" : "Времева линия",
|
||||||
"Share board with a user, group or circle …" : "Споделяне на таблото с потребител, група или кръг ...",
|
"Assign to users" : "Зачисляване към потребители",
|
||||||
"Searching for users, groups and circles …" : "Търсене за потребители, групи и кръгове ...",
|
"Due date" : "Крайна дата",
|
||||||
"(Circle)" : "(Кръг)",
|
|
||||||
"Assign to users/groups/circles" : "Зачисляване към потребители/групи/кръгове",
|
|
||||||
"Next week" : "Следваща седмица",
|
"Next week" : "Следваща седмица",
|
||||||
"Next month" : "Следващия месец",
|
"Next month" : "Следващия месец",
|
||||||
"List is empty" : "Списъкът е празен",
|
|
||||||
"Limit deck usage of groups" : "Ограничава използването на набора от групи",
|
"Limit deck usage of groups" : "Ограничава използването на набора от групи",
|
||||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Ограничаването на приложението Deck/набор/ ще блокира потребителите, които не са част от тези групи, да създават свои собствени табла. Потребителите все още ще могат да работят на таблата, които са споделени с тях."
|
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Ограничаването на приложението Deck/набор/ ще блокира потребителите, които не са част от тези групи, да създават свои собствени табла. Потребителите все още ще могат да работят на таблата, които са споделени с тях."
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ OC.L10N.register(
|
|||||||
"No file was uploaded" : "কোন ফাইল আপলোড করা হয় নি",
|
"No file was uploaded" : "কোন ফাইল আপলোড করা হয় নি",
|
||||||
"Missing a temporary folder" : "অস্থায়ী ফোল্ডারটি হারানো গিয়েছে",
|
"Missing a temporary folder" : "অস্থায়ী ফোল্ডারটি হারানো গিয়েছে",
|
||||||
"Cancel" : "বাতির",
|
"Cancel" : "বাতির",
|
||||||
"Completed" : "সুসম্পন্ন",
|
|
||||||
"Details" : "বিসতারিত",
|
"Details" : "বিসতারিত",
|
||||||
"Sharing" : "ভাগাভাগিরত",
|
"Sharing" : "ভাগাভাগিরত",
|
||||||
"Tags" : "ট্যাগ",
|
"Tags" : "ট্যাগ",
|
||||||
@@ -24,10 +23,9 @@ OC.L10N.register(
|
|||||||
"Update" : "পরিবর্ধন",
|
"Update" : "পরিবর্ধন",
|
||||||
"Created:" : "তৈরীর নির্ঘন্টঃ",
|
"Created:" : "তৈরীর নির্ঘন্টঃ",
|
||||||
"Description" : "বিবরণ",
|
"Description" : "বিবরণ",
|
||||||
|
"Completed" : "সুসম্পন্ন",
|
||||||
"(group)" : "(গোষ্ঠি)",
|
"(group)" : "(গোষ্ঠি)",
|
||||||
"seconds ago" : "সেকেন্ড পূর্বে",
|
"seconds ago" : "সেকেন্ড পূর্বে",
|
||||||
"Keyboard shortcuts" : "কী-বোর্ড শর্টকাট",
|
|
||||||
"Search" : "Search",
|
|
||||||
"Shared with you" : "Shared with you",
|
"Shared with you" : "Shared with you",
|
||||||
"Today" : "আজ",
|
"Today" : "আজ",
|
||||||
"Tomorrow" : "আগামীকাল",
|
"Tomorrow" : "আগামীকাল",
|
||||||
|
|||||||
@@ -5,7 +5,6 @@
|
|||||||
"No file was uploaded" : "কোন ফাইল আপলোড করা হয় নি",
|
"No file was uploaded" : "কোন ফাইল আপলোড করা হয় নি",
|
||||||
"Missing a temporary folder" : "অস্থায়ী ফোল্ডারটি হারানো গিয়েছে",
|
"Missing a temporary folder" : "অস্থায়ী ফোল্ডারটি হারানো গিয়েছে",
|
||||||
"Cancel" : "বাতির",
|
"Cancel" : "বাতির",
|
||||||
"Completed" : "সুসম্পন্ন",
|
|
||||||
"Details" : "বিসতারিত",
|
"Details" : "বিসতারিত",
|
||||||
"Sharing" : "ভাগাভাগিরত",
|
"Sharing" : "ভাগাভাগিরত",
|
||||||
"Tags" : "ট্যাগ",
|
"Tags" : "ট্যাগ",
|
||||||
@@ -22,10 +21,9 @@
|
|||||||
"Update" : "পরিবর্ধন",
|
"Update" : "পরিবর্ধন",
|
||||||
"Created:" : "তৈরীর নির্ঘন্টঃ",
|
"Created:" : "তৈরীর নির্ঘন্টঃ",
|
||||||
"Description" : "বিবরণ",
|
"Description" : "বিবরণ",
|
||||||
|
"Completed" : "সুসম্পন্ন",
|
||||||
"(group)" : "(গোষ্ঠি)",
|
"(group)" : "(গোষ্ঠি)",
|
||||||
"seconds ago" : "সেকেন্ড পূর্বে",
|
"seconds ago" : "সেকেন্ড পূর্বে",
|
||||||
"Keyboard shortcuts" : "কী-বোর্ড শর্টকাট",
|
|
||||||
"Search" : "Search",
|
|
||||||
"Shared with you" : "Shared with you",
|
"Shared with you" : "Shared with you",
|
||||||
"Today" : "আজ",
|
"Today" : "আজ",
|
||||||
"Tomorrow" : "আগামীকাল",
|
"Tomorrow" : "আগামীকাল",
|
||||||
|
|||||||
@@ -5,13 +5,9 @@ OC.L10N.register(
|
|||||||
"Finished" : "Achuet",
|
"Finished" : "Achuet",
|
||||||
"copy" : "eil",
|
"copy" : "eil",
|
||||||
"Done" : "Graet",
|
"Done" : "Graet",
|
||||||
"The file was uploaded" : "Kaset eo bet ar restr",
|
|
||||||
"No file was uploaded" : "N'eus restr ebet a zo bet kaset",
|
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Deizat fall, stumm an deizat a zo ret bezhañ BBBB-MM-DD",
|
"Invalid date, date format must be YYYY-MM-DD" : "Deizat fall, stumm an deizat a zo ret bezhañ BBBB-MM-DD",
|
||||||
"Cancel" : "Arrest",
|
"Cancel" : "Arrest",
|
||||||
"Drop your files to upload" : "Laoskit ho restroù evit pellkas",
|
"Drop your files to upload" : "Laoskit ho restroù evit pellkas",
|
||||||
"Open" : "Digeriñ",
|
|
||||||
"Completed" : "Achuet",
|
|
||||||
"Details" : "Munudoù",
|
"Details" : "Munudoù",
|
||||||
"Sharing" : "Rannan",
|
"Sharing" : "Rannan",
|
||||||
"Tags" : "Klavioù",
|
"Tags" : "Klavioù",
|
||||||
@@ -29,17 +25,16 @@ OC.L10N.register(
|
|||||||
"Invalid path selected" : "An hent dibabet n'eus ket anezhañ",
|
"Invalid path selected" : "An hent dibabet n'eus ket anezhañ",
|
||||||
"Comments" : "Displegadennoù",
|
"Comments" : "Displegadennoù",
|
||||||
"Modified" : "Cheñchet",
|
"Modified" : "Cheñchet",
|
||||||
"Created" : "Krouet",
|
|
||||||
"Save" : "Enrollañ",
|
"Save" : "Enrollañ",
|
||||||
"Reply" : "Respont",
|
"Reply" : "Respont",
|
||||||
"Update" : "Adnevesaat",
|
"Update" : "Adnevesaat",
|
||||||
"Created:" : "Krouet :",
|
"Created:" : "Krouet :",
|
||||||
"Description" : "Diskrivadur",
|
"Description" : "Diskrivadur",
|
||||||
|
"Completed" : "Achuet",
|
||||||
"(group)" : "(strollad)",
|
"(group)" : "(strollad)",
|
||||||
"seconds ago" : "eilenn zo",
|
"seconds ago" : "eilenn zo",
|
||||||
"Search" : "Klask",
|
|
||||||
"Shared with you" : "Rannet ganeoc'h",
|
"Shared with you" : "Rannet ganeoc'h",
|
||||||
"No notifications" : "Kemennadenn ebet",
|
"No notifications" : "Kemenaden ebet",
|
||||||
"Today" : "Hiziv",
|
"Today" : "Hiziv",
|
||||||
"Tomorrow" : "Warc'hoaz",
|
"Tomorrow" : "Warc'hoaz",
|
||||||
"Close" : "Seriñ",
|
"Close" : "Seriñ",
|
||||||
|
|||||||
@@ -3,13 +3,9 @@
|
|||||||
"Finished" : "Achuet",
|
"Finished" : "Achuet",
|
||||||
"copy" : "eil",
|
"copy" : "eil",
|
||||||
"Done" : "Graet",
|
"Done" : "Graet",
|
||||||
"The file was uploaded" : "Kaset eo bet ar restr",
|
|
||||||
"No file was uploaded" : "N'eus restr ebet a zo bet kaset",
|
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Deizat fall, stumm an deizat a zo ret bezhañ BBBB-MM-DD",
|
"Invalid date, date format must be YYYY-MM-DD" : "Deizat fall, stumm an deizat a zo ret bezhañ BBBB-MM-DD",
|
||||||
"Cancel" : "Arrest",
|
"Cancel" : "Arrest",
|
||||||
"Drop your files to upload" : "Laoskit ho restroù evit pellkas",
|
"Drop your files to upload" : "Laoskit ho restroù evit pellkas",
|
||||||
"Open" : "Digeriñ",
|
|
||||||
"Completed" : "Achuet",
|
|
||||||
"Details" : "Munudoù",
|
"Details" : "Munudoù",
|
||||||
"Sharing" : "Rannan",
|
"Sharing" : "Rannan",
|
||||||
"Tags" : "Klavioù",
|
"Tags" : "Klavioù",
|
||||||
@@ -27,17 +23,16 @@
|
|||||||
"Invalid path selected" : "An hent dibabet n'eus ket anezhañ",
|
"Invalid path selected" : "An hent dibabet n'eus ket anezhañ",
|
||||||
"Comments" : "Displegadennoù",
|
"Comments" : "Displegadennoù",
|
||||||
"Modified" : "Cheñchet",
|
"Modified" : "Cheñchet",
|
||||||
"Created" : "Krouet",
|
|
||||||
"Save" : "Enrollañ",
|
"Save" : "Enrollañ",
|
||||||
"Reply" : "Respont",
|
"Reply" : "Respont",
|
||||||
"Update" : "Adnevesaat",
|
"Update" : "Adnevesaat",
|
||||||
"Created:" : "Krouet :",
|
"Created:" : "Krouet :",
|
||||||
"Description" : "Diskrivadur",
|
"Description" : "Diskrivadur",
|
||||||
|
"Completed" : "Achuet",
|
||||||
"(group)" : "(strollad)",
|
"(group)" : "(strollad)",
|
||||||
"seconds ago" : "eilenn zo",
|
"seconds ago" : "eilenn zo",
|
||||||
"Search" : "Klask",
|
|
||||||
"Shared with you" : "Rannet ganeoc'h",
|
"Shared with you" : "Rannet ganeoc'h",
|
||||||
"No notifications" : "Kemennadenn ebet",
|
"No notifications" : "Kemenaden ebet",
|
||||||
"Today" : "Hiziv",
|
"Today" : "Hiziv",
|
||||||
"Tomorrow" : "Warc'hoaz",
|
"Tomorrow" : "Warc'hoaz",
|
||||||
"Close" : "Seriñ",
|
"Close" : "Seriñ",
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ OC.L10N.register(
|
|||||||
"No file was uploaded" : "Nijedna datoteka nije učitana.",
|
"No file was uploaded" : "Nijedna datoteka nije učitana.",
|
||||||
"Missing a temporary folder" : "Nedostaje privremeni direktorij.",
|
"Missing a temporary folder" : "Nedostaje privremeni direktorij.",
|
||||||
"Cancel" : "Otkaži",
|
"Cancel" : "Otkaži",
|
||||||
"Completed" : "Zavrženo",
|
|
||||||
"Sharing" : "Dijeljenje",
|
"Sharing" : "Dijeljenje",
|
||||||
"Activity" : "Aktivnost",
|
"Activity" : "Aktivnost",
|
||||||
"Can edit" : "Can edit",
|
"Can edit" : "Can edit",
|
||||||
@@ -22,8 +21,7 @@ OC.L10N.register(
|
|||||||
"Save" : "Spremi",
|
"Save" : "Spremi",
|
||||||
"Update" : "Ažuriraj",
|
"Update" : "Ažuriraj",
|
||||||
"Description" : "Opis",
|
"Description" : "Opis",
|
||||||
"Keyboard shortcuts" : "Tipkovni prečaci",
|
"Completed" : "Zavrženo",
|
||||||
"Search" : "Search",
|
|
||||||
"Shared with you" : "Shared with you",
|
"Shared with you" : "Shared with you",
|
||||||
"Today" : "Danas",
|
"Today" : "Danas",
|
||||||
"Tomorrow" : "Sutra",
|
"Tomorrow" : "Sutra",
|
||||||
|
|||||||
@@ -5,7 +5,6 @@
|
|||||||
"No file was uploaded" : "Nijedna datoteka nije učitana.",
|
"No file was uploaded" : "Nijedna datoteka nije učitana.",
|
||||||
"Missing a temporary folder" : "Nedostaje privremeni direktorij.",
|
"Missing a temporary folder" : "Nedostaje privremeni direktorij.",
|
||||||
"Cancel" : "Otkaži",
|
"Cancel" : "Otkaži",
|
||||||
"Completed" : "Zavrženo",
|
|
||||||
"Sharing" : "Dijeljenje",
|
"Sharing" : "Dijeljenje",
|
||||||
"Activity" : "Aktivnost",
|
"Activity" : "Aktivnost",
|
||||||
"Can edit" : "Can edit",
|
"Can edit" : "Can edit",
|
||||||
@@ -20,8 +19,7 @@
|
|||||||
"Save" : "Spremi",
|
"Save" : "Spremi",
|
||||||
"Update" : "Ažuriraj",
|
"Update" : "Ažuriraj",
|
||||||
"Description" : "Opis",
|
"Description" : "Opis",
|
||||||
"Keyboard shortcuts" : "Tipkovni prečaci",
|
"Completed" : "Zavrženo",
|
||||||
"Search" : "Search",
|
|
||||||
"Shared with you" : "Shared with you",
|
"Shared with you" : "Shared with you",
|
||||||
"Today" : "Danas",
|
"Today" : "Danas",
|
||||||
"Tomorrow" : "Sutra",
|
"Tomorrow" : "Sutra",
|
||||||
|
|||||||
77
l10n/ca.js
77
l10n/ca.js
@@ -37,10 +37,6 @@ OC.L10N.register(
|
|||||||
"{user} has archived card {card} in list {stack} on board {board}" : "{user} té la targeta arxivada {card} a la llista {stack} al tauler {board}",
|
"{user} has archived card {card} in list {stack} on board {board}" : "{user} té la targeta arxivada {card} a la llista {stack} al tauler {board}",
|
||||||
"You have unarchived card {card} in list {stack} on board {board}" : "Teniu una targeta no-arxchivada {card} a la llista {stack} al tauler {board}",
|
"You have unarchived card {card} in list {stack} on board {board}" : "Teniu una targeta no-arxchivada {card} a la llista {stack} al tauler {board}",
|
||||||
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} té una targeta no-arxivada {card} a la llista {stack} al tauler {board}",
|
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} té una targeta no-arxivada {card} a la llista {stack} al tauler {board}",
|
||||||
"You have marked the card {card} as done in list {stack} on board {board}" : "Heu marcat la targeta {card} com a feta a la llista {stack} del tauler {board}",
|
|
||||||
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} ha marcat la targeta {card} com a feta a la llista {stack} del tauler {board}",
|
|
||||||
"You have marked the card {card} as undone in list {stack} on board {board}" : "Heu marcat la targeta {card} com a desfeta a la llista {stack} del tauler {board}",
|
|
||||||
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} ha marcat la targeta {card} com a desfeta a la llista {stack} del tauler {board}",
|
|
||||||
"You have removed the due date of card {card}" : "Heu suprimit la data de caducitat de la targeta {card}",
|
"You have removed the due date of card {card}" : "Heu suprimit la data de caducitat de la targeta {card}",
|
||||||
"{user} has removed the due date of card {card}" : "{user} ha suprimit la data de caducitat de la targeta {card}",
|
"{user} has removed the due date of card {card}" : "{user} ha suprimit la data de caducitat de la targeta {card}",
|
||||||
"You have set the due date of card {card} to {after}" : "Heu establert la data de caducitat de la targeta {card} a {after}",
|
"You have set the due date of card {card} to {after}" : "Heu establert la data de caducitat de la targeta {card} a {after}",
|
||||||
@@ -69,11 +65,7 @@ OC.L10N.register(
|
|||||||
"{user} has commented on card {card}" : "{user} ha comentat la targeta {card}",
|
"{user} has commented on card {card}" : "{user} ha comentat la targeta {card}",
|
||||||
"Deck" : "Targetes",
|
"Deck" : "Targetes",
|
||||||
"Changes in the <strong>Deck app</strong>" : "Canvis a l'<strong>aplicació Targetes</strong>",
|
"Changes in the <strong>Deck app</strong>" : "Canvis a l'<strong>aplicació Targetes</strong>",
|
||||||
"A <strong>board, list or card</strong> was changed" : "S'ha canviat un <strong>tauler, llista o targeta</strong>",
|
|
||||||
"A <strong>comment</strong> was created on a card" : "S'ha creat un <strong>comentari</strong> a una targeta",
|
"A <strong>comment</strong> was created on a card" : "S'ha creat un <strong>comentari</strong> a una targeta",
|
||||||
"A <strong>card description</strong> has been changed" : "S'ha canviat la <strong>descripció de la targeta</strong>",
|
|
||||||
"Cards due today" : "Targetes per avui",
|
|
||||||
"Cards due tomorrow" : "Targetes amb venciment demà",
|
|
||||||
"Upcoming cards" : "Pròximes targetes",
|
"Upcoming cards" : "Pròximes targetes",
|
||||||
"Load more" : "Carrega'n més",
|
"Load more" : "Carrega'n més",
|
||||||
"Personal" : "Personal",
|
"Personal" : "Personal",
|
||||||
@@ -124,13 +116,9 @@ OC.L10N.register(
|
|||||||
"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",
|
||||||
"Select board" : "Selecciona un tauler",
|
"Select board" : "Selecciona un tauler",
|
||||||
"Move card to another board" : "Mou la targeta a un altre tauler",
|
|
||||||
"Select a board" : "Selecciona un tauler",
|
"Select a board" : "Selecciona un tauler",
|
||||||
"No lists available" : "No hi ha cap llista disponible",
|
|
||||||
"Select a list" : "Seleccioneu una llista",
|
|
||||||
"Move card" : "Mou la targeta",
|
|
||||||
"Cancel" : "Cancel·la",
|
|
||||||
"Select a card" : "Selecciona una targeta",
|
"Select a card" : "Selecciona una targeta",
|
||||||
|
"Cancel" : "Cancel·la",
|
||||||
"Select the card to link to a project" : "Selecciona la targeta per enllaçar a un projecte",
|
"Select the card to link to a project" : "Selecciona la targeta per enllaçar a un projecte",
|
||||||
"Link to card" : "Enllaç a la targeta",
|
"Link to card" : "Enllaç a la targeta",
|
||||||
"File already exists" : "El fitxer ja existeix",
|
"File already exists" : "El fitxer ja existeix",
|
||||||
@@ -149,8 +137,6 @@ OC.L10N.register(
|
|||||||
"Filter by tag" : "Filtra per etiqueta",
|
"Filter by tag" : "Filtra per etiqueta",
|
||||||
"Filter by assigned user" : "Filtra per usuari assignat",
|
"Filter by assigned user" : "Filtra per usuari assignat",
|
||||||
"Unassigned" : "Sense assignar",
|
"Unassigned" : "Sense assignar",
|
||||||
"Open" : "Obert",
|
|
||||||
"Completed" : "S'ha completat",
|
|
||||||
"Filter by due date" : "Filtra per data de venciment",
|
"Filter by due date" : "Filtra per data de venciment",
|
||||||
"Overdue" : "Endarrerit",
|
"Overdue" : "Endarrerit",
|
||||||
"Next 24 hours" : "Pròximes 24 hores",
|
"Next 24 hours" : "Pròximes 24 hores",
|
||||||
@@ -158,18 +144,15 @@ OC.L10N.register(
|
|||||||
"Next 30 days" : "Pròxims 30 dies",
|
"Next 30 days" : "Pròxims 30 dies",
|
||||||
"No due date" : "Sense venciment",
|
"No due date" : "Sense venciment",
|
||||||
"Clear filter" : "Esborra el filtre",
|
"Clear filter" : "Esborra el filtre",
|
||||||
"View Modes" : "Modes de visualització",
|
|
||||||
"Toggle View Modes" : "Commuta els modes de visualització",
|
|
||||||
"Hide archived cards" : "Amaga les targetes arxivades",
|
"Hide archived cards" : "Amaga les targetes arxivades",
|
||||||
"Show archived cards" : "Mostra les targetes arxivades",
|
"Show archived cards" : "Mostra les targetes arxivades",
|
||||||
"Toggle compact mode" : "Commuta el mode compacte",
|
"Toggle compact mode" : "Commuta el mode compacte",
|
||||||
"Hide card cover images" : "Amaga les imatges de la portada de la targeta",
|
|
||||||
"Show card cover images" : "Mostra les imatges de la portada de la targeta",
|
|
||||||
"Open details" : "Obre els detalls",
|
"Open details" : "Obre els detalls",
|
||||||
"Details" : "Detalls",
|
"Details" : "Detalls",
|
||||||
"Currently present people" : "Persones presents actuals",
|
"Currently present people" : "Persones presents actuals",
|
||||||
"Loading board" : "S'està carregant el tauler",
|
"Loading board" : "S'està carregant el tauler",
|
||||||
"Board not found" : "Tauler no trobat",
|
"Board not found" : "Tauler no trobat",
|
||||||
|
"No lists available" : "No hi ha cap llista disponible",
|
||||||
"Create a new list to add cards to this board" : "Crea una llista nova per afegir targetes a aquest tauler",
|
"Create a new list to add cards to this board" : "Crea una llista nova per afegir targetes a aquest tauler",
|
||||||
"Sharing" : "Compartició",
|
"Sharing" : "Compartició",
|
||||||
"Tags" : "Etiquetes",
|
"Tags" : "Etiquetes",
|
||||||
@@ -178,9 +161,12 @@ OC.L10N.register(
|
|||||||
"Deleted lists" : "Llistes suprimides",
|
"Deleted lists" : "Llistes suprimides",
|
||||||
"Undo" : "Desfés",
|
"Undo" : "Desfés",
|
||||||
"Deleted cards" : "Targetes suprimides",
|
"Deleted cards" : "Targetes suprimides",
|
||||||
|
"Share board with a user, group or circle …" : "Compartir tauler amb un usuari, grup o cercle …",
|
||||||
|
"Searching for users, groups and circles …" : "Buscant usuaris, grups i cercles …",
|
||||||
"No participants found" : "No s'han trobat participants",
|
"No participants found" : "No s'han trobat participants",
|
||||||
"Board owner" : "Propietari del tauler",
|
"Board owner" : "Propietari del tauler",
|
||||||
"(Group)" : "(Grup)",
|
"(Group)" : "(Grup)",
|
||||||
|
"(Circle)" : "(Cercle)",
|
||||||
"Can edit" : "Pot editar",
|
"Can edit" : "Pot editar",
|
||||||
"Can share" : "Pot compartir",
|
"Can share" : "Pot compartir",
|
||||||
"Can manage" : "Pot gestionar",
|
"Can manage" : "Pot gestionar",
|
||||||
@@ -206,6 +192,7 @@ OC.L10N.register(
|
|||||||
"title and color value must be provided" : "s’ha de proporcionar el valor del títol i del color",
|
"title and color value must be provided" : "s’ha de proporcionar el valor del títol i del color",
|
||||||
"Board name" : "Nom del taulell",
|
"Board name" : "Nom del taulell",
|
||||||
"Members" : "Membres",
|
"Members" : "Membres",
|
||||||
|
"Assign to users/groups/circles" : "Assignació a usuaris/grups/cercles",
|
||||||
"Assign a user to this card…" : "Assignació d'un usuari a aquesta targeta…",
|
"Assign a user to this card…" : "Assignació d'un usuari a aquesta targeta…",
|
||||||
"Upload new files" : "Pujada de nous fitxers",
|
"Upload new files" : "Pujada de nous fitxers",
|
||||||
"Share from Files" : "Comparteix des de Fitxers",
|
"Share from Files" : "Comparteix des de Fitxers",
|
||||||
@@ -246,21 +233,13 @@ OC.L10N.register(
|
|||||||
"Choose attachment" : "Triar adjunt",
|
"Choose attachment" : "Triar adjunt",
|
||||||
"Assign a due date to this card…" : "Assigna una data de caducitat a aquesta targeta…",
|
"Assign a due date to this card…" : "Assigna una data de caducitat a aquesta targeta…",
|
||||||
"Set a due date" : "Definir una data de caducitat",
|
"Set a due date" : "Definir una data de caducitat",
|
||||||
"Add due date" : "Afegeix una data de caducitat",
|
|
||||||
"Choose a date" : "Trieu una data",
|
|
||||||
"Remove due date" : "Suprimeix la data de caducitat",
|
"Remove due date" : "Suprimeix la data de caducitat",
|
||||||
"Mark as done" : "Marcat com a fet",
|
"Completed" : "S'ha completat",
|
||||||
"Due at:" : "Venciment a:",
|
"Not completed" : "No completat",
|
||||||
"Not done" : "No s'ha fet",
|
|
||||||
"Unarchive card" : "Desarxiva targeta",
|
"Unarchive card" : "Desarxiva targeta",
|
||||||
"Archive card" : "Arxiva la targeta",
|
"Archive card" : "Arxiva la targeta",
|
||||||
"Select Date" : "Selecciona la data",
|
"Select Date" : "Selecciona la data",
|
||||||
"Set due date for later today" : "Estableix una data de caducitat per avui més tard",
|
|
||||||
"Set due date for tomorrow" : "Estableix data de caducitat per a demà",
|
|
||||||
"Set due date for this weekend" : "Estableix una data de caducitat per aquest cap de setmana",
|
|
||||||
"Set due date for next week" : "Estableix una data de caducitat per a la setmana vinent",
|
|
||||||
"Assign a tag to this card…" : "Assignació d'una etiqueta a aquesta targeta…",
|
"Assign a tag to this card…" : "Assignació d'una etiqueta a aquesta targeta…",
|
||||||
"Create a new tag:" : "Crea una etiqueta nova:",
|
|
||||||
"(group)" : "(grup)",
|
"(group)" : "(grup)",
|
||||||
"Next week – {timeLocale}" : "La setmana següent: {timeLocale}",
|
"Next week – {timeLocale}" : "La setmana següent: {timeLocale}",
|
||||||
"Todo items" : "Tasques pendents",
|
"Todo items" : "Tasques pendents",
|
||||||
@@ -269,35 +248,16 @@ OC.L10N.register(
|
|||||||
"Card details" : "Detalls 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 done" : "Marcat com a fet",
|
||||||
|
"Move card" : "Mou la targeta",
|
||||||
"Delete card" : "Suprimeix targeta",
|
"Delete card" : "Suprimeix targeta",
|
||||||
|
"Move card to another board" : "Mou la targeta a un altre tauler",
|
||||||
|
"Select a list" : "Seleccioneu una llista",
|
||||||
|
"List is empty" : "La llista és buida",
|
||||||
"Card deleted" : "Targeta suprimida",
|
"Card deleted" : "Targeta suprimida",
|
||||||
"seconds ago" : "fa uns segons",
|
"seconds ago" : "fa uns segons",
|
||||||
"Keyboard shortcuts" : "Dreceres de teclat",
|
|
||||||
"Board actions" : "Accions de Tauler",
|
|
||||||
"Keyboard shortcut" : "Drecera de teclat",
|
|
||||||
"Action" : "Acció",
|
|
||||||
"Shift" : "Maj",
|
|
||||||
"Scroll" : "Desplaçament",
|
|
||||||
"Scroll sideways" : "Desplaçament de costat",
|
|
||||||
"Navigate between cards" : "Navega entre les targetes",
|
|
||||||
"Esc" : "Esc",
|
|
||||||
"Close card details" : "Tanca els detalls de la targeta",
|
|
||||||
"Ctrl" : "Ctrl",
|
"Ctrl" : "Ctrl",
|
||||||
"Search" : "Cercar",
|
|
||||||
"Show card filters" : "Mostra els filtres de la targeta",
|
|
||||||
"Clear card filters" : "Esborra els filtres de la targeta",
|
|
||||||
"Show help dialog" : "Mostra el diàleg d'ajuda",
|
|
||||||
"Card actions" : "Accions de la targeta",
|
|
||||||
"The following actions can be triggered on the currently highlighted card" : "Les accions següents es poden activar a la targeta actualitzada",
|
|
||||||
"Enter" : "Retorn",
|
"Enter" : "Retorn",
|
||||||
"Space" : "Espai",
|
|
||||||
"Open card details" : "Obre els detalls de la targeta",
|
|
||||||
"Edit the card title" : "Edició del títol de la targeta",
|
|
||||||
"Assign yourself to the current card" : "Assigneu-vos a la targeta actual",
|
|
||||||
"Archive/unarchive the current card" : "Arxiva/desarxiva la targeta actual",
|
|
||||||
"Mark card as completed/not completed" : "Marca la targeta com a completada/no completada",
|
|
||||||
"Open card menu" : "Obre el menú de la targeta",
|
|
||||||
"All boards" : "Tots els taulers",
|
"All boards" : "Tots els taulers",
|
||||||
"Archived boards" : "Taulers arxivats",
|
"Archived boards" : "Taulers arxivats",
|
||||||
"Shared with you" : "Us han compartit",
|
"Shared with you" : "Us han compartit",
|
||||||
@@ -305,8 +265,6 @@ OC.L10N.register(
|
|||||||
"Use bigger card view" : "Utilitza la visualització de targetes més gran",
|
"Use bigger card view" : "Utilitza la visualització de targetes més gran",
|
||||||
"Show card ID badge" : "Mostra el distintiu d’ID de la targeta",
|
"Show card ID badge" : "Mostra el distintiu d’ID de la targeta",
|
||||||
"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",
|
|
||||||
"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.",
|
|
||||||
"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",
|
||||||
@@ -347,8 +305,6 @@ OC.L10N.register(
|
|||||||
"Open card" : "Obre la targeta",
|
"Open card" : "Obre la targeta",
|
||||||
"Close" : "Tanca",
|
"Close" : "Tanca",
|
||||||
"No upcoming cards" : "No hi ha pròximes targetes",
|
"No upcoming cards" : "No hi ha pròximes targetes",
|
||||||
"upcoming cards today" : "properes targetes avui",
|
|
||||||
"upcoming cards tomorrow" : "properes targetes demà",
|
|
||||||
"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}",
|
||||||
@@ -367,13 +323,10 @@ OC.L10N.register(
|
|||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"A <strong>card description</strong> inside the Deck app has been changed" : "S'ha canviat una <strong>descripció de targeta</strong> a l'aplicació Tauler",
|
"A <strong>card description</strong> inside the Deck app has been changed" : "S'ha canviat una <strong>descripció de targeta</strong> a l'aplicació Tauler",
|
||||||
"Timeline" : "Línia de temps",
|
"Timeline" : "Línia de temps",
|
||||||
"Share board with a user, group or circle …" : "Compartir tauler amb un usuari, grup o cercle …",
|
"Assign to users" : "Assignació als usuaris",
|
||||||
"Searching for users, groups and circles …" : "Buscant usuaris, grups i cercles …",
|
"Due date" : "Data de caducitat",
|
||||||
"(Circle)" : "(Cercle)",
|
|
||||||
"Assign to users/groups/circles" : "Assignació a usuaris/grups/cercles",
|
|
||||||
"Next week" : "Setmana següent",
|
"Next week" : "Setmana següent",
|
||||||
"Next month" : "Mes següent",
|
"Next month" : "Mes següent",
|
||||||
"List is empty" : "La llista és buida",
|
|
||||||
"Limit deck usage of groups" : "Limitar l'ús del tauler de grups",
|
"Limit deck usage of groups" : "Limitar l'ús del tauler de grups",
|
||||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limitant el Tauler bloquejarà la creació de taulers als usuaris que no són part d'aquests grups. Els usuaris podran seguir treballant en els taulers que hagin estat compartits amb ells."
|
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limitant el Tauler bloquejarà la creació de taulers als usuaris que no són part d'aquests grups. Els usuaris podran seguir treballant en els taulers que hagin estat compartits amb ells."
|
||||||
},
|
},
|
||||||
|
|||||||
77
l10n/ca.json
77
l10n/ca.json
@@ -35,10 +35,6 @@
|
|||||||
"{user} has archived card {card} in list {stack} on board {board}" : "{user} té la targeta arxivada {card} a la llista {stack} al tauler {board}",
|
"{user} has archived card {card} in list {stack} on board {board}" : "{user} té la targeta arxivada {card} a la llista {stack} al tauler {board}",
|
||||||
"You have unarchived card {card} in list {stack} on board {board}" : "Teniu una targeta no-arxchivada {card} a la llista {stack} al tauler {board}",
|
"You have unarchived card {card} in list {stack} on board {board}" : "Teniu una targeta no-arxchivada {card} a la llista {stack} al tauler {board}",
|
||||||
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} té una targeta no-arxivada {card} a la llista {stack} al tauler {board}",
|
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} té una targeta no-arxivada {card} a la llista {stack} al tauler {board}",
|
||||||
"You have marked the card {card} as done in list {stack} on board {board}" : "Heu marcat la targeta {card} com a feta a la llista {stack} del tauler {board}",
|
|
||||||
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} ha marcat la targeta {card} com a feta a la llista {stack} del tauler {board}",
|
|
||||||
"You have marked the card {card} as undone in list {stack} on board {board}" : "Heu marcat la targeta {card} com a desfeta a la llista {stack} del tauler {board}",
|
|
||||||
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} ha marcat la targeta {card} com a desfeta a la llista {stack} del tauler {board}",
|
|
||||||
"You have removed the due date of card {card}" : "Heu suprimit la data de caducitat de la targeta {card}",
|
"You have removed the due date of card {card}" : "Heu suprimit la data de caducitat de la targeta {card}",
|
||||||
"{user} has removed the due date of card {card}" : "{user} ha suprimit la data de caducitat de la targeta {card}",
|
"{user} has removed the due date of card {card}" : "{user} ha suprimit la data de caducitat de la targeta {card}",
|
||||||
"You have set the due date of card {card} to {after}" : "Heu establert la data de caducitat de la targeta {card} a {after}",
|
"You have set the due date of card {card} to {after}" : "Heu establert la data de caducitat de la targeta {card} a {after}",
|
||||||
@@ -67,11 +63,7 @@
|
|||||||
"{user} has commented on card {card}" : "{user} ha comentat la targeta {card}",
|
"{user} has commented on card {card}" : "{user} ha comentat la targeta {card}",
|
||||||
"Deck" : "Targetes",
|
"Deck" : "Targetes",
|
||||||
"Changes in the <strong>Deck app</strong>" : "Canvis a l'<strong>aplicació Targetes</strong>",
|
"Changes in the <strong>Deck app</strong>" : "Canvis a l'<strong>aplicació Targetes</strong>",
|
||||||
"A <strong>board, list or card</strong> was changed" : "S'ha canviat un <strong>tauler, llista o targeta</strong>",
|
|
||||||
"A <strong>comment</strong> was created on a card" : "S'ha creat un <strong>comentari</strong> a una targeta",
|
"A <strong>comment</strong> was created on a card" : "S'ha creat un <strong>comentari</strong> a una targeta",
|
||||||
"A <strong>card description</strong> has been changed" : "S'ha canviat la <strong>descripció de la targeta</strong>",
|
|
||||||
"Cards due today" : "Targetes per avui",
|
|
||||||
"Cards due tomorrow" : "Targetes amb venciment demà",
|
|
||||||
"Upcoming cards" : "Pròximes targetes",
|
"Upcoming cards" : "Pròximes targetes",
|
||||||
"Load more" : "Carrega'n més",
|
"Load more" : "Carrega'n més",
|
||||||
"Personal" : "Personal",
|
"Personal" : "Personal",
|
||||||
@@ -122,13 +114,9 @@
|
|||||||
"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",
|
||||||
"Select board" : "Selecciona un tauler",
|
"Select board" : "Selecciona un tauler",
|
||||||
"Move card to another board" : "Mou la targeta a un altre tauler",
|
|
||||||
"Select a board" : "Selecciona un tauler",
|
"Select a board" : "Selecciona un tauler",
|
||||||
"No lists available" : "No hi ha cap llista disponible",
|
|
||||||
"Select a list" : "Seleccioneu una llista",
|
|
||||||
"Move card" : "Mou la targeta",
|
|
||||||
"Cancel" : "Cancel·la",
|
|
||||||
"Select a card" : "Selecciona una targeta",
|
"Select a card" : "Selecciona una targeta",
|
||||||
|
"Cancel" : "Cancel·la",
|
||||||
"Select the card to link to a project" : "Selecciona la targeta per enllaçar a un projecte",
|
"Select the card to link to a project" : "Selecciona la targeta per enllaçar a un projecte",
|
||||||
"Link to card" : "Enllaç a la targeta",
|
"Link to card" : "Enllaç a la targeta",
|
||||||
"File already exists" : "El fitxer ja existeix",
|
"File already exists" : "El fitxer ja existeix",
|
||||||
@@ -147,8 +135,6 @@
|
|||||||
"Filter by tag" : "Filtra per etiqueta",
|
"Filter by tag" : "Filtra per etiqueta",
|
||||||
"Filter by assigned user" : "Filtra per usuari assignat",
|
"Filter by assigned user" : "Filtra per usuari assignat",
|
||||||
"Unassigned" : "Sense assignar",
|
"Unassigned" : "Sense assignar",
|
||||||
"Open" : "Obert",
|
|
||||||
"Completed" : "S'ha completat",
|
|
||||||
"Filter by due date" : "Filtra per data de venciment",
|
"Filter by due date" : "Filtra per data de venciment",
|
||||||
"Overdue" : "Endarrerit",
|
"Overdue" : "Endarrerit",
|
||||||
"Next 24 hours" : "Pròximes 24 hores",
|
"Next 24 hours" : "Pròximes 24 hores",
|
||||||
@@ -156,18 +142,15 @@
|
|||||||
"Next 30 days" : "Pròxims 30 dies",
|
"Next 30 days" : "Pròxims 30 dies",
|
||||||
"No due date" : "Sense venciment",
|
"No due date" : "Sense venciment",
|
||||||
"Clear filter" : "Esborra el filtre",
|
"Clear filter" : "Esborra el filtre",
|
||||||
"View Modes" : "Modes de visualització",
|
|
||||||
"Toggle View Modes" : "Commuta els modes de visualització",
|
|
||||||
"Hide archived cards" : "Amaga les targetes arxivades",
|
"Hide archived cards" : "Amaga les targetes arxivades",
|
||||||
"Show archived cards" : "Mostra les targetes arxivades",
|
"Show archived cards" : "Mostra les targetes arxivades",
|
||||||
"Toggle compact mode" : "Commuta el mode compacte",
|
"Toggle compact mode" : "Commuta el mode compacte",
|
||||||
"Hide card cover images" : "Amaga les imatges de la portada de la targeta",
|
|
||||||
"Show card cover images" : "Mostra les imatges de la portada de la targeta",
|
|
||||||
"Open details" : "Obre els detalls",
|
"Open details" : "Obre els detalls",
|
||||||
"Details" : "Detalls",
|
"Details" : "Detalls",
|
||||||
"Currently present people" : "Persones presents actuals",
|
"Currently present people" : "Persones presents actuals",
|
||||||
"Loading board" : "S'està carregant el tauler",
|
"Loading board" : "S'està carregant el tauler",
|
||||||
"Board not found" : "Tauler no trobat",
|
"Board not found" : "Tauler no trobat",
|
||||||
|
"No lists available" : "No hi ha cap llista disponible",
|
||||||
"Create a new list to add cards to this board" : "Crea una llista nova per afegir targetes a aquest tauler",
|
"Create a new list to add cards to this board" : "Crea una llista nova per afegir targetes a aquest tauler",
|
||||||
"Sharing" : "Compartició",
|
"Sharing" : "Compartició",
|
||||||
"Tags" : "Etiquetes",
|
"Tags" : "Etiquetes",
|
||||||
@@ -176,9 +159,12 @@
|
|||||||
"Deleted lists" : "Llistes suprimides",
|
"Deleted lists" : "Llistes suprimides",
|
||||||
"Undo" : "Desfés",
|
"Undo" : "Desfés",
|
||||||
"Deleted cards" : "Targetes suprimides",
|
"Deleted cards" : "Targetes suprimides",
|
||||||
|
"Share board with a user, group or circle …" : "Compartir tauler amb un usuari, grup o cercle …",
|
||||||
|
"Searching for users, groups and circles …" : "Buscant usuaris, grups i cercles …",
|
||||||
"No participants found" : "No s'han trobat participants",
|
"No participants found" : "No s'han trobat participants",
|
||||||
"Board owner" : "Propietari del tauler",
|
"Board owner" : "Propietari del tauler",
|
||||||
"(Group)" : "(Grup)",
|
"(Group)" : "(Grup)",
|
||||||
|
"(Circle)" : "(Cercle)",
|
||||||
"Can edit" : "Pot editar",
|
"Can edit" : "Pot editar",
|
||||||
"Can share" : "Pot compartir",
|
"Can share" : "Pot compartir",
|
||||||
"Can manage" : "Pot gestionar",
|
"Can manage" : "Pot gestionar",
|
||||||
@@ -204,6 +190,7 @@
|
|||||||
"title and color value must be provided" : "s’ha de proporcionar el valor del títol i del color",
|
"title and color value must be provided" : "s’ha de proporcionar el valor del títol i del color",
|
||||||
"Board name" : "Nom del taulell",
|
"Board name" : "Nom del taulell",
|
||||||
"Members" : "Membres",
|
"Members" : "Membres",
|
||||||
|
"Assign to users/groups/circles" : "Assignació a usuaris/grups/cercles",
|
||||||
"Assign a user to this card…" : "Assignació d'un usuari a aquesta targeta…",
|
"Assign a user to this card…" : "Assignació d'un usuari a aquesta targeta…",
|
||||||
"Upload new files" : "Pujada de nous fitxers",
|
"Upload new files" : "Pujada de nous fitxers",
|
||||||
"Share from Files" : "Comparteix des de Fitxers",
|
"Share from Files" : "Comparteix des de Fitxers",
|
||||||
@@ -244,21 +231,13 @@
|
|||||||
"Choose attachment" : "Triar adjunt",
|
"Choose attachment" : "Triar adjunt",
|
||||||
"Assign a due date to this card…" : "Assigna una data de caducitat a aquesta targeta…",
|
"Assign a due date to this card…" : "Assigna una data de caducitat a aquesta targeta…",
|
||||||
"Set a due date" : "Definir una data de caducitat",
|
"Set a due date" : "Definir una data de caducitat",
|
||||||
"Add due date" : "Afegeix una data de caducitat",
|
|
||||||
"Choose a date" : "Trieu una data",
|
|
||||||
"Remove due date" : "Suprimeix la data de caducitat",
|
"Remove due date" : "Suprimeix la data de caducitat",
|
||||||
"Mark as done" : "Marcat com a fet",
|
"Completed" : "S'ha completat",
|
||||||
"Due at:" : "Venciment a:",
|
"Not completed" : "No completat",
|
||||||
"Not done" : "No s'ha fet",
|
|
||||||
"Unarchive card" : "Desarxiva targeta",
|
"Unarchive card" : "Desarxiva targeta",
|
||||||
"Archive card" : "Arxiva la targeta",
|
"Archive card" : "Arxiva la targeta",
|
||||||
"Select Date" : "Selecciona la data",
|
"Select Date" : "Selecciona la data",
|
||||||
"Set due date for later today" : "Estableix una data de caducitat per avui més tard",
|
|
||||||
"Set due date for tomorrow" : "Estableix data de caducitat per a demà",
|
|
||||||
"Set due date for this weekend" : "Estableix una data de caducitat per aquest cap de setmana",
|
|
||||||
"Set due date for next week" : "Estableix una data de caducitat per a la setmana vinent",
|
|
||||||
"Assign a tag to this card…" : "Assignació d'una etiqueta a aquesta targeta…",
|
"Assign a tag to this card…" : "Assignació d'una etiqueta a aquesta targeta…",
|
||||||
"Create a new tag:" : "Crea una etiqueta nova:",
|
|
||||||
"(group)" : "(grup)",
|
"(group)" : "(grup)",
|
||||||
"Next week – {timeLocale}" : "La setmana següent: {timeLocale}",
|
"Next week – {timeLocale}" : "La setmana següent: {timeLocale}",
|
||||||
"Todo items" : "Tasques pendents",
|
"Todo items" : "Tasques pendents",
|
||||||
@@ -267,35 +246,16 @@
|
|||||||
"Card details" : "Detalls 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 done" : "Marcat com a fet",
|
||||||
|
"Move card" : "Mou la targeta",
|
||||||
"Delete card" : "Suprimeix targeta",
|
"Delete card" : "Suprimeix targeta",
|
||||||
|
"Move card to another board" : "Mou la targeta a un altre tauler",
|
||||||
|
"Select a list" : "Seleccioneu una llista",
|
||||||
|
"List is empty" : "La llista és buida",
|
||||||
"Card deleted" : "Targeta suprimida",
|
"Card deleted" : "Targeta suprimida",
|
||||||
"seconds ago" : "fa uns segons",
|
"seconds ago" : "fa uns segons",
|
||||||
"Keyboard shortcuts" : "Dreceres de teclat",
|
|
||||||
"Board actions" : "Accions de Tauler",
|
|
||||||
"Keyboard shortcut" : "Drecera de teclat",
|
|
||||||
"Action" : "Acció",
|
|
||||||
"Shift" : "Maj",
|
|
||||||
"Scroll" : "Desplaçament",
|
|
||||||
"Scroll sideways" : "Desplaçament de costat",
|
|
||||||
"Navigate between cards" : "Navega entre les targetes",
|
|
||||||
"Esc" : "Esc",
|
|
||||||
"Close card details" : "Tanca els detalls de la targeta",
|
|
||||||
"Ctrl" : "Ctrl",
|
"Ctrl" : "Ctrl",
|
||||||
"Search" : "Cercar",
|
|
||||||
"Show card filters" : "Mostra els filtres de la targeta",
|
|
||||||
"Clear card filters" : "Esborra els filtres de la targeta",
|
|
||||||
"Show help dialog" : "Mostra el diàleg d'ajuda",
|
|
||||||
"Card actions" : "Accions de la targeta",
|
|
||||||
"The following actions can be triggered on the currently highlighted card" : "Les accions següents es poden activar a la targeta actualitzada",
|
|
||||||
"Enter" : "Retorn",
|
"Enter" : "Retorn",
|
||||||
"Space" : "Espai",
|
|
||||||
"Open card details" : "Obre els detalls de la targeta",
|
|
||||||
"Edit the card title" : "Edició del títol de la targeta",
|
|
||||||
"Assign yourself to the current card" : "Assigneu-vos a la targeta actual",
|
|
||||||
"Archive/unarchive the current card" : "Arxiva/desarxiva la targeta actual",
|
|
||||||
"Mark card as completed/not completed" : "Marca la targeta com a completada/no completada",
|
|
||||||
"Open card menu" : "Obre el menú de la targeta",
|
|
||||||
"All boards" : "Tots els taulers",
|
"All boards" : "Tots els taulers",
|
||||||
"Archived boards" : "Taulers arxivats",
|
"Archived boards" : "Taulers arxivats",
|
||||||
"Shared with you" : "Us han compartit",
|
"Shared with you" : "Us han compartit",
|
||||||
@@ -303,8 +263,6 @@
|
|||||||
"Use bigger card view" : "Utilitza la visualització de targetes més gran",
|
"Use bigger card view" : "Utilitza la visualització de targetes més gran",
|
||||||
"Show card ID badge" : "Mostra el distintiu d’ID de la targeta",
|
"Show card ID badge" : "Mostra el distintiu d’ID de la targeta",
|
||||||
"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",
|
|
||||||
"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.",
|
|
||||||
"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",
|
||||||
@@ -345,8 +303,6 @@
|
|||||||
"Open card" : "Obre la targeta",
|
"Open card" : "Obre la targeta",
|
||||||
"Close" : "Tanca",
|
"Close" : "Tanca",
|
||||||
"No upcoming cards" : "No hi ha pròximes targetes",
|
"No upcoming cards" : "No hi ha pròximes targetes",
|
||||||
"upcoming cards today" : "properes targetes avui",
|
|
||||||
"upcoming cards tomorrow" : "properes targetes demà",
|
|
||||||
"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}",
|
||||||
@@ -365,13 +321,10 @@
|
|||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"A <strong>card description</strong> inside the Deck app has been changed" : "S'ha canviat una <strong>descripció de targeta</strong> a l'aplicació Tauler",
|
"A <strong>card description</strong> inside the Deck app has been changed" : "S'ha canviat una <strong>descripció de targeta</strong> a l'aplicació Tauler",
|
||||||
"Timeline" : "Línia de temps",
|
"Timeline" : "Línia de temps",
|
||||||
"Share board with a user, group or circle …" : "Compartir tauler amb un usuari, grup o cercle …",
|
"Assign to users" : "Assignació als usuaris",
|
||||||
"Searching for users, groups and circles …" : "Buscant usuaris, grups i cercles …",
|
"Due date" : "Data de caducitat",
|
||||||
"(Circle)" : "(Cercle)",
|
|
||||||
"Assign to users/groups/circles" : "Assignació a usuaris/grups/cercles",
|
|
||||||
"Next week" : "Setmana següent",
|
"Next week" : "Setmana següent",
|
||||||
"Next month" : "Mes següent",
|
"Next month" : "Mes següent",
|
||||||
"List is empty" : "La llista és buida",
|
|
||||||
"Limit deck usage of groups" : "Limitar l'ús del tauler de grups",
|
"Limit deck usage of groups" : "Limitar l'ús del tauler de grups",
|
||||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limitant el Tauler bloquejarà la creació de taulers als usuaris que no són part d'aquests grups. Els usuaris podran seguir treballant en els taulers que hagin estat compartits amb ells."
|
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limitant el Tauler bloquejarà la creació de taulers als usuaris que no són part d'aquests grups. Els usuaris podran seguir treballant en els taulers que hagin estat compartits amb ells."
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
|
|||||||
46
l10n/cs.js
46
l10n/cs.js
@@ -124,13 +124,9 @@ OC.L10N.register(
|
|||||||
"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",
|
||||||
"Select board" : "Vybrat tabuli",
|
"Select board" : "Vybrat tabuli",
|
||||||
"Move card to another board" : "Přesunout kartu na jinou tabuli",
|
|
||||||
"Select a board" : "Vybrat tabuli",
|
"Select a board" : "Vybrat tabuli",
|
||||||
"No lists available" : "Nejsou k dispozici žádné seznamy",
|
|
||||||
"Select a list" : "Vyberte sloupec",
|
|
||||||
"Move card" : "Přesunout kartu",
|
|
||||||
"Cancel" : "Storno",
|
|
||||||
"Select a card" : "Vybrat kartu",
|
"Select a card" : "Vybrat kartu",
|
||||||
|
"Cancel" : "Storno",
|
||||||
"Select the card to link to a project" : "Vyberte kartu kterou propojit s projektem",
|
"Select the card to link to a project" : "Vyberte kartu kterou propojit s projektem",
|
||||||
"Link to card" : "Propojit s kartou",
|
"Link to card" : "Propojit s kartou",
|
||||||
"File already exists" : "Soubor už existuje",
|
"File already exists" : "Soubor už existuje",
|
||||||
@@ -149,8 +145,6 @@ OC.L10N.register(
|
|||||||
"Filter by tag" : "Filtrovat podle štítku",
|
"Filter by tag" : "Filtrovat podle štítku",
|
||||||
"Filter by assigned user" : "Filtrovat podle uživatele, který je úkolem pověřen",
|
"Filter by assigned user" : "Filtrovat podle uživatele, který je úkolem pověřen",
|
||||||
"Unassigned" : "Nepřiřazeno",
|
"Unassigned" : "Nepřiřazeno",
|
||||||
"Open" : "Otevřít",
|
|
||||||
"Completed" : "Dokončeno",
|
|
||||||
"Filter by due date" : "Filtrovat podle termínu",
|
"Filter by due date" : "Filtrovat podle termínu",
|
||||||
"Overdue" : "Po termínu",
|
"Overdue" : "Po termínu",
|
||||||
"Next 24 hours" : "Následujících 24 hodin",
|
"Next 24 hours" : "Následujících 24 hodin",
|
||||||
@@ -170,6 +164,7 @@ OC.L10N.register(
|
|||||||
"Currently present people" : "Nyní přítomní lidé",
|
"Currently present people" : "Nyní přítomní lidé",
|
||||||
"Loading board" : "Načítání tabule",
|
"Loading board" : "Načítání tabule",
|
||||||
"Board not found" : "Tabule nenalezena",
|
"Board not found" : "Tabule nenalezena",
|
||||||
|
"No lists available" : "Nejsou k dispozici žádné seznamy",
|
||||||
"Create a new list to add cards to this board" : "Pro přidání karet na tuto tabuli vytvořte nový seznam",
|
"Create a new list to add cards to this board" : "Pro přidání karet na tuto tabuli vytvořte nový seznam",
|
||||||
"Sharing" : "Sdílení",
|
"Sharing" : "Sdílení",
|
||||||
"Tags" : "Štítky",
|
"Tags" : "Štítky",
|
||||||
@@ -178,9 +173,12 @@ 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 circle …" : "Sdílet tabuli s uživatelem, skupinou nebo okruhem…",
|
||||||
|
"Searching for users, groups and circles …" : "Hledání v uživatelích, skupinách a okruzích…",
|
||||||
"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)",
|
||||||
|
"(Circle)" : "(Okruh)",
|
||||||
"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",
|
||||||
@@ -206,6 +204,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/circles" : "Přiřadit uživatelům/skupinám/okruhů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ě…",
|
||||||
"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ů",
|
||||||
@@ -249,8 +248,9 @@ OC.L10N.register(
|
|||||||
"Add due date" : "Přidat termín",
|
"Add due date" : "Přidat termín",
|
||||||
"Choose a date" : "Zvolit datum",
|
"Choose a date" : "Zvolit datum",
|
||||||
"Remove due date" : "Odstranit termín",
|
"Remove due date" : "Odstranit termín",
|
||||||
"Mark as done" : "Označit jako hotové",
|
"Completed" : "Dokončeno",
|
||||||
"Due at:" : "Termín v:",
|
"Due at:" : "Termín v:",
|
||||||
|
"Not completed" : "Nedokončeno",
|
||||||
"Unarchive card" : "Zrušit archivaci karty",
|
"Unarchive card" : "Zrušit archivaci karty",
|
||||||
"Archive card" : "Archivovat kartu",
|
"Archive card" : "Archivovat kartu",
|
||||||
"Select Date" : "Vybrat datum",
|
"Select Date" : "Vybrat datum",
|
||||||
@@ -269,31 +269,18 @@ OC.L10N.register(
|
|||||||
"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é",
|
||||||
|
"Mark as done" : "Označit jako hotové",
|
||||||
|
"Move card" : "Přesunout kartu",
|
||||||
"Delete card" : "Smazat kartu",
|
"Delete card" : "Smazat kartu",
|
||||||
|
"Move card to another board" : "Přesunout kartu na jinou tabuli",
|
||||||
|
"Select a list" : "Vyberte sloupec",
|
||||||
|
"List is empty" : "Seznam je prázdný",
|
||||||
"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",
|
|
||||||
"Board actions" : "Akce ohledně tabule",
|
|
||||||
"Keyboard shortcut" : "Klávesová zkratka",
|
|
||||||
"Action" : "Akce",
|
"Action" : "Akce",
|
||||||
"Shift" : "Shift",
|
|
||||||
"Navigate between cards" : "Pohyb mezi kartami",
|
|
||||||
"Close card details" : "Zavřít podrobnosti o kartě",
|
|
||||||
"Ctrl" : "Ctrl",
|
"Ctrl" : "Ctrl",
|
||||||
"Search" : "Hledat",
|
|
||||||
"Show card filters" : "Zobrazit filtry karty",
|
|
||||||
"Clear card filters" : "Vyčistit filtry karty",
|
|
||||||
"Show help dialog" : "Zobrazit dialog nápovědy",
|
|
||||||
"Card actions" : "Akce ohledně karty",
|
|
||||||
"The following actions can be triggered on the currently highlighted card" : "Na právě zvýrazněné kartě je možné spustit následující akce",
|
|
||||||
"Enter" : "Konec řádku",
|
"Enter" : "Konec řádku",
|
||||||
"Space" : "Mezera",
|
"Space" : "Mezera",
|
||||||
"Open card details" : "Otevřít podrobnosti o kartě",
|
|
||||||
"Edit the card title" : "Upravit nadpis karty",
|
|
||||||
"Assign yourself to the current card" : "Přiřadit stávající kartu sobě",
|
|
||||||
"Archive/unarchive the current card" : "Zaarchivovat / zrušit archivaci stávající karty",
|
|
||||||
"Mark card as completed/not completed" : "Označit kartu jako (ne)dokončenou",
|
|
||||||
"Open card menu" : "Otevřít nabídku karty",
|
|
||||||
"All boards" : "Všechny tabule",
|
"All boards" : "Všechny tabule",
|
||||||
"Archived boards" : "Archivované tabule",
|
"Archived boards" : "Archivované tabule",
|
||||||
"Shared with you" : "Sdíleno s vámi",
|
"Shared with you" : "Sdíleno s vámi",
|
||||||
@@ -363,13 +350,10 @@ OC.L10N.register(
|
|||||||
"Share" : "Sdílet",
|
"Share" : "Sdílet",
|
||||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Popis karty</strong> v aplikaci Deck byl změněn",
|
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Popis karty</strong> v aplikaci Deck byl změněn",
|
||||||
"Timeline" : "Časová osa",
|
"Timeline" : "Časová osa",
|
||||||
"Share board with a user, group or circle …" : "Sdílet tabuli s uživatelem, skupinou nebo okruhem…",
|
"Assign to users" : "Přiřadit k uživatelům",
|
||||||
"Searching for users, groups and circles …" : "Hledání v uživatelích, skupinách a okruzích…",
|
"Due date" : "Termín",
|
||||||
"(Circle)" : "(Okruh)",
|
|
||||||
"Assign to users/groups/circles" : "Přiřadit uživatelům/skupinám/okruhům",
|
|
||||||
"Next week" : "Příští týden",
|
"Next week" : "Příští týden",
|
||||||
"Next month" : "Příští měsíc",
|
"Next month" : "Příští měsíc",
|
||||||
"List is empty" : "Seznam je prázdný",
|
|
||||||
"Limit deck usage of groups" : "Omezit využití deck na skupiny",
|
"Limit deck usage of groups" : "Omezit využití deck na skupiny",
|
||||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Omezení nastavené pro Deck brání uživatelům, kteří nejsou součástí těchto skupin, ve vytváření vlastních tabulí. Nicméně i tak ale pořád budou moci pracovat na tabulích, které jsou jim nasdíleny."
|
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Omezení nastavené pro Deck brání uživatelům, kteří nejsou součástí těchto skupin, ve vytváření vlastních tabulí. Nicméně i tak ale pořád budou moci pracovat na tabulích, které jsou jim nasdíleny."
|
||||||
},
|
},
|
||||||
|
|||||||
46
l10n/cs.json
46
l10n/cs.json
@@ -122,13 +122,9 @@
|
|||||||
"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",
|
||||||
"Select board" : "Vybrat tabuli",
|
"Select board" : "Vybrat tabuli",
|
||||||
"Move card to another board" : "Přesunout kartu na jinou tabuli",
|
|
||||||
"Select a board" : "Vybrat tabuli",
|
"Select a board" : "Vybrat tabuli",
|
||||||
"No lists available" : "Nejsou k dispozici žádné seznamy",
|
|
||||||
"Select a list" : "Vyberte sloupec",
|
|
||||||
"Move card" : "Přesunout kartu",
|
|
||||||
"Cancel" : "Storno",
|
|
||||||
"Select a card" : "Vybrat kartu",
|
"Select a card" : "Vybrat kartu",
|
||||||
|
"Cancel" : "Storno",
|
||||||
"Select the card to link to a project" : "Vyberte kartu kterou propojit s projektem",
|
"Select the card to link to a project" : "Vyberte kartu kterou propojit s projektem",
|
||||||
"Link to card" : "Propojit s kartou",
|
"Link to card" : "Propojit s kartou",
|
||||||
"File already exists" : "Soubor už existuje",
|
"File already exists" : "Soubor už existuje",
|
||||||
@@ -147,8 +143,6 @@
|
|||||||
"Filter by tag" : "Filtrovat podle štítku",
|
"Filter by tag" : "Filtrovat podle štítku",
|
||||||
"Filter by assigned user" : "Filtrovat podle uživatele, který je úkolem pověřen",
|
"Filter by assigned user" : "Filtrovat podle uživatele, který je úkolem pověřen",
|
||||||
"Unassigned" : "Nepřiřazeno",
|
"Unassigned" : "Nepřiřazeno",
|
||||||
"Open" : "Otevřít",
|
|
||||||
"Completed" : "Dokončeno",
|
|
||||||
"Filter by due date" : "Filtrovat podle termínu",
|
"Filter by due date" : "Filtrovat podle termínu",
|
||||||
"Overdue" : "Po termínu",
|
"Overdue" : "Po termínu",
|
||||||
"Next 24 hours" : "Následujících 24 hodin",
|
"Next 24 hours" : "Následujících 24 hodin",
|
||||||
@@ -168,6 +162,7 @@
|
|||||||
"Currently present people" : "Nyní přítomní lidé",
|
"Currently present people" : "Nyní přítomní lidé",
|
||||||
"Loading board" : "Načítání tabule",
|
"Loading board" : "Načítání tabule",
|
||||||
"Board not found" : "Tabule nenalezena",
|
"Board not found" : "Tabule nenalezena",
|
||||||
|
"No lists available" : "Nejsou k dispozici žádné seznamy",
|
||||||
"Create a new list to add cards to this board" : "Pro přidání karet na tuto tabuli vytvořte nový seznam",
|
"Create a new list to add cards to this board" : "Pro přidání karet na tuto tabuli vytvořte nový seznam",
|
||||||
"Sharing" : "Sdílení",
|
"Sharing" : "Sdílení",
|
||||||
"Tags" : "Štítky",
|
"Tags" : "Štítky",
|
||||||
@@ -176,9 +171,12 @@
|
|||||||
"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 circle …" : "Sdílet tabuli s uživatelem, skupinou nebo okruhem…",
|
||||||
|
"Searching for users, groups and circles …" : "Hledání v uživatelích, skupinách a okruzích…",
|
||||||
"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)",
|
||||||
|
"(Circle)" : "(Okruh)",
|
||||||
"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",
|
||||||
@@ -204,6 +202,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/circles" : "Přiřadit uživatelům/skupinám/okruhů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ě…",
|
||||||
"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ů",
|
||||||
@@ -247,8 +246,9 @@
|
|||||||
"Add due date" : "Přidat termín",
|
"Add due date" : "Přidat termín",
|
||||||
"Choose a date" : "Zvolit datum",
|
"Choose a date" : "Zvolit datum",
|
||||||
"Remove due date" : "Odstranit termín",
|
"Remove due date" : "Odstranit termín",
|
||||||
"Mark as done" : "Označit jako hotové",
|
"Completed" : "Dokončeno",
|
||||||
"Due at:" : "Termín v:",
|
"Due at:" : "Termín v:",
|
||||||
|
"Not completed" : "Nedokončeno",
|
||||||
"Unarchive card" : "Zrušit archivaci karty",
|
"Unarchive card" : "Zrušit archivaci karty",
|
||||||
"Archive card" : "Archivovat kartu",
|
"Archive card" : "Archivovat kartu",
|
||||||
"Select Date" : "Vybrat datum",
|
"Select Date" : "Vybrat datum",
|
||||||
@@ -267,31 +267,18 @@
|
|||||||
"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é",
|
||||||
|
"Mark as done" : "Označit jako hotové",
|
||||||
|
"Move card" : "Přesunout kartu",
|
||||||
"Delete card" : "Smazat kartu",
|
"Delete card" : "Smazat kartu",
|
||||||
|
"Move card to another board" : "Přesunout kartu na jinou tabuli",
|
||||||
|
"Select a list" : "Vyberte sloupec",
|
||||||
|
"List is empty" : "Seznam je prázdný",
|
||||||
"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",
|
|
||||||
"Board actions" : "Akce ohledně tabule",
|
|
||||||
"Keyboard shortcut" : "Klávesová zkratka",
|
|
||||||
"Action" : "Akce",
|
"Action" : "Akce",
|
||||||
"Shift" : "Shift",
|
|
||||||
"Navigate between cards" : "Pohyb mezi kartami",
|
|
||||||
"Close card details" : "Zavřít podrobnosti o kartě",
|
|
||||||
"Ctrl" : "Ctrl",
|
"Ctrl" : "Ctrl",
|
||||||
"Search" : "Hledat",
|
|
||||||
"Show card filters" : "Zobrazit filtry karty",
|
|
||||||
"Clear card filters" : "Vyčistit filtry karty",
|
|
||||||
"Show help dialog" : "Zobrazit dialog nápovědy",
|
|
||||||
"Card actions" : "Akce ohledně karty",
|
|
||||||
"The following actions can be triggered on the currently highlighted card" : "Na právě zvýrazněné kartě je možné spustit následující akce",
|
|
||||||
"Enter" : "Konec řádku",
|
"Enter" : "Konec řádku",
|
||||||
"Space" : "Mezera",
|
"Space" : "Mezera",
|
||||||
"Open card details" : "Otevřít podrobnosti o kartě",
|
|
||||||
"Edit the card title" : "Upravit nadpis karty",
|
|
||||||
"Assign yourself to the current card" : "Přiřadit stávající kartu sobě",
|
|
||||||
"Archive/unarchive the current card" : "Zaarchivovat / zrušit archivaci stávající karty",
|
|
||||||
"Mark card as completed/not completed" : "Označit kartu jako (ne)dokončenou",
|
|
||||||
"Open card menu" : "Otevřít nabídku karty",
|
|
||||||
"All boards" : "Všechny tabule",
|
"All boards" : "Všechny tabule",
|
||||||
"Archived boards" : "Archivované tabule",
|
"Archived boards" : "Archivované tabule",
|
||||||
"Shared with you" : "Sdíleno s vámi",
|
"Shared with you" : "Sdíleno s vámi",
|
||||||
@@ -361,13 +348,10 @@
|
|||||||
"Share" : "Sdílet",
|
"Share" : "Sdílet",
|
||||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Popis karty</strong> v aplikaci Deck byl změněn",
|
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Popis karty</strong> v aplikaci Deck byl změněn",
|
||||||
"Timeline" : "Časová osa",
|
"Timeline" : "Časová osa",
|
||||||
"Share board with a user, group or circle …" : "Sdílet tabuli s uživatelem, skupinou nebo okruhem…",
|
"Assign to users" : "Přiřadit k uživatelům",
|
||||||
"Searching for users, groups and circles …" : "Hledání v uživatelích, skupinách a okruzích…",
|
"Due date" : "Termín",
|
||||||
"(Circle)" : "(Okruh)",
|
|
||||||
"Assign to users/groups/circles" : "Přiřadit uživatelům/skupinám/okruhům",
|
|
||||||
"Next week" : "Příští týden",
|
"Next week" : "Příští týden",
|
||||||
"Next month" : "Příští měsíc",
|
"Next month" : "Příští měsíc",
|
||||||
"List is empty" : "Seznam je prázdný",
|
|
||||||
"Limit deck usage of groups" : "Omezit využití deck na skupiny",
|
"Limit deck usage of groups" : "Omezit využití deck na skupiny",
|
||||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Omezení nastavené pro Deck brání uživatelům, kteří nejsou součástí těchto skupin, ve vytváření vlastních tabulí. Nicméně i tak ale pořád budou moci pracovat na tabulích, které jsou jim nasdíleny."
|
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Omezení nastavené pro Deck brání uživatelům, kteří nejsou součástí těchto skupin, ve vytváření vlastních tabulí. Nicméně i tak ale pořád budou moci pracovat na tabulích, které jsou jim nasdíleny."
|
||||||
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
|
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ OC.L10N.register(
|
|||||||
"No file was uploaded" : "Ni lwythwyd ffeil i fyny",
|
"No file was uploaded" : "Ni lwythwyd ffeil i fyny",
|
||||||
"Missing a temporary folder" : "Plygell dros dro yn eisiau",
|
"Missing a temporary folder" : "Plygell dros dro yn eisiau",
|
||||||
"Cancel" : "Diddymu",
|
"Cancel" : "Diddymu",
|
||||||
"Open" : "Ar Agor",
|
|
||||||
"Details" : "Manylion",
|
"Details" : "Manylion",
|
||||||
"Tags" : "Tagiau",
|
"Tags" : "Tagiau",
|
||||||
"Activity" : "Gweithred",
|
"Activity" : "Gweithred",
|
||||||
@@ -26,8 +25,6 @@ OC.L10N.register(
|
|||||||
"Description" : "Disgrifiad",
|
"Description" : "Disgrifiad",
|
||||||
"Select Date" : "Dewis Dyddiad",
|
"Select Date" : "Dewis Dyddiad",
|
||||||
"seconds ago" : "eiliad yn ôl",
|
"seconds ago" : "eiliad yn ôl",
|
||||||
"Keyboard shortcuts" : "Llwybrau byr bysellfwrdd",
|
|
||||||
"Search" : "Chwilio",
|
|
||||||
"Shared with you" : "Shared with you",
|
"Shared with you" : "Shared with you",
|
||||||
"No reminder" : "Dim nodyn atgoffa",
|
"No reminder" : "Dim nodyn atgoffa",
|
||||||
"An error occurred" : "Digwyddodd gwall",
|
"An error occurred" : "Digwyddodd gwall",
|
||||||
|
|||||||
@@ -6,7 +6,6 @@
|
|||||||
"No file was uploaded" : "Ni lwythwyd ffeil i fyny",
|
"No file was uploaded" : "Ni lwythwyd ffeil i fyny",
|
||||||
"Missing a temporary folder" : "Plygell dros dro yn eisiau",
|
"Missing a temporary folder" : "Plygell dros dro yn eisiau",
|
||||||
"Cancel" : "Diddymu",
|
"Cancel" : "Diddymu",
|
||||||
"Open" : "Ar Agor",
|
|
||||||
"Details" : "Manylion",
|
"Details" : "Manylion",
|
||||||
"Tags" : "Tagiau",
|
"Tags" : "Tagiau",
|
||||||
"Activity" : "Gweithred",
|
"Activity" : "Gweithred",
|
||||||
@@ -24,8 +23,6 @@
|
|||||||
"Description" : "Disgrifiad",
|
"Description" : "Disgrifiad",
|
||||||
"Select Date" : "Dewis Dyddiad",
|
"Select Date" : "Dewis Dyddiad",
|
||||||
"seconds ago" : "eiliad yn ôl",
|
"seconds ago" : "eiliad yn ôl",
|
||||||
"Keyboard shortcuts" : "Llwybrau byr bysellfwrdd",
|
|
||||||
"Search" : "Chwilio",
|
|
||||||
"Shared with you" : "Shared with you",
|
"Shared with you" : "Shared with you",
|
||||||
"No reminder" : "Dim nodyn atgoffa",
|
"No reminder" : "Dim nodyn atgoffa",
|
||||||
"An error occurred" : "Digwyddodd gwall",
|
"An error occurred" : "Digwyddodd gwall",
|
||||||
|
|||||||
32
l10n/da.js
32
l10n/da.js
@@ -67,13 +67,9 @@ OC.L10N.register(
|
|||||||
"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",
|
||||||
"Select board" : "Vælg tavle",
|
"Select board" : "Vælg tavle",
|
||||||
"Move card to another board" : "Flyt kort til en anden tavle",
|
|
||||||
"Select a board" : "Vælg én tavle",
|
"Select a board" : "Vælg én tavle",
|
||||||
"No lists available" : "Ingen kolonner tilgængelige",
|
|
||||||
"Select a list" : "Vælg en kolonne",
|
|
||||||
"Move card" : "Flyt kort",
|
|
||||||
"Cancel" : "Annullér",
|
|
||||||
"Select a card" : "Vælg et kort",
|
"Select a card" : "Vælg et kort",
|
||||||
|
"Cancel" : "Annullér",
|
||||||
"Select the card to link to a project" : "Vælg et kort at linke til et projekt",
|
"Select the card to link to a project" : "Vælg et kort at linke til et projekt",
|
||||||
"Link to card" : "Link til kort",
|
"Link to card" : "Link til kort",
|
||||||
"File already exists" : "Filen findes allerede",
|
"File already exists" : "Filen findes allerede",
|
||||||
@@ -91,8 +87,6 @@ OC.L10N.register(
|
|||||||
"Filter by tag" : "Filtrer vha. mærkat",
|
"Filter by tag" : "Filtrer vha. mærkat",
|
||||||
"Filter by assigned user" : "Filtrer vha. tildelt bruger",
|
"Filter by assigned user" : "Filtrer vha. tildelt bruger",
|
||||||
"Unassigned" : "Ikke tildelt",
|
"Unassigned" : "Ikke tildelt",
|
||||||
"Open" : "Åbn",
|
|
||||||
"Completed" : "Fuldført",
|
|
||||||
"Filter by due date" : "Filtrer vha. forfaldsdato",
|
"Filter by due date" : "Filtrer vha. forfaldsdato",
|
||||||
"Overdue" : "Overskredet",
|
"Overdue" : "Overskredet",
|
||||||
"Next 24 hours" : "De næste 24 timer",
|
"Next 24 hours" : "De næste 24 timer",
|
||||||
@@ -107,17 +101,21 @@ OC.L10N.register(
|
|||||||
"Details" : "Detaljer",
|
"Details" : "Detaljer",
|
||||||
"Loading board" : "Indlæser tavle",
|
"Loading board" : "Indlæser tavle",
|
||||||
"Board not found" : "Tavle ikke fundet.",
|
"Board not found" : "Tavle ikke fundet.",
|
||||||
|
"No lists available" : "Ingen kolonner tilgængelige",
|
||||||
"Create a new list to add cards to this board" : "Opret en ny kolonne for at tilføje kort til denne tavle ",
|
"Create a new list to add cards to this board" : "Opret en ny kolonne for at tilføje kort til denne tavle ",
|
||||||
"Sharing" : "Deling",
|
"Sharing" : "Deling",
|
||||||
"Tags" : "Tags",
|
"Tags" : "Mærkat",
|
||||||
"Deleted items" : "Slettede objekter",
|
"Deleted items" : "Slettede objekter",
|
||||||
"Activity" : "Aktivitet",
|
"Activity" : "Aktivitet",
|
||||||
"Deleted lists" : "Slettede kolonner",
|
"Deleted lists" : "Slettede kolonner",
|
||||||
"Undo" : "Fortryd",
|
"Undo" : "Fortryd",
|
||||||
"Deleted cards" : "Sletttede kort",
|
"Deleted cards" : "Sletttede kort",
|
||||||
|
"Share board with a user, group or circle …" : "Del tavle med en bruger, gruppe eller cirkel ...",
|
||||||
|
"Searching for users, groups and circles …" : "Leder efter brugere, grupper og cirkler ...",
|
||||||
"No participants found" : "Ingen deltagere fundet",
|
"No participants found" : "Ingen deltagere fundet",
|
||||||
"Board owner" : "Ejer af tavlen",
|
"Board owner" : "Ejer af tavlen",
|
||||||
"(Group)" : "(Gruppe)",
|
"(Group)" : "(Gruppe)",
|
||||||
|
"(Circle)" : "(Cirkel)",
|
||||||
"Can edit" : "Kan redigere",
|
"Can edit" : "Kan redigere",
|
||||||
"Can share" : "Kan dele",
|
"Can share" : "Kan dele",
|
||||||
"Can manage" : "Kan administrere",
|
"Can manage" : "Kan administrere",
|
||||||
@@ -136,6 +134,7 @@ OC.L10N.register(
|
|||||||
"title and color value must be provided" : "Titel og farve skal angives.",
|
"title and color value must be provided" : "Titel og farve skal angives.",
|
||||||
"Board name" : "Tavle navn",
|
"Board name" : "Tavle navn",
|
||||||
"Members" : "Medlemmer",
|
"Members" : "Medlemmer",
|
||||||
|
"Assign to users/groups/circles" : "Tildel til brugere/grupper/cirkler",
|
||||||
"Assign a user to this card…" : "Tildel en bruger til dette kort",
|
"Assign a user to this card…" : "Tildel en bruger til dette kort",
|
||||||
"Upload new files" : "Upload nye filer",
|
"Upload new files" : "Upload nye filer",
|
||||||
"Share from Files" : "Del fra Filer",
|
"Share from Files" : "Del fra Filer",
|
||||||
@@ -172,7 +171,8 @@ OC.L10N.register(
|
|||||||
"Choose attachment" : "Vælg en vedhæftning",
|
"Choose attachment" : "Vælg en vedhæftning",
|
||||||
"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",
|
"Completed" : "Fuldført",
|
||||||
|
"Not completed" : "Ikke afsluttet",
|
||||||
"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",
|
||||||
@@ -181,15 +181,15 @@ OC.L10N.register(
|
|||||||
"Card details" : "Kort detaljer",
|
"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",
|
||||||
|
"Mark as done" : "Marker som færdig",
|
||||||
|
"Move card" : "Flyt kort",
|
||||||
"Delete card" : "Slet kort",
|
"Delete card" : "Slet kort",
|
||||||
|
"Move card to another board" : "Flyt kort til en anden tavle",
|
||||||
|
"Select a list" : "Vælg en kolonne",
|
||||||
"Card deleted" : "Kort slettet",
|
"Card deleted" : "Kort slettet",
|
||||||
"seconds ago" : "få sekunder siden",
|
"seconds ago" : "få sekunder siden",
|
||||||
"Keyboard shortcuts" : "Tastaturgenveje",
|
|
||||||
"Keyboard shortcut" : "Tastaturgenvej",
|
|
||||||
"Action" : "Handling",
|
"Action" : "Handling",
|
||||||
"Shift" : "Shift",
|
|
||||||
"Ctrl" : "Ctrl",
|
"Ctrl" : "Ctrl",
|
||||||
"Search" : "Søg",
|
|
||||||
"All boards" : "Alle tavler",
|
"All boards" : "Alle tavler",
|
||||||
"Archived boards" : "Arkiverede lister",
|
"Archived boards" : "Arkiverede lister",
|
||||||
"Shared with you" : "Shared with you",
|
"Shared with you" : "Shared with you",
|
||||||
@@ -231,10 +231,8 @@ OC.L10N.register(
|
|||||||
"Share {file} with a Deck card" : "Del {file} med et Deck kort",
|
"Share {file} with a Deck card" : "Del {file} med et Deck kort",
|
||||||
"Share" : "Del",
|
"Share" : "Del",
|
||||||
"Timeline" : "Tidslinje",
|
"Timeline" : "Tidslinje",
|
||||||
"Share board with a user, group or circle …" : "Del tavle med en bruger, gruppe eller cirkel ...",
|
"Assign to users" : "Tildel til brugere",
|
||||||
"Searching for users, groups and circles …" : "Leder efter brugere, grupper og cirkler ...",
|
"Due date" : "Forfaldsdato",
|
||||||
"(Circle)" : "(Cirkel)",
|
|
||||||
"Assign to users/groups/circles" : "Tildel til brugere/grupper/cirkler",
|
|
||||||
"Next week" : "Næste uge",
|
"Next week" : "Næste uge",
|
||||||
"Next month" : "Næste måned",
|
"Next month" : "Næste måned",
|
||||||
"Limit deck usage of groups" : "Begræns Deck brug til grupper",
|
"Limit deck usage of groups" : "Begræns Deck brug til grupper",
|
||||||
|
|||||||
32
l10n/da.json
32
l10n/da.json
@@ -65,13 +65,9 @@
|
|||||||
"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",
|
||||||
"Select board" : "Vælg tavle",
|
"Select board" : "Vælg tavle",
|
||||||
"Move card to another board" : "Flyt kort til en anden tavle",
|
|
||||||
"Select a board" : "Vælg én tavle",
|
"Select a board" : "Vælg én tavle",
|
||||||
"No lists available" : "Ingen kolonner tilgængelige",
|
|
||||||
"Select a list" : "Vælg en kolonne",
|
|
||||||
"Move card" : "Flyt kort",
|
|
||||||
"Cancel" : "Annullér",
|
|
||||||
"Select a card" : "Vælg et kort",
|
"Select a card" : "Vælg et kort",
|
||||||
|
"Cancel" : "Annullér",
|
||||||
"Select the card to link to a project" : "Vælg et kort at linke til et projekt",
|
"Select the card to link to a project" : "Vælg et kort at linke til et projekt",
|
||||||
"Link to card" : "Link til kort",
|
"Link to card" : "Link til kort",
|
||||||
"File already exists" : "Filen findes allerede",
|
"File already exists" : "Filen findes allerede",
|
||||||
@@ -89,8 +85,6 @@
|
|||||||
"Filter by tag" : "Filtrer vha. mærkat",
|
"Filter by tag" : "Filtrer vha. mærkat",
|
||||||
"Filter by assigned user" : "Filtrer vha. tildelt bruger",
|
"Filter by assigned user" : "Filtrer vha. tildelt bruger",
|
||||||
"Unassigned" : "Ikke tildelt",
|
"Unassigned" : "Ikke tildelt",
|
||||||
"Open" : "Åbn",
|
|
||||||
"Completed" : "Fuldført",
|
|
||||||
"Filter by due date" : "Filtrer vha. forfaldsdato",
|
"Filter by due date" : "Filtrer vha. forfaldsdato",
|
||||||
"Overdue" : "Overskredet",
|
"Overdue" : "Overskredet",
|
||||||
"Next 24 hours" : "De næste 24 timer",
|
"Next 24 hours" : "De næste 24 timer",
|
||||||
@@ -105,17 +99,21 @@
|
|||||||
"Details" : "Detaljer",
|
"Details" : "Detaljer",
|
||||||
"Loading board" : "Indlæser tavle",
|
"Loading board" : "Indlæser tavle",
|
||||||
"Board not found" : "Tavle ikke fundet.",
|
"Board not found" : "Tavle ikke fundet.",
|
||||||
|
"No lists available" : "Ingen kolonner tilgængelige",
|
||||||
"Create a new list to add cards to this board" : "Opret en ny kolonne for at tilføje kort til denne tavle ",
|
"Create a new list to add cards to this board" : "Opret en ny kolonne for at tilføje kort til denne tavle ",
|
||||||
"Sharing" : "Deling",
|
"Sharing" : "Deling",
|
||||||
"Tags" : "Tags",
|
"Tags" : "Mærkat",
|
||||||
"Deleted items" : "Slettede objekter",
|
"Deleted items" : "Slettede objekter",
|
||||||
"Activity" : "Aktivitet",
|
"Activity" : "Aktivitet",
|
||||||
"Deleted lists" : "Slettede kolonner",
|
"Deleted lists" : "Slettede kolonner",
|
||||||
"Undo" : "Fortryd",
|
"Undo" : "Fortryd",
|
||||||
"Deleted cards" : "Sletttede kort",
|
"Deleted cards" : "Sletttede kort",
|
||||||
|
"Share board with a user, group or circle …" : "Del tavle med en bruger, gruppe eller cirkel ...",
|
||||||
|
"Searching for users, groups and circles …" : "Leder efter brugere, grupper og cirkler ...",
|
||||||
"No participants found" : "Ingen deltagere fundet",
|
"No participants found" : "Ingen deltagere fundet",
|
||||||
"Board owner" : "Ejer af tavlen",
|
"Board owner" : "Ejer af tavlen",
|
||||||
"(Group)" : "(Gruppe)",
|
"(Group)" : "(Gruppe)",
|
||||||
|
"(Circle)" : "(Cirkel)",
|
||||||
"Can edit" : "Kan redigere",
|
"Can edit" : "Kan redigere",
|
||||||
"Can share" : "Kan dele",
|
"Can share" : "Kan dele",
|
||||||
"Can manage" : "Kan administrere",
|
"Can manage" : "Kan administrere",
|
||||||
@@ -134,6 +132,7 @@
|
|||||||
"title and color value must be provided" : "Titel og farve skal angives.",
|
"title and color value must be provided" : "Titel og farve skal angives.",
|
||||||
"Board name" : "Tavle navn",
|
"Board name" : "Tavle navn",
|
||||||
"Members" : "Medlemmer",
|
"Members" : "Medlemmer",
|
||||||
|
"Assign to users/groups/circles" : "Tildel til brugere/grupper/cirkler",
|
||||||
"Assign a user to this card…" : "Tildel en bruger til dette kort",
|
"Assign a user to this card…" : "Tildel en bruger til dette kort",
|
||||||
"Upload new files" : "Upload nye filer",
|
"Upload new files" : "Upload nye filer",
|
||||||
"Share from Files" : "Del fra Filer",
|
"Share from Files" : "Del fra Filer",
|
||||||
@@ -170,7 +169,8 @@
|
|||||||
"Choose attachment" : "Vælg en vedhæftning",
|
"Choose attachment" : "Vælg en vedhæftning",
|
||||||
"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",
|
"Completed" : "Fuldført",
|
||||||
|
"Not completed" : "Ikke afsluttet",
|
||||||
"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",
|
||||||
@@ -179,15 +179,15 @@
|
|||||||
"Card details" : "Kort detaljer",
|
"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",
|
||||||
|
"Mark as done" : "Marker som færdig",
|
||||||
|
"Move card" : "Flyt kort",
|
||||||
"Delete card" : "Slet kort",
|
"Delete card" : "Slet kort",
|
||||||
|
"Move card to another board" : "Flyt kort til en anden tavle",
|
||||||
|
"Select a list" : "Vælg en kolonne",
|
||||||
"Card deleted" : "Kort slettet",
|
"Card deleted" : "Kort slettet",
|
||||||
"seconds ago" : "få sekunder siden",
|
"seconds ago" : "få sekunder siden",
|
||||||
"Keyboard shortcuts" : "Tastaturgenveje",
|
|
||||||
"Keyboard shortcut" : "Tastaturgenvej",
|
|
||||||
"Action" : "Handling",
|
"Action" : "Handling",
|
||||||
"Shift" : "Shift",
|
|
||||||
"Ctrl" : "Ctrl",
|
"Ctrl" : "Ctrl",
|
||||||
"Search" : "Søg",
|
|
||||||
"All boards" : "Alle tavler",
|
"All boards" : "Alle tavler",
|
||||||
"Archived boards" : "Arkiverede lister",
|
"Archived boards" : "Arkiverede lister",
|
||||||
"Shared with you" : "Shared with you",
|
"Shared with you" : "Shared with you",
|
||||||
@@ -229,10 +229,8 @@
|
|||||||
"Share {file} with a Deck card" : "Del {file} med et Deck kort",
|
"Share {file} with a Deck card" : "Del {file} med et Deck kort",
|
||||||
"Share" : "Del",
|
"Share" : "Del",
|
||||||
"Timeline" : "Tidslinje",
|
"Timeline" : "Tidslinje",
|
||||||
"Share board with a user, group or circle …" : "Del tavle med en bruger, gruppe eller cirkel ...",
|
"Assign to users" : "Tildel til brugere",
|
||||||
"Searching for users, groups and circles …" : "Leder efter brugere, grupper og cirkler ...",
|
"Due date" : "Forfaldsdato",
|
||||||
"(Circle)" : "(Cirkel)",
|
|
||||||
"Assign to users/groups/circles" : "Tildel til brugere/grupper/cirkler",
|
|
||||||
"Next week" : "Næste uge",
|
"Next week" : "Næste uge",
|
||||||
"Next month" : "Næste måned",
|
"Next month" : "Næste måned",
|
||||||
"Limit deck usage of groups" : "Begræns Deck brug til grupper",
|
"Limit deck usage of groups" : "Begræns Deck brug til grupper",
|
||||||
|
|||||||
66
l10n/de.js
66
l10n/de.js
@@ -124,13 +124,9 @@ OC.L10N.register(
|
|||||||
"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",
|
||||||
"Select board" : "Board auswählen",
|
"Select board" : "Board auswählen",
|
||||||
"Move card to another board" : "Karte auf ein anderes Board verschieben",
|
|
||||||
"Select a board" : "Ein Board auswählen",
|
"Select a board" : "Ein Board auswählen",
|
||||||
"No lists available" : "Keine Listen verfügbar",
|
|
||||||
"Select a list" : "Eine Liste auswählen",
|
|
||||||
"Move card" : "Karte verschieben",
|
|
||||||
"Cancel" : "Abbrechen",
|
|
||||||
"Select a card" : "Eine Karte auswählen",
|
"Select a card" : "Eine Karte auswählen",
|
||||||
|
"Cancel" : "Abbrechen",
|
||||||
"Select the card to link to a project" : "Wähle die Karte aus, um diese mit einem Projekt zu verknüpfen",
|
"Select the card to link to a project" : "Wähle die Karte aus, um diese mit einem Projekt zu verknüpfen",
|
||||||
"Link to card" : "Mit dieser Karte verknüpfen",
|
"Link to card" : "Mit dieser Karte verknüpfen",
|
||||||
"File already exists" : "Datei bereits vorhanden",
|
"File already exists" : "Datei bereits vorhanden",
|
||||||
@@ -149,10 +145,6 @@ OC.L10N.register(
|
|||||||
"Filter by tag" : "Nach Schlagwort filtern",
|
"Filter by tag" : "Nach Schlagwort filtern",
|
||||||
"Filter by assigned user" : "Nach zugewiesenem Benutzer filtern",
|
"Filter by assigned user" : "Nach zugewiesenem Benutzer filtern",
|
||||||
"Unassigned" : "Nicht zugewiesen",
|
"Unassigned" : "Nicht zugewiesen",
|
||||||
"Filter by status" : "Nach Status filtern",
|
|
||||||
"Open and completed" : "Offene und fertiggestellte",
|
|
||||||
"Open" : "Offen",
|
|
||||||
"Completed" : "Fertiggestellt",
|
|
||||||
"Filter by due date" : "Nach Fälligkeitsdatum filtern",
|
"Filter by due date" : "Nach Fälligkeitsdatum filtern",
|
||||||
"Overdue" : "Überfällig",
|
"Overdue" : "Überfällig",
|
||||||
"Next 24 hours" : "Die nächsten 24 Stunden",
|
"Next 24 hours" : "Die nächsten 24 Stunden",
|
||||||
@@ -172,6 +164,7 @@ OC.L10N.register(
|
|||||||
"Currently present people" : "Aktuell Anwesende",
|
"Currently present people" : "Aktuell Anwesende",
|
||||||
"Loading board" : "Lade Board",
|
"Loading board" : "Lade Board",
|
||||||
"Board not found" : "Board nicht gefunden",
|
"Board not found" : "Board nicht gefunden",
|
||||||
|
"No lists available" : "Keine Listen verfügbar",
|
||||||
"Create a new list to add cards to this board" : "Erstelle eine neue Liste, um diesem Board Karten hinzuzufügen",
|
"Create a new list to add cards to this board" : "Erstelle eine neue Liste, um diesem Board Karten hinzuzufügen",
|
||||||
"Sharing" : "Teilen",
|
"Sharing" : "Teilen",
|
||||||
"Tags" : "Schlagworte",
|
"Tags" : "Schlagworte",
|
||||||
@@ -180,12 +173,12 @@ OC.L10N.register(
|
|||||||
"Deleted lists" : "Gelöschte Listen",
|
"Deleted lists" : "Gelöschte Listen",
|
||||||
"Undo" : "Rückgängig",
|
"Undo" : "Rückgängig",
|
||||||
"Deleted cards" : "Gelöschte Karten",
|
"Deleted cards" : "Gelöschte Karten",
|
||||||
"Share board with a user, group or team …" : "Board mit einem Benutzer, einer Gruppe oder einem Team teilen …",
|
"Share board with a user, group or circle …" : "Board mit Benutzer, Gruppe oder Kreis teilen …",
|
||||||
"Searching for users, groups and teams …" : "Suche nach Benutzern, Gruppen und Teams …",
|
"Searching for users, groups and circles …" : "Suche nach Benutzern, Gruppen und Kreisen …",
|
||||||
"No participants found" : "Keine Teilnehmer gefunden",
|
"No participants found" : "Keine Teilnehmer gefunden",
|
||||||
"Board owner" : "Board-Besitzer",
|
"Board owner" : "Board-Besitzer",
|
||||||
"(Group)" : "(Gruppe)",
|
"(Group)" : "(Gruppe)",
|
||||||
"(Team)" : "(Team)",
|
"(Circle)" : "(Kreis)",
|
||||||
"Can edit" : "kann bearbeiten",
|
"Can edit" : "kann bearbeiten",
|
||||||
"Can share" : "kann teilen",
|
"Can share" : "kann teilen",
|
||||||
"Can manage" : "kann verwalten",
|
"Can manage" : "kann verwalten",
|
||||||
@@ -211,9 +204,8 @@ OC.L10N.register(
|
|||||||
"title and color value must be provided" : "Titel und Farbwert müssen angegeben werden",
|
"title and color value must be provided" : "Titel und Farbwert müssen angegeben werden",
|
||||||
"Board name" : "Boardname",
|
"Board name" : "Boardname",
|
||||||
"Members" : "Mitglieder",
|
"Members" : "Mitglieder",
|
||||||
"Assign to users/groups/team" : "Benutzern/Gruppen/Teams zuweisen",
|
"Assign to users/groups/circles" : "An Benutzer, Gruppen oder Kreise zuweisen",
|
||||||
"Assign a user to this card…" : "Diese Karte einem Benutzer zuweisen …",
|
"Assign a user to this card…" : "Diese Karte einem Benutzer zuweisen …",
|
||||||
"Select a user to assign to this card…" : "Wähle einen Benutzer aus, der dieser Karte zugewiesen werden soll.",
|
|
||||||
"Upload new files" : "Neue Dateien hochladen",
|
"Upload new files" : "Neue Dateien hochladen",
|
||||||
"Share from Files" : "Aus Dateien heraus teilen",
|
"Share from Files" : "Aus Dateien heraus teilen",
|
||||||
"Pending share" : "Ausstehende Freigabe",
|
"Pending share" : "Ausstehende Freigabe",
|
||||||
@@ -256,9 +248,9 @@ OC.L10N.register(
|
|||||||
"Add due date" : "Fälligkeitsdatum hinzufügen",
|
"Add due date" : "Fälligkeitsdatum hinzufügen",
|
||||||
"Choose a date" : "Datum auswählen",
|
"Choose a date" : "Datum auswählen",
|
||||||
"Remove due date" : "Fälligkeitsdatum löschen",
|
"Remove due date" : "Fälligkeitsdatum löschen",
|
||||||
"Mark as done" : "Als erledigt markieren",
|
"Completed" : "Fertiggestellt",
|
||||||
"Due at:" : "Fallig am:",
|
"Due at:" : "Fallig am:",
|
||||||
"Not done" : "Nicht erledigt",
|
"Not completed" : "Nicht fertiggestellt",
|
||||||
"Unarchive card" : "Karte dearchivieren",
|
"Unarchive card" : "Karte dearchivieren",
|
||||||
"Archive card" : "Karte archivieren",
|
"Archive card" : "Karte archivieren",
|
||||||
"Select Date" : "Datum auswählen",
|
"Select Date" : "Datum auswählen",
|
||||||
@@ -267,46 +259,28 @@ OC.L10N.register(
|
|||||||
"Set due date for this weekend" : "Fälligkeitsdatum auf kommendes Wochenende setzen",
|
"Set due date for this weekend" : "Fälligkeitsdatum auf kommendes Wochenende setzen",
|
||||||
"Set due date for next week" : "Fälligkeitsdatum auf nächste Woche setzen",
|
"Set due date for next week" : "Fälligkeitsdatum auf nächste Woche setzen",
|
||||||
"Assign a tag to this card…" : "Dieser Karte ein Schlagwort zuweisen …",
|
"Assign a tag to this card…" : "Dieser Karte ein Schlagwort zuweisen …",
|
||||||
"Select or create a tag…" : "Schlagwort auswählen oder erstellen",
|
|
||||||
"Create a new tag:" : "Neues Schlagwort erstellen:",
|
"Create a new tag:" : "Neues Schlagwort erstellen:",
|
||||||
"(group)" : "(Gruppe)",
|
"(group)" : "(Gruppe)",
|
||||||
"Next week – {timeLocale}" : "Nächste Woche – {timeLocale}",
|
"Next week – {timeLocale}" : "Nächste Woche – {timeLocale}",
|
||||||
"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",
|
"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 nicht erledigt markieren",
|
"Mark as not done" : "Als nicht erledigt markieren",
|
||||||
|
"Mark as done" : "Als erledigt markieren",
|
||||||
|
"Move card" : "Karte verschieben",
|
||||||
"Delete card" : "Karte löschen",
|
"Delete card" : "Karte löschen",
|
||||||
|
"Move card to another board" : "Karte auf ein anderes Board verschieben",
|
||||||
|
"Select a list" : "Eine Liste auswählen",
|
||||||
|
"List is empty" : "Liste ist leer",
|
||||||
"Card deleted" : "Karte gelöscht",
|
"Card deleted" : "Karte gelöscht",
|
||||||
"seconds ago" : "Gerade eben",
|
"seconds ago" : "Gerade eben",
|
||||||
"Keyboard shortcuts" : "Tastaturkürzel",
|
|
||||||
"Boost your productivity using Deck with keyboard shortcuts." : "Erhöhe mit Tastaturkürzeln deine Produktivität in Deck.",
|
|
||||||
"Board actions" : "Boardaktionen",
|
|
||||||
"Keyboard shortcut" : "Tastaturkürzel",
|
|
||||||
"Action" : "Aktion",
|
"Action" : "Aktion",
|
||||||
"Shift" : "Umschalttaste",
|
|
||||||
"Scroll" : "Scrollen",
|
|
||||||
"Scroll sideways" : "Seitwärts scrollen",
|
|
||||||
"Navigate between cards" : "Zwischen Karten navigieren",
|
|
||||||
"Esc" : "Esc",
|
|
||||||
"Close card details" : "Kartendetails schließen",
|
|
||||||
"Ctrl" : "Strg",
|
"Ctrl" : "Strg",
|
||||||
"Search" : "Suche",
|
|
||||||
"Show card filters" : "Kartenfilter anzeigen",
|
|
||||||
"Clear card filters" : "Kartenfilter löschen",
|
|
||||||
"Show help dialog" : "Hilfedialog anzeigen",
|
|
||||||
"Card actions" : "Kartenaktionen",
|
|
||||||
"The following actions can be triggered on the currently highlighted card" : "Die folgenden Aktionen können für die aktuell markierten Karte ausgelöst werden",
|
|
||||||
"Enter" : "Enter",
|
"Enter" : "Enter",
|
||||||
"Space" : "Leerzeichen",
|
"Space" : "Leerzeichen",
|
||||||
"Open card details" : "Kartendetails öffnen",
|
|
||||||
"Edit the card title" : "Kartentitel bearbeiten",
|
|
||||||
"Assign yourself to the current card" : "Aktuelle Karte dir zuweisen",
|
|
||||||
"Archive/unarchive the current card" : "Aktuelle Karte archivieren/dearchivieren",
|
|
||||||
"Mark card as completed/not completed" : "Karte als fertiggestellt/nicht fertiggestellt markieren",
|
|
||||||
"Open card menu" : "Kartenmenü öffnen",
|
|
||||||
"All boards" : "Alle Boards",
|
"All boards" : "Alle Boards",
|
||||||
"Archived boards" : "Archivierte Boards",
|
"Archived boards" : "Archivierte Boards",
|
||||||
"Shared with you" : "Mit dir geteilt",
|
"Shared with you" : "Mit dir geteilt",
|
||||||
@@ -316,7 +290,7 @@ 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.",
|
||||||
"Board details" : "Boarddetails",
|
"Board details" : "Board-Details",
|
||||||
"Edit board" : "Board bearbeiten",
|
"Edit board" : "Board bearbeiten",
|
||||||
"Clone board" : "Board klonen",
|
"Clone board" : "Board klonen",
|
||||||
"Unarchive board" : "Board dearchivieren",
|
"Unarchive board" : "Board dearchivieren",
|
||||||
@@ -376,15 +350,11 @@ OC.L10N.register(
|
|||||||
"Share" : "Freigeben",
|
"Share" : "Freigeben",
|
||||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
|
"A <strong>card description</strong> inside the Deck app has been changed" : "Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
|
||||||
"Timeline" : "Zeitachse",
|
"Timeline" : "Zeitachse",
|
||||||
"Share board with a user, group or circle …" : "Board mit Benutzer, Gruppe oder Kreis teilen …",
|
"Assign to users" : "Benutzern zuweisen",
|
||||||
"Searching for users, groups and circles …" : "Suche nach Benutzern, Gruppen und Kreisen …",
|
"Due date" : "Fälligkeitsdatum",
|
||||||
"(Circle)" : "(Kreis)",
|
|
||||||
"Assign to users/groups/circles" : "An Benutzer, Gruppen oder Kreise zuweisen",
|
|
||||||
"Next week" : "Nächste Woche",
|
"Next week" : "Nächste Woche",
|
||||||
"Next month" : "Nächster Monat",
|
"Next month" : "Nächster Monat",
|
||||||
"List is empty" : "Liste ist leer",
|
|
||||||
"Limit deck usage of groups" : "Nutzung auf Gruppen einschränken",
|
"Limit deck usage of groups" : "Nutzung auf Gruppen einschränken",
|
||||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Wenn du Deck einschränkst, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden.",
|
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Wenn du Deck einschränkst, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden."
|
||||||
"Filter by completed" : "Nach fertiggestellt filtern"
|
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
66
l10n/de.json
66
l10n/de.json
@@ -122,13 +122,9 @@
|
|||||||
"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",
|
||||||
"Select board" : "Board auswählen",
|
"Select board" : "Board auswählen",
|
||||||
"Move card to another board" : "Karte auf ein anderes Board verschieben",
|
|
||||||
"Select a board" : "Ein Board auswählen",
|
"Select a board" : "Ein Board auswählen",
|
||||||
"No lists available" : "Keine Listen verfügbar",
|
|
||||||
"Select a list" : "Eine Liste auswählen",
|
|
||||||
"Move card" : "Karte verschieben",
|
|
||||||
"Cancel" : "Abbrechen",
|
|
||||||
"Select a card" : "Eine Karte auswählen",
|
"Select a card" : "Eine Karte auswählen",
|
||||||
|
"Cancel" : "Abbrechen",
|
||||||
"Select the card to link to a project" : "Wähle die Karte aus, um diese mit einem Projekt zu verknüpfen",
|
"Select the card to link to a project" : "Wähle die Karte aus, um diese mit einem Projekt zu verknüpfen",
|
||||||
"Link to card" : "Mit dieser Karte verknüpfen",
|
"Link to card" : "Mit dieser Karte verknüpfen",
|
||||||
"File already exists" : "Datei bereits vorhanden",
|
"File already exists" : "Datei bereits vorhanden",
|
||||||
@@ -147,10 +143,6 @@
|
|||||||
"Filter by tag" : "Nach Schlagwort filtern",
|
"Filter by tag" : "Nach Schlagwort filtern",
|
||||||
"Filter by assigned user" : "Nach zugewiesenem Benutzer filtern",
|
"Filter by assigned user" : "Nach zugewiesenem Benutzer filtern",
|
||||||
"Unassigned" : "Nicht zugewiesen",
|
"Unassigned" : "Nicht zugewiesen",
|
||||||
"Filter by status" : "Nach Status filtern",
|
|
||||||
"Open and completed" : "Offene und fertiggestellte",
|
|
||||||
"Open" : "Offen",
|
|
||||||
"Completed" : "Fertiggestellt",
|
|
||||||
"Filter by due date" : "Nach Fälligkeitsdatum filtern",
|
"Filter by due date" : "Nach Fälligkeitsdatum filtern",
|
||||||
"Overdue" : "Überfällig",
|
"Overdue" : "Überfällig",
|
||||||
"Next 24 hours" : "Die nächsten 24 Stunden",
|
"Next 24 hours" : "Die nächsten 24 Stunden",
|
||||||
@@ -170,6 +162,7 @@
|
|||||||
"Currently present people" : "Aktuell Anwesende",
|
"Currently present people" : "Aktuell Anwesende",
|
||||||
"Loading board" : "Lade Board",
|
"Loading board" : "Lade Board",
|
||||||
"Board not found" : "Board nicht gefunden",
|
"Board not found" : "Board nicht gefunden",
|
||||||
|
"No lists available" : "Keine Listen verfügbar",
|
||||||
"Create a new list to add cards to this board" : "Erstelle eine neue Liste, um diesem Board Karten hinzuzufügen",
|
"Create a new list to add cards to this board" : "Erstelle eine neue Liste, um diesem Board Karten hinzuzufügen",
|
||||||
"Sharing" : "Teilen",
|
"Sharing" : "Teilen",
|
||||||
"Tags" : "Schlagworte",
|
"Tags" : "Schlagworte",
|
||||||
@@ -178,12 +171,12 @@
|
|||||||
"Deleted lists" : "Gelöschte Listen",
|
"Deleted lists" : "Gelöschte Listen",
|
||||||
"Undo" : "Rückgängig",
|
"Undo" : "Rückgängig",
|
||||||
"Deleted cards" : "Gelöschte Karten",
|
"Deleted cards" : "Gelöschte Karten",
|
||||||
"Share board with a user, group or team …" : "Board mit einem Benutzer, einer Gruppe oder einem Team teilen …",
|
"Share board with a user, group or circle …" : "Board mit Benutzer, Gruppe oder Kreis teilen …",
|
||||||
"Searching for users, groups and teams …" : "Suche nach Benutzern, Gruppen und Teams …",
|
"Searching for users, groups and circles …" : "Suche nach Benutzern, Gruppen und Kreisen …",
|
||||||
"No participants found" : "Keine Teilnehmer gefunden",
|
"No participants found" : "Keine Teilnehmer gefunden",
|
||||||
"Board owner" : "Board-Besitzer",
|
"Board owner" : "Board-Besitzer",
|
||||||
"(Group)" : "(Gruppe)",
|
"(Group)" : "(Gruppe)",
|
||||||
"(Team)" : "(Team)",
|
"(Circle)" : "(Kreis)",
|
||||||
"Can edit" : "kann bearbeiten",
|
"Can edit" : "kann bearbeiten",
|
||||||
"Can share" : "kann teilen",
|
"Can share" : "kann teilen",
|
||||||
"Can manage" : "kann verwalten",
|
"Can manage" : "kann verwalten",
|
||||||
@@ -209,9 +202,8 @@
|
|||||||
"title and color value must be provided" : "Titel und Farbwert müssen angegeben werden",
|
"title and color value must be provided" : "Titel und Farbwert müssen angegeben werden",
|
||||||
"Board name" : "Boardname",
|
"Board name" : "Boardname",
|
||||||
"Members" : "Mitglieder",
|
"Members" : "Mitglieder",
|
||||||
"Assign to users/groups/team" : "Benutzern/Gruppen/Teams zuweisen",
|
"Assign to users/groups/circles" : "An Benutzer, Gruppen oder Kreise zuweisen",
|
||||||
"Assign a user to this card…" : "Diese Karte einem Benutzer zuweisen …",
|
"Assign a user to this card…" : "Diese Karte einem Benutzer zuweisen …",
|
||||||
"Select a user to assign to this card…" : "Wähle einen Benutzer aus, der dieser Karte zugewiesen werden soll.",
|
|
||||||
"Upload new files" : "Neue Dateien hochladen",
|
"Upload new files" : "Neue Dateien hochladen",
|
||||||
"Share from Files" : "Aus Dateien heraus teilen",
|
"Share from Files" : "Aus Dateien heraus teilen",
|
||||||
"Pending share" : "Ausstehende Freigabe",
|
"Pending share" : "Ausstehende Freigabe",
|
||||||
@@ -254,9 +246,9 @@
|
|||||||
"Add due date" : "Fälligkeitsdatum hinzufügen",
|
"Add due date" : "Fälligkeitsdatum hinzufügen",
|
||||||
"Choose a date" : "Datum auswählen",
|
"Choose a date" : "Datum auswählen",
|
||||||
"Remove due date" : "Fälligkeitsdatum löschen",
|
"Remove due date" : "Fälligkeitsdatum löschen",
|
||||||
"Mark as done" : "Als erledigt markieren",
|
"Completed" : "Fertiggestellt",
|
||||||
"Due at:" : "Fallig am:",
|
"Due at:" : "Fallig am:",
|
||||||
"Not done" : "Nicht erledigt",
|
"Not completed" : "Nicht fertiggestellt",
|
||||||
"Unarchive card" : "Karte dearchivieren",
|
"Unarchive card" : "Karte dearchivieren",
|
||||||
"Archive card" : "Karte archivieren",
|
"Archive card" : "Karte archivieren",
|
||||||
"Select Date" : "Datum auswählen",
|
"Select Date" : "Datum auswählen",
|
||||||
@@ -265,46 +257,28 @@
|
|||||||
"Set due date for this weekend" : "Fälligkeitsdatum auf kommendes Wochenende setzen",
|
"Set due date for this weekend" : "Fälligkeitsdatum auf kommendes Wochenende setzen",
|
||||||
"Set due date for next week" : "Fälligkeitsdatum auf nächste Woche setzen",
|
"Set due date for next week" : "Fälligkeitsdatum auf nächste Woche setzen",
|
||||||
"Assign a tag to this card…" : "Dieser Karte ein Schlagwort zuweisen …",
|
"Assign a tag to this card…" : "Dieser Karte ein Schlagwort zuweisen …",
|
||||||
"Select or create a tag…" : "Schlagwort auswählen oder erstellen",
|
|
||||||
"Create a new tag:" : "Neues Schlagwort erstellen:",
|
"Create a new tag:" : "Neues Schlagwort erstellen:",
|
||||||
"(group)" : "(Gruppe)",
|
"(group)" : "(Gruppe)",
|
||||||
"Next week – {timeLocale}" : "Nächste Woche – {timeLocale}",
|
"Next week – {timeLocale}" : "Nächste Woche – {timeLocale}",
|
||||||
"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",
|
"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 nicht erledigt markieren",
|
"Mark as not done" : "Als nicht erledigt markieren",
|
||||||
|
"Mark as done" : "Als erledigt markieren",
|
||||||
|
"Move card" : "Karte verschieben",
|
||||||
"Delete card" : "Karte löschen",
|
"Delete card" : "Karte löschen",
|
||||||
|
"Move card to another board" : "Karte auf ein anderes Board verschieben",
|
||||||
|
"Select a list" : "Eine Liste auswählen",
|
||||||
|
"List is empty" : "Liste ist leer",
|
||||||
"Card deleted" : "Karte gelöscht",
|
"Card deleted" : "Karte gelöscht",
|
||||||
"seconds ago" : "Gerade eben",
|
"seconds ago" : "Gerade eben",
|
||||||
"Keyboard shortcuts" : "Tastaturkürzel",
|
|
||||||
"Boost your productivity using Deck with keyboard shortcuts." : "Erhöhe mit Tastaturkürzeln deine Produktivität in Deck.",
|
|
||||||
"Board actions" : "Boardaktionen",
|
|
||||||
"Keyboard shortcut" : "Tastaturkürzel",
|
|
||||||
"Action" : "Aktion",
|
"Action" : "Aktion",
|
||||||
"Shift" : "Umschalttaste",
|
|
||||||
"Scroll" : "Scrollen",
|
|
||||||
"Scroll sideways" : "Seitwärts scrollen",
|
|
||||||
"Navigate between cards" : "Zwischen Karten navigieren",
|
|
||||||
"Esc" : "Esc",
|
|
||||||
"Close card details" : "Kartendetails schließen",
|
|
||||||
"Ctrl" : "Strg",
|
"Ctrl" : "Strg",
|
||||||
"Search" : "Suche",
|
|
||||||
"Show card filters" : "Kartenfilter anzeigen",
|
|
||||||
"Clear card filters" : "Kartenfilter löschen",
|
|
||||||
"Show help dialog" : "Hilfedialog anzeigen",
|
|
||||||
"Card actions" : "Kartenaktionen",
|
|
||||||
"The following actions can be triggered on the currently highlighted card" : "Die folgenden Aktionen können für die aktuell markierten Karte ausgelöst werden",
|
|
||||||
"Enter" : "Enter",
|
"Enter" : "Enter",
|
||||||
"Space" : "Leerzeichen",
|
"Space" : "Leerzeichen",
|
||||||
"Open card details" : "Kartendetails öffnen",
|
|
||||||
"Edit the card title" : "Kartentitel bearbeiten",
|
|
||||||
"Assign yourself to the current card" : "Aktuelle Karte dir zuweisen",
|
|
||||||
"Archive/unarchive the current card" : "Aktuelle Karte archivieren/dearchivieren",
|
|
||||||
"Mark card as completed/not completed" : "Karte als fertiggestellt/nicht fertiggestellt markieren",
|
|
||||||
"Open card menu" : "Kartenmenü öffnen",
|
|
||||||
"All boards" : "Alle Boards",
|
"All boards" : "Alle Boards",
|
||||||
"Archived boards" : "Archivierte Boards",
|
"Archived boards" : "Archivierte Boards",
|
||||||
"Shared with you" : "Mit dir geteilt",
|
"Shared with you" : "Mit dir geteilt",
|
||||||
@@ -314,7 +288,7 @@
|
|||||||
"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.",
|
||||||
"Board details" : "Boarddetails",
|
"Board details" : "Board-Details",
|
||||||
"Edit board" : "Board bearbeiten",
|
"Edit board" : "Board bearbeiten",
|
||||||
"Clone board" : "Board klonen",
|
"Clone board" : "Board klonen",
|
||||||
"Unarchive board" : "Board dearchivieren",
|
"Unarchive board" : "Board dearchivieren",
|
||||||
@@ -374,15 +348,11 @@
|
|||||||
"Share" : "Freigeben",
|
"Share" : "Freigeben",
|
||||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
|
"A <strong>card description</strong> inside the Deck app has been changed" : "Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
|
||||||
"Timeline" : "Zeitachse",
|
"Timeline" : "Zeitachse",
|
||||||
"Share board with a user, group or circle …" : "Board mit Benutzer, Gruppe oder Kreis teilen …",
|
"Assign to users" : "Benutzern zuweisen",
|
||||||
"Searching for users, groups and circles …" : "Suche nach Benutzern, Gruppen und Kreisen …",
|
"Due date" : "Fälligkeitsdatum",
|
||||||
"(Circle)" : "(Kreis)",
|
|
||||||
"Assign to users/groups/circles" : "An Benutzer, Gruppen oder Kreise zuweisen",
|
|
||||||
"Next week" : "Nächste Woche",
|
"Next week" : "Nächste Woche",
|
||||||
"Next month" : "Nächster Monat",
|
"Next month" : "Nächster Monat",
|
||||||
"List is empty" : "Liste ist leer",
|
|
||||||
"Limit deck usage of groups" : "Nutzung auf Gruppen einschränken",
|
"Limit deck usage of groups" : "Nutzung auf Gruppen einschränken",
|
||||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Wenn du Deck einschränkst, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden.",
|
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Wenn du Deck einschränkst, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden."
|
||||||
"Filter by completed" : "Nach fertiggestellt filtern"
|
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -124,13 +124,9 @@ OC.L10N.register(
|
|||||||
"Select the board to link to a project" : "Wählen Sie ein Board aus, um dieses mit einem Projekt zu verknüpfen",
|
"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",
|
||||||
"Select board" : "Board auswählen",
|
"Select board" : "Board auswählen",
|
||||||
"Move card to another board" : "Karte auf ein anderes Board verschieben",
|
|
||||||
"Select a board" : "Ein Board auswählen",
|
"Select a board" : "Ein Board auswählen",
|
||||||
"No lists available" : "Keine Listen verfügbar",
|
|
||||||
"Select a list" : "Eine Liste auswählen",
|
|
||||||
"Move card" : "Karte verschieben",
|
|
||||||
"Cancel" : "Abbrechen",
|
|
||||||
"Select a card" : "Eine Karte auswählen",
|
"Select a card" : "Eine Karte auswählen",
|
||||||
|
"Cancel" : "Abbrechen",
|
||||||
"Select the card to link to a project" : "Wählen Sie die Karte aus, um diese mit einem Projekt zu verknüpfen",
|
"Select the card to link to a project" : "Wählen Sie die Karte aus, um diese mit einem Projekt zu verknüpfen",
|
||||||
"Link to card" : "Mit einer Karte verknüpfen",
|
"Link to card" : "Mit einer Karte verknüpfen",
|
||||||
"File already exists" : "Datei bereits vorhanden",
|
"File already exists" : "Datei bereits vorhanden",
|
||||||
@@ -149,10 +145,6 @@ OC.L10N.register(
|
|||||||
"Filter by tag" : "Nach Schlagwort filtern",
|
"Filter by tag" : "Nach Schlagwort filtern",
|
||||||
"Filter by assigned user" : "Nach zugewiesenem Benutzer filtern",
|
"Filter by assigned user" : "Nach zugewiesenem Benutzer filtern",
|
||||||
"Unassigned" : "Nicht zugewiesen",
|
"Unassigned" : "Nicht zugewiesen",
|
||||||
"Filter by status" : "Nach Status filtern",
|
|
||||||
"Open and completed" : "Offene und abgeschlossene",
|
|
||||||
"Open" : "Offene",
|
|
||||||
"Completed" : "Fertiggestellt",
|
|
||||||
"Filter by due date" : "Nach Fälligkeitsdatum filtern",
|
"Filter by due date" : "Nach Fälligkeitsdatum filtern",
|
||||||
"Overdue" : "Überfällig",
|
"Overdue" : "Überfällig",
|
||||||
"Next 24 hours" : "Die nächsten 24 Stunden",
|
"Next 24 hours" : "Die nächsten 24 Stunden",
|
||||||
@@ -172,6 +164,7 @@ OC.L10N.register(
|
|||||||
"Currently present people" : "Aktuell Anwesende",
|
"Currently present people" : "Aktuell Anwesende",
|
||||||
"Loading board" : "Lade Board",
|
"Loading board" : "Lade Board",
|
||||||
"Board not found" : "Board nicht gefunden",
|
"Board not found" : "Board nicht gefunden",
|
||||||
|
"No lists available" : "Keine Listen verfügbar",
|
||||||
"Create a new list to add cards to this board" : "Erstellen Sie eine neue Liste, um diesem Board Karten hinzuzufügen",
|
"Create a new list to add cards to this board" : "Erstellen Sie eine neue Liste, um diesem Board Karten hinzuzufügen",
|
||||||
"Sharing" : "Teilen",
|
"Sharing" : "Teilen",
|
||||||
"Tags" : "Schlagworte",
|
"Tags" : "Schlagworte",
|
||||||
@@ -180,12 +173,12 @@ OC.L10N.register(
|
|||||||
"Deleted lists" : "Gelöschte Listen",
|
"Deleted lists" : "Gelöschte Listen",
|
||||||
"Undo" : "Rückgängig",
|
"Undo" : "Rückgängig",
|
||||||
"Deleted cards" : "Gelöschte Karten",
|
"Deleted cards" : "Gelöschte Karten",
|
||||||
"Share board with a user, group or team …" : "Board mit einem Benutzer, einer Gruppe oder einem Team teilen …",
|
"Share board with a user, group or circle …" : "Board mit Benutzer, Gruppe oder Kreis teilen…",
|
||||||
"Searching for users, groups and teams …" : "Suche nach Benutzern, Gruppen und Teams …",
|
"Searching for users, groups and circles …" : "Suche nach Benutzern, Gruppen und Kreisen …",
|
||||||
"No participants found" : "Keine Teilnehmer gefunden",
|
"No participants found" : "Keine Teilnehmer gefunden",
|
||||||
"Board owner" : "Board-Besitzer",
|
"Board owner" : "Board-Besitzer",
|
||||||
"(Group)" : "(Gruppe)",
|
"(Group)" : "(Gruppe)",
|
||||||
"(Team)" : "(Team)",
|
"(Circle)" : "(Kreis)",
|
||||||
"Can edit" : "kann bearbeiten",
|
"Can edit" : "kann bearbeiten",
|
||||||
"Can share" : "kann teilen",
|
"Can share" : "kann teilen",
|
||||||
"Can manage" : "kann verwalten",
|
"Can manage" : "kann verwalten",
|
||||||
@@ -211,9 +204,8 @@ OC.L10N.register(
|
|||||||
"title and color value must be provided" : "Titel und Farbwert müssen angegeben werden",
|
"title and color value must be provided" : "Titel und Farbwert müssen angegeben werden",
|
||||||
"Board name" : "Boardname",
|
"Board name" : "Boardname",
|
||||||
"Members" : "Mitglieder",
|
"Members" : "Mitglieder",
|
||||||
"Assign to users/groups/team" : "Benutzern/Gruppen/Teams zuweisen",
|
"Assign to users/groups/circles" : "An Benutzer, Gruppen oder Kreise zuweisen",
|
||||||
"Assign a user to this card…" : "Diese Karte einem Benutzer zuweisen…",
|
"Assign a user to this card…" : "Diese Karte einem Benutzer zuweisen…",
|
||||||
"Select a user to assign to this card…" : "Wählen Sie einen Benutzer aus, der dieser Karte zugewiesen werden soll…",
|
|
||||||
"Upload new files" : "Neue Dateien hochladen",
|
"Upload new files" : "Neue Dateien hochladen",
|
||||||
"Share from Files" : "Aus Dateien heraus teilen",
|
"Share from Files" : "Aus Dateien heraus teilen",
|
||||||
"Pending share" : "Ausstehende Freigabe",
|
"Pending share" : "Ausstehende Freigabe",
|
||||||
@@ -256,9 +248,9 @@ OC.L10N.register(
|
|||||||
"Add due date" : "Fälligkeitsdatum hinzufügen",
|
"Add due date" : "Fälligkeitsdatum hinzufügen",
|
||||||
"Choose a date" : "Datum auswählen",
|
"Choose a date" : "Datum auswählen",
|
||||||
"Remove due date" : "Fälligkeitsdatum löschen",
|
"Remove due date" : "Fälligkeitsdatum löschen",
|
||||||
"Mark as done" : "Als erledigt markieren",
|
"Completed" : "Fertiggestellt",
|
||||||
"Due at:" : "Fallig am:",
|
"Due at:" : "Fallig am:",
|
||||||
"Not done" : "Nicht erledigt",
|
"Not completed" : "Nicht fertiggestellt",
|
||||||
"Unarchive card" : "Karte dearchivieren",
|
"Unarchive card" : "Karte dearchivieren",
|
||||||
"Archive card" : "Karte archivieren",
|
"Archive card" : "Karte archivieren",
|
||||||
"Select Date" : "Datum auswählen",
|
"Select Date" : "Datum auswählen",
|
||||||
@@ -267,7 +259,6 @@ OC.L10N.register(
|
|||||||
"Set due date for this weekend" : "Fälligkeitsdatum auf kommendes Wochenende setzen",
|
"Set due date for this weekend" : "Fälligkeitsdatum auf kommendes Wochenende setzen",
|
||||||
"Set due date for next week" : "Fälligkeitsdatum auf nächste Woche setzen",
|
"Set due date for next week" : "Fälligkeitsdatum auf nächste Woche setzen",
|
||||||
"Assign a tag to this card…" : "Dieser Karte ein Schlagwort zuweisen…",
|
"Assign a tag to this card…" : "Dieser Karte ein Schlagwort zuweisen…",
|
||||||
"Select or create a tag…" : "Schlagwort auswählen oder eins erstellen…",
|
|
||||||
"Create a new tag:" : "Neues Schlagwort erstellen:",
|
"Create a new tag:" : "Neues Schlagwort erstellen:",
|
||||||
"(group)" : "(Gruppe)",
|
"(group)" : "(Gruppe)",
|
||||||
"Next week – {timeLocale}" : "Nächste Woche – {timeLocale}",
|
"Next week – {timeLocale}" : "Nächste Woche – {timeLocale}",
|
||||||
@@ -278,35 +269,18 @@ OC.L10N.register(
|
|||||||
"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",
|
||||||
|
"Mark as done" : "Als erledigt markieren",
|
||||||
|
"Move card" : "Karte verschieben",
|
||||||
"Delete card" : "Karte löschen",
|
"Delete card" : "Karte löschen",
|
||||||
|
"Move card to another board" : "Karte auf ein anderes Board verschieben",
|
||||||
|
"Select a list" : "Eine Liste auswählen",
|
||||||
|
"List is empty" : "Liste ist leer",
|
||||||
"Card deleted" : "Karte gelöscht",
|
"Card deleted" : "Karte gelöscht",
|
||||||
"seconds ago" : "Gerade eben",
|
"seconds ago" : "Gerade eben",
|
||||||
"Keyboard shortcuts" : "Tastaturkürzel",
|
|
||||||
"Boost your productivity using Deck with keyboard shortcuts." : "Steigern Sie Ihre Produktivität in Deck mit Tastaturkürzeln.",
|
|
||||||
"Board actions" : "Board-Aktionen",
|
|
||||||
"Keyboard shortcut" : "Tastaturkürzel",
|
|
||||||
"Action" : "Aktion",
|
"Action" : "Aktion",
|
||||||
"Shift" : "Umschalttaste",
|
|
||||||
"Scroll" : "Scrollen",
|
|
||||||
"Scroll sideways" : "Seitwärts scrollen",
|
|
||||||
"Navigate between cards" : "Zwischen Karten navigieren",
|
|
||||||
"Esc" : "Esc",
|
|
||||||
"Close card details" : "Karten-Details schließen",
|
|
||||||
"Ctrl" : "Strg",
|
"Ctrl" : "Strg",
|
||||||
"Search" : "Suche",
|
|
||||||
"Show card filters" : "Kartenfilter anzeigen",
|
|
||||||
"Clear card filters" : "Kartenfilter löschen",
|
|
||||||
"Show help dialog" : "Hilfedialog anzeigen",
|
|
||||||
"Card actions" : "Kartenaktionen",
|
|
||||||
"The following actions can be triggered on the currently highlighted card" : "Die folgenden Aktionen können für die aktuell markierten Karte ausgelöst werden",
|
|
||||||
"Enter" : "Enter",
|
"Enter" : "Enter",
|
||||||
"Space" : "Leerzeichen",
|
"Space" : "Leerzeichen",
|
||||||
"Open card details" : "Kartendetails öffnen",
|
|
||||||
"Edit the card title" : "Kartentitel bearbeiten",
|
|
||||||
"Assign yourself to the current card" : "Weisen Sie sich der aktuellen Karte zu",
|
|
||||||
"Archive/unarchive the current card" : "Die aktuelle Karte archivieren/dearchivieren",
|
|
||||||
"Mark card as completed/not completed" : "Karte als abgeschlossen/nicht abgeschlossen markieren",
|
|
||||||
"Open card menu" : "Kartenmenü öffnen",
|
|
||||||
"All boards" : "Alle Boards",
|
"All boards" : "Alle Boards",
|
||||||
"Archived boards" : "Archivierte Boards",
|
"Archived boards" : "Archivierte Boards",
|
||||||
"Shared with you" : "Mit Ihnen geteilt",
|
"Shared with you" : "Mit Ihnen geteilt",
|
||||||
@@ -376,15 +350,11 @@ OC.L10N.register(
|
|||||||
"Share" : "Freigeben",
|
"Share" : "Freigeben",
|
||||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
|
"A <strong>card description</strong> inside the Deck app has been changed" : "Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
|
||||||
"Timeline" : "Zeitachse",
|
"Timeline" : "Zeitachse",
|
||||||
"Share board with a user, group or circle …" : "Board mit Benutzer, Gruppe oder Kreis teilen…",
|
"Assign to users" : "Benutzern zuweisen",
|
||||||
"Searching for users, groups and circles …" : "Suche nach Benutzern, Gruppen und Kreisen …",
|
"Due date" : "Fälligkeitsdatum",
|
||||||
"(Circle)" : "(Kreis)",
|
|
||||||
"Assign to users/groups/circles" : "An Benutzer, Gruppen oder Kreise zuweisen",
|
|
||||||
"Next week" : "Nächste Woche",
|
"Next week" : "Nächste Woche",
|
||||||
"Next month" : "Nächsten Monat",
|
"Next month" : "Nächsten Monat",
|
||||||
"List is empty" : "Liste ist leer",
|
|
||||||
"Limit deck usage of groups" : "Nutzung auf Gruppen einschränken",
|
"Limit deck usage of groups" : "Nutzung auf Gruppen einschränken",
|
||||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Wenn Sie Deck einschränken, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden.",
|
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Wenn Sie Deck einschränken, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden."
|
||||||
"Filter by completed" : "Nach Status filtern"
|
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -122,13 +122,9 @@
|
|||||||
"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",
|
||||||
"Select board" : "Board auswählen",
|
"Select board" : "Board auswählen",
|
||||||
"Move card to another board" : "Karte auf ein anderes Board verschieben",
|
|
||||||
"Select a board" : "Ein Board auswählen",
|
"Select a board" : "Ein Board auswählen",
|
||||||
"No lists available" : "Keine Listen verfügbar",
|
|
||||||
"Select a list" : "Eine Liste auswählen",
|
|
||||||
"Move card" : "Karte verschieben",
|
|
||||||
"Cancel" : "Abbrechen",
|
|
||||||
"Select a card" : "Eine Karte auswählen",
|
"Select a card" : "Eine Karte auswählen",
|
||||||
|
"Cancel" : "Abbrechen",
|
||||||
"Select the card to link to a project" : "Wählen Sie die Karte aus, um diese mit einem Projekt zu verknüpfen",
|
"Select the card to link to a project" : "Wählen Sie die Karte aus, um diese mit einem Projekt zu verknüpfen",
|
||||||
"Link to card" : "Mit einer Karte verknüpfen",
|
"Link to card" : "Mit einer Karte verknüpfen",
|
||||||
"File already exists" : "Datei bereits vorhanden",
|
"File already exists" : "Datei bereits vorhanden",
|
||||||
@@ -147,10 +143,6 @@
|
|||||||
"Filter by tag" : "Nach Schlagwort filtern",
|
"Filter by tag" : "Nach Schlagwort filtern",
|
||||||
"Filter by assigned user" : "Nach zugewiesenem Benutzer filtern",
|
"Filter by assigned user" : "Nach zugewiesenem Benutzer filtern",
|
||||||
"Unassigned" : "Nicht zugewiesen",
|
"Unassigned" : "Nicht zugewiesen",
|
||||||
"Filter by status" : "Nach Status filtern",
|
|
||||||
"Open and completed" : "Offene und abgeschlossene",
|
|
||||||
"Open" : "Offene",
|
|
||||||
"Completed" : "Fertiggestellt",
|
|
||||||
"Filter by due date" : "Nach Fälligkeitsdatum filtern",
|
"Filter by due date" : "Nach Fälligkeitsdatum filtern",
|
||||||
"Overdue" : "Überfällig",
|
"Overdue" : "Überfällig",
|
||||||
"Next 24 hours" : "Die nächsten 24 Stunden",
|
"Next 24 hours" : "Die nächsten 24 Stunden",
|
||||||
@@ -170,6 +162,7 @@
|
|||||||
"Currently present people" : "Aktuell Anwesende",
|
"Currently present people" : "Aktuell Anwesende",
|
||||||
"Loading board" : "Lade Board",
|
"Loading board" : "Lade Board",
|
||||||
"Board not found" : "Board nicht gefunden",
|
"Board not found" : "Board nicht gefunden",
|
||||||
|
"No lists available" : "Keine Listen verfügbar",
|
||||||
"Create a new list to add cards to this board" : "Erstellen Sie eine neue Liste, um diesem Board Karten hinzuzufügen",
|
"Create a new list to add cards to this board" : "Erstellen Sie eine neue Liste, um diesem Board Karten hinzuzufügen",
|
||||||
"Sharing" : "Teilen",
|
"Sharing" : "Teilen",
|
||||||
"Tags" : "Schlagworte",
|
"Tags" : "Schlagworte",
|
||||||
@@ -178,12 +171,12 @@
|
|||||||
"Deleted lists" : "Gelöschte Listen",
|
"Deleted lists" : "Gelöschte Listen",
|
||||||
"Undo" : "Rückgängig",
|
"Undo" : "Rückgängig",
|
||||||
"Deleted cards" : "Gelöschte Karten",
|
"Deleted cards" : "Gelöschte Karten",
|
||||||
"Share board with a user, group or team …" : "Board mit einem Benutzer, einer Gruppe oder einem Team teilen …",
|
"Share board with a user, group or circle …" : "Board mit Benutzer, Gruppe oder Kreis teilen…",
|
||||||
"Searching for users, groups and teams …" : "Suche nach Benutzern, Gruppen und Teams …",
|
"Searching for users, groups and circles …" : "Suche nach Benutzern, Gruppen und Kreisen …",
|
||||||
"No participants found" : "Keine Teilnehmer gefunden",
|
"No participants found" : "Keine Teilnehmer gefunden",
|
||||||
"Board owner" : "Board-Besitzer",
|
"Board owner" : "Board-Besitzer",
|
||||||
"(Group)" : "(Gruppe)",
|
"(Group)" : "(Gruppe)",
|
||||||
"(Team)" : "(Team)",
|
"(Circle)" : "(Kreis)",
|
||||||
"Can edit" : "kann bearbeiten",
|
"Can edit" : "kann bearbeiten",
|
||||||
"Can share" : "kann teilen",
|
"Can share" : "kann teilen",
|
||||||
"Can manage" : "kann verwalten",
|
"Can manage" : "kann verwalten",
|
||||||
@@ -209,9 +202,8 @@
|
|||||||
"title and color value must be provided" : "Titel und Farbwert müssen angegeben werden",
|
"title and color value must be provided" : "Titel und Farbwert müssen angegeben werden",
|
||||||
"Board name" : "Boardname",
|
"Board name" : "Boardname",
|
||||||
"Members" : "Mitglieder",
|
"Members" : "Mitglieder",
|
||||||
"Assign to users/groups/team" : "Benutzern/Gruppen/Teams zuweisen",
|
"Assign to users/groups/circles" : "An Benutzer, Gruppen oder Kreise zuweisen",
|
||||||
"Assign a user to this card…" : "Diese Karte einem Benutzer zuweisen…",
|
"Assign a user to this card…" : "Diese Karte einem Benutzer zuweisen…",
|
||||||
"Select a user to assign to this card…" : "Wählen Sie einen Benutzer aus, der dieser Karte zugewiesen werden soll…",
|
|
||||||
"Upload new files" : "Neue Dateien hochladen",
|
"Upload new files" : "Neue Dateien hochladen",
|
||||||
"Share from Files" : "Aus Dateien heraus teilen",
|
"Share from Files" : "Aus Dateien heraus teilen",
|
||||||
"Pending share" : "Ausstehende Freigabe",
|
"Pending share" : "Ausstehende Freigabe",
|
||||||
@@ -254,9 +246,9 @@
|
|||||||
"Add due date" : "Fälligkeitsdatum hinzufügen",
|
"Add due date" : "Fälligkeitsdatum hinzufügen",
|
||||||
"Choose a date" : "Datum auswählen",
|
"Choose a date" : "Datum auswählen",
|
||||||
"Remove due date" : "Fälligkeitsdatum löschen",
|
"Remove due date" : "Fälligkeitsdatum löschen",
|
||||||
"Mark as done" : "Als erledigt markieren",
|
"Completed" : "Fertiggestellt",
|
||||||
"Due at:" : "Fallig am:",
|
"Due at:" : "Fallig am:",
|
||||||
"Not done" : "Nicht erledigt",
|
"Not completed" : "Nicht fertiggestellt",
|
||||||
"Unarchive card" : "Karte dearchivieren",
|
"Unarchive card" : "Karte dearchivieren",
|
||||||
"Archive card" : "Karte archivieren",
|
"Archive card" : "Karte archivieren",
|
||||||
"Select Date" : "Datum auswählen",
|
"Select Date" : "Datum auswählen",
|
||||||
@@ -265,7 +257,6 @@
|
|||||||
"Set due date for this weekend" : "Fälligkeitsdatum auf kommendes Wochenende setzen",
|
"Set due date for this weekend" : "Fälligkeitsdatum auf kommendes Wochenende setzen",
|
||||||
"Set due date for next week" : "Fälligkeitsdatum auf nächste Woche setzen",
|
"Set due date for next week" : "Fälligkeitsdatum auf nächste Woche setzen",
|
||||||
"Assign a tag to this card…" : "Dieser Karte ein Schlagwort zuweisen…",
|
"Assign a tag to this card…" : "Dieser Karte ein Schlagwort zuweisen…",
|
||||||
"Select or create a tag…" : "Schlagwort auswählen oder eins erstellen…",
|
|
||||||
"Create a new tag:" : "Neues Schlagwort erstellen:",
|
"Create a new tag:" : "Neues Schlagwort erstellen:",
|
||||||
"(group)" : "(Gruppe)",
|
"(group)" : "(Gruppe)",
|
||||||
"Next week – {timeLocale}" : "Nächste Woche – {timeLocale}",
|
"Next week – {timeLocale}" : "Nächste Woche – {timeLocale}",
|
||||||
@@ -276,35 +267,18 @@
|
|||||||
"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",
|
||||||
|
"Mark as done" : "Als erledigt markieren",
|
||||||
|
"Move card" : "Karte verschieben",
|
||||||
"Delete card" : "Karte löschen",
|
"Delete card" : "Karte löschen",
|
||||||
|
"Move card to another board" : "Karte auf ein anderes Board verschieben",
|
||||||
|
"Select a list" : "Eine Liste auswählen",
|
||||||
|
"List is empty" : "Liste ist leer",
|
||||||
"Card deleted" : "Karte gelöscht",
|
"Card deleted" : "Karte gelöscht",
|
||||||
"seconds ago" : "Gerade eben",
|
"seconds ago" : "Gerade eben",
|
||||||
"Keyboard shortcuts" : "Tastaturkürzel",
|
|
||||||
"Boost your productivity using Deck with keyboard shortcuts." : "Steigern Sie Ihre Produktivität in Deck mit Tastaturkürzeln.",
|
|
||||||
"Board actions" : "Board-Aktionen",
|
|
||||||
"Keyboard shortcut" : "Tastaturkürzel",
|
|
||||||
"Action" : "Aktion",
|
"Action" : "Aktion",
|
||||||
"Shift" : "Umschalttaste",
|
|
||||||
"Scroll" : "Scrollen",
|
|
||||||
"Scroll sideways" : "Seitwärts scrollen",
|
|
||||||
"Navigate between cards" : "Zwischen Karten navigieren",
|
|
||||||
"Esc" : "Esc",
|
|
||||||
"Close card details" : "Karten-Details schließen",
|
|
||||||
"Ctrl" : "Strg",
|
"Ctrl" : "Strg",
|
||||||
"Search" : "Suche",
|
|
||||||
"Show card filters" : "Kartenfilter anzeigen",
|
|
||||||
"Clear card filters" : "Kartenfilter löschen",
|
|
||||||
"Show help dialog" : "Hilfedialog anzeigen",
|
|
||||||
"Card actions" : "Kartenaktionen",
|
|
||||||
"The following actions can be triggered on the currently highlighted card" : "Die folgenden Aktionen können für die aktuell markierten Karte ausgelöst werden",
|
|
||||||
"Enter" : "Enter",
|
"Enter" : "Enter",
|
||||||
"Space" : "Leerzeichen",
|
"Space" : "Leerzeichen",
|
||||||
"Open card details" : "Kartendetails öffnen",
|
|
||||||
"Edit the card title" : "Kartentitel bearbeiten",
|
|
||||||
"Assign yourself to the current card" : "Weisen Sie sich der aktuellen Karte zu",
|
|
||||||
"Archive/unarchive the current card" : "Die aktuelle Karte archivieren/dearchivieren",
|
|
||||||
"Mark card as completed/not completed" : "Karte als abgeschlossen/nicht abgeschlossen markieren",
|
|
||||||
"Open card menu" : "Kartenmenü öffnen",
|
|
||||||
"All boards" : "Alle Boards",
|
"All boards" : "Alle Boards",
|
||||||
"Archived boards" : "Archivierte Boards",
|
"Archived boards" : "Archivierte Boards",
|
||||||
"Shared with you" : "Mit Ihnen geteilt",
|
"Shared with you" : "Mit Ihnen geteilt",
|
||||||
@@ -374,15 +348,11 @@
|
|||||||
"Share" : "Freigeben",
|
"Share" : "Freigeben",
|
||||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
|
"A <strong>card description</strong> inside the Deck app has been changed" : "Eine <strong>Kartenbeschreibung</strong> wurde innerhalb der Deck-App geändert",
|
||||||
"Timeline" : "Zeitachse",
|
"Timeline" : "Zeitachse",
|
||||||
"Share board with a user, group or circle …" : "Board mit Benutzer, Gruppe oder Kreis teilen…",
|
"Assign to users" : "Benutzern zuweisen",
|
||||||
"Searching for users, groups and circles …" : "Suche nach Benutzern, Gruppen und Kreisen …",
|
"Due date" : "Fälligkeitsdatum",
|
||||||
"(Circle)" : "(Kreis)",
|
|
||||||
"Assign to users/groups/circles" : "An Benutzer, Gruppen oder Kreise zuweisen",
|
|
||||||
"Next week" : "Nächste Woche",
|
"Next week" : "Nächste Woche",
|
||||||
"Next month" : "Nächsten Monat",
|
"Next month" : "Nächsten Monat",
|
||||||
"List is empty" : "Liste ist leer",
|
|
||||||
"Limit deck usage of groups" : "Nutzung auf Gruppen einschränken",
|
"Limit deck usage of groups" : "Nutzung auf Gruppen einschränken",
|
||||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Wenn Sie Deck einschränken, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden.",
|
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Wenn Sie Deck einschränken, können Benutzer, die nicht zu diesen Gruppen gehören, keine eigenen Boards erstellen. Die Benutzer können weiterhin an Boards arbeiten, die für sie freigegeben wurden."
|
||||||
"Filter by completed" : "Nach Status filtern"
|
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
95
l10n/el.js
95
l10n/el.js
@@ -37,10 +37,6 @@ OC.L10N.register(
|
|||||||
"{user} has archived card {card} in list {stack} on board {board}" : "Ο/η {user} αρχειοθέτησε την κάρτα {card} στην λίστα {stack} του πίνακα {board} ",
|
"{user} has archived card {card} in list {stack} on board {board}" : "Ο/η {user} αρχειοθέτησε την κάρτα {card} στην λίστα {stack} του πίνακα {board} ",
|
||||||
"You have unarchived card {card} in list {stack} on board {board}" : "Επαναφέρατε από το αρχείο την καρτέλα {card} της λίστας {stack} του πίνακα {board}",
|
"You have unarchived card {card} in list {stack} on board {board}" : "Επαναφέρατε από το αρχείο την καρτέλα {card} της λίστας {stack} του πίνακα {board}",
|
||||||
"{user} has unarchived card {card} in list {stack} on board {board}" : "Ο/η {user} επανέφερε από το αρχείο την κάρτα {card} της λίστας {stack} του πίνακα {board}",
|
"{user} has unarchived card {card} in list {stack} on board {board}" : "Ο/η {user} επανέφερε από το αρχείο την κάρτα {card} της λίστας {stack} του πίνακα {board}",
|
||||||
"You have marked the card {card} as done in list {stack} on board {board}" : "Έχετε επισημάνει την κάρτα {card} ως ολοκληρωμένη στη λίστα {stack} του πίνακα {board}",
|
|
||||||
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} έχει επισημάνει την κάρτα {card} ως ολοκληρωμένη στη λίστα {stack} του πίνακα {board}",
|
|
||||||
"You have marked the card {card} as undone in list {stack} on board {board}" : "Έχετε επισημάνει την κάρτα {card} ως μη ολοκληρωμένη στη λίστα {stack} του πίνακα {board}",
|
|
||||||
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} έχει επισημάνει την κάρτα {card} ως μη ολοκληρωμένη στη λίστα {stack} του πίνακα {board}",
|
|
||||||
"You have removed the due date of card {card}" : "Καταργήσατε την ημερομηνία λήξης της καρτέλας {card}",
|
"You have removed the due date of card {card}" : "Καταργήσατε την ημερομηνία λήξης της καρτέλας {card}",
|
||||||
"{user} has removed the due date of card {card}" : "Ο/η {user} κατάργησε την ημερομηνία λήξης της καρτέλας {card}",
|
"{user} has removed the due date of card {card}" : "Ο/η {user} κατάργησε την ημερομηνία λήξης της καρτέλας {card}",
|
||||||
"You have set the due date of card {card} to {after}" : "Ορίσατε την ημερομηνία λήξης της καρτέλας {card} σε {after}",
|
"You have set the due date of card {card} to {after}" : "Ορίσατε την ημερομηνία λήξης της καρτέλας {card} σε {after}",
|
||||||
@@ -69,11 +65,7 @@ OC.L10N.register(
|
|||||||
"{user} has commented on card {card}" : "Ο/η {user} σχολίασε την καρτέλα {card}",
|
"{user} has commented on card {card}" : "Ο/η {user} σχολίασε την καρτέλα {card}",
|
||||||
"Deck" : "Deck",
|
"Deck" : "Deck",
|
||||||
"Changes in the <strong>Deck app</strong>" : "Αλλαγές στην <strong>εφαρμογή Deck</strong>",
|
"Changes in the <strong>Deck app</strong>" : "Αλλαγές στην <strong>εφαρμογή Deck</strong>",
|
||||||
"A <strong>board, list or card</strong> was changed" : "Ένας <strong>πίνακας, λίστα ή κάρτα</strong> άλλαξε",
|
|
||||||
"A <strong>comment</strong> was created on a card" : "Ένα <strong>σχόλιο</strong> δημιουργήθηκε σε μια καρτέλα",
|
"A <strong>comment</strong> was created on a card" : "Ένα <strong>σχόλιο</strong> δημιουργήθηκε σε μια καρτέλα",
|
||||||
"A <strong>card description</strong> has been changed" : "Μια <strong>περιγραφή κάρτας</strong> έχει αλλάξει",
|
|
||||||
"Cards due today" : "Κάρτες που λήγουν σήμερα",
|
|
||||||
"Cards due tomorrow" : "Κάρτες που λήγουν αύριο",
|
|
||||||
"Upcoming cards" : "Επερχόμενες καρτέλες",
|
"Upcoming cards" : "Επερχόμενες καρτέλες",
|
||||||
"Load more" : "Φόρτωση περισσότερων",
|
"Load more" : "Φόρτωση περισσότερων",
|
||||||
"Personal" : "Προσωπικά",
|
"Personal" : "Προσωπικά",
|
||||||
@@ -88,7 +80,6 @@ OC.L10N.register(
|
|||||||
"Deck board" : "Πίνακας του Deck",
|
"Deck board" : "Πίνακας του Deck",
|
||||||
"Owned by %1$s" : "Ανήκει στον/στην %1$s",
|
"Owned by %1$s" : "Ανήκει στον/στην %1$s",
|
||||||
"Deck boards, cards and comments" : "Πίνακες, κάρτες και σχόλια Deck",
|
"Deck boards, cards and comments" : "Πίνακες, κάρτες και σχόλια Deck",
|
||||||
"Create a new deck card" : "Δημιουργήστε μια νέα κάρτα",
|
|
||||||
"Card comments" : "Σχόλια καρτέλας",
|
"Card comments" : "Σχόλια καρτέλας",
|
||||||
"%s on %s" : "%s στο %s",
|
"%s on %s" : "%s στο %s",
|
||||||
"Deck boards and cards" : "Πίνακες και κάρτες Deck",
|
"Deck boards and cards" : "Πίνακες και κάρτες Deck",
|
||||||
@@ -123,13 +114,9 @@ OC.L10N.register(
|
|||||||
"Select the board to link to a project" : "Επιλέξτε πίνακα και συνδέστε τον σε ένα έργο",
|
"Select the board to link to a project" : "Επιλέξτε πίνακα και συνδέστε τον σε ένα έργο",
|
||||||
"Search by board title" : "Αναζήτηση με το όνομα πίνακα",
|
"Search by board title" : "Αναζήτηση με το όνομα πίνακα",
|
||||||
"Select board" : "Επιλογή πίνακα",
|
"Select board" : "Επιλογή πίνακα",
|
||||||
"Move card to another board" : "Μετακίνηση καρτέλας σε άλλο πίνακα",
|
|
||||||
"Select a board" : "Επιλογή ενός πίνακα",
|
"Select a board" : "Επιλογή ενός πίνακα",
|
||||||
"No lists available" : "Δεν υπάρχουν διαθέσιμες λίστες",
|
|
||||||
"Select a list" : "Επιλέξτε μια λίστα",
|
|
||||||
"Move card" : "Μετακίνηση καρτέλας",
|
|
||||||
"Cancel" : "Aκύρωση",
|
|
||||||
"Select a card" : "Επιλογή μιας καρτέλας",
|
"Select a card" : "Επιλογή μιας καρτέλας",
|
||||||
|
"Cancel" : "Aκύρωση",
|
||||||
"Select the card to link to a project" : "Επιλογή καρτέλας για σύνδεση στο έργο",
|
"Select the card to link to a project" : "Επιλογή καρτέλας για σύνδεση στο έργο",
|
||||||
"Link to card" : "Σύνδεσμος σε καρτέλα",
|
"Link to card" : "Σύνδεσμος σε καρτέλα",
|
||||||
"File already exists" : "Το αρχείο υπάρχει ήδη",
|
"File already exists" : "Το αρχείο υπάρχει ήδη",
|
||||||
@@ -148,10 +135,6 @@ OC.L10N.register(
|
|||||||
"Filter by tag" : "Φίλτρο ανά ετικέτα",
|
"Filter by tag" : "Φίλτρο ανά ετικέτα",
|
||||||
"Filter by assigned user" : "Φίλτρο ανά χρήστη",
|
"Filter by assigned user" : "Φίλτρο ανά χρήστη",
|
||||||
"Unassigned" : "Χωρίς ανάθεση",
|
"Unassigned" : "Χωρίς ανάθεση",
|
||||||
"Filter by status" : "Φίλτρο με βάση την κατάσταση",
|
|
||||||
"Open and completed" : "Ανοιχτά και ολοκληρωμένα",
|
|
||||||
"Open" : "Ανοιχτός",
|
|
||||||
"Completed" : "Ολοκληρωμένες",
|
|
||||||
"Filter by due date" : "Φίλτρο ανά ημερομηνία λήξης",
|
"Filter by due date" : "Φίλτρο ανά ημερομηνία λήξης",
|
||||||
"Overdue" : "Εκπρόθεσμες",
|
"Overdue" : "Εκπρόθεσμες",
|
||||||
"Next 24 hours" : "Επόμενες 24 ώρες",
|
"Next 24 hours" : "Επόμενες 24 ώρες",
|
||||||
@@ -159,18 +142,15 @@ OC.L10N.register(
|
|||||||
"Next 30 days" : "Επόμενες 30 ημέρες",
|
"Next 30 days" : "Επόμενες 30 ημέρες",
|
||||||
"No due date" : "Χωρίς ημερομηνία λήξης",
|
"No due date" : "Χωρίς ημερομηνία λήξης",
|
||||||
"Clear filter" : "Εκκαθάριση φίλτρου",
|
"Clear filter" : "Εκκαθάριση φίλτρου",
|
||||||
"View Modes" : "Τρόποι προβολής",
|
|
||||||
"Toggle View Modes" : "Εναλλαγή τρόπων προβολής",
|
|
||||||
"Hide archived cards" : "Απόκρυψη καρτελών που αρχειοθετήθηκαν",
|
"Hide archived cards" : "Απόκρυψη καρτελών που αρχειοθετήθηκαν",
|
||||||
"Show archived cards" : "Εμφάνιση καρτελών που αρχειοθετήθηκαν",
|
"Show archived cards" : "Εμφάνιση καρτελών που αρχειοθετήθηκαν",
|
||||||
"Toggle compact mode" : "Εναλλαγή λειτουργίας μικρού μεγέθους",
|
"Toggle compact mode" : "Εναλλαγή λειτουργίας μικρού μεγέθους",
|
||||||
"Hide 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" : "Ο πίνακας δεν βρέθηκε",
|
||||||
|
"No lists available" : "Δεν υπάρχουν διαθέσιμες λίστες",
|
||||||
"Create a new list to add cards to this board" : "Δημιουργήστε νέα λίστα για να προσθέσετε καρτέλες σε αυτό τον πίνακα.",
|
"Create a new list to add cards to this board" : "Δημιουργήστε νέα λίστα για να προσθέσετε καρτέλες σε αυτό τον πίνακα.",
|
||||||
"Sharing" : "Διαμοιρασμός",
|
"Sharing" : "Διαμοιρασμός",
|
||||||
"Tags" : "Ετικέτες",
|
"Tags" : "Ετικέτες",
|
||||||
@@ -179,12 +159,12 @@ OC.L10N.register(
|
|||||||
"Deleted lists" : "Διαγραμμένες λίστες",
|
"Deleted lists" : "Διαγραμμένες λίστες",
|
||||||
"Undo" : "Αναίρεση",
|
"Undo" : "Αναίρεση",
|
||||||
"Deleted cards" : "Διαγραμμένες καρτέλες",
|
"Deleted cards" : "Διαγραμμένες καρτέλες",
|
||||||
"Share board with a user, group or team …" : "Κοινή χρήση πίνακα με έναν χρήστη, μια ομάδα ή team ...",
|
"Share board with a user, group or circle …" : "Διαμοιράστε τον πίνακα με χρήστη, ομάδα ή κύκλο ...",
|
||||||
"Searching for users, groups and teams …" : "Αναζήτηση χρηστών, ομάδων και teams …",
|
"Searching for users, groups and circles …" : "Αναζήτηση χρηστών, ομάδων και κύκλων…",
|
||||||
"No participants found" : "Δε βρέθηκαν συμμετέχοντες",
|
"No participants found" : "Δε βρέθηκαν συμμετέχοντες",
|
||||||
"Board owner" : "Κάτοχος πίνακα",
|
"Board owner" : "Κάτοχος πίνακα",
|
||||||
"(Group)" : "(Ομάδα)",
|
"(Group)" : "(Ομάδα)",
|
||||||
"(Team)" : "(Ομάδα)",
|
"(Circle)" : "(Κύκλος)",
|
||||||
"Can edit" : "Μπορεί να επεξεργαστεί",
|
"Can edit" : "Μπορεί να επεξεργαστεί",
|
||||||
"Can share" : "Μπορεί να διαμοιράσει",
|
"Can share" : "Μπορεί να διαμοιράσει",
|
||||||
"Can manage" : "Μπορεί να διαχειριστεί",
|
"Can manage" : "Μπορεί να διαχειριστεί",
|
||||||
@@ -210,9 +190,8 @@ OC.L10N.register(
|
|||||||
"title and color value must be provided" : "ο τίτλος και η τιμή χρώματος πρέπει να παρέχονται",
|
"title and color value must be provided" : "ο τίτλος και η τιμή χρώματος πρέπει να παρέχονται",
|
||||||
"Board name" : "Όνομα πίνακα",
|
"Board name" : "Όνομα πίνακα",
|
||||||
"Members" : "Μέλη",
|
"Members" : "Μέλη",
|
||||||
"Assign to users/groups/team" : "Ανάθεση σε χρήστες/ομάδες/teams",
|
"Assign to users/groups/circles" : "Ανάθεση σε χρήστες/ομάδες/κύκλους",
|
||||||
"Assign a user to this card…" : "Ανάθεση χρήστη στην καρτέλα...",
|
"Assign a user to this card…" : "Ανάθεση χρήστη στην καρτέλα...",
|
||||||
"Select a user to assign to this card…" : "Επιλέξτε έναν χρήστη για να του αναθέσετε αυτή την κάρτα...",
|
|
||||||
"Upload new files" : "Ανεβάστε νέα αρχεία",
|
"Upload new files" : "Ανεβάστε νέα αρχεία",
|
||||||
"Share from Files" : "Κοινή χρήση από Αρχεία",
|
"Share from Files" : "Κοινή χρήση από Αρχεία",
|
||||||
"Pending share" : "Κοινή χρήση σε εκκρεμότητα",
|
"Pending share" : "Κοινή χρήση σε εκκρεμότητα",
|
||||||
@@ -250,71 +229,37 @@ OC.L10N.register(
|
|||||||
"Add Attachment" : "Προσθήκη συνημμένου",
|
"Add Attachment" : "Προσθήκη συνημμένου",
|
||||||
"Write a description …" : "Γράψτε μια περιγραφή…",
|
"Write a description …" : "Γράψτε μια περιγραφή…",
|
||||||
"Choose attachment" : "Επιλογή συνημμένου",
|
"Choose attachment" : "Επιλογή συνημμένου",
|
||||||
"Assign a due date to this card…" : "Ορίστε μια ημερομηνία λήξης σε αυτή την κάρτα...",
|
|
||||||
"Set a due date" : "Καθορίστε ημερομηνίας λήξης",
|
"Set a due date" : "Καθορίστε ημερομηνίας λήξης",
|
||||||
"Add due date" : "Προσθήκη ημερομηνίας λήξης",
|
|
||||||
"Choose a date" : "Επιλέξτε ημερομηνίας",
|
|
||||||
"Remove due date" : "Αφαίρεση ημερομηνίας λήξης",
|
"Remove due date" : "Αφαίρεση ημερομηνίας λήξης",
|
||||||
"Mark as done" : "Σήμανση ως ολοκληρωμένου",
|
"Completed" : "Ολοκληρωμένες",
|
||||||
"Due at:" : "Λήγει στις:",
|
|
||||||
"Not done" : "Μη ολοκληρωμένο",
|
|
||||||
"Unarchive card" : "Αναίρεση αρχειοθέτησης καρτέλας",
|
"Unarchive card" : "Αναίρεση αρχειοθέτησης καρτέλας",
|
||||||
"Archive card" : "Αρχειοθέτηση καρτέλας",
|
"Archive card" : "Αρχειοθέτηση καρτέλας",
|
||||||
"Select Date" : "Επιλέξτε ημερομηνία",
|
"Select Date" : "Επιλέξτε ημερομηνία",
|
||||||
"Set due date for later today" : "Ορίστε ημερομηνία λήξης για αργότερα σήμερα",
|
|
||||||
"Set due date for tomorrow" : "Ορίστε ημερομηνία λήξης για αύριο",
|
|
||||||
"Set due date for this weekend" : "Ορίστε ημερομηνία λήξης για αυτό το Σαββατοκύριακο",
|
|
||||||
"Set due date for next week" : "Ορίστε ημερομηνία λήξης για την επόμενη εβδομάδα",
|
|
||||||
"Assign a tag to this card…" : "Ορίστε μια ετικέτα σε αυτήν την καρτέλα...",
|
"Assign a tag to this card…" : "Ορίστε μια ετικέτα σε αυτήν την καρτέλα...",
|
||||||
"Select or create a tag…" : "Επιλέξτε ή δημιουργήστε μια ετικέτα...",
|
|
||||||
"Create a new tag:" : "Δημιουργήστε νέα ετικέτα",
|
|
||||||
"(group)" : "(ομάδα)",
|
"(group)" : "(ομάδα)",
|
||||||
"Next week – {timeLocale}" : "Επόμενη εβδομάδα – {timeLocale}",
|
|
||||||
"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" : "Λεπτομέρειες καρτέλας",
|
"Card details" : "Λεπτομέρειες καρτέλας",
|
||||||
"Assign to me" : "Ανάθεση σε εμένα",
|
"Assign to me" : "Ανάθεση σε εμένα",
|
||||||
"Unassign myself" : "Αποδέσμευσή μου",
|
"Unassign myself" : "Αποδέσμευσή μου",
|
||||||
"Mark as not done" : "Σήμανση ως ολοκληρωμένου",
|
"Mark as done" : "Σήμανση ως ολοκληρωμένου",
|
||||||
|
"Move card" : "Μετακίνηση καρτέλας",
|
||||||
"Delete card" : "Διαγραφή καρτέλας",
|
"Delete card" : "Διαγραφή καρτέλας",
|
||||||
|
"Move card to another board" : "Μετακίνηση καρτέλας σε άλλο πίνακα",
|
||||||
|
"Select a list" : "Επιλέξτε μια λίστα",
|
||||||
|
"List is empty" : "Η λίστα είναι κενή",
|
||||||
"Card deleted" : "Η καρτέλα διαγράφηκε",
|
"Card deleted" : "Η καρτέλα διαγράφηκε",
|
||||||
"seconds ago" : " δευτερόλεπτα πριν ",
|
"seconds ago" : " δευτερόλεπτα πριν ",
|
||||||
"Keyboard shortcuts" : "Συντομεύσεις πληκτρολογίου",
|
|
||||||
"Boost your productivity using Deck with keyboard shortcuts." : "Αυξήστε την παραγωγικότητά σας στο Deck χρησιμοποιώντας συντομεύσεις πληκτρολογίου.",
|
|
||||||
"Board actions" : "Ενέργειες πίνακα",
|
|
||||||
"Keyboard shortcut" : "Συντόμευση πλητρολογίου",
|
|
||||||
"Action" : "Ενέργεια",
|
"Action" : "Ενέργεια",
|
||||||
"Shift" : "Shift",
|
"Shift" : "Shift",
|
||||||
"Scroll" : "Κύλιση",
|
|
||||||
"Scroll sideways" : "Κύλιση οριζόντια",
|
|
||||||
"Navigate between cards" : "Πλοήγηση μεταξύ καρτών",
|
|
||||||
"Esc" : "Esc",
|
|
||||||
"Close card details" : "Κλείσιμο λεπτομερειών κάρτας",
|
|
||||||
"Ctrl" : "Ctrl",
|
"Ctrl" : "Ctrl",
|
||||||
"Search" : "Αναζήτηση",
|
|
||||||
"Show card filters" : "Εμφάνιση φίλτρων κάρτας",
|
|
||||||
"Clear card filters" : "Εκκαθάριση φίλτρων κάρτας",
|
|
||||||
"Show help dialog" : "Εμφάνιση διαλόγου βοήθειας",
|
|
||||||
"Card actions" : "Ενέργειες κάρτας",
|
|
||||||
"The following actions can be triggered on the currently highlighted card" : "Οι ακόλουθες ενέργειες μπορούν να ενεργοποιηθούν για την τρέχουσα επιλεγμένη κάρτα",
|
|
||||||
"Enter" : "Enter",
|
|
||||||
"Space" : "Space",
|
|
||||||
"Open card details" : "Άνοιγμα λεπτομερειών κάρτας",
|
|
||||||
"Edit the card title" : "Επεξεργασία τίτλου κάρτας",
|
|
||||||
"Assign yourself to the current card" : "Αναθέστε τον εαυτό σας στην τρέχουσα κάρτα",
|
|
||||||
"Archive/unarchive the current card" : "Αρχειοθέτηση/αποαρχειοθέτηση της τρέχουσας κάρτας",
|
|
||||||
"Mark card as completed/not completed" : "Σημειώστε την κάρτα ως ολοκληρωμένη/μη ολοκληρωμένη",
|
|
||||||
"Open card menu" : "Άνοιγμα μενού κάρτας",
|
|
||||||
"All boards" : "Όλοι οι πίνακες",
|
"All boards" : "Όλοι οι πίνακες",
|
||||||
"Archived boards" : "Αρχειοθέτηση πινάκων ",
|
"Archived boards" : "Αρχειοθέτηση πινάκων ",
|
||||||
"Shared with you" : "Διαμοιρασμένα μαζί σας",
|
"Shared with you" : "Διαμοιρασμένα μαζί σας",
|
||||||
"Deck settings" : "Ρυθμίσεις Deck",
|
"Deck settings" : "Ρυθμίσεις Deck",
|
||||||
"Use bigger card view" : "Χρησιμοποιήστε μεγαλύτερη προβολή καρτέλας",
|
"Use bigger card view" : "Χρησιμοποιήστε μεγαλύτερη προβολή καρτέλας",
|
||||||
"Show card ID badge" : "Εμφάνιση ID κάρτας",
|
|
||||||
"Show boards in calendar/tasks" : "Εμφάνιση πινάκων στο ημερολόγιο / εργασίες",
|
"Show boards in calendar/tasks" : "Εμφάνιση πινάκων στο ημερολόγιο / εργασίες",
|
||||||
"Limit board creation to some groups" : "Περιορισμός της δημιουργίας πινάκων σε ορισμένες ομάδες",
|
|
||||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Οι χρήστες εκτός αυτών των ομάδων δεν θα μπορούν να δημιουργούν τους δικούς τους πίνακες, αλλά θα μπορούν να εργάζονται σε πίνακες που τους έχουν διαμοιραστεί.",
|
|
||||||
"Board details" : "Λεπτομέριες πίνακα",
|
"Board details" : "Λεπτομέριες πίνακα",
|
||||||
"Edit board" : "Επεξεργασία πίνακα",
|
"Edit board" : "Επεξεργασία πίνακα",
|
||||||
"Clone board" : "Κλώνος πίνακα",
|
"Clone board" : "Κλώνος πίνακα",
|
||||||
@@ -340,7 +285,6 @@ 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" : "Κλικ για επέκταση περιγραφής",
|
||||||
@@ -355,13 +299,8 @@ OC.L10N.register(
|
|||||||
"Open card" : "Άνοιγμα καρτέλας",
|
"Open card" : "Άνοιγμα καρτέλας",
|
||||||
"Close" : "Κλείσιμο",
|
"Close" : "Κλείσιμο",
|
||||||
"No upcoming cards" : "Δεν υπάρχουν επερχόμενες καρτέλες",
|
"No upcoming cards" : "Δεν υπάρχουν επερχόμενες καρτέλες",
|
||||||
"upcoming cards today" : "επερχόμενες κάρτες σήμερα",
|
|
||||||
"upcoming cards tomorrow" : "επερχόμενες κάρτες αύριο",
|
|
||||||
"upcoming cards" : "επερχόμενες καρτέλες",
|
"upcoming cards" : "επερχόμενες καρτέλες",
|
||||||
"New card" : "Νέα κάρτα",
|
|
||||||
"Due on {date}" : "Προθεσμία στις {date}",
|
"Due on {date}" : "Προθεσμία στις {date}",
|
||||||
"Tomorrow – {timeLocale}" : "Αύριο – {timeLocale}",
|
|
||||||
"Later today – {timeLocale}" : "Αργότερα σήμερα – {timeLocale}",
|
|
||||||
"Link to a board" : "Σύνδεσμος στον πίνακα",
|
"Link to a board" : "Σύνδεσμος στον πίνακα",
|
||||||
"Link to a card" : "Σύνδεσμος σε καρτέλα",
|
"Link to a card" : "Σύνδεσμος σε καρτέλα",
|
||||||
"Create a card" : "Δημιουργία καρτέλας",
|
"Create a card" : "Δημιουργία καρτέλας",
|
||||||
@@ -375,15 +314,11 @@ OC.L10N.register(
|
|||||||
"Share" : "Μοιραστείτε",
|
"Share" : "Μοιραστείτε",
|
||||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Η <strong>περιγραφή καρτέλας </strong>στην εφαρμογή Deck άλλαξε",
|
"A <strong>card description</strong> inside the Deck app has been changed" : "Η <strong>περιγραφή καρτέλας </strong>στην εφαρμογή Deck άλλαξε",
|
||||||
"Timeline" : "Χρονολόγιο",
|
"Timeline" : "Χρονολόγιο",
|
||||||
"Share board with a user, group or circle …" : "Διαμοιράστε τον πίνακα με χρήστη, ομάδα ή κύκλο ...",
|
"Assign to users" : "Ανάθεση σε χρήστες",
|
||||||
"Searching for users, groups and circles …" : "Αναζήτηση χρηστών, ομάδων και κύκλων…",
|
"Due date" : "Ημερομηνία λήξης",
|
||||||
"(Circle)" : "(Κύκλος)",
|
|
||||||
"Assign to users/groups/circles" : "Ανάθεση σε χρήστες/ομάδες/κύκλους",
|
|
||||||
"Next week" : "Επόμενη εβδομάδα",
|
"Next week" : "Επόμενη εβδομάδα",
|
||||||
"Next month" : "Επόμενος μήνας",
|
"Next month" : "Επόμενος μήνας",
|
||||||
"List is empty" : "Η λίστα είναι κενή",
|
|
||||||
"Limit deck usage of groups" : "Περιορίστε τη χρήση της εφαρμογής deck σε ομάδες",
|
"Limit deck usage of groups" : "Περιορίστε τη χρήση της εφαρμογής deck σε ομάδες",
|
||||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Ο περιορισμός του Deck θα εμποδίσει τους χρήστες που δεν είναι μέρος αυτών των ομάδων να δημιουργούν δικούς τους πίνακες. Οι χρήστες θα εξακολουθήσουν να εργάζονται σε πίνακες που έχουν διαμοιραστεί μαζί τους.",
|
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Ο περιορισμός του Deck θα εμποδίσει τους χρήστες που δεν είναι μέρος αυτών των ομάδων να δημιουργούν δικούς τους πίνακες. Οι χρήστες θα εξακολουθήσουν να εργάζονται σε πίνακες που έχουν διαμοιραστεί μαζί τους."
|
||||||
"Filter by completed" : "Φίλτρο ανά ολοκλήρωση"
|
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
95
l10n/el.json
95
l10n/el.json
@@ -35,10 +35,6 @@
|
|||||||
"{user} has archived card {card} in list {stack} on board {board}" : "Ο/η {user} αρχειοθέτησε την κάρτα {card} στην λίστα {stack} του πίνακα {board} ",
|
"{user} has archived card {card} in list {stack} on board {board}" : "Ο/η {user} αρχειοθέτησε την κάρτα {card} στην λίστα {stack} του πίνακα {board} ",
|
||||||
"You have unarchived card {card} in list {stack} on board {board}" : "Επαναφέρατε από το αρχείο την καρτέλα {card} της λίστας {stack} του πίνακα {board}",
|
"You have unarchived card {card} in list {stack} on board {board}" : "Επαναφέρατε από το αρχείο την καρτέλα {card} της λίστας {stack} του πίνακα {board}",
|
||||||
"{user} has unarchived card {card} in list {stack} on board {board}" : "Ο/η {user} επανέφερε από το αρχείο την κάρτα {card} της λίστας {stack} του πίνακα {board}",
|
"{user} has unarchived card {card} in list {stack} on board {board}" : "Ο/η {user} επανέφερε από το αρχείο την κάρτα {card} της λίστας {stack} του πίνακα {board}",
|
||||||
"You have marked the card {card} as done in list {stack} on board {board}" : "Έχετε επισημάνει την κάρτα {card} ως ολοκληρωμένη στη λίστα {stack} του πίνακα {board}",
|
|
||||||
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} έχει επισημάνει την κάρτα {card} ως ολοκληρωμένη στη λίστα {stack} του πίνακα {board}",
|
|
||||||
"You have marked the card {card} as undone in list {stack} on board {board}" : "Έχετε επισημάνει την κάρτα {card} ως μη ολοκληρωμένη στη λίστα {stack} του πίνακα {board}",
|
|
||||||
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} έχει επισημάνει την κάρτα {card} ως μη ολοκληρωμένη στη λίστα {stack} του πίνακα {board}",
|
|
||||||
"You have removed the due date of card {card}" : "Καταργήσατε την ημερομηνία λήξης της καρτέλας {card}",
|
"You have removed the due date of card {card}" : "Καταργήσατε την ημερομηνία λήξης της καρτέλας {card}",
|
||||||
"{user} has removed the due date of card {card}" : "Ο/η {user} κατάργησε την ημερομηνία λήξης της καρτέλας {card}",
|
"{user} has removed the due date of card {card}" : "Ο/η {user} κατάργησε την ημερομηνία λήξης της καρτέλας {card}",
|
||||||
"You have set the due date of card {card} to {after}" : "Ορίσατε την ημερομηνία λήξης της καρτέλας {card} σε {after}",
|
"You have set the due date of card {card} to {after}" : "Ορίσατε την ημερομηνία λήξης της καρτέλας {card} σε {after}",
|
||||||
@@ -67,11 +63,7 @@
|
|||||||
"{user} has commented on card {card}" : "Ο/η {user} σχολίασε την καρτέλα {card}",
|
"{user} has commented on card {card}" : "Ο/η {user} σχολίασε την καρτέλα {card}",
|
||||||
"Deck" : "Deck",
|
"Deck" : "Deck",
|
||||||
"Changes in the <strong>Deck app</strong>" : "Αλλαγές στην <strong>εφαρμογή Deck</strong>",
|
"Changes in the <strong>Deck app</strong>" : "Αλλαγές στην <strong>εφαρμογή Deck</strong>",
|
||||||
"A <strong>board, list or card</strong> was changed" : "Ένας <strong>πίνακας, λίστα ή κάρτα</strong> άλλαξε",
|
|
||||||
"A <strong>comment</strong> was created on a card" : "Ένα <strong>σχόλιο</strong> δημιουργήθηκε σε μια καρτέλα",
|
"A <strong>comment</strong> was created on a card" : "Ένα <strong>σχόλιο</strong> δημιουργήθηκε σε μια καρτέλα",
|
||||||
"A <strong>card description</strong> has been changed" : "Μια <strong>περιγραφή κάρτας</strong> έχει αλλάξει",
|
|
||||||
"Cards due today" : "Κάρτες που λήγουν σήμερα",
|
|
||||||
"Cards due tomorrow" : "Κάρτες που λήγουν αύριο",
|
|
||||||
"Upcoming cards" : "Επερχόμενες καρτέλες",
|
"Upcoming cards" : "Επερχόμενες καρτέλες",
|
||||||
"Load more" : "Φόρτωση περισσότερων",
|
"Load more" : "Φόρτωση περισσότερων",
|
||||||
"Personal" : "Προσωπικά",
|
"Personal" : "Προσωπικά",
|
||||||
@@ -86,7 +78,6 @@
|
|||||||
"Deck board" : "Πίνακας του Deck",
|
"Deck board" : "Πίνακας του Deck",
|
||||||
"Owned by %1$s" : "Ανήκει στον/στην %1$s",
|
"Owned by %1$s" : "Ανήκει στον/στην %1$s",
|
||||||
"Deck boards, cards and comments" : "Πίνακες, κάρτες και σχόλια Deck",
|
"Deck boards, cards and comments" : "Πίνακες, κάρτες και σχόλια Deck",
|
||||||
"Create a new deck card" : "Δημιουργήστε μια νέα κάρτα",
|
|
||||||
"Card comments" : "Σχόλια καρτέλας",
|
"Card comments" : "Σχόλια καρτέλας",
|
||||||
"%s on %s" : "%s στο %s",
|
"%s on %s" : "%s στο %s",
|
||||||
"Deck boards and cards" : "Πίνακες και κάρτες Deck",
|
"Deck boards and cards" : "Πίνακες και κάρτες Deck",
|
||||||
@@ -121,13 +112,9 @@
|
|||||||
"Select the board to link to a project" : "Επιλέξτε πίνακα και συνδέστε τον σε ένα έργο",
|
"Select the board to link to a project" : "Επιλέξτε πίνακα και συνδέστε τον σε ένα έργο",
|
||||||
"Search by board title" : "Αναζήτηση με το όνομα πίνακα",
|
"Search by board title" : "Αναζήτηση με το όνομα πίνακα",
|
||||||
"Select board" : "Επιλογή πίνακα",
|
"Select board" : "Επιλογή πίνακα",
|
||||||
"Move card to another board" : "Μετακίνηση καρτέλας σε άλλο πίνακα",
|
|
||||||
"Select a board" : "Επιλογή ενός πίνακα",
|
"Select a board" : "Επιλογή ενός πίνακα",
|
||||||
"No lists available" : "Δεν υπάρχουν διαθέσιμες λίστες",
|
|
||||||
"Select a list" : "Επιλέξτε μια λίστα",
|
|
||||||
"Move card" : "Μετακίνηση καρτέλας",
|
|
||||||
"Cancel" : "Aκύρωση",
|
|
||||||
"Select a card" : "Επιλογή μιας καρτέλας",
|
"Select a card" : "Επιλογή μιας καρτέλας",
|
||||||
|
"Cancel" : "Aκύρωση",
|
||||||
"Select the card to link to a project" : "Επιλογή καρτέλας για σύνδεση στο έργο",
|
"Select the card to link to a project" : "Επιλογή καρτέλας για σύνδεση στο έργο",
|
||||||
"Link to card" : "Σύνδεσμος σε καρτέλα",
|
"Link to card" : "Σύνδεσμος σε καρτέλα",
|
||||||
"File already exists" : "Το αρχείο υπάρχει ήδη",
|
"File already exists" : "Το αρχείο υπάρχει ήδη",
|
||||||
@@ -146,10 +133,6 @@
|
|||||||
"Filter by tag" : "Φίλτρο ανά ετικέτα",
|
"Filter by tag" : "Φίλτρο ανά ετικέτα",
|
||||||
"Filter by assigned user" : "Φίλτρο ανά χρήστη",
|
"Filter by assigned user" : "Φίλτρο ανά χρήστη",
|
||||||
"Unassigned" : "Χωρίς ανάθεση",
|
"Unassigned" : "Χωρίς ανάθεση",
|
||||||
"Filter by status" : "Φίλτρο με βάση την κατάσταση",
|
|
||||||
"Open and completed" : "Ανοιχτά και ολοκληρωμένα",
|
|
||||||
"Open" : "Ανοιχτός",
|
|
||||||
"Completed" : "Ολοκληρωμένες",
|
|
||||||
"Filter by due date" : "Φίλτρο ανά ημερομηνία λήξης",
|
"Filter by due date" : "Φίλτρο ανά ημερομηνία λήξης",
|
||||||
"Overdue" : "Εκπρόθεσμες",
|
"Overdue" : "Εκπρόθεσμες",
|
||||||
"Next 24 hours" : "Επόμενες 24 ώρες",
|
"Next 24 hours" : "Επόμενες 24 ώρες",
|
||||||
@@ -157,18 +140,15 @@
|
|||||||
"Next 30 days" : "Επόμενες 30 ημέρες",
|
"Next 30 days" : "Επόμενες 30 ημέρες",
|
||||||
"No due date" : "Χωρίς ημερομηνία λήξης",
|
"No due date" : "Χωρίς ημερομηνία λήξης",
|
||||||
"Clear filter" : "Εκκαθάριση φίλτρου",
|
"Clear filter" : "Εκκαθάριση φίλτρου",
|
||||||
"View Modes" : "Τρόποι προβολής",
|
|
||||||
"Toggle View Modes" : "Εναλλαγή τρόπων προβολής",
|
|
||||||
"Hide archived cards" : "Απόκρυψη καρτελών που αρχειοθετήθηκαν",
|
"Hide archived cards" : "Απόκρυψη καρτελών που αρχειοθετήθηκαν",
|
||||||
"Show archived cards" : "Εμφάνιση καρτελών που αρχειοθετήθηκαν",
|
"Show archived cards" : "Εμφάνιση καρτελών που αρχειοθετήθηκαν",
|
||||||
"Toggle compact mode" : "Εναλλαγή λειτουργίας μικρού μεγέθους",
|
"Toggle compact mode" : "Εναλλαγή λειτουργίας μικρού μεγέθους",
|
||||||
"Hide 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" : "Ο πίνακας δεν βρέθηκε",
|
||||||
|
"No lists available" : "Δεν υπάρχουν διαθέσιμες λίστες",
|
||||||
"Create a new list to add cards to this board" : "Δημιουργήστε νέα λίστα για να προσθέσετε καρτέλες σε αυτό τον πίνακα.",
|
"Create a new list to add cards to this board" : "Δημιουργήστε νέα λίστα για να προσθέσετε καρτέλες σε αυτό τον πίνακα.",
|
||||||
"Sharing" : "Διαμοιρασμός",
|
"Sharing" : "Διαμοιρασμός",
|
||||||
"Tags" : "Ετικέτες",
|
"Tags" : "Ετικέτες",
|
||||||
@@ -177,12 +157,12 @@
|
|||||||
"Deleted lists" : "Διαγραμμένες λίστες",
|
"Deleted lists" : "Διαγραμμένες λίστες",
|
||||||
"Undo" : "Αναίρεση",
|
"Undo" : "Αναίρεση",
|
||||||
"Deleted cards" : "Διαγραμμένες καρτέλες",
|
"Deleted cards" : "Διαγραμμένες καρτέλες",
|
||||||
"Share board with a user, group or team …" : "Κοινή χρήση πίνακα με έναν χρήστη, μια ομάδα ή team ...",
|
"Share board with a user, group or circle …" : "Διαμοιράστε τον πίνακα με χρήστη, ομάδα ή κύκλο ...",
|
||||||
"Searching for users, groups and teams …" : "Αναζήτηση χρηστών, ομάδων και teams …",
|
"Searching for users, groups and circles …" : "Αναζήτηση χρηστών, ομάδων και κύκλων…",
|
||||||
"No participants found" : "Δε βρέθηκαν συμμετέχοντες",
|
"No participants found" : "Δε βρέθηκαν συμμετέχοντες",
|
||||||
"Board owner" : "Κάτοχος πίνακα",
|
"Board owner" : "Κάτοχος πίνακα",
|
||||||
"(Group)" : "(Ομάδα)",
|
"(Group)" : "(Ομάδα)",
|
||||||
"(Team)" : "(Ομάδα)",
|
"(Circle)" : "(Κύκλος)",
|
||||||
"Can edit" : "Μπορεί να επεξεργαστεί",
|
"Can edit" : "Μπορεί να επεξεργαστεί",
|
||||||
"Can share" : "Μπορεί να διαμοιράσει",
|
"Can share" : "Μπορεί να διαμοιράσει",
|
||||||
"Can manage" : "Μπορεί να διαχειριστεί",
|
"Can manage" : "Μπορεί να διαχειριστεί",
|
||||||
@@ -208,9 +188,8 @@
|
|||||||
"title and color value must be provided" : "ο τίτλος και η τιμή χρώματος πρέπει να παρέχονται",
|
"title and color value must be provided" : "ο τίτλος και η τιμή χρώματος πρέπει να παρέχονται",
|
||||||
"Board name" : "Όνομα πίνακα",
|
"Board name" : "Όνομα πίνακα",
|
||||||
"Members" : "Μέλη",
|
"Members" : "Μέλη",
|
||||||
"Assign to users/groups/team" : "Ανάθεση σε χρήστες/ομάδες/teams",
|
"Assign to users/groups/circles" : "Ανάθεση σε χρήστες/ομάδες/κύκλους",
|
||||||
"Assign a user to this card…" : "Ανάθεση χρήστη στην καρτέλα...",
|
"Assign a user to this card…" : "Ανάθεση χρήστη στην καρτέλα...",
|
||||||
"Select a user to assign to this card…" : "Επιλέξτε έναν χρήστη για να του αναθέσετε αυτή την κάρτα...",
|
|
||||||
"Upload new files" : "Ανεβάστε νέα αρχεία",
|
"Upload new files" : "Ανεβάστε νέα αρχεία",
|
||||||
"Share from Files" : "Κοινή χρήση από Αρχεία",
|
"Share from Files" : "Κοινή χρήση από Αρχεία",
|
||||||
"Pending share" : "Κοινή χρήση σε εκκρεμότητα",
|
"Pending share" : "Κοινή χρήση σε εκκρεμότητα",
|
||||||
@@ -248,71 +227,37 @@
|
|||||||
"Add Attachment" : "Προσθήκη συνημμένου",
|
"Add Attachment" : "Προσθήκη συνημμένου",
|
||||||
"Write a description …" : "Γράψτε μια περιγραφή…",
|
"Write a description …" : "Γράψτε μια περιγραφή…",
|
||||||
"Choose attachment" : "Επιλογή συνημμένου",
|
"Choose attachment" : "Επιλογή συνημμένου",
|
||||||
"Assign a due date to this card…" : "Ορίστε μια ημερομηνία λήξης σε αυτή την κάρτα...",
|
|
||||||
"Set a due date" : "Καθορίστε ημερομηνίας λήξης",
|
"Set a due date" : "Καθορίστε ημερομηνίας λήξης",
|
||||||
"Add due date" : "Προσθήκη ημερομηνίας λήξης",
|
|
||||||
"Choose a date" : "Επιλέξτε ημερομηνίας",
|
|
||||||
"Remove due date" : "Αφαίρεση ημερομηνίας λήξης",
|
"Remove due date" : "Αφαίρεση ημερομηνίας λήξης",
|
||||||
"Mark as done" : "Σήμανση ως ολοκληρωμένου",
|
"Completed" : "Ολοκληρωμένες",
|
||||||
"Due at:" : "Λήγει στις:",
|
|
||||||
"Not done" : "Μη ολοκληρωμένο",
|
|
||||||
"Unarchive card" : "Αναίρεση αρχειοθέτησης καρτέλας",
|
"Unarchive card" : "Αναίρεση αρχειοθέτησης καρτέλας",
|
||||||
"Archive card" : "Αρχειοθέτηση καρτέλας",
|
"Archive card" : "Αρχειοθέτηση καρτέλας",
|
||||||
"Select Date" : "Επιλέξτε ημερομηνία",
|
"Select Date" : "Επιλέξτε ημερομηνία",
|
||||||
"Set due date for later today" : "Ορίστε ημερομηνία λήξης για αργότερα σήμερα",
|
|
||||||
"Set due date for tomorrow" : "Ορίστε ημερομηνία λήξης για αύριο",
|
|
||||||
"Set due date for this weekend" : "Ορίστε ημερομηνία λήξης για αυτό το Σαββατοκύριακο",
|
|
||||||
"Set due date for next week" : "Ορίστε ημερομηνία λήξης για την επόμενη εβδομάδα",
|
|
||||||
"Assign a tag to this card…" : "Ορίστε μια ετικέτα σε αυτήν την καρτέλα...",
|
"Assign a tag to this card…" : "Ορίστε μια ετικέτα σε αυτήν την καρτέλα...",
|
||||||
"Select or create a tag…" : "Επιλέξτε ή δημιουργήστε μια ετικέτα...",
|
|
||||||
"Create a new tag:" : "Δημιουργήστε νέα ετικέτα",
|
|
||||||
"(group)" : "(ομάδα)",
|
"(group)" : "(ομάδα)",
|
||||||
"Next week – {timeLocale}" : "Επόμενη εβδομάδα – {timeLocale}",
|
|
||||||
"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" : "Λεπτομέρειες καρτέλας",
|
"Card details" : "Λεπτομέρειες καρτέλας",
|
||||||
"Assign to me" : "Ανάθεση σε εμένα",
|
"Assign to me" : "Ανάθεση σε εμένα",
|
||||||
"Unassign myself" : "Αποδέσμευσή μου",
|
"Unassign myself" : "Αποδέσμευσή μου",
|
||||||
"Mark as not done" : "Σήμανση ως ολοκληρωμένου",
|
"Mark as done" : "Σήμανση ως ολοκληρωμένου",
|
||||||
|
"Move card" : "Μετακίνηση καρτέλας",
|
||||||
"Delete card" : "Διαγραφή καρτέλας",
|
"Delete card" : "Διαγραφή καρτέλας",
|
||||||
|
"Move card to another board" : "Μετακίνηση καρτέλας σε άλλο πίνακα",
|
||||||
|
"Select a list" : "Επιλέξτε μια λίστα",
|
||||||
|
"List is empty" : "Η λίστα είναι κενή",
|
||||||
"Card deleted" : "Η καρτέλα διαγράφηκε",
|
"Card deleted" : "Η καρτέλα διαγράφηκε",
|
||||||
"seconds ago" : " δευτερόλεπτα πριν ",
|
"seconds ago" : " δευτερόλεπτα πριν ",
|
||||||
"Keyboard shortcuts" : "Συντομεύσεις πληκτρολογίου",
|
|
||||||
"Boost your productivity using Deck with keyboard shortcuts." : "Αυξήστε την παραγωγικότητά σας στο Deck χρησιμοποιώντας συντομεύσεις πληκτρολογίου.",
|
|
||||||
"Board actions" : "Ενέργειες πίνακα",
|
|
||||||
"Keyboard shortcut" : "Συντόμευση πλητρολογίου",
|
|
||||||
"Action" : "Ενέργεια",
|
"Action" : "Ενέργεια",
|
||||||
"Shift" : "Shift",
|
"Shift" : "Shift",
|
||||||
"Scroll" : "Κύλιση",
|
|
||||||
"Scroll sideways" : "Κύλιση οριζόντια",
|
|
||||||
"Navigate between cards" : "Πλοήγηση μεταξύ καρτών",
|
|
||||||
"Esc" : "Esc",
|
|
||||||
"Close card details" : "Κλείσιμο λεπτομερειών κάρτας",
|
|
||||||
"Ctrl" : "Ctrl",
|
"Ctrl" : "Ctrl",
|
||||||
"Search" : "Αναζήτηση",
|
|
||||||
"Show card filters" : "Εμφάνιση φίλτρων κάρτας",
|
|
||||||
"Clear card filters" : "Εκκαθάριση φίλτρων κάρτας",
|
|
||||||
"Show help dialog" : "Εμφάνιση διαλόγου βοήθειας",
|
|
||||||
"Card actions" : "Ενέργειες κάρτας",
|
|
||||||
"The following actions can be triggered on the currently highlighted card" : "Οι ακόλουθες ενέργειες μπορούν να ενεργοποιηθούν για την τρέχουσα επιλεγμένη κάρτα",
|
|
||||||
"Enter" : "Enter",
|
|
||||||
"Space" : "Space",
|
|
||||||
"Open card details" : "Άνοιγμα λεπτομερειών κάρτας",
|
|
||||||
"Edit the card title" : "Επεξεργασία τίτλου κάρτας",
|
|
||||||
"Assign yourself to the current card" : "Αναθέστε τον εαυτό σας στην τρέχουσα κάρτα",
|
|
||||||
"Archive/unarchive the current card" : "Αρχειοθέτηση/αποαρχειοθέτηση της τρέχουσας κάρτας",
|
|
||||||
"Mark card as completed/not completed" : "Σημειώστε την κάρτα ως ολοκληρωμένη/μη ολοκληρωμένη",
|
|
||||||
"Open card menu" : "Άνοιγμα μενού κάρτας",
|
|
||||||
"All boards" : "Όλοι οι πίνακες",
|
"All boards" : "Όλοι οι πίνακες",
|
||||||
"Archived boards" : "Αρχειοθέτηση πινάκων ",
|
"Archived boards" : "Αρχειοθέτηση πινάκων ",
|
||||||
"Shared with you" : "Διαμοιρασμένα μαζί σας",
|
"Shared with you" : "Διαμοιρασμένα μαζί σας",
|
||||||
"Deck settings" : "Ρυθμίσεις Deck",
|
"Deck settings" : "Ρυθμίσεις Deck",
|
||||||
"Use bigger card view" : "Χρησιμοποιήστε μεγαλύτερη προβολή καρτέλας",
|
"Use bigger card view" : "Χρησιμοποιήστε μεγαλύτερη προβολή καρτέλας",
|
||||||
"Show card ID badge" : "Εμφάνιση ID κάρτας",
|
|
||||||
"Show boards in calendar/tasks" : "Εμφάνιση πινάκων στο ημερολόγιο / εργασίες",
|
"Show boards in calendar/tasks" : "Εμφάνιση πινάκων στο ημερολόγιο / εργασίες",
|
||||||
"Limit board creation to some groups" : "Περιορισμός της δημιουργίας πινάκων σε ορισμένες ομάδες",
|
|
||||||
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Οι χρήστες εκτός αυτών των ομάδων δεν θα μπορούν να δημιουργούν τους δικούς τους πίνακες, αλλά θα μπορούν να εργάζονται σε πίνακες που τους έχουν διαμοιραστεί.",
|
|
||||||
"Board details" : "Λεπτομέριες πίνακα",
|
"Board details" : "Λεπτομέριες πίνακα",
|
||||||
"Edit board" : "Επεξεργασία πίνακα",
|
"Edit board" : "Επεξεργασία πίνακα",
|
||||||
"Clone board" : "Κλώνος πίνακα",
|
"Clone board" : "Κλώνος πίνακα",
|
||||||
@@ -338,7 +283,6 @@
|
|||||||
"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" : "Κλικ για επέκταση περιγραφής",
|
||||||
@@ -353,13 +297,8 @@
|
|||||||
"Open card" : "Άνοιγμα καρτέλας",
|
"Open card" : "Άνοιγμα καρτέλας",
|
||||||
"Close" : "Κλείσιμο",
|
"Close" : "Κλείσιμο",
|
||||||
"No upcoming cards" : "Δεν υπάρχουν επερχόμενες καρτέλες",
|
"No upcoming cards" : "Δεν υπάρχουν επερχόμενες καρτέλες",
|
||||||
"upcoming cards today" : "επερχόμενες κάρτες σήμερα",
|
|
||||||
"upcoming cards tomorrow" : "επερχόμενες κάρτες αύριο",
|
|
||||||
"upcoming cards" : "επερχόμενες καρτέλες",
|
"upcoming cards" : "επερχόμενες καρτέλες",
|
||||||
"New card" : "Νέα κάρτα",
|
|
||||||
"Due on {date}" : "Προθεσμία στις {date}",
|
"Due on {date}" : "Προθεσμία στις {date}",
|
||||||
"Tomorrow – {timeLocale}" : "Αύριο – {timeLocale}",
|
|
||||||
"Later today – {timeLocale}" : "Αργότερα σήμερα – {timeLocale}",
|
|
||||||
"Link to a board" : "Σύνδεσμος στον πίνακα",
|
"Link to a board" : "Σύνδεσμος στον πίνακα",
|
||||||
"Link to a card" : "Σύνδεσμος σε καρτέλα",
|
"Link to a card" : "Σύνδεσμος σε καρτέλα",
|
||||||
"Create a card" : "Δημιουργία καρτέλας",
|
"Create a card" : "Δημιουργία καρτέλας",
|
||||||
@@ -373,15 +312,11 @@
|
|||||||
"Share" : "Μοιραστείτε",
|
"Share" : "Μοιραστείτε",
|
||||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Η <strong>περιγραφή καρτέλας </strong>στην εφαρμογή Deck άλλαξε",
|
"A <strong>card description</strong> inside the Deck app has been changed" : "Η <strong>περιγραφή καρτέλας </strong>στην εφαρμογή Deck άλλαξε",
|
||||||
"Timeline" : "Χρονολόγιο",
|
"Timeline" : "Χρονολόγιο",
|
||||||
"Share board with a user, group or circle …" : "Διαμοιράστε τον πίνακα με χρήστη, ομάδα ή κύκλο ...",
|
"Assign to users" : "Ανάθεση σε χρήστες",
|
||||||
"Searching for users, groups and circles …" : "Αναζήτηση χρηστών, ομάδων και κύκλων…",
|
"Due date" : "Ημερομηνία λήξης",
|
||||||
"(Circle)" : "(Κύκλος)",
|
|
||||||
"Assign to users/groups/circles" : "Ανάθεση σε χρήστες/ομάδες/κύκλους",
|
|
||||||
"Next week" : "Επόμενη εβδομάδα",
|
"Next week" : "Επόμενη εβδομάδα",
|
||||||
"Next month" : "Επόμενος μήνας",
|
"Next month" : "Επόμενος μήνας",
|
||||||
"List is empty" : "Η λίστα είναι κενή",
|
|
||||||
"Limit deck usage of groups" : "Περιορίστε τη χρήση της εφαρμογής deck σε ομάδες",
|
"Limit deck usage of groups" : "Περιορίστε τη χρήση της εφαρμογής deck σε ομάδες",
|
||||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Ο περιορισμός του Deck θα εμποδίσει τους χρήστες που δεν είναι μέρος αυτών των ομάδων να δημιουργούν δικούς τους πίνακες. Οι χρήστες θα εξακολουθήσουν να εργάζονται σε πίνακες που έχουν διαμοιραστεί μαζί τους.",
|
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Ο περιορισμός του Deck θα εμποδίσει τους χρήστες που δεν είναι μέρος αυτών των ομάδων να δημιουργούν δικούς τους πίνακες. Οι χρήστες θα εξακολουθήσουν να εργάζονται σε πίνακες που έχουν διαμοιραστεί μαζί τους."
|
||||||
"Filter by completed" : "Φίλτρο ανά ολοκλήρωση"
|
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -124,13 +124,9 @@ OC.L10N.register(
|
|||||||
"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",
|
||||||
"Select board" : "Select board",
|
"Select board" : "Select board",
|
||||||
"Move card to another board" : "Move card to another board",
|
|
||||||
"Select a board" : "Select a board",
|
"Select a board" : "Select a board",
|
||||||
"No lists available" : "No lists available",
|
|
||||||
"Select a list" : "Select a list",
|
|
||||||
"Move card" : "Move card",
|
|
||||||
"Cancel" : "Cancel",
|
|
||||||
"Select a card" : "Select a card",
|
"Select a card" : "Select a card",
|
||||||
|
"Cancel" : "Cancel",
|
||||||
"Select the card to link to a project" : "Select the card to link to a project",
|
"Select the card to link to a project" : "Select the card to link to a project",
|
||||||
"Link to card" : "Link to card",
|
"Link to card" : "Link to card",
|
||||||
"File already exists" : "File already exists",
|
"File already exists" : "File already exists",
|
||||||
@@ -149,10 +145,6 @@ OC.L10N.register(
|
|||||||
"Filter by tag" : "Filter by tag",
|
"Filter by tag" : "Filter by tag",
|
||||||
"Filter by assigned user" : "Filter by assigned user",
|
"Filter by assigned user" : "Filter by assigned user",
|
||||||
"Unassigned" : "Unassigned",
|
"Unassigned" : "Unassigned",
|
||||||
"Filter by status" : "Filter by status",
|
|
||||||
"Open and completed" : "Open and completed",
|
|
||||||
"Open" : "Open",
|
|
||||||
"Completed" : "Completed",
|
|
||||||
"Filter by due date" : "Filter by due date",
|
"Filter by due date" : "Filter by due date",
|
||||||
"Overdue" : "Overdue",
|
"Overdue" : "Overdue",
|
||||||
"Next 24 hours" : "Next 24 hours",
|
"Next 24 hours" : "Next 24 hours",
|
||||||
@@ -172,6 +164,7 @@ OC.L10N.register(
|
|||||||
"Currently present people" : "Currently present people",
|
"Currently present people" : "Currently present people",
|
||||||
"Loading board" : "Loading board",
|
"Loading board" : "Loading board",
|
||||||
"Board not found" : "Board not found",
|
"Board not found" : "Board not found",
|
||||||
|
"No lists available" : "No lists available",
|
||||||
"Create a new list to add cards to this board" : "Create a new list to add cards to this board",
|
"Create a new list to add cards to this board" : "Create a new list to add cards to this board",
|
||||||
"Sharing" : "Sharing",
|
"Sharing" : "Sharing",
|
||||||
"Tags" : "Tags",
|
"Tags" : "Tags",
|
||||||
@@ -180,12 +173,12 @@ OC.L10N.register(
|
|||||||
"Deleted lists" : "Deleted lists",
|
"Deleted lists" : "Deleted lists",
|
||||||
"Undo" : "Undo",
|
"Undo" : "Undo",
|
||||||
"Deleted cards" : "Deleted cards",
|
"Deleted cards" : "Deleted cards",
|
||||||
"Share board with a user, group or team …" : "Share board with a user, group or team …",
|
"Share board with a user, group or circle …" : "Share board with a user, group or circle …",
|
||||||
"Searching for users, groups and teams …" : "Searching for users, groups and teams …",
|
"Searching for users, groups and circles …" : "Searching for users, groups and circles …",
|
||||||
"No participants found" : "No participants found",
|
"No participants found" : "No participants found",
|
||||||
"Board owner" : "Board owner",
|
"Board owner" : "Board owner",
|
||||||
"(Group)" : "(Group)",
|
"(Group)" : "(Group)",
|
||||||
"(Team)" : "(Team)",
|
"(Circle)" : "(Circle)",
|
||||||
"Can edit" : "Can edit",
|
"Can edit" : "Can edit",
|
||||||
"Can share" : "Can share",
|
"Can share" : "Can share",
|
||||||
"Can manage" : "Can manage",
|
"Can manage" : "Can manage",
|
||||||
@@ -211,9 +204,8 @@ OC.L10N.register(
|
|||||||
"title and color value must be provided" : "title and colour value must be provided",
|
"title and color value must be provided" : "title and colour value must be provided",
|
||||||
"Board name" : "Board name",
|
"Board name" : "Board name",
|
||||||
"Members" : "Members",
|
"Members" : "Members",
|
||||||
"Assign to users/groups/team" : "Assign to users/groups/team",
|
"Assign to users/groups/circles" : "Assign to users/groups/circles",
|
||||||
"Assign a user to this card…" : "Assign a user to this card…",
|
"Assign a user to this card…" : "Assign a user to this card…",
|
||||||
"Select a user to assign to this card…" : "Select a user to assign to this card…",
|
|
||||||
"Upload new files" : "Upload new files",
|
"Upload new files" : "Upload new files",
|
||||||
"Share from Files" : "Share from Files",
|
"Share from Files" : "Share from Files",
|
||||||
"Pending share" : "Pending share",
|
"Pending share" : "Pending share",
|
||||||
@@ -256,9 +248,9 @@ OC.L10N.register(
|
|||||||
"Add due date" : "Add due date",
|
"Add due date" : "Add due date",
|
||||||
"Choose a date" : "Choose a date",
|
"Choose a date" : "Choose a date",
|
||||||
"Remove due date" : "Remove due date",
|
"Remove due date" : "Remove due date",
|
||||||
"Mark as done" : "Mark as done",
|
"Completed" : "Completed",
|
||||||
"Due at:" : "Due at:",
|
"Due at:" : "Due at:",
|
||||||
"Not done" : "Not done",
|
"Not completed" : "Not completed",
|
||||||
"Unarchive card" : "Unarchive card",
|
"Unarchive card" : "Unarchive card",
|
||||||
"Archive card" : "Archive card",
|
"Archive card" : "Archive card",
|
||||||
"Select Date" : "Select Date",
|
"Select Date" : "Select Date",
|
||||||
@@ -267,7 +259,6 @@ OC.L10N.register(
|
|||||||
"Set due date for this weekend" : "Set due date for this weekend",
|
"Set due date for this weekend" : "Set due date for this weekend",
|
||||||
"Set due date for next week" : "Set due date for next week",
|
"Set due date for next week" : "Set due date for next week",
|
||||||
"Assign a tag to this card…" : "Assign a tag to this card…",
|
"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:",
|
"Create a new tag:" : "Create a new tag:",
|
||||||
"(group)" : "(group)",
|
"(group)" : "(group)",
|
||||||
"Next week – {timeLocale}" : "Next week – {timeLocale}",
|
"Next week – {timeLocale}" : "Next week – {timeLocale}",
|
||||||
@@ -278,35 +269,19 @@ OC.L10N.register(
|
|||||||
"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",
|
||||||
|
"Mark as done" : "Mark as done",
|
||||||
|
"Move card" : "Move card",
|
||||||
"Delete card" : "Delete card",
|
"Delete card" : "Delete card",
|
||||||
|
"Move card to another board" : "Move card to another board",
|
||||||
|
"Select a list" : "Select a list",
|
||||||
|
"List is empty" : "List is empty",
|
||||||
"Card deleted" : "Card deleted",
|
"Card deleted" : "Card deleted",
|
||||||
"seconds ago" : "seconds ago",
|
"seconds ago" : "seconds ago",
|
||||||
"Keyboard shortcuts" : "Keyboard shortcuts",
|
|
||||||
"Boost your productivity using Deck with keyboard shortcuts." : "Boost your productivity using Deck with keyboard shortcuts.",
|
|
||||||
"Board actions" : "Board actions",
|
|
||||||
"Keyboard shortcut" : "Keyboard shortcut",
|
|
||||||
"Action" : "Action",
|
"Action" : "Action",
|
||||||
"Shift" : "Shift",
|
"Shift" : "Shift",
|
||||||
"Scroll" : "Scroll",
|
|
||||||
"Scroll sideways" : "Scroll sideways",
|
|
||||||
"Navigate between cards" : "Navigate between cards",
|
|
||||||
"Esc" : "Esc",
|
|
||||||
"Close card details" : "Close card details",
|
|
||||||
"Ctrl" : "Ctrl",
|
"Ctrl" : "Ctrl",
|
||||||
"Search" : "Search",
|
|
||||||
"Show card filters" : "Show card filters",
|
|
||||||
"Clear card filters" : "Clear card filters",
|
|
||||||
"Show help dialog" : "Show help dialog",
|
|
||||||
"Card actions" : "Card actions",
|
|
||||||
"The following actions can be triggered on the currently highlighted card" : "The following actions can be triggered on the currently highlighted card",
|
|
||||||
"Enter" : "Enter",
|
"Enter" : "Enter",
|
||||||
"Space" : "Space",
|
"Space" : "Space",
|
||||||
"Open card details" : "Open card details",
|
|
||||||
"Edit the card title" : "Edit the card title",
|
|
||||||
"Assign yourself to the current card" : "Assign yourself to the current card",
|
|
||||||
"Archive/unarchive the current card" : "Archive/unarchive the current card",
|
|
||||||
"Mark card as completed/not completed" : "Mark card as completed/not completed",
|
|
||||||
"Open card menu" : "Open card menu",
|
|
||||||
"All boards" : "All boards",
|
"All boards" : "All boards",
|
||||||
"Archived boards" : "Archived boards",
|
"Archived boards" : "Archived boards",
|
||||||
"Shared with you" : "Shared with you",
|
"Shared with you" : "Shared with you",
|
||||||
@@ -376,15 +351,11 @@ OC.L10N.register(
|
|||||||
"Share" : "Share",
|
"Share" : "Share",
|
||||||
"A <strong>card description</strong> inside the Deck app has been changed" : "A <strong>card description</strong> inside the Deck app has been changed",
|
"A <strong>card description</strong> inside the Deck app has been changed" : "A <strong>card description</strong> inside the Deck app has been changed",
|
||||||
"Timeline" : "Timeline",
|
"Timeline" : "Timeline",
|
||||||
"Share board with a user, group or circle …" : "Share board with a user, group or circle …",
|
"Assign to users" : "Assign to users",
|
||||||
"Searching for users, groups and circles …" : "Searching for users, groups and circles …",
|
"Due date" : "Due date",
|
||||||
"(Circle)" : "(Circle)",
|
|
||||||
"Assign to users/groups/circles" : "Assign to users/groups/circles",
|
|
||||||
"Next week" : "Next week",
|
"Next week" : "Next week",
|
||||||
"Next month" : "Next month",
|
"Next month" : "Next month",
|
||||||
"List is empty" : "List is empty",
|
|
||||||
"Limit deck usage of groups" : "Limit deck usage of groups",
|
"Limit deck usage of groups" : "Limit deck usage of groups",
|
||||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.",
|
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them."
|
||||||
"Filter by completed" : "Filter by completed"
|
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -122,13 +122,9 @@
|
|||||||
"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",
|
||||||
"Select board" : "Select board",
|
"Select board" : "Select board",
|
||||||
"Move card to another board" : "Move card to another board",
|
|
||||||
"Select a board" : "Select a board",
|
"Select a board" : "Select a board",
|
||||||
"No lists available" : "No lists available",
|
|
||||||
"Select a list" : "Select a list",
|
|
||||||
"Move card" : "Move card",
|
|
||||||
"Cancel" : "Cancel",
|
|
||||||
"Select a card" : "Select a card",
|
"Select a card" : "Select a card",
|
||||||
|
"Cancel" : "Cancel",
|
||||||
"Select the card to link to a project" : "Select the card to link to a project",
|
"Select the card to link to a project" : "Select the card to link to a project",
|
||||||
"Link to card" : "Link to card",
|
"Link to card" : "Link to card",
|
||||||
"File already exists" : "File already exists",
|
"File already exists" : "File already exists",
|
||||||
@@ -147,10 +143,6 @@
|
|||||||
"Filter by tag" : "Filter by tag",
|
"Filter by tag" : "Filter by tag",
|
||||||
"Filter by assigned user" : "Filter by assigned user",
|
"Filter by assigned user" : "Filter by assigned user",
|
||||||
"Unassigned" : "Unassigned",
|
"Unassigned" : "Unassigned",
|
||||||
"Filter by status" : "Filter by status",
|
|
||||||
"Open and completed" : "Open and completed",
|
|
||||||
"Open" : "Open",
|
|
||||||
"Completed" : "Completed",
|
|
||||||
"Filter by due date" : "Filter by due date",
|
"Filter by due date" : "Filter by due date",
|
||||||
"Overdue" : "Overdue",
|
"Overdue" : "Overdue",
|
||||||
"Next 24 hours" : "Next 24 hours",
|
"Next 24 hours" : "Next 24 hours",
|
||||||
@@ -170,6 +162,7 @@
|
|||||||
"Currently present people" : "Currently present people",
|
"Currently present people" : "Currently present people",
|
||||||
"Loading board" : "Loading board",
|
"Loading board" : "Loading board",
|
||||||
"Board not found" : "Board not found",
|
"Board not found" : "Board not found",
|
||||||
|
"No lists available" : "No lists available",
|
||||||
"Create a new list to add cards to this board" : "Create a new list to add cards to this board",
|
"Create a new list to add cards to this board" : "Create a new list to add cards to this board",
|
||||||
"Sharing" : "Sharing",
|
"Sharing" : "Sharing",
|
||||||
"Tags" : "Tags",
|
"Tags" : "Tags",
|
||||||
@@ -178,12 +171,12 @@
|
|||||||
"Deleted lists" : "Deleted lists",
|
"Deleted lists" : "Deleted lists",
|
||||||
"Undo" : "Undo",
|
"Undo" : "Undo",
|
||||||
"Deleted cards" : "Deleted cards",
|
"Deleted cards" : "Deleted cards",
|
||||||
"Share board with a user, group or team …" : "Share board with a user, group or team …",
|
"Share board with a user, group or circle …" : "Share board with a user, group or circle …",
|
||||||
"Searching for users, groups and teams …" : "Searching for users, groups and teams …",
|
"Searching for users, groups and circles …" : "Searching for users, groups and circles …",
|
||||||
"No participants found" : "No participants found",
|
"No participants found" : "No participants found",
|
||||||
"Board owner" : "Board owner",
|
"Board owner" : "Board owner",
|
||||||
"(Group)" : "(Group)",
|
"(Group)" : "(Group)",
|
||||||
"(Team)" : "(Team)",
|
"(Circle)" : "(Circle)",
|
||||||
"Can edit" : "Can edit",
|
"Can edit" : "Can edit",
|
||||||
"Can share" : "Can share",
|
"Can share" : "Can share",
|
||||||
"Can manage" : "Can manage",
|
"Can manage" : "Can manage",
|
||||||
@@ -209,9 +202,8 @@
|
|||||||
"title and color value must be provided" : "title and colour value must be provided",
|
"title and color value must be provided" : "title and colour value must be provided",
|
||||||
"Board name" : "Board name",
|
"Board name" : "Board name",
|
||||||
"Members" : "Members",
|
"Members" : "Members",
|
||||||
"Assign to users/groups/team" : "Assign to users/groups/team",
|
"Assign to users/groups/circles" : "Assign to users/groups/circles",
|
||||||
"Assign a user to this card…" : "Assign a user to this card…",
|
"Assign a user to this card…" : "Assign a user to this card…",
|
||||||
"Select a user to assign to this card…" : "Select a user to assign to this card…",
|
|
||||||
"Upload new files" : "Upload new files",
|
"Upload new files" : "Upload new files",
|
||||||
"Share from Files" : "Share from Files",
|
"Share from Files" : "Share from Files",
|
||||||
"Pending share" : "Pending share",
|
"Pending share" : "Pending share",
|
||||||
@@ -254,9 +246,9 @@
|
|||||||
"Add due date" : "Add due date",
|
"Add due date" : "Add due date",
|
||||||
"Choose a date" : "Choose a date",
|
"Choose a date" : "Choose a date",
|
||||||
"Remove due date" : "Remove due date",
|
"Remove due date" : "Remove due date",
|
||||||
"Mark as done" : "Mark as done",
|
"Completed" : "Completed",
|
||||||
"Due at:" : "Due at:",
|
"Due at:" : "Due at:",
|
||||||
"Not done" : "Not done",
|
"Not completed" : "Not completed",
|
||||||
"Unarchive card" : "Unarchive card",
|
"Unarchive card" : "Unarchive card",
|
||||||
"Archive card" : "Archive card",
|
"Archive card" : "Archive card",
|
||||||
"Select Date" : "Select Date",
|
"Select Date" : "Select Date",
|
||||||
@@ -265,7 +257,6 @@
|
|||||||
"Set due date for this weekend" : "Set due date for this weekend",
|
"Set due date for this weekend" : "Set due date for this weekend",
|
||||||
"Set due date for next week" : "Set due date for next week",
|
"Set due date for next week" : "Set due date for next week",
|
||||||
"Assign a tag to this card…" : "Assign a tag to this card…",
|
"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:",
|
"Create a new tag:" : "Create a new tag:",
|
||||||
"(group)" : "(group)",
|
"(group)" : "(group)",
|
||||||
"Next week – {timeLocale}" : "Next week – {timeLocale}",
|
"Next week – {timeLocale}" : "Next week – {timeLocale}",
|
||||||
@@ -276,35 +267,19 @@
|
|||||||
"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",
|
||||||
|
"Mark as done" : "Mark as done",
|
||||||
|
"Move card" : "Move card",
|
||||||
"Delete card" : "Delete card",
|
"Delete card" : "Delete card",
|
||||||
|
"Move card to another board" : "Move card to another board",
|
||||||
|
"Select a list" : "Select a list",
|
||||||
|
"List is empty" : "List is empty",
|
||||||
"Card deleted" : "Card deleted",
|
"Card deleted" : "Card deleted",
|
||||||
"seconds ago" : "seconds ago",
|
"seconds ago" : "seconds ago",
|
||||||
"Keyboard shortcuts" : "Keyboard shortcuts",
|
|
||||||
"Boost your productivity using Deck with keyboard shortcuts." : "Boost your productivity using Deck with keyboard shortcuts.",
|
|
||||||
"Board actions" : "Board actions",
|
|
||||||
"Keyboard shortcut" : "Keyboard shortcut",
|
|
||||||
"Action" : "Action",
|
"Action" : "Action",
|
||||||
"Shift" : "Shift",
|
"Shift" : "Shift",
|
||||||
"Scroll" : "Scroll",
|
|
||||||
"Scroll sideways" : "Scroll sideways",
|
|
||||||
"Navigate between cards" : "Navigate between cards",
|
|
||||||
"Esc" : "Esc",
|
|
||||||
"Close card details" : "Close card details",
|
|
||||||
"Ctrl" : "Ctrl",
|
"Ctrl" : "Ctrl",
|
||||||
"Search" : "Search",
|
|
||||||
"Show card filters" : "Show card filters",
|
|
||||||
"Clear card filters" : "Clear card filters",
|
|
||||||
"Show help dialog" : "Show help dialog",
|
|
||||||
"Card actions" : "Card actions",
|
|
||||||
"The following actions can be triggered on the currently highlighted card" : "The following actions can be triggered on the currently highlighted card",
|
|
||||||
"Enter" : "Enter",
|
"Enter" : "Enter",
|
||||||
"Space" : "Space",
|
"Space" : "Space",
|
||||||
"Open card details" : "Open card details",
|
|
||||||
"Edit the card title" : "Edit the card title",
|
|
||||||
"Assign yourself to the current card" : "Assign yourself to the current card",
|
|
||||||
"Archive/unarchive the current card" : "Archive/unarchive the current card",
|
|
||||||
"Mark card as completed/not completed" : "Mark card as completed/not completed",
|
|
||||||
"Open card menu" : "Open card menu",
|
|
||||||
"All boards" : "All boards",
|
"All boards" : "All boards",
|
||||||
"Archived boards" : "Archived boards",
|
"Archived boards" : "Archived boards",
|
||||||
"Shared with you" : "Shared with you",
|
"Shared with you" : "Shared with you",
|
||||||
@@ -374,15 +349,11 @@
|
|||||||
"Share" : "Share",
|
"Share" : "Share",
|
||||||
"A <strong>card description</strong> inside the Deck app has been changed" : "A <strong>card description</strong> inside the Deck app has been changed",
|
"A <strong>card description</strong> inside the Deck app has been changed" : "A <strong>card description</strong> inside the Deck app has been changed",
|
||||||
"Timeline" : "Timeline",
|
"Timeline" : "Timeline",
|
||||||
"Share board with a user, group or circle …" : "Share board with a user, group or circle …",
|
"Assign to users" : "Assign to users",
|
||||||
"Searching for users, groups and circles …" : "Searching for users, groups and circles …",
|
"Due date" : "Due date",
|
||||||
"(Circle)" : "(Circle)",
|
|
||||||
"Assign to users/groups/circles" : "Assign to users/groups/circles",
|
|
||||||
"Next week" : "Next week",
|
"Next week" : "Next week",
|
||||||
"Next month" : "Next month",
|
"Next month" : "Next month",
|
||||||
"List is empty" : "List is empty",
|
|
||||||
"Limit deck usage of groups" : "Limit deck usage of groups",
|
"Limit deck usage of groups" : "Limit deck usage of groups",
|
||||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.",
|
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them."
|
||||||
"Filter by completed" : "Filter by completed"
|
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -76,8 +76,6 @@ OC.L10N.register(
|
|||||||
"File already exists" : "La dosiero jam ekzistas",
|
"File already exists" : "La dosiero jam ekzistas",
|
||||||
"Add card" : "Aldoni karton",
|
"Add card" : "Aldoni karton",
|
||||||
"Archived cards" : "Arĥivigitaj kartoj",
|
"Archived cards" : "Arĥivigitaj kartoj",
|
||||||
"Open" : "Malfermi",
|
|
||||||
"Completed" : "Plenumita",
|
|
||||||
"Hide archived cards" : "Kaŝi arĥivigitajn kartojn",
|
"Hide archived cards" : "Kaŝi arĥivigitajn kartojn",
|
||||||
"Show archived cards" : "Montri arĥivigitajn kartojn",
|
"Show archived cards" : "Montri arĥivigitajn kartojn",
|
||||||
"Toggle compact mode" : "Baskuligi densigan vidon",
|
"Toggle compact mode" : "Baskuligi densigan vidon",
|
||||||
@@ -108,14 +106,13 @@ OC.L10N.register(
|
|||||||
"Description" : "Priskribo",
|
"Description" : "Priskribo",
|
||||||
"Formatting help" : "Helpo pri tekstaranĝo",
|
"Formatting help" : "Helpo pri tekstaranĝo",
|
||||||
"Remove due date" : "Viŝi limdaton",
|
"Remove due date" : "Viŝi limdaton",
|
||||||
|
"Completed" : "Plenumita",
|
||||||
"Unarchive card" : "Malarĥivigi karton",
|
"Unarchive card" : "Malarĥivigi karton",
|
||||||
"Archive card" : "Arĥivigi karton",
|
"Archive card" : "Arĥivigi karton",
|
||||||
"Select Date" : "Elekti daton",
|
"Select Date" : "Elekti daton",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"Delete card" : "Forigi karton",
|
"Delete card" : "Forigi karton",
|
||||||
"seconds ago" : "antaŭ kelkaj sekundoj",
|
"seconds ago" : "antaŭ kelkaj sekundoj",
|
||||||
"Keyboard shortcuts" : "Fulmoklavoj",
|
|
||||||
"Search" : "Serĉi",
|
|
||||||
"Archived boards" : "Arĥivigitaj tabuloj",
|
"Archived boards" : "Arĥivigitaj tabuloj",
|
||||||
"Shared with you" : "Kunhavata kun vi",
|
"Shared with you" : "Kunhavata kun vi",
|
||||||
"Edit board" : "Modifi tabulon",
|
"Edit board" : "Modifi tabulon",
|
||||||
@@ -133,6 +130,7 @@ OC.L10N.register(
|
|||||||
"Share" : "Kunhavigi",
|
"Share" : "Kunhavigi",
|
||||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Karta priskribo</strong> ene de la aplikaĵo Kartaro ŝanĝiĝis",
|
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Karta priskribo</strong> ene de la aplikaĵo Kartaro ŝanĝiĝis",
|
||||||
"Timeline" : "Kronologio",
|
"Timeline" : "Kronologio",
|
||||||
|
"Due date" : "Limdato",
|
||||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limigo de Kartaro („Deck“) baros uzantojn, kiuj ne estas en tiuj grupoj, krei iliajn proprajn tabulojn. Uzantoj tamen eblos labori kun tabuloj kunhavigitaj kun ili."
|
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limigo de Kartaro („Deck“) baros uzantojn, kiuj ne estas en tiuj grupoj, krei iliajn proprajn tabulojn. Uzantoj tamen eblos labori kun tabuloj kunhavigitaj kun ili."
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -74,8 +74,6 @@
|
|||||||
"File already exists" : "La dosiero jam ekzistas",
|
"File already exists" : "La dosiero jam ekzistas",
|
||||||
"Add card" : "Aldoni karton",
|
"Add card" : "Aldoni karton",
|
||||||
"Archived cards" : "Arĥivigitaj kartoj",
|
"Archived cards" : "Arĥivigitaj kartoj",
|
||||||
"Open" : "Malfermi",
|
|
||||||
"Completed" : "Plenumita",
|
|
||||||
"Hide archived cards" : "Kaŝi arĥivigitajn kartojn",
|
"Hide archived cards" : "Kaŝi arĥivigitajn kartojn",
|
||||||
"Show archived cards" : "Montri arĥivigitajn kartojn",
|
"Show archived cards" : "Montri arĥivigitajn kartojn",
|
||||||
"Toggle compact mode" : "Baskuligi densigan vidon",
|
"Toggle compact mode" : "Baskuligi densigan vidon",
|
||||||
@@ -106,14 +104,13 @@
|
|||||||
"Description" : "Priskribo",
|
"Description" : "Priskribo",
|
||||||
"Formatting help" : "Helpo pri tekstaranĝo",
|
"Formatting help" : "Helpo pri tekstaranĝo",
|
||||||
"Remove due date" : "Viŝi limdaton",
|
"Remove due date" : "Viŝi limdaton",
|
||||||
|
"Completed" : "Plenumita",
|
||||||
"Unarchive card" : "Malarĥivigi karton",
|
"Unarchive card" : "Malarĥivigi karton",
|
||||||
"Archive card" : "Arĥivigi karton",
|
"Archive card" : "Arĥivigi karton",
|
||||||
"Select Date" : "Elekti daton",
|
"Select Date" : "Elekti daton",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"Delete card" : "Forigi karton",
|
"Delete card" : "Forigi karton",
|
||||||
"seconds ago" : "antaŭ kelkaj sekundoj",
|
"seconds ago" : "antaŭ kelkaj sekundoj",
|
||||||
"Keyboard shortcuts" : "Fulmoklavoj",
|
|
||||||
"Search" : "Serĉi",
|
|
||||||
"Archived boards" : "Arĥivigitaj tabuloj",
|
"Archived boards" : "Arĥivigitaj tabuloj",
|
||||||
"Shared with you" : "Kunhavata kun vi",
|
"Shared with you" : "Kunhavata kun vi",
|
||||||
"Edit board" : "Modifi tabulon",
|
"Edit board" : "Modifi tabulon",
|
||||||
@@ -131,6 +128,7 @@
|
|||||||
"Share" : "Kunhavigi",
|
"Share" : "Kunhavigi",
|
||||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Karta priskribo</strong> ene de la aplikaĵo Kartaro ŝanĝiĝis",
|
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Karta priskribo</strong> ene de la aplikaĵo Kartaro ŝanĝiĝis",
|
||||||
"Timeline" : "Kronologio",
|
"Timeline" : "Kronologio",
|
||||||
|
"Due date" : "Limdato",
|
||||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limigo de Kartaro („Deck“) baros uzantojn, kiuj ne estas en tiuj grupoj, krei iliajn proprajn tabulojn. Uzantoj tamen eblos labori kun tabuloj kunhavigitaj kun ili."
|
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limigo de Kartaro („Deck“) baros uzantojn, kiuj ne estas en tiuj grupoj, krei iliajn proprajn tabulojn. Uzantoj tamen eblos labori kun tabuloj kunhavigitaj kun ili."
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
64
l10n/es.js
64
l10n/es.js
@@ -69,7 +69,7 @@ OC.L10N.register(
|
|||||||
"{user} has commented on card {card}" : "{user} ha comentado en {card}",
|
"{user} has commented on card {card}" : "{user} ha comentado en {card}",
|
||||||
"Deck" : "Deck",
|
"Deck" : "Deck",
|
||||||
"Changes in the <strong>Deck app</strong>" : "Cambios en la <strong>app Deck</strong>",
|
"Changes in the <strong>Deck app</strong>" : "Cambios en la <strong>app Deck</strong>",
|
||||||
"A <strong>board, list or card</strong> was changed" : "Un <strong>tablero, lista o tarjeta</strong> fue cambiado/a",
|
"A <strong>board, list or card</strong> was changed" : "Un <strong>tablero, lista o tarjeta</strong> fue cambiada",
|
||||||
"A <strong>comment</strong> was created on a card" : "Un <strong>comentario</strong> ha sido creado en una tarjeta",
|
"A <strong>comment</strong> was created on a card" : "Un <strong>comentario</strong> ha sido creado en una tarjeta",
|
||||||
"A <strong>card description</strong> has been changed" : "Una <strong>descripción de tarjeta</strong> ha sido cambiada",
|
"A <strong>card description</strong> has been changed" : "Una <strong>descripción de tarjeta</strong> ha sido cambiada",
|
||||||
"Cards due today" : "Tarjetas que vencen hoy",
|
"Cards due today" : "Tarjetas que vencen hoy",
|
||||||
@@ -124,13 +124,9 @@ OC.L10N.register(
|
|||||||
"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",
|
||||||
"Select board" : "Selecciona tablero",
|
"Select board" : "Selecciona tablero",
|
||||||
"Move card to another board" : "Mover la tarjeta a otro tablero",
|
|
||||||
"Select a board" : "Selecciona un tablero",
|
"Select a board" : "Selecciona un tablero",
|
||||||
"No lists available" : "No hay listas disponibles",
|
|
||||||
"Select a list" : "Seleccionar una lista",
|
|
||||||
"Move card" : "Mover tarjeta",
|
|
||||||
"Cancel" : "Cancelar",
|
|
||||||
"Select a card" : "Seleccionar una tarjeta",
|
"Select a card" : "Seleccionar una tarjeta",
|
||||||
|
"Cancel" : "Cancelar",
|
||||||
"Select the card to link to a project" : "Selecciona la tarjeta que enlazar a un proyecto",
|
"Select the card to link to a project" : "Selecciona la tarjeta que enlazar a un proyecto",
|
||||||
"Link to card" : "Enlace a tarjeta",
|
"Link to card" : "Enlace a tarjeta",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
@@ -149,9 +145,6 @@ OC.L10N.register(
|
|||||||
"Filter by tag" : "Filtrar por etiqueta",
|
"Filter by tag" : "Filtrar por etiqueta",
|
||||||
"Filter by assigned user" : "Filtrar por usuario asignado",
|
"Filter by assigned user" : "Filtrar por usuario asignado",
|
||||||
"Unassigned" : "No asignado",
|
"Unassigned" : "No asignado",
|
||||||
"Open and completed" : "Abiertos y completados",
|
|
||||||
"Open" : "Abrir",
|
|
||||||
"Completed" : "Completado",
|
|
||||||
"Filter by due date" : "Filtrar por fecha de finalización",
|
"Filter by due date" : "Filtrar por fecha de finalización",
|
||||||
"Overdue" : "Demorado",
|
"Overdue" : "Demorado",
|
||||||
"Next 24 hours" : "Próximas 24 horas",
|
"Next 24 hours" : "Próximas 24 horas",
|
||||||
@@ -171,6 +164,7 @@ OC.L10N.register(
|
|||||||
"Currently present people" : "Personas presentes actualmente",
|
"Currently present people" : "Personas presentes actualmente",
|
||||||
"Loading board" : "Cargando tablero",
|
"Loading board" : "Cargando tablero",
|
||||||
"Board not found" : "Tablero no encontrado",
|
"Board not found" : "Tablero no encontrado",
|
||||||
|
"No lists available" : "No hay listas disponibles",
|
||||||
"Create a new list to add cards to this board" : "Crea una lista nueva para añadir tarjetas a este tablero",
|
"Create a new list to add cards to this board" : "Crea una lista nueva para añadir tarjetas a este tablero",
|
||||||
"Sharing" : "Compartir",
|
"Sharing" : "Compartir",
|
||||||
"Tags" : "Etiquetas",
|
"Tags" : "Etiquetas",
|
||||||
@@ -179,12 +173,12 @@ OC.L10N.register(
|
|||||||
"Deleted lists" : "Listas eliminadas",
|
"Deleted lists" : "Listas eliminadas",
|
||||||
"Undo" : "Deshacer",
|
"Undo" : "Deshacer",
|
||||||
"Deleted cards" : "Cartas eliminadas",
|
"Deleted cards" : "Cartas eliminadas",
|
||||||
"Share board with a user, group or team …" : "Compartir tablero con un usuario, grupo o equipo …",
|
"Share board with a user, group or circle …" : "Compartir tablero con un usuario, grupo o círculo ...",
|
||||||
"Searching for users, groups and teams …" : "Buscando usuarios, grupos y equipos …",
|
"Searching for users, groups and circles …" : "Buscando usuarios, grupos o círculos...",
|
||||||
"No participants found" : "No se encontraron participantes",
|
"No participants found" : "No se encontraron participantes",
|
||||||
"Board owner" : "Propietario del tablero",
|
"Board owner" : "Propietario del tablero",
|
||||||
"(Group)" : "(Grupo)",
|
"(Group)" : "(Grupo)",
|
||||||
"(Team)" : "(Equipo)",
|
"(Circle)" : "(Circle)",
|
||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Can manage" : "Puede gestionar",
|
"Can manage" : "Puede gestionar",
|
||||||
@@ -210,9 +204,8 @@ OC.L10N.register(
|
|||||||
"title and color value must be provided" : "Se debe indicar un valor para título y color ",
|
"title and color value must be provided" : "Se debe indicar un valor para título y color ",
|
||||||
"Board name" : "Nombre del tablero",
|
"Board name" : "Nombre del tablero",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Assign to users/groups/team" : "Asignar a usuarios/grupos/equipo",
|
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
|
||||||
"Assign a user to this card…" : "Asignar un usuario a esta tarjeta...",
|
"Assign a user to this card…" : "Asignar un usuario a esta tarjeta...",
|
||||||
"Select a user to assign to this card…" : "Seleccione un usuario para asignar esta tarjeta…",
|
|
||||||
"Upload new files" : "Subir nuevos archivos",
|
"Upload new files" : "Subir nuevos archivos",
|
||||||
"Share from Files" : "Compartir desde Archivos",
|
"Share from Files" : "Compartir desde Archivos",
|
||||||
"Pending share" : "Pendiente de compartir",
|
"Pending share" : "Pendiente de compartir",
|
||||||
@@ -253,11 +246,11 @@ OC.L10N.register(
|
|||||||
"Assign a due date to this card…" : "Asignar una fecha de caducidad a esta tarjeta…",
|
"Assign a due date to this card…" : "Asignar una fecha de caducidad a esta tarjeta…",
|
||||||
"Set a due date" : "Fijar una fecha límite",
|
"Set a due date" : "Fijar una fecha límite",
|
||||||
"Add due date" : "Añadir fecha de vencimiento",
|
"Add due date" : "Añadir fecha de vencimiento",
|
||||||
"Choose a date" : "Elija una fecha",
|
"Choose a date" : "Elige una fecha",
|
||||||
"Remove due date" : "Eliminar fecha límite",
|
"Remove due date" : "Eliminar fecha límite",
|
||||||
"Mark as done" : "Marcar como hecho",
|
"Completed" : "Completado",
|
||||||
"Due at:" : "Vence el:",
|
"Due at:" : "Vence el:",
|
||||||
"Not done" : "No está finalizado",
|
"Not completed" : "No completado",
|
||||||
"Unarchive card" : "Desarchivar tarjeta",
|
"Unarchive card" : "Desarchivar tarjeta",
|
||||||
"Archive card" : "Archivar tarjeta",
|
"Archive card" : "Archivar tarjeta",
|
||||||
"Select Date" : "Seleccione la fecha",
|
"Select Date" : "Seleccione la fecha",
|
||||||
@@ -266,7 +259,6 @@ OC.L10N.register(
|
|||||||
"Set due date for this weekend" : "Establecer este fin de semana como fecha de vencimiento",
|
"Set due date for this weekend" : "Establecer este fin de semana como fecha de vencimiento",
|
||||||
"Set due date for next week" : "Establecer la próxima semana como fecha de vencimiento",
|
"Set due date for next week" : "Establecer la próxima semana como fecha de vencimiento",
|
||||||
"Assign a tag to this card…" : "Asignar una etiqueta a esta tarjeta...",
|
"Assign a tag to this card…" : "Asignar una etiqueta a esta tarjeta...",
|
||||||
"Select or create a tag…" : "Seleccionar o crear una etiqueta…",
|
|
||||||
"Create a new tag:" : "Crear una nueva etiqueta:",
|
"Create a new tag:" : "Crear una nueva etiqueta:",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"Next week – {timeLocale}" : "Próxima semana – {timeLocale}",
|
"Next week – {timeLocale}" : "Próxima semana – {timeLocale}",
|
||||||
@@ -277,35 +269,19 @@ OC.L10N.register(
|
|||||||
"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",
|
||||||
|
"Mark as done" : "Marcar como hecho",
|
||||||
|
"Move card" : "Mover tarjeta",
|
||||||
"Delete card" : "Eliminar tarjeta",
|
"Delete card" : "Eliminar tarjeta",
|
||||||
|
"Move card to another board" : "Mover la tarjeta a otro tablero",
|
||||||
|
"Select a list" : "Seleccionar una lista",
|
||||||
|
"List is empty" : "La lista está vacía",
|
||||||
"Card deleted" : "Tarjeta borrada",
|
"Card deleted" : "Tarjeta borrada",
|
||||||
"seconds ago" : "hace unos segundos",
|
"seconds ago" : "hace unos segundos",
|
||||||
"Keyboard shortcuts" : "Atajos de teclado",
|
|
||||||
"Boost your productivity using Deck with keyboard shortcuts." : "Aumente su productividad utilizando Deck con atajos de teclado.",
|
|
||||||
"Board actions" : "Acciones del tablero",
|
|
||||||
"Keyboard shortcut" : "Atajo de teclado",
|
|
||||||
"Action" : "Acción",
|
"Action" : "Acción",
|
||||||
"Shift" : "Mayús",
|
"Shift" : "Mayús",
|
||||||
"Scroll" : "Desplazarse",
|
|
||||||
"Scroll sideways" : "Desplazarse lateralmente",
|
|
||||||
"Navigate between cards" : "Navegar entre tarjetas",
|
|
||||||
"Esc" : "Esc",
|
|
||||||
"Close card details" : "Cerrar detalles de la tarjeta",
|
|
||||||
"Ctrl" : "Ctrl",
|
"Ctrl" : "Ctrl",
|
||||||
"Search" : "Buscar",
|
|
||||||
"Show card filters" : "Mostrar filtros de tarjeta",
|
|
||||||
"Clear card filters" : "Limpiar filtros de tarjeta",
|
|
||||||
"Show help dialog" : "Mostrar diálogo de ayuda",
|
|
||||||
"Card actions" : "Acciones de tarjeta",
|
|
||||||
"The following actions can be triggered on the currently highlighted card" : "Las siguientes acciones se pueden activar en la tarjeta resaltada actualmente.",
|
|
||||||
"Enter" : "Enter",
|
"Enter" : "Enter",
|
||||||
"Space" : "Espacio",
|
"Space" : "Espacio",
|
||||||
"Open card details" : "Abrir detalles de la tarjeta",
|
|
||||||
"Edit the card title" : "Editar el título de la tarjeta",
|
|
||||||
"Assign yourself to the current card" : "Asignarme a mí mismo a la tarjeta actual",
|
|
||||||
"Archive/unarchive the current card" : "Archivar/desarchivar la tarjeta actual",
|
|
||||||
"Mark card as completed/not completed" : "Marcar tarjeta como completada/no completada",
|
|
||||||
"Open card menu" : "Abrir menú de tarjetas",
|
|
||||||
"All boards" : "Todos los tableros",
|
"All boards" : "Todos los tableros",
|
||||||
"Archived boards" : "Tableros archivados",
|
"Archived boards" : "Tableros archivados",
|
||||||
"Shared with you" : "Compartido contigo",
|
"Shared with you" : "Compartido contigo",
|
||||||
@@ -375,15 +351,11 @@ OC.L10N.register(
|
|||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Una <strong>descripción de tarjeta</strong> dentro de la app Deck ha cambiado",
|
"A <strong>card description</strong> inside the Deck app has been changed" : "Una <strong>descripción de tarjeta</strong> dentro de la app Deck ha cambiado",
|
||||||
"Timeline" : "Línea de tiempo",
|
"Timeline" : "Línea de tiempo",
|
||||||
"Share board with a user, group or circle …" : "Compartir tablero con un usuario, grupo o círculo ...",
|
"Assign to users" : "Asignar a usuarios",
|
||||||
"Searching for users, groups and circles …" : "Buscando usuarios, grupos o círculos...",
|
"Due date" : "Fecha límite",
|
||||||
"(Circle)" : "(Circle)",
|
|
||||||
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
|
|
||||||
"Next week" : "Semana siguiente",
|
"Next week" : "Semana siguiente",
|
||||||
"Next month" : "Mes siguiente",
|
"Next month" : "Mes siguiente",
|
||||||
"List is empty" : "La lista está vacía",
|
|
||||||
"Limit deck usage of groups" : "Limitar el uso de Deck a grupos",
|
"Limit deck usage of groups" : "Limitar el uso de Deck a grupos",
|
||||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limitar Deck impedirá que usuarios que no formen parte de esos grupos creen sus propios tableros. Los usuarios todavía podrán trabajar en tableros que hayan sido compartidos con ellos.",
|
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limitar Deck impedirá que usuarios que no formen parte de esos grupos creen sus propios tableros. Los usuarios todavía podrán trabajar en tableros que hayan sido compartidos con ellos."
|
||||||
"Filter by completed" : "Filtrar por completados"
|
|
||||||
},
|
},
|
||||||
"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;");
|
||||||
|
|||||||
64
l10n/es.json
64
l10n/es.json
@@ -67,7 +67,7 @@
|
|||||||
"{user} has commented on card {card}" : "{user} ha comentado en {card}",
|
"{user} has commented on card {card}" : "{user} ha comentado en {card}",
|
||||||
"Deck" : "Deck",
|
"Deck" : "Deck",
|
||||||
"Changes in the <strong>Deck app</strong>" : "Cambios en la <strong>app Deck</strong>",
|
"Changes in the <strong>Deck app</strong>" : "Cambios en la <strong>app Deck</strong>",
|
||||||
"A <strong>board, list or card</strong> was changed" : "Un <strong>tablero, lista o tarjeta</strong> fue cambiado/a",
|
"A <strong>board, list or card</strong> was changed" : "Un <strong>tablero, lista o tarjeta</strong> fue cambiada",
|
||||||
"A <strong>comment</strong> was created on a card" : "Un <strong>comentario</strong> ha sido creado en una tarjeta",
|
"A <strong>comment</strong> was created on a card" : "Un <strong>comentario</strong> ha sido creado en una tarjeta",
|
||||||
"A <strong>card description</strong> has been changed" : "Una <strong>descripción de tarjeta</strong> ha sido cambiada",
|
"A <strong>card description</strong> has been changed" : "Una <strong>descripción de tarjeta</strong> ha sido cambiada",
|
||||||
"Cards due today" : "Tarjetas que vencen hoy",
|
"Cards due today" : "Tarjetas que vencen hoy",
|
||||||
@@ -122,13 +122,9 @@
|
|||||||
"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",
|
||||||
"Select board" : "Selecciona tablero",
|
"Select board" : "Selecciona tablero",
|
||||||
"Move card to another board" : "Mover la tarjeta a otro tablero",
|
|
||||||
"Select a board" : "Selecciona un tablero",
|
"Select a board" : "Selecciona un tablero",
|
||||||
"No lists available" : "No hay listas disponibles",
|
|
||||||
"Select a list" : "Seleccionar una lista",
|
|
||||||
"Move card" : "Mover tarjeta",
|
|
||||||
"Cancel" : "Cancelar",
|
|
||||||
"Select a card" : "Seleccionar una tarjeta",
|
"Select a card" : "Seleccionar una tarjeta",
|
||||||
|
"Cancel" : "Cancelar",
|
||||||
"Select the card to link to a project" : "Selecciona la tarjeta que enlazar a un proyecto",
|
"Select the card to link to a project" : "Selecciona la tarjeta que enlazar a un proyecto",
|
||||||
"Link to card" : "Enlace a tarjeta",
|
"Link to card" : "Enlace a tarjeta",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
@@ -147,9 +143,6 @@
|
|||||||
"Filter by tag" : "Filtrar por etiqueta",
|
"Filter by tag" : "Filtrar por etiqueta",
|
||||||
"Filter by assigned user" : "Filtrar por usuario asignado",
|
"Filter by assigned user" : "Filtrar por usuario asignado",
|
||||||
"Unassigned" : "No asignado",
|
"Unassigned" : "No asignado",
|
||||||
"Open and completed" : "Abiertos y completados",
|
|
||||||
"Open" : "Abrir",
|
|
||||||
"Completed" : "Completado",
|
|
||||||
"Filter by due date" : "Filtrar por fecha de finalización",
|
"Filter by due date" : "Filtrar por fecha de finalización",
|
||||||
"Overdue" : "Demorado",
|
"Overdue" : "Demorado",
|
||||||
"Next 24 hours" : "Próximas 24 horas",
|
"Next 24 hours" : "Próximas 24 horas",
|
||||||
@@ -169,6 +162,7 @@
|
|||||||
"Currently present people" : "Personas presentes actualmente",
|
"Currently present people" : "Personas presentes actualmente",
|
||||||
"Loading board" : "Cargando tablero",
|
"Loading board" : "Cargando tablero",
|
||||||
"Board not found" : "Tablero no encontrado",
|
"Board not found" : "Tablero no encontrado",
|
||||||
|
"No lists available" : "No hay listas disponibles",
|
||||||
"Create a new list to add cards to this board" : "Crea una lista nueva para añadir tarjetas a este tablero",
|
"Create a new list to add cards to this board" : "Crea una lista nueva para añadir tarjetas a este tablero",
|
||||||
"Sharing" : "Compartir",
|
"Sharing" : "Compartir",
|
||||||
"Tags" : "Etiquetas",
|
"Tags" : "Etiquetas",
|
||||||
@@ -177,12 +171,12 @@
|
|||||||
"Deleted lists" : "Listas eliminadas",
|
"Deleted lists" : "Listas eliminadas",
|
||||||
"Undo" : "Deshacer",
|
"Undo" : "Deshacer",
|
||||||
"Deleted cards" : "Cartas eliminadas",
|
"Deleted cards" : "Cartas eliminadas",
|
||||||
"Share board with a user, group or team …" : "Compartir tablero con un usuario, grupo o equipo …",
|
"Share board with a user, group or circle …" : "Compartir tablero con un usuario, grupo o círculo ...",
|
||||||
"Searching for users, groups and teams …" : "Buscando usuarios, grupos y equipos …",
|
"Searching for users, groups and circles …" : "Buscando usuarios, grupos o círculos...",
|
||||||
"No participants found" : "No se encontraron participantes",
|
"No participants found" : "No se encontraron participantes",
|
||||||
"Board owner" : "Propietario del tablero",
|
"Board owner" : "Propietario del tablero",
|
||||||
"(Group)" : "(Grupo)",
|
"(Group)" : "(Grupo)",
|
||||||
"(Team)" : "(Equipo)",
|
"(Circle)" : "(Circle)",
|
||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Can manage" : "Puede gestionar",
|
"Can manage" : "Puede gestionar",
|
||||||
@@ -208,9 +202,8 @@
|
|||||||
"title and color value must be provided" : "Se debe indicar un valor para título y color ",
|
"title and color value must be provided" : "Se debe indicar un valor para título y color ",
|
||||||
"Board name" : "Nombre del tablero",
|
"Board name" : "Nombre del tablero",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Assign to users/groups/team" : "Asignar a usuarios/grupos/equipo",
|
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
|
||||||
"Assign a user to this card…" : "Asignar un usuario a esta tarjeta...",
|
"Assign a user to this card…" : "Asignar un usuario a esta tarjeta...",
|
||||||
"Select a user to assign to this card…" : "Seleccione un usuario para asignar esta tarjeta…",
|
|
||||||
"Upload new files" : "Subir nuevos archivos",
|
"Upload new files" : "Subir nuevos archivos",
|
||||||
"Share from Files" : "Compartir desde Archivos",
|
"Share from Files" : "Compartir desde Archivos",
|
||||||
"Pending share" : "Pendiente de compartir",
|
"Pending share" : "Pendiente de compartir",
|
||||||
@@ -251,11 +244,11 @@
|
|||||||
"Assign a due date to this card…" : "Asignar una fecha de caducidad a esta tarjeta…",
|
"Assign a due date to this card…" : "Asignar una fecha de caducidad a esta tarjeta…",
|
||||||
"Set a due date" : "Fijar una fecha límite",
|
"Set a due date" : "Fijar una fecha límite",
|
||||||
"Add due date" : "Añadir fecha de vencimiento",
|
"Add due date" : "Añadir fecha de vencimiento",
|
||||||
"Choose a date" : "Elija una fecha",
|
"Choose a date" : "Elige una fecha",
|
||||||
"Remove due date" : "Eliminar fecha límite",
|
"Remove due date" : "Eliminar fecha límite",
|
||||||
"Mark as done" : "Marcar como hecho",
|
"Completed" : "Completado",
|
||||||
"Due at:" : "Vence el:",
|
"Due at:" : "Vence el:",
|
||||||
"Not done" : "No está finalizado",
|
"Not completed" : "No completado",
|
||||||
"Unarchive card" : "Desarchivar tarjeta",
|
"Unarchive card" : "Desarchivar tarjeta",
|
||||||
"Archive card" : "Archivar tarjeta",
|
"Archive card" : "Archivar tarjeta",
|
||||||
"Select Date" : "Seleccione la fecha",
|
"Select Date" : "Seleccione la fecha",
|
||||||
@@ -264,7 +257,6 @@
|
|||||||
"Set due date for this weekend" : "Establecer este fin de semana como fecha de vencimiento",
|
"Set due date for this weekend" : "Establecer este fin de semana como fecha de vencimiento",
|
||||||
"Set due date for next week" : "Establecer la próxima semana como fecha de vencimiento",
|
"Set due date for next week" : "Establecer la próxima semana como fecha de vencimiento",
|
||||||
"Assign a tag to this card…" : "Asignar una etiqueta a esta tarjeta...",
|
"Assign a tag to this card…" : "Asignar una etiqueta a esta tarjeta...",
|
||||||
"Select or create a tag…" : "Seleccionar o crear una etiqueta…",
|
|
||||||
"Create a new tag:" : "Crear una nueva etiqueta:",
|
"Create a new tag:" : "Crear una nueva etiqueta:",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"Next week – {timeLocale}" : "Próxima semana – {timeLocale}",
|
"Next week – {timeLocale}" : "Próxima semana – {timeLocale}",
|
||||||
@@ -275,35 +267,19 @@
|
|||||||
"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",
|
||||||
|
"Mark as done" : "Marcar como hecho",
|
||||||
|
"Move card" : "Mover tarjeta",
|
||||||
"Delete card" : "Eliminar tarjeta",
|
"Delete card" : "Eliminar tarjeta",
|
||||||
|
"Move card to another board" : "Mover la tarjeta a otro tablero",
|
||||||
|
"Select a list" : "Seleccionar una lista",
|
||||||
|
"List is empty" : "La lista está vacía",
|
||||||
"Card deleted" : "Tarjeta borrada",
|
"Card deleted" : "Tarjeta borrada",
|
||||||
"seconds ago" : "hace unos segundos",
|
"seconds ago" : "hace unos segundos",
|
||||||
"Keyboard shortcuts" : "Atajos de teclado",
|
|
||||||
"Boost your productivity using Deck with keyboard shortcuts." : "Aumente su productividad utilizando Deck con atajos de teclado.",
|
|
||||||
"Board actions" : "Acciones del tablero",
|
|
||||||
"Keyboard shortcut" : "Atajo de teclado",
|
|
||||||
"Action" : "Acción",
|
"Action" : "Acción",
|
||||||
"Shift" : "Mayús",
|
"Shift" : "Mayús",
|
||||||
"Scroll" : "Desplazarse",
|
|
||||||
"Scroll sideways" : "Desplazarse lateralmente",
|
|
||||||
"Navigate between cards" : "Navegar entre tarjetas",
|
|
||||||
"Esc" : "Esc",
|
|
||||||
"Close card details" : "Cerrar detalles de la tarjeta",
|
|
||||||
"Ctrl" : "Ctrl",
|
"Ctrl" : "Ctrl",
|
||||||
"Search" : "Buscar",
|
|
||||||
"Show card filters" : "Mostrar filtros de tarjeta",
|
|
||||||
"Clear card filters" : "Limpiar filtros de tarjeta",
|
|
||||||
"Show help dialog" : "Mostrar diálogo de ayuda",
|
|
||||||
"Card actions" : "Acciones de tarjeta",
|
|
||||||
"The following actions can be triggered on the currently highlighted card" : "Las siguientes acciones se pueden activar en la tarjeta resaltada actualmente.",
|
|
||||||
"Enter" : "Enter",
|
"Enter" : "Enter",
|
||||||
"Space" : "Espacio",
|
"Space" : "Espacio",
|
||||||
"Open card details" : "Abrir detalles de la tarjeta",
|
|
||||||
"Edit the card title" : "Editar el título de la tarjeta",
|
|
||||||
"Assign yourself to the current card" : "Asignarme a mí mismo a la tarjeta actual",
|
|
||||||
"Archive/unarchive the current card" : "Archivar/desarchivar la tarjeta actual",
|
|
||||||
"Mark card as completed/not completed" : "Marcar tarjeta como completada/no completada",
|
|
||||||
"Open card menu" : "Abrir menú de tarjetas",
|
|
||||||
"All boards" : "Todos los tableros",
|
"All boards" : "Todos los tableros",
|
||||||
"Archived boards" : "Tableros archivados",
|
"Archived boards" : "Tableros archivados",
|
||||||
"Shared with you" : "Compartido contigo",
|
"Shared with you" : "Compartido contigo",
|
||||||
@@ -373,15 +349,11 @@
|
|||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Una <strong>descripción de tarjeta</strong> dentro de la app Deck ha cambiado",
|
"A <strong>card description</strong> inside the Deck app has been changed" : "Una <strong>descripción de tarjeta</strong> dentro de la app Deck ha cambiado",
|
||||||
"Timeline" : "Línea de tiempo",
|
"Timeline" : "Línea de tiempo",
|
||||||
"Share board with a user, group or circle …" : "Compartir tablero con un usuario, grupo o círculo ...",
|
"Assign to users" : "Asignar a usuarios",
|
||||||
"Searching for users, groups and circles …" : "Buscando usuarios, grupos o círculos...",
|
"Due date" : "Fecha límite",
|
||||||
"(Circle)" : "(Circle)",
|
|
||||||
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
|
|
||||||
"Next week" : "Semana siguiente",
|
"Next week" : "Semana siguiente",
|
||||||
"Next month" : "Mes siguiente",
|
"Next month" : "Mes siguiente",
|
||||||
"List is empty" : "La lista está vacía",
|
|
||||||
"Limit deck usage of groups" : "Limitar el uso de Deck a grupos",
|
"Limit deck usage of groups" : "Limitar el uso de Deck a grupos",
|
||||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limitar Deck impedirá que usuarios que no formen parte de esos grupos creen sus propios tableros. Los usuarios todavía podrán trabajar en tableros que hayan sido compartidos con ellos.",
|
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limitar Deck impedirá que usuarios que no formen parte de esos grupos creen sus propios tableros. Los usuarios todavía podrán trabajar en tableros que hayan sido compartidos con ellos."
|
||||||
"Filter by completed" : "Filtrar por completados"
|
|
||||||
},"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;"
|
||||||
}
|
}
|
||||||
@@ -21,7 +21,6 @@ OC.L10N.register(
|
|||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
"Add card" : "Agregar tarjeta",
|
"Add card" : "Agregar tarjeta",
|
||||||
"Filter by tag" : "Filtrar por etiqueta",
|
"Filter by tag" : "Filtrar por etiqueta",
|
||||||
"Completed" : "Completado",
|
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -46,12 +45,10 @@ OC.L10N.register(
|
|||||||
"Description" : "Descripción",
|
"Description" : "Descripción",
|
||||||
"Formatting help" : "Ayuda de formato",
|
"Formatting help" : "Ayuda de formato",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Completed" : "Completado",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"seconds ago" : "hace segundos",
|
"seconds ago" : "hace segundos",
|
||||||
"Keyboard shortcuts" : "Atajos del teclado",
|
|
||||||
"Keyboard shortcut" : "Atajo del teclado",
|
|
||||||
"Action" : "Acción",
|
"Action" : "Acción",
|
||||||
"Search" : "Buscar",
|
|
||||||
"Archived boards" : "Tableros archivados",
|
"Archived boards" : "Tableros archivados",
|
||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
@@ -63,6 +60,7 @@ OC.L10N.register(
|
|||||||
"Today" : "Hoy",
|
"Today" : "Hoy",
|
||||||
"Tomorrow" : "Mañana",
|
"Tomorrow" : "Mañana",
|
||||||
"Close" : "Cerrar",
|
"Close" : "Cerrar",
|
||||||
"Share" : "Compartir"
|
"Share" : "Compartir",
|
||||||
|
"Due date" : "Fecha de vencimiento"
|
||||||
},
|
},
|
||||||
"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;");
|
||||||
|
|||||||
@@ -19,7 +19,6 @@
|
|||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
"Add card" : "Agregar tarjeta",
|
"Add card" : "Agregar tarjeta",
|
||||||
"Filter by tag" : "Filtrar por etiqueta",
|
"Filter by tag" : "Filtrar por etiqueta",
|
||||||
"Completed" : "Completado",
|
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -44,12 +43,10 @@
|
|||||||
"Description" : "Descripción",
|
"Description" : "Descripción",
|
||||||
"Formatting help" : "Ayuda de formato",
|
"Formatting help" : "Ayuda de formato",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Completed" : "Completado",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"seconds ago" : "hace segundos",
|
"seconds ago" : "hace segundos",
|
||||||
"Keyboard shortcuts" : "Atajos del teclado",
|
|
||||||
"Keyboard shortcut" : "Atajo del teclado",
|
|
||||||
"Action" : "Acción",
|
"Action" : "Acción",
|
||||||
"Search" : "Buscar",
|
|
||||||
"Archived boards" : "Tableros archivados",
|
"Archived boards" : "Tableros archivados",
|
||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
@@ -61,6 +58,7 @@
|
|||||||
"Today" : "Hoy",
|
"Today" : "Hoy",
|
||||||
"Tomorrow" : "Mañana",
|
"Tomorrow" : "Mañana",
|
||||||
"Close" : "Cerrar",
|
"Close" : "Cerrar",
|
||||||
"Share" : "Compartir"
|
"Share" : "Compartir",
|
||||||
|
"Due date" : "Fecha de vencimiento"
|
||||||
},"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;"
|
||||||
}
|
}
|
||||||
@@ -44,11 +44,8 @@ OC.L10N.register(
|
|||||||
"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",
|
||||||
"Select a board" : "Selecciona un tablero",
|
"Select a board" : "Selecciona un tablero",
|
||||||
"Select a list" : "Seleccionar una lista",
|
|
||||||
"Cancel" : "Cancelar",
|
|
||||||
"Select a card" : "Seleccionar una tarjeta",
|
"Select a card" : "Seleccionar una tarjeta",
|
||||||
"Open" : "Abrir",
|
"Cancel" : "Cancelar",
|
||||||
"Completed" : "Completado",
|
|
||||||
"Next 24 hours" : "Próximas 24 horas",
|
"Next 24 hours" : "Próximas 24 horas",
|
||||||
"Next 7 days" : "Próximos 7 días",
|
"Next 7 days" : "Próximos 7 días",
|
||||||
"Next 30 days" : "Próximos 30 días",
|
"Next 30 days" : "Próximos 30 días",
|
||||||
@@ -79,14 +76,13 @@ OC.L10N.register(
|
|||||||
"Description" : "Descripción",
|
"Description" : "Descripción",
|
||||||
"Formatting help" : "Ayuda de formato",
|
"Formatting help" : "Ayuda de formato",
|
||||||
"Remove due date" : "Eliminar fecha de vencimiento",
|
"Remove due date" : "Eliminar fecha de vencimiento",
|
||||||
|
"Completed" : "Completado",
|
||||||
"Select Date" : "Seleccionar fecha",
|
"Select Date" : "Seleccionar fecha",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"Card details" : "Detalles de la tarjeta",
|
"Card details" : "Detalles de la tarjeta",
|
||||||
|
"Select a list" : "Seleccionar una lista",
|
||||||
"seconds ago" : "segundos",
|
"seconds ago" : "segundos",
|
||||||
"Keyboard shortcuts" : "Atajos de teclado",
|
|
||||||
"Keyboard shortcut" : "Atajo del teclado",
|
|
||||||
"Action" : "Acción",
|
"Action" : "Acción",
|
||||||
"Search" : "Buscar",
|
|
||||||
"All boards" : "Todos los Tableros",
|
"All boards" : "Todos los Tableros",
|
||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Deck settings" : "Configuración del Tablero",
|
"Deck settings" : "Configuración del Tablero",
|
||||||
@@ -109,6 +105,7 @@ OC.L10N.register(
|
|||||||
"Share {file} with a Deck card" : "Compartir {file} con una tarjeta del Tablero",
|
"Share {file} with a Deck card" : "Compartir {file} con una tarjeta del Tablero",
|
||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Una <strong>descripción de tarjeta</strong> dentro de la app Deck ha cambiado",
|
"A <strong>card description</strong> inside the Deck app has been changed" : "Una <strong>descripción de tarjeta</strong> dentro de la app Deck ha cambiado",
|
||||||
|
"Due date" : "Fecha de vencimiento",
|
||||||
"Next week" : "Proxima semana",
|
"Next week" : "Proxima semana",
|
||||||
"Next month" : "Proximo mes",
|
"Next month" : "Proximo mes",
|
||||||
"Limit deck usage of groups" : "Limitar el uso del Tablero a grupos",
|
"Limit deck usage of groups" : "Limitar el uso del Tablero a grupos",
|
||||||
|
|||||||
@@ -42,11 +42,8 @@
|
|||||||
"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",
|
||||||
"Select a board" : "Selecciona un tablero",
|
"Select a board" : "Selecciona un tablero",
|
||||||
"Select a list" : "Seleccionar una lista",
|
|
||||||
"Cancel" : "Cancelar",
|
|
||||||
"Select a card" : "Seleccionar una tarjeta",
|
"Select a card" : "Seleccionar una tarjeta",
|
||||||
"Open" : "Abrir",
|
"Cancel" : "Cancelar",
|
||||||
"Completed" : "Completado",
|
|
||||||
"Next 24 hours" : "Próximas 24 horas",
|
"Next 24 hours" : "Próximas 24 horas",
|
||||||
"Next 7 days" : "Próximos 7 días",
|
"Next 7 days" : "Próximos 7 días",
|
||||||
"Next 30 days" : "Próximos 30 días",
|
"Next 30 days" : "Próximos 30 días",
|
||||||
@@ -77,14 +74,13 @@
|
|||||||
"Description" : "Descripción",
|
"Description" : "Descripción",
|
||||||
"Formatting help" : "Ayuda de formato",
|
"Formatting help" : "Ayuda de formato",
|
||||||
"Remove due date" : "Eliminar fecha de vencimiento",
|
"Remove due date" : "Eliminar fecha de vencimiento",
|
||||||
|
"Completed" : "Completado",
|
||||||
"Select Date" : "Seleccionar fecha",
|
"Select Date" : "Seleccionar fecha",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"Card details" : "Detalles de la tarjeta",
|
"Card details" : "Detalles de la tarjeta",
|
||||||
|
"Select a list" : "Seleccionar una lista",
|
||||||
"seconds ago" : "segundos",
|
"seconds ago" : "segundos",
|
||||||
"Keyboard shortcuts" : "Atajos de teclado",
|
|
||||||
"Keyboard shortcut" : "Atajo del teclado",
|
|
||||||
"Action" : "Acción",
|
"Action" : "Acción",
|
||||||
"Search" : "Buscar",
|
|
||||||
"All boards" : "Todos los Tableros",
|
"All boards" : "Todos los Tableros",
|
||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Deck settings" : "Configuración del Tablero",
|
"Deck settings" : "Configuración del Tablero",
|
||||||
@@ -107,6 +103,7 @@
|
|||||||
"Share {file} with a Deck card" : "Compartir {file} con una tarjeta del Tablero",
|
"Share {file} with a Deck card" : "Compartir {file} con una tarjeta del Tablero",
|
||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Una <strong>descripción de tarjeta</strong> dentro de la app Deck ha cambiado",
|
"A <strong>card description</strong> inside the Deck app has been changed" : "Una <strong>descripción de tarjeta</strong> dentro de la app Deck ha cambiado",
|
||||||
|
"Due date" : "Fecha de vencimiento",
|
||||||
"Next week" : "Proxima semana",
|
"Next week" : "Proxima semana",
|
||||||
"Next month" : "Proximo mes",
|
"Next month" : "Proximo mes",
|
||||||
"Limit deck usage of groups" : "Limitar el uso del Tablero a grupos",
|
"Limit deck usage of groups" : "Limitar el uso del Tablero a grupos",
|
||||||
|
|||||||
@@ -24,7 +24,6 @@ OC.L10N.register(
|
|||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
"Add card" : "Agregar tarjeta",
|
"Add card" : "Agregar tarjeta",
|
||||||
"Completed" : "Completado",
|
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -49,12 +48,11 @@ OC.L10N.register(
|
|||||||
"Description" : "Descripción",
|
"Description" : "Descripción",
|
||||||
"Formatting help" : "Ayuda de formato",
|
"Formatting help" : "Ayuda de formato",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Completed" : "Completado",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"seconds ago" : "hace segundos",
|
"seconds ago" : "hace segundos",
|
||||||
"Keyboard shortcuts" : "Atajos del teclado",
|
"Keyboard shortcuts" : "Atajos del teclado",
|
||||||
"Keyboard shortcut" : "Atajo del teclado",
|
|
||||||
"Action" : "Acción",
|
"Action" : "Acción",
|
||||||
"Search" : "Buscar",
|
|
||||||
"Archived boards" : "Tableros archivados",
|
"Archived boards" : "Tableros archivados",
|
||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
@@ -66,6 +64,7 @@ OC.L10N.register(
|
|||||||
"Today" : "Hoy",
|
"Today" : "Hoy",
|
||||||
"Tomorrow" : "Mañana",
|
"Tomorrow" : "Mañana",
|
||||||
"Close" : "Cerrar",
|
"Close" : "Cerrar",
|
||||||
"Share" : "Compartir"
|
"Share" : "Compartir",
|
||||||
|
"Due date" : "Fecha de vencimiento"
|
||||||
},
|
},
|
||||||
"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;");
|
||||||
|
|||||||
@@ -22,7 +22,6 @@
|
|||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
"Add card" : "Agregar tarjeta",
|
"Add card" : "Agregar tarjeta",
|
||||||
"Completed" : "Completado",
|
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -47,12 +46,11 @@
|
|||||||
"Description" : "Descripción",
|
"Description" : "Descripción",
|
||||||
"Formatting help" : "Ayuda de formato",
|
"Formatting help" : "Ayuda de formato",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Completed" : "Completado",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"seconds ago" : "hace segundos",
|
"seconds ago" : "hace segundos",
|
||||||
"Keyboard shortcuts" : "Atajos del teclado",
|
"Keyboard shortcuts" : "Atajos del teclado",
|
||||||
"Keyboard shortcut" : "Atajo del teclado",
|
|
||||||
"Action" : "Acción",
|
"Action" : "Acción",
|
||||||
"Search" : "Buscar",
|
|
||||||
"Archived boards" : "Tableros archivados",
|
"Archived boards" : "Tableros archivados",
|
||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
@@ -64,6 +62,7 @@
|
|||||||
"Today" : "Hoy",
|
"Today" : "Hoy",
|
||||||
"Tomorrow" : "Mañana",
|
"Tomorrow" : "Mañana",
|
||||||
"Close" : "Cerrar",
|
"Close" : "Cerrar",
|
||||||
"Share" : "Compartir"
|
"Share" : "Compartir",
|
||||||
|
"Due date" : "Fecha de vencimiento"
|
||||||
},"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;"
|
||||||
}
|
}
|
||||||
@@ -25,7 +25,6 @@ OC.L10N.register(
|
|||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
"Add card" : "Agregar tarjeta",
|
"Add card" : "Agregar tarjeta",
|
||||||
"Completed" : "Completado",
|
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -50,12 +49,11 @@ OC.L10N.register(
|
|||||||
"Description" : "Descripción",
|
"Description" : "Descripción",
|
||||||
"Formatting help" : "Ayuda de formato",
|
"Formatting help" : "Ayuda de formato",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Completed" : "Completado",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"seconds ago" : "hace segundos",
|
"seconds ago" : "hace segundos",
|
||||||
"Keyboard shortcuts" : "Atajos del teclado",
|
"Keyboard shortcuts" : "Atajos del teclado",
|
||||||
"Keyboard shortcut" : "Atajo del teclado",
|
|
||||||
"Action" : "Acción",
|
"Action" : "Acción",
|
||||||
"Search" : "Buscar",
|
|
||||||
"Archived boards" : "Tableros archivados",
|
"Archived boards" : "Tableros archivados",
|
||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
@@ -67,6 +65,7 @@ OC.L10N.register(
|
|||||||
"Today" : "Hoy",
|
"Today" : "Hoy",
|
||||||
"Tomorrow" : "Mañana",
|
"Tomorrow" : "Mañana",
|
||||||
"Close" : "Cerrar",
|
"Close" : "Cerrar",
|
||||||
"Share" : "Compartir"
|
"Share" : "Compartir",
|
||||||
|
"Due date" : "Fecha de vencimiento"
|
||||||
},
|
},
|
||||||
"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;");
|
||||||
|
|||||||
@@ -23,7 +23,6 @@
|
|||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
"Add card" : "Agregar tarjeta",
|
"Add card" : "Agregar tarjeta",
|
||||||
"Completed" : "Completado",
|
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -48,12 +47,11 @@
|
|||||||
"Description" : "Descripción",
|
"Description" : "Descripción",
|
||||||
"Formatting help" : "Ayuda de formato",
|
"Formatting help" : "Ayuda de formato",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Completed" : "Completado",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"seconds ago" : "hace segundos",
|
"seconds ago" : "hace segundos",
|
||||||
"Keyboard shortcuts" : "Atajos del teclado",
|
"Keyboard shortcuts" : "Atajos del teclado",
|
||||||
"Keyboard shortcut" : "Atajo del teclado",
|
|
||||||
"Action" : "Acción",
|
"Action" : "Acción",
|
||||||
"Search" : "Buscar",
|
|
||||||
"Archived boards" : "Tableros archivados",
|
"Archived boards" : "Tableros archivados",
|
||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
@@ -65,6 +63,7 @@
|
|||||||
"Today" : "Hoy",
|
"Today" : "Hoy",
|
||||||
"Tomorrow" : "Mañana",
|
"Tomorrow" : "Mañana",
|
||||||
"Close" : "Cerrar",
|
"Close" : "Cerrar",
|
||||||
"Share" : "Compartir"
|
"Share" : "Compartir",
|
||||||
|
"Due date" : "Fecha de vencimiento"
|
||||||
},"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;"
|
||||||
}
|
}
|
||||||
@@ -24,7 +24,6 @@ OC.L10N.register(
|
|||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
"Add card" : "Agregar tarjeta",
|
"Add card" : "Agregar tarjeta",
|
||||||
"Completed" : "Completado",
|
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -49,12 +48,11 @@ OC.L10N.register(
|
|||||||
"Description" : "Descripción",
|
"Description" : "Descripción",
|
||||||
"Formatting help" : "Ayuda de formato",
|
"Formatting help" : "Ayuda de formato",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Completed" : "Completado",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"seconds ago" : "hace segundos",
|
"seconds ago" : "hace segundos",
|
||||||
"Keyboard shortcuts" : "Atajos del teclado",
|
"Keyboard shortcuts" : "Atajos del teclado",
|
||||||
"Keyboard shortcut" : "Atajo del teclado",
|
|
||||||
"Action" : "Acción",
|
"Action" : "Acción",
|
||||||
"Search" : "Buscar",
|
|
||||||
"Archived boards" : "Tableros archivados",
|
"Archived boards" : "Tableros archivados",
|
||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
@@ -66,6 +64,7 @@ OC.L10N.register(
|
|||||||
"Today" : "Hoy",
|
"Today" : "Hoy",
|
||||||
"Tomorrow" : "Mañana",
|
"Tomorrow" : "Mañana",
|
||||||
"Close" : "Cerrar",
|
"Close" : "Cerrar",
|
||||||
"Share" : "Compartir"
|
"Share" : "Compartir",
|
||||||
|
"Due date" : "Fecha de vencimiento"
|
||||||
},
|
},
|
||||||
"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;");
|
||||||
|
|||||||
@@ -22,7 +22,6 @@
|
|||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
"Add card" : "Agregar tarjeta",
|
"Add card" : "Agregar tarjeta",
|
||||||
"Completed" : "Completado",
|
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -47,12 +46,11 @@
|
|||||||
"Description" : "Descripción",
|
"Description" : "Descripción",
|
||||||
"Formatting help" : "Ayuda de formato",
|
"Formatting help" : "Ayuda de formato",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Completed" : "Completado",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"seconds ago" : "hace segundos",
|
"seconds ago" : "hace segundos",
|
||||||
"Keyboard shortcuts" : "Atajos del teclado",
|
"Keyboard shortcuts" : "Atajos del teclado",
|
||||||
"Keyboard shortcut" : "Atajo del teclado",
|
|
||||||
"Action" : "Acción",
|
"Action" : "Acción",
|
||||||
"Search" : "Buscar",
|
|
||||||
"Archived boards" : "Tableros archivados",
|
"Archived boards" : "Tableros archivados",
|
||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
@@ -64,6 +62,7 @@
|
|||||||
"Today" : "Hoy",
|
"Today" : "Hoy",
|
||||||
"Tomorrow" : "Mañana",
|
"Tomorrow" : "Mañana",
|
||||||
"Close" : "Cerrar",
|
"Close" : "Cerrar",
|
||||||
"Share" : "Compartir"
|
"Share" : "Compartir",
|
||||||
|
"Due date" : "Fecha de vencimiento"
|
||||||
},"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;"
|
||||||
}
|
}
|
||||||
@@ -24,7 +24,6 @@ OC.L10N.register(
|
|||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
"Add card" : "Agregar tarjeta",
|
"Add card" : "Agregar tarjeta",
|
||||||
"Completed" : "Completado",
|
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -49,12 +48,11 @@ OC.L10N.register(
|
|||||||
"Description" : "Descripción",
|
"Description" : "Descripción",
|
||||||
"Formatting help" : "Ayuda de formato",
|
"Formatting help" : "Ayuda de formato",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Completed" : "Completado",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"seconds ago" : "hace segundos",
|
"seconds ago" : "hace segundos",
|
||||||
"Keyboard shortcuts" : "Atajos del teclado",
|
"Keyboard shortcuts" : "Atajos del teclado",
|
||||||
"Keyboard shortcut" : "Atajo del teclado",
|
|
||||||
"Action" : "Acción",
|
"Action" : "Acción",
|
||||||
"Search" : "Buscar",
|
|
||||||
"Archived boards" : "Tableros archivados",
|
"Archived boards" : "Tableros archivados",
|
||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
@@ -66,6 +64,7 @@ OC.L10N.register(
|
|||||||
"Today" : "Hoy",
|
"Today" : "Hoy",
|
||||||
"Tomorrow" : "Mañana",
|
"Tomorrow" : "Mañana",
|
||||||
"Close" : "Cerrar",
|
"Close" : "Cerrar",
|
||||||
"Share" : "Compartir"
|
"Share" : "Compartir",
|
||||||
|
"Due date" : "Fecha de vencimiento"
|
||||||
},
|
},
|
||||||
"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;");
|
||||||
|
|||||||
@@ -22,7 +22,6 @@
|
|||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
"Add card" : "Agregar tarjeta",
|
"Add card" : "Agregar tarjeta",
|
||||||
"Completed" : "Completado",
|
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -47,12 +46,11 @@
|
|||||||
"Description" : "Descripción",
|
"Description" : "Descripción",
|
||||||
"Formatting help" : "Ayuda de formato",
|
"Formatting help" : "Ayuda de formato",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Completed" : "Completado",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"seconds ago" : "hace segundos",
|
"seconds ago" : "hace segundos",
|
||||||
"Keyboard shortcuts" : "Atajos del teclado",
|
"Keyboard shortcuts" : "Atajos del teclado",
|
||||||
"Keyboard shortcut" : "Atajo del teclado",
|
|
||||||
"Action" : "Acción",
|
"Action" : "Acción",
|
||||||
"Search" : "Buscar",
|
|
||||||
"Archived boards" : "Tableros archivados",
|
"Archived boards" : "Tableros archivados",
|
||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
@@ -64,6 +62,7 @@
|
|||||||
"Today" : "Hoy",
|
"Today" : "Hoy",
|
||||||
"Tomorrow" : "Mañana",
|
"Tomorrow" : "Mañana",
|
||||||
"Close" : "Cerrar",
|
"Close" : "Cerrar",
|
||||||
"Share" : "Compartir"
|
"Share" : "Compartir",
|
||||||
|
"Due date" : "Fecha de vencimiento"
|
||||||
},"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;"
|
||||||
}
|
}
|
||||||
@@ -115,13 +115,9 @@ OC.L10N.register(
|
|||||||
"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",
|
||||||
"Select board" : "Seleccionar tablero",
|
"Select board" : "Seleccionar tablero",
|
||||||
"Move card to another board" : "Mover tarjeta a otro tablero",
|
|
||||||
"Select a board" : "Seleccionar un tablero",
|
"Select a board" : "Seleccionar un tablero",
|
||||||
"No lists available" : "No hay listas disponibles",
|
|
||||||
"Select a list" : "Seleccionar una lista",
|
|
||||||
"Move card" : "Mover tarjeta",
|
|
||||||
"Cancel" : "Cancelar",
|
|
||||||
"Select a card" : "Seleccionar una tarjeta",
|
"Select a card" : "Seleccionar una tarjeta",
|
||||||
|
"Cancel" : "Cancelar",
|
||||||
"Select the card to link to a project" : "Selecciona la tarjeta para vincularla a un proyecto",
|
"Select the card to link to a project" : "Selecciona la tarjeta para vincularla a un proyecto",
|
||||||
"Link to card" : "Vincular con tarjeta",
|
"Link to card" : "Vincular con tarjeta",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
@@ -140,8 +136,6 @@ OC.L10N.register(
|
|||||||
"Filter by tag" : "Filtrar por etiqueta",
|
"Filter by tag" : "Filtrar por etiqueta",
|
||||||
"Filter by assigned user" : "Filtrar por usuario asignado",
|
"Filter by assigned user" : "Filtrar por usuario asignado",
|
||||||
"Unassigned" : "No asignado",
|
"Unassigned" : "No asignado",
|
||||||
"Open" : "Abrir",
|
|
||||||
"Completed" : "Completado",
|
|
||||||
"Filter by due date" : "Filtrar por fecha de vencimiento",
|
"Filter by due date" : "Filtrar por fecha de vencimiento",
|
||||||
"Overdue" : "Atrasado",
|
"Overdue" : "Atrasado",
|
||||||
"Next 24 hours" : "Próximas 24 horas",
|
"Next 24 hours" : "Próximas 24 horas",
|
||||||
@@ -157,6 +151,7 @@ OC.L10N.register(
|
|||||||
"Currently present people" : "Personas actualmente presentes",
|
"Currently present people" : "Personas actualmente presentes",
|
||||||
"Loading board" : "Cargando tablero",
|
"Loading board" : "Cargando tablero",
|
||||||
"Board not found" : "No se encontró el tablero",
|
"Board not found" : "No se encontró el tablero",
|
||||||
|
"No lists available" : "No hay listas disponibles",
|
||||||
"Create a new list to add cards to this board" : "Crea una nueva lista para añadir tarjetas a este tablero",
|
"Create a new list to add cards to this board" : "Crea una nueva lista para añadir tarjetas a este tablero",
|
||||||
"Sharing" : "Compartiendo",
|
"Sharing" : "Compartiendo",
|
||||||
"Tags" : "Etiquetas",
|
"Tags" : "Etiquetas",
|
||||||
@@ -165,9 +160,12 @@ OC.L10N.register(
|
|||||||
"Deleted lists" : "Listas eliminadas",
|
"Deleted lists" : "Listas eliminadas",
|
||||||
"Undo" : "Deshacer",
|
"Undo" : "Deshacer",
|
||||||
"Deleted cards" : "Tarjetas eliminadas",
|
"Deleted cards" : "Tarjetas eliminadas",
|
||||||
|
"Share board with a user, group or circle …" : "Compartir tablero con un usuario, grupo o círculo …",
|
||||||
|
"Searching for users, groups and circles …" : "Buscando usuarios, grupos y círculos …",
|
||||||
"No participants found" : "No se encontraron participantes",
|
"No participants found" : "No se encontraron participantes",
|
||||||
"Board owner" : "Propietario del tablero",
|
"Board owner" : "Propietario del tablero",
|
||||||
"(Group)" : "(Grupo)",
|
"(Group)" : "(Grupo)",
|
||||||
|
"(Circle)" : "(Círculo)",
|
||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Can manage" : "Puede gestionar",
|
"Can manage" : "Puede gestionar",
|
||||||
@@ -193,6 +191,7 @@ OC.L10N.register(
|
|||||||
"title and color value must be provided" : "Debe proporcionarse el título y el valor del color",
|
"title and color value must be provided" : "Debe proporcionarse el título y el valor del color",
|
||||||
"Board name" : "Nombre del tablero",
|
"Board name" : "Nombre del tablero",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
|
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
|
||||||
"Assign a user to this card…" : "Asignar un usuario a esta tarjeta…",
|
"Assign a user to this card…" : "Asignar un usuario a esta tarjeta…",
|
||||||
"Upload new files" : "Subir nuevos archivos",
|
"Upload new files" : "Subir nuevos archivos",
|
||||||
"Share from Files" : "Compartir desde Archivos",
|
"Share from Files" : "Compartir desde Archivos",
|
||||||
@@ -233,7 +232,8 @@ OC.L10N.register(
|
|||||||
"Choose attachment" : "Elegir adjunto",
|
"Choose attachment" : "Elegir adjunto",
|
||||||
"Set a due date" : "Establecer una fecha de vencimiento",
|
"Set a due date" : "Establecer una fecha de vencimiento",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
"Mark as done" : "Marcar como hecha",
|
"Completed" : "Completado",
|
||||||
|
"Not completed" : "No completado",
|
||||||
"Unarchive card" : "Desarchivar tarjeta",
|
"Unarchive card" : "Desarchivar tarjeta",
|
||||||
"Archive card" : "Archivar tarjeta",
|
"Archive card" : "Archivar tarjeta",
|
||||||
"Select Date" : "Seleccionar fecha",
|
"Select Date" : "Seleccionar fecha",
|
||||||
@@ -245,11 +245,15 @@ OC.L10N.register(
|
|||||||
"Card details" : "Detalles 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",
|
||||||
|
"Mark as done" : "Marcar como hecha",
|
||||||
|
"Move card" : "Mover tarjeta",
|
||||||
"Delete card" : "Eliminar tarjeta",
|
"Delete card" : "Eliminar tarjeta",
|
||||||
|
"Move card to another board" : "Mover tarjeta a otro tablero",
|
||||||
|
"Select a list" : "Seleccionar una lista",
|
||||||
|
"List is empty" : "La lista está vacía",
|
||||||
"Card deleted" : "Tarjeta eliminada",
|
"Card deleted" : "Tarjeta eliminada",
|
||||||
"seconds ago" : "hace segundos",
|
"seconds ago" : "hace segundos",
|
||||||
"Keyboard shortcuts" : "Atajos del teclado",
|
"Keyboard shortcuts" : "Atajos del teclado",
|
||||||
"Keyboard shortcut" : "Atajo del teclado",
|
|
||||||
"Action" : "Acción",
|
"Action" : "Acción",
|
||||||
"Shift" : "Shift",
|
"Shift" : "Shift",
|
||||||
"Ctrl" : "Ctrl",
|
"Ctrl" : "Ctrl",
|
||||||
@@ -318,13 +322,10 @@ OC.L10N.register(
|
|||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Se ha cambiado una <strong>descripción de la tarjeta</strong> en la aplicación Deck",
|
"A <strong>card description</strong> inside the Deck app has been changed" : "Se ha cambiado una <strong>descripción de la tarjeta</strong> en la aplicación Deck",
|
||||||
"Timeline" : "Línea de tiempo",
|
"Timeline" : "Línea de tiempo",
|
||||||
"Share board with a user, group or circle …" : "Compartir tablero con un usuario, grupo o círculo …",
|
"Assign to users" : "Asignar a usuarios",
|
||||||
"Searching for users, groups and circles …" : "Buscando usuarios, grupos y círculos …",
|
"Due date" : "Fecha de vencimiento",
|
||||||
"(Circle)" : "(Círculo)",
|
|
||||||
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
|
|
||||||
"Next week" : "Semana siguiente",
|
"Next week" : "Semana siguiente",
|
||||||
"Next month" : "Mes siguiente",
|
"Next month" : "Mes siguiente",
|
||||||
"List is empty" : "La lista está vacía",
|
|
||||||
"Limit deck usage of groups" : "Limitar uso de Deck a grupos",
|
"Limit deck usage of groups" : "Limitar uso de Deck a grupos",
|
||||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limitar Deck bloqueará a los usuarios que no formen parte de esos grupos para que no puedan crear sus propios tableros. Los usuarios aún podrán trabajar en tableros que se hayan compartido con ellos."
|
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limitar Deck bloqueará a los usuarios que no formen parte de esos grupos para que no puedan crear sus propios tableros. Los usuarios aún podrán trabajar en tableros que se hayan compartido con ellos."
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -113,13 +113,9 @@
|
|||||||
"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",
|
||||||
"Select board" : "Seleccionar tablero",
|
"Select board" : "Seleccionar tablero",
|
||||||
"Move card to another board" : "Mover tarjeta a otro tablero",
|
|
||||||
"Select a board" : "Seleccionar un tablero",
|
"Select a board" : "Seleccionar un tablero",
|
||||||
"No lists available" : "No hay listas disponibles",
|
|
||||||
"Select a list" : "Seleccionar una lista",
|
|
||||||
"Move card" : "Mover tarjeta",
|
|
||||||
"Cancel" : "Cancelar",
|
|
||||||
"Select a card" : "Seleccionar una tarjeta",
|
"Select a card" : "Seleccionar una tarjeta",
|
||||||
|
"Cancel" : "Cancelar",
|
||||||
"Select the card to link to a project" : "Selecciona la tarjeta para vincularla a un proyecto",
|
"Select the card to link to a project" : "Selecciona la tarjeta para vincularla a un proyecto",
|
||||||
"Link to card" : "Vincular con tarjeta",
|
"Link to card" : "Vincular con tarjeta",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
@@ -138,8 +134,6 @@
|
|||||||
"Filter by tag" : "Filtrar por etiqueta",
|
"Filter by tag" : "Filtrar por etiqueta",
|
||||||
"Filter by assigned user" : "Filtrar por usuario asignado",
|
"Filter by assigned user" : "Filtrar por usuario asignado",
|
||||||
"Unassigned" : "No asignado",
|
"Unassigned" : "No asignado",
|
||||||
"Open" : "Abrir",
|
|
||||||
"Completed" : "Completado",
|
|
||||||
"Filter by due date" : "Filtrar por fecha de vencimiento",
|
"Filter by due date" : "Filtrar por fecha de vencimiento",
|
||||||
"Overdue" : "Atrasado",
|
"Overdue" : "Atrasado",
|
||||||
"Next 24 hours" : "Próximas 24 horas",
|
"Next 24 hours" : "Próximas 24 horas",
|
||||||
@@ -155,6 +149,7 @@
|
|||||||
"Currently present people" : "Personas actualmente presentes",
|
"Currently present people" : "Personas actualmente presentes",
|
||||||
"Loading board" : "Cargando tablero",
|
"Loading board" : "Cargando tablero",
|
||||||
"Board not found" : "No se encontró el tablero",
|
"Board not found" : "No se encontró el tablero",
|
||||||
|
"No lists available" : "No hay listas disponibles",
|
||||||
"Create a new list to add cards to this board" : "Crea una nueva lista para añadir tarjetas a este tablero",
|
"Create a new list to add cards to this board" : "Crea una nueva lista para añadir tarjetas a este tablero",
|
||||||
"Sharing" : "Compartiendo",
|
"Sharing" : "Compartiendo",
|
||||||
"Tags" : "Etiquetas",
|
"Tags" : "Etiquetas",
|
||||||
@@ -163,9 +158,12 @@
|
|||||||
"Deleted lists" : "Listas eliminadas",
|
"Deleted lists" : "Listas eliminadas",
|
||||||
"Undo" : "Deshacer",
|
"Undo" : "Deshacer",
|
||||||
"Deleted cards" : "Tarjetas eliminadas",
|
"Deleted cards" : "Tarjetas eliminadas",
|
||||||
|
"Share board with a user, group or circle …" : "Compartir tablero con un usuario, grupo o círculo …",
|
||||||
|
"Searching for users, groups and circles …" : "Buscando usuarios, grupos y círculos …",
|
||||||
"No participants found" : "No se encontraron participantes",
|
"No participants found" : "No se encontraron participantes",
|
||||||
"Board owner" : "Propietario del tablero",
|
"Board owner" : "Propietario del tablero",
|
||||||
"(Group)" : "(Grupo)",
|
"(Group)" : "(Grupo)",
|
||||||
|
"(Circle)" : "(Círculo)",
|
||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Can manage" : "Puede gestionar",
|
"Can manage" : "Puede gestionar",
|
||||||
@@ -191,6 +189,7 @@
|
|||||||
"title and color value must be provided" : "Debe proporcionarse el título y el valor del color",
|
"title and color value must be provided" : "Debe proporcionarse el título y el valor del color",
|
||||||
"Board name" : "Nombre del tablero",
|
"Board name" : "Nombre del tablero",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
|
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
|
||||||
"Assign a user to this card…" : "Asignar un usuario a esta tarjeta…",
|
"Assign a user to this card…" : "Asignar un usuario a esta tarjeta…",
|
||||||
"Upload new files" : "Subir nuevos archivos",
|
"Upload new files" : "Subir nuevos archivos",
|
||||||
"Share from Files" : "Compartir desde Archivos",
|
"Share from Files" : "Compartir desde Archivos",
|
||||||
@@ -231,7 +230,8 @@
|
|||||||
"Choose attachment" : "Elegir adjunto",
|
"Choose attachment" : "Elegir adjunto",
|
||||||
"Set a due date" : "Establecer una fecha de vencimiento",
|
"Set a due date" : "Establecer una fecha de vencimiento",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
"Mark as done" : "Marcar como hecha",
|
"Completed" : "Completado",
|
||||||
|
"Not completed" : "No completado",
|
||||||
"Unarchive card" : "Desarchivar tarjeta",
|
"Unarchive card" : "Desarchivar tarjeta",
|
||||||
"Archive card" : "Archivar tarjeta",
|
"Archive card" : "Archivar tarjeta",
|
||||||
"Select Date" : "Seleccionar fecha",
|
"Select Date" : "Seleccionar fecha",
|
||||||
@@ -243,11 +243,15 @@
|
|||||||
"Card details" : "Detalles 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",
|
||||||
|
"Mark as done" : "Marcar como hecha",
|
||||||
|
"Move card" : "Mover tarjeta",
|
||||||
"Delete card" : "Eliminar tarjeta",
|
"Delete card" : "Eliminar tarjeta",
|
||||||
|
"Move card to another board" : "Mover tarjeta a otro tablero",
|
||||||
|
"Select a list" : "Seleccionar una lista",
|
||||||
|
"List is empty" : "La lista está vacía",
|
||||||
"Card deleted" : "Tarjeta eliminada",
|
"Card deleted" : "Tarjeta eliminada",
|
||||||
"seconds ago" : "hace segundos",
|
"seconds ago" : "hace segundos",
|
||||||
"Keyboard shortcuts" : "Atajos del teclado",
|
"Keyboard shortcuts" : "Atajos del teclado",
|
||||||
"Keyboard shortcut" : "Atajo del teclado",
|
|
||||||
"Action" : "Acción",
|
"Action" : "Acción",
|
||||||
"Shift" : "Shift",
|
"Shift" : "Shift",
|
||||||
"Ctrl" : "Ctrl",
|
"Ctrl" : "Ctrl",
|
||||||
@@ -316,13 +320,10 @@
|
|||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"A <strong>card description</strong> inside the Deck app has been changed" : "Se ha cambiado una <strong>descripción de la tarjeta</strong> en la aplicación Deck",
|
"A <strong>card description</strong> inside the Deck app has been changed" : "Se ha cambiado una <strong>descripción de la tarjeta</strong> en la aplicación Deck",
|
||||||
"Timeline" : "Línea de tiempo",
|
"Timeline" : "Línea de tiempo",
|
||||||
"Share board with a user, group or circle …" : "Compartir tablero con un usuario, grupo o círculo …",
|
"Assign to users" : "Asignar a usuarios",
|
||||||
"Searching for users, groups and circles …" : "Buscando usuarios, grupos y círculos …",
|
"Due date" : "Fecha de vencimiento",
|
||||||
"(Circle)" : "(Círculo)",
|
|
||||||
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
|
|
||||||
"Next week" : "Semana siguiente",
|
"Next week" : "Semana siguiente",
|
||||||
"Next month" : "Mes siguiente",
|
"Next month" : "Mes siguiente",
|
||||||
"List is empty" : "La lista está vacía",
|
|
||||||
"Limit deck usage of groups" : "Limitar uso de Deck a grupos",
|
"Limit deck usage of groups" : "Limitar uso de Deck a grupos",
|
||||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limitar Deck bloqueará a los usuarios que no formen parte de esos grupos para que no puedan crear sus propios tableros. Los usuarios aún podrán trabajar en tableros que se hayan compartido con ellos."
|
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limitar Deck bloqueará a los usuarios que no formen parte de esos grupos para que no puedan crear sus propios tableros. Los usuarios aún podrán trabajar en tableros que se hayan compartido con ellos."
|
||||||
},"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;"
|
||||||
|
|||||||
@@ -24,7 +24,6 @@ OC.L10N.register(
|
|||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
"Add card" : "Agregar tarjeta",
|
"Add card" : "Agregar tarjeta",
|
||||||
"Completed" : "Completado",
|
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -49,10 +48,10 @@ OC.L10N.register(
|
|||||||
"Description" : "Descripción",
|
"Description" : "Descripción",
|
||||||
"Formatting help" : "Ayuda de formato",
|
"Formatting help" : "Ayuda de formato",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Completed" : "Completado",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"seconds ago" : "hace segundos",
|
"seconds ago" : "hace segundos",
|
||||||
"Keyboard shortcuts" : "Atajos del teclado",
|
"Keyboard shortcuts" : "Atajos del teclado",
|
||||||
"Keyboard shortcut" : "Atajo del teclado",
|
|
||||||
"Action" : "Acción",
|
"Action" : "Acción",
|
||||||
"Search" : "Buscar",
|
"Search" : "Buscar",
|
||||||
"Archived boards" : "Tableros archivados",
|
"Archived boards" : "Tableros archivados",
|
||||||
@@ -66,6 +65,7 @@ OC.L10N.register(
|
|||||||
"Today" : "Hoy",
|
"Today" : "Hoy",
|
||||||
"Tomorrow" : "Mañana",
|
"Tomorrow" : "Mañana",
|
||||||
"Close" : "Cerrar",
|
"Close" : "Cerrar",
|
||||||
"Share" : "Compartir"
|
"Share" : "Compartir",
|
||||||
|
"Due date" : "Fecha de vencimiento"
|
||||||
},
|
},
|
||||||
"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;");
|
||||||
|
|||||||
@@ -22,7 +22,6 @@
|
|||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
"Add card" : "Agregar tarjeta",
|
"Add card" : "Agregar tarjeta",
|
||||||
"Completed" : "Completado",
|
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -47,10 +46,10 @@
|
|||||||
"Description" : "Descripción",
|
"Description" : "Descripción",
|
||||||
"Formatting help" : "Ayuda de formato",
|
"Formatting help" : "Ayuda de formato",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Completed" : "Completado",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"seconds ago" : "hace segundos",
|
"seconds ago" : "hace segundos",
|
||||||
"Keyboard shortcuts" : "Atajos del teclado",
|
"Keyboard shortcuts" : "Atajos del teclado",
|
||||||
"Keyboard shortcut" : "Atajo del teclado",
|
|
||||||
"Action" : "Acción",
|
"Action" : "Acción",
|
||||||
"Search" : "Buscar",
|
"Search" : "Buscar",
|
||||||
"Archived boards" : "Tableros archivados",
|
"Archived boards" : "Tableros archivados",
|
||||||
@@ -64,6 +63,7 @@
|
|||||||
"Today" : "Hoy",
|
"Today" : "Hoy",
|
||||||
"Tomorrow" : "Mañana",
|
"Tomorrow" : "Mañana",
|
||||||
"Close" : "Cerrar",
|
"Close" : "Cerrar",
|
||||||
"Share" : "Compartir"
|
"Share" : "Compartir",
|
||||||
|
"Due date" : "Fecha de vencimiento"
|
||||||
},"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;"
|
||||||
}
|
}
|
||||||
@@ -20,7 +20,6 @@ OC.L10N.register(
|
|||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
"Add card" : "Agregar tarjeta",
|
"Add card" : "Agregar tarjeta",
|
||||||
"Completed" : "Completado",
|
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -45,10 +44,10 @@ OC.L10N.register(
|
|||||||
"Description" : "Descripción",
|
"Description" : "Descripción",
|
||||||
"Formatting help" : "Ayuda de formato",
|
"Formatting help" : "Ayuda de formato",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Completed" : "Completado",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"seconds ago" : "hace segundos",
|
"seconds ago" : "hace segundos",
|
||||||
"Keyboard shortcuts" : "Atajos del teclado",
|
"Keyboard shortcuts" : "Atajos del teclado",
|
||||||
"Keyboard shortcut" : "Atajo del teclado",
|
|
||||||
"Action" : "Acción",
|
"Action" : "Acción",
|
||||||
"Search" : "Buscar",
|
"Search" : "Buscar",
|
||||||
"Archived boards" : "Tableros archivados",
|
"Archived boards" : "Tableros archivados",
|
||||||
@@ -62,6 +61,7 @@ OC.L10N.register(
|
|||||||
"Today" : "Hoy",
|
"Today" : "Hoy",
|
||||||
"Tomorrow" : "Mañana",
|
"Tomorrow" : "Mañana",
|
||||||
"Close" : "Cerrar",
|
"Close" : "Cerrar",
|
||||||
"Share" : "Compartir"
|
"Share" : "Compartir",
|
||||||
|
"Due date" : "Fecha de vencimiento"
|
||||||
},
|
},
|
||||||
"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;");
|
||||||
|
|||||||
@@ -18,7 +18,6 @@
|
|||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
"Add card" : "Agregar tarjeta",
|
"Add card" : "Agregar tarjeta",
|
||||||
"Completed" : "Completado",
|
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -43,10 +42,10 @@
|
|||||||
"Description" : "Descripción",
|
"Description" : "Descripción",
|
||||||
"Formatting help" : "Ayuda de formato",
|
"Formatting help" : "Ayuda de formato",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Completed" : "Completado",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"seconds ago" : "hace segundos",
|
"seconds ago" : "hace segundos",
|
||||||
"Keyboard shortcuts" : "Atajos del teclado",
|
"Keyboard shortcuts" : "Atajos del teclado",
|
||||||
"Keyboard shortcut" : "Atajo del teclado",
|
|
||||||
"Action" : "Acción",
|
"Action" : "Acción",
|
||||||
"Search" : "Buscar",
|
"Search" : "Buscar",
|
||||||
"Archived boards" : "Tableros archivados",
|
"Archived boards" : "Tableros archivados",
|
||||||
@@ -60,6 +59,7 @@
|
|||||||
"Today" : "Hoy",
|
"Today" : "Hoy",
|
||||||
"Tomorrow" : "Mañana",
|
"Tomorrow" : "Mañana",
|
||||||
"Close" : "Cerrar",
|
"Close" : "Cerrar",
|
||||||
"Share" : "Compartir"
|
"Share" : "Compartir",
|
||||||
|
"Due date" : "Fecha de vencimiento"
|
||||||
},"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;"
|
||||||
}
|
}
|
||||||
115
l10n/es_MX.js
115
l10n/es_MX.js
@@ -1,85 +1,10 @@
|
|||||||
OC.L10N.register(
|
OC.L10N.register(
|
||||||
"deck",
|
"deck",
|
||||||
{
|
{
|
||||||
"You have created a new board {board}" : "Ha creado un nuevo tablero {board}",
|
|
||||||
"{user} has created a new board {board}" : "{user} ha creado un nuevo tablero {board}",
|
|
||||||
"You have deleted the board {board}" : "Eliminó el tablero {board}",
|
|
||||||
"{user} has deleted the board {board}" : "{user} eliminó el tablero {board}",
|
|
||||||
"You have restored the board {board}" : "Restauró el tablero {board}",
|
|
||||||
"{user} has restored the board {board}" : "{user} restaruó el tablero {board}",
|
|
||||||
"You have shared the board {board} with {acl}" : "Compartió el tablero {board} con {acl}",
|
|
||||||
"{user} has shared the board {board} with {acl}" : "{user} compartió el tablero {board} con {acl}",
|
|
||||||
"You have removed {acl} from the board {board}" : "Eliminó {acl} del tablero {board}",
|
|
||||||
"{user} has removed {acl} from the board {board}" : "{user} removió {acl} del tablero {board}",
|
|
||||||
"You have renamed the board {before} to {board}" : "Renombró el tablero {before} a {board}",
|
|
||||||
"{user} has renamed the board {before} to {board}" : "{user} renombró el tablero {before} a {board}",
|
|
||||||
"You have archived the board {board}" : "Archivó el tablero {board}",
|
|
||||||
"{user} has archived the board {before}" : "{user} archivó el tablero {before}",
|
|
||||||
"You have unarchived the board {board}" : "Desarchivó el tablero {board}",
|
|
||||||
"{user} has unarchived the board {before}" : "{user} desarchivó el tablero {before}",
|
|
||||||
"You have created a new list {stack} on board {board}" : "Creó una nueva lista {stack} en el tablero {board}",
|
|
||||||
"{user} has created a new list {stack} on board {board}" : "{user} creó una nueva lista {stack} en el tablero {board}",
|
|
||||||
"You have renamed list {before} to {stack} on board {board}" : "Renombró la lista {before} a {stack} en el tablero {board}",
|
|
||||||
"{user} has renamed list {before} to {stack} on board {board}" : "{user} renombró la lista {before} a {stack} en el tablero {board}",
|
|
||||||
"You have deleted list {stack} on board {board}" : "Eliminó la lista {stack} en el tablero {board}",
|
|
||||||
"{user} has deleted list {stack} on board {board}" : "{user} eliminó la lista {stack} en el tablero {board}",
|
|
||||||
"You have created card {card} in list {stack} on board {board}" : "Creó la tarjeta {card} en la lista {stack} en el tablero {board}",
|
|
||||||
"{user} has created card {card} in list {stack} on board {board}" : "{user} creó la tarjeta {card} en la lista {stack} en el tablero {board}",
|
|
||||||
"You have deleted card {card} in list {stack} on board {board}" : "Eliminó la tarjeta {card} de la lista {stack} en el tablero {board}",
|
|
||||||
"{user} has deleted card {card} in list {stack} on board {board}" : "{user} eliminó la tarjeta {card} de la lista {stack} en el tablero {board}",
|
|
||||||
"You have renamed the card {before} to {card}" : "Renombró la tarjeta {before} a {card}",
|
|
||||||
"{user} has renamed the card {before} to {card}" : "{user} renombró la tarjeta {before} a {card}",
|
|
||||||
"You have added a description to card {card} in list {stack} on board {board}" : "Añadió una descripción a la tarjeta {card} de la lista {stack} en el tablero {board}",
|
|
||||||
"{user} has added a description to card {card} in list {stack} on board {board}" : "{user} añadió una descripción a la tarjeta {card} de la lista {stack} en el tablero {board}",
|
|
||||||
"You have updated the description of card {card} in list {stack} on board {board}" : "Actualizó la descripción de la tarjeta {card} de la lista {stack} en el tablero {board}",
|
|
||||||
"{user} has updated the description of the card {card} in list {stack} on board {board}" : "{user} actualizó la descripción de la tarjeta {card} de la lista {stack} en el tablero {board}",
|
|
||||||
"You have archived card {card} in list {stack} on board {board}" : "Archivó la tarjeta {card} de la lista {stack} en el tablero {board}",
|
|
||||||
"{user} has archived card {card} in list {stack} on board {board}" : "{user} archivó la tarjeta {card} de la lista {stack} en el tablero {board}",
|
|
||||||
"You have unarchived card {card} in list {stack} on board {board}" : "Desarchivó la tarjeta {card} de la lista {stack} en el tablero {board}",
|
|
||||||
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} desarchivó la tarjeta {card} de la lista {stack} en el tablero {board}",
|
|
||||||
"You have marked the card {card} as done in list {stack} on board {board}" : "Marcó la tarjeta {card} como completada de la lista {stack} en el tablero {board}",
|
|
||||||
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} marcó la tarjeta {card} como completada de la lista {stack} en el tablero {board}",
|
|
||||||
"You have marked the card {card} as undone in list {stack} on board {board}" : "Marcó la tarjeta {card} como no completada de la lista {stack} en el tablero {board}",
|
|
||||||
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} marcó la tarjeta {card} como no completada de la lista {stack} en el tablero {board}",
|
|
||||||
"You have removed the due date of card {card}" : "Eliminó la fecha límite de la tarjeta {card}",
|
|
||||||
"{user} has removed the due date of card {card}" : "{user} eliminó la fecha límite de la tarjeta {card}",
|
|
||||||
"You have set the due date of card {card} to {after}" : "Estableció la fecha límite de la tarjeta {card} como {after}",
|
|
||||||
"{user} has set the due date of card {card} to {after}" : "{user} estableció la fecha límite de la tarjeta {card} como {after}",
|
|
||||||
"You have updated the due date of card {card} to {after}" : "Actualizó la fecha límite de la tarjeta {card} como {after}",
|
|
||||||
"{user} has updated the due date of card {card} to {after}" : "{user} actualizó la fecha límite de la tarjeta {card} como {after}",
|
|
||||||
"You have added the tag {label} to card {card} in list {stack} on board {board}" : "Añadió la etiqueta {label} a la tarjeta {card} de la lista {stack} en el tablero {board}",
|
|
||||||
"{user} has added the tag {label} to card {card} in list {stack} on board {board}" : "{user} añadió la etiqueta {label} a la tarjeta {card} de la lista {stack} en el tablero {board}",
|
|
||||||
"You have removed the tag {label} from card {card} in list {stack} on board {board}" : "Eliminó la etiqueta {label} de la tarjeta {card} de la lista {stack} en el tablero {board}",
|
|
||||||
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}" : "{user} eliminó la etiqueta {label} de la tarjeta {card} de la lista {stack} en el tablero {board}",
|
|
||||||
"You have assigned {assigneduser} to card {card} on board {board}" : "Asignó a {assigneduser} la tarjeta {card} en el tablero {board}",
|
|
||||||
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} asignó a {assigneduser} la tarjeta {card} en el tablero {board}",
|
|
||||||
"You have unassigned {assigneduser} from card {card} on board {board}" : "Quitó a {assigneduser} de la tarjeta {card} en el tablero {board}",
|
|
||||||
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} quitó a {assigneduser} de la tarjeta {card} en el tablero {board}",
|
|
||||||
"You have moved the card {card} from list {stackBefore} to {stack}" : "Movió la tarjeta {card} de la lista {stackBefore} a {stack}",
|
|
||||||
"{user} has moved the card {card} from list {stackBefore} to {stack}" : "{user} movió la tarjeta {card} de la lista {stackBefore} a {stack}",
|
|
||||||
"You have added the attachment {attachment} to card {card}" : "Añadió el adjunto {attachment} a la tarjeta {card}",
|
|
||||||
"{user} has added the attachment {attachment} to card {card}" : "{user} añadió el adjunto {attachment} a la tarjeta {card}",
|
|
||||||
"You have updated the attachment {attachment} on card {card}" : "Actualizó el adjunto {attachment} de la tarjeta {card}",
|
|
||||||
"{user} has updated the attachment {attachment} on card {card}" : "{user} actualizó el adjunto {attachment} de la tarjeta {card}",
|
|
||||||
"You have deleted the attachment {attachment} from card {card}" : "Eliminó el adjunto {attachment} de la tarjeta {card}",
|
|
||||||
"{user} has deleted the attachment {attachment} from card {card}" : "{user} eliminó el adjunto {attachment} de la tarjeta {card}",
|
|
||||||
"You have restored the attachment {attachment} to card {card}" : "Restauró el adjunto {attachment} de la tarjeta {card}",
|
|
||||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} restauró el adjunto {attachment} de la tarjeta {card}",
|
|
||||||
"You have commented on card {card}" : "Comentó en la tarjeta {card}",
|
|
||||||
"{user} has commented on card {card}" : "{user} comentó en la tarjeta {card}",
|
|
||||||
"Deck" : "Deck",
|
"Deck" : "Deck",
|
||||||
"Changes in the <strong>Deck app</strong>" : "Cambios en la aplicación <strong>Deck</strong>",
|
|
||||||
"A <strong>board, list or card</strong> was changed" : "Un <strong>tablero, lista o tarjeta</strong> cambió",
|
|
||||||
"A <strong>comment</strong> was created on a card" : "Se creó un <strong>comentario</strong> en una tarjeta",
|
|
||||||
"A <strong>card description</strong> has been changed" : "Se cambió una <strong>descripción de tarjeta</strong>",
|
|
||||||
"Cards due today" : "Tarjetas para hoy",
|
|
||||||
"Cards due tomorrow" : "Tarjetas para mañana",
|
|
||||||
"Upcoming cards" : "Tarjetas próximas",
|
|
||||||
"Load more" : "Cargar más",
|
|
||||||
"Personal" : "Personal",
|
"Personal" : "Personal",
|
||||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
||||||
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
|
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
|
||||||
"Deck board" : "Tablero de Deck",
|
|
||||||
"%s on %s" : "%s en %s",
|
"%s on %s" : "%s en %s",
|
||||||
"Finished" : "Terminado",
|
"Finished" : "Terminado",
|
||||||
"To review" : "Para revisar",
|
"To review" : "Para revisar",
|
||||||
@@ -95,38 +20,20 @@ OC.L10N.register(
|
|||||||
"Missing a temporary folder" : "Falta una carpeta temporal",
|
"Missing a temporary folder" : "Falta una carpeta temporal",
|
||||||
"Could not write file to disk" : "No fue posible escribir a disco",
|
"Could not write file to disk" : "No fue posible escribir a disco",
|
||||||
"A PHP extension stopped the file upload" : "Una extensión de PHP detuvo la carga del archivo",
|
"A PHP extension stopped the file upload" : "Una extensión de PHP detuvo la carga del archivo",
|
||||||
"No file uploaded or file size exceeds maximum of %s" : "No se ha cargado ningún archivo o el tamaño del archivo excede el máximo de %s",
|
|
||||||
"Card not found" : "No se encontró la tarjeta",
|
|
||||||
"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",
|
||||||
"Add board" : "Añadir pizarra",
|
|
||||||
"Move card" : "Mover tarjeta",
|
|
||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
"Drop your files to upload" : "Arrastre sus archivos para cargar",
|
|
||||||
"Add card" : "Agregar tarjeta",
|
"Add card" : "Agregar tarjeta",
|
||||||
"Archived cards" : "Tarjetas archivadas",
|
|
||||||
"Add list" : "Añadir lista",
|
|
||||||
"Active filters" : "Filtros activos",
|
|
||||||
"Filter by tag" : "Filtrar por etiqueta",
|
"Filter by tag" : "Filtrar por etiqueta",
|
||||||
"Unassigned" : "No asignado",
|
|
||||||
"Open" : "Abrir",
|
|
||||||
"Completed" : "Completado",
|
|
||||||
"Overdue" : "Con retraso",
|
|
||||||
"Next 7 days" : "Próximos 7 días",
|
|
||||||
"Next 30 days" : "Próximos 30 días",
|
|
||||||
"No due date" : "Sin fecha de vencimiento",
|
|
||||||
"Clear filter" : "Limpiar filtro",
|
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Open details" : "Abrir detalles",
|
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
"Sharing" : "Compartiendo",
|
"Sharing" : "Compartiendo",
|
||||||
"Tags" : "Etiquetas",
|
"Tags" : "Etiquetas",
|
||||||
"Activity" : "Actividad",
|
"Activity" : "Actividad",
|
||||||
"Undo" : "Deshacer",
|
"Undo" : "Deshacer",
|
||||||
"No participants found" : "No se encontraron participantes",
|
"No participants found" : "No se encontraron participantes",
|
||||||
"(Group)" : "(Grupo)",
|
|
||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Can manage" : "Puede gestionar",
|
"Can manage" : "Puede gestionar",
|
||||||
@@ -134,12 +41,8 @@ OC.L10N.register(
|
|||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Failed to create share with {displayName}" : "Fallo al crear el recurso compartido denominado {displayName}",
|
"Failed to create share with {displayName}" : "Fallo al crear el recurso compartido denominado {displayName}",
|
||||||
"Transfer" : "Transferir",
|
"Transfer" : "Transferir",
|
||||||
"Delete list" : "Eliminar lista",
|
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Upload new files" : "Cargar nuevos archivos",
|
|
||||||
"Share from Files" : "Compartir desde Archivos",
|
|
||||||
"Show in Files" : "Mostrar en Archivos",
|
|
||||||
"Download" : "Descargar",
|
"Download" : "Descargar",
|
||||||
"Invalid path selected" : "Ruta seleccionada no válida.",
|
"Invalid path selected" : "Ruta seleccionada no válida.",
|
||||||
"Attachments" : "Adjuntos",
|
"Attachments" : "Adjuntos",
|
||||||
@@ -152,40 +55,28 @@ OC.L10N.register(
|
|||||||
"Created:" : "Creado:",
|
"Created:" : "Creado:",
|
||||||
"Description" : "Descripción",
|
"Description" : "Descripción",
|
||||||
"Formatting help" : "Ayuda de formato",
|
"Formatting help" : "Ayuda de formato",
|
||||||
"Edit description" : "Editar descripción",
|
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
"Mark as done" : "Marcar como hecho",
|
"Completed" : "Completado",
|
||||||
"Not done" : "No está finalizado",
|
|
||||||
"Archive card" : "Archivar tarjeta",
|
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"Delete card" : "Eliminar tarjeta",
|
"Mark as done" : "Marcar como hecho",
|
||||||
"seconds ago" : "hace segundos",
|
"seconds ago" : "hace segundos",
|
||||||
"Keyboard shortcuts" : "Atajos del teclado",
|
"Keyboard shortcuts" : "Atajos del teclado",
|
||||||
"Keyboard shortcut" : "Atajo del teclado",
|
|
||||||
"Action" : "Acción",
|
"Action" : "Acción",
|
||||||
"Shift" : "Mayús",
|
|
||||||
"Ctrl" : "Ctrl",
|
|
||||||
"Search" : "Buscar",
|
"Search" : "Buscar",
|
||||||
"Enter" : "Intro",
|
|
||||||
"Space" : "Espacio",
|
"Space" : "Espacio",
|
||||||
"Archived boards" : "Tableros archivados",
|
"Archived boards" : "Tableros archivados",
|
||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"Clone board" : "Clonar pizarra",
|
|
||||||
"Unarchive board" : "Desarchivar tablero",
|
"Unarchive board" : "Desarchivar tablero",
|
||||||
"Archive board" : "Archivar tablero",
|
"Archive board" : "Archivar tablero",
|
||||||
"No notifications" : "No hay notificaciones",
|
"No notifications" : "No hay notificaciones",
|
||||||
"Delete board" : "Borrar tableros",
|
"Delete board" : "Borrar tableros",
|
||||||
"No reminder" : "Sin recordatorio",
|
|
||||||
"An error occurred" : "Ha ocurrido un error",
|
"An error occurred" : "Ha ocurrido un error",
|
||||||
"Today" : "Hoy",
|
"Today" : "Hoy",
|
||||||
"Tomorrow" : "Mañana",
|
"Tomorrow" : "Mañana",
|
||||||
"Close" : "Cerrar",
|
"Close" : "Cerrar",
|
||||||
"Error creating the share" : "Error creando el recurso compartido",
|
|
||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"Searching for users, groups and circles …" : "Buscando usuarios, grupos y círculos …",
|
"Due date" : "Fecha de vencimiento"
|
||||||
"Next week" : "Semana siguiente",
|
|
||||||
"Next month" : "Próximo mes"
|
|
||||||
},
|
},
|
||||||
"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;");
|
||||||
|
|||||||
115
l10n/es_MX.json
115
l10n/es_MX.json
@@ -1,83 +1,8 @@
|
|||||||
{ "translations": {
|
{ "translations": {
|
||||||
"You have created a new board {board}" : "Ha creado un nuevo tablero {board}",
|
|
||||||
"{user} has created a new board {board}" : "{user} ha creado un nuevo tablero {board}",
|
|
||||||
"You have deleted the board {board}" : "Eliminó el tablero {board}",
|
|
||||||
"{user} has deleted the board {board}" : "{user} eliminó el tablero {board}",
|
|
||||||
"You have restored the board {board}" : "Restauró el tablero {board}",
|
|
||||||
"{user} has restored the board {board}" : "{user} restaruó el tablero {board}",
|
|
||||||
"You have shared the board {board} with {acl}" : "Compartió el tablero {board} con {acl}",
|
|
||||||
"{user} has shared the board {board} with {acl}" : "{user} compartió el tablero {board} con {acl}",
|
|
||||||
"You have removed {acl} from the board {board}" : "Eliminó {acl} del tablero {board}",
|
|
||||||
"{user} has removed {acl} from the board {board}" : "{user} removió {acl} del tablero {board}",
|
|
||||||
"You have renamed the board {before} to {board}" : "Renombró el tablero {before} a {board}",
|
|
||||||
"{user} has renamed the board {before} to {board}" : "{user} renombró el tablero {before} a {board}",
|
|
||||||
"You have archived the board {board}" : "Archivó el tablero {board}",
|
|
||||||
"{user} has archived the board {before}" : "{user} archivó el tablero {before}",
|
|
||||||
"You have unarchived the board {board}" : "Desarchivó el tablero {board}",
|
|
||||||
"{user} has unarchived the board {before}" : "{user} desarchivó el tablero {before}",
|
|
||||||
"You have created a new list {stack} on board {board}" : "Creó una nueva lista {stack} en el tablero {board}",
|
|
||||||
"{user} has created a new list {stack} on board {board}" : "{user} creó una nueva lista {stack} en el tablero {board}",
|
|
||||||
"You have renamed list {before} to {stack} on board {board}" : "Renombró la lista {before} a {stack} en el tablero {board}",
|
|
||||||
"{user} has renamed list {before} to {stack} on board {board}" : "{user} renombró la lista {before} a {stack} en el tablero {board}",
|
|
||||||
"You have deleted list {stack} on board {board}" : "Eliminó la lista {stack} en el tablero {board}",
|
|
||||||
"{user} has deleted list {stack} on board {board}" : "{user} eliminó la lista {stack} en el tablero {board}",
|
|
||||||
"You have created card {card} in list {stack} on board {board}" : "Creó la tarjeta {card} en la lista {stack} en el tablero {board}",
|
|
||||||
"{user} has created card {card} in list {stack} on board {board}" : "{user} creó la tarjeta {card} en la lista {stack} en el tablero {board}",
|
|
||||||
"You have deleted card {card} in list {stack} on board {board}" : "Eliminó la tarjeta {card} de la lista {stack} en el tablero {board}",
|
|
||||||
"{user} has deleted card {card} in list {stack} on board {board}" : "{user} eliminó la tarjeta {card} de la lista {stack} en el tablero {board}",
|
|
||||||
"You have renamed the card {before} to {card}" : "Renombró la tarjeta {before} a {card}",
|
|
||||||
"{user} has renamed the card {before} to {card}" : "{user} renombró la tarjeta {before} a {card}",
|
|
||||||
"You have added a description to card {card} in list {stack} on board {board}" : "Añadió una descripción a la tarjeta {card} de la lista {stack} en el tablero {board}",
|
|
||||||
"{user} has added a description to card {card} in list {stack} on board {board}" : "{user} añadió una descripción a la tarjeta {card} de la lista {stack} en el tablero {board}",
|
|
||||||
"You have updated the description of card {card} in list {stack} on board {board}" : "Actualizó la descripción de la tarjeta {card} de la lista {stack} en el tablero {board}",
|
|
||||||
"{user} has updated the description of the card {card} in list {stack} on board {board}" : "{user} actualizó la descripción de la tarjeta {card} de la lista {stack} en el tablero {board}",
|
|
||||||
"You have archived card {card} in list {stack} on board {board}" : "Archivó la tarjeta {card} de la lista {stack} en el tablero {board}",
|
|
||||||
"{user} has archived card {card} in list {stack} on board {board}" : "{user} archivó la tarjeta {card} de la lista {stack} en el tablero {board}",
|
|
||||||
"You have unarchived card {card} in list {stack} on board {board}" : "Desarchivó la tarjeta {card} de la lista {stack} en el tablero {board}",
|
|
||||||
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} desarchivó la tarjeta {card} de la lista {stack} en el tablero {board}",
|
|
||||||
"You have marked the card {card} as done in list {stack} on board {board}" : "Marcó la tarjeta {card} como completada de la lista {stack} en el tablero {board}",
|
|
||||||
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} marcó la tarjeta {card} como completada de la lista {stack} en el tablero {board}",
|
|
||||||
"You have marked the card {card} as undone in list {stack} on board {board}" : "Marcó la tarjeta {card} como no completada de la lista {stack} en el tablero {board}",
|
|
||||||
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} marcó la tarjeta {card} como no completada de la lista {stack} en el tablero {board}",
|
|
||||||
"You have removed the due date of card {card}" : "Eliminó la fecha límite de la tarjeta {card}",
|
|
||||||
"{user} has removed the due date of card {card}" : "{user} eliminó la fecha límite de la tarjeta {card}",
|
|
||||||
"You have set the due date of card {card} to {after}" : "Estableció la fecha límite de la tarjeta {card} como {after}",
|
|
||||||
"{user} has set the due date of card {card} to {after}" : "{user} estableció la fecha límite de la tarjeta {card} como {after}",
|
|
||||||
"You have updated the due date of card {card} to {after}" : "Actualizó la fecha límite de la tarjeta {card} como {after}",
|
|
||||||
"{user} has updated the due date of card {card} to {after}" : "{user} actualizó la fecha límite de la tarjeta {card} como {after}",
|
|
||||||
"You have added the tag {label} to card {card} in list {stack} on board {board}" : "Añadió la etiqueta {label} a la tarjeta {card} de la lista {stack} en el tablero {board}",
|
|
||||||
"{user} has added the tag {label} to card {card} in list {stack} on board {board}" : "{user} añadió la etiqueta {label} a la tarjeta {card} de la lista {stack} en el tablero {board}",
|
|
||||||
"You have removed the tag {label} from card {card} in list {stack} on board {board}" : "Eliminó la etiqueta {label} de la tarjeta {card} de la lista {stack} en el tablero {board}",
|
|
||||||
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}" : "{user} eliminó la etiqueta {label} de la tarjeta {card} de la lista {stack} en el tablero {board}",
|
|
||||||
"You have assigned {assigneduser} to card {card} on board {board}" : "Asignó a {assigneduser} la tarjeta {card} en el tablero {board}",
|
|
||||||
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} asignó a {assigneduser} la tarjeta {card} en el tablero {board}",
|
|
||||||
"You have unassigned {assigneduser} from card {card} on board {board}" : "Quitó a {assigneduser} de la tarjeta {card} en el tablero {board}",
|
|
||||||
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} quitó a {assigneduser} de la tarjeta {card} en el tablero {board}",
|
|
||||||
"You have moved the card {card} from list {stackBefore} to {stack}" : "Movió la tarjeta {card} de la lista {stackBefore} a {stack}",
|
|
||||||
"{user} has moved the card {card} from list {stackBefore} to {stack}" : "{user} movió la tarjeta {card} de la lista {stackBefore} a {stack}",
|
|
||||||
"You have added the attachment {attachment} to card {card}" : "Añadió el adjunto {attachment} a la tarjeta {card}",
|
|
||||||
"{user} has added the attachment {attachment} to card {card}" : "{user} añadió el adjunto {attachment} a la tarjeta {card}",
|
|
||||||
"You have updated the attachment {attachment} on card {card}" : "Actualizó el adjunto {attachment} de la tarjeta {card}",
|
|
||||||
"{user} has updated the attachment {attachment} on card {card}" : "{user} actualizó el adjunto {attachment} de la tarjeta {card}",
|
|
||||||
"You have deleted the attachment {attachment} from card {card}" : "Eliminó el adjunto {attachment} de la tarjeta {card}",
|
|
||||||
"{user} has deleted the attachment {attachment} from card {card}" : "{user} eliminó el adjunto {attachment} de la tarjeta {card}",
|
|
||||||
"You have restored the attachment {attachment} to card {card}" : "Restauró el adjunto {attachment} de la tarjeta {card}",
|
|
||||||
"{user} has restored the attachment {attachment} to card {card}" : "{user} restauró el adjunto {attachment} de la tarjeta {card}",
|
|
||||||
"You have commented on card {card}" : "Comentó en la tarjeta {card}",
|
|
||||||
"{user} has commented on card {card}" : "{user} comentó en la tarjeta {card}",
|
|
||||||
"Deck" : "Deck",
|
"Deck" : "Deck",
|
||||||
"Changes in the <strong>Deck app</strong>" : "Cambios en la aplicación <strong>Deck</strong>",
|
|
||||||
"A <strong>board, list or card</strong> was changed" : "Un <strong>tablero, lista o tarjeta</strong> cambió",
|
|
||||||
"A <strong>comment</strong> was created on a card" : "Se creó un <strong>comentario</strong> en una tarjeta",
|
|
||||||
"A <strong>card description</strong> has been changed" : "Se cambió una <strong>descripción de tarjeta</strong>",
|
|
||||||
"Cards due today" : "Tarjetas para hoy",
|
|
||||||
"Cards due tomorrow" : "Tarjetas para mañana",
|
|
||||||
"Upcoming cards" : "Tarjetas próximas",
|
|
||||||
"Load more" : "Cargar más",
|
|
||||||
"Personal" : "Personal",
|
"Personal" : "Personal",
|
||||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
||||||
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
|
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
|
||||||
"Deck board" : "Tablero de Deck",
|
|
||||||
"%s on %s" : "%s en %s",
|
"%s on %s" : "%s en %s",
|
||||||
"Finished" : "Terminado",
|
"Finished" : "Terminado",
|
||||||
"To review" : "Para revisar",
|
"To review" : "Para revisar",
|
||||||
@@ -93,38 +18,20 @@
|
|||||||
"Missing a temporary folder" : "Falta una carpeta temporal",
|
"Missing a temporary folder" : "Falta una carpeta temporal",
|
||||||
"Could not write file to disk" : "No fue posible escribir a disco",
|
"Could not write file to disk" : "No fue posible escribir a disco",
|
||||||
"A PHP extension stopped the file upload" : "Una extensión de PHP detuvo la carga del archivo",
|
"A PHP extension stopped the file upload" : "Una extensión de PHP detuvo la carga del archivo",
|
||||||
"No file uploaded or file size exceeds maximum of %s" : "No se ha cargado ningún archivo o el tamaño del archivo excede el máximo de %s",
|
|
||||||
"Card not found" : "No se encontró la tarjeta",
|
|
||||||
"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",
|
||||||
"Add board" : "Añadir pizarra",
|
|
||||||
"Move card" : "Mover tarjeta",
|
|
||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
"Drop your files to upload" : "Arrastre sus archivos para cargar",
|
|
||||||
"Add card" : "Agregar tarjeta",
|
"Add card" : "Agregar tarjeta",
|
||||||
"Archived cards" : "Tarjetas archivadas",
|
|
||||||
"Add list" : "Añadir lista",
|
|
||||||
"Active filters" : "Filtros activos",
|
|
||||||
"Filter by tag" : "Filtrar por etiqueta",
|
"Filter by tag" : "Filtrar por etiqueta",
|
||||||
"Unassigned" : "No asignado",
|
|
||||||
"Open" : "Abrir",
|
|
||||||
"Completed" : "Completado",
|
|
||||||
"Overdue" : "Con retraso",
|
|
||||||
"Next 7 days" : "Próximos 7 días",
|
|
||||||
"Next 30 days" : "Próximos 30 días",
|
|
||||||
"No due date" : "Sin fecha de vencimiento",
|
|
||||||
"Clear filter" : "Limpiar filtro",
|
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Open details" : "Abrir detalles",
|
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
"Sharing" : "Compartiendo",
|
"Sharing" : "Compartiendo",
|
||||||
"Tags" : "Etiquetas",
|
"Tags" : "Etiquetas",
|
||||||
"Activity" : "Actividad",
|
"Activity" : "Actividad",
|
||||||
"Undo" : "Deshacer",
|
"Undo" : "Deshacer",
|
||||||
"No participants found" : "No se encontraron participantes",
|
"No participants found" : "No se encontraron participantes",
|
||||||
"(Group)" : "(Grupo)",
|
|
||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Can manage" : "Puede gestionar",
|
"Can manage" : "Puede gestionar",
|
||||||
@@ -132,12 +39,8 @@
|
|||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Failed to create share with {displayName}" : "Fallo al crear el recurso compartido denominado {displayName}",
|
"Failed to create share with {displayName}" : "Fallo al crear el recurso compartido denominado {displayName}",
|
||||||
"Transfer" : "Transferir",
|
"Transfer" : "Transferir",
|
||||||
"Delete list" : "Eliminar lista",
|
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Upload new files" : "Cargar nuevos archivos",
|
|
||||||
"Share from Files" : "Compartir desde Archivos",
|
|
||||||
"Show in Files" : "Mostrar en Archivos",
|
|
||||||
"Download" : "Descargar",
|
"Download" : "Descargar",
|
||||||
"Invalid path selected" : "Ruta seleccionada no válida.",
|
"Invalid path selected" : "Ruta seleccionada no válida.",
|
||||||
"Attachments" : "Adjuntos",
|
"Attachments" : "Adjuntos",
|
||||||
@@ -150,40 +53,28 @@
|
|||||||
"Created:" : "Creado:",
|
"Created:" : "Creado:",
|
||||||
"Description" : "Descripción",
|
"Description" : "Descripción",
|
||||||
"Formatting help" : "Ayuda de formato",
|
"Formatting help" : "Ayuda de formato",
|
||||||
"Edit description" : "Editar descripción",
|
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
"Mark as done" : "Marcar como hecho",
|
"Completed" : "Completado",
|
||||||
"Not done" : "No está finalizado",
|
|
||||||
"Archive card" : "Archivar tarjeta",
|
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"Delete card" : "Eliminar tarjeta",
|
"Mark as done" : "Marcar como hecho",
|
||||||
"seconds ago" : "hace segundos",
|
"seconds ago" : "hace segundos",
|
||||||
"Keyboard shortcuts" : "Atajos del teclado",
|
"Keyboard shortcuts" : "Atajos del teclado",
|
||||||
"Keyboard shortcut" : "Atajo del teclado",
|
|
||||||
"Action" : "Acción",
|
"Action" : "Acción",
|
||||||
"Shift" : "Mayús",
|
|
||||||
"Ctrl" : "Ctrl",
|
|
||||||
"Search" : "Buscar",
|
"Search" : "Buscar",
|
||||||
"Enter" : "Intro",
|
|
||||||
"Space" : "Espacio",
|
"Space" : "Espacio",
|
||||||
"Archived boards" : "Tableros archivados",
|
"Archived boards" : "Tableros archivados",
|
||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"Clone board" : "Clonar pizarra",
|
|
||||||
"Unarchive board" : "Desarchivar tablero",
|
"Unarchive board" : "Desarchivar tablero",
|
||||||
"Archive board" : "Archivar tablero",
|
"Archive board" : "Archivar tablero",
|
||||||
"No notifications" : "No hay notificaciones",
|
"No notifications" : "No hay notificaciones",
|
||||||
"Delete board" : "Borrar tableros",
|
"Delete board" : "Borrar tableros",
|
||||||
"No reminder" : "Sin recordatorio",
|
|
||||||
"An error occurred" : "Ha ocurrido un error",
|
"An error occurred" : "Ha ocurrido un error",
|
||||||
"Today" : "Hoy",
|
"Today" : "Hoy",
|
||||||
"Tomorrow" : "Mañana",
|
"Tomorrow" : "Mañana",
|
||||||
"Close" : "Cerrar",
|
"Close" : "Cerrar",
|
||||||
"Error creating the share" : "Error creando el recurso compartido",
|
|
||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"Searching for users, groups and circles …" : "Buscando usuarios, grupos y círculos …",
|
"Due date" : "Fecha de vencimiento"
|
||||||
"Next week" : "Semana siguiente",
|
|
||||||
"Next month" : "Próximo mes"
|
|
||||||
},"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;"
|
||||||
}
|
}
|
||||||
@@ -20,7 +20,6 @@ OC.L10N.register(
|
|||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
"Add card" : "Agregar tarjeta",
|
"Add card" : "Agregar tarjeta",
|
||||||
"Completed" : "Completado",
|
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -45,10 +44,10 @@ OC.L10N.register(
|
|||||||
"Description" : "Descripción",
|
"Description" : "Descripción",
|
||||||
"Formatting help" : "Ayuda de formato",
|
"Formatting help" : "Ayuda de formato",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Completed" : "Completado",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"seconds ago" : "hace segundos",
|
"seconds ago" : "hace segundos",
|
||||||
"Keyboard shortcuts" : "Atajos del teclado",
|
"Keyboard shortcuts" : "Atajos del teclado",
|
||||||
"Keyboard shortcut" : "Atajo del teclado",
|
|
||||||
"Action" : "Acción",
|
"Action" : "Acción",
|
||||||
"Search" : "Buscar",
|
"Search" : "Buscar",
|
||||||
"Archived boards" : "Tableros archivados",
|
"Archived boards" : "Tableros archivados",
|
||||||
@@ -62,6 +61,7 @@ OC.L10N.register(
|
|||||||
"Today" : "Hoy",
|
"Today" : "Hoy",
|
||||||
"Tomorrow" : "Mañana",
|
"Tomorrow" : "Mañana",
|
||||||
"Close" : "Cerrar",
|
"Close" : "Cerrar",
|
||||||
"Share" : "Compartir"
|
"Share" : "Compartir",
|
||||||
|
"Due date" : "Fecha de vencimiento"
|
||||||
},
|
},
|
||||||
"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;");
|
||||||
|
|||||||
@@ -18,7 +18,6 @@
|
|||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
"Add card" : "Agregar tarjeta",
|
"Add card" : "Agregar tarjeta",
|
||||||
"Completed" : "Completado",
|
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -43,10 +42,10 @@
|
|||||||
"Description" : "Descripción",
|
"Description" : "Descripción",
|
||||||
"Formatting help" : "Ayuda de formato",
|
"Formatting help" : "Ayuda de formato",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Completed" : "Completado",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"seconds ago" : "hace segundos",
|
"seconds ago" : "hace segundos",
|
||||||
"Keyboard shortcuts" : "Atajos del teclado",
|
"Keyboard shortcuts" : "Atajos del teclado",
|
||||||
"Keyboard shortcut" : "Atajo del teclado",
|
|
||||||
"Action" : "Acción",
|
"Action" : "Acción",
|
||||||
"Search" : "Buscar",
|
"Search" : "Buscar",
|
||||||
"Archived boards" : "Tableros archivados",
|
"Archived boards" : "Tableros archivados",
|
||||||
@@ -60,6 +59,7 @@
|
|||||||
"Today" : "Hoy",
|
"Today" : "Hoy",
|
||||||
"Tomorrow" : "Mañana",
|
"Tomorrow" : "Mañana",
|
||||||
"Close" : "Cerrar",
|
"Close" : "Cerrar",
|
||||||
"Share" : "Compartir"
|
"Share" : "Compartir",
|
||||||
|
"Due date" : "Fecha de vencimiento"
|
||||||
},"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;"
|
||||||
}
|
}
|
||||||
@@ -20,7 +20,6 @@ OC.L10N.register(
|
|||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
"Add card" : "Agregar tarjeta",
|
"Add card" : "Agregar tarjeta",
|
||||||
"Completed" : "Completado",
|
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -45,6 +44,7 @@ OC.L10N.register(
|
|||||||
"Description" : "Descripción",
|
"Description" : "Descripción",
|
||||||
"Formatting help" : "Ayuda de formato",
|
"Formatting help" : "Ayuda de formato",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Completed" : "Completado",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"seconds ago" : "hace segundos",
|
"seconds ago" : "hace segundos",
|
||||||
"Keyboard shortcuts" : "Atajos del teclado",
|
"Keyboard shortcuts" : "Atajos del teclado",
|
||||||
@@ -62,6 +62,7 @@ OC.L10N.register(
|
|||||||
"Today" : "Hoy",
|
"Today" : "Hoy",
|
||||||
"Tomorrow" : "Mañana",
|
"Tomorrow" : "Mañana",
|
||||||
"Close" : "Cerrar",
|
"Close" : "Cerrar",
|
||||||
"Share" : "Compartir"
|
"Share" : "Compartir",
|
||||||
|
"Due date" : "Fecha de vencimiento"
|
||||||
},
|
},
|
||||||
"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;");
|
||||||
|
|||||||
@@ -18,7 +18,6 @@
|
|||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
"Add card" : "Agregar tarjeta",
|
"Add card" : "Agregar tarjeta",
|
||||||
"Completed" : "Completado",
|
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -43,6 +42,7 @@
|
|||||||
"Description" : "Descripción",
|
"Description" : "Descripción",
|
||||||
"Formatting help" : "Ayuda de formato",
|
"Formatting help" : "Ayuda de formato",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Completed" : "Completado",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"seconds ago" : "hace segundos",
|
"seconds ago" : "hace segundos",
|
||||||
"Keyboard shortcuts" : "Atajos del teclado",
|
"Keyboard shortcuts" : "Atajos del teclado",
|
||||||
@@ -60,6 +60,7 @@
|
|||||||
"Today" : "Hoy",
|
"Today" : "Hoy",
|
||||||
"Tomorrow" : "Mañana",
|
"Tomorrow" : "Mañana",
|
||||||
"Close" : "Cerrar",
|
"Close" : "Cerrar",
|
||||||
"Share" : "Compartir"
|
"Share" : "Compartir",
|
||||||
|
"Due date" : "Fecha de vencimiento"
|
||||||
},"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;"
|
||||||
}
|
}
|
||||||
@@ -21,8 +21,6 @@ OC.L10N.register(
|
|||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
"Add card" : "Agregar tarjeta",
|
"Add card" : "Agregar tarjeta",
|
||||||
"Open" : "Abrir",
|
|
||||||
"Completed" : "Completado",
|
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -47,6 +45,7 @@ OC.L10N.register(
|
|||||||
"Description" : "Descripción",
|
"Description" : "Descripción",
|
||||||
"Formatting help" : "Ayuda de formato",
|
"Formatting help" : "Ayuda de formato",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Completed" : "Completado",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"seconds ago" : "hace segundos",
|
"seconds ago" : "hace segundos",
|
||||||
"Keyboard shortcuts" : "Atajos del teclado",
|
"Keyboard shortcuts" : "Atajos del teclado",
|
||||||
@@ -64,6 +63,7 @@ OC.L10N.register(
|
|||||||
"Today" : "Hoy",
|
"Today" : "Hoy",
|
||||||
"Tomorrow" : "Mañana",
|
"Tomorrow" : "Mañana",
|
||||||
"Close" : "Cerrar",
|
"Close" : "Cerrar",
|
||||||
"Share" : "Compartir"
|
"Share" : "Compartir",
|
||||||
|
"Due date" : "Fecha de vencimiento"
|
||||||
},
|
},
|
||||||
"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;");
|
||||||
|
|||||||
@@ -19,8 +19,6 @@
|
|||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
"Add card" : "Agregar tarjeta",
|
"Add card" : "Agregar tarjeta",
|
||||||
"Open" : "Abrir",
|
|
||||||
"Completed" : "Completado",
|
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -45,6 +43,7 @@
|
|||||||
"Description" : "Descripción",
|
"Description" : "Descripción",
|
||||||
"Formatting help" : "Ayuda de formato",
|
"Formatting help" : "Ayuda de formato",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Completed" : "Completado",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"seconds ago" : "hace segundos",
|
"seconds ago" : "hace segundos",
|
||||||
"Keyboard shortcuts" : "Atajos del teclado",
|
"Keyboard shortcuts" : "Atajos del teclado",
|
||||||
@@ -62,6 +61,7 @@
|
|||||||
"Today" : "Hoy",
|
"Today" : "Hoy",
|
||||||
"Tomorrow" : "Mañana",
|
"Tomorrow" : "Mañana",
|
||||||
"Close" : "Cerrar",
|
"Close" : "Cerrar",
|
||||||
"Share" : "Compartir"
|
"Share" : "Compartir",
|
||||||
|
"Due date" : "Fecha de vencimiento"
|
||||||
},"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;"
|
||||||
}
|
}
|
||||||
@@ -20,7 +20,6 @@ OC.L10N.register(
|
|||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
"Add card" : "Agregar tarjeta",
|
"Add card" : "Agregar tarjeta",
|
||||||
"Completed" : "Completado",
|
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -45,6 +44,7 @@ OC.L10N.register(
|
|||||||
"Description" : "Descripción",
|
"Description" : "Descripción",
|
||||||
"Formatting help" : "Ayuda de formato",
|
"Formatting help" : "Ayuda de formato",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Completed" : "Completado",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"seconds ago" : "hace segundos",
|
"seconds ago" : "hace segundos",
|
||||||
"Keyboard shortcuts" : "Atajos del teclado",
|
"Keyboard shortcuts" : "Atajos del teclado",
|
||||||
@@ -62,6 +62,7 @@ OC.L10N.register(
|
|||||||
"Today" : "Hoy",
|
"Today" : "Hoy",
|
||||||
"Tomorrow" : "Mañana",
|
"Tomorrow" : "Mañana",
|
||||||
"Close" : "Cerrar",
|
"Close" : "Cerrar",
|
||||||
"Share" : "Compartir"
|
"Share" : "Compartir",
|
||||||
|
"Due date" : "Fecha de vencimiento"
|
||||||
},
|
},
|
||||||
"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;");
|
||||||
|
|||||||
@@ -18,7 +18,6 @@
|
|||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
"Add card" : "Agregar tarjeta",
|
"Add card" : "Agregar tarjeta",
|
||||||
"Completed" : "Completado",
|
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -43,6 +42,7 @@
|
|||||||
"Description" : "Descripción",
|
"Description" : "Descripción",
|
||||||
"Formatting help" : "Ayuda de formato",
|
"Formatting help" : "Ayuda de formato",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Completed" : "Completado",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"seconds ago" : "hace segundos",
|
"seconds ago" : "hace segundos",
|
||||||
"Keyboard shortcuts" : "Atajos del teclado",
|
"Keyboard shortcuts" : "Atajos del teclado",
|
||||||
@@ -60,6 +60,7 @@
|
|||||||
"Today" : "Hoy",
|
"Today" : "Hoy",
|
||||||
"Tomorrow" : "Mañana",
|
"Tomorrow" : "Mañana",
|
||||||
"Close" : "Cerrar",
|
"Close" : "Cerrar",
|
||||||
"Share" : "Compartir"
|
"Share" : "Compartir",
|
||||||
|
"Due date" : "Fecha de vencimiento"
|
||||||
},"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;"
|
||||||
}
|
}
|
||||||
@@ -21,8 +21,6 @@ OC.L10N.register(
|
|||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
"Add card" : "Agregar tarjeta",
|
"Add card" : "Agregar tarjeta",
|
||||||
"Open" : "Abrir",
|
|
||||||
"Completed" : "Completado",
|
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -47,6 +45,7 @@ OC.L10N.register(
|
|||||||
"Description" : "Descripción",
|
"Description" : "Descripción",
|
||||||
"Formatting help" : "Ayuda de formato",
|
"Formatting help" : "Ayuda de formato",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Completed" : "Completado",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"seconds ago" : "hace segundos",
|
"seconds ago" : "hace segundos",
|
||||||
"Keyboard shortcuts" : "Atajos del teclado",
|
"Keyboard shortcuts" : "Atajos del teclado",
|
||||||
@@ -65,6 +64,7 @@ OC.L10N.register(
|
|||||||
"Today" : "Hoy",
|
"Today" : "Hoy",
|
||||||
"Tomorrow" : "Mañana",
|
"Tomorrow" : "Mañana",
|
||||||
"Close" : "Cerrar",
|
"Close" : "Cerrar",
|
||||||
"Share" : "Compartir"
|
"Share" : "Compartir",
|
||||||
|
"Due date" : "Fecha de vencimiento"
|
||||||
},
|
},
|
||||||
"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;");
|
||||||
|
|||||||
@@ -19,8 +19,6 @@
|
|||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
"Add card" : "Agregar tarjeta",
|
"Add card" : "Agregar tarjeta",
|
||||||
"Open" : "Abrir",
|
|
||||||
"Completed" : "Completado",
|
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -45,6 +43,7 @@
|
|||||||
"Description" : "Descripción",
|
"Description" : "Descripción",
|
||||||
"Formatting help" : "Ayuda de formato",
|
"Formatting help" : "Ayuda de formato",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Completed" : "Completado",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"seconds ago" : "hace segundos",
|
"seconds ago" : "hace segundos",
|
||||||
"Keyboard shortcuts" : "Atajos del teclado",
|
"Keyboard shortcuts" : "Atajos del teclado",
|
||||||
@@ -63,6 +62,7 @@
|
|||||||
"Today" : "Hoy",
|
"Today" : "Hoy",
|
||||||
"Tomorrow" : "Mañana",
|
"Tomorrow" : "Mañana",
|
||||||
"Close" : "Cerrar",
|
"Close" : "Cerrar",
|
||||||
"Share" : "Compartir"
|
"Share" : "Compartir",
|
||||||
|
"Due date" : "Fecha de vencimiento"
|
||||||
},"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;"
|
||||||
}
|
}
|
||||||
@@ -24,7 +24,6 @@ OC.L10N.register(
|
|||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
"Add card" : "Agregar tarjeta",
|
"Add card" : "Agregar tarjeta",
|
||||||
"Completed" : "Completado",
|
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -49,6 +48,7 @@ OC.L10N.register(
|
|||||||
"Description" : "Descripción",
|
"Description" : "Descripción",
|
||||||
"Formatting help" : "Ayuda de formato",
|
"Formatting help" : "Ayuda de formato",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Completed" : "Completado",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"seconds ago" : "hace segundos",
|
"seconds ago" : "hace segundos",
|
||||||
"Keyboard shortcuts" : "Atajos del teclado",
|
"Keyboard shortcuts" : "Atajos del teclado",
|
||||||
@@ -66,6 +66,7 @@ OC.L10N.register(
|
|||||||
"Today" : "Hoy",
|
"Today" : "Hoy",
|
||||||
"Tomorrow" : "Mañana",
|
"Tomorrow" : "Mañana",
|
||||||
"Close" : "Cerrar",
|
"Close" : "Cerrar",
|
||||||
"Share" : "Compartir"
|
"Share" : "Compartir",
|
||||||
|
"Due date" : "Fecha de vencimiento"
|
||||||
},
|
},
|
||||||
"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;");
|
||||||
|
|||||||
@@ -22,7 +22,6 @@
|
|||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
"Add card" : "Agregar tarjeta",
|
"Add card" : "Agregar tarjeta",
|
||||||
"Completed" : "Completado",
|
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -47,6 +46,7 @@
|
|||||||
"Description" : "Descripción",
|
"Description" : "Descripción",
|
||||||
"Formatting help" : "Ayuda de formato",
|
"Formatting help" : "Ayuda de formato",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Completed" : "Completado",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"seconds ago" : "hace segundos",
|
"seconds ago" : "hace segundos",
|
||||||
"Keyboard shortcuts" : "Atajos del teclado",
|
"Keyboard shortcuts" : "Atajos del teclado",
|
||||||
@@ -64,6 +64,7 @@
|
|||||||
"Today" : "Hoy",
|
"Today" : "Hoy",
|
||||||
"Tomorrow" : "Mañana",
|
"Tomorrow" : "Mañana",
|
||||||
"Close" : "Cerrar",
|
"Close" : "Cerrar",
|
||||||
"Share" : "Compartir"
|
"Share" : "Compartir",
|
||||||
|
"Due date" : "Fecha de vencimiento"
|
||||||
},"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;"
|
||||||
}
|
}
|
||||||
@@ -20,7 +20,6 @@ OC.L10N.register(
|
|||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
"Add card" : "Agregar tarjeta",
|
"Add card" : "Agregar tarjeta",
|
||||||
"Completed" : "Completado",
|
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -45,6 +44,7 @@ OC.L10N.register(
|
|||||||
"Description" : "Descripción",
|
"Description" : "Descripción",
|
||||||
"Formatting help" : "Ayuda de formato",
|
"Formatting help" : "Ayuda de formato",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Completed" : "Completado",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"seconds ago" : "hace segundos",
|
"seconds ago" : "hace segundos",
|
||||||
"Keyboard shortcuts" : "Atajos del teclado",
|
"Keyboard shortcuts" : "Atajos del teclado",
|
||||||
@@ -62,6 +62,7 @@ OC.L10N.register(
|
|||||||
"Today" : "Hoy",
|
"Today" : "Hoy",
|
||||||
"Tomorrow" : "Mañana",
|
"Tomorrow" : "Mañana",
|
||||||
"Close" : "Cerrar",
|
"Close" : "Cerrar",
|
||||||
"Share" : "Compartir"
|
"Share" : "Compartir",
|
||||||
|
"Due date" : "Fecha de vencimiento"
|
||||||
},
|
},
|
||||||
"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;");
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user