Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
0c649a80bf Chore(deps): Bump actions/checkout from 4.2.2 to 5.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v4.2.2...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-16 02:17:58 +00:00
239 changed files with 1148 additions and 1466 deletions

View File

@@ -13,23 +13,6 @@ updates:
- juliushaertl - juliushaertl
- luka-nextcloud - luka-nextcloud
- package-ecosystem: npm
target-branch: stable32
versioning-strategy: lockfile-only
directory: "/"
schedule:
interval: weekly
day: saturday
time: "03:15"
timezone: Europe/Paris
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
open-pull-requests-limit: 30
labels:
- 3. to review
- dependencies
- package-ecosystem: npm - package-ecosystem: npm
target-branch: stable31 target-branch: stable31
versioning-strategy: lockfile-only versioning-strategy: lockfile-only

View File

@@ -16,7 +16,7 @@ jobs:
node-version: [16.x] node-version: [16.x]
steps: steps:
- uses: actions/checkout@v4.2.2 - uses: actions/checkout@v5.0.0
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4.4.0 uses: actions/setup-node@v4.4.0
with: with:

View File

@@ -35,7 +35,7 @@ jobs:
echo "APP_VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV echo "APP_VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV
- name: Checkout - name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
with: with:
persist-credentials: false persist-credentials: false
path: ${{ env.APP_NAME }} path: ${{ env.APP_NAME }}
@@ -149,7 +149,7 @@ jobs:
unzip latest-$NCVERSION.zip unzip latest-$NCVERSION.zip
- name: Checkout server master fallback - name: Checkout server master fallback
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
if: ${{ steps.server-checkout.outcome != 'success' }} if: ${{ steps.server-checkout.outcome != 'success' }}
with: with:
persist-credentials: false persist-credentials: false

View File

@@ -51,7 +51,7 @@ jobs:
echo "text_app_ref=$text_app_ref" >> $GITHUB_ENV echo "text_app_ref=$text_app_ref" >> $GITHUB_ENV
- name: Checkout server - name: Checkout server
uses: actions/checkout@v4.2.2 uses: actions/checkout@v5.0.0
with: with:
repository: nextcloud/server repository: nextcloud/server
ref: ${{ matrix.server-versions }} ref: ${{ matrix.server-versions }}
@@ -64,12 +64,12 @@ jobs:
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1 git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
- name: Checkout ${{ env.APP_NAME }} - name: Checkout ${{ env.APP_NAME }}
uses: actions/checkout@v4.2.2 uses: actions/checkout@v5.0.0
with: with:
path: apps/${{ env.APP_NAME }} path: apps/${{ env.APP_NAME }}
- name: Checkout text - name: Checkout text
uses: actions/checkout@v4.2.2 uses: actions/checkout@v5.0.0
with: with:
repository: nextcloud/text repository: nextcloud/text
ref: ${{ env.text_app_ref }} ref: ${{ env.text_app_ref }}

View File

@@ -52,7 +52,7 @@ jobs:
steps: steps:
- name: Checkout server - name: Checkout server
uses: actions/checkout@v4.2.2 uses: actions/checkout@v5.0.0
with: with:
repository: nextcloud/server repository: nextcloud/server
ref: ${{ matrix.server-versions }} ref: ${{ matrix.server-versions }}
@@ -66,12 +66,12 @@ jobs:
cd build/integration && composer require --dev phpunit/phpunit:~9 cd build/integration && composer require --dev phpunit/phpunit:~9
- name: Checkout app - name: Checkout app
uses: actions/checkout@v4.2.2 uses: actions/checkout@v5.0.0
with: with:
path: apps/${{ env.APP_NAME }} path: apps/${{ env.APP_NAME }}
- name: Checkout activity - name: Checkout activity
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
with: with:
repository: nextcloud/activity repository: nextcloud/activity
ref: ${{ matrix.server-versions }} ref: ${{ matrix.server-versions }}

View File

@@ -56,7 +56,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
with: with:
persist-credentials: false persist-credentials: false

View File

@@ -25,7 +25,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
with: with:
persist-credentials: false persist-credentials: false

View File

@@ -24,7 +24,7 @@ jobs:
php-versions: ${{ steps.versions.outputs.php-versions }} php-versions: ${{ steps.versions.outputs.php-versions }}
steps: steps:
- name: Checkout app - name: Checkout app
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
with: with:
persist-credentials: false persist-credentials: false
@@ -43,7 +43,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
with: with:
persist-credentials: false persist-credentials: false

View File

@@ -25,7 +25,7 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
with: with:
persist-credentials: false persist-credentials: false

View File

@@ -12,7 +12,7 @@ jobs:
node-version: [14.x] node-version: [14.x]
steps: steps:
- uses: actions/checkout@v4.2.2 - uses: actions/checkout@v5.0.0
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4.4.0 uses: actions/setup-node@v4.4.0
with: with:

View File

@@ -24,14 +24,14 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
branches: ['main', 'master', 'stable32', 'stable31', 'stable30'] branches: ['main', 'master', 'stable31', 'stable30']
name: npm-audit-fix-${{ matrix.branches }} name: npm-audit-fix-${{ matrix.branches }}
steps: steps:
- name: Checkout - name: Checkout
id: checkout id: checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
with: with:
persist-credentials: false persist-credentials: false
ref: ${{ matrix.branches }} ref: ${{ matrix.branches }}

View File

@@ -24,7 +24,7 @@ jobs:
matrix: ${{ steps.versions.outputs.sparse-matrix }} matrix: ${{ steps.versions.outputs.sparse-matrix }}
steps: steps:
- name: Checkout app - name: Checkout app
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
with: with:
persist-credentials: false persist-credentials: false
@@ -89,7 +89,7 @@ jobs:
echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
- name: Checkout server - name: Checkout server
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
with: with:
persist-credentials: false persist-credentials: false
submodules: true submodules: true
@@ -97,7 +97,7 @@ jobs:
ref: ${{ matrix.server-versions }} ref: ${{ matrix.server-versions }}
- name: Checkout app - name: Checkout app
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
with: with:
persist-credentials: false persist-credentials: false
path: apps/${{ env.APP_NAME }} path: apps/${{ env.APP_NAME }}

View File

@@ -25,7 +25,7 @@ jobs:
server-max: ${{ steps.versions.outputs.branches-max-list }} server-max: ${{ steps.versions.outputs.branches-max-list }}
steps: steps:
- name: Checkout app - name: Checkout app
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
with: with:
persist-credentials: false persist-credentials: false
@@ -92,7 +92,7 @@ jobs:
echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
- name: Checkout server - name: Checkout server
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
with: with:
persist-credentials: false persist-credentials: false
submodules: true submodules: true
@@ -100,7 +100,7 @@ jobs:
ref: ${{ matrix.server-versions }} ref: ${{ matrix.server-versions }}
- name: Checkout app - name: Checkout app
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
with: with:
persist-credentials: false persist-credentials: false
path: apps/${{ env.APP_NAME }} path: apps/${{ env.APP_NAME }}

View File

@@ -25,7 +25,7 @@ jobs:
server-max: ${{ steps.versions.outputs.branches-max-list }} server-max: ${{ steps.versions.outputs.branches-max-list }}
steps: steps:
- name: Checkout app - name: Checkout app
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
with: with:
persist-credentials: false persist-credentials: false
@@ -81,7 +81,7 @@ jobs:
echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
- name: Checkout server - name: Checkout server
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
with: with:
persist-credentials: false persist-credentials: false
submodules: true submodules: true
@@ -89,7 +89,7 @@ jobs:
ref: ${{ matrix.server-versions }} ref: ${{ matrix.server-versions }}
- name: Checkout app - name: Checkout app
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
with: with:
persist-credentials: false persist-credentials: false
path: apps/${{ env.APP_NAME }} path: apps/${{ env.APP_NAME }}

View File

@@ -24,7 +24,7 @@ jobs:
name: static-psalm-analysis name: static-psalm-analysis
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
with: with:
persist-credentials: false persist-credentials: false

View File

@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest-low runs-on: ubuntu-latest-low
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
with: with:
persist-credentials: false persist-credentials: false

View File

@@ -23,13 +23,13 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
branches: ['main', 'master', 'stable32', 'stable31', 'stable30'] branches: ['main', 'master', 'stable31', 'stable30']
name: update-nextcloud-ocp-${{ matrix.branches }} name: update-nextcloud-ocp-${{ matrix.branches }}
steps: steps:
- id: checkout - id: checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
with: with:
persist-credentials: false persist-credentials: false
ref: ${{ matrix.branches }} ref: ${{ matrix.branches }}

View File

@@ -6,7 +6,6 @@
- Adrian Missy <adrian.missy@onewavestudios.com> - Adrian Missy <adrian.missy@onewavestudios.com>
- Alexandru Puiu <alexpuiu20@yahoo.com> - Alexandru Puiu <alexpuiu20@yahoo.com>
- Arne Bartelt <arne.bartelt@gmail.com>
- Chandi Langecker <git@chandi.it> - Chandi Langecker <git@chandi.it>
- Christoph Wurst <christoph@winzerhof-wurst.at> - Christoph Wurst <christoph@winzerhof-wurst.at>
- Gary Kim <gary@garykim.dev> - Gary Kim <gary@garykim.dev>

View File

