Compare commits
61 Commits
v1.13.0
...
chore/noid
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d5829436e5 | ||
|
|
feca6947ed | ||
|
|
dae9748cf4 | ||
|
|
5bfae3161a | ||
|
|
72478f05e5 | ||
|
|
cf89d4d1c8 | ||
|
|
6dfdd2eb72 | ||
|
|
5429f76f10 | ||
|
|
0cdf8ac170 | ||
|
|
9f7f64d81a | ||
|
|
3e1d38ce27 | ||
|
|
006c0c3513 | ||
|
|
6d3eaa46a2 | ||
|
|
91eb232969 | ||
|
|
c8e183b1c1 | ||
|
|
e3d27ed40c | ||
|
|
6f4d88edf5 | ||
|
|
687a2fa81c | ||
|
|
7c756f5603 | ||
|
|
dbe366d5f0 | ||
|
|
3a868daf37 | ||
|
|
cf9ec2224e | ||
|
|
adc1d4d6ff | ||
|
|
a0d89734e2 | ||
|
|
55ae710cc3 | ||
|
|
f38d0e733f | ||
|
|
4d51b14b33 | ||
|
|
c6e1657337 | ||
|
|
7f43b9f236 | ||
|
|
579812bfa9 | ||
|
|
796aedf20f | ||
|
|
17c156f1d6 | ||
|
|
c2a8eae43c | ||
|
|
90d6108bf2 | ||
|
|
5bf398e4e0 | ||
|
|
f0616bf09f | ||
|
|
ea8015eb34 | ||
|
|
1c42cc2aff | ||
|
|
fa5fc28153 | ||
|
|
23291fcfc0 | ||
|
|
650991ceb5 | ||
|
|
17b0309035 | ||
|
|
66b226c5ce | ||
|
|
f0a1ff3df1 | ||
|
|
40ca528fe8 | ||
|
|
ed62a63ff7 | ||
|
|
cdf67da6c1 | ||
|
|
bf6d2f0667 | ||
|
|
877c52f81a | ||
|
|
1dcaffaee8 | ||
|
|
6628d0ff90 | ||
|
|
1db6b48fb1 | ||
|
|
fb8879b59a | ||
|
|
abe4165416 | ||
|
|
2f333d857a | ||
|
|
b4a471b9f8 | ||
|
|
a5a237e512 | ||
|
|
7ef625fc5c | ||
|
|
62a1098a0f | ||
|
|
87d5072660 | ||
|
|
8dfef05ca2 |
17
.github/dependabot.yml
vendored
17
.github/dependabot.yml
vendored
@@ -13,6 +13,23 @@ updates:
|
||||
- juliushaertl
|
||||
- luka-nextcloud
|
||||
|
||||
- package-ecosystem: npm
|
||||
target-branch: stable29
|
||||
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
|
||||
target-branch: stable28
|
||||
versioning-strategy: lockfile-only
|
||||
|
||||
4
.github/workflows/appbuild.yml
vendored
4
.github/workflows/appbuild.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
node-version: [16.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.1
|
||||
- uses: actions/checkout@v4.1.3
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v4.0.2
|
||||
with:
|
||||
@@ -24,7 +24,7 @@ jobs:
|
||||
- name: Set up npm7
|
||||
run: npm i -g npm@7
|
||||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@2.30.0
|
||||
uses: shivammathur/setup-php@2.30.2
|
||||
with:
|
||||
php-version: '7.4'
|
||||
tools: composer
|
||||
|
||||
6
.github/workflows/appstore-build-publish.yml
vendored
6
.github/workflows/appstore-build-publish.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
echo "APP_VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
|
||||
with:
|
||||
path: ${{ env.APP_NAME }}
|
||||
|
||||
@@ -66,7 +66,7 @@ jobs:
|
||||
run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"
|
||||
|
||||
- name: Set up php ${{ env.PHP_VERSION }}
|
||||
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
|
||||
uses: shivammathur/setup-php@8872c784b04a1420e81191df5d64fbd59d3d3033 # v2
|
||||
with:
|
||||
php-version: ${{ env.PHP_VERSION }}
|
||||
coverage: none
|
||||
@@ -128,7 +128,7 @@ jobs:
|
||||
unzip latest-$NCVERSION.zip
|
||||
|
||||
- name: Checkout server master fallback
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
|
||||
if: ${{ steps.server-checkout.outcome != 'success' }}
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
2
.github/workflows/command-rebase.yml
vendored
2
.github/workflows/command-rebase.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
reaction-type: "+1"
|
||||
|
||||
- name: Checkout the latest code
|
||||
uses: actions/checkout@v4.1.1 # v3.5.2
|
||||
uses: actions/checkout@v4.1.3 # v3.5.2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
token: ${{ secrets.COMMAND_BOT_PAT }}
|
||||
|
||||
10
.github/workflows/cypress.yml
vendored
10
.github/workflows/cypress.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
matrix:
|
||||
node-version: [20.x]
|
||||
# containers: [1, 2, 3]
|
||||
php-versions: [ '8.0' ]
|
||||
php-versions: [ '8.1' ]
|
||||
databases: [ 'sqlite' ]
|
||||
server-versions: [ 'master' ]
|
||||
|
||||
@@ -37,7 +37,7 @@ jobs:
|
||||
echo "text_app_ref=$text_app_ref" >> $GITHUB_ENV
|
||||
|
||||
- name: Checkout server
|
||||
uses: actions/checkout@v4.1.1
|
||||
uses: actions/checkout@v4.1.3
|
||||
with:
|
||||
repository: nextcloud/server
|
||||
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
|
||||
|
||||
- name: Checkout ${{ env.APP_NAME }}
|
||||
uses: actions/checkout@v4.1.1
|
||||
uses: actions/checkout@v4.1.3
|
||||
with:
|
||||
path: apps/${{ env.APP_NAME }}
|
||||
|
||||
- name: Checkout text
|
||||
uses: actions/checkout@v4.1.1
|
||||
uses: actions/checkout@v4.1.3
|
||||
with:
|
||||
repository: nextcloud/text
|
||||
ref: ${{ env.text_app_ref }}
|
||||
path: apps/text
|
||||
|
||||
- name: Set up php ${{ matrix.php-versions }}
|
||||
uses: shivammathur/setup-php@2.30.0
|
||||
uses: shivammathur/setup-php@2.30.2
|
||||
with:
|
||||
php-version: ${{ matrix.php-versions }}
|
||||
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, zip, gd, apcu
|
||||
|
||||
8
.github/workflows/integration.yml
vendored
8
.github/workflows/integration.yml
vendored
@@ -52,7 +52,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout server
|
||||
uses: actions/checkout@v4.1.1
|
||||
uses: actions/checkout@v4.1.3
|
||||
with:
|
||||
repository: nextcloud/server
|
||||
ref: ${{ matrix.server-versions }}
|
||||
@@ -66,19 +66,19 @@ jobs:
|
||||
cd build/integration && composer require --dev phpunit/phpunit:~9
|
||||
|
||||
- name: Checkout app
|
||||
uses: actions/checkout@v4.1.1
|
||||
uses: actions/checkout@v4.1.3
|
||||
with:
|
||||
path: apps/${{ env.APP_NAME }}
|
||||
|
||||
- name: Checkout activity
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
|
||||
with:
|
||||
repository: nextcloud/activity
|
||||
ref: ${{ matrix.server-versions }}
|
||||
path: apps/activity
|
||||
|
||||
- name: Set up php ${{ matrix.php-versions }}
|
||||
uses: shivammathur/setup-php@2.30.0
|
||||
uses: shivammathur/setup-php@2.30.2
|
||||
with:
|
||||
php-version: ${{ matrix.php-versions }}
|
||||
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, mysql, pdo_mysql, pgsql, pdo_pgsql, apcu
|
||||
|
||||
2
.github/workflows/lint-eslint.yml
vendored
2
.github/workflows/lint-eslint.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
|
||||
|
||||
- name: Read package.json node and npm engines version
|
||||
uses: skjnldsv/read-package-engines-version-actions@8205673bab74a63eb9b8093402fd9e0e018663a1 # v2.2
|
||||
|
||||
4
.github/workflows/lint-php-cs.yml
vendored
4
.github/workflows/lint-php-cs.yml
vendored
@@ -22,10 +22,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
|
||||
|
||||
- name: Set up php8.2
|
||||
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
|
||||
uses: shivammathur/setup-php@8872c784b04a1420e81191df5d64fbd59d3d3033 # v2
|
||||
with:
|
||||
php-version: 8.2
|
||||
coverage: none
|
||||
|
||||
6
.github/workflows/lint-php.yml
vendored
6
.github/workflows/lint-php.yml
vendored
@@ -19,16 +19,16 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
php-versions: [ '8.0', '8.1', '8.2', '8.3' ]
|
||||
php-versions: [ '8.1', '8.2', '8.3' ]
|
||||
|
||||
name: php-lint
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
|
||||
|
||||
- name: Set up php ${{ matrix.php-versions }}
|
||||
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
|
||||
uses: shivammathur/setup-php@8872c784b04a1420e81191df5d64fbd59d3d3033 # v2
|
||||
with:
|
||||
php-version: ${{ matrix.php-versions }}
|
||||
coverage: none
|
||||
|
||||
2
.github/workflows/lint-stylelint.yml
vendored
2
.github/workflows/lint-stylelint.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
|
||||
|
||||
- name: Read package.json node and npm engines version
|
||||
uses: skjnldsv/read-package-engines-version-actions@8205673bab74a63eb9b8093402fd9e0e018663a1 # v2.2
|
||||
|
||||
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
node-version: [14.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.1
|
||||
- uses: actions/checkout@v4.1.3
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v4.0.2
|
||||
with:
|
||||
|
||||
6
.github/workflows/npm-audit-fix.yml
vendored
6
.github/workflows/npm-audit-fix.yml
vendored
@@ -18,13 +18,13 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
branches: ['main', 'master', 'stable28', 'stable27', 'stable26']
|
||||
branches: ['main', 'master', 'stable29', 'stable28', 'stable27']
|
||||
|
||||
name: npm-audit-fix-${{ matrix.branches }}
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
|
||||
with:
|
||||
ref: ${{ matrix.branches }}
|
||||
|
||||
@@ -57,7 +57,7 @@ jobs:
|
||||
|
||||
- name: Create Pull Request
|
||||
if: always()
|
||||
uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v5
|
||||
uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 # v5
|
||||
with:
|
||||
token: ${{ secrets.COMMAND_BOT_PAT }}
|
||||
commit-message: "chore(deps): fix npm audit"
|
||||
|
||||
8
.github/workflows/phpunit-mysql.yml
vendored
8
.github/workflows/phpunit-mysql.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
matrix: ${{ steps.versions.outputs.sparse-matrix }}
|
||||
steps:
|
||||
- name: Checkout app
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
|
||||
|
||||
- name: Get version matrix
|
||||
id: versions
|
||||
@@ -80,19 +80,19 @@ jobs:
|
||||
echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
|
||||
|
||||
- name: Checkout server
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
|
||||
with:
|
||||
submodules: true
|
||||
repository: nextcloud/server
|
||||
ref: ${{ matrix.server-versions }}
|
||||
|
||||
- name: Checkout app
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
|
||||
with:
|
||||
path: apps/${{ env.APP_NAME }}
|
||||
|
||||
- name: Set up php ${{ matrix.php-versions }}
|
||||
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
|
||||
uses: shivammathur/setup-php@8872c784b04a1420e81191df5d64fbd59d3d3033 # v2
|
||||
with:
|
||||
php-version: ${{ matrix.php-versions }}
|
||||
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation
|
||||
|
||||
6
.github/workflows/phpunit-pgsql.yml
vendored
6
.github/workflows/phpunit-pgsql.yml
vendored
@@ -68,19 +68,19 @@ jobs:
|
||||
echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
|
||||
|
||||
- name: Checkout server
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
|
||||
with:
|
||||
submodules: true
|
||||
repository: nextcloud/server
|
||||
ref: ${{ matrix.server-versions }}
|
||||
|
||||
- name: Checkout app
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
|
||||
with:
|
||||
path: apps/${{ env.APP_NAME }}
|
||||
|
||||
- name: Set up php ${{ matrix.php-versions }}
|
||||
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
|
||||
uses: shivammathur/setup-php@8872c784b04a1420e81191df5d64fbd59d3d3033 # v2
|
||||
with:
|
||||
php-version: ${{ matrix.php-versions }}
|
||||
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation
|
||||
|
||||
6
.github/workflows/phpunit-sqlite.yml
vendored
6
.github/workflows/phpunit-sqlite.yml
vendored
@@ -57,19 +57,19 @@ jobs:
|
||||
echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
|
||||
|
||||
- name: Checkout server
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
|
||||
with:
|
||||
submodules: true
|
||||
repository: nextcloud/server
|
||||
ref: ${{ matrix.server-versions }}
|
||||
|
||||
- name: Checkout app
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
|
||||
with:
|
||||
path: apps/${{ env.APP_NAME }}
|
||||
|
||||
- name: Set up php ${{ matrix.php-versions }}
|
||||
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
|
||||
uses: shivammathur/setup-php@8872c784b04a1420e81191df5d64fbd59d3d3033 # v2
|
||||
with:
|
||||
php-version: ${{ matrix.php-versions }}
|
||||
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation
|
||||
|
||||
4
.github/workflows/psalm.yml
vendored
4
.github/workflows/psalm.yml
vendored
@@ -18,10 +18,10 @@ jobs:
|
||||
name: static-psalm-analysis
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
|
||||
|
||||
- name: Set up php8.2
|
||||
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
|
||||
uses: shivammathur/setup-php@8872c784b04a1420e81191df5d64fbd59d3d3033 # v2
|
||||
with:
|
||||
php-version: 8.2
|
||||
coverage: none
|
||||
|
||||
@@ -43,7 +43,7 @@ jobs:
|
||||
|
||||
# Enable GitHub auto merge
|
||||
- name: Auto merge
|
||||
uses: alexwilson/enable-github-automerge-action@d8d24b8699d9749aca9279609909abca856457c8 # main
|
||||
uses: alexwilson/enable-github-automerge-action@5a508f46e70d6723b62d752352280eb6f7abf9d0 # main
|
||||
if: startsWith(steps.branchname.outputs.branch, 'automated/noid/') && endsWith(steps.branchname.outputs.branch, 'update-nextcloud-ocp')
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
8
.github/workflows/update-nextcloud-ocp.yml
vendored
8
.github/workflows/update-nextcloud-ocp.yml
vendored
@@ -17,13 +17,13 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
branches: ['main', 'master', 'stable28', 'stable27', 'stable26']
|
||||
branches: ['main', 'master', 'stable29', 'stable28', 'stable27']
|
||||
|
||||
name: update-nextcloud-ocp-${{ matrix.branches }}
|
||||
|
||||
steps:
|
||||
- id: checkout
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
|
||||
with:
|
||||
ref: ${{ matrix.branches }}
|
||||
submodules: true
|
||||
@@ -31,7 +31,7 @@ jobs:
|
||||
|
||||
- name: Set up php8.2
|
||||
if: steps.checkout.outcome == 'success'
|
||||
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # v2
|
||||
uses: shivammathur/setup-php@8872c784b04a1420e81191df5d64fbd59d3d3033 # v2
|
||||
with:
|
||||
php-version: 8.2
|
||||
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation
|
||||
@@ -100,7 +100,7 @@ jobs:
|
||||
|
||||
- name: Create Pull Request
|
||||
if: steps.checkout.outcome == 'success'
|
||||
uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v3
|
||||
uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 # v3
|
||||
with:
|
||||
token: ${{ secrets.COMMAND_BOT_PAT }}
|
||||
commit-message: "chore(dev-deps): Bump nextcloud/ocp package"
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
- 🚀 Get your project organized
|
||||
|
||||
</description>
|
||||
<version>1.13.0-beta.1</version>
|
||||
<version>1.14.0-dev</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Julius Härtl</author>
|
||||
<documentation>
|
||||
@@ -38,7 +38,7 @@
|
||||
<database min-version="9.4">pgsql</database>
|
||||
<database>sqlite</database>
|
||||
<database min-version="8.0">mysql</database>
|
||||
<nextcloud min-version="29" max-version="29"/>
|
||||
<nextcloud min-version="30" max-version="30"/>
|
||||
</dependencies>
|
||||
<background-jobs>
|
||||
<job>OCA\Deck\Cron\DeleteCron</job>
|
||||
|
||||
22
composer.lock
generated
22
composer.lock
generated
@@ -254,12 +254,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nextcloud-deps/ocp.git",
|
||||
"reference": "5da2030113ea8c39dbf5033529b86f625d2bf6fa"
|
||||
"reference": "14e4b4c5bb3f9189b78c9d29bfc6a049046c2d71"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/5da2030113ea8c39dbf5033529b86f625d2bf6fa",
|
||||
"reference": "5da2030113ea8c39dbf5033529b86f625d2bf6fa",
|
||||
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/14e4b4c5bb3f9189b78c9d29bfc6a049046c2d71",
|
||||
"reference": "14e4b4c5bb3f9189b78c9d29bfc6a049046c2d71",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -273,7 +273,7 @@
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "29.0.0-dev"
|
||||
"dev-master": "30.0.0-dev"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
@@ -291,7 +291,7 @@
|
||||
"issues": "https://github.com/nextcloud-deps/ocp/issues",
|
||||
"source": "https://github.com/nextcloud-deps/ocp/tree/master"
|
||||
},
|
||||
"time": "2024-03-21T18:32:57+00:00"
|
||||
"time": "2024-04-24T00:33:09+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nikic/php-parser",
|
||||
@@ -842,16 +842,16 @@
|
||||
},
|
||||
{
|
||||
"name": "phpunit/phpunit",
|
||||
"version": "9.6.18",
|
||||
"version": "9.6.19",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||||
"reference": "32c2c2d6580b1d8ab3c10b1e9e4dc263cc69bb04"
|
||||
"reference": "a1a54a473501ef4cdeaae4e06891674114d79db8"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/32c2c2d6580b1d8ab3c10b1e9e4dc263cc69bb04",
|
||||
"reference": "32c2c2d6580b1d8ab3c10b1e9e4dc263cc69bb04",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a1a54a473501ef4cdeaae4e06891674114d79db8",
|
||||
"reference": "a1a54a473501ef4cdeaae4e06891674114d79db8",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -925,7 +925,7 @@
|
||||
"support": {
|
||||
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
||||
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
|
||||
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.18"
|
||||
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.19"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -941,7 +941,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-03-21T12:07:32+00:00"
|
||||
"time": "2024-04-05T04:35:58+00:00"
|
||||
},
|
||||
{
|
||||
"name": "psalm/phar",
|
||||
|
||||
@@ -45,7 +45,6 @@ OC.L10N.register(
|
||||
"Today" : "Vandag",
|
||||
"Tomorrow" : "Môre",
|
||||
"Close" : "Sluit",
|
||||
"Share" : "Deel",
|
||||
"Due date" : "Sperdatum"
|
||||
"Share" : "Deel"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -43,7 +43,6 @@
|
||||
"Today" : "Vandag",
|
||||
"Tomorrow" : "Môre",
|
||||
"Close" : "Sluit",
|
||||
"Share" : "Deel",
|
||||
"Due date" : "Sperdatum"
|
||||
"Share" : "Deel"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -379,9 +379,7 @@ OC.L10N.register(
|
||||
"Share board with a user, group or circle …" : "مشاركة اللوح مع مستخدم،مجموعة أو دائرة ..",
|
||||
"Searching for users, groups and circles …" : "ابحث عن أعضاء، مجموعات أو حلقات ...",
|
||||
"(Circle)" : "(دائرة)",
|
||||
"Assign to users" : "انسب الى المتسخدمين",
|
||||
"Assign to users/groups/circles" : "انسب الى المستخدمين،المجموعات،الدوائر",
|
||||
"Due date" : "تاريخ الانجاز",
|
||||
"Next week" : "الاسبوع القادم",
|
||||
"Next month" : "الشهر القادم",
|
||||
"List is empty" : "القائمة فارغة",
|
||||
|
||||
@@ -377,9 +377,7 @@
|
||||
"Share board with a user, group or circle …" : "مشاركة اللوح مع مستخدم،مجموعة أو دائرة ..",
|
||||
"Searching for users, groups and circles …" : "ابحث عن أعضاء، مجموعات أو حلقات ...",
|
||||
"(Circle)" : "(دائرة)",
|
||||
"Assign to users" : "انسب الى المتسخدمين",
|
||||
"Assign to users/groups/circles" : "انسب الى المستخدمين،المجموعات،الدوائر",
|
||||
"Due date" : "تاريخ الانجاز",
|
||||
"Next week" : "الاسبوع القادم",
|
||||
"Next month" : "الشهر القادم",
|
||||
"List is empty" : "القائمة فارغة",
|
||||
|
||||
58
l10n/ast.js
58
l10n/ast.js
@@ -2,10 +2,18 @@ OC.L10N.register(
|
||||
"deck",
|
||||
{
|
||||
"Deck" : "Tarxeteru",
|
||||
"Upcoming cards" : "Tarxetes próximes",
|
||||
"Load more" : "Cargar más",
|
||||
"Personal" : "Personal",
|
||||
"Deck board" : "Mesa de tarxetes",
|
||||
"%s on %s" : "%s n %s",
|
||||
"Action needed" : "Aición necesaria",
|
||||
"copy" : "copia",
|
||||
"To do" : "Xera pendiente",
|
||||
"Done" : "Fecho",
|
||||
"Example Task 3" : "Xera d'exemplu 3",
|
||||
"Example Task 2" : "Xera d'exemplu 2",
|
||||
"Example Task 1" : "Xera d'exemplu 1",
|
||||
"The file was uploaded" : "Xubióse'l ficheru",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El ficheru xubíu supera la direutiva «upload_max_filesize» del ficheru php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El ficheru xubíu supera la direutiva «MAX_FILE_SIZE» que s'especificó nel formulariu HTML",
|
||||
@@ -13,48 +21,96 @@ OC.L10N.register(
|
||||
"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",
|
||||
"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",
|
||||
"Sharing" : "Comparticiñon",
|
||||
"Tags" : "Etiquetes",
|
||||
"Deleted items" : "Elementos desaniciaos",
|
||||
"Activity" : "Actividá",
|
||||
"Deleted lists" : "Llistes desaniciaes",
|
||||
"Undo" : "Desfacer",
|
||||
"Deleted cards" : "Tarxetes desaniciaes",
|
||||
"(Group)" : "(Grupu)",
|
||||
"(Team)" : "(Equipu)",
|
||||
"Can edit" : "Pue editar",
|
||||
"Owner" : "Propietariu",
|
||||
"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",
|
||||
"Add a new tag" : "Amestar una etiqueta nueva",
|
||||
"Members" : "Miembros",
|
||||
"Show in Files" : "Amosar en Ficheros",
|
||||
"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",
|
||||
"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",
|
||||
"Description" : "Descripción",
|
||||
"(Unsaved)" : "(ensin guardar)",
|
||||
"(Saving…)" : "(Guardando…)",
|
||||
"Formatting help" : "Ayuda del formatu",
|
||||
"Edit description" : "Editar la descripción",
|
||||
"View description" : "Ver la descripción",
|
||||
"Not completed" : "Nun se completó",
|
||||
"Archive card" : "Archivar la tarxeta",
|
||||
"(group)" : "(grupu)",
|
||||
"Next week – {timeLocale}" : "La próxima selmana – {timeLocale}",
|
||||
"Mark as done" : "Marcar como fecha",
|
||||
"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",
|
||||
"No notifications" : "Nun hai nengún avisu",
|
||||
"No reminder" : "Nun hai nengún recordatoriu",
|
||||
"An error occurred" : "Prodúxose un error",
|
||||
"Today" : "Güei",
|
||||
"Tomorrow" : "Mañana",
|
||||
"No results found" : "Nun s'atopó nengún resultáu",
|
||||
"This weekend – {timeLocale}" : "Esta fin de selmana – {timeLocale}",
|
||||
"Close" : "Zarrar",
|
||||
"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"
|
||||
"Timeline" : "Llinia de tiempu",
|
||||
"Next week" : "La selmana que vien",
|
||||
"Next month" : "Mes siguiente"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -1,9 +1,17 @@
|
||||
{ "translations": {
|
||||
"Deck" : "Tarxeteru",
|
||||
"Upcoming cards" : "Tarxetes próximes",
|
||||
"Load more" : "Cargar más",
|
||||
"Personal" : "Personal",
|
||||
"Deck board" : "Mesa de tarxetes",
|
||||
"%s on %s" : "%s n %s",
|
||||
"Action needed" : "Aición necesaria",
|
||||
"copy" : "copia",
|
||||
"To do" : "Xera pendiente",
|
||||
"Done" : "Fecho",
|
||||
"Example Task 3" : "Xera d'exemplu 3",
|
||||
"Example Task 2" : "Xera d'exemplu 2",
|
||||
"Example Task 1" : "Xera d'exemplu 1",
|
||||
"The file was uploaded" : "Xubióse'l ficheru",
|
||||
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El ficheru xubíu supera la direutiva «upload_max_filesize» del ficheru php.ini",
|
||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El ficheru xubíu supera la direutiva «MAX_FILE_SIZE» que s'especificó nel formulariu HTML",
|
||||
@@ -11,48 +19,96 @@
|
||||
"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",
|
||||
"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",
|
||||
"Sharing" : "Comparticiñon",
|
||||
"Tags" : "Etiquetes",
|
||||
"Deleted items" : "Elementos desaniciaos",
|
||||
"Activity" : "Actividá",
|
||||
"Deleted lists" : "Llistes desaniciaes",
|
||||
"Undo" : "Desfacer",
|
||||
"Deleted cards" : "Tarxetes desaniciaes",
|
||||
"(Group)" : "(Grupu)",
|
||||
"(Team)" : "(Equipu)",
|
||||
"Can edit" : "Pue editar",
|
||||
"Owner" : "Propietariu",
|
||||
"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",
|
||||
"Add a new tag" : "Amestar una etiqueta nueva",
|
||||
"Members" : "Miembros",
|
||||
"Show in Files" : "Amosar en Ficheros",
|
||||
"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",
|
||||
"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",
|
||||
"Description" : "Descripción",
|
||||
"(Unsaved)" : "(ensin guardar)",
|
||||
"(Saving…)" : "(Guardando…)",
|
||||
"Formatting help" : "Ayuda del formatu",
|
||||
"Edit description" : "Editar la descripción",
|
||||
"View description" : "Ver la descripción",
|
||||
"Not completed" : "Nun se completó",
|
||||
"Archive card" : "Archivar la tarxeta",
|
||||
"(group)" : "(grupu)",
|
||||
"Next week – {timeLocale}" : "La próxima selmana – {timeLocale}",
|
||||
"Mark as done" : "Marcar como fecha",
|
||||
"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",
|
||||
"No notifications" : "Nun hai nengún avisu",
|
||||
"No reminder" : "Nun hai nengún recordatoriu",
|
||||
"An error occurred" : "Prodúxose un error",
|
||||
"Today" : "Güei",
|
||||
"Tomorrow" : "Mañana",
|
||||
"No results found" : "Nun s'atopó nengún resultáu",
|
||||
"This weekend – {timeLocale}" : "Esta fin de selmana – {timeLocale}",
|
||||
"Close" : "Zarrar",
|
||||
"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"
|
||||
"Timeline" : "Llinia de tiempu",
|
||||
"Next week" : "La selmana que vien",
|
||||
"Next month" : "Mes siguiente"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
@@ -322,9 +322,7 @@ OC.L10N.register(
|
||||
"Share board with a user, group or circle …" : "Споделяне на таблото с потребител, група или кръг ...",
|
||||
"Searching for users, groups and circles …" : "Търсене за потребители, групи и кръгове ...",
|
||||
"(Circle)" : "(Кръг)",
|
||||
"Assign to users" : "Зачисляване към потребители",
|
||||
"Assign to users/groups/circles" : "Зачисляване към потребители/групи/кръгове",
|
||||
"Due date" : "Крайна дата",
|
||||
"Next week" : "Следваща седмица",
|
||||
"Next month" : "Следващия месец",
|
||||
"List is empty" : "Списъкът е празен",
|
||||
|
||||
@@ -320,9 +320,7 @@
|
||||
"Share board with a user, group or circle …" : "Споделяне на таблото с потребител, група или кръг ...",
|
||||
"Searching for users, groups and circles …" : "Търсене за потребители, групи и кръгове ...",
|
||||
"(Circle)" : "(Кръг)",
|
||||
"Assign to users" : "Зачисляване към потребители",
|
||||
"Assign to users/groups/circles" : "Зачисляване към потребители/групи/кръгове",
|
||||
"Due date" : "Крайна дата",
|
||||
"Next week" : "Следваща седмица",
|
||||
"Next month" : "Следващия месец",
|
||||
"List is empty" : "Списъкът е празен",
|
||||
|
||||
@@ -370,9 +370,7 @@ OC.L10N.register(
|
||||
"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 …",
|
||||
"(Circle)" : "(Cercle)",
|
||||
"Assign to users" : "Assignació als usuaris",
|
||||
"Assign to users/groups/circles" : "Assignació a usuaris/grups/cercles",
|
||||
"Due date" : "Data de caducitat",
|
||||
"Next week" : "Setmana següent",
|
||||
"Next month" : "Mes següent",
|
||||
"List is empty" : "La llista és buida",
|
||||
|
||||
@@ -368,9 +368,7 @@
|
||||
"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 …",
|
||||
"(Circle)" : "(Cercle)",
|
||||
"Assign to users" : "Assignació als usuaris",
|
||||
"Assign to users/groups/circles" : "Assignació a usuaris/grups/cercles",
|
||||
"Due date" : "Data de caducitat",
|
||||
"Next week" : "Setmana següent",
|
||||
"Next month" : "Mes següent",
|
||||
"List is empty" : "La llista és buida",
|
||||
|
||||
@@ -367,9 +367,7 @@ OC.L10N.register(
|
||||
"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…",
|
||||
"(Circle)" : "(Okruh)",
|
||||
"Assign to users" : "Přiřadit k uživatelům",
|
||||
"Assign to users/groups/circles" : "Přiřadit uživatelům/skupinám/okruhům",
|
||||
"Due date" : "Termín",
|
||||
"Next week" : "Příští týden",
|
||||
"Next month" : "Příští měsíc",
|
||||
"List is empty" : "Seznam je prázdný",
|
||||
|
||||
@@ -365,9 +365,7 @@
|
||||
"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…",
|
||||
"(Circle)" : "(Okruh)",
|
||||
"Assign to users" : "Přiřadit k uživatelům",
|
||||
"Assign to users/groups/circles" : "Přiřadit uživatelům/skupinám/okruhům",
|
||||
"Due date" : "Termín",
|
||||
"Next week" : "Příští týden",
|
||||
"Next month" : "Příští měsíc",
|
||||
"List is empty" : "Seznam je prázdný",
|
||||
|
||||
@@ -109,7 +109,7 @@ OC.L10N.register(
|
||||
"Board not found" : "Tavle ikke fundet.",
|
||||
"Create a new list to add cards to this board" : "Opret en ny kolonne for at tilføje kort til denne tavle ",
|
||||
"Sharing" : "Deling",
|
||||
"Tags" : "Mærkat",
|
||||
"Tags" : "Tags",
|
||||
"Deleted items" : "Slettede objekter",
|
||||
"Activity" : "Aktivitet",
|
||||
"Deleted lists" : "Slettede kolonner",
|
||||
@@ -235,9 +235,7 @@ OC.L10N.register(
|
||||
"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 ...",
|
||||
"(Circle)" : "(Cirkel)",
|
||||
"Assign to users" : "Tildel til brugere",
|
||||
"Assign to users/groups/circles" : "Tildel til brugere/grupper/cirkler",
|
||||
"Due date" : "Forfaldsdato",
|
||||
"Next week" : "Næste uge",
|
||||
"Next month" : "Næste måned",
|
||||
"Limit deck usage of groups" : "Begræns Deck brug til grupper",
|
||||
|
||||
@@ -107,7 +107,7 @@
|
||||
"Board not found" : "Tavle ikke fundet.",
|
||||
"Create a new list to add cards to this board" : "Opret en ny kolonne for at tilføje kort til denne tavle ",
|
||||
"Sharing" : "Deling",
|
||||
"Tags" : "Mærkat",
|
||||
"Tags" : "Tags",
|
||||
"Deleted items" : "Slettede objekter",
|
||||
"Activity" : "Aktivitet",
|
||||
"Deleted lists" : "Slettede kolonner",
|
||||
@@ -233,9 +233,7 @@
|
||||
"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 ...",
|
||||
"(Circle)" : "(Cirkel)",
|
||||
"Assign to users" : "Tildel til brugere",
|
||||
"Assign to users/groups/circles" : "Tildel til brugere/grupper/cirkler",
|
||||
"Due date" : "Forfaldsdato",
|
||||
"Next week" : "Næste uge",
|
||||
"Next month" : "Næste måned",
|
||||
"Limit deck usage of groups" : "Begræns Deck brug til grupper",
|
||||
|
||||
@@ -379,9 +379,7 @@ OC.L10N.register(
|
||||
"Share board with a user, group or circle …" : "Board mit Benutzer, Gruppe oder Kreis teilen …",
|
||||
"Searching for users, groups and circles …" : "Suche nach Benutzern, Gruppen und Kreisen …",
|
||||
"(Circle)" : "(Kreis)",
|
||||
"Assign to users" : "Benutzern zuweisen",
|
||||
"Assign to users/groups/circles" : "An Benutzer, Gruppen oder Kreise zuweisen",
|
||||
"Due date" : "Fälligkeitsdatum",
|
||||
"Next week" : "Nächste Woche",
|
||||
"Next month" : "Nächster Monat",
|
||||
"List is empty" : "Liste ist leer",
|
||||
|
||||
@@ -377,9 +377,7 @@
|
||||
"Share board with a user, group or circle …" : "Board mit Benutzer, Gruppe oder Kreis teilen …",
|
||||
"Searching for users, groups and circles …" : "Suche nach Benutzern, Gruppen und Kreisen …",
|
||||
"(Circle)" : "(Kreis)",
|
||||
"Assign to users" : "Benutzern zuweisen",
|
||||
"Assign to users/groups/circles" : "An Benutzer, Gruppen oder Kreise zuweisen",
|
||||
"Due date" : "Fälligkeitsdatum",
|
||||
"Next week" : "Nächste Woche",
|
||||
"Next month" : "Nächster Monat",
|
||||
"List is empty" : "Liste ist leer",
|
||||
|
||||
@@ -379,9 +379,7 @@ OC.L10N.register(
|
||||
"Share board with a user, group or circle …" : "Board mit Benutzer, Gruppe oder Kreis teilen…",
|
||||
"Searching for users, groups and circles …" : "Suche nach Benutzern, Gruppen und Kreisen …",
|
||||
"(Circle)" : "(Kreis)",
|
||||
"Assign to users" : "Benutzern zuweisen",
|
||||
"Assign to users/groups/circles" : "An Benutzer, Gruppen oder Kreise zuweisen",
|
||||
"Due date" : "Fälligkeitsdatum",
|
||||
"Next week" : "Nächste Woche",
|
||||
"Next month" : "Nächsten Monat",
|
||||
"List is empty" : "Liste ist leer",
|
||||
|
||||
@@ -377,9 +377,7 @@
|
||||
"Share board with a user, group or circle …" : "Board mit Benutzer, Gruppe oder Kreis teilen…",
|
||||
"Searching for users, groups and circles …" : "Suche nach Benutzern, Gruppen und Kreisen …",
|
||||
"(Circle)" : "(Kreis)",
|
||||
"Assign to users" : "Benutzern zuweisen",
|
||||
"Assign to users/groups/circles" : "An Benutzer, Gruppen oder Kreise zuweisen",
|
||||
"Due date" : "Fälligkeitsdatum",
|
||||
"Next week" : "Nächste Woche",
|
||||
"Next month" : "Nächsten Monat",
|
||||
"List is empty" : "Liste ist leer",
|
||||
|
||||
52
l10n/el.js
52
l10n/el.js
@@ -65,7 +65,11 @@ OC.L10N.register(
|
||||
"{user} has commented on card {card}" : "Ο/η {user} σχολίασε την καρτέλα {card}",
|
||||
"Deck" : "Deck",
|
||||
"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>card description</strong> has been changed" : "Μια <strong>περιγραφή κάρτας</strong> έχει αλλάξει",
|
||||
"Cards due today" : "Κάρτες που λήγουν σήμερα",
|
||||
"Cards due tomorrow" : "Κάρτες που λήγουν αύριο",
|
||||
"Upcoming cards" : "Επερχόμενες καρτέλες",
|
||||
"Load more" : "Φόρτωση περισσότερων",
|
||||
"Personal" : "Προσωπικά",
|
||||
@@ -148,9 +152,12 @@ OC.L10N.register(
|
||||
"Next 30 days" : "Επόμενες 30 ημέρες",
|
||||
"No due date" : "Χωρίς ημερομηνία λήξης",
|
||||
"Clear filter" : "Εκκαθάριση φίλτρου",
|
||||
"View Modes" : "Τρόποι προβολής",
|
||||
"Hide archived cards" : "Απόκρυψη καρτελών που αρχειοθετήθηκαν",
|
||||
"Show archived cards" : "Εμφάνιση καρτελών που αρχειοθετήθηκαν",
|
||||
"Toggle compact mode" : "Εναλλαγή λειτουργίας μικρού μεγέθους",
|
||||
"Hide card cover images" : "Απόκρυψη εικόνων εξωφύλλου καρτών",
|
||||
"Show card cover images" : "Εμφάνιση εικόνων εξωφύλλου καρτών",
|
||||
"Open details" : "Άνοιγμα λεπτομερειών",
|
||||
"Details" : "Λεπτομέρειες",
|
||||
"Currently present people" : "Παρόντες αυτή τη στιγμή",
|
||||
@@ -167,6 +174,7 @@ OC.L10N.register(
|
||||
"No participants found" : "Δε βρέθηκαν συμμετέχοντες",
|
||||
"Board owner" : "Κάτοχος πίνακα",
|
||||
"(Group)" : "(Ομάδα)",
|
||||
"(Team)" : "(Ομάδα)",
|
||||
"Can edit" : "Μπορεί να επεξεργαστεί",
|
||||
"Can share" : "Μπορεί να διαμοιράσει",
|
||||
"Can manage" : "Μπορεί να διαχειριστεί",
|
||||
@@ -193,6 +201,7 @@ OC.L10N.register(
|
||||
"Board name" : "Όνομα πίνακα",
|
||||
"Members" : "Μέλη",
|
||||
"Assign a user to this card…" : "Ανάθεση χρήστη στην καρτέλα...",
|
||||
"Select a user to assign to this card…" : "Επιλέξτε έναν χρήστη για να του αναθέσετε αυτή την κάρτα...",
|
||||
"Upload new files" : "Ανεβάστε νέα αρχεία",
|
||||
"Share from Files" : "Κοινή χρήση από Αρχεία",
|
||||
"Pending share" : "Κοινή χρήση σε εκκρεμότητα",
|
||||
@@ -230,35 +239,70 @@ OC.L10N.register(
|
||||
"Add Attachment" : "Προσθήκη συνημμένου",
|
||||
"Write a description …" : "Γράψτε μια περιγραφή…",
|
||||
"Choose attachment" : "Επιλογή συνημμένου",
|
||||
"Assign a due date to this card…" : "Ορίστε μια ημερομηνία λήξης σε αυτή την κάρτα...",
|
||||
"Set a due date" : "Καθορίστε ημερομηνίας λήξης",
|
||||
"Add due date" : "Προσθήκη ημερομηνίας λήξης",
|
||||
"Choose a date" : "Επιλέξτε ημερομηνίας",
|
||||
"Remove due date" : "Αφαίρεση ημερομηνίας λήξης",
|
||||
"Due at:" : "Λήγει στις:",
|
||||
"Not completed" : "Μη ολοκληρωμένο",
|
||||
"Unarchive card" : "Αναίρεση αρχειοθέτησης καρτέλας",
|
||||
"Archive card" : "Αρχειοθέτηση καρτέλας",
|
||||
"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…" : "Ορίστε μια ετικέτα σε αυτήν την καρτέλα...",
|
||||
"Select or create a tag…" : "Επιλέξτε ή δημιουργήστε μια ετικέτα...",
|
||||
"Create a new tag:" : "Δημιουργήστε νέα ετικέτα",
|
||||
"(group)" : "(ομάδα)",
|
||||
"Next week – {timeLocale}" : "Επόμενη εβδομάδα – {timeLocale}",
|
||||
"Todo items" : "Στοιχεία todo",
|
||||
"{count} comments, {unread} unread" : "{count} σχόλια, {unread} μη αναγνωσμένα",
|
||||
"Edit card title" : "Επεξεργασία τίτλου κάρτας",
|
||||
"Card details" : "Λεπτομέρειες καρτέλας",
|
||||
"Assign to me" : "Ανάθεση σε εμένα",
|
||||
"Unassign myself" : "Αποδέσμευσή μου",
|
||||
"Mark as not done" : "Σήμανση ως ολοκληρωμένου",
|
||||
"Mark as done" : "Σήμανση ως ολοκληρωμένου",
|
||||
"Delete card" : "Διαγραφή καρτέλας",
|
||||
"Card deleted" : "Η καρτέλα διαγράφηκε",
|
||||
"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" : "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" : "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" : "Όλοι οι πίνακες",
|
||||
"Archived boards" : "Αρχειοθέτηση πινάκων ",
|
||||
"Shared with you" : "Διαμοιρασμένα μαζί σας",
|
||||
"Deck settings" : "Ρυθμίσεις Deck",
|
||||
"Use bigger card view" : "Χρησιμοποιήστε μεγαλύτερη προβολή καρτέλας",
|
||||
"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" : "Λεπτομέριες πίνακα",
|
||||
"Edit board" : "Επεξεργασία πίνακα",
|
||||
"Clone board" : "Κλώνος πίνακα",
|
||||
@@ -284,6 +328,7 @@ OC.L10N.register(
|
||||
"No due" : "Χωρίς λήξη",
|
||||
"Search for {searchQuery} in all boards" : "Αναζήτηση για {searchQuery} σε όλους τους πίνακες",
|
||||
"No results found" : "Δεν βρέθηκαν αποτελέσματα",
|
||||
"This weekend – {timeLocale}" : "Αυτή την εβδομάδα – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Πίνακας Deck {name}\n* Τελευταία τροποποίηση στις {lastMod}",
|
||||
"{stack} in {board}" : "{stack} στο {board}",
|
||||
"Click to expand description" : "Κλικ για επέκταση περιγραφής",
|
||||
@@ -298,8 +343,13 @@ OC.L10N.register(
|
||||
"Open card" : "Άνοιγμα καρτέλας",
|
||||
"Close" : "Κλείσιμο",
|
||||
"No upcoming cards" : "Δεν υπάρχουν επερχόμενες καρτέλες",
|
||||
"upcoming cards today" : "επερχόμενες κάρτες σήμερα",
|
||||
"upcoming cards tomorrow" : "επερχόμενες κάρτες αύριο",
|
||||
"upcoming cards" : "επερχόμενες καρτέλες",
|
||||
"New card" : "Νέα κάρτα",
|
||||
"Due on {date}" : "Προθεσμία στις {date}",
|
||||
"Tomorrow – {timeLocale}" : "Αύριο – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Αργότερα σήμερα – {timeLocale}",
|
||||
"Link to a board" : "Σύνδεσμος στον πίνακα",
|
||||
"Link to a card" : "Σύνδεσμος σε καρτέλα",
|
||||
"Create a card" : "Δημιουργία καρτέλας",
|
||||
@@ -316,9 +366,7 @@ OC.L10N.register(
|
||||
"Share board with a user, group or circle …" : "Διαμοιράστε τον πίνακα με χρήστη, ομάδα ή κύκλο ...",
|
||||
"Searching for users, groups and circles …" : "Αναζήτηση χρηστών, ομάδων και κύκλων…",
|
||||
"(Circle)" : "(Κύκλος)",
|
||||
"Assign to users" : "Ανάθεση σε χρήστες",
|
||||
"Assign to users/groups/circles" : "Ανάθεση σε χρήστες/ομάδες/κύκλους",
|
||||
"Due date" : "Ημερομηνία λήξης",
|
||||
"Next week" : "Επόμενη εβδομάδα",
|
||||
"Next month" : "Επόμενος μήνας",
|
||||
"List is empty" : "Η λίστα είναι κενή",
|
||||
|
||||
52
l10n/el.json
52
l10n/el.json
@@ -63,7 +63,11 @@
|
||||
"{user} has commented on card {card}" : "Ο/η {user} σχολίασε την καρτέλα {card}",
|
||||
"Deck" : "Deck",
|
||||
"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>card description</strong> has been changed" : "Μια <strong>περιγραφή κάρτας</strong> έχει αλλάξει",
|
||||
"Cards due today" : "Κάρτες που λήγουν σήμερα",
|
||||
"Cards due tomorrow" : "Κάρτες που λήγουν αύριο",
|
||||
"Upcoming cards" : "Επερχόμενες καρτέλες",
|
||||
"Load more" : "Φόρτωση περισσότερων",
|
||||
"Personal" : "Προσωπικά",
|
||||
@@ -146,9 +150,12 @@
|
||||
"Next 30 days" : "Επόμενες 30 ημέρες",
|
||||
"No due date" : "Χωρίς ημερομηνία λήξης",
|
||||
"Clear filter" : "Εκκαθάριση φίλτρου",
|
||||
"View Modes" : "Τρόποι προβολής",
|
||||
"Hide archived cards" : "Απόκρυψη καρτελών που αρχειοθετήθηκαν",
|
||||
"Show archived cards" : "Εμφάνιση καρτελών που αρχειοθετήθηκαν",
|
||||
"Toggle compact mode" : "Εναλλαγή λειτουργίας μικρού μεγέθους",
|
||||
"Hide card cover images" : "Απόκρυψη εικόνων εξωφύλλου καρτών",
|
||||
"Show card cover images" : "Εμφάνιση εικόνων εξωφύλλου καρτών",
|
||||
"Open details" : "Άνοιγμα λεπτομερειών",
|
||||
"Details" : "Λεπτομέρειες",
|
||||
"Currently present people" : "Παρόντες αυτή τη στιγμή",
|
||||
@@ -165,6 +172,7 @@
|
||||
"No participants found" : "Δε βρέθηκαν συμμετέχοντες",
|
||||
"Board owner" : "Κάτοχος πίνακα",
|
||||
"(Group)" : "(Ομάδα)",
|
||||
"(Team)" : "(Ομάδα)",
|
||||
"Can edit" : "Μπορεί να επεξεργαστεί",
|
||||
"Can share" : "Μπορεί να διαμοιράσει",
|
||||
"Can manage" : "Μπορεί να διαχειριστεί",
|
||||
@@ -191,6 +199,7 @@
|
||||
"Board name" : "Όνομα πίνακα",
|
||||
"Members" : "Μέλη",
|
||||
"Assign a user to this card…" : "Ανάθεση χρήστη στην καρτέλα...",
|
||||
"Select a user to assign to this card…" : "Επιλέξτε έναν χρήστη για να του αναθέσετε αυτή την κάρτα...",
|
||||
"Upload new files" : "Ανεβάστε νέα αρχεία",
|
||||
"Share from Files" : "Κοινή χρήση από Αρχεία",
|
||||
"Pending share" : "Κοινή χρήση σε εκκρεμότητα",
|
||||
@@ -228,35 +237,70 @@
|
||||
"Add Attachment" : "Προσθήκη συνημμένου",
|
||||
"Write a description …" : "Γράψτε μια περιγραφή…",
|
||||
"Choose attachment" : "Επιλογή συνημμένου",
|
||||
"Assign a due date to this card…" : "Ορίστε μια ημερομηνία λήξης σε αυτή την κάρτα...",
|
||||
"Set a due date" : "Καθορίστε ημερομηνίας λήξης",
|
||||
"Add due date" : "Προσθήκη ημερομηνίας λήξης",
|
||||
"Choose a date" : "Επιλέξτε ημερομηνίας",
|
||||
"Remove due date" : "Αφαίρεση ημερομηνίας λήξης",
|
||||
"Due at:" : "Λήγει στις:",
|
||||
"Not completed" : "Μη ολοκληρωμένο",
|
||||
"Unarchive card" : "Αναίρεση αρχειοθέτησης καρτέλας",
|
||||
"Archive card" : "Αρχειοθέτηση καρτέλας",
|
||||
"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…" : "Ορίστε μια ετικέτα σε αυτήν την καρτέλα...",
|
||||
"Select or create a tag…" : "Επιλέξτε ή δημιουργήστε μια ετικέτα...",
|
||||
"Create a new tag:" : "Δημιουργήστε νέα ετικέτα",
|
||||
"(group)" : "(ομάδα)",
|
||||
"Next week – {timeLocale}" : "Επόμενη εβδομάδα – {timeLocale}",
|
||||
"Todo items" : "Στοιχεία todo",
|
||||
"{count} comments, {unread} unread" : "{count} σχόλια, {unread} μη αναγνωσμένα",
|
||||
"Edit card title" : "Επεξεργασία τίτλου κάρτας",
|
||||
"Card details" : "Λεπτομέρειες καρτέλας",
|
||||
"Assign to me" : "Ανάθεση σε εμένα",
|
||||
"Unassign myself" : "Αποδέσμευσή μου",
|
||||
"Mark as not done" : "Σήμανση ως ολοκληρωμένου",
|
||||
"Mark as done" : "Σήμανση ως ολοκληρωμένου",
|
||||
"Delete card" : "Διαγραφή καρτέλας",
|
||||
"Card deleted" : "Η καρτέλα διαγράφηκε",
|
||||
"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" : "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" : "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" : "Όλοι οι πίνακες",
|
||||
"Archived boards" : "Αρχειοθέτηση πινάκων ",
|
||||
"Shared with you" : "Διαμοιρασμένα μαζί σας",
|
||||
"Deck settings" : "Ρυθμίσεις Deck",
|
||||
"Use bigger card view" : "Χρησιμοποιήστε μεγαλύτερη προβολή καρτέλας",
|
||||
"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" : "Λεπτομέριες πίνακα",
|
||||
"Edit board" : "Επεξεργασία πίνακα",
|
||||
"Clone board" : "Κλώνος πίνακα",
|
||||
@@ -282,6 +326,7 @@
|
||||
"No due" : "Χωρίς λήξη",
|
||||
"Search for {searchQuery} in all boards" : "Αναζήτηση για {searchQuery} σε όλους τους πίνακες",
|
||||
"No results found" : "Δεν βρέθηκαν αποτελέσματα",
|
||||
"This weekend – {timeLocale}" : "Αυτή την εβδομάδα – {timeLocale}",
|
||||
"Deck board {name}\n* Last modified on {lastMod}" : "Πίνακας Deck {name}\n* Τελευταία τροποποίηση στις {lastMod}",
|
||||
"{stack} in {board}" : "{stack} στο {board}",
|
||||
"Click to expand description" : "Κλικ για επέκταση περιγραφής",
|
||||
@@ -296,8 +341,13 @@
|
||||
"Open card" : "Άνοιγμα καρτέλας",
|
||||
"Close" : "Κλείσιμο",
|
||||
"No upcoming cards" : "Δεν υπάρχουν επερχόμενες καρτέλες",
|
||||
"upcoming cards today" : "επερχόμενες κάρτες σήμερα",
|
||||
"upcoming cards tomorrow" : "επερχόμενες κάρτες αύριο",
|
||||
"upcoming cards" : "επερχόμενες καρτέλες",
|
||||
"New card" : "Νέα κάρτα",
|
||||
"Due on {date}" : "Προθεσμία στις {date}",
|
||||
"Tomorrow – {timeLocale}" : "Αύριο – {timeLocale}",
|
||||
"Later today – {timeLocale}" : "Αργότερα σήμερα – {timeLocale}",
|
||||
"Link to a board" : "Σύνδεσμος στον πίνακα",
|
||||
"Link to a card" : "Σύνδεσμος σε καρτέλα",
|
||||
"Create a card" : "Δημιουργία καρτέλας",
|
||||
@@ -314,9 +364,7 @@
|
||||
"Share board with a user, group or circle …" : "Διαμοιράστε τον πίνακα με χρήστη, ομάδα ή κύκλο ...",
|
||||
"Searching for users, groups and circles …" : "Αναζήτηση χρηστών, ομάδων και κύκλων…",
|
||||
"(Circle)" : "(Κύκλος)",
|
||||
"Assign to users" : "Ανάθεση σε χρήστες",
|
||||
"Assign to users/groups/circles" : "Ανάθεση σε χρήστες/ομάδες/κύκλους",
|
||||
"Due date" : "Ημερομηνία λήξης",
|
||||
"Next week" : "Επόμενη εβδομάδα",
|
||||
"Next month" : "Επόμενος μήνας",
|
||||
"List is empty" : "Η λίστα είναι κενή",
|
||||
|
||||
@@ -379,9 +379,7 @@ OC.L10N.register(
|
||||
"Share board with a user, group or circle …" : "Share board with a user, group or circle …",
|
||||
"Searching for users, groups and circles …" : "Searching for users, groups and circles …",
|
||||
"(Circle)" : "(Circle)",
|
||||
"Assign to users" : "Assign to users",
|
||||
"Assign to users/groups/circles" : "Assign to users/groups/circles",
|
||||
"Due date" : "Due date",
|
||||
"Next week" : "Next week",
|
||||
"Next month" : "Next month",
|
||||
"List is empty" : "List is empty",
|
||||
|
||||
@@ -377,9 +377,7 @@
|
||||
"Share board with a user, group or circle …" : "Share board with a user, group or circle …",
|
||||
"Searching for users, groups and circles …" : "Searching for users, groups and circles …",
|
||||
"(Circle)" : "(Circle)",
|
||||
"Assign to users" : "Assign to users",
|
||||
"Assign to users/groups/circles" : "Assign to users/groups/circles",
|
||||
"Due date" : "Due date",
|
||||
"Next week" : "Next week",
|
||||
"Next month" : "Next month",
|
||||
"List is empty" : "List is empty",
|
||||
|
||||
@@ -133,7 +133,6 @@ OC.L10N.register(
|
||||
"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",
|
||||
"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."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
||||
@@ -131,7 +131,6 @@
|
||||
"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",
|
||||
"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."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
10
l10n/es.js
10
l10n/es.js
@@ -149,6 +149,8 @@ OC.L10N.register(
|
||||
"Filter by tag" : "Filtrar por etiqueta",
|
||||
"Filter by assigned user" : "Filtrar por usuario asignado",
|
||||
"Unassigned" : "No asignado",
|
||||
"Filter by completed" : "Filtrar por completados",
|
||||
"Open and completed" : "Abiertos y completados",
|
||||
"Open" : "Abrir",
|
||||
"Completed" : "Completado",
|
||||
"Filter by due date" : "Filtrar por fecha de finalización",
|
||||
@@ -178,9 +180,12 @@ OC.L10N.register(
|
||||
"Deleted lists" : "Listas eliminadas",
|
||||
"Undo" : "Deshacer",
|
||||
"Deleted cards" : "Cartas eliminadas",
|
||||
"Share board with a user, group or team …" : "Compartir tablero con un usuario, grupo o equipo …",
|
||||
"Searching for users, groups and teams …" : "Buscando usuarios, grupos y equipos …",
|
||||
"No participants found" : "No se encontraron participantes",
|
||||
"Board owner" : "Propietario del tablero",
|
||||
"(Group)" : "(Grupo)",
|
||||
"(Team)" : "(Equipo)",
|
||||
"Can edit" : "Puede editar",
|
||||
"Can share" : "Puede compartir",
|
||||
"Can manage" : "Puede gestionar",
|
||||
@@ -206,7 +211,9 @@ OC.L10N.register(
|
||||
"title and color value must be provided" : "Se debe indicar un valor para título y color ",
|
||||
"Board name" : "Nombre del tablero",
|
||||
"Members" : "Miembros",
|
||||
"Assign to users/groups/team" : "Asignar a usuarios/grupos/equipo",
|
||||
"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",
|
||||
"Share from Files" : "Compartir desde Archivos",
|
||||
"Pending share" : "Pendiente de compartir",
|
||||
@@ -259,6 +266,7 @@ OC.L10N.register(
|
||||
"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",
|
||||
"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:",
|
||||
"(group)" : "(grupo)",
|
||||
"Next week – {timeLocale}" : "Próxima semana – {timeLocale}",
|
||||
@@ -371,9 +379,7 @@ OC.L10N.register(
|
||||
"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 o círculos...",
|
||||
"(Circle)" : "(Circle)",
|
||||
"Assign to users" : "Asignar a usuarios",
|
||||
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
|
||||
"Due date" : "Fecha límite",
|
||||
"Next week" : "Semana siguiente",
|
||||
"Next month" : "Mes siguiente",
|
||||
"List is empty" : "La lista está vacía",
|
||||
|
||||
10
l10n/es.json
10
l10n/es.json
@@ -147,6 +147,8 @@
|
||||
"Filter by tag" : "Filtrar por etiqueta",
|
||||
"Filter by assigned user" : "Filtrar por usuario asignado",
|
||||
"Unassigned" : "No asignado",
|
||||
"Filter by completed" : "Filtrar por completados",
|
||||
"Open and completed" : "Abiertos y completados",
|
||||
"Open" : "Abrir",
|
||||
"Completed" : "Completado",
|
||||
"Filter by due date" : "Filtrar por fecha de finalización",
|
||||
@@ -176,9 +178,12 @@
|
||||
"Deleted lists" : "Listas eliminadas",
|
||||
"Undo" : "Deshacer",
|
||||
"Deleted cards" : "Cartas eliminadas",
|
||||
"Share board with a user, group or team …" : "Compartir tablero con un usuario, grupo o equipo …",
|
||||
"Searching for users, groups and teams …" : "Buscando usuarios, grupos y equipos …",
|
||||
"No participants found" : "No se encontraron participantes",
|
||||
"Board owner" : "Propietario del tablero",
|
||||
"(Group)" : "(Grupo)",
|
||||
"(Team)" : "(Equipo)",
|
||||
"Can edit" : "Puede editar",
|
||||
"Can share" : "Puede compartir",
|
||||
"Can manage" : "Puede gestionar",
|
||||
@@ -204,7 +209,9 @@
|
||||
"title and color value must be provided" : "Se debe indicar un valor para título y color ",
|
||||
"Board name" : "Nombre del tablero",
|
||||
"Members" : "Miembros",
|
||||
"Assign to users/groups/team" : "Asignar a usuarios/grupos/equipo",
|
||||
"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",
|
||||
"Share from Files" : "Compartir desde Archivos",
|
||||
"Pending share" : "Pendiente de compartir",
|
||||
@@ -257,6 +264,7 @@
|
||||
"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",
|
||||
"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:",
|
||||
"(group)" : "(grupo)",
|
||||
"Next week – {timeLocale}" : "Próxima semana – {timeLocale}",
|
||||
@@ -369,9 +377,7 @@
|
||||
"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 o círculos...",
|
||||
"(Circle)" : "(Circle)",
|
||||
"Assign to users" : "Asignar a usuarios",
|
||||
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
|
||||
"Due date" : "Fecha límite",
|
||||
"Next week" : "Semana siguiente",
|
||||
"Next month" : "Mes siguiente",
|
||||
"List is empty" : "La lista está vacía",
|
||||
|
||||
@@ -63,7 +63,6 @@ OC.L10N.register(
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir",
|
||||
"Due date" : "Fecha de vencimiento"
|
||||
"Share" : "Compartir"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -61,7 +61,6 @@
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir",
|
||||
"Due date" : "Fecha de vencimiento"
|
||||
"Share" : "Compartir"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -109,7 +109,6 @@ OC.L10N.register(
|
||||
"Share {file} with a Deck card" : "Compartir {file} con una tarjeta del Tablero",
|
||||
"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",
|
||||
"Due date" : "Fecha de vencimiento",
|
||||
"Next week" : "Proxima semana",
|
||||
"Next month" : "Proximo mes",
|
||||
"Limit deck usage of groups" : "Limitar el uso del Tablero a grupos",
|
||||
|
||||
@@ -107,7 +107,6 @@
|
||||
"Share {file} with a Deck card" : "Compartir {file} con una tarjeta del Tablero",
|
||||
"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",
|
||||
"Due date" : "Fecha de vencimiento",
|
||||
"Next week" : "Proxima semana",
|
||||
"Next month" : "Proximo mes",
|
||||
"Limit deck usage of groups" : "Limitar el uso del Tablero a grupos",
|
||||
|
||||
@@ -66,7 +66,6 @@ OC.L10N.register(
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir",
|
||||
"Due date" : "Fecha de vencimiento"
|
||||
"Share" : "Compartir"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -64,7 +64,6 @@
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir",
|
||||
"Due date" : "Fecha de vencimiento"
|
||||
"Share" : "Compartir"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -67,7 +67,6 @@ OC.L10N.register(
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir",
|
||||
"Due date" : "Fecha de vencimiento"
|
||||
"Share" : "Compartir"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -65,7 +65,6 @@
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir",
|
||||
"Due date" : "Fecha de vencimiento"
|
||||
"Share" : "Compartir"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -66,7 +66,6 @@ OC.L10N.register(
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir",
|
||||
"Due date" : "Fecha de vencimiento"
|
||||
"Share" : "Compartir"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -64,7 +64,6 @@
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir",
|
||||
"Due date" : "Fecha de vencimiento"
|
||||
"Share" : "Compartir"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -66,7 +66,6 @@ OC.L10N.register(
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir",
|
||||
"Due date" : "Fecha de vencimiento"
|
||||
"Share" : "Compartir"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -64,7 +64,6 @@
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir",
|
||||
"Due date" : "Fecha de vencimiento"
|
||||
"Share" : "Compartir"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -322,9 +322,7 @@ OC.L10N.register(
|
||||
"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 …",
|
||||
"(Circle)" : "(Círculo)",
|
||||
"Assign to users" : "Asignar a usuarios",
|
||||
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
|
||||
"Due date" : "Fecha de vencimiento",
|
||||
"Next week" : "Semana siguiente",
|
||||
"Next month" : "Mes siguiente",
|
||||
"List is empty" : "La lista está vacía",
|
||||
|
||||
@@ -320,9 +320,7 @@
|
||||
"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 …",
|
||||
"(Circle)" : "(Círculo)",
|
||||
"Assign to users" : "Asignar a usuarios",
|
||||
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
|
||||
"Due date" : "Fecha de vencimiento",
|
||||
"Next week" : "Semana siguiente",
|
||||
"Next month" : "Mes siguiente",
|
||||
"List is empty" : "La lista está vacía",
|
||||
|
||||
@@ -66,7 +66,6 @@ OC.L10N.register(
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir",
|
||||
"Due date" : "Fecha de vencimiento"
|
||||
"Share" : "Compartir"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -64,7 +64,6 @@
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir",
|
||||
"Due date" : "Fecha de vencimiento"
|
||||
"Share" : "Compartir"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -62,7 +62,6 @@ OC.L10N.register(
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir",
|
||||
"Due date" : "Fecha de vencimiento"
|
||||
"Share" : "Compartir"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -60,7 +60,6 @@
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir",
|
||||
"Due date" : "Fecha de vencimiento"
|
||||
"Share" : "Compartir"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -5,6 +5,7 @@ OC.L10N.register(
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
||||
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
|
||||
"Deck board" : "Tablero de Deck",
|
||||
"%s on %s" : "%s en %s",
|
||||
"Finished" : "Terminado",
|
||||
"To review" : "Para revisar",
|
||||
@@ -20,6 +21,7 @@ OC.L10N.register(
|
||||
"Missing a temporary folder" : "Falta una carpeta temporal",
|
||||
"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",
|
||||
"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",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
|
||||
"Cancel" : "Cancelar",
|
||||
"File already exists" : "El archivo ya existe",
|
||||
@@ -70,7 +72,10 @@ OC.L10N.register(
|
||||
"Keyboard shortcuts" : "Atajos del teclado",
|
||||
"Keyboard shortcut" : "Atajo del teclado",
|
||||
"Action" : "Acción",
|
||||
"Shift" : "Mayús",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Buscar",
|
||||
"Enter" : "Intro",
|
||||
"Space" : "Espacio",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
@@ -84,8 +89,8 @@ OC.L10N.register(
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Error creating the share" : "Error creando el recurso compartido",
|
||||
"Share" : "Compartir",
|
||||
"Searching for users, groups and circles …" : "Buscando usuarios, grupos y círculos …",
|
||||
"Due date" : "Fecha de vencimiento"
|
||||
"Searching for users, groups and circles …" : "Buscando usuarios, grupos y círculos …"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"Personal" : "Personal",
|
||||
"The card \"%s\" on \"%s\" has reached its due date." : "La tarjeta \"%s\" en \"%s\" ha alacanzado su fecha de entrega",
|
||||
"The board \"%s\" has been shared with you by %s." : "El tablero \"%s\" ha sido compartido contigo por %s.",
|
||||
"Deck board" : "Tablero de Deck",
|
||||
"%s on %s" : "%s en %s",
|
||||
"Finished" : "Terminado",
|
||||
"To review" : "Para revisar",
|
||||
@@ -18,6 +19,7 @@
|
||||
"Missing a temporary folder" : "Falta una carpeta temporal",
|
||||
"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",
|
||||
"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",
|
||||
"Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, por favor sigue el formato AAAA-MM-DD",
|
||||
"Cancel" : "Cancelar",
|
||||
"File already exists" : "El archivo ya existe",
|
||||
@@ -68,7 +70,10 @@
|
||||
"Keyboard shortcuts" : "Atajos del teclado",
|
||||
"Keyboard shortcut" : "Atajo del teclado",
|
||||
"Action" : "Acción",
|
||||
"Shift" : "Mayús",
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Buscar",
|
||||
"Enter" : "Intro",
|
||||
"Space" : "Espacio",
|
||||
"Archived boards" : "Tableros archivados",
|
||||
"Shared with you" : "Compartido con usted",
|
||||
@@ -82,8 +87,8 @@
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Error creating the share" : "Error creando el recurso compartido",
|
||||
"Share" : "Compartir",
|
||||
"Searching for users, groups and circles …" : "Buscando usuarios, grupos y círculos …",
|
||||
"Due date" : "Fecha de vencimiento"
|
||||
"Searching for users, groups and circles …" : "Buscando usuarios, grupos y círculos …"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -62,7 +62,6 @@ OC.L10N.register(
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir",
|
||||
"Due date" : "Fecha de vencimiento"
|
||||
"Share" : "Compartir"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -60,7 +60,6 @@
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir",
|
||||
"Due date" : "Fecha de vencimiento"
|
||||
"Share" : "Compartir"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -62,7 +62,6 @@ OC.L10N.register(
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir",
|
||||
"Due date" : "Fecha de vencimiento"
|
||||
"Share" : "Compartir"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -60,7 +60,6 @@
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir",
|
||||
"Due date" : "Fecha de vencimiento"
|
||||
"Share" : "Compartir"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -64,7 +64,6 @@ OC.L10N.register(
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir",
|
||||
"Due date" : "Fecha de vencimiento"
|
||||
"Share" : "Compartir"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -62,7 +62,6 @@
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir",
|
||||
"Due date" : "Fecha de vencimiento"
|
||||
"Share" : "Compartir"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -62,7 +62,6 @@ OC.L10N.register(
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir",
|
||||
"Due date" : "Fecha de vencimiento"
|
||||
"Share" : "Compartir"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -60,7 +60,6 @@
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir",
|
||||
"Due date" : "Fecha de vencimiento"
|
||||
"Share" : "Compartir"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -65,7 +65,6 @@ OC.L10N.register(
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir",
|
||||
"Due date" : "Fecha de vencimiento"
|
||||
"Share" : "Compartir"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -63,7 +63,6 @@
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir",
|
||||
"Due date" : "Fecha de vencimiento"
|
||||
"Share" : "Compartir"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -66,7 +66,6 @@ OC.L10N.register(
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir",
|
||||
"Due date" : "Fecha de vencimiento"
|
||||
"Share" : "Compartir"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -64,7 +64,6 @@
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir",
|
||||
"Due date" : "Fecha de vencimiento"
|
||||
"Share" : "Compartir"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -62,7 +62,6 @@ OC.L10N.register(
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir",
|
||||
"Due date" : "Fecha de vencimiento"
|
||||
"Share" : "Compartir"
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
|
||||
@@ -60,7 +60,6 @@
|
||||
"Today" : "Hoy",
|
||||
"Tomorrow" : "Mañana",
|
||||
"Close" : "Cerrar",
|
||||
"Share" : "Compartir",
|
||||
"Due date" : "Fecha de vencimiento"
|
||||
"Share" : "Compartir"
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
@@ -53,7 +53,6 @@ OC.L10N.register(
|
||||
"Close" : "Sulge",
|
||||
"Share" : "Jaga",
|
||||
"Timeline" : "Ajajoon",
|
||||
"Due date" : "Tähtaeg",
|
||||
"Next week" : "Järgmine nädal",
|
||||
"Next month" : "Järgmine kuu"
|
||||
},
|
||||
|
||||
@@ -51,7 +51,6 @@
|
||||
"Close" : "Sulge",
|
||||
"Share" : "Jaga",
|
||||
"Timeline" : "Ajajoon",
|
||||
"Due date" : "Tähtaeg",
|
||||
"Next week" : "Järgmine nädal",
|
||||
"Next month" : "Järgmine kuu"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
|
||||
@@ -280,6 +280,7 @@ OC.L10N.register(
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Bilatu",
|
||||
"Enter" : "Sartu",
|
||||
"Space" : "Espazioa",
|
||||
"All boards" : "Taula guztiak",
|
||||
"Archived boards" : "Artxibatutako taulak",
|
||||
"Shared with you" : "Zurekin partekatua",
|
||||
@@ -350,9 +351,7 @@ OC.L10N.register(
|
||||
"Share board with a user, group or circle …" : "Partekatu taula erabiltzaile, talde edo zirkulu batekin...",
|
||||
"Searching for users, groups and circles …" : "Erabiltzaileak, taldeak, zirkuluak... bilatzen",
|
||||
"(Circle)" : "(Zirkulua)",
|
||||
"Assign to users" : "Esleitu erabiltzaileei",
|
||||
"Assign to users/groups/circles" : "Esleitu erabiltzaile/talde/zirkuluei",
|
||||
"Due date" : "Epe-muga",
|
||||
"Next week" : "Hurrengo astea",
|
||||
"Next month" : "Hurrengo hilabetea",
|
||||
"List is empty" : "Zerrenda hutsik dago",
|
||||
|
||||
@@ -278,6 +278,7 @@
|
||||
"Ctrl" : "Ctrl",
|
||||
"Search" : "Bilatu",
|
||||
"Enter" : "Sartu",
|
||||
"Space" : "Espazioa",
|
||||
"All boards" : "Taula guztiak",
|
||||
"Archived boards" : "Artxibatutako taulak",
|
||||
"Shared with you" : "Zurekin partekatua",
|
||||
@@ -348,9 +349,7 @@
|
||||
"Share board with a user, group or circle …" : "Partekatu taula erabiltzaile, talde edo zirkulu batekin...",
|
||||
"Searching for users, groups and circles …" : "Erabiltzaileak, taldeak, zirkuluak... bilatzen",
|
||||
"(Circle)" : "(Zirkulua)",
|
||||
"Assign to users" : "Esleitu erabiltzaileei",
|
||||
"Assign to users/groups/circles" : "Esleitu erabiltzaile/talde/zirkuluei",
|
||||
"Due date" : "Epe-muga",
|
||||
"Next week" : "Hurrengo astea",
|
||||
"Next month" : "Hurrengo hilabetea",
|
||||
"List is empty" : "Zerrenda hutsik dago",
|
||||
|
||||
@@ -328,9 +328,7 @@ OC.L10N.register(
|
||||
"Share board with a user, group or circle …" : "همرسانی تخته با کاربر، گروه یا حلقه...",
|
||||
"Searching for users, groups and circles …" : "جستجوی کاربران، گروهها و حلقهها…",
|
||||
"(Circle)" : "(حلقه)",
|
||||
"Assign to users" : "به کاربران اختصاص دهید",
|
||||
"Assign to users/groups/circles" : "به کاربران/ گروهها/ حلقهها اختصاص دهید",
|
||||
"Due date" : "موعد مقرر",
|
||||
"Next week" : "هفتهٔ بعد",
|
||||
"Next month" : "ماه بعد",
|
||||
"List is empty" : "فهرست خالی است",
|
||||
|
||||
@@ -326,9 +326,7 @@
|
||||
"Share board with a user, group or circle …" : "همرسانی تخته با کاربر، گروه یا حلقه...",
|
||||
"Searching for users, groups and circles …" : "جستجوی کاربران، گروهها و حلقهها…",
|
||||
"(Circle)" : "(حلقه)",
|
||||
"Assign to users" : "به کاربران اختصاص دهید",
|
||||
"Assign to users/groups/circles" : "به کاربران/ گروهها/ حلقهها اختصاص دهید",
|
||||
"Due date" : "موعد مقرر",
|
||||
"Next week" : "هفتهٔ بعد",
|
||||
"Next month" : "ماه بعد",
|
||||
"List is empty" : "فهرست خالی است",
|
||||
|
||||
@@ -257,7 +257,6 @@ OC.L10N.register(
|
||||
"Timeline" : "Aikajana",
|
||||
"Share board with a user, group or circle …" : "Jaa taulu käyttäjän, ryhmän tai piirin ... kanssa",
|
||||
"(Circle)" : "(Piiri)",
|
||||
"Due date" : "Eräpäivä",
|
||||
"Next week" : "Seuraava viikko",
|
||||
"Next month" : "Seuraava kuukausi",
|
||||
"List is empty" : "Lista on tyhjä",
|
||||
|
||||
@@ -255,7 +255,6 @@
|
||||
"Timeline" : "Aikajana",
|
||||
"Share board with a user, group or circle …" : "Jaa taulu käyttäjän, ryhmän tai piirin ... kanssa",
|
||||
"(Circle)" : "(Piiri)",
|
||||
"Due date" : "Eräpäivä",
|
||||
"Next week" : "Seuraava viikko",
|
||||
"Next month" : "Seuraava kuukausi",
|
||||
"List is empty" : "Lista on tyhjä",
|
||||
|
||||
@@ -379,9 +379,7 @@ OC.L10N.register(
|
||||
"Share board with a user, group or circle …" : "Partager le tableau avec un utilisateur, un groupe ou un cercle…",
|
||||
"Searching for users, groups and circles …" : "Recherche d'utilisateurs, de groupes et de cercles ...",
|
||||
"(Circle)" : "(Cercle)",
|
||||
"Assign to users" : "Attribuer aux utilisateurs",
|
||||
"Assign to users/groups/circles" : "Attribuer à des utilisateurs / groupes / cercles",
|
||||
"Due date" : "Date d'échéance",
|
||||
"Next week" : "Semaine suivante",
|
||||
"Next month" : "Mois suivant",
|
||||
"List is empty" : "La liste est vide",
|
||||
|
||||
@@ -377,9 +377,7 @@
|
||||
"Share board with a user, group or circle …" : "Partager le tableau avec un utilisateur, un groupe ou un cercle…",
|
||||
"Searching for users, groups and circles …" : "Recherche d'utilisateurs, de groupes et de cercles ...",
|
||||
"(Circle)" : "(Cercle)",
|
||||
"Assign to users" : "Attribuer aux utilisateurs",
|
||||
"Assign to users/groups/circles" : "Attribuer à des utilisateurs / groupes / cercles",
|
||||
"Due date" : "Date d'échéance",
|
||||
"Next week" : "Semaine suivante",
|
||||
"Next month" : "Mois suivant",
|
||||
"List is empty" : "La liste est vide",
|
||||
|
||||
@@ -370,9 +370,7 @@ OC.L10N.register(
|
||||
"Share board with a user, group or circle …" : "Compartir taboleiro cun usuario, grupo ou círculo…",
|
||||
"Searching for users, groups and circles …" : "Buscando por usuarios, grupos e círculos…",
|
||||
"(Circle)" : "(Círculo)",
|
||||
"Assign to users" : "Asignar a usuarios",
|
||||
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
|
||||
"Due date" : "Data de caducidade",
|
||||
"Next week" : "Semana seguinte",
|
||||
"Next month" : "Mes seguinte",
|
||||
"List is empty" : "A lista está baleira",
|
||||
|
||||
@@ -368,9 +368,7 @@
|
||||
"Share board with a user, group or circle …" : "Compartir taboleiro cun usuario, grupo ou círculo…",
|
||||
"Searching for users, groups and circles …" : "Buscando por usuarios, grupos e círculos…",
|
||||
"(Circle)" : "(Círculo)",
|
||||
"Assign to users" : "Asignar a usuarios",
|
||||
"Assign to users/groups/circles" : "Asignar a usuarios/grupos/círculos",
|
||||
"Due date" : "Data de caducidade",
|
||||
"Next week" : "Semana seguinte",
|
||||
"Next month" : "Mes seguinte",
|
||||
"List is empty" : "A lista está baleira",
|
||||
|
||||
@@ -272,9 +272,7 @@ OC.L10N.register(
|
||||
"Share board with a user, group or circle …" : "שיתוף לוח עם משתמש, קבוצה או מעגל…",
|
||||
"Searching for users, groups and circles …" : "מחפש משתמשים, קבוצות, ומעגלים ...",
|
||||
"(Circle)" : "(מעגל)",
|
||||
"Assign to users" : "הקצאה למשתמשים",
|
||||
"Assign to users/groups/circles" : "הקצאה למשתמשים/קבוצות/מעגלים",
|
||||
"Due date" : "מועד יעד",
|
||||
"Next week" : "השבוע הבא",
|
||||
"Next month" : "החודש הבא",
|
||||
"List is empty" : "הרשימה ריקה",
|
||||
|
||||
@@ -270,9 +270,7 @@
|
||||
"Share board with a user, group or circle …" : "שיתוף לוח עם משתמש, קבוצה או מעגל…",
|
||||
"Searching for users, groups and circles …" : "מחפש משתמשים, קבוצות, ומעגלים ...",
|
||||
"(Circle)" : "(מעגל)",
|
||||
"Assign to users" : "הקצאה למשתמשים",
|
||||
"Assign to users/groups/circles" : "הקצאה למשתמשים/קבוצות/מעגלים",
|
||||
"Due date" : "מועד יעד",
|
||||
"Next week" : "השבוע הבא",
|
||||
"Next month" : "החודש הבא",
|
||||
"List is empty" : "הרשימה ריקה",
|
||||
|
||||
@@ -288,9 +288,7 @@ OC.L10N.register(
|
||||
"Share board with a user, group or circle …" : "Dijelite ploču s korisnikom, grupom ili krugom...",
|
||||
"Searching for users, groups and circles …" : "Traženje korisnika, grupa i krugova...",
|
||||
"(Circle)" : "(Krug)",
|
||||
"Assign to users" : "Dodijeli korisnicima",
|
||||
"Assign to users/groups/circles" : "Dodijeli korisnicima/grupama/krugovima",
|
||||
"Due date" : "Datum dospijeća",
|
||||
"Next week" : "Sljedeći tjedan",
|
||||
"Next month" : "Sljedeći mjesec",
|
||||
"List is empty" : "Popis je prazan",
|
||||
|
||||
@@ -286,9 +286,7 @@
|
||||
"Share board with a user, group or circle …" : "Dijelite ploču s korisnikom, grupom ili krugom...",
|
||||
"Searching for users, groups and circles …" : "Traženje korisnika, grupa i krugova...",
|
||||
"(Circle)" : "(Krug)",
|
||||
"Assign to users" : "Dodijeli korisnicima",
|
||||
"Assign to users/groups/circles" : "Dodijeli korisnicima/grupama/krugovima",
|
||||
"Due date" : "Datum dospijeća",
|
||||
"Next week" : "Sljedeći tjedan",
|
||||
"Next month" : "Sljedeći mjesec",
|
||||
"List is empty" : "Popis je prazan",
|
||||
|
||||
@@ -345,9 +345,7 @@ OC.L10N.register(
|
||||
"Share board with a user, group or circle …" : "Tábla megosztása felhasználóval, csoporttal vagy körrel…",
|
||||
"Searching for users, groups and circles …" : "Felhasználók, csoportok és körök keresése…",
|
||||
"(Circle)" : "(Kör)",
|
||||
"Assign to users" : "Felhasználókhoz rendelés",
|
||||
"Assign to users/groups/circles" : "Felhasználókhoz/csoportokhoz/körökhöz rendelés",
|
||||
"Due date" : "Határidő",
|
||||
"Next week" : "Következő hét",
|
||||
"Next month" : "Következő hónap",
|
||||
"List is empty" : "A lista üres",
|
||||
|
||||
@@ -343,9 +343,7 @@
|
||||
"Share board with a user, group or circle …" : "Tábla megosztása felhasználóval, csoporttal vagy körrel…",
|
||||
"Searching for users, groups and circles …" : "Felhasználók, csoportok és körök keresése…",
|
||||
"(Circle)" : "(Kör)",
|
||||
"Assign to users" : "Felhasználókhoz rendelés",
|
||||
"Assign to users/groups/circles" : "Felhasználókhoz/csoportokhoz/körökhöz rendelés",
|
||||
"Due date" : "Határidő",
|
||||
"Next week" : "Következő hét",
|
||||
"Next month" : "Következő hónap",
|
||||
"List is empty" : "A lista üres",
|
||||
|
||||
@@ -225,11 +225,9 @@ OC.L10N.register(
|
||||
"Share" : "Bagikan",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Deskripsi kartu</strong> didalam aplikasi Longgok telah diubah",
|
||||
"Timeline" : "Linimasa",
|
||||
"Share board with a user, group or circle …" : "Bagikan papan kepada pengguna, grup atau lingkaran",
|
||||
"(Circle)" : "(Lingkaran)",
|
||||
"Assign to users" : "Penugasan kepada pengguna",
|
||||
"Share board with a user, group or circle …" : "Bagikan papan kepada pengguna, grup, atau kelompok",
|
||||
"(Circle)" : "(Kelompok)",
|
||||
"Assign to users/groups/circles" : "Penugasan kepada pengguna/grup/lingkaran",
|
||||
"Due date" : "Tenggat",
|
||||
"Next week" : "Minggu setelah",
|
||||
"Next month" : "Bulan setelah",
|
||||
"Limit deck usage of groups" : "Batasi grup pengguna longgok ",
|
||||
|
||||
@@ -223,11 +223,9 @@
|
||||
"Share" : "Bagikan",
|
||||
"A <strong>card description</strong> inside the Deck app has been changed" : "<strong>Deskripsi kartu</strong> didalam aplikasi Longgok telah diubah",
|
||||
"Timeline" : "Linimasa",
|
||||
"Share board with a user, group or circle …" : "Bagikan papan kepada pengguna, grup atau lingkaran",
|
||||
"(Circle)" : "(Lingkaran)",
|
||||
"Assign to users" : "Penugasan kepada pengguna",
|
||||
"Share board with a user, group or circle …" : "Bagikan papan kepada pengguna, grup, atau kelompok",
|
||||
"(Circle)" : "(Kelompok)",
|
||||
"Assign to users/groups/circles" : "Penugasan kepada pengguna/grup/lingkaran",
|
||||
"Due date" : "Tenggat",
|
||||
"Next week" : "Minggu setelah",
|
||||
"Next month" : "Bulan setelah",
|
||||
"Limit deck usage of groups" : "Batasi grup pengguna longgok ",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user