@@ -5,17 +5,6 @@
# Changelog # Changelog
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## 1.16.0-beta.1
### Added
- feat: update default content @luka-nextcloud [#6740](https://github.com/nextcloud/deck/pull/6740)
- feat: add board import and export @luka-nextcloud [#6872](https://github.com/nextcloud/deck/pull/6872)
- feat: use outline icons @luka-nextcloud [#7114](https://github.com/nextcloud/deck/pull/7114)
- Add OCC commands for global calendar feature opt-in and opt-out in Deck @Fledermaus-20 [#7080](https://github.com/nextcloud/deck/pull/7080)
### Fixed
- CSV export fixes @gidan80 [#6800](https://github.com/nextcloud/deck/pull/6800)
## 1.15.0-beta.1 ## 1.15.0-beta.1
### Fixed ### Fixed
- fix: Catch not found card @juliusknorr [#6646](https://github.com/nextcloud/deck/pull/6646) - fix: Catch not found card @juliusknorr [#6646](https://github.com/nextcloud/deck/pull/6646)

View File

@@ -42,7 +42,7 @@
<database min-version="9.4">pgsql</database> <database min-version="9.4">pgsql</database>
<database>sqlite</database> <database>sqlite</database>
<database min-version="8.0">mysql</database> <database min-version="8.0">mysql</database>
<nextcloud min-version="33" max-version="33"/> <nextcloud min-version="32" max-version="32"/>
</dependencies> </dependencies>
<background-jobs> <background-jobs>
<job>OCA\Deck\Cron\DeleteCron</job> <job>OCA\Deck\Cron\DeleteCron</job>

10
composer.lock generated
View File

@@ -380,12 +380,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nextcloud-deps/ocp.git", "url": "https://github.com/nextcloud-deps/ocp.git",
"reference": "d927392a2a368c372ef80096171139d4287b2339" "reference": "c2c75ad8fdc54cbc6341764b5a2a8ecf860e6160"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/d927392a2a368c372ef80096171139d4287b2339", "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/c2c75ad8fdc54cbc6341764b5a2a8ecf860e6160",
"reference": "d927392a2a368c372ef80096171139d4287b2339", "reference": "c2c75ad8fdc54cbc6341764b5a2a8ecf860e6160",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -399,7 +399,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "33.0.0-dev" "dev-master": "32.0.0-dev"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@@ -421,7 +421,7 @@
"issues": "https://github.com/nextcloud-deps/ocp/issues", "issues": "https://github.com/nextcloud-deps/ocp/issues",
"source": "https://github.com/nextcloud-deps/ocp/tree/master" "source": "https://github.com/nextcloud-deps/ocp/tree/master"
}, },
"time": "2025-09-16T00:45:42+00:00" "time": "2025-08-10T01:01:23+00:00"
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",

View File

@@ -14,7 +14,6 @@
input[type=submit].icon-confirm { input[type=submit].icon-confirm {
border-color: var(--color-border-maxcontrast) !important; border-color: var(--color-border-maxcontrast) !important;
border-style: solid;
border-left: none; border-left: none;
} }

View File

@@ -6,7 +6,7 @@ The REST API provides access for authenticated users to their data inside the De
# Prerequisites # Prerequisites
- All requests require a `OCS-APIRequest` HTTP header to be set to `true` and a `Content-Type` of `application/json`. This does not apply to the endpoint for uploading attachments, which consumes `multipart/form-data`. - All requests require a `OCS-APIRequest` HTTP header to be set to `true` and a `Content-Type` of `application/json`.
- The API is located at https://nextcloud.local/index.php/apps/deck/api/v1.0 - The API is located at https://nextcloud.local/index.php/apps/deck/api/v1.0
- All request parameters are required, unless otherwise specified - All request parameters are required, unless otherwise specified
@@ -733,7 +733,6 @@ The board list endpoint supports setting an `If-Modified-Since` header to limit
| Parameter | Type | Description | | Parameter | Type | Description |
| --------- | ------- | --------------------------------------- | | --------- | ------- | --------------------------------------- |
| labelId | Integer | The label id to assign to the card | | labelId | Integer | The label id to assign to the card |
#### Response #### Response
##### 200 Success ##### 200 Success
@@ -998,12 +997,10 @@ The request can fail with a bad request response for the following reasons:
#### Request data #### Request data
The request is performed as `multipart/form-data`.
| Parameter | Type | Description | | Parameter | Type | Description |
| --------- | ------- | ----------------------------------------------------------------------------------------------- | | --------- | ------- | --------------------------------------------- |
| type | String | The type of the attachement. Use `file` or `deck_file`. | | type | String | The type of the attachement |
| file | Binary | File data to add as an attachment together with the `filename` parameter according to RFC 7578. | | file | Binary | File data to add as an attachment |
- Prior to Deck version v1.3.0 (API v1.0), attachments were stored within deck. For this type of attachments `deck_file` was used as the default type of attachments - Prior to Deck version v1.3.0 (API v1.0), attachments were stored within deck. For this type of attachments `deck_file` was used as the default type of attachments
- Starting with Deck version 1.3.0 (API v1.1) files are stored within the users regular Nextcloud files and the type `file` has been introduced for that - Starting with Deck version 1.3.0 (API v1.1) files are stored within the users regular Nextcloud files and the type `file` has been introduced for that
@@ -1025,13 +1022,12 @@ The request is performed as `multipart/form-data`.
#### Request data #### Request data
The request is performed as `multipart/form-data`.
| Parameter | Type | Description | | Parameter | Type | Description |
| --------- | ------- | ----------------------------------------------------------------------------------------------- | | --------- | ------- | --------------------------------------------- |
| type | String | The type of the attachement. For now only `deck_file` is supported as an attachment type. | | type | String | The type of the attachement |
| file | Binary | File data to add as an attachment together with the `filename` parameter according to RFC 7578. | | file | Binary | File data to add as an attachment |
For now only `deck_file` is supported as an attachment type.
#### Response #### Response

View File

@@ -45,10 +45,10 @@ OC.L10N.register(
"No notifications" : "Geen kennisgewings", "No notifications" : "Geen kennisgewings",
"Advanced options" : "Gevorderde opsies", "Advanced options" : "Gevorderde opsies",
"Export" : "Voer uit", "Export" : "Voer uit",
"Today" : "Vandag",
"Tomorrow" : "Môre",
"Due date" : "Sperdatum", "Due date" : "Sperdatum",
"Share" : "Deel", "Share" : "Deel",
"Personal" : "Persoonlik", "Personal" : "Persoonlik"
"Today" : "Vandag",
"Tomorrow" : "Môre"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -43,10 +43,10 @@
"No notifications" : "Geen kennisgewings", "No notifications" : "Geen kennisgewings",
"Advanced options" : "Gevorderde opsies", "Advanced options" : "Gevorderde opsies",
"Export" : "Voer uit", "Export" : "Voer uit",
"Today" : "Vandag",
"Tomorrow" : "Môre",
"Due date" : "Sperdatum", "Due date" : "Sperdatum",
"Share" : "Deel", "Share" : "Deel",
"Personal" : "Persoonlik", "Personal" : "Persoonlik"
"Today" : "Vandag",
"Tomorrow" : "Môre"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -360,6 +360,9 @@ OC.L10N.register(
"Export as CSV" : "صدِّر كـ CSV", "Export as CSV" : "صدِّر كـ CSV",
"Export" : "تصدير", "Export" : "تصدير",
"Loading filtered view" : "جارِ تحميل التصفية ", "Loading filtered view" : "جارِ تحميل التصفية ",
"Today" : "اليوم",
"Tomorrow" : "غدا",
"No due" : "غير محدد",
"Search for {searchQuery} in all boards" : "البحث عن {searchQuery} في جميع اللوح", "Search for {searchQuery} in all boards" : "البحث عن {searchQuery} في جميع اللوح",
"No results found" : "لا يتم العثور على أي نتائج ", "No results found" : "لا يتم العثور على أي نتائج ",
"Deck board {name}\n* Last modified on {lastMod}" : "اسم اللوحة {name} \n* آخر تعديل لها في {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "اسم اللوحة {name} \n* آخر تعديل لها في {lastMod}",
@@ -399,9 +402,6 @@ OC.L10N.register(
"Example Task 3" : "مثال المهمة 3", "Example Task 3" : "مثال المهمة 3",
"Example Task 2" : "مثال المهمة 2", "Example Task 2" : "مثال المهمة 2",
"Example Task 1" : "مثال المهمة 1", "Example Task 1" : "مثال المهمة 1",
"Move card to another board" : "حرك البطاقة الى لوح اخر", "Move card to another board" : "حرك البطاقة الى لوح اخر"
"Today" : "اليوم",
"Tomorrow" : "غدا",
"No due" : "غير محدد"
}, },
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");

View File

@@ -358,6 +358,9 @@
"Export as CSV" : "صدِّر كـ CSV", "Export as CSV" : "صدِّر كـ CSV",
"Export" : "تصدير", "Export" : "تصدير",
"Loading filtered view" : "جارِ تحميل التصفية ", "Loading filtered view" : "جارِ تحميل التصفية ",
"Today" : "اليوم",
"Tomorrow" : "غدا",
"No due" : "غير محدد",
"Search for {searchQuery} in all boards" : "البحث عن {searchQuery} في جميع اللوح", "Search for {searchQuery} in all boards" : "البحث عن {searchQuery} في جميع اللوح",
"No results found" : "لا يتم العثور على أي نتائج ", "No results found" : "لا يتم العثور على أي نتائج ",
"Deck board {name}\n* Last modified on {lastMod}" : "اسم اللوحة {name} \n* آخر تعديل لها في {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "اسم اللوحة {name} \n* آخر تعديل لها في {lastMod}",
@@ -397,9 +400,6 @@
"Example Task 3" : "مثال المهمة 3", "Example Task 3" : "مثال المهمة 3",
"Example Task 2" : "مثال المهمة 2", "Example Task 2" : "مثال المهمة 2",
"Example Task 1" : "مثال المهمة 1", "Example Task 1" : "مثال المهمة 1",
"Move card to another board" : "حرك البطاقة الى لوح اخر", "Move card to another board" : "حرك البطاقة الى لوح اخر"
"Today" : "اليوم",
"Tomorrow" : "غدا",
"No due" : "غير محدد"
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" },"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
} }

View File

@@ -102,6 +102,8 @@ OC.L10N.register(
"Clone cards" : "Clonar les tarxetes", "Clone cards" : "Clonar les tarxetes",
"Advanced options" : "Opciones avanzaes", "Advanced options" : "Opciones avanzaes",
"Export" : "Esportar", "Export" : "Esportar",
"Today" : "Güei",
"Tomorrow" : "Mañana",
"No results found" : "Nun s'atopó nengún resultáu", "No results found" : "Nun s'atopó nengún resultáu",
"Close" : "Zarrar", "Close" : "Zarrar",
"Message from {author} in {conversationName}" : "Mensaxe de {author} en {conversationName}", "Message from {author} in {conversationName}" : "Mensaxe de {author} en {conversationName}",
@@ -112,8 +114,6 @@ OC.L10N.register(
"To do" : "Xera pendiente", "To do" : "Xera pendiente",
"Example Task 3" : "Xera d'exemplu 3", "Example Task 3" : "Xera d'exemplu 3",
"Example Task 2" : "Xera d'exemplu 2", "Example Task 2" : "Xera d'exemplu 2",
"Example Task 1" : "Xera d'exemplu 1", "Example Task 1" : "Xera d'exemplu 1"
"Today" : "Güei",
"Tomorrow" : "Mañana"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -100,6 +100,8 @@
"Clone cards" : "Clonar les tarxetes", "Clone cards" : "Clonar les tarxetes",
"Advanced options" : "Opciones avanzaes", "Advanced options" : "Opciones avanzaes",
"Export" : "Esportar", "Export" : "Esportar",
"Today" : "Güei",
"Tomorrow" : "Mañana",
"No results found" : "Nun s'atopó nengún resultáu", "No results found" : "Nun s'atopó nengún resultáu",
"Close" : "Zarrar", "Close" : "Zarrar",
"Message from {author} in {conversationName}" : "Mensaxe de {author} en {conversationName}", "Message from {author} in {conversationName}" : "Mensaxe de {author} en {conversationName}",
@@ -110,8 +112,6 @@
"To do" : "Xera pendiente", "To do" : "Xera pendiente",
"Example Task 3" : "Xera d'exemplu 3", "Example Task 3" : "Xera d'exemplu 3",
"Example Task 2" : "Xera d'exemplu 2", "Example Task 2" : "Xera d'exemplu 2",
"Example Task 1" : "Xera d'exemplu 1", "Example Task 1" : "Xera d'exemplu 1"
"Today" : "Güei",
"Tomorrow" : "Mañana"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -35,10 +35,10 @@ OC.L10N.register(
"Search" : "Axtarış", "Search" : "Axtarış",
"Shared with you" : "Shared with you", "Shared with you" : "Shared with you",
"Export" : ıxarış", "Export" : ıxarış",
"Today" : "Bu gün",
"Tomorrow" : "Sabah",
"Close" : "Bağla", "Close" : "Bağla",
"Share" : "Paylaş", "Share" : "Paylaş",
"Personal" : "Şəxsi", "Personal" : "Şəxsi"
"Today" : "Bu gün",
"Tomorrow" : "Sabah"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -33,10 +33,10 @@
"Search" : "Axtarış", "Search" : "Axtarış",
"Shared with you" : "Shared with you", "Shared with you" : "Shared with you",
"Export" : ıxarış", "Export" : ıxarış",
"Today" : "Bu gün",
"Tomorrow" : "Sabah",
"Close" : "Bağla", "Close" : "Bağla",
"Share" : "Paylaş", "Share" : "Paylaş",
"Personal" : "Şəxsi", "Personal" : "Şəxsi"
"Today" : "Bu gün",
"Tomorrow" : "Sabah"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -1,11 +1,6 @@
OC.L10N.register( OC.L10N.register(
"deck", "deck",
{ {
"The file was uploaded" : "Файл быў запампаваны.",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Памер запампаванага файла перавышае значэнне дырэктывы upload_max_filesize у php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Памер запампаванага файла перавышае значэнне дырэктывы MAX_FILE_SIZE у HTML форме",
"The file was only partially uploaded" : "Файл быў запампаваны толькі часткова",
"No file was uploaded" : "Ніводзін файл не быў запампаваны",
"Missing a temporary folder" : "Адсутнічае часовая папка", "Missing a temporary folder" : "Адсутнічае часовая папка",
"Could not write file to disk" : "Не ўдалося запісаць файл на дыск", "Could not write file to disk" : "Не ўдалося запісаць файл на дыск",
"A PHP extension stopped the file upload" : "Пашырэнне PHP спыніла запампоўванне файла", "A PHP extension stopped the file upload" : "Пашырэнне PHP спыніла запампоўванне файла",
@@ -13,65 +8,36 @@ OC.L10N.register(
"Done" : "Гатова", "Done" : "Гатова",
"File" : "Файл", "File" : "Файл",
"Cancel" : "Скасаваць", "Cancel" : "Скасаваць",
"Drop your files to upload" : "Перацягніце файлы для запампоўвання",
"File already exists" : "Файл ужо існуе",
"A file with the name {filename} already exists." : "Файл з назвай {filename} ужо існуе.",
"Do you want to overwrite it?" : "Хочаце перазапісаць яго?",
"Overwrite file" : "Перазапісаць файл",
"Keep existing file" : "Пакінуць існуючы файл",
"Active filters" : "Актыўныя фільтры", "Active filters" : "Актыўныя фільтры",
"Apply filter" : "Ужыць фільтр", "Apply filter" : "Ужыць фільтр",
"Open" : "Адкрыць", "Open" : "Адкрыць",
"Clear filter" : "Ачысціць фільтр", "Clear filter" : "Ачысціць фільтр",
"Open details" : "Адкрыць падрабязнасці",
"Details" : "Падрабязнасці",
"Sharing" : "Абагульванне",
"Tags" : "Тэгі", "Tags" : "Тэгі",
"Activity" : "Актыўнасць", "Activity" : "Актыўнасць",
"Undo" : "Адрабіць", "Undo" : "Адрабіць",
"Transfer" : "Перадаць",
"(Group)" : "(Група)",
"Can edit" : "Можа рэдагаваць", "Can edit" : "Можа рэдагаваць",
"Can share" : "Можа абагульваць", "Can share" : "Можа абагульваць",
"Owner" : "Уладальнік", "Owner" : "Уладальнік",
"Delete" : "Выдаліць", "Delete" : "Выдаліць",
"Edit" : "Рэдагаваць", "Edit" : "Рэдагаваць",
"Members" : "Удзельнікі",
"Invalid path selected" : "Выбраны памылковы шлях",
"Share from Files" : "Абагуліць з Файлаў",
"Show in Files" : "Паказаць у Файлах",
"Download" : "Спампаваць", "Download" : "Спампаваць",
"Modified" : "Зменены", "Modified" : "Зменены",
"Comments" : "Каментарыі",
"Save" : "Захаваць", "Save" : "Захаваць",
"Created:" : "Створана:", "Created:" : "Створана:",
"Cancel reply" : "Скасаваць адказ",
"Reply" : "Адказаць", "Reply" : "Адказаць",
"Update" : "Абнавіць", "Update" : "Абнавіць",
"Description" : "Апісанне", "Description" : "Апісанне",
"Tomorrow {timeLocale}" : "Заўтра {timeLocale}",
"(group)" : "(група)",
"Open link" : "Адкрыць спасылку", "Open link" : "Адкрыць спасылку",
"Edit title" : "Рэдагаваць загаловак",
"seconds ago" : "с таму", "seconds ago" : "с таму",
"Keyboard shortcuts" : "Спалучэнні клавіш", "Keyboard shortcuts" : "Спалучэнні клавіш",
"Keyboard shortcut" : "Спалучэнне клавіш", "Keyboard shortcut" : "Спалучэнне клавіш",
"Action" : "Дзеянне", "Action" : "Дзеянне",
"Shift" : "Shift",
"Search" : "Пошук", "Search" : "Пошук",
"Enter" : "Enter",
"Shared with you" : "Абагулена з вамі", "Shared with you" : "Абагулена з вамі",
"Cancel edit" : "Скасаваць рэдагаванне",
"An error occurred" : "Узнікла памылка", "An error occurred" : "Узнікла памылка",
"No notifications" : "Няма апавяшчэнняў", "No notifications" : "Няма апавяшчэнняў",
"Export" : "Экспарт",
"No results found" : "Вынікаў не знойдзена",
"{stack} in {board}" : "{stack} у {board}",
"Close" : "Закрыць",
"Message from {author} in {conversationName}" : "Паведамленне ад {author} у {conversationName}",
"Failed to upload {name}" : "Не ўдалося запампаваць {name}",
"Share" : "Абагуліць",
"Today" : "Сёння", "Today" : "Сёння",
"Tomorrow" : "Заўтра" "Close" : "Закрыць",
"Share" : "Абагуліць"
}, },
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");

View File

@@ -1,9 +1,4 @@
{ "translations": { { "translations": {
"The file was uploaded" : "Файл быў запампаваны.",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Памер запампаванага файла перавышае значэнне дырэктывы upload_max_filesize у php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Памер запампаванага файла перавышае значэнне дырэктывы MAX_FILE_SIZE у HTML форме",
"The file was only partially uploaded" : "Файл быў запампаваны толькі часткова",
"No file was uploaded" : "Ніводзін файл не быў запампаваны",
"Missing a temporary folder" : "Адсутнічае часовая папка", "Missing a temporary folder" : "Адсутнічае часовая папка",
"Could not write file to disk" : "Не ўдалося запісаць файл на дыск", "Could not write file to disk" : "Не ўдалося запісаць файл на дыск",
"A PHP extension stopped the file upload" : "Пашырэнне PHP спыніла запампоўванне файла", "A PHP extension stopped the file upload" : "Пашырэнне PHP спыніла запампоўванне файла",
@@ -11,65 +6,36 @@
"Done" : "Гатова", "Done" : "Гатова",
"File" : "Файл", "File" : "Файл",
"Cancel" : "Скасаваць", "Cancel" : "Скасаваць",
"Drop your files to upload" : "Перацягніце файлы для запампоўвання",
"File already exists" : "Файл ужо існуе",
"A file with the name {filename} already exists." : "Файл з назвай {filename} ужо існуе.",
"Do you want to overwrite it?" : "Хочаце перазапісаць яго?",
"Overwrite file" : "Перазапісаць файл",
"Keep existing file" : "Пакінуць існуючы файл",
"Active filters" : "Актыўныя фільтры", "Active filters" : "Актыўныя фільтры",
"Apply filter" : "Ужыць фільтр", "Apply filter" : "Ужыць фільтр",
"Open" : "Адкрыць", "Open" : "Адкрыць",
"Clear filter" : "Ачысціць фільтр", "Clear filter" : "Ачысціць фільтр",
"Open details" : "Адкрыць падрабязнасці",
"Details" : "Падрабязнасці",
"Sharing" : "Абагульванне",
"Tags" : "Тэгі", "Tags" : "Тэгі",
"Activity" : "Актыўнасць", "Activity" : "Актыўнасць",
"Undo" : "Адрабіць", "Undo" : "Адрабіць",
"Transfer" : "Перадаць",
"(Group)" : "(Група)",
"Can edit" : "Можа рэдагаваць", "Can edit" : "Можа рэдагаваць",
"Can share" : "Можа абагульваць", "Can share" : "Можа абагульваць",
"Owner" : "Уладальнік", "Owner" : "Уладальнік",
"Delete" : "Выдаліць", "Delete" : "Выдаліць",
"Edit" : "Рэдагаваць", "Edit" : "Рэдагаваць",
"Members" : "Удзельнікі",
"Invalid path selected" : "Выбраны памылковы шлях",
"Share from Files" : "Абагуліць з Файлаў",
"Show in Files" : "Паказаць у Файлах",
"Download" : "Спампаваць", "Download" : "Спампаваць",
"Modified" : "Зменены", "Modified" : "Зменены",
"Comments" : "Каментарыі",
"Save" : "Захаваць", "Save" : "Захаваць",
"Created:" : "Створана:", "Created:" : "Створана:",
"Cancel reply" : "Скасаваць адказ",
"Reply" : "Адказаць", "Reply" : "Адказаць",
"Update" : "Абнавіць", "Update" : "Абнавіць",
"Description" : "Апісанне", "Description" : "Апісанне",
"Tomorrow {timeLocale}" : "Заўтра {timeLocale}",
"(group)" : "(група)",
"Open link" : "Адкрыць спасылку", "Open link" : "Адкрыць спасылку",
"Edit title" : "Рэдагаваць загаловак",
"seconds ago" : "с таму", "seconds ago" : "с таму",
"Keyboard shortcuts" : "Спалучэнні клавіш", "Keyboard shortcuts" : "Спалучэнні клавіш",
"Keyboard shortcut" : "Спалучэнне клавіш", "Keyboard shortcut" : "Спалучэнне клавіш",
"Action" : "Дзеянне", "Action" : "Дзеянне",
"Shift" : "Shift",
"Search" : "Пошук", "Search" : "Пошук",
"Enter" : "Enter",
"Shared with you" : "Абагулена з вамі", "Shared with you" : "Абагулена з вамі",
"Cancel edit" : "Скасаваць рэдагаванне",
"An error occurred" : "Узнікла памылка", "An error occurred" : "Узнікла памылка",
"No notifications" : "Няма апавяшчэнняў", "No notifications" : "Няма апавяшчэнняў",
"Export" : "Экспарт",
"No results found" : "Вынікаў не знойдзена",
"{stack} in {board}" : "{stack} у {board}",
"Close" : "Закрыць",
"Message from {author} in {conversationName}" : "Паведамленне ад {author} у {conversationName}",
"Failed to upload {name}" : "Не ўдалося запампаваць {name}",
"Share" : "Абагуліць",
"Today" : "Сёння", "Today" : "Сёння",
"Tomorrow" : "Заўтра" "Close" : "Закрыць",
"Share" : "Абагуліць"
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
} }

View File

@@ -293,6 +293,9 @@ OC.L10N.register(
"Export as CSV" : "Експортиране като CSV файл", "Export as CSV" : "Експортиране като CSV файл",
"Export" : "Експорт /изнасям/", "Export" : "Експорт /изнасям/",
"Loading filtered view" : "Зареждане на филтриран изглед", "Loading filtered view" : "Зареждане на филтриран изглед",
"Today" : "Днес",
"Tomorrow" : "Утре",
"No due" : "Не се дължи",
"Search for {searchQuery} in all boards" : "Търсене на {searchQuery} във всички табла", "Search for {searchQuery} in all boards" : "Търсене на {searchQuery} във всички табла",
"No results found" : "Няма намерени резултати", "No results found" : "Няма намерени резултати",
"Deck board {name}\n* Last modified on {lastMod}" : "Табло {name}\n* Последна промяна на {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Табло {name}\n* Последна промяна на {lastMod}",
@@ -330,9 +333,6 @@ OC.L10N.register(
"Example Task 3" : "Примерна задача 3", "Example Task 3" : "Примерна задача 3",
"Example Task 2" : "Примерна задача 2", "Example Task 2" : "Примерна задача 2",
"Example Task 1" : "Примерна задача 1", "Example Task 1" : "Примерна задача 1",
"Move card to another board" : "Преместване на картата на друго табло", "Move card to another board" : "Преместване на картата на друго табло"
"Today" : "Днес",
"Tomorrow" : "Утре",
"No due" : "Не се дължи"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -291,6 +291,9 @@
"Export as CSV" : "Експортиране като CSV файл", "Export as CSV" : "Експортиране като CSV файл",
"Export" : "Експорт /изнасям/", "Export" : "Експорт /изнасям/",
"Loading filtered view" : "Зареждане на филтриран изглед", "Loading filtered view" : "Зареждане на филтриран изглед",
"Today" : "Днес",
"Tomorrow" : "Утре",
"No due" : "Не се дължи",
"Search for {searchQuery} in all boards" : "Търсене на {searchQuery} във всички табла", "Search for {searchQuery} in all boards" : "Търсене на {searchQuery} във всички табла",
"No results found" : "Няма намерени резултати", "No results found" : "Няма намерени резултати",
"Deck board {name}\n* Last modified on {lastMod}" : "Табло {name}\n* Последна промяна на {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Табло {name}\n* Последна промяна на {lastMod}",
@@ -328,9 +331,6 @@
"Example Task 3" : "Примерна задача 3", "Example Task 3" : "Примерна задача 3",
"Example Task 2" : "Примерна задача 2", "Example Task 2" : "Примерна задача 2",
"Example Task 1" : "Примерна задача 1", "Example Task 1" : "Примерна задача 1",
"Move card to another board" : "Преместване на картата на друго табло", "Move card to another board" : "Преместване на картата на друго табло"
"Today" : "Днес",
"Tomorrow" : "Утре",
"No due" : "Не се дължи"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -29,10 +29,10 @@ OC.L10N.register(
"Search" : "Search", "Search" : "Search",
"Shared with you" : "Shared with you", "Shared with you" : "Shared with you",
"Export" : "রপ্তানি", "Export" : "রপ্তানি",
"Today" : "আজ",
"Tomorrow" : "আগামীকাল",
"Close" : "বন্ধ", "Close" : "বন্ধ",
"Share" : "ভাগাভাগি কর", "Share" : "ভাগাভাগি কর",
"Personal" : "ব্যক্তিগত", "Personal" : "ব্যক্তিগত"
"Today" : "আজ",
"Tomorrow" : "আগামীকাল"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -27,10 +27,10 @@
"Search" : "Search", "Search" : "Search",
"Shared with you" : "Shared with you", "Shared with you" : "Shared with you",
"Export" : "রপ্তানি", "Export" : "রপ্তানি",
"Today" : "আজ",
"Tomorrow" : "আগামীকাল",
"Close" : "বন্ধ", "Close" : "বন্ধ",
"Share" : "ভাগাভাগি কর", "Share" : "ভাগাভাগি কর",
"Personal" : "ব্যক্তিগত", "Personal" : "ব্যক্তিগত"
"Today" : "আজ",
"Tomorrow" : "আগামীকাল"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -41,10 +41,10 @@ OC.L10N.register(
"Search" : "Klask", "Search" : "Klask",
"Shared with you" : "Rannet ganeoc'h", "Shared with you" : "Rannet ganeoc'h",
"No notifications" : "Kemennadenn ebet", "No notifications" : "Kemennadenn ebet",
"Today" : "Hiziv",
"Tomorrow" : "Warc'hoaz",
"Close" : "Serriñ", "Close" : "Serriñ",
"Share" : "Rannan", "Share" : "Rannan",
"Personal" : "Personel", "Personal" : "Personel"
"Today" : "Hiziv",
"Tomorrow" : "Warc'hoaz"
}, },
"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"); "nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);");

View File

@@ -39,10 +39,10 @@
"Search" : "Klask", "Search" : "Klask",
"Shared with you" : "Rannet ganeoc'h", "Shared with you" : "Rannet ganeoc'h",
"No notifications" : "Kemennadenn ebet", "No notifications" : "Kemennadenn ebet",
"Today" : "Hiziv",
"Tomorrow" : "Warc'hoaz",
"Close" : "Serriñ", "Close" : "Serriñ",
"Share" : "Rannan", "Share" : "Rannan",
"Personal" : "Personel", "Personal" : "Personel"
"Today" : "Hiziv",
"Tomorrow" : "Warc'hoaz"
},"pluralForm" :"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);" },"pluralForm" :"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"
} }

View File

@@ -25,11 +25,11 @@ OC.L10N.register(
"Search" : "Search", "Search" : "Search",
"Shared with you" : "Shared with you", "Shared with you" : "Shared with you",
"Export" : "Izvezi", "Export" : "Izvezi",
"Today" : "Danas",
"Tomorrow" : "Sutra",
"Close" : "Zatvori", "Close" : "Zatvori",
"Maximum file size of {size} exceeded" : "Maksimalna veličina datoteke prekoračena", "Maximum file size of {size} exceeded" : "Maksimalna veličina datoteke prekoračena",
"Share" : "Podjeli", "Share" : "Podjeli",
"Personal" : "Osobno", "Personal" : "Osobno"
"Today" : "Danas",
"Tomorrow" : "Sutra"
}, },
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");

View File

@@ -23,11 +23,11 @@
"Search" : "Search", "Search" : "Search",
"Shared with you" : "Shared with you", "Shared with you" : "Shared with you",
"Export" : "Izvezi", "Export" : "Izvezi",
"Today" : "Danas",
"Tomorrow" : "Sutra",
"Close" : "Zatvori", "Close" : "Zatvori",
"Maximum file size of {size} exceeded" : "Maksimalna veličina datoteke prekoračena", "Maximum file size of {size} exceeded" : "Maksimalna veličina datoteke prekoračena",
"Share" : "Podjeli", "Share" : "Podjeli",
"Personal" : "Osobno", "Personal" : "Osobno"
"Today" : "Danas",
"Tomorrow" : "Sutra"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
} }

View File

@@ -360,6 +360,9 @@ OC.L10N.register(
"Export as CSV" : "Exporta a CSV", "Export as CSV" : "Exporta a CSV",
"Export" : "Exporta", "Export" : "Exporta",
"Loading filtered view" : "S'està carregant la visualització filtrada", "Loading filtered view" : "S'està carregant la visualització filtrada",
"Today" : "Avui",
"Tomorrow" : "Demà",
"No due" : "Sense venciment",
"Search for {searchQuery} in all boards" : "Busca {searchQuery} a tots els taulers", "Search for {searchQuery} in all boards" : "Busca {searchQuery} a tots els taulers",
"No results found" : "No s'han trobat resultats", "No results found" : "No s'han trobat resultats",
"Deck board {name}\n* Last modified on {lastMod}" : "Tauler de piles {name}\n* Última modificació el dia {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Tauler de piles {name}\n* Última modificació el dia {lastMod}",
@@ -399,9 +402,6 @@ OC.L10N.register(
"Example Task 3" : "Tasca d'exemple 3", "Example Task 3" : "Tasca d'exemple 3",
"Example Task 2" : "Tasca d'exemple 2", "Example Task 2" : "Tasca d'exemple 2",
"Example Task 1" : "Tasca d'exemple 1", "Example Task 1" : "Tasca d'exemple 1",
"Move card to another board" : "Mou la targeta a un altre tauler", "Move card to another board" : "Mou la targeta a un altre tauler"
"Today" : "Avui",
"Tomorrow" : "Demà",
"No due" : "Sense venciment"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -358,6 +358,9 @@
"Export as CSV" : "Exporta a CSV", "Export as CSV" : "Exporta a CSV",
"Export" : "Exporta", "Export" : "Exporta",
"Loading filtered view" : "S'està carregant la visualització filtrada", "Loading filtered view" : "S'està carregant la visualització filtrada",
"Today" : "Avui",
"Tomorrow" : "Demà",
"No due" : "Sense venciment",
"Search for {searchQuery} in all boards" : "Busca {searchQuery} a tots els taulers", "Search for {searchQuery} in all boards" : "Busca {searchQuery} a tots els taulers",
"No results found" : "No s'han trobat resultats", "No results found" : "No s'han trobat resultats",
"Deck board {name}\n* Last modified on {lastMod}" : "Tauler de piles {name}\n* Última modificació el dia {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Tauler de piles {name}\n* Última modificació el dia {lastMod}",
@@ -397,9 +400,6 @@
"Example Task 3" : "Tasca d'exemple 3", "Example Task 3" : "Tasca d'exemple 3",
"Example Task 2" : "Tasca d'exemple 2", "Example Task 2" : "Tasca d'exemple 2",
"Example Task 1" : "Tasca d'exemple 1", "Example Task 1" : "Tasca d'exemple 1",
"Move card to another board" : "Mou la targeta a un altre tauler", "Move card to another board" : "Mou la targeta a un altre tauler"
"Today" : "Avui",
"Tomorrow" : "Demà",
"No due" : "Sense venciment"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -373,7 +373,9 @@ OC.L10N.register(
"Note: Only the JSON format is supported for importing back into the Deck app." : "Pozn.: Pro import zpět do aplikace Deck je podporován pouze formát JSON.", "Note: Only the JSON format is supported for importing back into the Deck app." : "Pozn.: Pro import zpět do aplikace Deck je podporován pouze formát JSON.",
"Export" : "Exportovat", "Export" : "Exportovat",
"Loading filtered view" : "Načítání filtrovaného pohledu", "Loading filtered view" : "Načítání filtrovaného pohledu",
"Search for {searchQuery} in other boards" : "Hledat {searchQuery} v ostatních tabulích", "Today" : "Dnes",
"Tomorrow" : "Zítra",
"No due" : "Žádný termín",
"Search for {searchQuery} in all boards" : "Hledat {searchQuery} na všech tabulích", "Search for {searchQuery} in all boards" : "Hledat {searchQuery} na všech tabulích",
"No results found" : "Nenalezeny žádné výsledky", "No results found" : "Nenalezeny žádné výsledky",
"Deck board {name}\n* Last modified on {lastMod}" : "Deck karta {name}\n* Naposledy změněno {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Deck karta {name}\n* Naposledy změněno {lastMod}",
@@ -414,9 +416,6 @@ OC.L10N.register(
"Example Task 3" : "Třetí úkol pro ukázku", "Example Task 3" : "Třetí úkol pro ukázku",
"Example Task 2" : "Druhý úkol pro ukázku", "Example Task 2" : "Druhý úkol pro ukázku",
"Example Task 1" : "První úkol pro ukázku", "Example Task 1" : "První úkol pro ukázku",
"Move card to another board" : "Přesunout kartu na jinou tabuli", "Move card to another board" : "Přesunout kartu na jinou tabuli"
"Today" : "Dnes",
"Tomorrow" : "Zítra",
"No due" : "Žádný termín"
}, },
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");

View File

@@ -371,7 +371,9 @@
"Note: Only the JSON format is supported for importing back into the Deck app." : "Pozn.: Pro import zpět do aplikace Deck je podporován pouze formát JSON.", "Note: Only the JSON format is supported for importing back into the Deck app." : "Pozn.: Pro import zpět do aplikace Deck je podporován pouze formát JSON.",
"Export" : "Exportovat", "Export" : "Exportovat",
"Loading filtered view" : "Načítání filtrovaného pohledu", "Loading filtered view" : "Načítání filtrovaného pohledu",
"Search for {searchQuery} in other boards" : "Hledat {searchQuery} v ostatních tabulích", "Today" : "Dnes",
"Tomorrow" : "Zítra",
"No due" : "Žádný termín",
"Search for {searchQuery} in all boards" : "Hledat {searchQuery} na všech tabulích", "Search for {searchQuery} in all boards" : "Hledat {searchQuery} na všech tabulích",
"No results found" : "Nenalezeny žádné výsledky", "No results found" : "Nenalezeny žádné výsledky",
"Deck board {name}\n* Last modified on {lastMod}" : "Deck karta {name}\n* Naposledy změněno {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Deck karta {name}\n* Naposledy změněno {lastMod}",
@@ -412,9 +414,6 @@
"Example Task 3" : "Třetí úkol pro ukázku", "Example Task 3" : "Třetí úkol pro ukázku",
"Example Task 2" : "Druhý úkol pro ukázku", "Example Task 2" : "Druhý úkol pro ukázku",
"Example Task 1" : "První úkol pro ukázku", "Example Task 1" : "První úkol pro ukázku",
"Move card to another board" : "Přesunout kartu na jinou tabuli", "Move card to another board" : "Přesunout kartu na jinou tabuli"
"Today" : "Dnes",
"Tomorrow" : "Zítra",
"No due" : "Žádný termín"
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
} }

View File

@@ -31,9 +31,9 @@ OC.L10N.register(
"No reminder" : "Dim nodyn atgoffa", "No reminder" : "Dim nodyn atgoffa",
"An error occurred" : "Digwyddodd gwall", "An error occurred" : "Digwyddodd gwall",
"Export" : "Allforio", "Export" : "Allforio",
"Today" : "Heddiw",
"Close" : "Cau", "Close" : "Cau",
"Share" : "Rhannu", "Share" : "Rhannu",
"Personal" : "Personol", "Personal" : "Personol"
"Today" : "Heddiw"
}, },
"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"); "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;");

View File

@@ -29,9 +29,9 @@
"No reminder" : "Dim nodyn atgoffa", "No reminder" : "Dim nodyn atgoffa",
"An error occurred" : "Digwyddodd gwall", "An error occurred" : "Digwyddodd gwall",
"Export" : "Allforio", "Export" : "Allforio",
"Today" : "Heddiw",
"Close" : "Cau", "Close" : "Cau",
"Share" : "Rhannu", "Share" : "Rhannu",
"Personal" : "Personol", "Personal" : "Personol"
"Today" : "Heddiw"
},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;" },"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"
} }

View File

@@ -29,11 +29,6 @@ OC.L10N.register(
"{user} has deleted card {card} in list {stack} on board {board}" : "{user} har slettet kortet {card} i listen {stack} på tavlen {board}", "{user} has deleted card {card} in list {stack} on board {board}" : "{user} har slettet kortet {card} i listen {stack} på tavlen {board}",
"You have renamed the card {before} to {card}" : "Du har omdøbt kortet {before} til {card}", "You have renamed the card {before} to {card}" : "Du har omdøbt kortet {before} til {card}",
"{user} has renamed the card {before} to {card}" : "{user} har omdøbt kortet {before} til {card}", "{user} has renamed the card {before} to {card}" : "{user} har omdøbt kortet {before} til {card}",
"You have added a description to card {card} in list {stack} on board {board}" : "Du har tilføjet en beskrivelse til kortet {card} i listen {stack} på tavlen {board}",
"{user} has added a description to card {card} in list {stack} on board {board}" : "{user} har tilføjet en beskrivelse til kortet {card} i listen {stack} på tavlen {board}",
"You have updated the description of card {card} in list {stack} on board {board}" : "Du har opdateret beskrivelsen for kortet {card} i listen {stack} på tavlen {board}",
"{user} has updated the description of the card {card} in list {stack} on board {board}" : "{user} har opdateret beskrivelsen for kortet {card} i listen {stack} på tavlen {board}",
"You have archived card {card} in list {stack} on board {board}" : "Du har arkiveret kortet {card} i listen {stack} på tavlen {board}",
"Deck" : "Opslag", "Deck" : "Opslag",
"Changes in the <strong>Deck app</strong>" : "Ændringer i <strong>Opslags app'en</strong>", "Changes in the <strong>Deck app</strong>" : "Ændringer i <strong>Opslags app'en</strong>",
"The file was uploaded" : "Filen blev uploadet", "The file was uploaded" : "Filen blev uploadet",
@@ -58,7 +53,6 @@ OC.L10N.register(
"Deck board" : "Opslagstavle", "Deck board" : "Opslagstavle",
"Deck boards, cards and comments" : "Opslagstavler, kort og kommentarer", "Deck boards, cards and comments" : "Opslagstavler, kort og kommentarer",
"Create a new deck card" : "Opret et nyt opslagskort", "Create a new deck card" : "Opret et nyt opslagskort",
"Card comments" : "Kommentarer på kort",
"%s on %s" : "%s på %s", "%s on %s" : "%s på %s",
"Deck boards and cards" : "Opslagstavler og -kort", "Deck boards and cards" : "Opslagstavler og -kort",
"No data was provided to create an attachment." : "Ingen data blev givet som kunne vedhæftes", "No data was provided to create an attachment." : "Ingen data blev givet som kunne vedhæftes",
@@ -70,7 +64,6 @@ OC.L10N.register(
"To Do" : "To-do liste", "To Do" : "To-do liste",
"In Progress" : "I gang", "In Progress" : "I gang",
"Done" : "Afsluttet", "Done" : "Afsluttet",
"Create your first card!" : "Opret dit første kort!",
"Attachments" : "Vedhæftede filer", "Attachments" : "Vedhæftede filer",
"File" : "Fil", "File" : "Fil",
"Card not found" : "Kort ikke fundet.", "Card not found" : "Kort ikke fundet.",
@@ -82,12 +75,10 @@ OC.L10N.register(
"Select the board to link to a project" : "Vælg tavlen der skal linkes til et projekt", "Select the board to link to a project" : "Vælg tavlen der skal linkes til et projekt",
"Search by board title" : "Søg efter tavletitel", "Search by board title" : "Søg efter tavletitel",
"Select board" : "Vælg tavle", "Select board" : "Vælg tavle",
"Move/copy card" : "Flyt/kopiér kort",
"Select a board" : "Vælg en tavle", "Select a board" : "Vælg en tavle",
"No lists available" : "Ingen lister tilgængelige", "No lists available" : "Ingen lister tilgængelige",
"Select a list" : "Vælg en liste", "Select a list" : "Vælg en liste",
"Move card" : "Flyt kort", "Move card" : "Flyt kort",
"Copy card" : "Kopiér kort",
"Select the card to link to a project" : "Vælg kortet der skal linkes til et projekt", "Select the card to link to a project" : "Vælg kortet der skal linkes til et projekt",
"Link to card" : "Link til kort", "Link to card" : "Link til kort",
"Select a card" : "Vælg et kort", "Select a card" : "Vælg et kort",
@@ -149,7 +140,7 @@ OC.L10N.register(
"Add a new card" : "Tilføj et nyt kort", "Add a new card" : "Tilføj et nyt kort",
"Card name" : "Kortnavn", "Card name" : "Kortnavn",
"title and color value must be provided" : "Titel- og farveværdi skal angives.", "title and color value must be provided" : "Titel- og farveværdi skal angives.",
"Edit" : "Redigér", "Edit" : "Rediger",
"Add a new tag" : "Opret et nyt tag", "Add a new tag" : "Opret et nyt tag",
"Board name" : "Tavlenavn", "Board name" : "Tavlenavn",
"Members" : "Medlemmer", "Members" : "Medlemmer",
@@ -177,13 +168,13 @@ OC.L10N.register(
"In reply to" : "Som svar til", "In reply to" : "Som svar til",
"Cancel reply" : "Annuller svar", "Cancel reply" : "Annuller svar",
"Reply" : "Besvar", "Reply" : "Besvar",
"Update" : "Opdatér", "Update" : "Opdater",
"Write a description …" : "Skriv en beskrivelse...", "Write a description …" : "Skriv en beskrivelse...",
"Description" : "Beskrivelse", "Description" : "Beskrivelse",
"(Unsaved)" : "(Ikke gemt)", "(Unsaved)" : "(Ikke gemt)",
"(Saving…)" : "(Gemmer...)", "(Saving…)" : "(Gemmer...)",
"Formatting help" : "Hjælp til formatering", "Formatting help" : "Hjælp til formatering",
"Edit description" : "Redigér beskrivelse", "Edit description" : "Rediger beskrivelse",
"View description" : "Se beskrivelse", "View description" : "Se beskrivelse",
"Add Attachment" : "Tilføj vedhæftning", "Add Attachment" : "Tilføj vedhæftning",
"Choose attachment" : "Vælg en vedhæftning", "Choose attachment" : "Vælg en vedhæftning",
@@ -197,10 +188,9 @@ OC.L10N.register(
"Assign a tag to this card…" : "Tilføj et Tag til dette kort ...", "Assign a tag to this card…" : "Tilføj et Tag til dette kort ...",
"Create a new tag:" : "Opret et nyt tag:", "Create a new tag:" : "Opret et nyt tag:",
"(group)" : "(gruppe)", "(group)" : "(gruppe)",
"Edit card title" : "Redigér titel på kort",
"Open link" : "Åben link", "Open link" : "Åben link",
"Card deleted" : "Kort slettet", "Card deleted" : "Kort slettet",
"Edit title" : "Redigér titel", "Edit title" : "Rediger titel",
"Assign to me" : "Tildel til mig", "Assign to me" : "Tildel til mig",
"Unassign myself" : "Fjern mig selv", "Unassign myself" : "Fjern mig selv",
"Delete card" : "Slet kort", "Delete card" : "Slet kort",
@@ -210,24 +200,16 @@ OC.L10N.register(
"Keyboard shortcut" : "Tastaturgenvej", "Keyboard shortcut" : "Tastaturgenvej",
"Action" : "Handling", "Action" : "Handling",
"Shift" : "Shift", "Shift" : "Shift",
"Navigate between cards" : "Naviger mellem kort",
"Close card details" : "Luk detaljer for kort",
"Ctrl" : "Ctrl", "Ctrl" : "Ctrl",
"Search" : "Søg", "Search" : "Søg",
"Show card filters" : "Vis kort filtre",
"Clear card filters" : "Ryd kort filtre",
"Card actions" : "Kort handlinger",
"Enter" : "Indtast", "Enter" : "Indtast",
"Open card details" : "Åbn detaljer for kort",
"Edit the card title" : "Redigér titel på kort",
"Assign yourself to the current card" : "Tilknyt dig selv til det aktuelle kort",
"All boards" : "Alle tavler", "All boards" : "Alle tavler",
"Archived boards" : "Arkiverede lister", "Archived boards" : "Arkiverede lister",
"Shared with you" : "Delt med dig", "Shared with you" : "Delt med dig",
"Deck settings" : "Opslagsindstillinger", "Deck settings" : "Opslagsindstillinger",
"Use bigger card view" : "Brug større kort visning", "Use bigger card view" : "Brug større kort visning",
"Show boards in calendar/tasks" : "Vis tavler i kalender/opgaver", "Show boards in calendar/tasks" : "Vis tavler i kalender/opgaver",
"Cancel edit" : "Annullér redigering", "Cancel edit" : "Annuller redigering",
"Board {0} deleted" : "Tavle {0} er slettet", "Board {0} deleted" : "Tavle {0} er slettet",
"All cards" : "Alle kort", "All cards" : "Alle kort",
"Only assigned cards" : "Kun tildelte kort", "Only assigned cards" : "Kun tildelte kort",
@@ -235,7 +217,7 @@ OC.L10N.register(
"An error occurred" : "Der opstod en fejl", "An error occurred" : "Der opstod en fejl",
"Delete the board?" : "Slet tavlen?", "Delete the board?" : "Slet tavlen?",
"Board details" : "Tavledetaljer", "Board details" : "Tavledetaljer",
"Edit board" : "Redigér liste", "Edit board" : "Rediger liste",
"Clone board" : "Klon tavle", "Clone board" : "Klon tavle",
"Unarchive board" : "Genaktiver tavle", "Unarchive board" : "Genaktiver tavle",
"Archive board" : "Arkiver tavle", "Archive board" : "Arkiver tavle",
@@ -255,11 +237,14 @@ OC.L10N.register(
"Export as CSV" : "Eksportér som CSV", "Export as CSV" : "Eksportér som CSV",
"Export" : "Eksportér", "Export" : "Eksportér",
"Loading filtered view" : "Indlæser filtreret visning", "Loading filtered view" : "Indlæser filtreret visning",
"Today" : "I dag",
"Tomorrow" : "I morgen",
"No due" : "Ikke forfalden",
"No results found" : "Ingen resultater fundet", "No results found" : "Ingen resultater fundet",
"Deck board {name}\n* Last modified on {lastMod}" : "Opslagstavle {name}\n* Senest ændret den {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Opslagstavle {name}\n* Senest ændret den {lastMod}",
"Create card" : "Opret kort", "Create card" : "Opret kort",
"Create a new card" : "Opret et nyt kort", "Create a new card" : "Opret et nyt kort",
"Creating the new card …" : "Opretter det nye kort ...", "Creating the new card …" : "Oprette det nye kort ...",
"Close" : "Luk", "Close" : "Luk",
"No upcoming cards" : "Ingen kommende kort", "No upcoming cards" : "Ingen kommende kort",
"upcoming cards" : "kommende kort", "upcoming cards" : "kommende kort",
@@ -281,9 +266,6 @@ OC.L10N.register(
"Example Task 3" : "Eksempel opgave 3", "Example Task 3" : "Eksempel opgave 3",
"Example Task 2" : "Eksempel opgave 2", "Example Task 2" : "Eksempel opgave 2",
"Example Task 1" : "Eksempel opgave 1", "Example Task 1" : "Eksempel opgave 1",
"Move card to another board" : "Flyt kort til en anden tavle", "Move card to another board" : "Flyt kort til en anden tavle"
"Today" : "I dag",
"Tomorrow" : "I morgen",
"No due" : "Ikke forfalden"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -27,11 +27,6 @@
"{user} has deleted card {card} in list {stack} on board {board}" : "{user} har slettet kortet {card} i listen {stack} på tavlen {board}", "{user} has deleted card {card} in list {stack} on board {board}" : "{user} har slettet kortet {card} i listen {stack} på tavlen {board}",
"You have renamed the card {before} to {card}" : "Du har omdøbt kortet {before} til {card}", "You have renamed the card {before} to {card}" : "Du har omdøbt kortet {before} til {card}",
"{user} has renamed the card {before} to {card}" : "{user} har omdøbt kortet {before} til {card}", "{user} has renamed the card {before} to {card}" : "{user} har omdøbt kortet {before} til {card}",
"You have added a description to card {card} in list {stack} on board {board}" : "Du har tilføjet en beskrivelse til kortet {card} i listen {stack} på tavlen {board}",
"{user} has added a description to card {card} in list {stack} on board {board}" : "{user} har tilføjet en beskrivelse til kortet {card} i listen {stack} på tavlen {board}",
"You have updated the description of card {card} in list {stack} on board {board}" : "Du har opdateret beskrivelsen for kortet {card} i listen {stack} på tavlen {board}",
"{user} has updated the description of the card {card} in list {stack} on board {board}" : "{user} har opdateret beskrivelsen for kortet {card} i listen {stack} på tavlen {board}",
"You have archived card {card} in list {stack} on board {board}" : "Du har arkiveret kortet {card} i listen {stack} på tavlen {board}",
"Deck" : "Opslag", "Deck" : "Opslag",
"Changes in the <strong>Deck app</strong>" : "Ændringer i <strong>Opslags app'en</strong>", "Changes in the <strong>Deck app</strong>" : "Ændringer i <strong>Opslags app'en</strong>",
"The file was uploaded" : "Filen blev uploadet", "The file was uploaded" : "Filen blev uploadet",
@@ -56,7 +51,6 @@
"Deck board" : "Opslagstavle", "Deck board" : "Opslagstavle",
"Deck boards, cards and comments" : "Opslagstavler, kort og kommentarer", "Deck boards, cards and comments" : "Opslagstavler, kort og kommentarer",
"Create a new deck card" : "Opret et nyt opslagskort", "Create a new deck card" : "Opret et nyt opslagskort",
"Card comments" : "Kommentarer på kort",
"%s on %s" : "%s på %s", "%s on %s" : "%s på %s",
"Deck boards and cards" : "Opslagstavler og -kort", "Deck boards and cards" : "Opslagstavler og -kort",
"No data was provided to create an attachment." : "Ingen data blev givet som kunne vedhæftes", "No data was provided to create an attachment." : "Ingen data blev givet som kunne vedhæftes",
@@ -68,7 +62,6 @@
"To Do" : "To-do liste", "To Do" : "To-do liste",
"In Progress" : "I gang", "In Progress" : "I gang",
"Done" : "Afsluttet", "Done" : "Afsluttet",
"Create your first card!" : "Opret dit første kort!",
"Attachments" : "Vedhæftede filer", "Attachments" : "Vedhæftede filer",
"File" : "Fil", "File" : "Fil",
"Card not found" : "Kort ikke fundet.", "Card not found" : "Kort ikke fundet.",
@@ -80,12 +73,10 @@
"Select the board to link to a project" : "Vælg tavlen der skal linkes til et projekt", "Select the board to link to a project" : "Vælg tavlen der skal linkes til et projekt",
"Search by board title" : "Søg efter tavletitel", "Search by board title" : "Søg efter tavletitel",
"Select board" : "Vælg tavle", "Select board" : "Vælg tavle",
"Move/copy card" : "Flyt/kopiér kort",
"Select a board" : "Vælg en tavle", "Select a board" : "Vælg en tavle",
"No lists available" : "Ingen lister tilgængelige", "No lists available" : "Ingen lister tilgængelige",
"Select a list" : "Vælg en liste", "Select a list" : "Vælg en liste",
"Move card" : "Flyt kort", "Move card" : "Flyt kort",
"Copy card" : "Kopiér kort",
"Select the card to link to a project" : "Vælg kortet der skal linkes til et projekt", "Select the card to link to a project" : "Vælg kortet der skal linkes til et projekt",
"Link to card" : "Link til kort", "Link to card" : "Link til kort",
"Select a card" : "Vælg et kort", "Select a card" : "Vælg et kort",
@@ -147,7 +138,7 @@
"Add a new card" : "Tilføj et nyt kort", "Add a new card" : "Tilføj et nyt kort",
"Card name" : "Kortnavn", "Card name" : "Kortnavn",
"title and color value must be provided" : "Titel- og farveværdi skal angives.", "title and color value must be provided" : "Titel- og farveværdi skal angives.",
"Edit" : "Redigér", "Edit" : "Rediger",
"Add a new tag" : "Opret et nyt tag", "Add a new tag" : "Opret et nyt tag",
"Board name" : "Tavlenavn", "Board name" : "Tavlenavn",
"Members" : "Medlemmer", "Members" : "Medlemmer",
@@ -175,13 +166,13 @@
"In reply to" : "Som svar til", "In reply to" : "Som svar til",
"Cancel reply" : "Annuller svar", "Cancel reply" : "Annuller svar",
"Reply" : "Besvar", "Reply" : "Besvar",
"Update" : "Opdatér", "Update" : "Opdater",
"Write a description …" : "Skriv en beskrivelse...", "Write a description …" : "Skriv en beskrivelse...",
"Description" : "Beskrivelse", "Description" : "Beskrivelse",
"(Unsaved)" : "(Ikke gemt)", "(Unsaved)" : "(Ikke gemt)",
"(Saving…)" : "(Gemmer...)", "(Saving…)" : "(Gemmer...)",
"Formatting help" : "Hjælp til formatering", "Formatting help" : "Hjælp til formatering",
"Edit description" : "Redigér beskrivelse", "Edit description" : "Rediger beskrivelse",
"View description" : "Se beskrivelse", "View description" : "Se beskrivelse",
"Add Attachment" : "Tilføj vedhæftning", "Add Attachment" : "Tilføj vedhæftning",
"Choose attachment" : "Vælg en vedhæftning", "Choose attachment" : "Vælg en vedhæftning",
@@ -195,10 +186,9 @@
"Assign a tag to this card…" : "Tilføj et Tag til dette kort ...", "Assign a tag to this card…" : "Tilføj et Tag til dette kort ...",
"Create a new tag:" : "Opret et nyt tag:", "Create a new tag:" : "Opret et nyt tag:",
"(group)" : "(gruppe)", "(group)" : "(gruppe)",
"Edit card title" : "Redigér titel på kort",
"Open link" : "Åben link", "Open link" : "Åben link",
"Card deleted" : "Kort slettet", "Card deleted" : "Kort slettet",
"Edit title" : "Redigér titel", "Edit title" : "Rediger titel",
"Assign to me" : "Tildel til mig", "Assign to me" : "Tildel til mig",
"Unassign myself" : "Fjern mig selv", "Unassign myself" : "Fjern mig selv",
"Delete card" : "Slet kort", "Delete card" : "Slet kort",
@@ -208,24 +198,16 @@
"Keyboard shortcut" : "Tastaturgenvej", "Keyboard shortcut" : "Tastaturgenvej",
"Action" : "Handling", "Action" : "Handling",
"Shift" : "Shift", "Shift" : "Shift",
"Navigate between cards" : "Naviger mellem kort",
"Close card details" : "Luk detaljer for kort",
"Ctrl" : "Ctrl", "Ctrl" : "Ctrl",
"Search" : "Søg", "Search" : "Søg",
"Show card filters" : "Vis kort filtre",
"Clear card filters" : "Ryd kort filtre",
"Card actions" : "Kort handlinger",
"Enter" : "Indtast", "Enter" : "Indtast",
"Open card details" : "Åbn detaljer for kort",
"Edit the card title" : "Redigér titel på kort",
"Assign yourself to the current card" : "Tilknyt dig selv til det aktuelle kort",
"All boards" : "Alle tavler", "All boards" : "Alle tavler",
"Archived boards" : "Arkiverede lister", "Archived boards" : "Arkiverede lister",
"Shared with you" : "Delt med dig", "Shared with you" : "Delt med dig",
"Deck settings" : "Opslagsindstillinger", "Deck settings" : "Opslagsindstillinger",
"Use bigger card view" : "Brug større kort visning", "Use bigger card view" : "Brug større kort visning",
"Show boards in calendar/tasks" : "Vis tavler i kalender/opgaver", "Show boards in calendar/tasks" : "Vis tavler i kalender/opgaver",
"Cancel edit" : "Annullér redigering", "Cancel edit" : "Annuller redigering",
"Board {0} deleted" : "Tavle {0} er slettet", "Board {0} deleted" : "Tavle {0} er slettet",
"All cards" : "Alle kort", "All cards" : "Alle kort",
"Only assigned cards" : "Kun tildelte kort", "Only assigned cards" : "Kun tildelte kort",
@@ -233,7 +215,7 @@
"An error occurred" : "Der opstod en fejl", "An error occurred" : "Der opstod en fejl",
"Delete the board?" : "Slet tavlen?", "Delete the board?" : "Slet tavlen?",
"Board details" : "Tavledetaljer", "Board details" : "Tavledetaljer",
"Edit board" : "Redigér liste", "Edit board" : "Rediger liste",
"Clone board" : "Klon tavle", "Clone board" : "Klon tavle",
"Unarchive board" : "Genaktiver tavle", "Unarchive board" : "Genaktiver tavle",
"Archive board" : "Arkiver tavle", "Archive board" : "Arkiver tavle",
@@ -253,11 +235,14 @@
"Export as CSV" : "Eksportér som CSV", "Export as CSV" : "Eksportér som CSV",
"Export" : "Eksportér", "Export" : "Eksportér",
"Loading filtered view" : "Indlæser filtreret visning", "Loading filtered view" : "Indlæser filtreret visning",
"Today" : "I dag",
"Tomorrow" : "I morgen",
"No due" : "Ikke forfalden",
"No results found" : "Ingen resultater fundet", "No results found" : "Ingen resultater fundet",
"Deck board {name}\n* Last modified on {lastMod}" : "Opslagstavle {name}\n* Senest ændret den {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Opslagstavle {name}\n* Senest ændret den {lastMod}",
"Create card" : "Opret kort", "Create card" : "Opret kort",
"Create a new card" : "Opret et nyt kort", "Create a new card" : "Opret et nyt kort",
"Creating the new card …" : "Opretter det nye kort ...", "Creating the new card …" : "Oprette det nye kort ...",
"Close" : "Luk", "Close" : "Luk",
"No upcoming cards" : "Ingen kommende kort", "No upcoming cards" : "Ingen kommende kort",
"upcoming cards" : "kommende kort", "upcoming cards" : "kommende kort",
@@ -279,9 +264,6 @@
"Example Task 3" : "Eksempel opgave 3", "Example Task 3" : "Eksempel opgave 3",
"Example Task 2" : "Eksempel opgave 2", "Example Task 2" : "Eksempel opgave 2",
"Example Task 1" : "Eksempel opgave 1", "Example Task 1" : "Eksempel opgave 1",
"Move card to another board" : "Flyt kort til en anden tavle", "Move card to another board" : "Flyt kort til en anden tavle"
"Today" : "I dag",
"Tomorrow" : "I morgen",
"No due" : "Ikke forfalden"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -373,7 +373,9 @@ OC.L10N.register(
"Note: Only the JSON format is supported for importing back into the Deck app." : "Hinweis: Für den Rückimport in die Deck-App wird nur das JSON-Format unterstützt.", "Note: Only the JSON format is supported for importing back into the Deck app." : "Hinweis: Für den Rückimport in die Deck-App wird nur das JSON-Format unterstützt.",
"Export" : "Exportieren", "Export" : "Exportieren",
"Loading filtered view" : "Lade gefilterte Ansicht", "Loading filtered view" : "Lade gefilterte Ansicht",
"Search for {searchQuery} in other boards" : "Suche nach {searchQuery} in anderen Boards", "Today" : "Heute",
"Tomorrow" : "Morgen",
"No due" : "Kein Fälligkeitsdatum",
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards", "Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
"No results found" : "Keine Ergebnisse gefunden", "No results found" : "Keine Ergebnisse gefunden",
"Deck board {name}\n* Last modified on {lastMod}" : "Deck-Board {name}\n* Zuletzt geändert am {lastMod} ", "Deck board {name}\n* Last modified on {lastMod}" : "Deck-Board {name}\n* Zuletzt geändert am {lastMod} ",
@@ -414,9 +416,6 @@ OC.L10N.register(
"Example Task 3" : "Beispielaufgabe 3", "Example Task 3" : "Beispielaufgabe 3",
"Example Task 2" : "Beispielaufgabe 2", "Example Task 2" : "Beispielaufgabe 2",
"Example Task 1" : "Beispielaufgabe 1", "Example Task 1" : "Beispielaufgabe 1",
"Move card to another board" : "Karte auf ein anderes Board verschieben", "Move card to another board" : "Karte auf ein anderes Board verschieben"
"Today" : "Heute",
"Tomorrow" : "Morgen",
"No due" : "Kein Fälligkeitsdatum"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -371,7 +371,9 @@
"Note: Only the JSON format is supported for importing back into the Deck app." : "Hinweis: Für den Rückimport in die Deck-App wird nur das JSON-Format unterstützt.", "Note: Only the JSON format is supported for importing back into the Deck app." : "Hinweis: Für den Rückimport in die Deck-App wird nur das JSON-Format unterstützt.",
"Export" : "Exportieren", "Export" : "Exportieren",
"Loading filtered view" : "Lade gefilterte Ansicht", "Loading filtered view" : "Lade gefilterte Ansicht",
"Search for {searchQuery} in other boards" : "Suche nach {searchQuery} in anderen Boards", "Today" : "Heute",
"Tomorrow" : "Morgen",
"No due" : "Kein Fälligkeitsdatum",
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards", "Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
"No results found" : "Keine Ergebnisse gefunden", "No results found" : "Keine Ergebnisse gefunden",
"Deck board {name}\n* Last modified on {lastMod}" : "Deck-Board {name}\n* Zuletzt geändert am {lastMod} ", "Deck board {name}\n* Last modified on {lastMod}" : "Deck-Board {name}\n* Zuletzt geändert am {lastMod} ",
@@ -412,9 +414,6 @@
"Example Task 3" : "Beispielaufgabe 3", "Example Task 3" : "Beispielaufgabe 3",
"Example Task 2" : "Beispielaufgabe 2", "Example Task 2" : "Beispielaufgabe 2",
"Example Task 1" : "Beispielaufgabe 1", "Example Task 1" : "Beispielaufgabe 1",
"Move card to another board" : "Karte auf ein anderes Board verschieben", "Move card to another board" : "Karte auf ein anderes Board verschieben"
"Today" : "Heute",
"Tomorrow" : "Morgen",
"No due" : "Kein Fälligkeitsdatum"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -373,7 +373,9 @@ OC.L10N.register(
"Note: Only the JSON format is supported for importing back into the Deck app." : "Hinweis: Für den Rückimport in die Deck-App wird nur das JSON-Format unterstützt.", "Note: Only the JSON format is supported for importing back into the Deck app." : "Hinweis: Für den Rückimport in die Deck-App wird nur das JSON-Format unterstützt.",
"Export" : "Exportieren", "Export" : "Exportieren",
"Loading filtered view" : "Lade gefilterte Ansicht", "Loading filtered view" : "Lade gefilterte Ansicht",
"Search for {searchQuery} in other boards" : "Suche nach {searchQuery} in anderen Boards", "Today" : "Heute",
"Tomorrow" : "Morgen",
"No due" : "Kein Fälligkeitsdatum",
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards", "Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
"No results found" : "Keine Ergebnisse gefunden", "No results found" : "Keine Ergebnisse gefunden",
"Deck board {name}\n* Last modified on {lastMod}" : "Deck-Board {name}\n* Zuletzt geändert am {lastMod} ", "Deck board {name}\n* Last modified on {lastMod}" : "Deck-Board {name}\n* Zuletzt geändert am {lastMod} ",
@@ -414,9 +416,6 @@ OC.L10N.register(
"Example Task 3" : "Beispielaufgabe 3", "Example Task 3" : "Beispielaufgabe 3",
"Example Task 2" : "Beispielaufgabe 2", "Example Task 2" : "Beispielaufgabe 2",
"Example Task 1" : "Beispielaufgabe 1", "Example Task 1" : "Beispielaufgabe 1",
"Move card to another board" : "Karte auf ein anderes Board verschieben", "Move card to another board" : "Karte auf ein anderes Board verschieben"
"Today" : "Heute",
"Tomorrow" : "Morgen",
"No due" : "Kein Fälligkeitsdatum"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -371,7 +371,9 @@
"Note: Only the JSON format is supported for importing back into the Deck app." : "Hinweis: Für den Rückimport in die Deck-App wird nur das JSON-Format unterstützt.", "Note: Only the JSON format is supported for importing back into the Deck app." : "Hinweis: Für den Rückimport in die Deck-App wird nur das JSON-Format unterstützt.",
"Export" : "Exportieren", "Export" : "Exportieren",
"Loading filtered view" : "Lade gefilterte Ansicht", "Loading filtered view" : "Lade gefilterte Ansicht",
"Search for {searchQuery} in other boards" : "Suche nach {searchQuery} in anderen Boards", "Today" : "Heute",
"Tomorrow" : "Morgen",
"No due" : "Kein Fälligkeitsdatum",
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards", "Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
"No results found" : "Keine Ergebnisse gefunden", "No results found" : "Keine Ergebnisse gefunden",
"Deck board {name}\n* Last modified on {lastMod}" : "Deck-Board {name}\n* Zuletzt geändert am {lastMod} ", "Deck board {name}\n* Last modified on {lastMod}" : "Deck-Board {name}\n* Zuletzt geändert am {lastMod} ",
@@ -412,9 +414,6 @@
"Example Task 3" : "Beispielaufgabe 3", "Example Task 3" : "Beispielaufgabe 3",
"Example Task 2" : "Beispielaufgabe 2", "Example Task 2" : "Beispielaufgabe 2",
"Example Task 1" : "Beispielaufgabe 1", "Example Task 1" : "Beispielaufgabe 1",
"Move card to another board" : "Karte auf ein anderes Board verschieben", "Move card to another board" : "Karte auf ein anderes Board verschieben"
"Today" : "Heute",
"Tomorrow" : "Morgen",
"No due" : "Kein Fälligkeitsdatum"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -272,7 +272,6 @@ OC.L10N.register(
"{count} comments, {unread} unread" : "{count} σχόλια, {unread} μη αναγνωσμένα", "{count} comments, {unread} unread" : "{count} σχόλια, {unread} μη αναγνωσμένα",
"Todo items" : "Στοιχεία todo", "Todo items" : "Στοιχεία todo",
"Edit card title" : "Επεξεργασία τίτλου κάρτας", "Edit card title" : "Επεξεργασία τίτλου κάρτας",
"Open link" : "Άνοιγμα συνδέσμου",
"Card deleted" : "Η καρτέλα διαγράφηκε", "Card deleted" : "Η καρτέλα διαγράφηκε",
"Edit title" : "Επεξεργασία τίτλου", "Edit title" : "Επεξεργασία τίτλου",
"Assign to me" : "Ανάθεση σε εμένα", "Assign to me" : "Ανάθεση σε εμένα",
@@ -341,6 +340,9 @@ OC.L10N.register(
"Export as CSV" : "Εξαγωγή σε CSV", "Export as CSV" : "Εξαγωγή σε CSV",
"Export" : "Εξαγωγή", "Export" : "Εξαγωγή",
"Loading filtered view" : "Φόρτωση εμφάνισης με βάση το φίλτρο", "Loading filtered view" : "Φόρτωση εμφάνισης με βάση το φίλτρο",
"Today" : "Σήμερα",
"Tomorrow" : "Αύριο",
"No due" : "Χωρίς λήξη",
"Search for {searchQuery} in all boards" : "Αναζήτηση για {searchQuery} σε όλους τους πίνακες", "Search for {searchQuery} in all boards" : "Αναζήτηση για {searchQuery} σε όλους τους πίνακες",
"No results found" : "Δεν βρέθηκαν αποτελέσματα", "No results found" : "Δεν βρέθηκαν αποτελέσματα",
"Deck board {name}\n* Last modified on {lastMod}" : "Πίνακας Deck {name}\n* Τελευταία τροποποίηση στις {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Πίνακας Deck {name}\n* Τελευταία τροποποίηση στις {lastMod}",
@@ -380,9 +382,6 @@ OC.L10N.register(
"Example Task 3" : "Παράδειγμα Εργασίας 3", "Example Task 3" : "Παράδειγμα Εργασίας 3",
"Example Task 2" : "Παράδειγμα Εργασίας 2", "Example Task 2" : "Παράδειγμα Εργασίας 2",
"Example Task 1" : "Παράδειγμα Εργασίας 1", "Example Task 1" : "Παράδειγμα Εργασίας 1",
"Move card to another board" : "Μετακίνηση καρτέλας σε άλλο πίνακα", "Move card to another board" : "Μετακίνηση καρτέλας σε άλλο πίνακα"
"Today" : "Σήμερα",
"Tomorrow" : "Αύριο",
"No due" : "Χωρίς λήξη"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -270,7 +270,6 @@
"{count} comments, {unread} unread" : "{count} σχόλια, {unread} μη αναγνωσμένα", "{count} comments, {unread} unread" : "{count} σχόλια, {unread} μη αναγνωσμένα",
"Todo items" : "Στοιχεία todo", "Todo items" : "Στοιχεία todo",
"Edit card title" : "Επεξεργασία τίτλου κάρτας", "Edit card title" : "Επεξεργασία τίτλου κάρτας",
"Open link" : "Άνοιγμα συνδέσμου",
"Card deleted" : "Η καρτέλα διαγράφηκε", "Card deleted" : "Η καρτέλα διαγράφηκε",
"Edit title" : "Επεξεργασία τίτλου", "Edit title" : "Επεξεργασία τίτλου",
"Assign to me" : "Ανάθεση σε εμένα", "Assign to me" : "Ανάθεση σε εμένα",
@@ -339,6 +338,9 @@
"Export as CSV" : "Εξαγωγή σε CSV", "Export as CSV" : "Εξαγωγή σε CSV",
"Export" : "Εξαγωγή", "Export" : "Εξαγωγή",
"Loading filtered view" : "Φόρτωση εμφάνισης με βάση το φίλτρο", "Loading filtered view" : "Φόρτωση εμφάνισης με βάση το φίλτρο",
"Today" : "Σήμερα",
"Tomorrow" : "Αύριο",
"No due" : "Χωρίς λήξη",
"Search for {searchQuery} in all boards" : "Αναζήτηση για {searchQuery} σε όλους τους πίνακες", "Search for {searchQuery} in all boards" : "Αναζήτηση για {searchQuery} σε όλους τους πίνακες",
"No results found" : "Δεν βρέθηκαν αποτελέσματα", "No results found" : "Δεν βρέθηκαν αποτελέσματα",
"Deck board {name}\n* Last modified on {lastMod}" : "Πίνακας Deck {name}\n* Τελευταία τροποποίηση στις {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Πίνακας Deck {name}\n* Τελευταία τροποποίηση στις {lastMod}",
@@ -378,9 +380,6 @@
"Example Task 3" : "Παράδειγμα Εργασίας 3", "Example Task 3" : "Παράδειγμα Εργασίας 3",
"Example Task 2" : "Παράδειγμα Εργασίας 2", "Example Task 2" : "Παράδειγμα Εργασίας 2",
"Example Task 1" : "Παράδειγμα Εργασίας 1", "Example Task 1" : "Παράδειγμα Εργασίας 1",
"Move card to another board" : "Μετακίνηση καρτέλας σε άλλο πίνακα", "Move card to another board" : "Μετακίνηση καρτέλας σε άλλο πίνακα"
"Today" : "Σήμερα",
"Tomorrow" : "Αύριο",
"No due" : "Χωρίς λήξη"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -128,8 +128,8 @@ OC.L10N.register(
"Card not found" : "Card not found", "Card not found" : "Card not found",
"Path is already shared with this card" : "Path is already shared with this card", "Path is already shared with this card" : "Path is already shared with this card",
"Invalid date, date format must be YYYY-MM-DD" : "Invalid date, date format must be YYYY-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "Invalid date, date format must be YYYY-MM-DD",
"Personal planning and team project organization" : "Personal planning and team project organisation", "Personal planning and team project organization" : "Personal planning and team project organization",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck is a kanban style organisation tool aimed at personal planning and project organisation for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organisation\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organised", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized",
"Add board" : "Add board", "Add board" : "Add board",
"Card details" : "Card details", "Card details" : "Card details",
"Select the board to link to a project" : "Select the board to link to a project", "Select the board to link to a project" : "Select the board to link to a project",
@@ -373,7 +373,9 @@ OC.L10N.register(
"Note: Only the JSON format is supported for importing back into the Deck app." : "Note: Only the JSON format is supported for importing back into the Deck app.", "Note: Only the JSON format is supported for importing back into the Deck app." : "Note: Only the JSON format is supported for importing back into the Deck app.",
"Export" : "Export", "Export" : "Export",
"Loading filtered view" : "Loading filtered view", "Loading filtered view" : "Loading filtered view",
"Search for {searchQuery} in other boards" : "Search for {searchQuery} in other boards", "Today" : "Today",
"Tomorrow" : "Tomorrow",
"No due" : "No due",
"Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards", "Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards",
"No results found" : "No results found", "No results found" : "No results found",
"Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}",
@@ -414,9 +416,6 @@ OC.L10N.register(
"Example Task 3" : "Example Task 3", "Example Task 3" : "Example Task 3",
"Example Task 2" : "Example Task 2", "Example Task 2" : "Example Task 2",
"Example Task 1" : "Example Task 1", "Example Task 1" : "Example Task 1",
"Move card to another board" : "Move card to another board", "Move card to another board" : "Move card to another board"
"Today" : "Today",
"Tomorrow" : "Tomorrow",
"No due" : "No due"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -126,8 +126,8 @@
"Card not found" : "Card not found", "Card not found" : "Card not found",
"Path is already shared with this card" : "Path is already shared with this card", "Path is already shared with this card" : "Path is already shared with this card",
"Invalid date, date format must be YYYY-MM-DD" : "Invalid date, date format must be YYYY-MM-DD", "Invalid date, date format must be YYYY-MM-DD" : "Invalid date, date format must be YYYY-MM-DD",
"Personal planning and team project organization" : "Personal planning and team project organisation", "Personal planning and team project organization" : "Personal planning and team project organization",
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck is a kanban style organisation tool aimed at personal planning and project organisation for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organisation\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organised", "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized",
"Add board" : "Add board", "Add board" : "Add board",
"Card details" : "Card details", "Card details" : "Card details",
"Select the board to link to a project" : "Select the board to link to a project", "Select the board to link to a project" : "Select the board to link to a project",
@@ -371,7 +371,9 @@
"Note: Only the JSON format is supported for importing back into the Deck app." : "Note: Only the JSON format is supported for importing back into the Deck app.", "Note: Only the JSON format is supported for importing back into the Deck app." : "Note: Only the JSON format is supported for importing back into the Deck app.",
"Export" : "Export", "Export" : "Export",
"Loading filtered view" : "Loading filtered view", "Loading filtered view" : "Loading filtered view",
"Search for {searchQuery} in other boards" : "Search for {searchQuery} in other boards", "Today" : "Today",
"Tomorrow" : "Tomorrow",
"No due" : "No due",
"Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards", "Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards",
"No results found" : "No results found", "No results found" : "No results found",
"Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}",
@@ -412,9 +414,6 @@
"Example Task 3" : "Example Task 3", "Example Task 3" : "Example Task 3",
"Example Task 2" : "Example Task 2", "Example Task 2" : "Example Task 2",
"Example Task 1" : "Example Task 1", "Example Task 1" : "Example Task 1",
"Move card to another board" : "Move card to another board", "Move card to another board" : "Move card to another board"
"Today" : "Today",
"Tomorrow" : "Tomorrow",
"No due" : "No due"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -121,6 +121,8 @@ OC.L10N.register(
"Delete board" : "Forigi tabulon", "Delete board" : "Forigi tabulon",
"Advanced options" : "Detalaj agordoj", "Advanced options" : "Detalaj agordoj",
"Export" : "Eksporti", "Export" : "Eksporti",
"Today" : "Hodiaŭ",
"Tomorrow" : "Morgaŭ",
"Close" : "Malfermi", "Close" : "Malfermi",
"Link to a board" : "Ligilo al tabulo", "Link to a board" : "Ligilo al tabulo",
"Maximum file size of {size} exceeded" : "Maksimuma dosiergrando {size} transpasita", "Maximum file size of {size} exceeded" : "Maksimuma dosiergrando {size} transpasita",
@@ -132,8 +134,6 @@ OC.L10N.register(
"Doing" : "Farata", "Doing" : "Farata",
"Example Task 3" : "Ekzempla tasko 3", "Example Task 3" : "Ekzempla tasko 3",
"Example Task 2" : "Ekzempla tasko 2", "Example Task 2" : "Ekzempla tasko 2",
"Example Task 1" : "Ekzempla tasko 1", "Example Task 1" : "Ekzempla tasko 1"
"Today" : "Hodiaŭ",
"Tomorrow" : "Morgaŭ"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -119,6 +119,8 @@
"Delete board" : "Forigi tabulon", "Delete board" : "Forigi tabulon",
"Advanced options" : "Detalaj agordoj", "Advanced options" : "Detalaj agordoj",
"Export" : "Eksporti", "Export" : "Eksporti",
"Today" : "Hodiaŭ",
"Tomorrow" : "Morgaŭ",
"Close" : "Malfermi", "Close" : "Malfermi",
"Link to a board" : "Ligilo al tabulo", "Link to a board" : "Ligilo al tabulo",
"Maximum file size of {size} exceeded" : "Maksimuma dosiergrando {size} transpasita", "Maximum file size of {size} exceeded" : "Maksimuma dosiergrando {size} transpasita",
@@ -130,8 +132,6 @@
"Doing" : "Farata", "Doing" : "Farata",
"Example Task 3" : "Ekzempla tasko 3", "Example Task 3" : "Ekzempla tasko 3",
"Example Task 2" : "Ekzempla tasko 2", "Example Task 2" : "Ekzempla tasko 2",
"Example Task 1" : "Ekzempla tasko 1", "Example Task 1" : "Ekzempla tasko 1"
"Today" : "Hodiaŭ",
"Tomorrow" : "Morgaŭ"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -373,7 +373,9 @@ OC.L10N.register(
"Note: Only the JSON format is supported for importing back into the Deck app." : "Nota: Solo el formato JSON es soportar al importar de vuelta en la app Deck.", "Note: Only the JSON format is supported for importing back into the Deck app." : "Nota: Solo el formato JSON es soportar al importar de vuelta en la app Deck.",
"Export" : "Exportar", "Export" : "Exportar",
"Loading filtered view" : "Cargando vista filtrada", "Loading filtered view" : "Cargando vista filtrada",
"Search for {searchQuery} in other boards" : "Buscar {searchQuery} en otros tableros", "Today" : "Hoy",
"Tomorrow" : "Mañana",
"No due" : "Sin finalizar",
"Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos los tableros", "Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos los tableros",
"No results found" : "No se encontraron resultados", "No results found" : "No se encontraron resultados",
"Deck board {name}\n* Last modified on {lastMod}" : "Tablero Deck {name}\n* Se modificó por última vez el {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Tablero Deck {name}\n* Se modificó por última vez el {lastMod}",
@@ -414,9 +416,6 @@ OC.L10N.register(
"Example Task 3" : "Tarea de ejemplo 3", "Example Task 3" : "Tarea de ejemplo 3",
"Example Task 2" : "Tarea de ejemplo 2", "Example Task 2" : "Tarea de ejemplo 2",
"Example Task 1" : "Tarea de ejemplo 1", "Example Task 1" : "Tarea de ejemplo 1",
"Move card to another board" : "Mover la tarjeta a otro tablero", "Move card to another board" : "Mover la tarjeta a otro tablero"
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"No due" : "Sin finalizar"
}, },
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -371,7 +371,9 @@
"Note: Only the JSON format is supported for importing back into the Deck app." : "Nota: Solo el formato JSON es soportar al importar de vuelta en la app Deck.", "Note: Only the JSON format is supported for importing back into the Deck app." : "Nota: Solo el formato JSON es soportar al importar de vuelta en la app Deck.",
"Export" : "Exportar", "Export" : "Exportar",
"Loading filtered view" : "Cargando vista filtrada", "Loading filtered view" : "Cargando vista filtrada",
"Search for {searchQuery} in other boards" : "Buscar {searchQuery} en otros tableros", "Today" : "Hoy",
"Tomorrow" : "Mañana",
"No due" : "Sin finalizar",
"Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos los tableros", "Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos los tableros",
"No results found" : "No se encontraron resultados", "No results found" : "No se encontraron resultados",
"Deck board {name}\n* Last modified on {lastMod}" : "Tablero Deck {name}\n* Se modificó por última vez el {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Tablero Deck {name}\n* Se modificó por última vez el {lastMod}",
@@ -412,9 +414,6 @@
"Example Task 3" : "Tarea de ejemplo 3", "Example Task 3" : "Tarea de ejemplo 3",
"Example Task 2" : "Tarea de ejemplo 2", "Example Task 2" : "Tarea de ejemplo 2",
"Example Task 1" : "Tarea de ejemplo 1", "Example Task 1" : "Tarea de ejemplo 1",
"Move card to another board" : "Mover la tarjeta a otro tablero", "Move card to another board" : "Mover la tarjeta a otro tablero"
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"No due" : "Sin finalizar"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@@ -62,11 +62,11 @@ OC.L10N.register(
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
}, },
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -60,11 +60,11 @@
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@@ -104,6 +104,9 @@ OC.L10N.register(
"Delete board" : "Eliminar Tablero", "Delete board" : "Eliminar Tablero",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"No due" : "Sin finalizar",
"Create card" : "Crear tarjeta", "Create card" : "Crear tarjeta",
"Create a new card" : "Crear una nueva tarjeta", "Create a new card" : "Crear una nueva tarjeta",
"Card title" : "Título de la tarjeta", "Card title" : "Título de la tarjeta",
@@ -114,9 +117,6 @@ OC.L10N.register(
"Share with a Deck card" : "Compartir con una tarjeta del Tablero", "Share with a Deck card" : "Compartir con una tarjeta del Tablero",
"Share {file} with a Deck card" : "Compartir {file} con una tarjeta del Tablero", "Share {file} with a Deck card" : "Compartir {file} con una tarjeta del Tablero",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"No due" : "Sin finalizar"
}, },
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -102,6 +102,9 @@
"Delete board" : "Eliminar Tablero", "Delete board" : "Eliminar Tablero",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"No due" : "Sin finalizar",
"Create card" : "Crear tarjeta", "Create card" : "Crear tarjeta",
"Create a new card" : "Crear una nueva tarjeta", "Create a new card" : "Crear una nueva tarjeta",
"Card title" : "Título de la tarjeta", "Card title" : "Título de la tarjeta",
@@ -112,9 +115,6 @@
"Share with a Deck card" : "Compartir con una tarjeta del Tablero", "Share with a Deck card" : "Compartir con una tarjeta del Tablero",
"Share {file} with a Deck card" : "Compartir {file} con una tarjeta del Tablero", "Share {file} with a Deck card" : "Compartir {file} con una tarjeta del Tablero",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"No due" : "Sin finalizar"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@@ -66,10 +66,10 @@ OC.L10N.register(
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
}, },
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -64,10 +64,10 @@
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@@ -68,11 +68,11 @@ OC.L10N.register(
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
}, },
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -66,11 +66,11 @@
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@@ -65,10 +65,10 @@ OC.L10N.register(
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
}, },
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -63,10 +63,10 @@
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@@ -65,11 +65,11 @@ OC.L10N.register(
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
}, },
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -63,11 +63,11 @@
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@@ -285,6 +285,9 @@ OC.L10N.register(
"Export as CSV" : "Exportar como CSV", "Export as CSV" : "Exportar como CSV",
"Export" : "Exportar", "Export" : "Exportar",
"Loading filtered view" : "Cargando vista filtrada", "Loading filtered view" : "Cargando vista filtrada",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"No due" : "Sin vencimiento",
"Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos los tableros", "Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos los tableros",
"No results found" : "No se encontraron resultados", "No results found" : "No se encontraron resultados",
"Deck board {name}\n* Last modified on {lastMod}" : "Tablero de Deck {name}\n * Última modificación el {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Tablero de Deck {name}\n * Última modificación el {lastMod}",
@@ -322,9 +325,6 @@ OC.L10N.register(
"Example Task 3" : "Tarea de ejemplo 3", "Example Task 3" : "Tarea de ejemplo 3",
"Example Task 2" : "Tarea de ejemplo 2", "Example Task 2" : "Tarea de ejemplo 2",
"Example Task 1" : "Tarea de ejemplo 1", "Example Task 1" : "Tarea de ejemplo 1",
"Move card to another board" : "Mover tarjeta a otro tablero", "Move card to another board" : "Mover tarjeta a otro tablero"
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"No due" : "Sin vencimiento"
}, },
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -283,6 +283,9 @@
"Export as CSV" : "Exportar como CSV", "Export as CSV" : "Exportar como CSV",
"Export" : "Exportar", "Export" : "Exportar",
"Loading filtered view" : "Cargando vista filtrada", "Loading filtered view" : "Cargando vista filtrada",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"No due" : "Sin vencimiento",
"Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos los tableros", "Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos los tableros",
"No results found" : "No se encontraron resultados", "No results found" : "No se encontraron resultados",
"Deck board {name}\n* Last modified on {lastMod}" : "Tablero de Deck {name}\n * Última modificación el {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Tablero de Deck {name}\n * Última modificación el {lastMod}",
@@ -320,9 +323,6 @@
"Example Task 3" : "Tarea de ejemplo 3", "Example Task 3" : "Tarea de ejemplo 3",
"Example Task 2" : "Tarea de ejemplo 2", "Example Task 2" : "Tarea de ejemplo 2",
"Example Task 1" : "Tarea de ejemplo 1", "Example Task 1" : "Tarea de ejemplo 1",
"Move card to another board" : "Mover tarjeta a otro tablero", "Move card to another board" : "Mover tarjeta a otro tablero"
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"No due" : "Sin vencimiento"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@@ -66,10 +66,10 @@ OC.L10N.register(
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
}, },
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -64,10 +64,10 @@
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@@ -61,11 +61,11 @@ OC.L10N.register(
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
}, },
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -59,11 +59,11 @@
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@@ -187,12 +187,12 @@ OC.L10N.register(
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Clone" : "Clonar", "Clone" : "Clonar",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Error creating the share" : "Error creando el recurso compartido", "Error creating the share" : "Error creando el recurso compartido",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
}, },
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -185,12 +185,12 @@
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Clone" : "Clonar", "Clone" : "Clonar",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Error creating the share" : "Error creando el recurso compartido", "Error creating the share" : "Error creando el recurso compartido",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@@ -61,11 +61,11 @@ OC.L10N.register(
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
}, },
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -59,11 +59,11 @@
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@@ -61,11 +61,11 @@ OC.L10N.register(
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
}, },
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -59,11 +59,11 @@
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@@ -63,11 +63,11 @@ OC.L10N.register(
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
}, },
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -61,11 +61,11 @@
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@@ -61,11 +61,11 @@ OC.L10N.register(
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
}, },
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -59,11 +59,11 @@
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@@ -64,11 +64,11 @@ OC.L10N.register(
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
}, },
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -62,11 +62,11 @@
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@@ -65,11 +65,11 @@ OC.L10N.register(
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
}, },
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -63,11 +63,11 @@
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Close" : "Cerrar", "Close" : "Cerrar",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@@ -61,10 +61,10 @@ OC.L10N.register(
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
}, },
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View File

@@ -59,10 +59,10 @@
"Delete board" : "Borrar tableros", "Delete board" : "Borrar tableros",
"Advanced options" : "Opciones avanzadas", "Advanced options" : "Opciones avanzadas",
"Export" : "Exportar", "Export" : "Exportar",
"Today" : "Hoy",
"Tomorrow" : "Mañana",
"Due date" : "Fecha de vencimiento", "Due date" : "Fecha de vencimiento",
"Share" : "Compartir", "Share" : "Compartir",
"Personal" : "Personal", "Personal" : "Personal"
"Today" : "Hoy",
"Tomorrow" : "Mañana"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
} }

View File

@@ -17,35 +17,12 @@ OC.L10N.register(
"{user} has archived the board {before}" : "{user} on {before} tahvli arhiveerinud", "{user} has archived the board {before}" : "{user} on {before} tahvli arhiveerinud",
"You have unarchived the board {board}" : "Sa oled „{board}“ tahvli arhiivist eemaldanud", "You have unarchived the board {board}" : "Sa oled „{board}“ tahvli arhiivist eemaldanud",
"{user} has unarchived the board {before}" : "{user} on „{before}“ tahvli arhiivist eemaldanud", "{user} has unarchived the board {before}" : "{user} on „{before}“ tahvli arhiivist eemaldanud",
"{user} has created a new list {stack} on board {board}" : "{user} on „{board}“ tahvlil koostanud uue loendi „{stack}“ ",
"You have renamed the card {before} to {card}" : "Sa oled muutnud kaardi nime: {before} → {card}", "You have renamed the card {before} to {card}" : "Sa oled muutnud kaardi nime: {before} → {card}",
"{user} has renamed the card {before} to {card}" : "{user} on muutnud kaardi nime: {before} → {card}", "{user} has renamed the card {before} to {card}" : "{user} on muutnud kaardi nime: {before} → {card}",
"You have added a description to card {card} in list {stack} on board {board}" : "Sa oled {board} tahvli {stack} loendi {card} kaardile lisanud kirjelduse",
"You have marked the card {card} as done in list {stack} on board {board}" : "Sa oled märkinud {board} tahvli {stack} loendi {card} kaardi tehtuks", "You have marked the card {card} as done in list {stack} on board {board}" : "Sa oled märkinud {board} tahvli {stack} loendi {card} kaardi tehtuks",
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} on märkinud {board} tahvli {stack} loendi {card} kaardi tehtuks", "{user} has marked card {card} as done in list {stack} on board {board}" : "{user} on märkinud {board} tahvli {stack} loendi {card} kaardi tehtuks",
"You have marked the card {card} as undone in list {stack} on board {board}" : "Sa oled märkinud {board} tahvli {stack} loendi {card} kaardi mittetehtuks", "You have marked the card {card} as undone in list {stack} on board {board}" : "Sa oled märkinud {board} tahvli {stack} loendi {card} kaardi mittetehtuks",
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} on märkinud {board} tahvli {stack} loendi {card} kaardi mittetehtuks", "{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} on märkinud {board} tahvli {stack} loendi {card} kaardi mittetehtuks",
"You have removed the due date of card {card}" : "Sina oled eemaldanud „{card}“ kaardi tähtaja",
"{user} has removed the due date of card {card}" : "{user} on eemaldanud „{card}“ kaardi tähtaja",
"You have set the due date of card {card} to {after}" : "Sina oled määranud „{card}“ kaardi tähtajaks {after}",
"{user} has set the due date of card {card} to {after}" : "{user} on määranud „{card}“ kaardi tähtajaks {after}",
"You have updated the due date of card {card} to {after}" : "Sina oled muutnud „{card}“ kaardi tähtajaks {after}",
"{user} has updated the due date of card {card} to {after}" : "{user} on muutnud „{card}“ kaardi tähtajaks {after}",
"You have assigned {assigneduser} to card {card} on board {board}" : "Sa oled määranud {board} tahvli {card} kaardi täitjaks {assigneduser}",
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} on määranud {board} tahvli {card} kaardi täitjaks {assigneduser}",
"You have unassigned {assigneduser} from card {card} on board {board}" : "Sa oled {board} tahvli {card} kaardi täitja rollist eemaldanud kasutaja {assigneduser}",
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} on {board} tahvli {card} kaardi täitja rollist eemaldanud kasutaja {assigneduser}",
"{user} has moved the card {card} from list {stackBefore} to {stack}" : "{user} on tõstnud {card} kaardi ühest loendist teise: {stackBefore} → {stack}",
"You have added the attachment {attachment} to card {card}" : "Sa oled lisanud „{card}“ kaardile „{attachment}“ manuse",
"{user} has added the attachment {attachment} to card {card}" : "{user} on lisanud „{card}“ kaardile „{attachment}“ manuse",
"You have updated the attachment {attachment} on card {card}" : "Sina oled uuendanud „{card}“ kaardil „{attachment}“ manust",
"{user} has updated the attachment {attachment} on card {card}" : "{user} on uuendanud „{card}“ kaardil „{attachment}“ manust",
"You have deleted the attachment {attachment} from card {card}" : "Sina oled kustutanud „{card}“ kaardilt „{attachment}“ manuse",
"{user} has deleted the attachment {attachment} from card {card}" : "{user} on kustutanud „{card}“ kaardilt „{attachment}“ manuse",
"You have restored the attachment {attachment} to card {card}" : "Sa oled taastanud „{card}“ kaardile „{attachment}“ manuse",
"{user} has restored the attachment {attachment} to card {card}" : "{user} on taastanud „{card}“ kaardi „{attachment}“ manuse",
"You have commented on card {card}" : "Sina oled kommenteerinud „{card}“ kaarti",
"{user} has commented on card {card}" : "{user} on kommenteerinud „{card}“ kaarti",
"Deck" : "Deck", "Deck" : "Deck",
"Changes in the <strong>Deck app</strong>" : "Muudatused <strong>Kanbani rakenduses</strong>", "Changes in the <strong>Deck app</strong>" : "Muudatused <strong>Kanbani rakenduses</strong>",
"A <strong>board, list or card</strong> was changed" : "<strong>Tahvel, loend või kaart</strong> on muutunud", "A <strong>board, list or card</strong> was changed" : "<strong>Tahvel, loend või kaart</strong> on muutunud",
@@ -87,15 +64,9 @@ OC.L10N.register(
"Action needed" : "Tegevus on vajalik", "Action needed" : "Tegevus on vajalik",
"Later" : "Hiljem", "Later" : "Hiljem",
"copy" : "koopia", "copy" : "koopia",
"Read more inside" : "Loe lisateavet järgnevast",
"Custom lists - click to rename!" : "Kohandatud loendid - klõpsi nime muutmiseks!",
"To Do" : "Tegemiseks", "To Do" : "Tegemiseks",
"In Progress" : "Töös", "In Progress" : "Töös",
"Done" : "Valmis", "Done" : "Valmis",
"1. Open to learn more about boards and cards" : "1. Ava lugemaks lisateavet tahvlite ja kaartide kohta",
"2. Drag cards left and right, up and down" : "2. Lohista kaarte vasakule ja paremale ning üles ja alla",
"3. Apply rich formatting and link content" : "3. Kasuta teksti vormindamise ja linkide lisamise võimalust",
"4. Share, comment and collaborate!" : "4. Jaga, kommenteeri ning osale ühistegevuses!",
"Create your first card!" : "Koosta oma esimene kaart!", "Create your first card!" : "Koosta oma esimene kaart!",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Sellel kommentaari pikkus on üle %s tähemärgi.\nTa on kaardile lisatud „%s“ nimega manusena.\nVõrguaadress: %s.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Sellel kommentaari pikkus on üle %s tähemärgi.\nTa on kaardile lisatud „%s“ nimega manusena.\nVõrguaadress: %s.",
"Attachments" : "Manused", "Attachments" : "Manused",
@@ -230,7 +201,7 @@ OC.L10N.register(
"Reply" : "Vasta", "Reply" : "Vasta",
"Update" : "Uuenda", "Update" : "Uuenda",
"Write a description …" : "Koosta kirjeldus…", "Write a description …" : "Koosta kirjeldus…",
"Could not save description" : "Kirjelduse salvestamine ei õnnestunud", "Could not save description" : "Kirjelduse salvetamine ei õnnestunud",
"Description" : "Kirjeldus", "Description" : "Kirjeldus",
"(Unsaved)" : "(Salvestamata)", "(Unsaved)" : "(Salvestamata)",
"(Saving…)" : "(Salvestan…)", "(Saving…)" : "(Salvestan…)",
@@ -348,7 +319,9 @@ OC.L10N.register(
"Note: Only the JSON format is supported for importing back into the Deck app." : "Märkus: vaid JSON-vorming on toetatud tagasi importimiseks kanbani-rakendusse.", "Note: Only the JSON format is supported for importing back into the Deck app." : "Märkus: vaid JSON-vorming on toetatud tagasi importimiseks kanbani-rakendusse.",
"Export" : "Ekspordi", "Export" : "Ekspordi",
"Loading filtered view" : "Laadin filtreeritud vaadet", "Loading filtered view" : "Laadin filtreeritud vaadet",
"Search for {searchQuery} in other boards" : "Otsi muudelt tahvlitelt: „{searchQuery}“", "Today" : "Täna",
"Tomorrow" : "Homme",
"No due" : "Tähtaega pole",
"Search for {searchQuery} in all boards" : "Otsi kõikidelt tahvlitelt: „{searchQuery}“", "Search for {searchQuery} in all boards" : "Otsi kõikidelt tahvlitelt: „{searchQuery}“",
"No results found" : "Otsingutulemusi ei leidu", "No results found" : "Otsingutulemusi ei leidu",
"Deck board {name}\n* Last modified on {lastMod}" : "Kanbani tahvel {name}\n* Viimati muudetud {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Kanbani tahvel {name}\n* Viimati muudetud {lastMod}",
@@ -389,9 +362,6 @@ OC.L10N.register(
"Example Task 3" : "Näidisülesanne 3", "Example Task 3" : "Näidisülesanne 3",
"Example Task 2" : "Näidisülesanne 2", "Example Task 2" : "Näidisülesanne 2",
"Example Task 1" : "Näidisülesanne 1", "Example Task 1" : "Näidisülesanne 1",
"Move card to another board" : "Tõsta kaart teisele tahvlile", "Move card to another board" : "Tõsta kaart teisele tahvlile"
"Today" : "Täna",
"Tomorrow" : "Homme",
"No due" : "Tähtaega pole"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -15,35 +15,12 @@
"{user} has archived the board {before}" : "{user} on {before} tahvli arhiveerinud", "{user} has archived the board {before}" : "{user} on {before} tahvli arhiveerinud",
"You have unarchived the board {board}" : "Sa oled „{board}“ tahvli arhiivist eemaldanud", "You have unarchived the board {board}" : "Sa oled „{board}“ tahvli arhiivist eemaldanud",
"{user} has unarchived the board {before}" : "{user} on „{before}“ tahvli arhiivist eemaldanud", "{user} has unarchived the board {before}" : "{user} on „{before}“ tahvli arhiivist eemaldanud",
"{user} has created a new list {stack} on board {board}" : "{user} on „{board}“ tahvlil koostanud uue loendi „{stack}“ ",
"You have renamed the card {before} to {card}" : "Sa oled muutnud kaardi nime: {before} → {card}", "You have renamed the card {before} to {card}" : "Sa oled muutnud kaardi nime: {before} → {card}",
"{user} has renamed the card {before} to {card}" : "{user} on muutnud kaardi nime: {before} → {card}", "{user} has renamed the card {before} to {card}" : "{user} on muutnud kaardi nime: {before} → {card}",
"You have added a description to card {card} in list {stack} on board {board}" : "Sa oled {board} tahvli {stack} loendi {card} kaardile lisanud kirjelduse",
"You have marked the card {card} as done in list {stack} on board {board}" : "Sa oled märkinud {board} tahvli {stack} loendi {card} kaardi tehtuks", "You have marked the card {card} as done in list {stack} on board {board}" : "Sa oled märkinud {board} tahvli {stack} loendi {card} kaardi tehtuks",
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} on märkinud {board} tahvli {stack} loendi {card} kaardi tehtuks", "{user} has marked card {card} as done in list {stack} on board {board}" : "{user} on märkinud {board} tahvli {stack} loendi {card} kaardi tehtuks",
"You have marked the card {card} as undone in list {stack} on board {board}" : "Sa oled märkinud {board} tahvli {stack} loendi {card} kaardi mittetehtuks", "You have marked the card {card} as undone in list {stack} on board {board}" : "Sa oled märkinud {board} tahvli {stack} loendi {card} kaardi mittetehtuks",
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} on märkinud {board} tahvli {stack} loendi {card} kaardi mittetehtuks", "{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} on märkinud {board} tahvli {stack} loendi {card} kaardi mittetehtuks",
"You have removed the due date of card {card}" : "Sina oled eemaldanud „{card}“ kaardi tähtaja",
"{user} has removed the due date of card {card}" : "{user} on eemaldanud „{card}“ kaardi tähtaja",
"You have set the due date of card {card} to {after}" : "Sina oled määranud „{card}“ kaardi tähtajaks {after}",
"{user} has set the due date of card {card} to {after}" : "{user} on määranud „{card}“ kaardi tähtajaks {after}",
"You have updated the due date of card {card} to {after}" : "Sina oled muutnud „{card}“ kaardi tähtajaks {after}",
"{user} has updated the due date of card {card} to {after}" : "{user} on muutnud „{card}“ kaardi tähtajaks {after}",
"You have assigned {assigneduser} to card {card} on board {board}" : "Sa oled määranud {board} tahvli {card} kaardi täitjaks {assigneduser}",
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} on määranud {board} tahvli {card} kaardi täitjaks {assigneduser}",
"You have unassigned {assigneduser} from card {card} on board {board}" : "Sa oled {board} tahvli {card} kaardi täitja rollist eemaldanud kasutaja {assigneduser}",
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} on {board} tahvli {card} kaardi täitja rollist eemaldanud kasutaja {assigneduser}",
"{user} has moved the card {card} from list {stackBefore} to {stack}" : "{user} on tõstnud {card} kaardi ühest loendist teise: {stackBefore} → {stack}",
"You have added the attachment {attachment} to card {card}" : "Sa oled lisanud „{card}“ kaardile „{attachment}“ manuse",
"{user} has added the attachment {attachment} to card {card}" : "{user} on lisanud „{card}“ kaardile „{attachment}“ manuse",
"You have updated the attachment {attachment} on card {card}" : "Sina oled uuendanud „{card}“ kaardil „{attachment}“ manust",
"{user} has updated the attachment {attachment} on card {card}" : "{user} on uuendanud „{card}“ kaardil „{attachment}“ manust",
"You have deleted the attachment {attachment} from card {card}" : "Sina oled kustutanud „{card}“ kaardilt „{attachment}“ manuse",
"{user} has deleted the attachment {attachment} from card {card}" : "{user} on kustutanud „{card}“ kaardilt „{attachment}“ manuse",
"You have restored the attachment {attachment} to card {card}" : "Sa oled taastanud „{card}“ kaardile „{attachment}“ manuse",
"{user} has restored the attachment {attachment} to card {card}" : "{user} on taastanud „{card}“ kaardi „{attachment}“ manuse",
"You have commented on card {card}" : "Sina oled kommenteerinud „{card}“ kaarti",
"{user} has commented on card {card}" : "{user} on kommenteerinud „{card}“ kaarti",
"Deck" : "Deck", "Deck" : "Deck",
"Changes in the <strong>Deck app</strong>" : "Muudatused <strong>Kanbani rakenduses</strong>", "Changes in the <strong>Deck app</strong>" : "Muudatused <strong>Kanbani rakenduses</strong>",
"A <strong>board, list or card</strong> was changed" : "<strong>Tahvel, loend või kaart</strong> on muutunud", "A <strong>board, list or card</strong> was changed" : "<strong>Tahvel, loend või kaart</strong> on muutunud",
@@ -85,15 +62,9 @@
"Action needed" : "Tegevus on vajalik", "Action needed" : "Tegevus on vajalik",
"Later" : "Hiljem", "Later" : "Hiljem",
"copy" : "koopia", "copy" : "koopia",
"Read more inside" : "Loe lisateavet järgnevast",
"Custom lists - click to rename!" : "Kohandatud loendid - klõpsi nime muutmiseks!",
"To Do" : "Tegemiseks", "To Do" : "Tegemiseks",
"In Progress" : "Töös", "In Progress" : "Töös",
"Done" : "Valmis", "Done" : "Valmis",
"1. Open to learn more about boards and cards" : "1. Ava lugemaks lisateavet tahvlite ja kaartide kohta",
"2. Drag cards left and right, up and down" : "2. Lohista kaarte vasakule ja paremale ning üles ja alla",
"3. Apply rich formatting and link content" : "3. Kasuta teksti vormindamise ja linkide lisamise võimalust",
"4. Share, comment and collaborate!" : "4. Jaga, kommenteeri ning osale ühistegevuses!",
"Create your first card!" : "Koosta oma esimene kaart!", "Create your first card!" : "Koosta oma esimene kaart!",
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Sellel kommentaari pikkus on üle %s tähemärgi.\nTa on kaardile lisatud „%s“ nimega manusena.\nVõrguaadress: %s.", "This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Sellel kommentaari pikkus on üle %s tähemärgi.\nTa on kaardile lisatud „%s“ nimega manusena.\nVõrguaadress: %s.",
"Attachments" : "Manused", "Attachments" : "Manused",
@@ -228,7 +199,7 @@
"Reply" : "Vasta", "Reply" : "Vasta",
"Update" : "Uuenda", "Update" : "Uuenda",
"Write a description …" : "Koosta kirjeldus…", "Write a description …" : "Koosta kirjeldus…",
"Could not save description" : "Kirjelduse salvestamine ei õnnestunud", "Could not save description" : "Kirjelduse salvetamine ei õnnestunud",
"Description" : "Kirjeldus", "Description" : "Kirjeldus",
"(Unsaved)" : "(Salvestamata)", "(Unsaved)" : "(Salvestamata)",
"(Saving…)" : "(Salvestan…)", "(Saving…)" : "(Salvestan…)",
@@ -346,7 +317,9 @@
"Note: Only the JSON format is supported for importing back into the Deck app." : "Märkus: vaid JSON-vorming on toetatud tagasi importimiseks kanbani-rakendusse.", "Note: Only the JSON format is supported for importing back into the Deck app." : "Märkus: vaid JSON-vorming on toetatud tagasi importimiseks kanbani-rakendusse.",
"Export" : "Ekspordi", "Export" : "Ekspordi",
"Loading filtered view" : "Laadin filtreeritud vaadet", "Loading filtered view" : "Laadin filtreeritud vaadet",
"Search for {searchQuery} in other boards" : "Otsi muudelt tahvlitelt: „{searchQuery}“", "Today" : "Täna",
"Tomorrow" : "Homme",
"No due" : "Tähtaega pole",
"Search for {searchQuery} in all boards" : "Otsi kõikidelt tahvlitelt: „{searchQuery}“", "Search for {searchQuery} in all boards" : "Otsi kõikidelt tahvlitelt: „{searchQuery}“",
"No results found" : "Otsingutulemusi ei leidu", "No results found" : "Otsingutulemusi ei leidu",
"Deck board {name}\n* Last modified on {lastMod}" : "Kanbani tahvel {name}\n* Viimati muudetud {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Kanbani tahvel {name}\n* Viimati muudetud {lastMod}",
@@ -387,9 +360,6 @@
"Example Task 3" : "Näidisülesanne 3", "Example Task 3" : "Näidisülesanne 3",
"Example Task 2" : "Näidisülesanne 2", "Example Task 2" : "Näidisülesanne 2",
"Example Task 1" : "Näidisülesanne 1", "Example Task 1" : "Näidisülesanne 1",
"Move card to another board" : "Tõsta kaart teisele tahvlile", "Move card to another board" : "Tõsta kaart teisele tahvlile"
"Today" : "Täna",
"Tomorrow" : "Homme",
"No due" : "Tähtaega pole"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -274,7 +274,6 @@ OC.L10N.register(
"{count} comments, {unread} unread" : "{count} iruzkin, {unread} irakurri gabe", "{count} comments, {unread} unread" : "{count} iruzkin, {unread} irakurri gabe",
"Todo items" : "Elementuak egiteke", "Todo items" : "Elementuak egiteke",
"Edit card title" : "Editatu txartelaren izenburua", "Edit card title" : "Editatu txartelaren izenburua",
"Open link" : "Ireki esteka",
"Card deleted" : "Txartela ezabatuta", "Card deleted" : "Txartela ezabatuta",
"Edit title" : "Editatu izenburua", "Edit title" : "Editatu izenburua",
"Assign to me" : "Esleitu niri", "Assign to me" : "Esleitu niri",
@@ -344,6 +343,9 @@ OC.L10N.register(
"Export as CSV" : "Esportatu CSV gisa", "Export as CSV" : "Esportatu CSV gisa",
"Export" : "Esportatu", "Export" : "Esportatu",
"Loading filtered view" : "Kargatzen iragazitako ikuspegia", "Loading filtered view" : "Kargatzen iragazitako ikuspegia",
"Today" : "Gaur",
"Tomorrow" : "Bihar",
"No due" : "Epemugarik ez",
"Search for {searchQuery} in all boards" : "Bilatu {searchQuery} taula guztietan", "Search for {searchQuery} in all boards" : "Bilatu {searchQuery} taula guztietan",
"No results found" : "Ez da emaitzarik aurkitu", "No results found" : "Ez da emaitzarik aurkitu",
"Deck board {name}\n* Last modified on {lastMod}" : " Deck-eko {izena} taula\n* Azken aldaketa {lastMod}-n", "Deck board {name}\n* Last modified on {lastMod}" : " Deck-eko {izena} taula\n* Azken aldaketa {lastMod}-n",
@@ -383,9 +385,6 @@ OC.L10N.register(
"Example Task 3" : "Adibidetarako ataza 3", "Example Task 3" : "Adibidetarako ataza 3",
"Example Task 2" : "Adibidetarako ataza 2", "Example Task 2" : "Adibidetarako ataza 2",
"Example Task 1" : "Adibidetarako ataza 1", "Example Task 1" : "Adibidetarako ataza 1",
"Move card to another board" : "Mugitu txartela beste taula batera", "Move card to another board" : "Mugitu txartela beste taula batera"
"Today" : "Gaur",
"Tomorrow" : "Bihar",
"No due" : "Epemugarik ez"
}, },
"nplurals=2; plural=(n != 1);"); "nplurals=2; plural=(n != 1);");

View File

@@ -272,7 +272,6 @@
"{count} comments, {unread} unread" : "{count} iruzkin, {unread} irakurri gabe", "{count} comments, {unread} unread" : "{count} iruzkin, {unread} irakurri gabe",
"Todo items" : "Elementuak egiteke", "Todo items" : "Elementuak egiteke",
"Edit card title" : "Editatu txartelaren izenburua", "Edit card title" : "Editatu txartelaren izenburua",
"Open link" : "Ireki esteka",
"Card deleted" : "Txartela ezabatuta", "Card deleted" : "Txartela ezabatuta",
"Edit title" : "Editatu izenburua", "Edit title" : "Editatu izenburua",
"Assign to me" : "Esleitu niri", "Assign to me" : "Esleitu niri",
@@ -342,6 +341,9 @@
"Export as CSV" : "Esportatu CSV gisa", "Export as CSV" : "Esportatu CSV gisa",
"Export" : "Esportatu", "Export" : "Esportatu",
"Loading filtered view" : "Kargatzen iragazitako ikuspegia", "Loading filtered view" : "Kargatzen iragazitako ikuspegia",
"Today" : "Gaur",
"Tomorrow" : "Bihar",
"No due" : "Epemugarik ez",
"Search for {searchQuery} in all boards" : "Bilatu {searchQuery} taula guztietan", "Search for {searchQuery} in all boards" : "Bilatu {searchQuery} taula guztietan",
"No results found" : "Ez da emaitzarik aurkitu", "No results found" : "Ez da emaitzarik aurkitu",
"Deck board {name}\n* Last modified on {lastMod}" : " Deck-eko {izena} taula\n* Azken aldaketa {lastMod}-n", "Deck board {name}\n* Last modified on {lastMod}" : " Deck-eko {izena} taula\n* Azken aldaketa {lastMod}-n",
@@ -381,9 +383,6 @@
"Example Task 3" : "Adibidetarako ataza 3", "Example Task 3" : "Adibidetarako ataza 3",
"Example Task 2" : "Adibidetarako ataza 2", "Example Task 2" : "Adibidetarako ataza 2",
"Example Task 1" : "Adibidetarako ataza 1", "Example Task 1" : "Adibidetarako ataza 1",
"Move card to another board" : "Mugitu txartela beste taula batera", "Move card to another board" : "Mugitu txartela beste taula batera"
"Today" : "Gaur",
"Tomorrow" : "Bihar",
"No due" : "Epemugarik ez"
},"pluralForm" :"nplurals=2; plural=(n != 1);" },"pluralForm" :"nplurals=2; plural=(n != 1);"
} }

View File

@@ -292,6 +292,9 @@ OC.L10N.register(
"Export as CSV" : "Export as CSV", "Export as CSV" : "Export as CSV",
"Export" : "دریافت خروجی", "Export" : "دریافت خروجی",
"Loading filtered view" : "Loading filtered view", "Loading filtered view" : "Loading filtered view",
"Today" : "Today",
"Tomorrow" : "فردا",
"No due" : "No due",
"Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards", "Search for {searchQuery} in all boards" : "Search for {searchQuery} in all boards",
"No results found" : "هیچ نتیجه ای یافت نشد", "No results found" : "هیچ نتیجه ای یافت نشد",
"Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}", "Deck board {name}\n* Last modified on {lastMod}" : "Deck board {name}\n* Last modified on {lastMod}",
@@ -329,9 +332,6 @@ OC.L10N.register(
"Example Task 3" : "نمونه کار ۳", "Example Task 3" : "نمونه کار ۳",
"Example Task 2" : "نمونه کار ۲", "Example Task 2" : "نمونه کار ۲",
"Example Task 1" : "نمونه کار ۱", "Example Task 1" : "نمونه کار ۱",
"Move card to another board" : "انتقال برگه به تخته‌ای دیگر", "Move card to another board" : "انتقال برگه به تخته‌ای دیگر"
"Today" : "Today",
"Tomorrow" : "فردا",
"No due" : "No due"
}, },
"nplurals=2; plural=(n > 1);"); "nplurals=2; plural=(n > 1);");

Some files were not shown because too many files have changed in this diff Show More