Compare commits
129 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c99b4bf4ab | ||
|
|
296e7abf14 | ||
|
|
c6ef07ceb0 | ||
|
|
4e937bd03a | ||
|
|
84943c5889 | ||
|
|
4ed71b7a63 | ||
|
|
4ab8078103 | ||
|
|
6b75a1ab1b | ||
|
|
76e3a3a25e | ||
|
|
9503de4716 | ||
|
|
3340ccec6f | ||
|
|
a90e099113 | ||
|
|
aa69495075 | ||
|
|
11eb779beb | ||
|
|
836e2b33df | ||
|
|
c63b72bf2e | ||
|
|
c20008dacc | ||
|
|
edacda1377 | ||
|
|
2f0ad2d639 | ||
|
|
745d76c74b | ||
|
|
3b7f49de55 | ||
|
|
e336bd98b2 | ||
|
|
f62e87cffa | ||
|
|
d4d716b1f5 | ||
|
|
6e89dd48bc | ||
|
|
2bbd572cb5 | ||
|
|
17543eaf94 | ||
|
|
4f4e9fa5c7 | ||
|
|
d0060604a6 | ||
|
|
9f8df2bbd4 | ||
|
|
139cca1ae8 | ||
|
|
32054adcb5 | ||
|
|
764dd1e995 | ||
|
|
b65fde069f | ||
|
|
bec68eb5c3 | ||
|
|
8dca76f9f0 | ||
|
|
13ed30e2bc | ||
|
|
a7ff79605d | ||
|
|
b5bebac3c2 | ||
|
|
756d78f78a | ||
|
|
7e55cb18b3 | ||
|
|
b834ef664a | ||
|
|
1ee0e16f9e | ||
|
|
63434d7b63 | ||
|
|
d9f993dc5b | ||
|
|
9090c13417 | ||
|
|
0630dafef9 | ||
|
|
150ab7b83a | ||
|
|
11cc569914 | ||
|
|
eaf58e0fc9 | ||
|
|
da994c5ecd | ||
|
|
cef4cc6a4d | ||
|
|
d761323887 | ||
|
|
0857270a48 | ||
|
|
df178369c0 | ||
|
|
8c3edf077d | ||
|
|
ac477a58c3 | ||
|
|
504f977739 | ||
|
|
00e813295b | ||
|
|
300d300c45 | ||
|
|
1514f9a737 | ||
|
|
f4fe271b39 | ||
|
|
1c01881eb7 | ||
|
|
af1564d8e5 | ||
|
|
35515ce157 | ||
|
|
fd62ab7a59 | ||
|
|
1557797926 | ||
|
|
90a8b479f6 | ||
|
|
c2fae6b2d7 | ||
|
|
89a3f4fc26 | ||
|
|
7aa94c74d7 | ||
|
|
33993418ac | ||
|
|
75a2d9d54c | ||
|
|
b1a3c6b237 | ||
|
|
437704abb3 | ||
|
|
0e09548e69 | ||
|
|
37834cb926 | ||
|
|
7dd3bb49f4 | ||
|
|
fdf1eaeaed | ||
|
|
4cc88c8b64 | ||
|
|
db331ecb72 | ||
|
|
c2757bec7d | ||
|
|
e074eac092 | ||
|
|
d5166c74e5 | ||
|
|
226e3c8212 | ||
|
|
a680915a89 | ||
|
|
b8ff06e5d2 | ||
|
|
5a108b64b0 | ||
|
|
00630587af | ||
|
|
b02cf925a1 | ||
|
|
aaa26575dd | ||
|
|
aebb3cef03 | ||
|
|
18a7ae3a1a | ||
|
|
6c84c67970 | ||
|
|
d449acde30 | ||
|
|
c1e700cefa | ||
|
|
30df03948c | ||
|
|
15ea081daa | ||
|
|
0f71741c46 | ||
|
|
585f0999a3 | ||
|
|
d51f645299 | ||
|
|
ebbe4eb802 | ||
|
|
d6c94f44d9 | ||
|
|
86345a6338 | ||
|
|
2c77d8a589 | ||
|
|
16cbbd4805 | ||
|
|
8aa77679c8 | ||
|
|
e6cff5bbb6 | ||
|
|
86ed24744c | ||
|
|
01ed3625dc | ||
|
|
cc9dea1f2b | ||
|
|
b16ade905c | ||
|
|
ee1bba7d99 | ||
|
|
3407097e95 | ||
|
|
47ac3e6082 | ||
|
|
75110bed47 | ||
|
|
74f0106718 | ||
|
|
958d50d9b7 | ||
|
|
5f4aa017b6 | ||
|
|
92c2a58f50 | ||
|
|
75bf0dffe6 | ||
|
|
45a10f0840 | ||
|
|
fbf3b1cd19 | ||
|
|
0cc4151929 | ||
|
|
e261ade1bb | ||
|
|
5d7e54d419 | ||
|
|
3499858295 | ||
|
|
1615e218bd | ||
|
|
9a3b859780 |
151
.github/workflows/appstore-build-publish.yml
vendored
Normal file
151
.github/workflows/appstore-build-publish.yml
vendored
Normal file
@@ -0,0 +1,151 @@
|
|||||||
|
# This workflow is provided via the organization template repository
|
||||||
|
#
|
||||||
|
# https://github.com/nextcloud/.github
|
||||||
|
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
|
||||||
|
|
||||||
|
name: Build and publish app release
|
||||||
|
|
||||||
|
on:
|
||||||
|
release:
|
||||||
|
types: [published]
|
||||||
|
|
||||||
|
env:
|
||||||
|
PHP_VERSION: 7.4
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build_and_publish:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
# Only allowed to be run on nextcloud-releases repositories
|
||||||
|
if: ${{ github.repository_owner == 'nextcloud-releases' }}
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Check actor permission
|
||||||
|
uses: skjnldsv/check-actor-permission@v2
|
||||||
|
with:
|
||||||
|
require: write
|
||||||
|
|
||||||
|
- name: Set app env
|
||||||
|
run: |
|
||||||
|
# Split and keep last
|
||||||
|
echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
|
||||||
|
echo "APP_VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
path: ${{ env.APP_NAME }}
|
||||||
|
|
||||||
|
- name: Get appinfo data
|
||||||
|
id: appinfo
|
||||||
|
uses: skjnldsv/xpath-action@master
|
||||||
|
with:
|
||||||
|
filename: ${{ env.APP_NAME }}/appinfo/info.xml
|
||||||
|
expression: "//info//dependencies//nextcloud/@min-version"
|
||||||
|
|
||||||
|
- name: Read package.json node and npm engines version
|
||||||
|
uses: skjnldsv/read-package-engines-version-actions@v1.2
|
||||||
|
id: versions
|
||||||
|
# Continue if no package.json
|
||||||
|
continue-on-error: true
|
||||||
|
with:
|
||||||
|
path: ${{ env.APP_NAME }}
|
||||||
|
fallbackNode: "^12"
|
||||||
|
fallbackNpm: "^6"
|
||||||
|
|
||||||
|
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
|
||||||
|
# Skip if no package.json
|
||||||
|
if: ${{ steps.versions.outputs.nodeVersion }}
|
||||||
|
uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: ${{ steps.versions.outputs.nodeVersion }}
|
||||||
|
|
||||||
|
- name: Set up npm ${{ steps.versions.outputs.npmVersion }}
|
||||||
|
# Skip if no package.json
|
||||||
|
if: ${{ steps.versions.outputs.npmVersion }}
|
||||||
|
run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"
|
||||||
|
|
||||||
|
- name: Set up php ${{ env.PHP_VERSION }}
|
||||||
|
uses: shivammathur/setup-php@v2
|
||||||
|
with:
|
||||||
|
php-version: ${{ env.PHP_VERSION }}
|
||||||
|
coverage: none
|
||||||
|
|
||||||
|
- name: Check composer.json
|
||||||
|
id: check_composer
|
||||||
|
uses: andstor/file-existence-action@v1
|
||||||
|
with:
|
||||||
|
files: "${{ env.APP_NAME }}/composer.json"
|
||||||
|
|
||||||
|
- name: Install composer dependencies
|
||||||
|
if: steps.check_composer.outputs.files_exists == 'true'
|
||||||
|
run: |
|
||||||
|
cd ${{ env.APP_NAME }}
|
||||||
|
composer install --no-dev
|
||||||
|
|
||||||
|
- name: Build ${{ env.APP_NAME }}
|
||||||
|
# Skip if no package.json
|
||||||
|
if: ${{ steps.versions.outputs.nodeVersion }}
|
||||||
|
run: |
|
||||||
|
cd ${{ env.APP_NAME }}
|
||||||
|
npm ci
|
||||||
|
npm run build
|
||||||
|
|
||||||
|
- name: Install Krankerl
|
||||||
|
run: |
|
||||||
|
wget https://github.com/ChristophWurst/krankerl/releases/download/v0.13.0/krankerl_0.13.0_amd64.deb
|
||||||
|
sudo dpkg -i krankerl_0.13.0_amd64.deb
|
||||||
|
|
||||||
|
- name: Package ${{ env.APP_NAME }} ${{ env.APP_VERSION }}
|
||||||
|
# Try krankerl, fallback to makefile
|
||||||
|
run: |
|
||||||
|
cd ${{ env.APP_NAME }}
|
||||||
|
krankerl package || make appstore
|
||||||
|
|
||||||
|
- name: Checkout server ${{ fromJSON(steps.appinfo.outputs.result).nextcloud.min-version }}
|
||||||
|
continue-on-error: true
|
||||||
|
id: server-checkout
|
||||||
|
run: |
|
||||||
|
NCVERSION=${{ fromJSON(steps.appinfo.outputs.result).nextcloud.min-version }}
|
||||||
|
wget --quiet https://download.nextcloud.com/server/releases/latest-$NCVERSION.zip
|
||||||
|
unzip latest-$NCVERSION.zip
|
||||||
|
|
||||||
|
- name: Checkout server master fallback
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
if: ${{ steps.server-checkout.outcome != 'success' }}
|
||||||
|
with:
|
||||||
|
repository: nextcloud/server
|
||||||
|
path: nextcloud
|
||||||
|
|
||||||
|
- name: Sign app
|
||||||
|
run: |
|
||||||
|
# Extracting release
|
||||||
|
cd ${{ env.APP_NAME }}/build/artifacts
|
||||||
|
tar -xvf ${{ env.APP_NAME }}.tar.gz
|
||||||
|
cd ../../../
|
||||||
|
# Setting up keys
|
||||||
|
echo "${{ secrets.APP_PRIVATE_KEY }}" > ${{ env.APP_NAME }}.key
|
||||||
|
wget --quiet "https://github.com/nextcloud/app-certificate-requests/raw/master/${{ env.APP_NAME }}/${{ env.APP_NAME }}.crt"
|
||||||
|
# Signing
|
||||||
|
php nextcloud/occ integrity:sign-app --privateKey=../${{ env.APP_NAME }}.key --certificate=../${{ env.APP_NAME }}.crt --path=../${{ env.APP_NAME }}/build/artifacts/${{ env.APP_NAME }}
|
||||||
|
# Rebuilding archive
|
||||||
|
cd ${{ env.APP_NAME }}/build/artifacts
|
||||||
|
tar -zcvf ${{ env.APP_NAME }}.tar.gz ${{ env.APP_NAME }}
|
||||||
|
|
||||||
|
- name: Attach tarball to github release
|
||||||
|
uses: svenstaro/upload-release-action@v2
|
||||||
|
id: attach_to_release
|
||||||
|
with:
|
||||||
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
file: ${{ env.APP_NAME }}/build/artifacts/${{ env.APP_NAME }}.tar.gz
|
||||||
|
asset_name: ${{ env.APP_NAME }}-${{ env.APP_VERSION }}.tar.gz
|
||||||
|
tag: ${{ github.ref }}
|
||||||
|
overwrite: true
|
||||||
|
|
||||||
|
- name: Upload app to Nextcloud appstore
|
||||||
|
uses: nextcloud-releases/nextcloud-appstore-push-action@v1
|
||||||
|
with:
|
||||||
|
app_name: ${{ env.APP_NAME }}
|
||||||
|
appstore_token: ${{ secrets.APPSTORE_TOKEN }}
|
||||||
|
download_url: ${{ steps.attach_to_release.outputs.browser_download_url }}
|
||||||
|
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}
|
||||||
4
.github/workflows/integration.yml
vendored
4
.github/workflows/integration.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
php-versions: ['7.4']
|
php-versions: ['7.4']
|
||||||
databases: ['sqlite', 'mysql', 'pgsql']
|
databases: ['sqlite', 'mysql', 'pgsql']
|
||||||
server-versions: ['master']
|
server-versions: ['stable22']
|
||||||
|
|
||||||
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
|
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
|
||||||
|
|
||||||
@@ -34,7 +34,7 @@ jobs:
|
|||||||
POSTGRES_DB: nextcloud
|
POSTGRES_DB: nextcloud
|
||||||
options: --health-cmd pg_isready --health-interval 5s --health-timeout 2s --health-retries 5
|
options: --health-cmd pg_isready --health-interval 5s --health-timeout 2s --health-retries 5
|
||||||
mysql:
|
mysql:
|
||||||
image: mariadb
|
image: mariadb:10.5
|
||||||
ports:
|
ports:
|
||||||
- 4444:3306/tcp
|
- 4444:3306/tcp
|
||||||
env:
|
env:
|
||||||
|
|||||||
4
.github/workflows/phpunit.yml
vendored
4
.github/workflows/phpunit.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
php-versions: ['7.3', '7.4']
|
php-versions: ['7.3', '7.4']
|
||||||
databases: ['sqlite', 'mysql', 'pgsql']
|
databases: ['sqlite', 'mysql', 'pgsql']
|
||||||
server-versions: ['master']
|
server-versions: ['stable22']
|
||||||
|
|
||||||
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
|
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
|
||||||
|
|
||||||
@@ -35,7 +35,7 @@ jobs:
|
|||||||
POSTGRES_DB: nextcloud
|
POSTGRES_DB: nextcloud
|
||||||
options: --health-cmd pg_isready --health-interval 5s --health-timeout 2s --health-retries 5
|
options: --health-cmd pg_isready --health-interval 5s --health-timeout 2s --health-retries 5
|
||||||
mysql:
|
mysql:
|
||||||
image: mariadb
|
image: mariadb:10.5
|
||||||
ports:
|
ports:
|
||||||
- 4444:3306/tcp
|
- 4444:3306/tcp
|
||||||
env:
|
env:
|
||||||
|
|||||||
2
.github/workflows/static-analysis.yml
vendored
2
.github/workflows/static-analysis.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
ocp-version: [ 'dev-master' ]
|
ocp-version: [ 'dev-stable22' ]
|
||||||
name: Nextcloud ${{ matrix.ocp-version }}
|
name: Nextcloud ${{ matrix.ocp-version }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|||||||
119
CHANGELOG.md
119
CHANGELOG.md
@@ -1,6 +1,93 @@
|
|||||||
# 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.5.6
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Allow to download an attachment without navigating to the files app [#3441](https://api.github.com/repos/nextcloud/deck/pulls/3441)
|
||||||
|
- Fix CalDAV blocking and modernize circles API usage [#3527](https://api.github.com/repos/nextcloud/deck/pulls/3527)
|
||||||
|
- CardApiController: Fix order of optional parameters [#3521](https://api.github.com/repos/nextcloud/deck/pulls/3521)
|
||||||
|
- Fix cursor generation if no results are found [#3460](https://api.github.com/repos/nextcloud/deck/pulls/3460)
|
||||||
|
- Exclude deleted boards in the selection for target [#3524](https://api.github.com/repos/nextcloud/deck/pulls/3524)
|
||||||
|
- Generate fixed link for activity emails [#3627](https://api.github.com/repos/nextcloud/deck/pulls/3627)
|
||||||
|
- Make insert attachment buttom easy to click [#3615](https://api.github.com/repos/nextcloud/deck/pulls/3615)
|
||||||
|
- Fix confusion between stackId and boardId in StackService [#3544](https://api.github.com/repos/nextcloud/deck/pulls/3544)
|
||||||
|
|
||||||
|
## 1.5.5
|
||||||
|
|
||||||
|
- Fix release asset build
|
||||||
|
|
||||||
|
## 1.5.4
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- #3378 Fix menu button position in card modal
|
||||||
|
- #3392 Use displayname instead of uid for mentions (reopened against master)
|
||||||
|
- #3361 Improve combined search @eneiluj
|
||||||
|
- #3381 Extend drag-and-drop zone in card sidebar @Artem4590
|
||||||
|
- #3366 Fix optional parameter order
|
||||||
|
- #3407 Keep exceptions http response generic
|
||||||
|
|
||||||
|
|
||||||
|
## 1.5.3
|
||||||
|
|
||||||
|
### Fied
|
||||||
|
|
||||||
|
- #3317 Additional check for stacks
|
||||||
|
|
||||||
|
|
||||||
|
## 1.5.2
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- #3300 Fix print style issues
|
||||||
|
- #3303 Delete file shares through attachments API
|
||||||
|
- #3306 Return false instead of throwing when getting calendar setting
|
||||||
|
|
||||||
|
## 1.5.1 - 2021-09-03
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- #3224 Move circle checks to a unified service and improve member checks
|
||||||
|
- #3231 Check for null value to avoid TypeError in the group manager
|
||||||
|
- #3264 Defer obtaining the user session in the config service
|
||||||
|
|
||||||
|
|
||||||
|
## 1.5.0 - 2021-07-09
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
* Nextcloud 22 compatibility
|
||||||
|
* [#3105](https://github.com/nextcloud/deck/pull/3105) Compatibility with Cirlces changes in 22
|
||||||
|
* [#3147](https://github.com/nextcloud/deck/pull/3147) Add card button to the dashboard widget @jakobroehrl
|
||||||
|
* [#2854](https://github.com/nextcloud/deck/pull/2854) Add card button in card overview @jakobroehrl
|
||||||
|
* [#3078](https://github.com/nextcloud/deck/pull/3078) Show on shared boards unassigned cards to all users @jakobroehrl
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
* [#2935](https://github.com/nextcloud/deck/pull/2935) Rich object string parameters for notifications @nickvergessen
|
||||||
|
* [#2950](https://github.com/nextcloud/deck/pull/2950) Remove notification on unshare and add type hints
|
||||||
|
* [#2983](https://github.com/nextcloud/deck/pull/2983) Fix codemirror description width
|
||||||
|
* [#2989](https://github.com/nextcloud/deck/pull/2989) Fix unified comments search with postgres
|
||||||
|
* [#3005](https://github.com/nextcloud/deck/pull/3005) Do not query the lookupserver when looking for sharees
|
||||||
|
* [#3011](https://github.com/nextcloud/deck/pull/3011) L10n: Spelling unification @Valdnet
|
||||||
|
* [#3014](https://github.com/nextcloud/deck/pull/3014) Proper error handling when fetching comments fails
|
||||||
|
* [#3016](https://github.com/nextcloud/deck/pull/3016) Allow searching for filters without a query to match all that have a given filter set
|
||||||
|
* [#3021](https://github.com/nextcloud/deck/pull/3021) L10n: Add word "Card" @Valdnet
|
||||||
|
* [#3025](https://github.com/nextcloud/deck/pull/3025) Show comment counter and highlight if unread comments are available
|
||||||
|
* [#3036](https://github.com/nextcloud/deck/pull/3036) Add link to migration tool for Trello @maxammann
|
||||||
|
* [#3037](https://github.com/nextcloud/deck/pull/3037) Catch any error during circle detail fetching
|
||||||
|
* [#3038](https://github.com/nextcloud/deck/pull/3038) Get attachment from the user node instead of the share source
|
||||||
|
* [#3092](https://github.com/nextcloud/deck/pull/3092) Refactor update to have proper order of optional parameters
|
||||||
|
* [#3113](https://github.com/nextcloud/deck/pull/3113) Use new viewer syntax with destructuring object @azul
|
||||||
|
* [#3142](https://github.com/nextcloud/deck/pull/3142) Always pass user id in share provider
|
||||||
|
* [#3152](https://github.com/nextcloud/deck/pull/3152) Only offer stack creation in emptycontent with proper permissions
|
||||||
|
* [#3165](https://github.com/nextcloud/deck/pull/3165) Always log generic exceptions
|
||||||
|
* [#3168](https://github.com/nextcloud/deck/pull/3168) Reduce duplicate queries when fetching user boards an permissions
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## 1.4.0 - 2021-04-13
|
## 1.4.0 - 2021-04-13
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
@@ -35,15 +122,15 @@ All notable changes to this project will be documented in this file.
|
|||||||
## 1.3.0-beta2
|
## 1.3.0-beta2
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
* [#2700](https://github.com/nextcloud/deck/pull/2700) Attempt to copy file on dropping it to deck @juliushaertl
|
* [#2700](https://github.com/nextcloud/deck/pull/2700) Attempt to copy file on dropping it to deck
|
||||||
* [#2701](https://github.com/nextcloud/deck/pull/2701) Fix uploading files by drag and drop @juliushaertl
|
* [#2701](https://github.com/nextcloud/deck/pull/2701) Fix uploading files by drag and drop
|
||||||
* [#2707](https://github.com/nextcloud/deck/pull/2707) L10n: Change to a capital letter @Valdnet
|
* [#2707](https://github.com/nextcloud/deck/pull/2707) L10n: Change to a capital letter @Valdnet
|
||||||
* [#2712](https://github.com/nextcloud/deck/pull/2712) Docs: Fix table in section "GET /api/v1.0/config" @das-g
|
* [#2712](https://github.com/nextcloud/deck/pull/2712) Docs: Fix table in section "GET /api/v1.0/config" @das-g
|
||||||
* [#2716](https://github.com/nextcloud/deck/pull/2716) Remove repair step which is no longer needed as we cleanup properly @juliushaertl
|
* [#2716](https://github.com/nextcloud/deck/pull/2716) Remove repair step which is no longer needed as we cleanup properly
|
||||||
* [#2723](https://github.com/nextcloud/deck/pull/2723) Pad random color with leading zeroes @PVince81
|
* [#2723](https://github.com/nextcloud/deck/pull/2723) Pad random color with leading zeroes @PVince81
|
||||||
* [#2729](https://github.com/nextcloud/deck/pull/2729) Remove invalid activity parameters @nickvergessen
|
* [#2729](https://github.com/nextcloud/deck/pull/2729) Remove invalid activity parameters @nickvergessen
|
||||||
* [#2750](https://github.com/nextcloud/deck/pull/2750) Fix deck activity emails not being translated @nickvergessen
|
* [#2750](https://github.com/nextcloud/deck/pull/2750) Fix deck activity emails not being translated @nickvergessen
|
||||||
* [#2751](https://github.com/nextcloud/deck/pull/2751) Properly set author for activity events that are triggered by cron @juliushaertl
|
* [#2751](https://github.com/nextcloud/deck/pull/2751) Properly set author for activity events that are triggered by cron
|
||||||
|
|
||||||
|
|
||||||
## 1.2.2 - 2020-11-24
|
## 1.2.2 - 2020-11-24
|
||||||
@@ -152,31 +239,31 @@ All notable changes to this project will be documented in this file.
|
|||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|
||||||
* [#2116](https://github.com/nextcloud/deck/pull/2116) Fix navigation layout issues @juliushaertl
|
* [#2116](https://github.com/nextcloud/deck/pull/2116) Fix navigation layout issues
|
||||||
* [#2118](https://github.com/nextcloud/deck/pull/2118) Use proper parameter when handling attachments @juliushaertl
|
* [#2118](https://github.com/nextcloud/deck/pull/2118) Use proper parameter when handling attachments
|
||||||
|
|
||||||
## 1.0.4 - 2020-06-26
|
## 1.0.4 - 2020-06-26
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* [#2062](https://github.com/nextcloud/deck/pull/2062) Fix saving card description after toggling checkboxes @juliushaertl
|
* [#2062](https://github.com/nextcloud/deck/pull/2062) Fix saving card description after toggling checkboxes
|
||||||
* [#2065](https://github.com/nextcloud/deck/pull/2065) Adding CSS rule for Markdown Blockquotes @reox
|
* [#2065](https://github.com/nextcloud/deck/pull/2065) Adding CSS rule for Markdown Blockquotes @reox
|
||||||
* [#2059](https://github.com/nextcloud/deck/pull/2059) Fix fetching attachments on card change @juliushaertl
|
* [#2059](https://github.com/nextcloud/deck/pull/2059) Fix fetching attachments on card change
|
||||||
* [#2060](https://github.com/nextcloud/deck/pull/2060) Use mixing for relative date in card sidebar @juliushaertl
|
* [#2060](https://github.com/nextcloud/deck/pull/2060) Use mixing for relative date in card sidebar
|
||||||
|
|
||||||
|
|
||||||
## 1.0.3 - 2020-06-19
|
## 1.0.3 - 2020-06-19
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* [#2019](https://github.com/nextcloud/deck/pull/2019) Remove old global css rule @juliushaertl
|
* [#2019](https://github.com/nextcloud/deck/pull/2019) Remove old global css rule
|
||||||
* [#2020](https://github.com/nextcloud/deck/pull/2020) Fix navigation issue with leftover nodes @juliushaertl
|
* [#2020](https://github.com/nextcloud/deck/pull/2020) Fix navigation issue with leftover nodes
|
||||||
* [#2021](https://github.com/nextcloud/deck/pull/2021) Fix description issues @juliushaertl
|
* [#2021](https://github.com/nextcloud/deck/pull/2021) Fix description issues
|
||||||
* [#2022](https://github.com/nextcloud/deck/pull/2022) Fix replyto issues with the comments API @juliushaertl
|
* [#2022](https://github.com/nextcloud/deck/pull/2022) Fix replyto issues with the comments API
|
||||||
* [#2027](https://github.com/nextcloud/deck/pull/2027) Allow to unassign current user from card @juliushaertl
|
* [#2027](https://github.com/nextcloud/deck/pull/2027) Allow to unassign current user from card
|
||||||
* [#2029](https://github.com/nextcloud/deck/pull/2029) Fix wording : stack -> list @cloud2018
|
* [#2029](https://github.com/nextcloud/deck/pull/2029) Fix wording : stack -> list @cloud2018
|
||||||
* [#2032](https://github.com/nextcloud/deck/pull/2032) Force order by id as second sorting key @juliushaertl
|
* [#2032](https://github.com/nextcloud/deck/pull/2032) Force order by id as second sorting key
|
||||||
* [#2045](https://github.com/nextcloud/deck/pull/2045) Improve label styling @juliushaertl
|
* [#2045](https://github.com/nextcloud/deck/pull/2045) Improve label styling
|
||||||
* [#2010](https://github.com/nextcloud/deck/pull/2010) User documentation fixes @Nyco
|
* [#2010](https://github.com/nextcloud/deck/pull/2010) User documentation fixes @Nyco
|
||||||
* [#1998](https://github.com/nextcloud/deck/pull/1998) Add Checklist explaination to the doc @4rnoP
|
* [#1998](https://github.com/nextcloud/deck/pull/1998) Add Checklist explaination to the doc @4rnoP
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
||||||
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
|
||||||
<id>deck</id>
|
<id>deck</id>
|
||||||
<name>Deck</name>
|
<name>Deck</name>
|
||||||
<summary>Personal planning and team project organization</summary>
|
<summary>Personal planning and team project organization</summary>
|
||||||
@@ -17,12 +16,12 @@
|
|||||||
- 🚀 Get your project organized
|
- 🚀 Get your project organized
|
||||||
|
|
||||||
</description>
|
</description>
|
||||||
<version>2.0.0-alpha1</version>
|
<version>1.5.6</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author>Julius Härtl</author>
|
<author>Julius Härtl</author>
|
||||||
<namespace>Deck</namespace>
|
<namespace>Deck</namespace>
|
||||||
<types>
|
<types>
|
||||||
<dav />
|
<dav/>
|
||||||
</types>
|
</types>
|
||||||
<category>organization</category>
|
<category>organization</category>
|
||||||
<category>office</category>
|
<category>office</category>
|
||||||
@@ -36,7 +35,7 @@
|
|||||||
<database min-version="9.4">pgsql</database>
|
<database min-version="9.4">pgsql</database>
|
||||||
<database>sqlite</database>
|
<database>sqlite</database>
|
||||||
<database min-version="5.5">mysql</database>
|
<database min-version="5.5">mysql</database>
|
||||||
<nextcloud min-version="22" max-version="22" />
|
<nextcloud min-version="22" max-version="22"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<background-jobs>
|
<background-jobs>
|
||||||
<job>OCA\Deck\Cron\DeleteCron</job>
|
<job>OCA\Deck\Cron\DeleteCron</job>
|
||||||
|
|||||||
@@ -25,6 +25,7 @@
|
|||||||
return [
|
return [
|
||||||
'routes' => [
|
'routes' => [
|
||||||
['name' => 'page#index', 'url' => '/', 'verb' => 'GET'],
|
['name' => 'page#index', 'url' => '/', 'verb' => 'GET'],
|
||||||
|
['name' => 'page#redirectToCard', 'url' => '/card/{cardId}', 'verb' => 'GET'],
|
||||||
|
|
||||||
// boards
|
// boards
|
||||||
['name' => 'board#index', 'url' => '/boards', 'verb' => 'GET'],
|
['name' => 'board#index', 'url' => '/boards', 'verb' => 'GET'],
|
||||||
|
|||||||
@@ -2,21 +2,26 @@
|
|||||||
/* hide stuff */
|
/* hide stuff */
|
||||||
#body-user {
|
#body-user {
|
||||||
#header,
|
#header,
|
||||||
div#app-navigation,
|
.app-navigation,
|
||||||
div.board-header-controls,
|
.app-sidebar,
|
||||||
|
.board-header-controls,
|
||||||
|
.board-actions,
|
||||||
#app-navigation-toggle,
|
#app-navigation-toggle,
|
||||||
#app-navigation-toggle-custom,
|
#app-navigation-toggle-custom,
|
||||||
div#controls.ng-scope div.crumb:not(.title),
|
div#controls.ng-scope div.crumb:not(.title),
|
||||||
div#controls.ng-scope div.crumb a.bullet,
|
div#controls.ng-scope div.crumb a.bullet,
|
||||||
a.ng-binding + a,
|
a.ng-binding + a,
|
||||||
div.card.create,
|
div.card.create,
|
||||||
|
.stack__header .action-item,
|
||||||
button.card-options {
|
button.card-options {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#app-content {
|
#app-content {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
}
|
}
|
||||||
@@ -75,6 +80,11 @@
|
|||||||
margin: 2cm;
|
margin: 2cm;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.board {
|
||||||
|
max-height: none !important;
|
||||||
|
overflow: visible !important;
|
||||||
|
}
|
||||||
|
|
||||||
div#innerBoard {
|
div#innerBoard {
|
||||||
display:flex;
|
display:flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|||||||
@@ -959,6 +959,7 @@ For now only `deck_file` is supported as an attachment type.
|
|||||||
|
|
||||||
### DELETE /boards/{boardId}/stacks/{stackId}/cards/{cardId}/attachments/{attachmentId} - Delete an attachment
|
### DELETE /boards/{boardId}/stacks/{stackId}/cards/{cardId}/attachments/{attachmentId} - Delete an attachment
|
||||||
|
|
||||||
|
|
||||||
#### Request parameters
|
#### Request parameters
|
||||||
|
|
||||||
| Parameter | Type | Description |
|
| Parameter | Type | Description |
|
||||||
|
|||||||
@@ -24,6 +24,8 @@ OC.L10N.register(
|
|||||||
"Created" : "Geskep",
|
"Created" : "Geskep",
|
||||||
"Due date" : "Sperdatum",
|
"Due date" : "Sperdatum",
|
||||||
"Select Date" : "Kies Datum",
|
"Select Date" : "Kies Datum",
|
||||||
|
"Today" : "Vandag",
|
||||||
|
"Tomorrow" : "Môre",
|
||||||
"Save" : "Stoor",
|
"Save" : "Stoor",
|
||||||
"Reply" : "Antwoord",
|
"Reply" : "Antwoord",
|
||||||
"Update" : "Werk by",
|
"Update" : "Werk by",
|
||||||
@@ -31,8 +33,6 @@ OC.L10N.register(
|
|||||||
"seconds ago" : "sekondes gelede",
|
"seconds ago" : "sekondes gelede",
|
||||||
"Shared with you" : "Met u gedeel",
|
"Shared with you" : "Met u gedeel",
|
||||||
"An error occurred" : "'n Fout het voorgekom",
|
"An error occurred" : "'n Fout het voorgekom",
|
||||||
"Today" : "Vandag",
|
|
||||||
"Tomorrow" : "Môre",
|
|
||||||
"This week" : "Vandeesweek"
|
"This week" : "Vandeesweek"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -22,6 +22,8 @@
|
|||||||
"Created" : "Geskep",
|
"Created" : "Geskep",
|
||||||
"Due date" : "Sperdatum",
|
"Due date" : "Sperdatum",
|
||||||
"Select Date" : "Kies Datum",
|
"Select Date" : "Kies Datum",
|
||||||
|
"Today" : "Vandag",
|
||||||
|
"Tomorrow" : "Môre",
|
||||||
"Save" : "Stoor",
|
"Save" : "Stoor",
|
||||||
"Reply" : "Antwoord",
|
"Reply" : "Antwoord",
|
||||||
"Update" : "Werk by",
|
"Update" : "Werk by",
|
||||||
@@ -29,8 +31,6 @@
|
|||||||
"seconds ago" : "sekondes gelede",
|
"seconds ago" : "sekondes gelede",
|
||||||
"Shared with you" : "Met u gedeel",
|
"Shared with you" : "Met u gedeel",
|
||||||
"An error occurred" : "'n Fout het voorgekom",
|
"An error occurred" : "'n Fout het voorgekom",
|
||||||
"Today" : "Vandag",
|
|
||||||
"Tomorrow" : "Môre",
|
|
||||||
"This week" : "Vandeesweek"
|
"This week" : "Vandeesweek"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
11
l10n/ar.js
11
l10n/ar.js
@@ -104,7 +104,6 @@ OC.L10N.register(
|
|||||||
"Path is already shared with this card" : "تم مشاركة المسار بالفعل مع هذه البطاقة ",
|
"Path is already shared with this card" : "تم مشاركة المسار بالفعل مع هذه البطاقة ",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "تاريخ غير صحيح, يجب أن يكون تنسيق التاريخ YYYY-MM-DD",
|
"Invalid date, date format must be YYYY-MM-DD" : "تاريخ غير صحيح, يجب أن يكون تنسيق التاريخ YYYY-MM-DD",
|
||||||
"Personal planning and team project organization" : "التخطيط الشخصي و تنظيم مشروع الفريق",
|
"Personal planning and team project organization" : "التخطيط الشخصي و تنظيم مشروع الفريق",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "دك (Deck) هو أداة تنظيم باسلوب كانبان (kanban) تهدف إلى التخطيط الشخصي وتنظيم المشروع للفرق مع نيكست كلاود (Nextcloud).\n- 📥 إضافة مهامك إلى البطاقات وترتيبها\n- 📄 كتابة ملاحظات إضافية باستخدام مارك داون (markdown)\n- 🔖 تعيين تسميات لتنظيم أفضل\n- 👥 شارك مع فريقك أو أصدقائك أو عائلتك\n- 📎 إرفاق الملفات وتضمينها بالوصف المستخدم فيه مارك داون (markdown)\n- 💬 ناقش مع فريقك باستخدام التعليقات\n- ⚡ تتبع التغييرات في تيار النشاط\n- 🚀 اجعل مشروعك منظماً",
|
|
||||||
"Card details" : "تفاصيل البطاقة",
|
"Card details" : "تفاصيل البطاقة",
|
||||||
"Add board" : "إضافة لوح",
|
"Add board" : "إضافة لوح",
|
||||||
"Select the board to link to a project" : "تحديد اللوح لربطه بمشروع",
|
"Select the board to link to a project" : "تحديد اللوح لربطه بمشروع",
|
||||||
@@ -130,6 +129,7 @@ OC.L10N.register(
|
|||||||
"Keep existing file" : "ابقي الملف الموجود",
|
"Keep existing file" : "ابقي الملف الموجود",
|
||||||
"This board is read only" : "هذا اللوح بوضع القراءة فقط",
|
"This board is read only" : "هذا اللوح بوضع القراءة فقط",
|
||||||
"Drop your files to upload" : "افلت الملفات لرفعها",
|
"Drop your files to upload" : "افلت الملفات لرفعها",
|
||||||
|
"Add card" : "إضافة بطاقة",
|
||||||
"Archived cards" : "البطاقات المؤرشفة",
|
"Archived cards" : "البطاقات المؤرشفة",
|
||||||
"Add list" : "إضافة قائمة",
|
"Add list" : "إضافة قائمة",
|
||||||
"List name" : "قامة اسماء",
|
"List name" : "قامة اسماء",
|
||||||
@@ -173,7 +173,6 @@ OC.L10N.register(
|
|||||||
"Add a new list" : "اضف قائمة جديدة",
|
"Add a new list" : "اضف قائمة جديدة",
|
||||||
"Archive all cards" : "أرشفة جميع البطاقات ",
|
"Archive all cards" : "أرشفة جميع البطاقات ",
|
||||||
"Delete list" : "حذف القائمة",
|
"Delete list" : "حذف القائمة",
|
||||||
"Add card" : "إضافة بطاقة",
|
|
||||||
"Archive all cards in this list" : "أرشفة جميع البطاقات في القائمة ",
|
"Archive all cards in this list" : "أرشفة جميع البطاقات في القائمة ",
|
||||||
"Add a new card" : "إضافة بطاقة جديدة",
|
"Add a new card" : "إضافة بطاقة جديدة",
|
||||||
"Card name" : "اسم البطاقة ",
|
"Card name" : "اسم البطاقة ",
|
||||||
@@ -187,7 +186,6 @@ OC.L10N.register(
|
|||||||
"Share from Files" : "مشاركة من الملفات",
|
"Share from Files" : "مشاركة من الملفات",
|
||||||
"Add this attachment" : "إضافة هذا المرفق",
|
"Add this attachment" : "إضافة هذا المرفق",
|
||||||
"Show in Files" : "عرض في الملفات ",
|
"Show in Files" : "عرض في الملفات ",
|
||||||
"Unshare file" : "عدم مشاركة الملف ",
|
|
||||||
"Delete Attachment" : "مسح المرفق",
|
"Delete Attachment" : "مسح المرفق",
|
||||||
"Restore Attachment" : "إستعادة المرفق",
|
"Restore Attachment" : "إستعادة المرفق",
|
||||||
"File to share" : "ملف للمشاركة",
|
"File to share" : "ملف للمشاركة",
|
||||||
@@ -209,6 +207,8 @@ OC.L10N.register(
|
|||||||
"Set a due date" : "تعيين تاريخ الانجاز",
|
"Set a due date" : "تعيين تاريخ الانجاز",
|
||||||
"Remove due date" : "ازالة تاريخ الانجاز",
|
"Remove due date" : "ازالة تاريخ الانجاز",
|
||||||
"Select Date" : "اختر التاريخ ",
|
"Select Date" : "اختر التاريخ ",
|
||||||
|
"Today" : "اليوم",
|
||||||
|
"Tomorrow" : "غدا",
|
||||||
"Save" : "حفظ",
|
"Save" : "حفظ",
|
||||||
"The comment cannot be empty." : "التعليق لايمكن ان يكون فارغا.",
|
"The comment cannot be empty." : "التعليق لايمكن ان يكون فارغا.",
|
||||||
"The comment cannot be longer than 1000 characters." : "التعليق لا يمكن ان يكون اطول من 1000 حرف.",
|
"The comment cannot be longer than 1000 characters." : "التعليق لا يمكن ان يكون اطول من 1000 حرف.",
|
||||||
@@ -262,8 +262,6 @@ OC.L10N.register(
|
|||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "هل انت متأكد تريد مسح اللوح {title}؟ هذا سوف يمسح جميع بيانات هذا اللوح.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "هل انت متأكد تريد مسح اللوح {title}؟ هذا سوف يمسح جميع بيانات هذا اللوح.",
|
||||||
"Delete the board?" : "مسح اللوح؟",
|
"Delete the board?" : "مسح اللوح؟",
|
||||||
"Loading filtered view" : "جارِ تحميل التصفية ",
|
"Loading filtered view" : "جارِ تحميل التصفية ",
|
||||||
"Today" : "اليوم",
|
|
||||||
"Tomorrow" : "غدا",
|
|
||||||
"This week" : "هذا الأسبوع",
|
"This week" : "هذا الأسبوع",
|
||||||
"No due" : "غير محدد",
|
"No due" : "غير محدد",
|
||||||
"Search for {searchQuery} in all boards" : "البحث عن {searchQuery} في جميع اللوح",
|
"Search for {searchQuery} in all boards" : "البحث عن {searchQuery} في جميع اللوح",
|
||||||
@@ -280,6 +278,7 @@ OC.L10N.register(
|
|||||||
"Error creating the share" : "خطأ في إنشاء المشاركة",
|
"Error creating the share" : "خطأ في إنشاء المشاركة",
|
||||||
"Share with a Deck card" : "مشاركة مع بطاقة Deck",
|
"Share with a Deck card" : "مشاركة مع بطاقة Deck",
|
||||||
"Share {file} with a Deck card" : "مشاركة الملف {file} مع بطاقة Deck",
|
"Share {file} with a Deck card" : "مشاركة الملف {file} مع بطاقة Deck",
|
||||||
"Share" : "مشاركة "
|
"Share" : "مشاركة ",
|
||||||
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "دك (Deck) هو أداة تنظيم باسلوب كانبان (kanban) تهدف إلى التخطيط الشخصي وتنظيم المشروع للفرق مع نيكست كلاود (Nextcloud).\n- 📥 إضافة مهامك إلى البطاقات وترتيبها\n- 📄 كتابة ملاحظات إضافية باستخدام مارك داون (markdown)\n- 🔖 تعيين تسميات لتنظيم أفضل\n- 👥 شارك مع فريقك أو أصدقائك أو عائلتك\n- 📎 إرفاق الملفات وتضمينها بالوصف المستخدم فيه مارك داون (markdown)\n- 💬 ناقش مع فريقك باستخدام التعليقات\n- ⚡ تتبع التغييرات في تيار النشاط\n- 🚀 اجعل مشروعك منظماً"
|
||||||
},
|
},
|
||||||
"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;");
|
||||||
|
|||||||
11
l10n/ar.json
11
l10n/ar.json
@@ -102,7 +102,6 @@
|
|||||||
"Path is already shared with this card" : "تم مشاركة المسار بالفعل مع هذه البطاقة ",
|
"Path is already shared with this card" : "تم مشاركة المسار بالفعل مع هذه البطاقة ",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "تاريخ غير صحيح, يجب أن يكون تنسيق التاريخ YYYY-MM-DD",
|
"Invalid date, date format must be YYYY-MM-DD" : "تاريخ غير صحيح, يجب أن يكون تنسيق التاريخ YYYY-MM-DD",
|
||||||
"Personal planning and team project organization" : "التخطيط الشخصي و تنظيم مشروع الفريق",
|
"Personal planning and team project organization" : "التخطيط الشخصي و تنظيم مشروع الفريق",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "دك (Deck) هو أداة تنظيم باسلوب كانبان (kanban) تهدف إلى التخطيط الشخصي وتنظيم المشروع للفرق مع نيكست كلاود (Nextcloud).\n- 📥 إضافة مهامك إلى البطاقات وترتيبها\n- 📄 كتابة ملاحظات إضافية باستخدام مارك داون (markdown)\n- 🔖 تعيين تسميات لتنظيم أفضل\n- 👥 شارك مع فريقك أو أصدقائك أو عائلتك\n- 📎 إرفاق الملفات وتضمينها بالوصف المستخدم فيه مارك داون (markdown)\n- 💬 ناقش مع فريقك باستخدام التعليقات\n- ⚡ تتبع التغييرات في تيار النشاط\n- 🚀 اجعل مشروعك منظماً",
|
|
||||||
"Card details" : "تفاصيل البطاقة",
|
"Card details" : "تفاصيل البطاقة",
|
||||||
"Add board" : "إضافة لوح",
|
"Add board" : "إضافة لوح",
|
||||||
"Select the board to link to a project" : "تحديد اللوح لربطه بمشروع",
|
"Select the board to link to a project" : "تحديد اللوح لربطه بمشروع",
|
||||||
@@ -128,6 +127,7 @@
|
|||||||
"Keep existing file" : "ابقي الملف الموجود",
|
"Keep existing file" : "ابقي الملف الموجود",
|
||||||
"This board is read only" : "هذا اللوح بوضع القراءة فقط",
|
"This board is read only" : "هذا اللوح بوضع القراءة فقط",
|
||||||
"Drop your files to upload" : "افلت الملفات لرفعها",
|
"Drop your files to upload" : "افلت الملفات لرفعها",
|
||||||
|
"Add card" : "إضافة بطاقة",
|
||||||
"Archived cards" : "البطاقات المؤرشفة",
|
"Archived cards" : "البطاقات المؤرشفة",
|
||||||
"Add list" : "إضافة قائمة",
|
"Add list" : "إضافة قائمة",
|
||||||
"List name" : "قامة اسماء",
|
"List name" : "قامة اسماء",
|
||||||
@@ -171,7 +171,6 @@
|
|||||||
"Add a new list" : "اضف قائمة جديدة",
|
"Add a new list" : "اضف قائمة جديدة",
|
||||||
"Archive all cards" : "أرشفة جميع البطاقات ",
|
"Archive all cards" : "أرشفة جميع البطاقات ",
|
||||||
"Delete list" : "حذف القائمة",
|
"Delete list" : "حذف القائمة",
|
||||||
"Add card" : "إضافة بطاقة",
|
|
||||||
"Archive all cards in this list" : "أرشفة جميع البطاقات في القائمة ",
|
"Archive all cards in this list" : "أرشفة جميع البطاقات في القائمة ",
|
||||||
"Add a new card" : "إضافة بطاقة جديدة",
|
"Add a new card" : "إضافة بطاقة جديدة",
|
||||||
"Card name" : "اسم البطاقة ",
|
"Card name" : "اسم البطاقة ",
|
||||||
@@ -185,7 +184,6 @@
|
|||||||
"Share from Files" : "مشاركة من الملفات",
|
"Share from Files" : "مشاركة من الملفات",
|
||||||
"Add this attachment" : "إضافة هذا المرفق",
|
"Add this attachment" : "إضافة هذا المرفق",
|
||||||
"Show in Files" : "عرض في الملفات ",
|
"Show in Files" : "عرض في الملفات ",
|
||||||
"Unshare file" : "عدم مشاركة الملف ",
|
|
||||||
"Delete Attachment" : "مسح المرفق",
|
"Delete Attachment" : "مسح المرفق",
|
||||||
"Restore Attachment" : "إستعادة المرفق",
|
"Restore Attachment" : "إستعادة المرفق",
|
||||||
"File to share" : "ملف للمشاركة",
|
"File to share" : "ملف للمشاركة",
|
||||||
@@ -207,6 +205,8 @@
|
|||||||
"Set a due date" : "تعيين تاريخ الانجاز",
|
"Set a due date" : "تعيين تاريخ الانجاز",
|
||||||
"Remove due date" : "ازالة تاريخ الانجاز",
|
"Remove due date" : "ازالة تاريخ الانجاز",
|
||||||
"Select Date" : "اختر التاريخ ",
|
"Select Date" : "اختر التاريخ ",
|
||||||
|
"Today" : "اليوم",
|
||||||
|
"Tomorrow" : "غدا",
|
||||||
"Save" : "حفظ",
|
"Save" : "حفظ",
|
||||||
"The comment cannot be empty." : "التعليق لايمكن ان يكون فارغا.",
|
"The comment cannot be empty." : "التعليق لايمكن ان يكون فارغا.",
|
||||||
"The comment cannot be longer than 1000 characters." : "التعليق لا يمكن ان يكون اطول من 1000 حرف.",
|
"The comment cannot be longer than 1000 characters." : "التعليق لا يمكن ان يكون اطول من 1000 حرف.",
|
||||||
@@ -260,8 +260,6 @@
|
|||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "هل انت متأكد تريد مسح اللوح {title}؟ هذا سوف يمسح جميع بيانات هذا اللوح.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "هل انت متأكد تريد مسح اللوح {title}؟ هذا سوف يمسح جميع بيانات هذا اللوح.",
|
||||||
"Delete the board?" : "مسح اللوح؟",
|
"Delete the board?" : "مسح اللوح؟",
|
||||||
"Loading filtered view" : "جارِ تحميل التصفية ",
|
"Loading filtered view" : "جارِ تحميل التصفية ",
|
||||||
"Today" : "اليوم",
|
|
||||||
"Tomorrow" : "غدا",
|
|
||||||
"This week" : "هذا الأسبوع",
|
"This week" : "هذا الأسبوع",
|
||||||
"No due" : "غير محدد",
|
"No due" : "غير محدد",
|
||||||
"Search for {searchQuery} in all boards" : "البحث عن {searchQuery} في جميع اللوح",
|
"Search for {searchQuery} in all boards" : "البحث عن {searchQuery} في جميع اللوح",
|
||||||
@@ -278,6 +276,7 @@
|
|||||||
"Error creating the share" : "خطأ في إنشاء المشاركة",
|
"Error creating the share" : "خطأ في إنشاء المشاركة",
|
||||||
"Share with a Deck card" : "مشاركة مع بطاقة Deck",
|
"Share with a Deck card" : "مشاركة مع بطاقة Deck",
|
||||||
"Share {file} with a Deck card" : "مشاركة الملف {file} مع بطاقة Deck",
|
"Share {file} with a Deck card" : "مشاركة الملف {file} مع بطاقة Deck",
|
||||||
"Share" : "مشاركة "
|
"Share" : "مشاركة ",
|
||||||
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "دك (Deck) هو أداة تنظيم باسلوب كانبان (kanban) تهدف إلى التخطيط الشخصي وتنظيم المشروع للفرق مع نيكست كلاود (Nextcloud).\n- 📥 إضافة مهامك إلى البطاقات وترتيبها\n- 📄 كتابة ملاحظات إضافية باستخدام مارك داون (markdown)\n- 🔖 تعيين تسميات لتنظيم أفضل\n- 👥 شارك مع فريقك أو أصدقائك أو عائلتك\n- 📎 إرفاق الملفات وتضمينها بالوصف المستخدم فيه مارك داون (markdown)\n- 💬 ناقش مع فريقك باستخدام التعليقات\n- ⚡ تتبع التغييرات في تيار النشاط\n- 🚀 اجعل مشروعك منظماً"
|
||||||
},"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;"
|
||||||
}
|
}
|
||||||
@@ -30,6 +30,8 @@ OC.L10N.register(
|
|||||||
"Comments" : "Comentarios",
|
"Comments" : "Comentarios",
|
||||||
"Modified" : "Modificóse'l",
|
"Modified" : "Modificóse'l",
|
||||||
"Created" : "Creóse",
|
"Created" : "Creóse",
|
||||||
|
"Today" : "Güei",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"Reply" : "Rempuesta",
|
"Reply" : "Rempuesta",
|
||||||
"Update" : "Anovar",
|
"Update" : "Anovar",
|
||||||
@@ -37,8 +39,6 @@ OC.L10N.register(
|
|||||||
"(group)" : "(grupu)",
|
"(group)" : "(grupu)",
|
||||||
"seconds ago" : "hai segundos",
|
"seconds ago" : "hai segundos",
|
||||||
"Shared with you" : "Shared with you",
|
"Shared with you" : "Shared with you",
|
||||||
"Today" : "Güei",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta selmana"
|
"This week" : "Esta selmana"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -28,6 +28,8 @@
|
|||||||
"Comments" : "Comentarios",
|
"Comments" : "Comentarios",
|
||||||
"Modified" : "Modificóse'l",
|
"Modified" : "Modificóse'l",
|
||||||
"Created" : "Creóse",
|
"Created" : "Creóse",
|
||||||
|
"Today" : "Güei",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"Reply" : "Rempuesta",
|
"Reply" : "Rempuesta",
|
||||||
"Update" : "Anovar",
|
"Update" : "Anovar",
|
||||||
@@ -35,8 +37,6 @@
|
|||||||
"(group)" : "(grupu)",
|
"(group)" : "(grupu)",
|
||||||
"seconds ago" : "hai segundos",
|
"seconds ago" : "hai segundos",
|
||||||
"Shared with you" : "Shared with you",
|
"Shared with you" : "Shared with you",
|
||||||
"Today" : "Güei",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta selmana"
|
"This week" : "Esta selmana"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -15,14 +15,14 @@ OC.L10N.register(
|
|||||||
"Delete" : "Sil",
|
"Delete" : "Sil",
|
||||||
"Edit" : "Dəyişiklik et",
|
"Edit" : "Dəyişiklik et",
|
||||||
"Modified" : "Dəyişdirildi",
|
"Modified" : "Dəyişdirildi",
|
||||||
|
"Today" : "Bu gün",
|
||||||
|
"Tomorrow" : "Sabah",
|
||||||
"Save" : "Saxla",
|
"Save" : "Saxla",
|
||||||
"Reply" : "Cavab",
|
"Reply" : "Cavab",
|
||||||
"Update" : "Yenilənmə",
|
"Update" : "Yenilənmə",
|
||||||
"Description" : "Açıqlanma",
|
"Description" : "Açıqlanma",
|
||||||
"(group)" : "(qrup)",
|
"(group)" : "(qrup)",
|
||||||
"seconds ago" : "saniyələr öncə",
|
"seconds ago" : "saniyələr öncə",
|
||||||
"Shared with you" : "Shared with you",
|
"Shared with you" : "Shared with you"
|
||||||
"Today" : "Bu gün",
|
|
||||||
"Tomorrow" : "Sabah"
|
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -13,14 +13,14 @@
|
|||||||
"Delete" : "Sil",
|
"Delete" : "Sil",
|
||||||
"Edit" : "Dəyişiklik et",
|
"Edit" : "Dəyişiklik et",
|
||||||
"Modified" : "Dəyişdirildi",
|
"Modified" : "Dəyişdirildi",
|
||||||
|
"Today" : "Bu gün",
|
||||||
|
"Tomorrow" : "Sabah",
|
||||||
"Save" : "Saxla",
|
"Save" : "Saxla",
|
||||||
"Reply" : "Cavab",
|
"Reply" : "Cavab",
|
||||||
"Update" : "Yenilənmə",
|
"Update" : "Yenilənmə",
|
||||||
"Description" : "Açıqlanma",
|
"Description" : "Açıqlanma",
|
||||||
"(group)" : "(qrup)",
|
"(group)" : "(qrup)",
|
||||||
"seconds ago" : "saniyələr öncə",
|
"seconds ago" : "saniyələr öncə",
|
||||||
"Shared with you" : "Shared with you",
|
"Shared with you" : "Shared with you"
|
||||||
"Today" : "Bu gün",
|
|
||||||
"Tomorrow" : "Sabah"
|
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
38
l10n/bg.js
38
l10n/bg.js
@@ -70,9 +70,15 @@ OC.L10N.register(
|
|||||||
"Upcoming cards" : "Предстоящи карти",
|
"Upcoming cards" : "Предстоящи карти",
|
||||||
"Personal" : "Лични",
|
"Personal" : "Лични",
|
||||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Картата \"%s\" на \"%s\" Ви е била възложена от %s.",
|
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Картата \"%s\" на \"%s\" Ви е била възложена от %s.",
|
||||||
|
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} е възложил картата {deck-card} на {deck-board} на Вас.",
|
||||||
"The card \"%s\" on \"%s\" has reached its due date." : "Картата \"%s\" on \"%s\" е достигнала датата на падежа си.",
|
"The card \"%s\" on \"%s\" has reached its due date." : "Картата \"%s\" on \"%s\" е достигнала датата на падежа си.",
|
||||||
|
"The card {deck-card} on {deck-board} has reached its due date." : "Картата {deck-card} на {deck-board} е достигнала датата на падежа си.",
|
||||||
"%s has mentioned you in a comment on \"%s\"." : "%s те спомена в коментар за “%s”",
|
"%s has mentioned you in a comment on \"%s\"." : "%s те спомена в коментар за “%s”",
|
||||||
|
"{user} has mentioned you in a comment on {deck-card}." : "{user} те спомена в коментар за {deck-card}.",
|
||||||
"The board \"%s\" has been shared with you by %s." : "Таблото \"%s\" е споделено с вас от%s.",
|
"The board \"%s\" has been shared with you by %s." : "Таблото \"%s\" е споделено с вас от%s.",
|
||||||
|
"{user} has shared {deck-board} with you." : "{user} сподели {deck-board} с Вас.",
|
||||||
|
"Card comments" : "Коментари на карти",
|
||||||
|
"%s on %s" : "%s на %s",
|
||||||
"No data was provided to create an attachment." : "Не бяха предоставени данни за създаване на прикачен файл.",
|
"No data was provided to create an attachment." : "Не бяха предоставени данни за създаване на прикачен файл.",
|
||||||
"Finished" : "Готово",
|
"Finished" : "Готово",
|
||||||
"To review" : "За преглед",
|
"To review" : "За преглед",
|
||||||
@@ -86,7 +92,7 @@ OC.L10N.register(
|
|||||||
"Example Task 2" : "Примерна задача 2",
|
"Example Task 2" : "Примерна задача 2",
|
||||||
"Example Task 1" : "Примерна задача 1",
|
"Example Task 1" : "Примерна задача 1",
|
||||||
"The file was uploaded" : "Файлът е качен",
|
"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 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 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" : "Файлът е качен частично",
|
"The file was only partially uploaded" : "Файлът е качен частично",
|
||||||
"No file was uploaded" : "Нито един файл не е качен",
|
"No file was uploaded" : "Нито един файл не е качен",
|
||||||
@@ -98,15 +104,21 @@ OC.L10N.register(
|
|||||||
"Path is already shared with this card" : "Пътят вече е споделен с тази карта",
|
"Path is already shared with this card" : "Пътят вече е споделен с тази карта",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Невалидна дата, форматът е различен от ГГГГ-ММ-ДД",
|
"Invalid date, date format must be YYYY-MM-DD" : "Невалидна дата, форматът е различен от ГГГГ-ММ-ДД",
|
||||||
"Personal planning and team project organization" : "Лично планиране и организация на екипни проекти",
|
"Personal planning and team project organization" : "Лично планиране и организация на екипни проекти",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck е инструмент за организация в стил kanban, насочен към лично планиране и организация на проекти за екипи, интегрирани с Nextcloud.\n\n\n- 📥 Добавете задачите си към карти и ги подредете\n- 📄 Запишете допълнителни бележки в markdown формат\n- Присвояване на етикети за още по-добра организация\n- 👥 Споделете с вашия екип, приятели или семейство\n- 📎Прикачете файлове и ги вградете във вашето описание за маркиране\n- 💬Обсъдете с вашия екип, като използвате коментари\n- ⚡ Проследявайте промените в потока от дейности\n- 🚀 Организирайте проекта си",
|
|
||||||
"Card details" : "Подробности за картата",
|
"Card details" : "Подробности за картата",
|
||||||
"Add board" : "Добави табло",
|
"Add board" : "Добави табло",
|
||||||
"Select the board to link to a project" : "Изберете таблото, което да свържете към проект",
|
"Select the board to link to a project" : "Изберете таблото, което да свържете към проект",
|
||||||
"Search by board title" : "Търсене по заглавие на таблото",
|
"Search by board title" : "Търсене по заглавие на таблото",
|
||||||
"Select board" : "Избор на табло",
|
"Select board" : "Избор на табло",
|
||||||
|
"Create a new card" : "Създаване на нова карта",
|
||||||
"Select a board" : "Избор на табло",
|
"Select a board" : "Избор на табло",
|
||||||
"Select a list" : "Избор на списък",
|
"Select a list" : "Избор на списък",
|
||||||
|
"Card title" : "Заглавие на карта",
|
||||||
"Cancel" : "Отказ",
|
"Cancel" : "Отказ",
|
||||||
|
"Creating the new card …" : "Създаване на новата карта ...",
|
||||||
|
"Card \"{card}\" was added to \"{board}\"" : "Карта \"{card}\" беше добавена към \"{board}\"",
|
||||||
|
"Open card" : "Отваряне на карта",
|
||||||
|
"Close" : "Затваряне",
|
||||||
|
"Create card" : "Създаване на карта",
|
||||||
"Select a card" : "Избор на карта",
|
"Select a card" : "Избор на карта",
|
||||||
"Select the card to link to a project" : "Изберете картата, която да свържете към проект",
|
"Select the card to link to a project" : "Изберете картата, която да свържете към проект",
|
||||||
"Link to card" : "Връзка към карта",
|
"Link to card" : "Връзка към карта",
|
||||||
@@ -117,6 +129,7 @@ OC.L10N.register(
|
|||||||
"Keep existing file" : "Запазване на съществуващ файл",
|
"Keep existing file" : "Запазване на съществуващ файл",
|
||||||
"This board is read only" : "Таблото е само за четене",
|
"This board is read only" : "Таблото е само за четене",
|
||||||
"Drop your files to upload" : "Пуснете вашите файлове, за да ги качите",
|
"Drop your files to upload" : "Пуснете вашите файлове, за да ги качите",
|
||||||
|
"Add card" : "Добави карта",
|
||||||
"Archived cards" : "Архивирани карти",
|
"Archived cards" : "Архивирани карти",
|
||||||
"Add list" : "Добави списък",
|
"Add list" : "Добави списък",
|
||||||
"List name" : "Име на списък",
|
"List name" : "Име на списък",
|
||||||
@@ -160,7 +173,6 @@ OC.L10N.register(
|
|||||||
"Add a new list" : "Добавяне на нов списък",
|
"Add a new list" : "Добавяне на нов списък",
|
||||||
"Archive all cards" : "Архивира всички карти",
|
"Archive all cards" : "Архивира всички карти",
|
||||||
"Delete list" : "Изтрива списък",
|
"Delete list" : "Изтрива списък",
|
||||||
"Add card" : "Добави карта",
|
|
||||||
"Archive all cards in this list" : "Архивира всички карти в този списък",
|
"Archive all cards in this list" : "Архивира всички карти в този списък",
|
||||||
"Add a new card" : "Добави нова карта",
|
"Add a new card" : "Добави нова карта",
|
||||||
"Card name" : "Име на карта",
|
"Card name" : "Име на карта",
|
||||||
@@ -172,9 +184,11 @@ OC.L10N.register(
|
|||||||
"Members" : "Членове",
|
"Members" : "Членове",
|
||||||
"Upload new files" : "Качи нови файлове",
|
"Upload new files" : "Качи нови файлове",
|
||||||
"Share from Files" : "Споделяне от Файлове",
|
"Share from Files" : "Споделяне от Файлове",
|
||||||
|
"Pending share" : "Чакащо споделяне",
|
||||||
"Add this attachment" : "Добавете този прикачен файл",
|
"Add this attachment" : "Добавете този прикачен файл",
|
||||||
"Show in Files" : "Показване във файлове",
|
"Show in Files" : "Показване във файлове",
|
||||||
"Unshare file" : "Прекратяване на споделянето на файла",
|
"Download" : "Изтегляне",
|
||||||
|
"Remove attachment" : "Премахване на прикачен файл",
|
||||||
"Delete Attachment" : "Изтриване на прикачен файл",
|
"Delete Attachment" : "Изтриване на прикачен файл",
|
||||||
"Restore Attachment" : "Възстановяване на прикачен файл",
|
"Restore Attachment" : "Възстановяване на прикачен файл",
|
||||||
"File to share" : "Файл за споделяне",
|
"File to share" : "Файл за споделяне",
|
||||||
@@ -187,6 +201,7 @@ OC.L10N.register(
|
|||||||
"Created" : "Създаден",
|
"Created" : "Създаден",
|
||||||
"The title cannot be empty." : "Заглавието не може да бъде празно.",
|
"The title cannot be empty." : "Заглавието не може да бъде празно.",
|
||||||
"No comments yet. Begin the discussion!" : "Все още няма коментари. Започнете дискусията!",
|
"No comments yet. Begin the discussion!" : "Все още няма коментари. Започнете дискусията!",
|
||||||
|
"Failed to load comments" : "Неуспешно зареждане на коментари",
|
||||||
"Assign a tag to this card…" : "Присвояване на етикет на тази карта ...",
|
"Assign a tag to this card…" : "Присвояване на етикет на тази карта ...",
|
||||||
"Assign to users" : "Зачисляване към потребители",
|
"Assign to users" : "Зачисляване към потребители",
|
||||||
"Assign to users/groups/circles" : "Зачисляване към потребители/групи/кръгове",
|
"Assign to users/groups/circles" : "Зачисляване към потребители/групи/кръгове",
|
||||||
@@ -195,10 +210,15 @@ OC.L10N.register(
|
|||||||
"Set a due date" : "Задаване на крайна дата",
|
"Set a due date" : "Задаване на крайна дата",
|
||||||
"Remove due date" : "Премахни крайната дата",
|
"Remove due date" : "Премахни крайната дата",
|
||||||
"Select Date" : "Изберете дата",
|
"Select Date" : "Изберете дата",
|
||||||
|
"Today" : "Днес",
|
||||||
|
"Tomorrow" : "Утре",
|
||||||
|
"Next week" : "Следваща седмица",
|
||||||
|
"Next month" : "Следващия месец",
|
||||||
"Save" : "Запазване",
|
"Save" : "Запазване",
|
||||||
"The comment cannot be empty." : "Коментарът не може да бъде празен.",
|
"The comment cannot be empty." : "Коментарът не може да бъде празен.",
|
||||||
"The comment cannot be longer than 1000 characters." : "Коментарът не може да бъде по-дълъг от 1000 знака.",
|
"The comment cannot be longer than 1000 characters." : "Коментарът не може да бъде по-дълъг от 1000 знака.",
|
||||||
"In reply to" : "В отговор на",
|
"In reply to" : "В отговор на",
|
||||||
|
"Cancel reply" : "Отказ на отговор",
|
||||||
"Reply" : "Отговори",
|
"Reply" : "Отговори",
|
||||||
"Update" : "Обновяване",
|
"Update" : "Обновяване",
|
||||||
"Description" : "Описание",
|
"Description" : "Описание",
|
||||||
@@ -211,6 +231,7 @@ OC.L10N.register(
|
|||||||
"Write a description …" : "Напишете описание ...",
|
"Write a description …" : "Напишете описание ...",
|
||||||
"Choose attachment" : "Избор на прикачен файл",
|
"Choose attachment" : "Избор на прикачен файл",
|
||||||
"(group)" : "(група)",
|
"(group)" : "(група)",
|
||||||
|
"{count} comments, {unread} unread" : "{count} коментари, {unread} непрочетени",
|
||||||
"Assign to me" : "Зачисляване към мен",
|
"Assign to me" : "Зачисляване към мен",
|
||||||
"Unassign myself" : "Отмяна на зачисляването към мен",
|
"Unassign myself" : "Отмяна на зачисляването към мен",
|
||||||
"Move card" : "Преместване на карта",
|
"Move card" : "Преместване на карта",
|
||||||
@@ -246,20 +267,23 @@ OC.L10N.register(
|
|||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Сигурни ли сте, че искате да изтриете таблото {title}? Това ще изтрие всички данни на това табло.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Сигурни ли сте, че искате да изтриете таблото {title}? Това ще изтрие всички данни на това табло.",
|
||||||
"Delete the board?" : "Изтриване на таблото?",
|
"Delete the board?" : "Изтриване на таблото?",
|
||||||
"Loading filtered view" : "Зареждане на филтриран изглед",
|
"Loading filtered view" : "Зареждане на филтриран изглед",
|
||||||
"Today" : "Днес",
|
|
||||||
"Tomorrow" : "Утре",
|
|
||||||
"This week" : "Тази седмица",
|
"This week" : "Тази седмица",
|
||||||
"No due" : "Не се дължи",
|
"No due" : "Не се дължи",
|
||||||
|
"Search for {searchQuery} in all boards" : "Търсене на {searchQuery} във всички табла",
|
||||||
|
"No results found" : "Няма намерени резултати",
|
||||||
"No upcoming cards" : "Няма предстоящи карти",
|
"No upcoming cards" : "Няма предстоящи карти",
|
||||||
"upcoming cards" : "предстоящи карти",
|
"upcoming cards" : "предстоящи карти",
|
||||||
"Link to a board" : "Линк към табло",
|
"Link to a board" : "Линк към табло",
|
||||||
"Link to a card" : "Линк към карта",
|
"Link to a card" : "Линк към карта",
|
||||||
|
"Create a card" : "Създаване на карта",
|
||||||
|
"Message from {author} in {conversationName}" : "Съобщение от {author} в {conversationName}",
|
||||||
"Something went wrong" : "Нещо се обърка",
|
"Something went wrong" : "Нещо се обърка",
|
||||||
"Failed to upload {name}" : " Неуспешно качване на {name}",
|
"Failed to upload {name}" : " Неуспешно качване на {name}",
|
||||||
"Maximum file size of {size} exceeded" : "Максималният размер на файла от {size} е надвишен",
|
"Maximum file size of {size} exceeded" : "Максималният размер на файла от {size} е надвишен",
|
||||||
"Error creating the share" : "Грешка при създаване на споделяне",
|
"Error creating the share" : "Грешка при създаване на споделяне",
|
||||||
"Share with a Deck card" : "Споделяне с Deck карта",
|
"Share with a Deck card" : "Споделяне с Deck карта",
|
||||||
"Share {file} with a Deck card" : "Споделяне {file} с Deck карта",
|
"Share {file} with a Deck card" : "Споделяне {file} с Deck карта",
|
||||||
"Share" : "Споделяне"
|
"Share" : "Споделяне",
|
||||||
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck е инструмент за организация в стил kanban, насочен към лично планиране и организация на проекти за екипи, интегрирани с Nextcloud.\n\n\n- 📥 Добавете задачите си към карти и ги подредете\n- 📄 Запишете допълнителни бележки в markdown формат\n- Присвояване на етикети за още по-добра организация\n- 👥 Споделете с вашия екип, приятели или семейство\n- 📎Прикачете файлове и ги вградете във вашето описание за маркиране\n- 💬Обсъдете с вашия екип, като използвате коментари\n- ⚡ Проследявайте промените в потока от дейности\n- 🚀 Организирайте проекта си"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
38
l10n/bg.json
38
l10n/bg.json
@@ -68,9 +68,15 @@
|
|||||||
"Upcoming cards" : "Предстоящи карти",
|
"Upcoming cards" : "Предстоящи карти",
|
||||||
"Personal" : "Лични",
|
"Personal" : "Лични",
|
||||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Картата \"%s\" на \"%s\" Ви е била възложена от %s.",
|
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Картата \"%s\" на \"%s\" Ви е била възложена от %s.",
|
||||||
|
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} е възложил картата {deck-card} на {deck-board} на Вас.",
|
||||||
"The card \"%s\" on \"%s\" has reached its due date." : "Картата \"%s\" on \"%s\" е достигнала датата на падежа си.",
|
"The card \"%s\" on \"%s\" has reached its due date." : "Картата \"%s\" on \"%s\" е достигнала датата на падежа си.",
|
||||||
|
"The card {deck-card} on {deck-board} has reached its due date." : "Картата {deck-card} на {deck-board} е достигнала датата на падежа си.",
|
||||||
"%s has mentioned you in a comment on \"%s\"." : "%s те спомена в коментар за “%s”",
|
"%s has mentioned you in a comment on \"%s\"." : "%s те спомена в коментар за “%s”",
|
||||||
|
"{user} has mentioned you in a comment on {deck-card}." : "{user} те спомена в коментар за {deck-card}.",
|
||||||
"The board \"%s\" has been shared with you by %s." : "Таблото \"%s\" е споделено с вас от%s.",
|
"The board \"%s\" has been shared with you by %s." : "Таблото \"%s\" е споделено с вас от%s.",
|
||||||
|
"{user} has shared {deck-board} with you." : "{user} сподели {deck-board} с Вас.",
|
||||||
|
"Card comments" : "Коментари на карти",
|
||||||
|
"%s on %s" : "%s на %s",
|
||||||
"No data was provided to create an attachment." : "Не бяха предоставени данни за създаване на прикачен файл.",
|
"No data was provided to create an attachment." : "Не бяха предоставени данни за създаване на прикачен файл.",
|
||||||
"Finished" : "Готово",
|
"Finished" : "Готово",
|
||||||
"To review" : "За преглед",
|
"To review" : "За преглед",
|
||||||
@@ -84,7 +90,7 @@
|
|||||||
"Example Task 2" : "Примерна задача 2",
|
"Example Task 2" : "Примерна задача 2",
|
||||||
"Example Task 1" : "Примерна задача 1",
|
"Example Task 1" : "Примерна задача 1",
|
||||||
"The file was uploaded" : "Файлът е качен",
|
"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 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 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" : "Файлът е качен частично",
|
"The file was only partially uploaded" : "Файлът е качен частично",
|
||||||
"No file was uploaded" : "Нито един файл не е качен",
|
"No file was uploaded" : "Нито един файл не е качен",
|
||||||
@@ -96,15 +102,21 @@
|
|||||||
"Path is already shared with this card" : "Пътят вече е споделен с тази карта",
|
"Path is already shared with this card" : "Пътят вече е споделен с тази карта",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Невалидна дата, форматът е различен от ГГГГ-ММ-ДД",
|
"Invalid date, date format must be YYYY-MM-DD" : "Невалидна дата, форматът е различен от ГГГГ-ММ-ДД",
|
||||||
"Personal planning and team project organization" : "Лично планиране и организация на екипни проекти",
|
"Personal planning and team project organization" : "Лично планиране и организация на екипни проекти",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck е инструмент за организация в стил kanban, насочен към лично планиране и организация на проекти за екипи, интегрирани с Nextcloud.\n\n\n- 📥 Добавете задачите си към карти и ги подредете\n- 📄 Запишете допълнителни бележки в markdown формат\n- Присвояване на етикети за още по-добра организация\n- 👥 Споделете с вашия екип, приятели или семейство\n- 📎Прикачете файлове и ги вградете във вашето описание за маркиране\n- 💬Обсъдете с вашия екип, като използвате коментари\n- ⚡ Проследявайте промените в потока от дейности\n- 🚀 Организирайте проекта си",
|
|
||||||
"Card details" : "Подробности за картата",
|
"Card details" : "Подробности за картата",
|
||||||
"Add board" : "Добави табло",
|
"Add board" : "Добави табло",
|
||||||
"Select the board to link to a project" : "Изберете таблото, което да свържете към проект",
|
"Select the board to link to a project" : "Изберете таблото, което да свържете към проект",
|
||||||
"Search by board title" : "Търсене по заглавие на таблото",
|
"Search by board title" : "Търсене по заглавие на таблото",
|
||||||
"Select board" : "Избор на табло",
|
"Select board" : "Избор на табло",
|
||||||
|
"Create a new card" : "Създаване на нова карта",
|
||||||
"Select a board" : "Избор на табло",
|
"Select a board" : "Избор на табло",
|
||||||
"Select a list" : "Избор на списък",
|
"Select a list" : "Избор на списък",
|
||||||
|
"Card title" : "Заглавие на карта",
|
||||||
"Cancel" : "Отказ",
|
"Cancel" : "Отказ",
|
||||||
|
"Creating the new card …" : "Създаване на новата карта ...",
|
||||||
|
"Card \"{card}\" was added to \"{board}\"" : "Карта \"{card}\" беше добавена към \"{board}\"",
|
||||||
|
"Open card" : "Отваряне на карта",
|
||||||
|
"Close" : "Затваряне",
|
||||||
|
"Create card" : "Създаване на карта",
|
||||||
"Select a card" : "Избор на карта",
|
"Select a card" : "Избор на карта",
|
||||||
"Select the card to link to a project" : "Изберете картата, която да свържете към проект",
|
"Select the card to link to a project" : "Изберете картата, която да свържете към проект",
|
||||||
"Link to card" : "Връзка към карта",
|
"Link to card" : "Връзка към карта",
|
||||||
@@ -115,6 +127,7 @@
|
|||||||
"Keep existing file" : "Запазване на съществуващ файл",
|
"Keep existing file" : "Запазване на съществуващ файл",
|
||||||
"This board is read only" : "Таблото е само за четене",
|
"This board is read only" : "Таблото е само за четене",
|
||||||
"Drop your files to upload" : "Пуснете вашите файлове, за да ги качите",
|
"Drop your files to upload" : "Пуснете вашите файлове, за да ги качите",
|
||||||
|
"Add card" : "Добави карта",
|
||||||
"Archived cards" : "Архивирани карти",
|
"Archived cards" : "Архивирани карти",
|
||||||
"Add list" : "Добави списък",
|
"Add list" : "Добави списък",
|
||||||
"List name" : "Име на списък",
|
"List name" : "Име на списък",
|
||||||
@@ -158,7 +171,6 @@
|
|||||||
"Add a new list" : "Добавяне на нов списък",
|
"Add a new list" : "Добавяне на нов списък",
|
||||||
"Archive all cards" : "Архивира всички карти",
|
"Archive all cards" : "Архивира всички карти",
|
||||||
"Delete list" : "Изтрива списък",
|
"Delete list" : "Изтрива списък",
|
||||||
"Add card" : "Добави карта",
|
|
||||||
"Archive all cards in this list" : "Архивира всички карти в този списък",
|
"Archive all cards in this list" : "Архивира всички карти в този списък",
|
||||||
"Add a new card" : "Добави нова карта",
|
"Add a new card" : "Добави нова карта",
|
||||||
"Card name" : "Име на карта",
|
"Card name" : "Име на карта",
|
||||||
@@ -170,9 +182,11 @@
|
|||||||
"Members" : "Членове",
|
"Members" : "Членове",
|
||||||
"Upload new files" : "Качи нови файлове",
|
"Upload new files" : "Качи нови файлове",
|
||||||
"Share from Files" : "Споделяне от Файлове",
|
"Share from Files" : "Споделяне от Файлове",
|
||||||
|
"Pending share" : "Чакащо споделяне",
|
||||||
"Add this attachment" : "Добавете този прикачен файл",
|
"Add this attachment" : "Добавете този прикачен файл",
|
||||||
"Show in Files" : "Показване във файлове",
|
"Show in Files" : "Показване във файлове",
|
||||||
"Unshare file" : "Прекратяване на споделянето на файла",
|
"Download" : "Изтегляне",
|
||||||
|
"Remove attachment" : "Премахване на прикачен файл",
|
||||||
"Delete Attachment" : "Изтриване на прикачен файл",
|
"Delete Attachment" : "Изтриване на прикачен файл",
|
||||||
"Restore Attachment" : "Възстановяване на прикачен файл",
|
"Restore Attachment" : "Възстановяване на прикачен файл",
|
||||||
"File to share" : "Файл за споделяне",
|
"File to share" : "Файл за споделяне",
|
||||||
@@ -185,6 +199,7 @@
|
|||||||
"Created" : "Създаден",
|
"Created" : "Създаден",
|
||||||
"The title cannot be empty." : "Заглавието не може да бъде празно.",
|
"The title cannot be empty." : "Заглавието не може да бъде празно.",
|
||||||
"No comments yet. Begin the discussion!" : "Все още няма коментари. Започнете дискусията!",
|
"No comments yet. Begin the discussion!" : "Все още няма коментари. Започнете дискусията!",
|
||||||
|
"Failed to load comments" : "Неуспешно зареждане на коментари",
|
||||||
"Assign a tag to this card…" : "Присвояване на етикет на тази карта ...",
|
"Assign a tag to this card…" : "Присвояване на етикет на тази карта ...",
|
||||||
"Assign to users" : "Зачисляване към потребители",
|
"Assign to users" : "Зачисляване към потребители",
|
||||||
"Assign to users/groups/circles" : "Зачисляване към потребители/групи/кръгове",
|
"Assign to users/groups/circles" : "Зачисляване към потребители/групи/кръгове",
|
||||||
@@ -193,10 +208,15 @@
|
|||||||
"Set a due date" : "Задаване на крайна дата",
|
"Set a due date" : "Задаване на крайна дата",
|
||||||
"Remove due date" : "Премахни крайната дата",
|
"Remove due date" : "Премахни крайната дата",
|
||||||
"Select Date" : "Изберете дата",
|
"Select Date" : "Изберете дата",
|
||||||
|
"Today" : "Днес",
|
||||||
|
"Tomorrow" : "Утре",
|
||||||
|
"Next week" : "Следваща седмица",
|
||||||
|
"Next month" : "Следващия месец",
|
||||||
"Save" : "Запазване",
|
"Save" : "Запазване",
|
||||||
"The comment cannot be empty." : "Коментарът не може да бъде празен.",
|
"The comment cannot be empty." : "Коментарът не може да бъде празен.",
|
||||||
"The comment cannot be longer than 1000 characters." : "Коментарът не може да бъде по-дълъг от 1000 знака.",
|
"The comment cannot be longer than 1000 characters." : "Коментарът не може да бъде по-дълъг от 1000 знака.",
|
||||||
"In reply to" : "В отговор на",
|
"In reply to" : "В отговор на",
|
||||||
|
"Cancel reply" : "Отказ на отговор",
|
||||||
"Reply" : "Отговори",
|
"Reply" : "Отговори",
|
||||||
"Update" : "Обновяване",
|
"Update" : "Обновяване",
|
||||||
"Description" : "Описание",
|
"Description" : "Описание",
|
||||||
@@ -209,6 +229,7 @@
|
|||||||
"Write a description …" : "Напишете описание ...",
|
"Write a description …" : "Напишете описание ...",
|
||||||
"Choose attachment" : "Избор на прикачен файл",
|
"Choose attachment" : "Избор на прикачен файл",
|
||||||
"(group)" : "(група)",
|
"(group)" : "(група)",
|
||||||
|
"{count} comments, {unread} unread" : "{count} коментари, {unread} непрочетени",
|
||||||
"Assign to me" : "Зачисляване към мен",
|
"Assign to me" : "Зачисляване към мен",
|
||||||
"Unassign myself" : "Отмяна на зачисляването към мен",
|
"Unassign myself" : "Отмяна на зачисляването към мен",
|
||||||
"Move card" : "Преместване на карта",
|
"Move card" : "Преместване на карта",
|
||||||
@@ -244,20 +265,23 @@
|
|||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Сигурни ли сте, че искате да изтриете таблото {title}? Това ще изтрие всички данни на това табло.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Сигурни ли сте, че искате да изтриете таблото {title}? Това ще изтрие всички данни на това табло.",
|
||||||
"Delete the board?" : "Изтриване на таблото?",
|
"Delete the board?" : "Изтриване на таблото?",
|
||||||
"Loading filtered view" : "Зареждане на филтриран изглед",
|
"Loading filtered view" : "Зареждане на филтриран изглед",
|
||||||
"Today" : "Днес",
|
|
||||||
"Tomorrow" : "Утре",
|
|
||||||
"This week" : "Тази седмица",
|
"This week" : "Тази седмица",
|
||||||
"No due" : "Не се дължи",
|
"No due" : "Не се дължи",
|
||||||
|
"Search for {searchQuery} in all boards" : "Търсене на {searchQuery} във всички табла",
|
||||||
|
"No results found" : "Няма намерени резултати",
|
||||||
"No upcoming cards" : "Няма предстоящи карти",
|
"No upcoming cards" : "Няма предстоящи карти",
|
||||||
"upcoming cards" : "предстоящи карти",
|
"upcoming cards" : "предстоящи карти",
|
||||||
"Link to a board" : "Линк към табло",
|
"Link to a board" : "Линк към табло",
|
||||||
"Link to a card" : "Линк към карта",
|
"Link to a card" : "Линк към карта",
|
||||||
|
"Create a card" : "Създаване на карта",
|
||||||
|
"Message from {author} in {conversationName}" : "Съобщение от {author} в {conversationName}",
|
||||||
"Something went wrong" : "Нещо се обърка",
|
"Something went wrong" : "Нещо се обърка",
|
||||||
"Failed to upload {name}" : " Неуспешно качване на {name}",
|
"Failed to upload {name}" : " Неуспешно качване на {name}",
|
||||||
"Maximum file size of {size} exceeded" : "Максималният размер на файла от {size} е надвишен",
|
"Maximum file size of {size} exceeded" : "Максималният размер на файла от {size} е надвишен",
|
||||||
"Error creating the share" : "Грешка при създаване на споделяне",
|
"Error creating the share" : "Грешка при създаване на споделяне",
|
||||||
"Share with a Deck card" : "Споделяне с Deck карта",
|
"Share with a Deck card" : "Споделяне с Deck карта",
|
||||||
"Share {file} with a Deck card" : "Споделяне {file} с Deck карта",
|
"Share {file} with a Deck card" : "Споделяне {file} с Deck карта",
|
||||||
"Share" : "Споделяне"
|
"Share" : "Споделяне",
|
||||||
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck е инструмент за организация в стил kanban, насочен към лично планиране и организация на проекти за екипи, интегрирани с Nextcloud.\n\n\n- 📥 Добавете задачите си към карти и ги подредете\n- 📄 Запишете допълнителни бележки в markdown формат\n- Присвояване на етикети за още по-добра организация\n- 👥 Споделете с вашия екип, приятели или семейство\n- 📎Прикачете файлове и ги вградете във вашето описание за маркиране\n- 💬Обсъдете с вашия екип, като използвате коментари\n- ⚡ Проследявайте промените в потока от дейности\n- 🚀 Организирайте проекта си"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -15,14 +15,14 @@ OC.L10N.register(
|
|||||||
"Delete" : "মুছে",
|
"Delete" : "মুছে",
|
||||||
"Edit" : "সম্পাদনা",
|
"Edit" : "সম্পাদনা",
|
||||||
"Modified" : "পরিবর্তিত",
|
"Modified" : "পরিবর্তিত",
|
||||||
|
"Today" : "আজ",
|
||||||
|
"Tomorrow" : "আগামীকাল",
|
||||||
"Save" : "সংরক্ষণ",
|
"Save" : "সংরক্ষণ",
|
||||||
"Reply" : "জবাব",
|
"Reply" : "জবাব",
|
||||||
"Update" : "পরিবর্ধন",
|
"Update" : "পরিবর্ধন",
|
||||||
"Description" : "বিবরণ",
|
"Description" : "বিবরণ",
|
||||||
"(group)" : "(গোষ্ঠি)",
|
"(group)" : "(গোষ্ঠি)",
|
||||||
"seconds ago" : "সেকেন্ড পূর্বে",
|
"seconds ago" : "সেকেন্ড পূর্বে",
|
||||||
"Shared with you" : "Shared with you",
|
"Shared with you" : "Shared with you"
|
||||||
"Today" : "আজ",
|
|
||||||
"Tomorrow" : "আগামীকাল"
|
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -13,14 +13,14 @@
|
|||||||
"Delete" : "মুছে",
|
"Delete" : "মুছে",
|
||||||
"Edit" : "সম্পাদনা",
|
"Edit" : "সম্পাদনা",
|
||||||
"Modified" : "পরিবর্তিত",
|
"Modified" : "পরিবর্তিত",
|
||||||
|
"Today" : "আজ",
|
||||||
|
"Tomorrow" : "আগামীকাল",
|
||||||
"Save" : "সংরক্ষণ",
|
"Save" : "সংরক্ষণ",
|
||||||
"Reply" : "জবাব",
|
"Reply" : "জবাব",
|
||||||
"Update" : "পরিবর্ধন",
|
"Update" : "পরিবর্ধন",
|
||||||
"Description" : "বিবরণ",
|
"Description" : "বিবরণ",
|
||||||
"(group)" : "(গোষ্ঠি)",
|
"(group)" : "(গোষ্ঠি)",
|
||||||
"seconds ago" : "সেকেন্ড পূর্বে",
|
"seconds ago" : "সেকেন্ড পূর্বে",
|
||||||
"Shared with you" : "Shared with you",
|
"Shared with you" : "Shared with you"
|
||||||
"Today" : "আজ",
|
|
||||||
"Tomorrow" : "আগামীকাল"
|
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -16,6 +16,8 @@ OC.L10N.register(
|
|||||||
"Edit" : "Cheñch",
|
"Edit" : "Cheñch",
|
||||||
"Comments" : "Displegadennoù",
|
"Comments" : "Displegadennoù",
|
||||||
"Modified" : "Cheñchet",
|
"Modified" : "Cheñchet",
|
||||||
|
"Today" : "Hiziv",
|
||||||
|
"Tomorrow" : "Warc'hoaz",
|
||||||
"Save" : "Enrollañ",
|
"Save" : "Enrollañ",
|
||||||
"Reply" : "Respont",
|
"Reply" : "Respont",
|
||||||
"Update" : "Adnevesaat",
|
"Update" : "Adnevesaat",
|
||||||
@@ -23,8 +25,6 @@ OC.L10N.register(
|
|||||||
"(group)" : "(strollad)",
|
"(group)" : "(strollad)",
|
||||||
"seconds ago" : "eilenn zo",
|
"seconds ago" : "eilenn zo",
|
||||||
"Shared with you" : "Rannet ganeoc'h",
|
"Shared with you" : "Rannet ganeoc'h",
|
||||||
"Today" : "Hiziv",
|
|
||||||
"Tomorrow" : "Warc'hoaz",
|
|
||||||
"This week" : "Er sizhun-mañ"
|
"This week" : "Er sizhun-mañ"
|
||||||
},
|
},
|
||||||
"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);");
|
||||||
|
|||||||
@@ -14,6 +14,8 @@
|
|||||||
"Edit" : "Cheñch",
|
"Edit" : "Cheñch",
|
||||||
"Comments" : "Displegadennoù",
|
"Comments" : "Displegadennoù",
|
||||||
"Modified" : "Cheñchet",
|
"Modified" : "Cheñchet",
|
||||||
|
"Today" : "Hiziv",
|
||||||
|
"Tomorrow" : "Warc'hoaz",
|
||||||
"Save" : "Enrollañ",
|
"Save" : "Enrollañ",
|
||||||
"Reply" : "Respont",
|
"Reply" : "Respont",
|
||||||
"Update" : "Adnevesaat",
|
"Update" : "Adnevesaat",
|
||||||
@@ -21,8 +23,6 @@
|
|||||||
"(group)" : "(strollad)",
|
"(group)" : "(strollad)",
|
||||||
"seconds ago" : "eilenn zo",
|
"seconds ago" : "eilenn zo",
|
||||||
"Shared with you" : "Rannet ganeoc'h",
|
"Shared with you" : "Rannet ganeoc'h",
|
||||||
"Today" : "Hiziv",
|
|
||||||
"Tomorrow" : "Warc'hoaz",
|
|
||||||
"This week" : "Er sizhun-mañ"
|
"This week" : "Er sizhun-mañ"
|
||||||
},"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);"
|
||||||
}
|
}
|
||||||
@@ -15,12 +15,12 @@ OC.L10N.register(
|
|||||||
"Members" : "Članovi",
|
"Members" : "Članovi",
|
||||||
"Comments" : "Komentari",
|
"Comments" : "Komentari",
|
||||||
"Modified" : "Izmijenjeno",
|
"Modified" : "Izmijenjeno",
|
||||||
|
"Today" : "Danas",
|
||||||
|
"Tomorrow" : "Sutra",
|
||||||
"Save" : "Spremi",
|
"Save" : "Spremi",
|
||||||
"Update" : "Ažuriraj",
|
"Update" : "Ažuriraj",
|
||||||
"Description" : "Opis",
|
"Description" : "Opis",
|
||||||
"Shared with you" : "Shared with you",
|
"Shared with you" : "Shared with you",
|
||||||
"Today" : "Danas",
|
|
||||||
"Tomorrow" : "Sutra",
|
|
||||||
"Maximum file size of {size} exceeded" : "Maksimalna veličina datoteke prekoračena"
|
"Maximum file size of {size} exceeded" : "Maksimalna veličina datoteke prekoračena"
|
||||||
},
|
},
|
||||||
"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);");
|
||||||
|
|||||||
@@ -13,12 +13,12 @@
|
|||||||
"Members" : "Članovi",
|
"Members" : "Članovi",
|
||||||
"Comments" : "Komentari",
|
"Comments" : "Komentari",
|
||||||
"Modified" : "Izmijenjeno",
|
"Modified" : "Izmijenjeno",
|
||||||
|
"Today" : "Danas",
|
||||||
|
"Tomorrow" : "Sutra",
|
||||||
"Save" : "Spremi",
|
"Save" : "Spremi",
|
||||||
"Update" : "Ažuriraj",
|
"Update" : "Ažuriraj",
|
||||||
"Description" : "Opis",
|
"Description" : "Opis",
|
||||||
"Shared with you" : "Shared with you",
|
"Shared with you" : "Shared with you",
|
||||||
"Today" : "Danas",
|
|
||||||
"Tomorrow" : "Sutra",
|
|
||||||
"Maximum file size of {size} exceeded" : "Maksimalna veličina datoteke prekoračena"
|
"Maximum file size of {size} exceeded" : "Maksimalna veličina datoteke prekoračena"
|
||||||
},"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);"
|
||||||
}
|
}
|
||||||
48
l10n/ca.js
48
l10n/ca.js
@@ -70,9 +70,15 @@ OC.L10N.register(
|
|||||||
"Upcoming cards" : "Pròximes targetes",
|
"Upcoming cards" : "Pròximes targetes",
|
||||||
"Personal" : "Personal",
|
"Personal" : "Personal",
|
||||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La targeta \"%s\" sobre \"%s\" se us ha assignat per %s.",
|
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La targeta \"%s\" sobre \"%s\" se us ha assignat per %s.",
|
||||||
|
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} us ha assignat la targeta {deck-card} a {deck-board}.",
|
||||||
"The card \"%s\" on \"%s\" has reached its due date." : "La targeta \"%s\" sobre \"%s\" ha assolit la seva data de venciment.",
|
"The card \"%s\" on \"%s\" has reached its due date." : "La targeta \"%s\" sobre \"%s\" ha assolit la seva data de venciment.",
|
||||||
|
"The card {deck-card} on {deck-board} has reached its due date." : "La targeta {deck-card} a {deck-board} ha assolit la seva data de caducitat.",
|
||||||
"%s has mentioned you in a comment on \"%s\"." : "%s us ha anomenat en un comentari sobre \"%s\".",
|
"%s has mentioned you in a comment on \"%s\"." : "%s us ha anomenat en un comentari sobre \"%s\".",
|
||||||
|
"{user} has mentioned you in a comment on {deck-card}." : "{user} us ha mencionat en un comentari a {deck-card}.",
|
||||||
"The board \"%s\" has been shared with you by %s." : "El tauler \"%s\" se us ha compartit per %s.",
|
"The board \"%s\" has been shared with you by %s." : "El tauler \"%s\" se us ha compartit per %s.",
|
||||||
|
"{user} has shared {deck-board} with you." : "{user} us ha compartit {board}.",
|
||||||
|
"Card comments" : "Comentaris de la targeta",
|
||||||
|
"%s on %s" : "%s a %s",
|
||||||
"No data was provided to create an attachment." : "No s’ha proporcionat cap dada per crear un fitxer adjunt.",
|
"No data was provided to create an attachment." : "No s’ha proporcionat cap dada per crear un fitxer adjunt.",
|
||||||
"Finished" : "Acabat",
|
"Finished" : "Acabat",
|
||||||
"To review" : "Per revisar",
|
"To review" : "Per revisar",
|
||||||
@@ -94,16 +100,25 @@ OC.L10N.register(
|
|||||||
"Could not write file to disk" : "No s’ha pogut escriure el fitxer al disc",
|
"Could not write file to disk" : "No s’ha pogut escriure el fitxer al disc",
|
||||||
"A PHP extension stopped the file upload" : "Una extensió del PHP ha aturat la carregada del fitxer",
|
"A PHP extension stopped the file upload" : "Una extensió del PHP ha aturat la carregada del fitxer",
|
||||||
"No file uploaded or file size exceeds maximum of %s" : "No s'ha carregat cap fitxer o la mida del fitxer sobrepassa el màxim de %s",
|
"No file uploaded or file size exceeds maximum of %s" : "No s'ha carregat cap fitxer o la mida del fitxer sobrepassa el màxim de %s",
|
||||||
|
"Card not found" : "No s'ha trobat la targeta",
|
||||||
|
"Path is already shared with this card" : "Aquesta ruta ja ha estat compartida amb aquesta targeta",
|
||||||
|
"Invalid date, date format must be YYYY-MM-DD" : "La data no és vàlida, el format de la data ha de ser YYYY-MM-DD",
|
||||||
"Personal planning and team project organization" : "Planificació personal i organització de projectes en equip",
|
"Personal planning and team project organization" : "Planificació personal i organització de projectes en equip",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Tauler és una eina d'organització a l'estil kanban dirigida a la planificació personal i a l'organització de projectes per equips integrada a Nextcloud.\n\n\n- 📥 Afegiu les tasques en targetes i poseu-les en ordre\n- 📄 Apunteu notes addicionals en markdown\n- 🔖 Assigneu etiquetes per una organització encara millor\n- 👥 Compartiu amb el vostre equip, família o amics\n- 📎 Adjunteu fitxers i encasteu-los en la descripció en markdown\n- 💬 Debateu amb el vostre equip fent servir comentaris\n- ⚡ Mantingueu el seguiment de canvis al flux d'activitat\n- 🚀 Tingueu el vostre projecte organitzat",
|
|
||||||
"Card details" : "Detalls de la targeta",
|
"Card details" : "Detalls de la targeta",
|
||||||
"Add board" : "Afegeix un tauler",
|
"Add board" : "Afegeix un tauler",
|
||||||
"Select the board to link to a project" : "Selecciona el tauler per enllaçar a un projecte",
|
"Select the board to link to a project" : "Selecciona el tauler per enllaçar a un projecte",
|
||||||
"Search by board title" : "Cerca per títol del tauler",
|
"Search by board title" : "Cerca per títol del tauler",
|
||||||
"Select board" : "Selecciona un tauler",
|
"Select board" : "Selecciona un tauler",
|
||||||
|
"Create a new card" : "Crea una nova targeta",
|
||||||
"Select a board" : "Selecciona un tauler",
|
"Select a board" : "Selecciona un tauler",
|
||||||
"Select a list" : "Seleccioneu una llista",
|
"Select a list" : "Seleccioneu una llista",
|
||||||
|
"Card title" : "Títol de la targeta",
|
||||||
"Cancel" : "Cancel·la",
|
"Cancel" : "Cancel·la",
|
||||||
|
"Creating the new card …" : "Creant la nova targeta",
|
||||||
|
"Card \"{card}\" was added to \"{board}\"" : "La targeta \"{card}\" s'ha afegit a \"{board}\"",
|
||||||
|
"Open card" : "Obre la targeta",
|
||||||
|
"Close" : "Tanca",
|
||||||
|
"Create card" : "Crea una targeta",
|
||||||
"Select a card" : "Selecciona una targeta",
|
"Select a card" : "Selecciona una targeta",
|
||||||
"Select the card to link to a project" : "Selecciona la targeta per enllaçar a un projecte",
|
"Select the card to link to a project" : "Selecciona la targeta per enllaçar a un projecte",
|
||||||
"Link to card" : "Enllaç a la targeta",
|
"Link to card" : "Enllaç a la targeta",
|
||||||
@@ -114,6 +129,7 @@ OC.L10N.register(
|
|||||||
"Keep existing file" : "Mantén el fitxer existent",
|
"Keep existing file" : "Mantén el fitxer existent",
|
||||||
"This board is read only" : "Aquest tauler és només de lectura",
|
"This board is read only" : "Aquest tauler és només de lectura",
|
||||||
"Drop your files to upload" : "Deixeu anar els fitxers per penjar-los",
|
"Drop your files to upload" : "Deixeu anar els fitxers per penjar-los",
|
||||||
|
"Add card" : "Afegeix una targeta",
|
||||||
"Archived cards" : "Targetes arxivades",
|
"Archived cards" : "Targetes arxivades",
|
||||||
"Add list" : "Afegeix una llista",
|
"Add list" : "Afegeix una llista",
|
||||||
"List name" : "Nom de la llista",
|
"List name" : "Nom de la llista",
|
||||||
@@ -157,7 +173,6 @@ OC.L10N.register(
|
|||||||
"Add a new list" : "Afegir una llista nova",
|
"Add a new list" : "Afegir una llista nova",
|
||||||
"Archive all cards" : "Arxiva totes les targetes",
|
"Archive all cards" : "Arxiva totes les targetes",
|
||||||
"Delete list" : "Suprimeix la llista",
|
"Delete list" : "Suprimeix la llista",
|
||||||
"Add card" : "Afegeix una targeta",
|
|
||||||
"Archive all cards in this list" : "Arxiva totes les targetes d'aquesta llista",
|
"Archive all cards in this list" : "Arxiva totes les targetes d'aquesta llista",
|
||||||
"Add a new card" : "Afegir una nova targeta",
|
"Add a new card" : "Afegir una nova targeta",
|
||||||
"Card name" : "Nom de la targeta",
|
"Card name" : "Nom de la targeta",
|
||||||
@@ -167,9 +182,16 @@ OC.L10N.register(
|
|||||||
"title and color value must be provided" : "s’ha de proporcionar el valor del títol i del color",
|
"title and color value must be provided" : "s’ha de proporcionar el valor del títol i del color",
|
||||||
"Board name" : "Nom del taulell",
|
"Board name" : "Nom del taulell",
|
||||||
"Members" : "Membres",
|
"Members" : "Membres",
|
||||||
|
"Upload new files" : "Puja nous fitxers",
|
||||||
|
"Share from Files" : "Comparteix des de Fitxers",
|
||||||
|
"Pending share" : "Compartició pendent",
|
||||||
"Add this attachment" : "Afegeix aquest adjunt",
|
"Add this attachment" : "Afegeix aquest adjunt",
|
||||||
|
"Show in Files" : "Mostra a Fitxers",
|
||||||
|
"Remove attachment" : "Treu l'adjunt",
|
||||||
"Delete Attachment" : "Suprimeix l’adjunt",
|
"Delete Attachment" : "Suprimeix l’adjunt",
|
||||||
"Restore Attachment" : "Restaura l'adjunt",
|
"Restore Attachment" : "Restaura l'adjunt",
|
||||||
|
"File to share" : "Fitxer a compartir",
|
||||||
|
"Invalid path selected" : "S'ha seleccionat una ruta invàlida",
|
||||||
"Open in sidebar view" : "Obre a la vista de la barra lateral",
|
"Open in sidebar view" : "Obre a la vista de la barra lateral",
|
||||||
"Open in bigger view" : "Obre a la vista més gran",
|
"Open in bigger view" : "Obre a la vista més gran",
|
||||||
"Attachments" : "Adjunts",
|
"Attachments" : "Adjunts",
|
||||||
@@ -178,6 +200,7 @@ OC.L10N.register(
|
|||||||
"Created" : "Creat",
|
"Created" : "Creat",
|
||||||
"The title cannot be empty." : "El títol no pot estar buit",
|
"The title cannot be empty." : "El títol no pot estar buit",
|
||||||
"No comments yet. Begin the discussion!" : "No hi ha comentaris encara. Començar la discussió!",
|
"No comments yet. Begin the discussion!" : "No hi ha comentaris encara. Començar la discussió!",
|
||||||
|
"Failed to load comments" : "No s'han pogut carregar els comentaris",
|
||||||
"Assign a tag to this card…" : "Assigna una etiqueta a aquesta targeta…",
|
"Assign a tag to this card…" : "Assigna una etiqueta a aquesta targeta…",
|
||||||
"Assign to users" : "Assigna als usuaris",
|
"Assign to users" : "Assigna als usuaris",
|
||||||
"Assign to users/groups/circles" : "Assigna a usuaris/grups/cercles",
|
"Assign to users/groups/circles" : "Assigna a usuaris/grups/cercles",
|
||||||
@@ -186,10 +209,15 @@ OC.L10N.register(
|
|||||||
"Set a due date" : "Definir una data de venciment",
|
"Set a due date" : "Definir una data de venciment",
|
||||||
"Remove due date" : "Elimina la data de venciment",
|
"Remove due date" : "Elimina la data de venciment",
|
||||||
"Select Date" : "Selecciona la data",
|
"Select Date" : "Selecciona la data",
|
||||||
|
"Today" : "Avui",
|
||||||
|
"Tomorrow" : "Demà",
|
||||||
|
"Next week" : "Setmana següent",
|
||||||
|
"Next month" : "Mes següent",
|
||||||
"Save" : "Desa",
|
"Save" : "Desa",
|
||||||
"The comment cannot be empty." : "El comentari no pot estar buit.",
|
"The comment cannot be empty." : "El comentari no pot estar buit.",
|
||||||
"The comment cannot be longer than 1000 characters." : "El comentari no pot ser més llarg que 1000 caràcters.",
|
"The comment cannot be longer than 1000 characters." : "El comentari no pot ser més llarg que 1000 caràcters.",
|
||||||
"In reply to" : "En resposta a",
|
"In reply to" : "En resposta a",
|
||||||
|
"Cancel reply" : "Cancel·la la resposta",
|
||||||
"Reply" : "Respon",
|
"Reply" : "Respon",
|
||||||
"Update" : "Actualitza",
|
"Update" : "Actualitza",
|
||||||
"Description" : "Descripció",
|
"Description" : "Descripció",
|
||||||
@@ -202,6 +230,7 @@ OC.L10N.register(
|
|||||||
"Write a description …" : "Escriviu una descripció...",
|
"Write a description …" : "Escriviu una descripció...",
|
||||||
"Choose attachment" : "Triar adjunt",
|
"Choose attachment" : "Triar adjunt",
|
||||||
"(group)" : "(grup)",
|
"(group)" : "(grup)",
|
||||||
|
"{count} comments, {unread} unread" : "{count} comentaris, {unread} no llegits",
|
||||||
"Assign to me" : "Assigna'm a mi",
|
"Assign to me" : "Assigna'm a mi",
|
||||||
"Unassign myself" : "Desasignar a mi mateix",
|
"Unassign myself" : "Desasignar a mi mateix",
|
||||||
"Move card" : "Mou la targeta",
|
"Move card" : "Mou la targeta",
|
||||||
@@ -218,7 +247,7 @@ OC.L10N.register(
|
|||||||
"Show boards in calendar/tasks" : "Mostra els taulers al calendari/tasques",
|
"Show boards in calendar/tasks" : "Mostra els taulers al calendari/tasques",
|
||||||
"Limit deck usage of groups" : "Limitar l'ús del tauler de grups",
|
"Limit deck usage of groups" : "Limitar l'ús del tauler de grups",
|
||||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limitant el Tauler bloquejarà la creació de taulers als usuaris que no són part d'aquests grups. Els usuaris podran seguir treballant en els taulers que hagin estat compartits amb ells.",
|
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limitant el Tauler bloquejarà la creació de taulers als usuaris que no són part d'aquests grups. Els usuaris podran seguir treballant en els taulers que hagin estat compartits amb ells.",
|
||||||
"Board details" : "Detalls de la junta",
|
"Board details" : "Detalls del tauler",
|
||||||
"Edit board" : "Edita el tauler",
|
"Edit board" : "Edita el tauler",
|
||||||
"Clone board" : "Clonar tauler",
|
"Clone board" : "Clonar tauler",
|
||||||
"Unarchive board" : "Desarxiva el tauler",
|
"Unarchive board" : "Desarxiva el tauler",
|
||||||
@@ -237,16 +266,23 @@ OC.L10N.register(
|
|||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Esteu segur que voleu suprimir el tauler {title}? Això eliminarà totes les dades d'aquest tauler.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Esteu segur que voleu suprimir el tauler {title}? Això eliminarà totes les dades d'aquest tauler.",
|
||||||
"Delete the board?" : "Voleu suprimir el tauler?",
|
"Delete the board?" : "Voleu suprimir el tauler?",
|
||||||
"Loading filtered view" : "S'està carregant la visualització filtrada",
|
"Loading filtered view" : "S'està carregant la visualització filtrada",
|
||||||
"Today" : "Avui",
|
|
||||||
"Tomorrow" : "Demà",
|
|
||||||
"This week" : "Aquesta setmana",
|
"This week" : "Aquesta setmana",
|
||||||
"No due" : "Sense venciment",
|
"No due" : "Sense venciment",
|
||||||
|
"Search for {searchQuery} in all boards" : "Busca {searchQuery} a tots els taulers",
|
||||||
|
"No results found" : "No s'han trobat resultats",
|
||||||
"No upcoming cards" : "No hi ha pròximes targetes",
|
"No upcoming cards" : "No hi ha pròximes targetes",
|
||||||
"upcoming cards" : "pròximes targetes",
|
"upcoming cards" : "pròximes targetes",
|
||||||
"Link to a board" : "Enllaça a un tauler",
|
"Link to a board" : "Enllaça a un tauler",
|
||||||
"Link to a card" : "Enllaç una targeta",
|
"Link to a card" : "Enllaç una targeta",
|
||||||
|
"Create a card" : "Crea una targeta",
|
||||||
|
"Message from {author} in {conversationName}" : "Missatge de {author} a {conversationName}",
|
||||||
"Something went wrong" : "Alguna cosa ha anat malament",
|
"Something went wrong" : "Alguna cosa ha anat malament",
|
||||||
"Failed to upload {name}" : "No s'ha pogut pujar {name}",
|
"Failed to upload {name}" : "No s'ha pogut pujar {name}",
|
||||||
"Maximum file size of {size} exceeded" : "S'ha superat la mida màxima per fitxer de {size}"
|
"Maximum file size of {size} exceeded" : "S'ha superat la mida màxima per fitxer de {size}",
|
||||||
|
"Error creating the share" : "S'ha produït un error en crear la compartició",
|
||||||
|
"Share with a Deck card" : "Compartir amb una targeta de Deck",
|
||||||
|
"Share {file} with a Deck card" : "Compartir {file} amb una targeta de Deck",
|
||||||
|
"Share" : "Compartir",
|
||||||
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Tauler és una eina d'organització a l'estil kanban dirigida a la planificació personal i a l'organització de projectes per equips integrada a Nextcloud.\n\n\n- 📥 Afegiu les tasques en targetes i poseu-les en ordre\n- 📄 Apunteu notes addicionals en markdown\n- 🔖 Assigneu etiquetes per una organització encara millor\n- 👥 Compartiu amb el vostre equip, família o amics\n- 📎 Adjunteu fitxers i encasteu-los en la descripció en markdown\n- 💬 Debateu amb el vostre equip fent servir comentaris\n- ⚡ Mantingueu el seguiment de canvis al flux d'activitat\n- 🚀 Tingueu el vostre projecte organitzat"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
48
l10n/ca.json
48
l10n/ca.json
@@ -68,9 +68,15 @@
|
|||||||
"Upcoming cards" : "Pròximes targetes",
|
"Upcoming cards" : "Pròximes targetes",
|
||||||
"Personal" : "Personal",
|
"Personal" : "Personal",
|
||||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La targeta \"%s\" sobre \"%s\" se us ha assignat per %s.",
|
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La targeta \"%s\" sobre \"%s\" se us ha assignat per %s.",
|
||||||
|
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} us ha assignat la targeta {deck-card} a {deck-board}.",
|
||||||
"The card \"%s\" on \"%s\" has reached its due date." : "La targeta \"%s\" sobre \"%s\" ha assolit la seva data de venciment.",
|
"The card \"%s\" on \"%s\" has reached its due date." : "La targeta \"%s\" sobre \"%s\" ha assolit la seva data de venciment.",
|
||||||
|
"The card {deck-card} on {deck-board} has reached its due date." : "La targeta {deck-card} a {deck-board} ha assolit la seva data de caducitat.",
|
||||||
"%s has mentioned you in a comment on \"%s\"." : "%s us ha anomenat en un comentari sobre \"%s\".",
|
"%s has mentioned you in a comment on \"%s\"." : "%s us ha anomenat en un comentari sobre \"%s\".",
|
||||||
|
"{user} has mentioned you in a comment on {deck-card}." : "{user} us ha mencionat en un comentari a {deck-card}.",
|
||||||
"The board \"%s\" has been shared with you by %s." : "El tauler \"%s\" se us ha compartit per %s.",
|
"The board \"%s\" has been shared with you by %s." : "El tauler \"%s\" se us ha compartit per %s.",
|
||||||
|
"{user} has shared {deck-board} with you." : "{user} us ha compartit {board}.",
|
||||||
|
"Card comments" : "Comentaris de la targeta",
|
||||||
|
"%s on %s" : "%s a %s",
|
||||||
"No data was provided to create an attachment." : "No s’ha proporcionat cap dada per crear un fitxer adjunt.",
|
"No data was provided to create an attachment." : "No s’ha proporcionat cap dada per crear un fitxer adjunt.",
|
||||||
"Finished" : "Acabat",
|
"Finished" : "Acabat",
|
||||||
"To review" : "Per revisar",
|
"To review" : "Per revisar",
|
||||||
@@ -92,16 +98,25 @@
|
|||||||
"Could not write file to disk" : "No s’ha pogut escriure el fitxer al disc",
|
"Could not write file to disk" : "No s’ha pogut escriure el fitxer al disc",
|
||||||
"A PHP extension stopped the file upload" : "Una extensió del PHP ha aturat la carregada del fitxer",
|
"A PHP extension stopped the file upload" : "Una extensió del PHP ha aturat la carregada del fitxer",
|
||||||
"No file uploaded or file size exceeds maximum of %s" : "No s'ha carregat cap fitxer o la mida del fitxer sobrepassa el màxim de %s",
|
"No file uploaded or file size exceeds maximum of %s" : "No s'ha carregat cap fitxer o la mida del fitxer sobrepassa el màxim de %s",
|
||||||
|
"Card not found" : "No s'ha trobat la targeta",
|
||||||
|
"Path is already shared with this card" : "Aquesta ruta ja ha estat compartida amb aquesta targeta",
|
||||||
|
"Invalid date, date format must be YYYY-MM-DD" : "La data no és vàlida, el format de la data ha de ser YYYY-MM-DD",
|
||||||
"Personal planning and team project organization" : "Planificació personal i organització de projectes en equip",
|
"Personal planning and team project organization" : "Planificació personal i organització de projectes en equip",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Tauler és una eina d'organització a l'estil kanban dirigida a la planificació personal i a l'organització de projectes per equips integrada a Nextcloud.\n\n\n- 📥 Afegiu les tasques en targetes i poseu-les en ordre\n- 📄 Apunteu notes addicionals en markdown\n- 🔖 Assigneu etiquetes per una organització encara millor\n- 👥 Compartiu amb el vostre equip, família o amics\n- 📎 Adjunteu fitxers i encasteu-los en la descripció en markdown\n- 💬 Debateu amb el vostre equip fent servir comentaris\n- ⚡ Mantingueu el seguiment de canvis al flux d'activitat\n- 🚀 Tingueu el vostre projecte organitzat",
|
|
||||||
"Card details" : "Detalls de la targeta",
|
"Card details" : "Detalls de la targeta",
|
||||||
"Add board" : "Afegeix un tauler",
|
"Add board" : "Afegeix un tauler",
|
||||||
"Select the board to link to a project" : "Selecciona el tauler per enllaçar a un projecte",
|
"Select the board to link to a project" : "Selecciona el tauler per enllaçar a un projecte",
|
||||||
"Search by board title" : "Cerca per títol del tauler",
|
"Search by board title" : "Cerca per títol del tauler",
|
||||||
"Select board" : "Selecciona un tauler",
|
"Select board" : "Selecciona un tauler",
|
||||||
|
"Create a new card" : "Crea una nova targeta",
|
||||||
"Select a board" : "Selecciona un tauler",
|
"Select a board" : "Selecciona un tauler",
|
||||||
"Select a list" : "Seleccioneu una llista",
|
"Select a list" : "Seleccioneu una llista",
|
||||||
|
"Card title" : "Títol de la targeta",
|
||||||
"Cancel" : "Cancel·la",
|
"Cancel" : "Cancel·la",
|
||||||
|
"Creating the new card …" : "Creant la nova targeta",
|
||||||
|
"Card \"{card}\" was added to \"{board}\"" : "La targeta \"{card}\" s'ha afegit a \"{board}\"",
|
||||||
|
"Open card" : "Obre la targeta",
|
||||||
|
"Close" : "Tanca",
|
||||||
|
"Create card" : "Crea una targeta",
|
||||||
"Select a card" : "Selecciona una targeta",
|
"Select a card" : "Selecciona una targeta",
|
||||||
"Select the card to link to a project" : "Selecciona la targeta per enllaçar a un projecte",
|
"Select the card to link to a project" : "Selecciona la targeta per enllaçar a un projecte",
|
||||||
"Link to card" : "Enllaç a la targeta",
|
"Link to card" : "Enllaç a la targeta",
|
||||||
@@ -112,6 +127,7 @@
|
|||||||
"Keep existing file" : "Mantén el fitxer existent",
|
"Keep existing file" : "Mantén el fitxer existent",
|
||||||
"This board is read only" : "Aquest tauler és només de lectura",
|
"This board is read only" : "Aquest tauler és només de lectura",
|
||||||
"Drop your files to upload" : "Deixeu anar els fitxers per penjar-los",
|
"Drop your files to upload" : "Deixeu anar els fitxers per penjar-los",
|
||||||
|
"Add card" : "Afegeix una targeta",
|
||||||
"Archived cards" : "Targetes arxivades",
|
"Archived cards" : "Targetes arxivades",
|
||||||
"Add list" : "Afegeix una llista",
|
"Add list" : "Afegeix una llista",
|
||||||
"List name" : "Nom de la llista",
|
"List name" : "Nom de la llista",
|
||||||
@@ -155,7 +171,6 @@
|
|||||||
"Add a new list" : "Afegir una llista nova",
|
"Add a new list" : "Afegir una llista nova",
|
||||||
"Archive all cards" : "Arxiva totes les targetes",
|
"Archive all cards" : "Arxiva totes les targetes",
|
||||||
"Delete list" : "Suprimeix la llista",
|
"Delete list" : "Suprimeix la llista",
|
||||||
"Add card" : "Afegeix una targeta",
|
|
||||||
"Archive all cards in this list" : "Arxiva totes les targetes d'aquesta llista",
|
"Archive all cards in this list" : "Arxiva totes les targetes d'aquesta llista",
|
||||||
"Add a new card" : "Afegir una nova targeta",
|
"Add a new card" : "Afegir una nova targeta",
|
||||||
"Card name" : "Nom de la targeta",
|
"Card name" : "Nom de la targeta",
|
||||||
@@ -165,9 +180,16 @@
|
|||||||
"title and color value must be provided" : "s’ha de proporcionar el valor del títol i del color",
|
"title and color value must be provided" : "s’ha de proporcionar el valor del títol i del color",
|
||||||
"Board name" : "Nom del taulell",
|
"Board name" : "Nom del taulell",
|
||||||
"Members" : "Membres",
|
"Members" : "Membres",
|
||||||
|
"Upload new files" : "Puja nous fitxers",
|
||||||
|
"Share from Files" : "Comparteix des de Fitxers",
|
||||||
|
"Pending share" : "Compartició pendent",
|
||||||
"Add this attachment" : "Afegeix aquest adjunt",
|
"Add this attachment" : "Afegeix aquest adjunt",
|
||||||
|
"Show in Files" : "Mostra a Fitxers",
|
||||||
|
"Remove attachment" : "Treu l'adjunt",
|
||||||
"Delete Attachment" : "Suprimeix l’adjunt",
|
"Delete Attachment" : "Suprimeix l’adjunt",
|
||||||
"Restore Attachment" : "Restaura l'adjunt",
|
"Restore Attachment" : "Restaura l'adjunt",
|
||||||
|
"File to share" : "Fitxer a compartir",
|
||||||
|
"Invalid path selected" : "S'ha seleccionat una ruta invàlida",
|
||||||
"Open in sidebar view" : "Obre a la vista de la barra lateral",
|
"Open in sidebar view" : "Obre a la vista de la barra lateral",
|
||||||
"Open in bigger view" : "Obre a la vista més gran",
|
"Open in bigger view" : "Obre a la vista més gran",
|
||||||
"Attachments" : "Adjunts",
|
"Attachments" : "Adjunts",
|
||||||
@@ -176,6 +198,7 @@
|
|||||||
"Created" : "Creat",
|
"Created" : "Creat",
|
||||||
"The title cannot be empty." : "El títol no pot estar buit",
|
"The title cannot be empty." : "El títol no pot estar buit",
|
||||||
"No comments yet. Begin the discussion!" : "No hi ha comentaris encara. Començar la discussió!",
|
"No comments yet. Begin the discussion!" : "No hi ha comentaris encara. Començar la discussió!",
|
||||||
|
"Failed to load comments" : "No s'han pogut carregar els comentaris",
|
||||||
"Assign a tag to this card…" : "Assigna una etiqueta a aquesta targeta…",
|
"Assign a tag to this card…" : "Assigna una etiqueta a aquesta targeta…",
|
||||||
"Assign to users" : "Assigna als usuaris",
|
"Assign to users" : "Assigna als usuaris",
|
||||||
"Assign to users/groups/circles" : "Assigna a usuaris/grups/cercles",
|
"Assign to users/groups/circles" : "Assigna a usuaris/grups/cercles",
|
||||||
@@ -184,10 +207,15 @@
|
|||||||
"Set a due date" : "Definir una data de venciment",
|
"Set a due date" : "Definir una data de venciment",
|
||||||
"Remove due date" : "Elimina la data de venciment",
|
"Remove due date" : "Elimina la data de venciment",
|
||||||
"Select Date" : "Selecciona la data",
|
"Select Date" : "Selecciona la data",
|
||||||
|
"Today" : "Avui",
|
||||||
|
"Tomorrow" : "Demà",
|
||||||
|
"Next week" : "Setmana següent",
|
||||||
|
"Next month" : "Mes següent",
|
||||||
"Save" : "Desa",
|
"Save" : "Desa",
|
||||||
"The comment cannot be empty." : "El comentari no pot estar buit.",
|
"The comment cannot be empty." : "El comentari no pot estar buit.",
|
||||||
"The comment cannot be longer than 1000 characters." : "El comentari no pot ser més llarg que 1000 caràcters.",
|
"The comment cannot be longer than 1000 characters." : "El comentari no pot ser més llarg que 1000 caràcters.",
|
||||||
"In reply to" : "En resposta a",
|
"In reply to" : "En resposta a",
|
||||||
|
"Cancel reply" : "Cancel·la la resposta",
|
||||||
"Reply" : "Respon",
|
"Reply" : "Respon",
|
||||||
"Update" : "Actualitza",
|
"Update" : "Actualitza",
|
||||||
"Description" : "Descripció",
|
"Description" : "Descripció",
|
||||||
@@ -200,6 +228,7 @@
|
|||||||
"Write a description …" : "Escriviu una descripció...",
|
"Write a description …" : "Escriviu una descripció...",
|
||||||
"Choose attachment" : "Triar adjunt",
|
"Choose attachment" : "Triar adjunt",
|
||||||
"(group)" : "(grup)",
|
"(group)" : "(grup)",
|
||||||
|
"{count} comments, {unread} unread" : "{count} comentaris, {unread} no llegits",
|
||||||
"Assign to me" : "Assigna'm a mi",
|
"Assign to me" : "Assigna'm a mi",
|
||||||
"Unassign myself" : "Desasignar a mi mateix",
|
"Unassign myself" : "Desasignar a mi mateix",
|
||||||
"Move card" : "Mou la targeta",
|
"Move card" : "Mou la targeta",
|
||||||
@@ -216,7 +245,7 @@
|
|||||||
"Show boards in calendar/tasks" : "Mostra els taulers al calendari/tasques",
|
"Show boards in calendar/tasks" : "Mostra els taulers al calendari/tasques",
|
||||||
"Limit deck usage of groups" : "Limitar l'ús del tauler de grups",
|
"Limit deck usage of groups" : "Limitar l'ús del tauler de grups",
|
||||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limitant el Tauler bloquejarà la creació de taulers als usuaris que no són part d'aquests grups. Els usuaris podran seguir treballant en els taulers que hagin estat compartits amb ells.",
|
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limitant el Tauler bloquejarà la creació de taulers als usuaris que no són part d'aquests grups. Els usuaris podran seguir treballant en els taulers que hagin estat compartits amb ells.",
|
||||||
"Board details" : "Detalls de la junta",
|
"Board details" : "Detalls del tauler",
|
||||||
"Edit board" : "Edita el tauler",
|
"Edit board" : "Edita el tauler",
|
||||||
"Clone board" : "Clonar tauler",
|
"Clone board" : "Clonar tauler",
|
||||||
"Unarchive board" : "Desarxiva el tauler",
|
"Unarchive board" : "Desarxiva el tauler",
|
||||||
@@ -235,16 +264,23 @@
|
|||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Esteu segur que voleu suprimir el tauler {title}? Això eliminarà totes les dades d'aquest tauler.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Esteu segur que voleu suprimir el tauler {title}? Això eliminarà totes les dades d'aquest tauler.",
|
||||||
"Delete the board?" : "Voleu suprimir el tauler?",
|
"Delete the board?" : "Voleu suprimir el tauler?",
|
||||||
"Loading filtered view" : "S'està carregant la visualització filtrada",
|
"Loading filtered view" : "S'està carregant la visualització filtrada",
|
||||||
"Today" : "Avui",
|
|
||||||
"Tomorrow" : "Demà",
|
|
||||||
"This week" : "Aquesta setmana",
|
"This week" : "Aquesta setmana",
|
||||||
"No due" : "Sense venciment",
|
"No due" : "Sense venciment",
|
||||||
|
"Search for {searchQuery} in all boards" : "Busca {searchQuery} a tots els taulers",
|
||||||
|
"No results found" : "No s'han trobat resultats",
|
||||||
"No upcoming cards" : "No hi ha pròximes targetes",
|
"No upcoming cards" : "No hi ha pròximes targetes",
|
||||||
"upcoming cards" : "pròximes targetes",
|
"upcoming cards" : "pròximes targetes",
|
||||||
"Link to a board" : "Enllaça a un tauler",
|
"Link to a board" : "Enllaça a un tauler",
|
||||||
"Link to a card" : "Enllaç una targeta",
|
"Link to a card" : "Enllaç una targeta",
|
||||||
|
"Create a card" : "Crea una targeta",
|
||||||
|
"Message from {author} in {conversationName}" : "Missatge de {author} a {conversationName}",
|
||||||
"Something went wrong" : "Alguna cosa ha anat malament",
|
"Something went wrong" : "Alguna cosa ha anat malament",
|
||||||
"Failed to upload {name}" : "No s'ha pogut pujar {name}",
|
"Failed to upload {name}" : "No s'ha pogut pujar {name}",
|
||||||
"Maximum file size of {size} exceeded" : "S'ha superat la mida màxima per fitxer de {size}"
|
"Maximum file size of {size} exceeded" : "S'ha superat la mida màxima per fitxer de {size}",
|
||||||
|
"Error creating the share" : "S'ha produït un error en crear la compartició",
|
||||||
|
"Share with a Deck card" : "Compartir amb una targeta de Deck",
|
||||||
|
"Share {file} with a Deck card" : "Compartir {file} amb una targeta de Deck",
|
||||||
|
"Share" : "Compartir",
|
||||||
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Tauler és una eina d'organització a l'estil kanban dirigida a la planificació personal i a l'organització de projectes per equips integrada a Nextcloud.\n\n\n- 📥 Afegiu les tasques en targetes i poseu-les en ordre\n- 📄 Apunteu notes addicionals en markdown\n- 🔖 Assigneu etiquetes per una organització encara millor\n- 👥 Compartiu amb el vostre equip, família o amics\n- 📎 Adjunteu fitxers i encasteu-los en la descripció en markdown\n- 💬 Debateu amb el vostre equip fent servir comentaris\n- ⚡ Mantingueu el seguiment de canvis al flux d'activitat\n- 🚀 Tingueu el vostre projecte organitzat"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
28
l10n/cs.js
28
l10n/cs.js
@@ -76,7 +76,7 @@ OC.L10N.register(
|
|||||||
"%s has mentioned you in a comment on \"%s\"." : "%s vás zmínil(a) v komentáři k „%s“.",
|
"%s has mentioned you in a comment on \"%s\"." : "%s vás zmínil(a) v komentáři k „%s“.",
|
||||||
"{user} has mentioned you in a comment on {deck-card}." : "{user} vás zmínil(a) v komentáři na kartě {deck-card}.",
|
"{user} has mentioned you in a comment on {deck-card}." : "{user} vás zmínil(a) v komentáři na kartě {deck-card}.",
|
||||||
"The board \"%s\" has been shared with you by %s." : "Uživatel %s vám nasdílel(a) tabuli „%s“.",
|
"The board \"%s\" has been shared with you by %s." : "Uživatel %s vám nasdílel(a) tabuli „%s“.",
|
||||||
"{user} has shared {deck-board} with you." : "{user} s vámi sdílel(a) tabuli {deck-board}.",
|
"{user} has shared {deck-board} with you." : "{user} vám nasdílel(a) tabuli {deck-board}.",
|
||||||
"Card comments" : "Komentáře v kartách",
|
"Card comments" : "Komentáře v kartách",
|
||||||
"%s on %s" : "%s na %s",
|
"%s on %s" : "%s na %s",
|
||||||
"No data was provided to create an attachment." : "Nebyla poskytnuta žádná data pro vytvoření přílohy.",
|
"No data was provided to create an attachment." : "Nebyla poskytnuta žádná data pro vytvoření přílohy.",
|
||||||
@@ -85,7 +85,7 @@ OC.L10N.register(
|
|||||||
"Action needed" : "Nutná akce",
|
"Action needed" : "Nutná akce",
|
||||||
"Later" : "Později",
|
"Later" : "Později",
|
||||||
"copy" : "kopie",
|
"copy" : "kopie",
|
||||||
"To do" : "Udělat",
|
"To do" : "Zbývá udělat",
|
||||||
"Doing" : "Provádí se",
|
"Doing" : "Provádí se",
|
||||||
"Done" : "Hotovo",
|
"Done" : "Hotovo",
|
||||||
"Example Task 3" : "Třetí úkol pro ukázku",
|
"Example Task 3" : "Třetí úkol pro ukázku",
|
||||||
@@ -100,11 +100,12 @@ OC.L10N.register(
|
|||||||
"Could not write file to disk" : "Soubor se nedaří se zapsat na úložiště",
|
"Could not write file to disk" : "Soubor se nedaří se zapsat na úložiště",
|
||||||
"A PHP extension stopped the file upload" : "PHP rozšíření zastavilo nahrávání souboru.",
|
"A PHP extension stopped the file upload" : "PHP rozšíření zastavilo nahrávání souboru.",
|
||||||
"No file uploaded or file size exceeds maximum of %s" : "Nebyl nahrán žádný soubor nebo jeho velikost přesáhla %s",
|
"No file uploaded or file size exceeds maximum of %s" : "Nebyl nahrán žádný soubor nebo jeho velikost přesáhla %s",
|
||||||
|
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Tento komentář je delší než %s znaků.\nPřidán jako příloha ke kartě nazvané %s.\nDostupné na URL: %s.",
|
||||||
"Card not found" : "Karta nebyla nalezena",
|
"Card not found" : "Karta nebyla nalezena",
|
||||||
"Path is already shared with this card" : "Cesta je již s touto kartou sdílena",
|
"Path is already shared with this card" : "Popis umístění už je touto kartou sdíleno",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Neplatné datum – je třeba, aby formát data byl RRRR-MM-DD",
|
"Invalid date, date format must be YYYY-MM-DD" : "Neplatné datum – je třeba, aby formát data byl RRRR-MM-DD",
|
||||||
"Personal planning and team project organization" : "Osobní plánování a organizování týmového projektu",
|
"Personal planning and team project organization" : "Osobní plánování a organizování týmového projektu",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck je nástroj cílený na osobní nebo projektové plánování týmů v Kanban stylu, vestavěný v Nextcloud.\n\n\n- 📥 Zadávejte a uspořádávejte své úkoly do karet\n- 📄 Zapisujte si dodatečné poznámky \n- 🔖 Přiřazujte štítky pro ještě lepší organizaci\n- 👥 Sdílejte se svým týmem, přáteli nebo rodinou\n- 🚀 Dostaňte svůj projekt pod kontrolu",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck je nástroj cílený na osobní nebo projektové plánování týmů v Kanban stylu, napojený do Nextcloud.\n\n\n- 📥 Zadávejte a uspořádávejte své úkoly do karet\n- 📄 Zapisujte si dodatečné poznámky (v Markdown) \n- 🔖 Přiřazujte štítky pro ještě lepší uspořádání\n- 👥 Sdílejte se svým týmem, přáteli nebo rodinou\n- 📎 Připojte soubory a vložte je do (Markdown) popisu \n- 💬 Diskutujte se svým týmem prostřednictvím komentářů\n- ⚡ Udržte si přehled o změnách prostřednictvím sledování proudu aktivit\n- 🚀 Dostaňte svůj projekt pod kontrolu",
|
||||||
"Card details" : "Podrobnosti o kartě",
|
"Card details" : "Podrobnosti o kartě",
|
||||||
"Add board" : "Přidat tabuli",
|
"Add board" : "Přidat tabuli",
|
||||||
"Select the board to link to a project" : "Vyberte tabuli kterou propojit s projektem",
|
"Select the board to link to a project" : "Vyberte tabuli kterou propojit s projektem",
|
||||||
@@ -130,6 +131,7 @@ OC.L10N.register(
|
|||||||
"Keep existing file" : "Ponechat existující soubor",
|
"Keep existing file" : "Ponechat existující soubor",
|
||||||
"This board is read only" : "Tato tabule je pouze pro čtení",
|
"This board is read only" : "Tato tabule je pouze pro čtení",
|
||||||
"Drop your files to upload" : "Přetáhněte sem soubory, které chcete nahrát",
|
"Drop your files to upload" : "Přetáhněte sem soubory, které chcete nahrát",
|
||||||
|
"Add card" : "Přidat kartu",
|
||||||
"Archived cards" : "Archivované karty",
|
"Archived cards" : "Archivované karty",
|
||||||
"Add list" : "Přidat seznam",
|
"Add list" : "Přidat seznam",
|
||||||
"List name" : "Název seznamu",
|
"List name" : "Název seznamu",
|
||||||
@@ -173,7 +175,6 @@ OC.L10N.register(
|
|||||||
"Add a new list" : "Přidat nový sloupec",
|
"Add a new list" : "Přidat nový sloupec",
|
||||||
"Archive all cards" : "Archivovat všechny karty",
|
"Archive all cards" : "Archivovat všechny karty",
|
||||||
"Delete list" : "Smazat seznam",
|
"Delete list" : "Smazat seznam",
|
||||||
"Add card" : "Přidat kartu",
|
|
||||||
"Archive all cards in this list" : "Archivovat všechny karty v tomto seznamu",
|
"Archive all cards in this list" : "Archivovat všechny karty v tomto seznamu",
|
||||||
"Add a new card" : "Přidat novou kartu",
|
"Add a new card" : "Přidat novou kartu",
|
||||||
"Card name" : "Název karty",
|
"Card name" : "Název karty",
|
||||||
@@ -185,9 +186,11 @@ OC.L10N.register(
|
|||||||
"Members" : "Členové",
|
"Members" : "Členové",
|
||||||
"Upload new files" : "Nahrát nové soubory",
|
"Upload new files" : "Nahrát nové soubory",
|
||||||
"Share from Files" : "Sdílet ze Souborů",
|
"Share from Files" : "Sdílet ze Souborů",
|
||||||
|
"Pending share" : "Čekající sdílení",
|
||||||
"Add this attachment" : "Přidat tuto přílohu",
|
"Add this attachment" : "Přidat tuto přílohu",
|
||||||
"Show in Files" : "Zobrazit v Souborech",
|
"Show in Files" : "Zobrazit v Souborech",
|
||||||
"Unshare file" : "Přestat sdílet soubor",
|
"Download" : "Stáhnout",
|
||||||
|
"Remove attachment" : "Odebrat přílohu",
|
||||||
"Delete Attachment" : "Smazat přílohu",
|
"Delete Attachment" : "Smazat přílohu",
|
||||||
"Restore Attachment" : "Obnovit přílohu",
|
"Restore Attachment" : "Obnovit přílohu",
|
||||||
"File to share" : "Soubor ke sdílení",
|
"File to share" : "Soubor ke sdílení",
|
||||||
@@ -209,6 +212,10 @@ OC.L10N.register(
|
|||||||
"Set a due date" : "Vybrat termín",
|
"Set a due date" : "Vybrat termín",
|
||||||
"Remove due date" : "Odstranit termín",
|
"Remove due date" : "Odstranit termín",
|
||||||
"Select Date" : "Vybrat datum",
|
"Select Date" : "Vybrat datum",
|
||||||
|
"Today" : "Dnes",
|
||||||
|
"Tomorrow" : "Zítra",
|
||||||
|
"Next week" : "Příští týden",
|
||||||
|
"Next month" : "Příští měsíc",
|
||||||
"Save" : "Uložit",
|
"Save" : "Uložit",
|
||||||
"The comment cannot be empty." : "Komentář je třeba vyplnit.",
|
"The comment cannot be empty." : "Komentář je třeba vyplnit.",
|
||||||
"The comment cannot be longer than 1000 characters." : "Délka komentáře může být nejvýše 1 000 znaků.",
|
"The comment cannot be longer than 1000 characters." : "Délka komentáře může být nejvýše 1 000 znaků.",
|
||||||
@@ -234,6 +241,7 @@ OC.L10N.register(
|
|||||||
"Archive card" : "Archivovat kartu",
|
"Archive card" : "Archivovat kartu",
|
||||||
"Delete card" : "Smazat kartu",
|
"Delete card" : "Smazat kartu",
|
||||||
"Move card to another board" : "Přesunout kartu na jinou tabuli",
|
"Move card to another board" : "Přesunout kartu na jinou tabuli",
|
||||||
|
"List is empty" : "Seznam je prázdný",
|
||||||
"Card deleted" : "Karta smazána",
|
"Card deleted" : "Karta smazána",
|
||||||
"seconds ago" : "před několika sekundami",
|
"seconds ago" : "před několika sekundami",
|
||||||
"All boards" : "Všechny tabule",
|
"All boards" : "Všechny tabule",
|
||||||
@@ -262,8 +270,6 @@ OC.L10N.register(
|
|||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Opravdu chcete tabuly {title} smazat? Toto smaže veškerá data této tabule.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Opravdu chcete tabuly {title} smazat? Toto smaže veškerá data této tabule.",
|
||||||
"Delete the board?" : "Smazat tabuli?",
|
"Delete the board?" : "Smazat tabuli?",
|
||||||
"Loading filtered view" : "Načítání filtrovaného pohledu",
|
"Loading filtered view" : "Načítání filtrovaného pohledu",
|
||||||
"Today" : "Dnes",
|
|
||||||
"Tomorrow" : "Zítra",
|
|
||||||
"This week" : "Tento týden",
|
"This week" : "Tento týden",
|
||||||
"No due" : "Žádný termín",
|
"No due" : "Žádný termín",
|
||||||
"Search for {searchQuery} in all boards" : "Hledat {searchQuery} na všech tabulích",
|
"Search for {searchQuery} in all boards" : "Hledat {searchQuery} na všech tabulích",
|
||||||
@@ -280,6 +286,10 @@ OC.L10N.register(
|
|||||||
"Error creating the share" : "Chyba při vytváření sdílení",
|
"Error creating the share" : "Chyba při vytváření sdílení",
|
||||||
"Share with a Deck card" : "Sdílet s kartou aplikace Deck",
|
"Share with a Deck card" : "Sdílet s kartou aplikace Deck",
|
||||||
"Share {file} with a Deck card" : "Sdílet {file} s kartou aplikace Deck",
|
"Share {file} with a Deck card" : "Sdílet {file} s kartou aplikace Deck",
|
||||||
"Share" : "Sdílet"
|
"Share" : "Sdílet",
|
||||||
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck je nástroj cílený na osobní nebo projektové plánování týmů v Kanban stylu, vestavěný v Nextcloud.\n\n\n- 📥 Zadávejte a uspořádávejte své úkoly do karet\n- 📄 Zapisujte si dodatečné poznámky \n- 🔖 Přiřazujte štítky pro ještě lepší organizaci\n- 👥 Sdílejte se svým týmem, přáteli nebo rodinou\n- 🚀 Dostaňte svůj projekt pod kontrolu",
|
||||||
|
"Creating the new card…" : "Vytváření nové karty…",
|
||||||
|
"\"{card}\" was added to \"{board}\"" : "„{card}“ bylo přidáno do „{board}“",
|
||||||
|
"(circle)" : "(okruh)"
|
||||||
},
|
},
|
||||||
"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;");
|
||||||
|
|||||||
28
l10n/cs.json
28
l10n/cs.json
@@ -74,7 +74,7 @@
|
|||||||
"%s has mentioned you in a comment on \"%s\"." : "%s vás zmínil(a) v komentáři k „%s“.",
|
"%s has mentioned you in a comment on \"%s\"." : "%s vás zmínil(a) v komentáři k „%s“.",
|
||||||
"{user} has mentioned you in a comment on {deck-card}." : "{user} vás zmínil(a) v komentáři na kartě {deck-card}.",
|
"{user} has mentioned you in a comment on {deck-card}." : "{user} vás zmínil(a) v komentáři na kartě {deck-card}.",
|
||||||
"The board \"%s\" has been shared with you by %s." : "Uživatel %s vám nasdílel(a) tabuli „%s“.",
|
"The board \"%s\" has been shared with you by %s." : "Uživatel %s vám nasdílel(a) tabuli „%s“.",
|
||||||
"{user} has shared {deck-board} with you." : "{user} s vámi sdílel(a) tabuli {deck-board}.",
|
"{user} has shared {deck-board} with you." : "{user} vám nasdílel(a) tabuli {deck-board}.",
|
||||||
"Card comments" : "Komentáře v kartách",
|
"Card comments" : "Komentáře v kartách",
|
||||||
"%s on %s" : "%s na %s",
|
"%s on %s" : "%s na %s",
|
||||||
"No data was provided to create an attachment." : "Nebyla poskytnuta žádná data pro vytvoření přílohy.",
|
"No data was provided to create an attachment." : "Nebyla poskytnuta žádná data pro vytvoření přílohy.",
|
||||||
@@ -83,7 +83,7 @@
|
|||||||
"Action needed" : "Nutná akce",
|
"Action needed" : "Nutná akce",
|
||||||
"Later" : "Později",
|
"Later" : "Později",
|
||||||
"copy" : "kopie",
|
"copy" : "kopie",
|
||||||
"To do" : "Udělat",
|
"To do" : "Zbývá udělat",
|
||||||
"Doing" : "Provádí se",
|
"Doing" : "Provádí se",
|
||||||
"Done" : "Hotovo",
|
"Done" : "Hotovo",
|
||||||
"Example Task 3" : "Třetí úkol pro ukázku",
|
"Example Task 3" : "Třetí úkol pro ukázku",
|
||||||
@@ -98,11 +98,12 @@
|
|||||||
"Could not write file to disk" : "Soubor se nedaří se zapsat na úložiště",
|
"Could not write file to disk" : "Soubor se nedaří se zapsat na úložiště",
|
||||||
"A PHP extension stopped the file upload" : "PHP rozšíření zastavilo nahrávání souboru.",
|
"A PHP extension stopped the file upload" : "PHP rozšíření zastavilo nahrávání souboru.",
|
||||||
"No file uploaded or file size exceeds maximum of %s" : "Nebyl nahrán žádný soubor nebo jeho velikost přesáhla %s",
|
"No file uploaded or file size exceeds maximum of %s" : "Nebyl nahrán žádný soubor nebo jeho velikost přesáhla %s",
|
||||||
|
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Tento komentář je delší než %s znaků.\nPřidán jako příloha ke kartě nazvané %s.\nDostupné na URL: %s.",
|
||||||
"Card not found" : "Karta nebyla nalezena",
|
"Card not found" : "Karta nebyla nalezena",
|
||||||
"Path is already shared with this card" : "Cesta je již s touto kartou sdílena",
|
"Path is already shared with this card" : "Popis umístění už je touto kartou sdíleno",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Neplatné datum – je třeba, aby formát data byl RRRR-MM-DD",
|
"Invalid date, date format must be YYYY-MM-DD" : "Neplatné datum – je třeba, aby formát data byl RRRR-MM-DD",
|
||||||
"Personal planning and team project organization" : "Osobní plánování a organizování týmového projektu",
|
"Personal planning and team project organization" : "Osobní plánování a organizování týmového projektu",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck je nástroj cílený na osobní nebo projektové plánování týmů v Kanban stylu, vestavěný v Nextcloud.\n\n\n- 📥 Zadávejte a uspořádávejte své úkoly do karet\n- 📄 Zapisujte si dodatečné poznámky \n- 🔖 Přiřazujte štítky pro ještě lepší organizaci\n- 👥 Sdílejte se svým týmem, přáteli nebo rodinou\n- 🚀 Dostaňte svůj projekt pod kontrolu",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck je nástroj cílený na osobní nebo projektové plánování týmů v Kanban stylu, napojený do Nextcloud.\n\n\n- 📥 Zadávejte a uspořádávejte své úkoly do karet\n- 📄 Zapisujte si dodatečné poznámky (v Markdown) \n- 🔖 Přiřazujte štítky pro ještě lepší uspořádání\n- 👥 Sdílejte se svým týmem, přáteli nebo rodinou\n- 📎 Připojte soubory a vložte je do (Markdown) popisu \n- 💬 Diskutujte se svým týmem prostřednictvím komentářů\n- ⚡ Udržte si přehled o změnách prostřednictvím sledování proudu aktivit\n- 🚀 Dostaňte svůj projekt pod kontrolu",
|
||||||
"Card details" : "Podrobnosti o kartě",
|
"Card details" : "Podrobnosti o kartě",
|
||||||
"Add board" : "Přidat tabuli",
|
"Add board" : "Přidat tabuli",
|
||||||
"Select the board to link to a project" : "Vyberte tabuli kterou propojit s projektem",
|
"Select the board to link to a project" : "Vyberte tabuli kterou propojit s projektem",
|
||||||
@@ -128,6 +129,7 @@
|
|||||||
"Keep existing file" : "Ponechat existující soubor",
|
"Keep existing file" : "Ponechat existující soubor",
|
||||||
"This board is read only" : "Tato tabule je pouze pro čtení",
|
"This board is read only" : "Tato tabule je pouze pro čtení",
|
||||||
"Drop your files to upload" : "Přetáhněte sem soubory, které chcete nahrát",
|
"Drop your files to upload" : "Přetáhněte sem soubory, které chcete nahrát",
|
||||||
|
"Add card" : "Přidat kartu",
|
||||||
"Archived cards" : "Archivované karty",
|
"Archived cards" : "Archivované karty",
|
||||||
"Add list" : "Přidat seznam",
|
"Add list" : "Přidat seznam",
|
||||||
"List name" : "Název seznamu",
|
"List name" : "Název seznamu",
|
||||||
@@ -171,7 +173,6 @@
|
|||||||
"Add a new list" : "Přidat nový sloupec",
|
"Add a new list" : "Přidat nový sloupec",
|
||||||
"Archive all cards" : "Archivovat všechny karty",
|
"Archive all cards" : "Archivovat všechny karty",
|
||||||
"Delete list" : "Smazat seznam",
|
"Delete list" : "Smazat seznam",
|
||||||
"Add card" : "Přidat kartu",
|
|
||||||
"Archive all cards in this list" : "Archivovat všechny karty v tomto seznamu",
|
"Archive all cards in this list" : "Archivovat všechny karty v tomto seznamu",
|
||||||
"Add a new card" : "Přidat novou kartu",
|
"Add a new card" : "Přidat novou kartu",
|
||||||
"Card name" : "Název karty",
|
"Card name" : "Název karty",
|
||||||
@@ -183,9 +184,11 @@
|
|||||||
"Members" : "Členové",
|
"Members" : "Členové",
|
||||||
"Upload new files" : "Nahrát nové soubory",
|
"Upload new files" : "Nahrát nové soubory",
|
||||||
"Share from Files" : "Sdílet ze Souborů",
|
"Share from Files" : "Sdílet ze Souborů",
|
||||||
|
"Pending share" : "Čekající sdílení",
|
||||||
"Add this attachment" : "Přidat tuto přílohu",
|
"Add this attachment" : "Přidat tuto přílohu",
|
||||||
"Show in Files" : "Zobrazit v Souborech",
|
"Show in Files" : "Zobrazit v Souborech",
|
||||||
"Unshare file" : "Přestat sdílet soubor",
|
"Download" : "Stáhnout",
|
||||||
|
"Remove attachment" : "Odebrat přílohu",
|
||||||
"Delete Attachment" : "Smazat přílohu",
|
"Delete Attachment" : "Smazat přílohu",
|
||||||
"Restore Attachment" : "Obnovit přílohu",
|
"Restore Attachment" : "Obnovit přílohu",
|
||||||
"File to share" : "Soubor ke sdílení",
|
"File to share" : "Soubor ke sdílení",
|
||||||
@@ -207,6 +210,10 @@
|
|||||||
"Set a due date" : "Vybrat termín",
|
"Set a due date" : "Vybrat termín",
|
||||||
"Remove due date" : "Odstranit termín",
|
"Remove due date" : "Odstranit termín",
|
||||||
"Select Date" : "Vybrat datum",
|
"Select Date" : "Vybrat datum",
|
||||||
|
"Today" : "Dnes",
|
||||||
|
"Tomorrow" : "Zítra",
|
||||||
|
"Next week" : "Příští týden",
|
||||||
|
"Next month" : "Příští měsíc",
|
||||||
"Save" : "Uložit",
|
"Save" : "Uložit",
|
||||||
"The comment cannot be empty." : "Komentář je třeba vyplnit.",
|
"The comment cannot be empty." : "Komentář je třeba vyplnit.",
|
||||||
"The comment cannot be longer than 1000 characters." : "Délka komentáře může být nejvýše 1 000 znaků.",
|
"The comment cannot be longer than 1000 characters." : "Délka komentáře může být nejvýše 1 000 znaků.",
|
||||||
@@ -232,6 +239,7 @@
|
|||||||
"Archive card" : "Archivovat kartu",
|
"Archive card" : "Archivovat kartu",
|
||||||
"Delete card" : "Smazat kartu",
|
"Delete card" : "Smazat kartu",
|
||||||
"Move card to another board" : "Přesunout kartu na jinou tabuli",
|
"Move card to another board" : "Přesunout kartu na jinou tabuli",
|
||||||
|
"List is empty" : "Seznam je prázdný",
|
||||||
"Card deleted" : "Karta smazána",
|
"Card deleted" : "Karta smazána",
|
||||||
"seconds ago" : "před několika sekundami",
|
"seconds ago" : "před několika sekundami",
|
||||||
"All boards" : "Všechny tabule",
|
"All boards" : "Všechny tabule",
|
||||||
@@ -260,8 +268,6 @@
|
|||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Opravdu chcete tabuly {title} smazat? Toto smaže veškerá data této tabule.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Opravdu chcete tabuly {title} smazat? Toto smaže veškerá data této tabule.",
|
||||||
"Delete the board?" : "Smazat tabuli?",
|
"Delete the board?" : "Smazat tabuli?",
|
||||||
"Loading filtered view" : "Načítání filtrovaného pohledu",
|
"Loading filtered view" : "Načítání filtrovaného pohledu",
|
||||||
"Today" : "Dnes",
|
|
||||||
"Tomorrow" : "Zítra",
|
|
||||||
"This week" : "Tento týden",
|
"This week" : "Tento týden",
|
||||||
"No due" : "Žádný termín",
|
"No due" : "Žádný termín",
|
||||||
"Search for {searchQuery} in all boards" : "Hledat {searchQuery} na všech tabulích",
|
"Search for {searchQuery} in all boards" : "Hledat {searchQuery} na všech tabulích",
|
||||||
@@ -278,6 +284,10 @@
|
|||||||
"Error creating the share" : "Chyba při vytváření sdílení",
|
"Error creating the share" : "Chyba při vytváření sdílení",
|
||||||
"Share with a Deck card" : "Sdílet s kartou aplikace Deck",
|
"Share with a Deck card" : "Sdílet s kartou aplikace Deck",
|
||||||
"Share {file} with a Deck card" : "Sdílet {file} s kartou aplikace Deck",
|
"Share {file} with a Deck card" : "Sdílet {file} s kartou aplikace Deck",
|
||||||
"Share" : "Sdílet"
|
"Share" : "Sdílet",
|
||||||
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck je nástroj cílený na osobní nebo projektové plánování týmů v Kanban stylu, vestavěný v Nextcloud.\n\n\n- 📥 Zadávejte a uspořádávejte své úkoly do karet\n- 📄 Zapisujte si dodatečné poznámky \n- 🔖 Přiřazujte štítky pro ještě lepší organizaci\n- 👥 Sdílejte se svým týmem, přáteli nebo rodinou\n- 🚀 Dostaňte svůj projekt pod kontrolu",
|
||||||
|
"Creating the new card…" : "Vytváření nové karty…",
|
||||||
|
"\"{card}\" was added to \"{board}\"" : "„{card}“ bylo přidáno do „{board}“",
|
||||||
|
"(circle)" : "(okruh)"
|
||||||
},"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;"
|
||||||
}
|
}
|
||||||
@@ -16,13 +16,13 @@ OC.L10N.register(
|
|||||||
"Edit" : "Golygu",
|
"Edit" : "Golygu",
|
||||||
"Modified" : "Addaswyd",
|
"Modified" : "Addaswyd",
|
||||||
"Select Date" : "Dewis Dyddiad",
|
"Select Date" : "Dewis Dyddiad",
|
||||||
|
"Today" : "Heddiw",
|
||||||
"Save" : "Cadw",
|
"Save" : "Cadw",
|
||||||
"Update" : "Diweddaru",
|
"Update" : "Diweddaru",
|
||||||
"Description" : "Disgrifiad",
|
"Description" : "Disgrifiad",
|
||||||
"seconds ago" : "eiliad yn ôl",
|
"seconds ago" : "eiliad yn ôl",
|
||||||
"Shared with you" : "Shared with you",
|
"Shared with you" : "Shared with you",
|
||||||
"An error occurred" : "Digwyddodd gwall",
|
"An error occurred" : "Digwyddodd gwall",
|
||||||
"Today" : "Heddiw",
|
|
||||||
"This week" : "Wythnos yma"
|
"This week" : "Wythnos yma"
|
||||||
},
|
},
|
||||||
"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;");
|
||||||
|
|||||||
@@ -14,13 +14,13 @@
|
|||||||
"Edit" : "Golygu",
|
"Edit" : "Golygu",
|
||||||
"Modified" : "Addaswyd",
|
"Modified" : "Addaswyd",
|
||||||
"Select Date" : "Dewis Dyddiad",
|
"Select Date" : "Dewis Dyddiad",
|
||||||
|
"Today" : "Heddiw",
|
||||||
"Save" : "Cadw",
|
"Save" : "Cadw",
|
||||||
"Update" : "Diweddaru",
|
"Update" : "Diweddaru",
|
||||||
"Description" : "Disgrifiad",
|
"Description" : "Disgrifiad",
|
||||||
"seconds ago" : "eiliad yn ôl",
|
"seconds ago" : "eiliad yn ôl",
|
||||||
"Shared with you" : "Shared with you",
|
"Shared with you" : "Shared with you",
|
||||||
"An error occurred" : "Digwyddodd gwall",
|
"An error occurred" : "Digwyddodd gwall",
|
||||||
"Today" : "Heddiw",
|
|
||||||
"This week" : "Wythnos yma"
|
"This week" : "Wythnos yma"
|
||||||
},"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;"
|
||||||
}
|
}
|
||||||
11
l10n/da.js
11
l10n/da.js
@@ -61,7 +61,6 @@ OC.L10N.register(
|
|||||||
"Path is already shared with this card" : "Stien er allerede delt med dette kort.",
|
"Path is already shared with this card" : "Stien er allerede delt med dette kort.",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Ikke gyldig dato - dato formatet skal være YYYY-MM-DD",
|
"Invalid date, date format must be YYYY-MM-DD" : "Ikke gyldig dato - dato formatet skal være YYYY-MM-DD",
|
||||||
"Personal planning and team project organization" : "Personlig planlægning og organisering af team projekter",
|
"Personal planning and team project organization" : "Personlig planlægning og organisering af team projekter",
|
||||||
"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 er et kanban inspireret organisations værktøj rettet mod personlig planlægning og projekt organisering for teams integreret med Nextcloud.\n\n\n- 📥 Tilføj dine opgaver til kort og organisér dem\n- 📄 Tilføj noter til dine opgaver i markdown\n- 🔖 Tilføj mærkater for endnu bedre organisering\n- 👥 Del med dit team, dine venner eller familie\n- 📎 Vedhæft filer og indfør dem i din markdown beskrivelse\n- 💬 Diskutér med dit team ved hjælp af kommentarer\n- ⚡ Hold øje med ændringer i aktivitets strømmen\n- 🚀 Få dit projekt organiseret!",
|
|
||||||
"Card details" : "Kort detaljer",
|
"Card details" : "Kort detaljer",
|
||||||
"Add board" : "Tilføj tavle",
|
"Add board" : "Tilføj tavle",
|
||||||
"Select the board to link to a project" : "Vælg en tavle at linke til et projekt",
|
"Select the board to link to a project" : "Vælg en tavle at linke til et projekt",
|
||||||
@@ -80,6 +79,7 @@ OC.L10N.register(
|
|||||||
"Keep existing file" : "Behold den eksisterende fil",
|
"Keep existing file" : "Behold den eksisterende fil",
|
||||||
"This board is read only" : "Denne tavle er skrivebeskyttet",
|
"This board is read only" : "Denne tavle er skrivebeskyttet",
|
||||||
"Drop your files to upload" : "Slip dine filer for at uploade",
|
"Drop your files to upload" : "Slip dine filer for at uploade",
|
||||||
|
"Add card" : "Tilføj kort",
|
||||||
"Archived cards" : "Arkiverede kort",
|
"Archived cards" : "Arkiverede kort",
|
||||||
"Add list" : "Tilføj kolonne",
|
"Add list" : "Tilføj kolonne",
|
||||||
"List name" : "Kolonne navn",
|
"List name" : "Kolonne navn",
|
||||||
@@ -123,7 +123,6 @@ OC.L10N.register(
|
|||||||
"Add a new list" : "Tilføj en ny kolonne",
|
"Add a new list" : "Tilføj en ny kolonne",
|
||||||
"Archive all cards" : "Arkivér alle kort",
|
"Archive all cards" : "Arkivér alle kort",
|
||||||
"Delete list" : "Slet liste",
|
"Delete list" : "Slet liste",
|
||||||
"Add card" : "Tilføj kort",
|
|
||||||
"Archive all cards in this list" : "Arkivér alle kort i denne kolonne",
|
"Archive all cards in this list" : "Arkivér alle kort i denne kolonne",
|
||||||
"Add a new card" : "Tilføj et nyt kort",
|
"Add a new card" : "Tilføj et nyt kort",
|
||||||
"Card name" : "Kort navn",
|
"Card name" : "Kort navn",
|
||||||
@@ -137,7 +136,6 @@ OC.L10N.register(
|
|||||||
"Share from Files" : "Del fra Filer",
|
"Share from Files" : "Del fra Filer",
|
||||||
"Add this attachment" : "Tilføj denne vedhæftning",
|
"Add this attachment" : "Tilføj denne vedhæftning",
|
||||||
"Show in Files" : "Vis i Filer",
|
"Show in Files" : "Vis i Filer",
|
||||||
"Unshare file" : "Stop deling af fil",
|
|
||||||
"Delete Attachment" : "Slet vedhæftning",
|
"Delete Attachment" : "Slet vedhæftning",
|
||||||
"Restore Attachment" : "Genskab vedhæftning",
|
"Restore Attachment" : "Genskab vedhæftning",
|
||||||
"File to share" : "Vælg fil til deling",
|
"File to share" : "Vælg fil til deling",
|
||||||
@@ -158,6 +156,8 @@ OC.L10N.register(
|
|||||||
"Set a due date" : "Sæt en forfaldsdato",
|
"Set a due date" : "Sæt en forfaldsdato",
|
||||||
"Remove due date" : "Fjern forfaldsdato",
|
"Remove due date" : "Fjern forfaldsdato",
|
||||||
"Select Date" : "Vælg dato",
|
"Select Date" : "Vælg dato",
|
||||||
|
"Today" : "I dag",
|
||||||
|
"Tomorrow" : "I morgen",
|
||||||
"Save" : "Gem",
|
"Save" : "Gem",
|
||||||
"The comment cannot be empty." : "Kommentaren kan ikke være tom.",
|
"The comment cannot be empty." : "Kommentaren kan ikke være tom.",
|
||||||
"The comment cannot be longer than 1000 characters." : "Kommentaren kan ikke være længere end 1000 tegn.",
|
"The comment cannot be longer than 1000 characters." : "Kommentaren kan ikke være længere end 1000 tegn.",
|
||||||
@@ -209,8 +209,6 @@ OC.L10N.register(
|
|||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Er du sikker på du vil slette tavlen {title}? Dette vil slette alt data på tavlen.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Er du sikker på du vil slette tavlen {title}? Dette vil slette alt data på tavlen.",
|
||||||
"Delete the board?" : "Slet tavlen?",
|
"Delete the board?" : "Slet tavlen?",
|
||||||
"Loading filtered view" : "Indlæser filtreret visning",
|
"Loading filtered view" : "Indlæser filtreret visning",
|
||||||
"Today" : "I dag",
|
|
||||||
"Tomorrow" : "I morgen",
|
|
||||||
"This week" : "Denne uge",
|
"This week" : "Denne uge",
|
||||||
"No due" : "Ikke forfalden",
|
"No due" : "Ikke forfalden",
|
||||||
"No upcoming cards" : "Ingen kommende kort",
|
"No upcoming cards" : "Ingen kommende kort",
|
||||||
@@ -223,6 +221,7 @@ OC.L10N.register(
|
|||||||
"Error creating the share" : "Fejl ved skabelse af delt drev",
|
"Error creating the share" : "Fejl ved skabelse af delt drev",
|
||||||
"Share with a Deck card" : "Del med et Deck kort",
|
"Share with a Deck card" : "Del med et Deck kort",
|
||||||
"Share {file} with a Deck card" : "Del {file} med et Deck kort",
|
"Share {file} with a Deck card" : "Del {file} med et Deck kort",
|
||||||
"Share" : "Del"
|
"Share" : "Del",
|
||||||
|
"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 er et kanban inspireret organisations værktøj rettet mod personlig planlægning og projekt organisering for teams integreret med Nextcloud.\n\n\n- 📥 Tilføj dine opgaver til kort og organisér dem\n- 📄 Tilføj noter til dine opgaver i markdown\n- 🔖 Tilføj mærkater for endnu bedre organisering\n- 👥 Del med dit team, dine venner eller familie\n- 📎 Vedhæft filer og indfør dem i din markdown beskrivelse\n- 💬 Diskutér med dit team ved hjælp af kommentarer\n- ⚡ Hold øje med ændringer i aktivitets strømmen\n- 🚀 Få dit projekt organiseret!"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
11
l10n/da.json
11
l10n/da.json
@@ -59,7 +59,6 @@
|
|||||||
"Path is already shared with this card" : "Stien er allerede delt med dette kort.",
|
"Path is already shared with this card" : "Stien er allerede delt med dette kort.",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Ikke gyldig dato - dato formatet skal være YYYY-MM-DD",
|
"Invalid date, date format must be YYYY-MM-DD" : "Ikke gyldig dato - dato formatet skal være YYYY-MM-DD",
|
||||||
"Personal planning and team project organization" : "Personlig planlægning og organisering af team projekter",
|
"Personal planning and team project organization" : "Personlig planlægning og organisering af team projekter",
|
||||||
"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 er et kanban inspireret organisations værktøj rettet mod personlig planlægning og projekt organisering for teams integreret med Nextcloud.\n\n\n- 📥 Tilføj dine opgaver til kort og organisér dem\n- 📄 Tilføj noter til dine opgaver i markdown\n- 🔖 Tilføj mærkater for endnu bedre organisering\n- 👥 Del med dit team, dine venner eller familie\n- 📎 Vedhæft filer og indfør dem i din markdown beskrivelse\n- 💬 Diskutér med dit team ved hjælp af kommentarer\n- ⚡ Hold øje med ændringer i aktivitets strømmen\n- 🚀 Få dit projekt organiseret!",
|
|
||||||
"Card details" : "Kort detaljer",
|
"Card details" : "Kort detaljer",
|
||||||
"Add board" : "Tilføj tavle",
|
"Add board" : "Tilføj tavle",
|
||||||
"Select the board to link to a project" : "Vælg en tavle at linke til et projekt",
|
"Select the board to link to a project" : "Vælg en tavle at linke til et projekt",
|
||||||
@@ -78,6 +77,7 @@
|
|||||||
"Keep existing file" : "Behold den eksisterende fil",
|
"Keep existing file" : "Behold den eksisterende fil",
|
||||||
"This board is read only" : "Denne tavle er skrivebeskyttet",
|
"This board is read only" : "Denne tavle er skrivebeskyttet",
|
||||||
"Drop your files to upload" : "Slip dine filer for at uploade",
|
"Drop your files to upload" : "Slip dine filer for at uploade",
|
||||||
|
"Add card" : "Tilføj kort",
|
||||||
"Archived cards" : "Arkiverede kort",
|
"Archived cards" : "Arkiverede kort",
|
||||||
"Add list" : "Tilføj kolonne",
|
"Add list" : "Tilføj kolonne",
|
||||||
"List name" : "Kolonne navn",
|
"List name" : "Kolonne navn",
|
||||||
@@ -121,7 +121,6 @@
|
|||||||
"Add a new list" : "Tilføj en ny kolonne",
|
"Add a new list" : "Tilføj en ny kolonne",
|
||||||
"Archive all cards" : "Arkivér alle kort",
|
"Archive all cards" : "Arkivér alle kort",
|
||||||
"Delete list" : "Slet liste",
|
"Delete list" : "Slet liste",
|
||||||
"Add card" : "Tilføj kort",
|
|
||||||
"Archive all cards in this list" : "Arkivér alle kort i denne kolonne",
|
"Archive all cards in this list" : "Arkivér alle kort i denne kolonne",
|
||||||
"Add a new card" : "Tilføj et nyt kort",
|
"Add a new card" : "Tilføj et nyt kort",
|
||||||
"Card name" : "Kort navn",
|
"Card name" : "Kort navn",
|
||||||
@@ -135,7 +134,6 @@
|
|||||||
"Share from Files" : "Del fra Filer",
|
"Share from Files" : "Del fra Filer",
|
||||||
"Add this attachment" : "Tilføj denne vedhæftning",
|
"Add this attachment" : "Tilføj denne vedhæftning",
|
||||||
"Show in Files" : "Vis i Filer",
|
"Show in Files" : "Vis i Filer",
|
||||||
"Unshare file" : "Stop deling af fil",
|
|
||||||
"Delete Attachment" : "Slet vedhæftning",
|
"Delete Attachment" : "Slet vedhæftning",
|
||||||
"Restore Attachment" : "Genskab vedhæftning",
|
"Restore Attachment" : "Genskab vedhæftning",
|
||||||
"File to share" : "Vælg fil til deling",
|
"File to share" : "Vælg fil til deling",
|
||||||
@@ -156,6 +154,8 @@
|
|||||||
"Set a due date" : "Sæt en forfaldsdato",
|
"Set a due date" : "Sæt en forfaldsdato",
|
||||||
"Remove due date" : "Fjern forfaldsdato",
|
"Remove due date" : "Fjern forfaldsdato",
|
||||||
"Select Date" : "Vælg dato",
|
"Select Date" : "Vælg dato",
|
||||||
|
"Today" : "I dag",
|
||||||
|
"Tomorrow" : "I morgen",
|
||||||
"Save" : "Gem",
|
"Save" : "Gem",
|
||||||
"The comment cannot be empty." : "Kommentaren kan ikke være tom.",
|
"The comment cannot be empty." : "Kommentaren kan ikke være tom.",
|
||||||
"The comment cannot be longer than 1000 characters." : "Kommentaren kan ikke være længere end 1000 tegn.",
|
"The comment cannot be longer than 1000 characters." : "Kommentaren kan ikke være længere end 1000 tegn.",
|
||||||
@@ -207,8 +207,6 @@
|
|||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Er du sikker på du vil slette tavlen {title}? Dette vil slette alt data på tavlen.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Er du sikker på du vil slette tavlen {title}? Dette vil slette alt data på tavlen.",
|
||||||
"Delete the board?" : "Slet tavlen?",
|
"Delete the board?" : "Slet tavlen?",
|
||||||
"Loading filtered view" : "Indlæser filtreret visning",
|
"Loading filtered view" : "Indlæser filtreret visning",
|
||||||
"Today" : "I dag",
|
|
||||||
"Tomorrow" : "I morgen",
|
|
||||||
"This week" : "Denne uge",
|
"This week" : "Denne uge",
|
||||||
"No due" : "Ikke forfalden",
|
"No due" : "Ikke forfalden",
|
||||||
"No upcoming cards" : "Ingen kommende kort",
|
"No upcoming cards" : "Ingen kommende kort",
|
||||||
@@ -221,6 +219,7 @@
|
|||||||
"Error creating the share" : "Fejl ved skabelse af delt drev",
|
"Error creating the share" : "Fejl ved skabelse af delt drev",
|
||||||
"Share with a Deck card" : "Del med et Deck kort",
|
"Share with a Deck card" : "Del med et Deck kort",
|
||||||
"Share {file} with a Deck card" : "Del {file} med et Deck kort",
|
"Share {file} with a Deck card" : "Del {file} med et Deck kort",
|
||||||
"Share" : "Del"
|
"Share" : "Del",
|
||||||
|
"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 er et kanban inspireret organisations værktøj rettet mod personlig planlægning og projekt organisering for teams integreret med Nextcloud.\n\n\n- 📥 Tilføj dine opgaver til kort og organisér dem\n- 📄 Tilføj noter til dine opgaver i markdown\n- 🔖 Tilføj mærkater for endnu bedre organisering\n- 👥 Del med dit team, dine venner eller familie\n- 📎 Vedhæft filer og indfør dem i din markdown beskrivelse\n- 💬 Diskutér med dit team ved hjælp af kommentarer\n- ⚡ Hold øje med ændringer i aktivitets strømmen\n- 🚀 Få dit projekt organiseret!"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
24
l10n/de.js
24
l10n/de.js
@@ -100,11 +100,12 @@ OC.L10N.register(
|
|||||||
"Could not write file to disk" : "Die Datei konnte nicht auf die Festplatte geschrieben werden",
|
"Could not write file to disk" : "Die Datei konnte nicht auf die Festplatte geschrieben werden",
|
||||||
"A PHP extension stopped the file upload" : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt",
|
"A PHP extension stopped the file upload" : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt",
|
||||||
"No file uploaded or file size exceeds maximum of %s" : "Keine Datei hochgeladen oder die Dateigröße überschreitet %s",
|
"No file uploaded or file size exceeds maximum of %s" : "Keine Datei hochgeladen oder die Dateigröße überschreitet %s",
|
||||||
|
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Dieser Kommentar hat mehr als %s Zeichen.\nAls Anhang der Karte mit dem Namen %s hinzugefügt.\nZugriff über die URL: %s.",
|
||||||
"Card not found" : "Karte nicht gefunden",
|
"Card not found" : "Karte nicht gefunden",
|
||||||
"Path is already shared with this card" : "Pfad wurde bereits mit dieser Karte geteilt",
|
"Path is already shared with this card" : "Pfad wurde bereits mit dieser Karte geteilt",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJJ-MM-TT",
|
"Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJJ-MM-TT",
|
||||||
"Personal planning and team project organization" : "Persönliche Planung und Teamprojektorganisation",
|
"Personal planning and team project organization" : "Persönliche Planung und Teamprojektorganisation",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Füge Deine Aufgaben zu den Karten hinzu und ordne diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teile mit Deinem Team, Freunden oder der Familie\n- 📎 Füge Dateien hinzu und verwende diese in Deinen Markdown-Beschreibungen\n- 💬 Diskutiere mit Deinem Team mit Kommentaren\n- ⚡ Behalte Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisiere Dein Projekt",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Füge Deine Aufgaben zu den Karten hinzu und ordne diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teile mit Deinem Team, Freunden oder der Familie\n- 📎 Füge Dateien hinzu und verwende diese in Deinen Markdown-Beschreibungen\n- 💬 Diskutiere mit Deinem Team mit Kommentaren\n- ⚡ Behalte Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisiere Dein Projekt",
|
||||||
"Card details" : "Karten-Details",
|
"Card details" : "Karten-Details",
|
||||||
"Add board" : "Board hinzufügen",
|
"Add board" : "Board hinzufügen",
|
||||||
"Select the board to link to a project" : "Wähle ein Board aus, um dieses mit einem Projekt zu verknüpfen",
|
"Select the board to link to a project" : "Wähle ein Board aus, um dieses mit einem Projekt zu verknüpfen",
|
||||||
@@ -130,6 +131,7 @@ OC.L10N.register(
|
|||||||
"Keep existing file" : "Existierende Datei behalten",
|
"Keep existing file" : "Existierende Datei behalten",
|
||||||
"This board is read only" : "Dieses Board ist schreibgeschützt",
|
"This board is read only" : "Dieses Board ist schreibgeschützt",
|
||||||
"Drop your files to upload" : "Dateien zum Hochladen hineinziehen",
|
"Drop your files to upload" : "Dateien zum Hochladen hineinziehen",
|
||||||
|
"Add card" : "Karte hinzufügen",
|
||||||
"Archived cards" : "Archivierte Karten",
|
"Archived cards" : "Archivierte Karten",
|
||||||
"Add list" : "Liste hinzufügen",
|
"Add list" : "Liste hinzufügen",
|
||||||
"List name" : "Listenname",
|
"List name" : "Listenname",
|
||||||
@@ -173,7 +175,6 @@ OC.L10N.register(
|
|||||||
"Add a new list" : "Eine neue Liste hinzufügen",
|
"Add a new list" : "Eine neue Liste hinzufügen",
|
||||||
"Archive all cards" : "Alle Karten archivieren",
|
"Archive all cards" : "Alle Karten archivieren",
|
||||||
"Delete list" : "Liste löschen",
|
"Delete list" : "Liste löschen",
|
||||||
"Add card" : "Karte hinzufügen",
|
|
||||||
"Archive all cards in this list" : "Alle Karten in dieser Liste archivieren",
|
"Archive all cards in this list" : "Alle Karten in dieser Liste archivieren",
|
||||||
"Add a new card" : "Neue Karte hinzufügen",
|
"Add a new card" : "Neue Karte hinzufügen",
|
||||||
"Card name" : "Kartenname",
|
"Card name" : "Kartenname",
|
||||||
@@ -185,9 +186,11 @@ OC.L10N.register(
|
|||||||
"Members" : "Mitglieder",
|
"Members" : "Mitglieder",
|
||||||
"Upload new files" : "Neue Dateien hochladen",
|
"Upload new files" : "Neue Dateien hochladen",
|
||||||
"Share from Files" : "Aus Dateien heraus teilen",
|
"Share from Files" : "Aus Dateien heraus teilen",
|
||||||
|
"Pending share" : "Ausstehende Freigabe",
|
||||||
"Add this attachment" : "Diesen Anhang anhängen",
|
"Add this attachment" : "Diesen Anhang anhängen",
|
||||||
"Show in Files" : "In Dateien anzeigen",
|
"Show in Files" : "In Dateien anzeigen",
|
||||||
"Unshare file" : "Datei nicht mehr teilen",
|
"Download" : "Herunterladen",
|
||||||
|
"Remove attachment" : "Anhang entfernen",
|
||||||
"Delete Attachment" : "Anhang löschen",
|
"Delete Attachment" : "Anhang löschen",
|
||||||
"Restore Attachment" : "Anhang wiederherstellen",
|
"Restore Attachment" : "Anhang wiederherstellen",
|
||||||
"File to share" : "Zu teilende Datei",
|
"File to share" : "Zu teilende Datei",
|
||||||
@@ -209,6 +212,10 @@ OC.L10N.register(
|
|||||||
"Set a due date" : "Ein Ablaufdatum setzen",
|
"Set a due date" : "Ein Ablaufdatum setzen",
|
||||||
"Remove due date" : "Fälligkeitsdatum löschen",
|
"Remove due date" : "Fälligkeitsdatum löschen",
|
||||||
"Select Date" : "Datum auswählen",
|
"Select Date" : "Datum auswählen",
|
||||||
|
"Today" : "Heute",
|
||||||
|
"Tomorrow" : "Morgen",
|
||||||
|
"Next week" : "Nächste Woche",
|
||||||
|
"Next month" : "Nächster Monat",
|
||||||
"Save" : "Speichern",
|
"Save" : "Speichern",
|
||||||
"The comment cannot be empty." : "Der Kommentar darf nicht leer sein.",
|
"The comment cannot be empty." : "Der Kommentar darf nicht leer sein.",
|
||||||
"The comment cannot be longer than 1000 characters." : "Der Kommentar darf nicht länger als 1000 Zeichen sein.",
|
"The comment cannot be longer than 1000 characters." : "Der Kommentar darf nicht länger als 1000 Zeichen sein.",
|
||||||
@@ -234,6 +241,7 @@ OC.L10N.register(
|
|||||||
"Archive card" : "Karte archivieren",
|
"Archive card" : "Karte archivieren",
|
||||||
"Delete card" : "Karte löschen",
|
"Delete card" : "Karte löschen",
|
||||||
"Move card to another board" : "Karte auf ein anderes Board verschieben",
|
"Move card to another board" : "Karte auf ein anderes Board verschieben",
|
||||||
|
"List is empty" : "Liste ist leer",
|
||||||
"Card deleted" : "Karte gelöscht",
|
"Card deleted" : "Karte gelöscht",
|
||||||
"seconds ago" : "Gerade eben",
|
"seconds ago" : "Gerade eben",
|
||||||
"All boards" : "Alle Boards",
|
"All boards" : "Alle Boards",
|
||||||
@@ -259,11 +267,9 @@ OC.L10N.register(
|
|||||||
"Only assigned cards" : "Nur zugewiesene Karten",
|
"Only assigned cards" : "Nur zugewiesene Karten",
|
||||||
"No reminder" : "Keine Erinnerung",
|
"No reminder" : "Keine Erinnerung",
|
||||||
"An error occurred" : "Es ist ein Fehler aufgetreten",
|
"An error occurred" : "Es ist ein Fehler aufgetreten",
|
||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Möchtest Du wirklich dieses Board {title} mit all seinen Daten löschen?",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Möchtest Du wirklich das Board {title} mit all seinen Daten löschen?",
|
||||||
"Delete the board?" : "Das Board löschen?",
|
"Delete the board?" : "Das Board löschen?",
|
||||||
"Loading filtered view" : "Lade gefilterte Ansicht",
|
"Loading filtered view" : "Lade gefilterte Ansicht",
|
||||||
"Today" : "Heute",
|
|
||||||
"Tomorrow" : "Morgen",
|
|
||||||
"This week" : "Diese Woche",
|
"This week" : "Diese Woche",
|
||||||
"No due" : "Kein Fälligkeitsdatum",
|
"No due" : "Kein Fälligkeitsdatum",
|
||||||
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
|
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
|
||||||
@@ -280,6 +286,10 @@ OC.L10N.register(
|
|||||||
"Error creating the share" : "Fehler beim Erstellen der Freigabe",
|
"Error creating the share" : "Fehler beim Erstellen der Freigabe",
|
||||||
"Share with a Deck card" : "Mit einer Deck-Karte teilen",
|
"Share with a Deck card" : "Mit einer Deck-Karte teilen",
|
||||||
"Share {file} with a Deck card" : "{file} mit einer Deck-Karte teilen",
|
"Share {file} with a Deck card" : "{file} mit einer Deck-Karte teilen",
|
||||||
"Share" : "Freigeben"
|
"Share" : "Freigeben",
|
||||||
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Füge Deine Aufgaben zu den Karten hinzu und ordne diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teile mit Deinem Team, Freunden oder der Familie\n- 📎 Füge Dateien hinzu und verwende diese in Deinen Markdown-Beschreibungen\n- 💬 Diskutiere mit Deinem Team mit Kommentaren\n- ⚡ Behalte Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisiere Dein Projekt",
|
||||||
|
"Creating the new card…" : "Neue Karte wird erstellt …",
|
||||||
|
"\"{card}\" was added to \"{board}\"" : "Karte \"{card}\" wurde zu Board \"{board}\" hinzugefügt",
|
||||||
|
"(circle)" : "(Kreis)"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
24
l10n/de.json
24
l10n/de.json
@@ -98,11 +98,12 @@
|
|||||||
"Could not write file to disk" : "Die Datei konnte nicht auf die Festplatte geschrieben werden",
|
"Could not write file to disk" : "Die Datei konnte nicht auf die Festplatte geschrieben werden",
|
||||||
"A PHP extension stopped the file upload" : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt",
|
"A PHP extension stopped the file upload" : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt",
|
||||||
"No file uploaded or file size exceeds maximum of %s" : "Keine Datei hochgeladen oder die Dateigröße überschreitet %s",
|
"No file uploaded or file size exceeds maximum of %s" : "Keine Datei hochgeladen oder die Dateigröße überschreitet %s",
|
||||||
|
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Dieser Kommentar hat mehr als %s Zeichen.\nAls Anhang der Karte mit dem Namen %s hinzugefügt.\nZugriff über die URL: %s.",
|
||||||
"Card not found" : "Karte nicht gefunden",
|
"Card not found" : "Karte nicht gefunden",
|
||||||
"Path is already shared with this card" : "Pfad wurde bereits mit dieser Karte geteilt",
|
"Path is already shared with this card" : "Pfad wurde bereits mit dieser Karte geteilt",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJJ-MM-TT",
|
"Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJJ-MM-TT",
|
||||||
"Personal planning and team project organization" : "Persönliche Planung und Teamprojektorganisation",
|
"Personal planning and team project organization" : "Persönliche Planung und Teamprojektorganisation",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Füge Deine Aufgaben zu den Karten hinzu und ordne diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teile mit Deinem Team, Freunden oder der Familie\n- 📎 Füge Dateien hinzu und verwende diese in Deinen Markdown-Beschreibungen\n- 💬 Diskutiere mit Deinem Team mit Kommentaren\n- ⚡ Behalte Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisiere Dein Projekt",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Füge Deine Aufgaben zu den Karten hinzu und ordne diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teile mit Deinem Team, Freunden oder der Familie\n- 📎 Füge Dateien hinzu und verwende diese in Deinen Markdown-Beschreibungen\n- 💬 Diskutiere mit Deinem Team mit Kommentaren\n- ⚡ Behalte Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisiere Dein Projekt",
|
||||||
"Card details" : "Karten-Details",
|
"Card details" : "Karten-Details",
|
||||||
"Add board" : "Board hinzufügen",
|
"Add board" : "Board hinzufügen",
|
||||||
"Select the board to link to a project" : "Wähle ein Board aus, um dieses mit einem Projekt zu verknüpfen",
|
"Select the board to link to a project" : "Wähle ein Board aus, um dieses mit einem Projekt zu verknüpfen",
|
||||||
@@ -128,6 +129,7 @@
|
|||||||
"Keep existing file" : "Existierende Datei behalten",
|
"Keep existing file" : "Existierende Datei behalten",
|
||||||
"This board is read only" : "Dieses Board ist schreibgeschützt",
|
"This board is read only" : "Dieses Board ist schreibgeschützt",
|
||||||
"Drop your files to upload" : "Dateien zum Hochladen hineinziehen",
|
"Drop your files to upload" : "Dateien zum Hochladen hineinziehen",
|
||||||
|
"Add card" : "Karte hinzufügen",
|
||||||
"Archived cards" : "Archivierte Karten",
|
"Archived cards" : "Archivierte Karten",
|
||||||
"Add list" : "Liste hinzufügen",
|
"Add list" : "Liste hinzufügen",
|
||||||
"List name" : "Listenname",
|
"List name" : "Listenname",
|
||||||
@@ -171,7 +173,6 @@
|
|||||||
"Add a new list" : "Eine neue Liste hinzufügen",
|
"Add a new list" : "Eine neue Liste hinzufügen",
|
||||||
"Archive all cards" : "Alle Karten archivieren",
|
"Archive all cards" : "Alle Karten archivieren",
|
||||||
"Delete list" : "Liste löschen",
|
"Delete list" : "Liste löschen",
|
||||||
"Add card" : "Karte hinzufügen",
|
|
||||||
"Archive all cards in this list" : "Alle Karten in dieser Liste archivieren",
|
"Archive all cards in this list" : "Alle Karten in dieser Liste archivieren",
|
||||||
"Add a new card" : "Neue Karte hinzufügen",
|
"Add a new card" : "Neue Karte hinzufügen",
|
||||||
"Card name" : "Kartenname",
|
"Card name" : "Kartenname",
|
||||||
@@ -183,9 +184,11 @@
|
|||||||
"Members" : "Mitglieder",
|
"Members" : "Mitglieder",
|
||||||
"Upload new files" : "Neue Dateien hochladen",
|
"Upload new files" : "Neue Dateien hochladen",
|
||||||
"Share from Files" : "Aus Dateien heraus teilen",
|
"Share from Files" : "Aus Dateien heraus teilen",
|
||||||
|
"Pending share" : "Ausstehende Freigabe",
|
||||||
"Add this attachment" : "Diesen Anhang anhängen",
|
"Add this attachment" : "Diesen Anhang anhängen",
|
||||||
"Show in Files" : "In Dateien anzeigen",
|
"Show in Files" : "In Dateien anzeigen",
|
||||||
"Unshare file" : "Datei nicht mehr teilen",
|
"Download" : "Herunterladen",
|
||||||
|
"Remove attachment" : "Anhang entfernen",
|
||||||
"Delete Attachment" : "Anhang löschen",
|
"Delete Attachment" : "Anhang löschen",
|
||||||
"Restore Attachment" : "Anhang wiederherstellen",
|
"Restore Attachment" : "Anhang wiederherstellen",
|
||||||
"File to share" : "Zu teilende Datei",
|
"File to share" : "Zu teilende Datei",
|
||||||
@@ -207,6 +210,10 @@
|
|||||||
"Set a due date" : "Ein Ablaufdatum setzen",
|
"Set a due date" : "Ein Ablaufdatum setzen",
|
||||||
"Remove due date" : "Fälligkeitsdatum löschen",
|
"Remove due date" : "Fälligkeitsdatum löschen",
|
||||||
"Select Date" : "Datum auswählen",
|
"Select Date" : "Datum auswählen",
|
||||||
|
"Today" : "Heute",
|
||||||
|
"Tomorrow" : "Morgen",
|
||||||
|
"Next week" : "Nächste Woche",
|
||||||
|
"Next month" : "Nächster Monat",
|
||||||
"Save" : "Speichern",
|
"Save" : "Speichern",
|
||||||
"The comment cannot be empty." : "Der Kommentar darf nicht leer sein.",
|
"The comment cannot be empty." : "Der Kommentar darf nicht leer sein.",
|
||||||
"The comment cannot be longer than 1000 characters." : "Der Kommentar darf nicht länger als 1000 Zeichen sein.",
|
"The comment cannot be longer than 1000 characters." : "Der Kommentar darf nicht länger als 1000 Zeichen sein.",
|
||||||
@@ -232,6 +239,7 @@
|
|||||||
"Archive card" : "Karte archivieren",
|
"Archive card" : "Karte archivieren",
|
||||||
"Delete card" : "Karte löschen",
|
"Delete card" : "Karte löschen",
|
||||||
"Move card to another board" : "Karte auf ein anderes Board verschieben",
|
"Move card to another board" : "Karte auf ein anderes Board verschieben",
|
||||||
|
"List is empty" : "Liste ist leer",
|
||||||
"Card deleted" : "Karte gelöscht",
|
"Card deleted" : "Karte gelöscht",
|
||||||
"seconds ago" : "Gerade eben",
|
"seconds ago" : "Gerade eben",
|
||||||
"All boards" : "Alle Boards",
|
"All boards" : "Alle Boards",
|
||||||
@@ -257,11 +265,9 @@
|
|||||||
"Only assigned cards" : "Nur zugewiesene Karten",
|
"Only assigned cards" : "Nur zugewiesene Karten",
|
||||||
"No reminder" : "Keine Erinnerung",
|
"No reminder" : "Keine Erinnerung",
|
||||||
"An error occurred" : "Es ist ein Fehler aufgetreten",
|
"An error occurred" : "Es ist ein Fehler aufgetreten",
|
||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Möchtest Du wirklich dieses Board {title} mit all seinen Daten löschen?",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Möchtest Du wirklich das Board {title} mit all seinen Daten löschen?",
|
||||||
"Delete the board?" : "Das Board löschen?",
|
"Delete the board?" : "Das Board löschen?",
|
||||||
"Loading filtered view" : "Lade gefilterte Ansicht",
|
"Loading filtered view" : "Lade gefilterte Ansicht",
|
||||||
"Today" : "Heute",
|
|
||||||
"Tomorrow" : "Morgen",
|
|
||||||
"This week" : "Diese Woche",
|
"This week" : "Diese Woche",
|
||||||
"No due" : "Kein Fälligkeitsdatum",
|
"No due" : "Kein Fälligkeitsdatum",
|
||||||
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
|
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
|
||||||
@@ -278,6 +284,10 @@
|
|||||||
"Error creating the share" : "Fehler beim Erstellen der Freigabe",
|
"Error creating the share" : "Fehler beim Erstellen der Freigabe",
|
||||||
"Share with a Deck card" : "Mit einer Deck-Karte teilen",
|
"Share with a Deck card" : "Mit einer Deck-Karte teilen",
|
||||||
"Share {file} with a Deck card" : "{file} mit einer Deck-Karte teilen",
|
"Share {file} with a Deck card" : "{file} mit einer Deck-Karte teilen",
|
||||||
"Share" : "Freigeben"
|
"Share" : "Freigeben",
|
||||||
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Füge Deine Aufgaben zu den Karten hinzu und ordne diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teile mit Deinem Team, Freunden oder der Familie\n- 📎 Füge Dateien hinzu und verwende diese in Deinen Markdown-Beschreibungen\n- 💬 Diskutiere mit Deinem Team mit Kommentaren\n- ⚡ Behalte Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisiere Dein Projekt",
|
||||||
|
"Creating the new card…" : "Neue Karte wird erstellt …",
|
||||||
|
"\"{card}\" was added to \"{board}\"" : "Karte \"{card}\" wurde zu Board \"{board}\" hinzugefügt",
|
||||||
|
"(circle)" : "(Kreis)"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -100,11 +100,12 @@ OC.L10N.register(
|
|||||||
"Could not write file to disk" : "Die Datei konnte nicht auf die Festplatte geschrieben werden",
|
"Could not write file to disk" : "Die Datei konnte nicht auf die Festplatte geschrieben werden",
|
||||||
"A PHP extension stopped the file upload" : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt",
|
"A PHP extension stopped the file upload" : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt",
|
||||||
"No file uploaded or file size exceeds maximum of %s" : "Keine Datei hochgeladen oder die Dateigröße überschreitet %s",
|
"No file uploaded or file size exceeds maximum of %s" : "Keine Datei hochgeladen oder die Dateigröße überschreitet %s",
|
||||||
|
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Dieser Kommentar hat mehr als %s Zeichen.\nAls Anhang der Karte mit dem Namen %s hinzugefügt.\nZugriff über die URL: %s.",
|
||||||
"Card not found" : "Karte nicht gefunden",
|
"Card not found" : "Karte nicht gefunden",
|
||||||
"Path is already shared with this card" : "Pfad wurde bereits mit dieser Karte geteilt",
|
"Path is already shared with this card" : "Pfad wurde bereits mit dieser Karte geteilt",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT",
|
"Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT",
|
||||||
"Personal planning and team project organization" : "Persönliche Planung und Teamprojektorganisation",
|
"Personal planning and team project organization" : "Persönliche Planung und Teamprojektorganisation",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Fügen Sie Ihre Aufgaben zu den Karten hinzu und ordnen Sie diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teilen Sie mit Ihrem Team, Ihren Freunden oder Ihrer Familie\n- 📎 Fügen Sie Dateien hinzu und verwende diese in Ihren Markdown-Beschreibungen\n- 💬 Diskutieren Sie mit Ihrem Team mit Kommentaren\n- ⚡ Behalten Sie Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisieren Sie Ihr Projekt",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Fügen Sie Ihre Aufgaben zu den Karten hinzu und ordnen Sie diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teilen Sie mit Ihrem Team, Ihren Freunden oder Ihrer Familie\n- 📎 Fügen Sie Dateien hinzu und verwende diese in Ihren Markdown-Beschreibungen\n- 💬 Diskutieren Sie mit Ihrem Team mit Kommentaren\n- ⚡ Behalten Sie Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisieren Sie Ihr Projekt",
|
||||||
"Card details" : "Karten-Details",
|
"Card details" : "Karten-Details",
|
||||||
"Add board" : "Board hinzufügen",
|
"Add board" : "Board hinzufügen",
|
||||||
"Select the board to link to a project" : "Wählen Sie ein Board aus, um dieses mit einem Projekt zu verknüpfen",
|
"Select the board to link to a project" : "Wählen Sie ein Board aus, um dieses mit einem Projekt zu verknüpfen",
|
||||||
@@ -130,6 +131,7 @@ OC.L10N.register(
|
|||||||
"Keep existing file" : "Existierende Datei behalten",
|
"Keep existing file" : "Existierende Datei behalten",
|
||||||
"This board is read only" : "Dieses Board ist schreibgeschützt",
|
"This board is read only" : "Dieses Board ist schreibgeschützt",
|
||||||
"Drop your files to upload" : "Dateien zum Hochladen hineinziehen",
|
"Drop your files to upload" : "Dateien zum Hochladen hineinziehen",
|
||||||
|
"Add card" : "Karte hinzufügen",
|
||||||
"Archived cards" : "Archivierte Karten",
|
"Archived cards" : "Archivierte Karten",
|
||||||
"Add list" : "Liste hinzufügen",
|
"Add list" : "Liste hinzufügen",
|
||||||
"List name" : "Listenname",
|
"List name" : "Listenname",
|
||||||
@@ -173,7 +175,6 @@ OC.L10N.register(
|
|||||||
"Add a new list" : "Eine neue Liste hinzufügen",
|
"Add a new list" : "Eine neue Liste hinzufügen",
|
||||||
"Archive all cards" : "Alle Karten archivieren",
|
"Archive all cards" : "Alle Karten archivieren",
|
||||||
"Delete list" : "Liste löschen",
|
"Delete list" : "Liste löschen",
|
||||||
"Add card" : "Karte hinzufügen",
|
|
||||||
"Archive all cards in this list" : "Alle Karten in dieser Liste archivieren",
|
"Archive all cards in this list" : "Alle Karten in dieser Liste archivieren",
|
||||||
"Add a new card" : "Neue Karte hinzufügen",
|
"Add a new card" : "Neue Karte hinzufügen",
|
||||||
"Card name" : "Kartenname",
|
"Card name" : "Kartenname",
|
||||||
@@ -185,9 +186,11 @@ OC.L10N.register(
|
|||||||
"Members" : "Mitglieder",
|
"Members" : "Mitglieder",
|
||||||
"Upload new files" : "Neue Dateien hochladen",
|
"Upload new files" : "Neue Dateien hochladen",
|
||||||
"Share from Files" : "Aus Dateien heraus teilen",
|
"Share from Files" : "Aus Dateien heraus teilen",
|
||||||
|
"Pending share" : "Ausstehende Freigabe",
|
||||||
"Add this attachment" : "Diesen Anhang anhängen",
|
"Add this attachment" : "Diesen Anhang anhängen",
|
||||||
"Show in Files" : "In Dateien anzeigen",
|
"Show in Files" : "In Dateien anzeigen",
|
||||||
"Unshare file" : "Datei nicht mehr teilen",
|
"Download" : "Herunterladen",
|
||||||
|
"Remove attachment" : "Anhang entfernen",
|
||||||
"Delete Attachment" : "Anhang löschen",
|
"Delete Attachment" : "Anhang löschen",
|
||||||
"Restore Attachment" : "Anhang wiederherstellen",
|
"Restore Attachment" : "Anhang wiederherstellen",
|
||||||
"File to share" : "Zu teilende Datei",
|
"File to share" : "Zu teilende Datei",
|
||||||
@@ -209,6 +212,10 @@ OC.L10N.register(
|
|||||||
"Set a due date" : "Ein Ablaufdatum setzen",
|
"Set a due date" : "Ein Ablaufdatum setzen",
|
||||||
"Remove due date" : "Fälligkeitsdatum löschen",
|
"Remove due date" : "Fälligkeitsdatum löschen",
|
||||||
"Select Date" : "Datum auswählen",
|
"Select Date" : "Datum auswählen",
|
||||||
|
"Today" : "Heute",
|
||||||
|
"Tomorrow" : "Morgen",
|
||||||
|
"Next week" : "Nächste Woche",
|
||||||
|
"Next month" : "Nächsten Monat",
|
||||||
"Save" : "Speichern",
|
"Save" : "Speichern",
|
||||||
"The comment cannot be empty." : "Der Kommentar darf nicht leer sein.",
|
"The comment cannot be empty." : "Der Kommentar darf nicht leer sein.",
|
||||||
"The comment cannot be longer than 1000 characters." : "Der Kommentar darf nicht länger als 1000 Zeichen sein.",
|
"The comment cannot be longer than 1000 characters." : "Der Kommentar darf nicht länger als 1000 Zeichen sein.",
|
||||||
@@ -234,6 +241,7 @@ OC.L10N.register(
|
|||||||
"Archive card" : "Karte archivieren",
|
"Archive card" : "Karte archivieren",
|
||||||
"Delete card" : "Karte löschen",
|
"Delete card" : "Karte löschen",
|
||||||
"Move card to another board" : "Karte auf ein anderes Board verschieben",
|
"Move card to another board" : "Karte auf ein anderes Board verschieben",
|
||||||
|
"List is empty" : "Liste ist leer",
|
||||||
"Card deleted" : "Karte gelöscht",
|
"Card deleted" : "Karte gelöscht",
|
||||||
"seconds ago" : "Gerade eben",
|
"seconds ago" : "Gerade eben",
|
||||||
"All boards" : "Alle Boards",
|
"All boards" : "Alle Boards",
|
||||||
@@ -262,8 +270,6 @@ OC.L10N.register(
|
|||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Möchten Sie wirklich dieses Board {title} mit all seinen Daten löschen?",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Möchten Sie wirklich dieses Board {title} mit all seinen Daten löschen?",
|
||||||
"Delete the board?" : "Das Board löschen?",
|
"Delete the board?" : "Das Board löschen?",
|
||||||
"Loading filtered view" : "Lade gefilterte Ansicht",
|
"Loading filtered view" : "Lade gefilterte Ansicht",
|
||||||
"Today" : "Heute",
|
|
||||||
"Tomorrow" : "Morgen",
|
|
||||||
"This week" : "Diese Woche",
|
"This week" : "Diese Woche",
|
||||||
"No due" : "Kein Fälligkeitsdatum",
|
"No due" : "Kein Fälligkeitsdatum",
|
||||||
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
|
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
|
||||||
@@ -280,6 +286,10 @@ OC.L10N.register(
|
|||||||
"Error creating the share" : "Fehler beim Erstellen der Freigabe",
|
"Error creating the share" : "Fehler beim Erstellen der Freigabe",
|
||||||
"Share with a Deck card" : "Mit einer Deck-Karte teilen",
|
"Share with a Deck card" : "Mit einer Deck-Karte teilen",
|
||||||
"Share {file} with a Deck card" : "{file} mit einer Deck-Karte teilen",
|
"Share {file} with a Deck card" : "{file} mit einer Deck-Karte teilen",
|
||||||
"Share" : "Freigeben"
|
"Share" : "Freigeben",
|
||||||
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Fügen Sie Ihre Aufgaben zu den Karten hinzu und ordnen Sie diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teilen Sie mit Ihrem Team, Ihren Freunden oder Ihrer Familie\n- 📎 Fügen Sie Dateien hinzu und verwende diese in Ihren Markdown-Beschreibungen\n- 💬 Diskutieren Sie mit Ihrem Team mit Kommentaren\n- ⚡ Behalten Sie Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisieren Sie Ihr Projekt",
|
||||||
|
"Creating the new card…" : "Neue Karte wird erstellt …",
|
||||||
|
"\"{card}\" was added to \"{board}\"" : "\"{card}\" wurde \"{board}\" hinzugefügt",
|
||||||
|
"(circle)" : "(Kreis)"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -98,11 +98,12 @@
|
|||||||
"Could not write file to disk" : "Die Datei konnte nicht auf die Festplatte geschrieben werden",
|
"Could not write file to disk" : "Die Datei konnte nicht auf die Festplatte geschrieben werden",
|
||||||
"A PHP extension stopped the file upload" : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt",
|
"A PHP extension stopped the file upload" : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt",
|
||||||
"No file uploaded or file size exceeds maximum of %s" : "Keine Datei hochgeladen oder die Dateigröße überschreitet %s",
|
"No file uploaded or file size exceeds maximum of %s" : "Keine Datei hochgeladen oder die Dateigröße überschreitet %s",
|
||||||
|
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Dieser Kommentar hat mehr als %s Zeichen.\nAls Anhang der Karte mit dem Namen %s hinzugefügt.\nZugriff über die URL: %s.",
|
||||||
"Card not found" : "Karte nicht gefunden",
|
"Card not found" : "Karte nicht gefunden",
|
||||||
"Path is already shared with this card" : "Pfad wurde bereits mit dieser Karte geteilt",
|
"Path is already shared with this card" : "Pfad wurde bereits mit dieser Karte geteilt",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT",
|
"Invalid date, date format must be YYYY-MM-DD" : "Ungültiges Datum, zulässiges Datumsformat: JJJJ-MM-TT",
|
||||||
"Personal planning and team project organization" : "Persönliche Planung und Teamprojektorganisation",
|
"Personal planning and team project organization" : "Persönliche Planung und Teamprojektorganisation",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Fügen Sie Ihre Aufgaben zu den Karten hinzu und ordnen Sie diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teilen Sie mit Ihrem Team, Ihren Freunden oder Ihrer Familie\n- 📎 Fügen Sie Dateien hinzu und verwende diese in Ihren Markdown-Beschreibungen\n- 💬 Diskutieren Sie mit Ihrem Team mit Kommentaren\n- ⚡ Behalten Sie Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisieren Sie Ihr Projekt",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Fügen Sie Ihre Aufgaben zu den Karten hinzu und ordnen Sie diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teilen Sie mit Ihrem Team, Ihren Freunden oder Ihrer Familie\n- 📎 Fügen Sie Dateien hinzu und verwende diese in Ihren Markdown-Beschreibungen\n- 💬 Diskutieren Sie mit Ihrem Team mit Kommentaren\n- ⚡ Behalten Sie Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisieren Sie Ihr Projekt",
|
||||||
"Card details" : "Karten-Details",
|
"Card details" : "Karten-Details",
|
||||||
"Add board" : "Board hinzufügen",
|
"Add board" : "Board hinzufügen",
|
||||||
"Select the board to link to a project" : "Wählen Sie ein Board aus, um dieses mit einem Projekt zu verknüpfen",
|
"Select the board to link to a project" : "Wählen Sie ein Board aus, um dieses mit einem Projekt zu verknüpfen",
|
||||||
@@ -128,6 +129,7 @@
|
|||||||
"Keep existing file" : "Existierende Datei behalten",
|
"Keep existing file" : "Existierende Datei behalten",
|
||||||
"This board is read only" : "Dieses Board ist schreibgeschützt",
|
"This board is read only" : "Dieses Board ist schreibgeschützt",
|
||||||
"Drop your files to upload" : "Dateien zum Hochladen hineinziehen",
|
"Drop your files to upload" : "Dateien zum Hochladen hineinziehen",
|
||||||
|
"Add card" : "Karte hinzufügen",
|
||||||
"Archived cards" : "Archivierte Karten",
|
"Archived cards" : "Archivierte Karten",
|
||||||
"Add list" : "Liste hinzufügen",
|
"Add list" : "Liste hinzufügen",
|
||||||
"List name" : "Listenname",
|
"List name" : "Listenname",
|
||||||
@@ -171,7 +173,6 @@
|
|||||||
"Add a new list" : "Eine neue Liste hinzufügen",
|
"Add a new list" : "Eine neue Liste hinzufügen",
|
||||||
"Archive all cards" : "Alle Karten archivieren",
|
"Archive all cards" : "Alle Karten archivieren",
|
||||||
"Delete list" : "Liste löschen",
|
"Delete list" : "Liste löschen",
|
||||||
"Add card" : "Karte hinzufügen",
|
|
||||||
"Archive all cards in this list" : "Alle Karten in dieser Liste archivieren",
|
"Archive all cards in this list" : "Alle Karten in dieser Liste archivieren",
|
||||||
"Add a new card" : "Neue Karte hinzufügen",
|
"Add a new card" : "Neue Karte hinzufügen",
|
||||||
"Card name" : "Kartenname",
|
"Card name" : "Kartenname",
|
||||||
@@ -183,9 +184,11 @@
|
|||||||
"Members" : "Mitglieder",
|
"Members" : "Mitglieder",
|
||||||
"Upload new files" : "Neue Dateien hochladen",
|
"Upload new files" : "Neue Dateien hochladen",
|
||||||
"Share from Files" : "Aus Dateien heraus teilen",
|
"Share from Files" : "Aus Dateien heraus teilen",
|
||||||
|
"Pending share" : "Ausstehende Freigabe",
|
||||||
"Add this attachment" : "Diesen Anhang anhängen",
|
"Add this attachment" : "Diesen Anhang anhängen",
|
||||||
"Show in Files" : "In Dateien anzeigen",
|
"Show in Files" : "In Dateien anzeigen",
|
||||||
"Unshare file" : "Datei nicht mehr teilen",
|
"Download" : "Herunterladen",
|
||||||
|
"Remove attachment" : "Anhang entfernen",
|
||||||
"Delete Attachment" : "Anhang löschen",
|
"Delete Attachment" : "Anhang löschen",
|
||||||
"Restore Attachment" : "Anhang wiederherstellen",
|
"Restore Attachment" : "Anhang wiederherstellen",
|
||||||
"File to share" : "Zu teilende Datei",
|
"File to share" : "Zu teilende Datei",
|
||||||
@@ -207,6 +210,10 @@
|
|||||||
"Set a due date" : "Ein Ablaufdatum setzen",
|
"Set a due date" : "Ein Ablaufdatum setzen",
|
||||||
"Remove due date" : "Fälligkeitsdatum löschen",
|
"Remove due date" : "Fälligkeitsdatum löschen",
|
||||||
"Select Date" : "Datum auswählen",
|
"Select Date" : "Datum auswählen",
|
||||||
|
"Today" : "Heute",
|
||||||
|
"Tomorrow" : "Morgen",
|
||||||
|
"Next week" : "Nächste Woche",
|
||||||
|
"Next month" : "Nächsten Monat",
|
||||||
"Save" : "Speichern",
|
"Save" : "Speichern",
|
||||||
"The comment cannot be empty." : "Der Kommentar darf nicht leer sein.",
|
"The comment cannot be empty." : "Der Kommentar darf nicht leer sein.",
|
||||||
"The comment cannot be longer than 1000 characters." : "Der Kommentar darf nicht länger als 1000 Zeichen sein.",
|
"The comment cannot be longer than 1000 characters." : "Der Kommentar darf nicht länger als 1000 Zeichen sein.",
|
||||||
@@ -232,6 +239,7 @@
|
|||||||
"Archive card" : "Karte archivieren",
|
"Archive card" : "Karte archivieren",
|
||||||
"Delete card" : "Karte löschen",
|
"Delete card" : "Karte löschen",
|
||||||
"Move card to another board" : "Karte auf ein anderes Board verschieben",
|
"Move card to another board" : "Karte auf ein anderes Board verschieben",
|
||||||
|
"List is empty" : "Liste ist leer",
|
||||||
"Card deleted" : "Karte gelöscht",
|
"Card deleted" : "Karte gelöscht",
|
||||||
"seconds ago" : "Gerade eben",
|
"seconds ago" : "Gerade eben",
|
||||||
"All boards" : "Alle Boards",
|
"All boards" : "Alle Boards",
|
||||||
@@ -260,8 +268,6 @@
|
|||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Möchten Sie wirklich dieses Board {title} mit all seinen Daten löschen?",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Möchten Sie wirklich dieses Board {title} mit all seinen Daten löschen?",
|
||||||
"Delete the board?" : "Das Board löschen?",
|
"Delete the board?" : "Das Board löschen?",
|
||||||
"Loading filtered view" : "Lade gefilterte Ansicht",
|
"Loading filtered view" : "Lade gefilterte Ansicht",
|
||||||
"Today" : "Heute",
|
|
||||||
"Tomorrow" : "Morgen",
|
|
||||||
"This week" : "Diese Woche",
|
"This week" : "Diese Woche",
|
||||||
"No due" : "Kein Fälligkeitsdatum",
|
"No due" : "Kein Fälligkeitsdatum",
|
||||||
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
|
"Search for {searchQuery} in all boards" : "Suche nach {searchQuery} in allen Boards",
|
||||||
@@ -278,6 +284,10 @@
|
|||||||
"Error creating the share" : "Fehler beim Erstellen der Freigabe",
|
"Error creating the share" : "Fehler beim Erstellen der Freigabe",
|
||||||
"Share with a Deck card" : "Mit einer Deck-Karte teilen",
|
"Share with a Deck card" : "Mit einer Deck-Karte teilen",
|
||||||
"Share {file} with a Deck card" : "{file} mit einer Deck-Karte teilen",
|
"Share {file} with a Deck card" : "{file} mit einer Deck-Karte teilen",
|
||||||
"Share" : "Freigeben"
|
"Share" : "Freigeben",
|
||||||
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck ist ein Organisationstool im Kanban-Stil für die persönliche Planung und Projektorganisation von Teams, die in Nextcloud integriert sind.\n\n\n- 📥 Fügen Sie Ihre Aufgaben zu den Karten hinzu und ordnen Sie diese\n- 📄 Zusätzliche Hinweise in der Abschrift notieren\n- 🔖 Zuweisen von Schlagworten für noch bessere Organisation\n- 👥 Teilen Sie mit Ihrem Team, Ihren Freunden oder Ihrer Familie\n- 📎 Fügen Sie Dateien hinzu und verwende diese in Ihren Markdown-Beschreibungen\n- 💬 Diskutieren Sie mit Ihrem Team mit Kommentaren\n- ⚡ Behalten Sie Überblick über Änderungen mit dem Aktivitäten-Stream\n- 🚀 Organisieren Sie Ihr Projekt",
|
||||||
|
"Creating the new card…" : "Neue Karte wird erstellt …",
|
||||||
|
"\"{card}\" was added to \"{board}\"" : "\"{card}\" wurde \"{board}\" hinzugefügt",
|
||||||
|
"(circle)" : "(Kreis)"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
17
l10n/el.js
17
l10n/el.js
@@ -98,15 +98,19 @@ OC.L10N.register(
|
|||||||
"Path is already shared with this card" : "Η διαδρομή κοινοποιείται ήδη σε αυτήν την κάρτα",
|
"Path is already shared with this card" : "Η διαδρομή κοινοποιείται ήδη σε αυτήν την κάρτα",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Μη έγκυρη ημερομηνία, η μορφή ημερομηνίας πρέπει να είναι ΕΕΕΕ-ΜΜ-ΗΗ",
|
"Invalid date, date format must be YYYY-MM-DD" : "Μη έγκυρη ημερομηνία, η μορφή ημερομηνίας πρέπει να είναι ΕΕΕΕ-ΜΜ-ΗΗ",
|
||||||
"Personal planning and team project organization" : "Προσωπικός σχεδιασμός και ομαδική οργάνωση",
|
"Personal planning and team project organization" : "Προσωπικός σχεδιασμός και ομαδική οργάνωση",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Το Deck είναι ένα εργαλείο οργάνωσης τύπου kanban με στόχο τον προσωπικό προγραμματισμό και την ομαδική οργάνωση για ομάδες που έχουν ενσωματωθεί στο Nextcloud.\n\n\n- 📥 Προσθέστε τις εργασίες σας στις καρτέλες και βάλτε τες στη σειρά\n- 📄 Γράψτε τις πρόσθετες σημειώσεις\n- 🔖 Αντιστοιχίστε τις ετικέτες για ακόμη καλύτερη οργάνωση\n- 👥 Μοιραστείτε με την ομάδα, φίλους ή την οικογένειά σας\n- 📎 Συνδέστε αρχεία και ενσωματώστε τα στην περιγραφή\n- 💬 Συζητήστε με την ομάδα σας χρησιμοποιώντας σχόλια\n- ⚡ Παρακολουθήστε τις αλλαγές στη ροή δραστηριοτήτων\n- 🚀 Έχετε τα όλα οργανωμένα",
|
|
||||||
"Card details" : "Λεπτομέρειες καρτέλας",
|
"Card details" : "Λεπτομέρειες καρτέλας",
|
||||||
"Add board" : "Προσθήκη πίνακα",
|
"Add board" : "Προσθήκη πίνακα",
|
||||||
"Select the board to link to a project" : "Επιλέξτε πίνακα και συνδέστε τον σε έργο",
|
"Select the board to link to a project" : "Επιλέξτε πίνακα και συνδέστε τον σε έργο",
|
||||||
"Search by board title" : "Αναζήτηση με το όνομα πίνακα",
|
"Search by board title" : "Αναζήτηση με το όνομα πίνακα",
|
||||||
"Select board" : "Επιλογή πίνακα",
|
"Select board" : "Επιλογή πίνακα",
|
||||||
|
"Create a new card" : "Δημιουργία νέας κάρτας",
|
||||||
"Select a board" : "Επιλογή ενός πίνακα",
|
"Select a board" : "Επιλογή ενός πίνακα",
|
||||||
"Select a list" : "Επιλέξτε μια λίστα",
|
"Select a list" : "Επιλέξτε μια λίστα",
|
||||||
|
"Card title" : "Τίτλος κάρτας",
|
||||||
"Cancel" : "Aκύρωση",
|
"Cancel" : "Aκύρωση",
|
||||||
|
"Open card" : "Άνοιγμα κάρτας",
|
||||||
|
"Close" : "Κλείσιμο",
|
||||||
|
"Create card" : "Δημιουργία κάρτας",
|
||||||
"Select a card" : "Επίλογή μιας καρτέλας",
|
"Select a card" : "Επίλογή μιας καρτέλας",
|
||||||
"Select the card to link to a project" : "Επιλογή καρτέλας για σύνδεση στο έργο",
|
"Select the card to link to a project" : "Επιλογή καρτέλας για σύνδεση στο έργο",
|
||||||
"Link to card" : "Σύνδεσμος σε καρτέλα",
|
"Link to card" : "Σύνδεσμος σε καρτέλα",
|
||||||
@@ -117,6 +121,7 @@ OC.L10N.register(
|
|||||||
"Keep existing file" : "Διατήρηση υπάρχων αρχείου",
|
"Keep existing file" : "Διατήρηση υπάρχων αρχείου",
|
||||||
"This board is read only" : "Ο πίνακας είναι μόνο για ανάγνωση",
|
"This board is read only" : "Ο πίνακας είναι μόνο για ανάγνωση",
|
||||||
"Drop your files to upload" : "Αποθέστε τα αρχεία σας για ανέβασμα",
|
"Drop your files to upload" : "Αποθέστε τα αρχεία σας για ανέβασμα",
|
||||||
|
"Add card" : "Προσθήκη κάρτας",
|
||||||
"Archived cards" : "Αρχειοθετημένες κάρτες",
|
"Archived cards" : "Αρχειοθετημένες κάρτες",
|
||||||
"Add list" : "Προσθήκη λίστας",
|
"Add list" : "Προσθήκη λίστας",
|
||||||
"List name" : "Λίστα ονομάτων",
|
"List name" : "Λίστα ονομάτων",
|
||||||
@@ -160,7 +165,6 @@ OC.L10N.register(
|
|||||||
"Add a new list" : "Προσθήκη νέας λίστας",
|
"Add a new list" : "Προσθήκη νέας λίστας",
|
||||||
"Archive all cards" : "Αρχειοθέτηση όλων των καρτελών.",
|
"Archive all cards" : "Αρχειοθέτηση όλων των καρτελών.",
|
||||||
"Delete list" : "Διαγραφή λίστας",
|
"Delete list" : "Διαγραφή λίστας",
|
||||||
"Add card" : "Προσθήκη κάρτας",
|
|
||||||
"Archive all cards in this list" : "Αρχειοθέτηση όλων των καρτελών σε αυτή τη λίστα.",
|
"Archive all cards in this list" : "Αρχειοθέτηση όλων των καρτελών σε αυτή τη λίστα.",
|
||||||
"Add a new card" : "Προσθήκη νέας καρτέλας",
|
"Add a new card" : "Προσθήκη νέας καρτέλας",
|
||||||
"Card name" : "Όνομα κάρτας",
|
"Card name" : "Όνομα κάρτας",
|
||||||
@@ -174,7 +178,6 @@ OC.L10N.register(
|
|||||||
"Share from Files" : "Κοινή χρήση από αρχεία",
|
"Share from Files" : "Κοινή χρήση από αρχεία",
|
||||||
"Add this attachment" : "Προσθήκη αυτού του συνημμένου",
|
"Add this attachment" : "Προσθήκη αυτού του συνημμένου",
|
||||||
"Show in Files" : "Εμφάνιση σε αρχεία",
|
"Show in Files" : "Εμφάνιση σε αρχεία",
|
||||||
"Unshare file" : "Κατάργηση κοινής χρήσης αρχείου",
|
|
||||||
"Delete Attachment" : "Διαγραφή Συνημμένου",
|
"Delete Attachment" : "Διαγραφή Συνημμένου",
|
||||||
"Restore Attachment" : "Επαναφορά Συνημμένου",
|
"Restore Attachment" : "Επαναφορά Συνημμένου",
|
||||||
"File to share" : "Αρχείο για κοινή χρήση",
|
"File to share" : "Αρχείο για κοινή χρήση",
|
||||||
@@ -195,6 +198,8 @@ OC.L10N.register(
|
|||||||
"Set a due date" : "Καθορίστε ημερομηνίας λήξης",
|
"Set a due date" : "Καθορίστε ημερομηνίας λήξης",
|
||||||
"Remove due date" : "Αφαίρεση ημερομηνίας λήξης",
|
"Remove due date" : "Αφαίρεση ημερομηνίας λήξης",
|
||||||
"Select Date" : "Επέλεξε Ημέρα",
|
"Select Date" : "Επέλεξε Ημέρα",
|
||||||
|
"Today" : "Σήμερα",
|
||||||
|
"Tomorrow" : "Αύριο",
|
||||||
"Save" : "Αποθήκευση",
|
"Save" : "Αποθήκευση",
|
||||||
"The comment cannot be empty." : "Το σχόλιο δεν μπορεί να είναι κενό.",
|
"The comment cannot be empty." : "Το σχόλιο δεν μπορεί να είναι κενό.",
|
||||||
"The comment cannot be longer than 1000 characters." : "Το σχόλιο δεν μπορεί να έχι περισσότερους από 1000 χαρακτήρες.",
|
"The comment cannot be longer than 1000 characters." : "Το σχόλιο δεν μπορεί να έχι περισσότερους από 1000 χαρακτήρες.",
|
||||||
@@ -246,20 +251,20 @@ OC.L10N.register(
|
|||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Είστε βέβαιοι ότι θέλετε να διαγράψετε τον πίνακα {title}; Θα διαγραφούν όλα τα δεδομένα.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Είστε βέβαιοι ότι θέλετε να διαγράψετε τον πίνακα {title}; Θα διαγραφούν όλα τα δεδομένα.",
|
||||||
"Delete the board?" : "Διαγραφή πίνακα;",
|
"Delete the board?" : "Διαγραφή πίνακα;",
|
||||||
"Loading filtered view" : "Φόρτωση εμφάνισης με βάση το φίλτρο",
|
"Loading filtered view" : "Φόρτωση εμφάνισης με βάση το φίλτρο",
|
||||||
"Today" : "Σήμερα",
|
|
||||||
"Tomorrow" : "Αύριο",
|
|
||||||
"This week" : "Αυτή την εβδομάδα",
|
"This week" : "Αυτή την εβδομάδα",
|
||||||
"No due" : "Χωρίς λήξη",
|
"No due" : "Χωρίς λήξη",
|
||||||
"No upcoming cards" : "Δεν υπάρχουν επερχόμενες κάρτες",
|
"No upcoming cards" : "Δεν υπάρχουν επερχόμενες κάρτες",
|
||||||
"upcoming cards" : "Επερχόμενες κάρτες",
|
"upcoming cards" : "Επερχόμενες κάρτες",
|
||||||
"Link to a board" : "Σύνδεσμος στον πίνακα",
|
"Link to a board" : "Σύνδεσμος στον πίνακα",
|
||||||
"Link to a card" : "Σύνδεσμος σε καρτέλα",
|
"Link to a card" : "Σύνδεσμος σε καρτέλα",
|
||||||
|
"Create a card" : "Δημιουργία κάρτας",
|
||||||
"Something went wrong" : "Κάτι πήγε στραβά",
|
"Something went wrong" : "Κάτι πήγε στραβά",
|
||||||
"Failed to upload {name}" : "Αποτυχία μεταφόρτωσης {όνομα}",
|
"Failed to upload {name}" : "Αποτυχία μεταφόρτωσης {όνομα}",
|
||||||
"Maximum file size of {size} exceeded" : "Υπέρβαση επιτρεπόμενου μεγέθους αρχείου {size}",
|
"Maximum file size of {size} exceeded" : "Υπέρβαση επιτρεπόμενου μεγέθους αρχείου {size}",
|
||||||
"Error creating the share" : "Σφάλμα κατά τη δημιουργία της κοινοποίησης",
|
"Error creating the share" : "Σφάλμα κατά τη δημιουργία της κοινοποίησης",
|
||||||
"Share with a Deck card" : "Μοιραστείτε με μια κάρτα Deck",
|
"Share with a Deck card" : "Μοιραστείτε με μια κάρτα Deck",
|
||||||
"Share {file} with a Deck card" : "Μοιραστείτε {αρχείο} με μια κάρτα Deck",
|
"Share {file} with a Deck card" : "Μοιραστείτε {αρχείο} με μια κάρτα Deck",
|
||||||
"Share" : "Μοιραστείτε"
|
"Share" : "Μοιραστείτε",
|
||||||
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Το Deck είναι ένα εργαλείο οργάνωσης τύπου kanban με στόχο τον προσωπικό προγραμματισμό και την ομαδική οργάνωση για ομάδες που έχουν ενσωματωθεί στο Nextcloud.\n\n\n- 📥 Προσθέστε τις εργασίες σας στις καρτέλες και βάλτε τες στη σειρά\n- 📄 Γράψτε τις πρόσθετες σημειώσεις\n- 🔖 Αντιστοιχίστε τις ετικέτες για ακόμη καλύτερη οργάνωση\n- 👥 Μοιραστείτε με την ομάδα, φίλους ή την οικογένειά σας\n- 📎 Συνδέστε αρχεία και ενσωματώστε τα στην περιγραφή\n- 💬 Συζητήστε με την ομάδα σας χρησιμοποιώντας σχόλια\n- ⚡ Παρακολουθήστε τις αλλαγές στη ροή δραστηριοτήτων\n- 🚀 Έχετε τα όλα οργανωμένα"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
17
l10n/el.json
17
l10n/el.json
@@ -96,15 +96,19 @@
|
|||||||
"Path is already shared with this card" : "Η διαδρομή κοινοποιείται ήδη σε αυτήν την κάρτα",
|
"Path is already shared with this card" : "Η διαδρομή κοινοποιείται ήδη σε αυτήν την κάρτα",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Μη έγκυρη ημερομηνία, η μορφή ημερομηνίας πρέπει να είναι ΕΕΕΕ-ΜΜ-ΗΗ",
|
"Invalid date, date format must be YYYY-MM-DD" : "Μη έγκυρη ημερομηνία, η μορφή ημερομηνίας πρέπει να είναι ΕΕΕΕ-ΜΜ-ΗΗ",
|
||||||
"Personal planning and team project organization" : "Προσωπικός σχεδιασμός και ομαδική οργάνωση",
|
"Personal planning and team project organization" : "Προσωπικός σχεδιασμός και ομαδική οργάνωση",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Το Deck είναι ένα εργαλείο οργάνωσης τύπου kanban με στόχο τον προσωπικό προγραμματισμό και την ομαδική οργάνωση για ομάδες που έχουν ενσωματωθεί στο Nextcloud.\n\n\n- 📥 Προσθέστε τις εργασίες σας στις καρτέλες και βάλτε τες στη σειρά\n- 📄 Γράψτε τις πρόσθετες σημειώσεις\n- 🔖 Αντιστοιχίστε τις ετικέτες για ακόμη καλύτερη οργάνωση\n- 👥 Μοιραστείτε με την ομάδα, φίλους ή την οικογένειά σας\n- 📎 Συνδέστε αρχεία και ενσωματώστε τα στην περιγραφή\n- 💬 Συζητήστε με την ομάδα σας χρησιμοποιώντας σχόλια\n- ⚡ Παρακολουθήστε τις αλλαγές στη ροή δραστηριοτήτων\n- 🚀 Έχετε τα όλα οργανωμένα",
|
|
||||||
"Card details" : "Λεπτομέρειες καρτέλας",
|
"Card details" : "Λεπτομέρειες καρτέλας",
|
||||||
"Add board" : "Προσθήκη πίνακα",
|
"Add board" : "Προσθήκη πίνακα",
|
||||||
"Select the board to link to a project" : "Επιλέξτε πίνακα και συνδέστε τον σε έργο",
|
"Select the board to link to a project" : "Επιλέξτε πίνακα και συνδέστε τον σε έργο",
|
||||||
"Search by board title" : "Αναζήτηση με το όνομα πίνακα",
|
"Search by board title" : "Αναζήτηση με το όνομα πίνακα",
|
||||||
"Select board" : "Επιλογή πίνακα",
|
"Select board" : "Επιλογή πίνακα",
|
||||||
|
"Create a new card" : "Δημιουργία νέας κάρτας",
|
||||||
"Select a board" : "Επιλογή ενός πίνακα",
|
"Select a board" : "Επιλογή ενός πίνακα",
|
||||||
"Select a list" : "Επιλέξτε μια λίστα",
|
"Select a list" : "Επιλέξτε μια λίστα",
|
||||||
|
"Card title" : "Τίτλος κάρτας",
|
||||||
"Cancel" : "Aκύρωση",
|
"Cancel" : "Aκύρωση",
|
||||||
|
"Open card" : "Άνοιγμα κάρτας",
|
||||||
|
"Close" : "Κλείσιμο",
|
||||||
|
"Create card" : "Δημιουργία κάρτας",
|
||||||
"Select a card" : "Επίλογή μιας καρτέλας",
|
"Select a card" : "Επίλογή μιας καρτέλας",
|
||||||
"Select the card to link to a project" : "Επιλογή καρτέλας για σύνδεση στο έργο",
|
"Select the card to link to a project" : "Επιλογή καρτέλας για σύνδεση στο έργο",
|
||||||
"Link to card" : "Σύνδεσμος σε καρτέλα",
|
"Link to card" : "Σύνδεσμος σε καρτέλα",
|
||||||
@@ -115,6 +119,7 @@
|
|||||||
"Keep existing file" : "Διατήρηση υπάρχων αρχείου",
|
"Keep existing file" : "Διατήρηση υπάρχων αρχείου",
|
||||||
"This board is read only" : "Ο πίνακας είναι μόνο για ανάγνωση",
|
"This board is read only" : "Ο πίνακας είναι μόνο για ανάγνωση",
|
||||||
"Drop your files to upload" : "Αποθέστε τα αρχεία σας για ανέβασμα",
|
"Drop your files to upload" : "Αποθέστε τα αρχεία σας για ανέβασμα",
|
||||||
|
"Add card" : "Προσθήκη κάρτας",
|
||||||
"Archived cards" : "Αρχειοθετημένες κάρτες",
|
"Archived cards" : "Αρχειοθετημένες κάρτες",
|
||||||
"Add list" : "Προσθήκη λίστας",
|
"Add list" : "Προσθήκη λίστας",
|
||||||
"List name" : "Λίστα ονομάτων",
|
"List name" : "Λίστα ονομάτων",
|
||||||
@@ -158,7 +163,6 @@
|
|||||||
"Add a new list" : "Προσθήκη νέας λίστας",
|
"Add a new list" : "Προσθήκη νέας λίστας",
|
||||||
"Archive all cards" : "Αρχειοθέτηση όλων των καρτελών.",
|
"Archive all cards" : "Αρχειοθέτηση όλων των καρτελών.",
|
||||||
"Delete list" : "Διαγραφή λίστας",
|
"Delete list" : "Διαγραφή λίστας",
|
||||||
"Add card" : "Προσθήκη κάρτας",
|
|
||||||
"Archive all cards in this list" : "Αρχειοθέτηση όλων των καρτελών σε αυτή τη λίστα.",
|
"Archive all cards in this list" : "Αρχειοθέτηση όλων των καρτελών σε αυτή τη λίστα.",
|
||||||
"Add a new card" : "Προσθήκη νέας καρτέλας",
|
"Add a new card" : "Προσθήκη νέας καρτέλας",
|
||||||
"Card name" : "Όνομα κάρτας",
|
"Card name" : "Όνομα κάρτας",
|
||||||
@@ -172,7 +176,6 @@
|
|||||||
"Share from Files" : "Κοινή χρήση από αρχεία",
|
"Share from Files" : "Κοινή χρήση από αρχεία",
|
||||||
"Add this attachment" : "Προσθήκη αυτού του συνημμένου",
|
"Add this attachment" : "Προσθήκη αυτού του συνημμένου",
|
||||||
"Show in Files" : "Εμφάνιση σε αρχεία",
|
"Show in Files" : "Εμφάνιση σε αρχεία",
|
||||||
"Unshare file" : "Κατάργηση κοινής χρήσης αρχείου",
|
|
||||||
"Delete Attachment" : "Διαγραφή Συνημμένου",
|
"Delete Attachment" : "Διαγραφή Συνημμένου",
|
||||||
"Restore Attachment" : "Επαναφορά Συνημμένου",
|
"Restore Attachment" : "Επαναφορά Συνημμένου",
|
||||||
"File to share" : "Αρχείο για κοινή χρήση",
|
"File to share" : "Αρχείο για κοινή χρήση",
|
||||||
@@ -193,6 +196,8 @@
|
|||||||
"Set a due date" : "Καθορίστε ημερομηνίας λήξης",
|
"Set a due date" : "Καθορίστε ημερομηνίας λήξης",
|
||||||
"Remove due date" : "Αφαίρεση ημερομηνίας λήξης",
|
"Remove due date" : "Αφαίρεση ημερομηνίας λήξης",
|
||||||
"Select Date" : "Επέλεξε Ημέρα",
|
"Select Date" : "Επέλεξε Ημέρα",
|
||||||
|
"Today" : "Σήμερα",
|
||||||
|
"Tomorrow" : "Αύριο",
|
||||||
"Save" : "Αποθήκευση",
|
"Save" : "Αποθήκευση",
|
||||||
"The comment cannot be empty." : "Το σχόλιο δεν μπορεί να είναι κενό.",
|
"The comment cannot be empty." : "Το σχόλιο δεν μπορεί να είναι κενό.",
|
||||||
"The comment cannot be longer than 1000 characters." : "Το σχόλιο δεν μπορεί να έχι περισσότερους από 1000 χαρακτήρες.",
|
"The comment cannot be longer than 1000 characters." : "Το σχόλιο δεν μπορεί να έχι περισσότερους από 1000 χαρακτήρες.",
|
||||||
@@ -244,20 +249,20 @@
|
|||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Είστε βέβαιοι ότι θέλετε να διαγράψετε τον πίνακα {title}; Θα διαγραφούν όλα τα δεδομένα.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Είστε βέβαιοι ότι θέλετε να διαγράψετε τον πίνακα {title}; Θα διαγραφούν όλα τα δεδομένα.",
|
||||||
"Delete the board?" : "Διαγραφή πίνακα;",
|
"Delete the board?" : "Διαγραφή πίνακα;",
|
||||||
"Loading filtered view" : "Φόρτωση εμφάνισης με βάση το φίλτρο",
|
"Loading filtered view" : "Φόρτωση εμφάνισης με βάση το φίλτρο",
|
||||||
"Today" : "Σήμερα",
|
|
||||||
"Tomorrow" : "Αύριο",
|
|
||||||
"This week" : "Αυτή την εβδομάδα",
|
"This week" : "Αυτή την εβδομάδα",
|
||||||
"No due" : "Χωρίς λήξη",
|
"No due" : "Χωρίς λήξη",
|
||||||
"No upcoming cards" : "Δεν υπάρχουν επερχόμενες κάρτες",
|
"No upcoming cards" : "Δεν υπάρχουν επερχόμενες κάρτες",
|
||||||
"upcoming cards" : "Επερχόμενες κάρτες",
|
"upcoming cards" : "Επερχόμενες κάρτες",
|
||||||
"Link to a board" : "Σύνδεσμος στον πίνακα",
|
"Link to a board" : "Σύνδεσμος στον πίνακα",
|
||||||
"Link to a card" : "Σύνδεσμος σε καρτέλα",
|
"Link to a card" : "Σύνδεσμος σε καρτέλα",
|
||||||
|
"Create a card" : "Δημιουργία κάρτας",
|
||||||
"Something went wrong" : "Κάτι πήγε στραβά",
|
"Something went wrong" : "Κάτι πήγε στραβά",
|
||||||
"Failed to upload {name}" : "Αποτυχία μεταφόρτωσης {όνομα}",
|
"Failed to upload {name}" : "Αποτυχία μεταφόρτωσης {όνομα}",
|
||||||
"Maximum file size of {size} exceeded" : "Υπέρβαση επιτρεπόμενου μεγέθους αρχείου {size}",
|
"Maximum file size of {size} exceeded" : "Υπέρβαση επιτρεπόμενου μεγέθους αρχείου {size}",
|
||||||
"Error creating the share" : "Σφάλμα κατά τη δημιουργία της κοινοποίησης",
|
"Error creating the share" : "Σφάλμα κατά τη δημιουργία της κοινοποίησης",
|
||||||
"Share with a Deck card" : "Μοιραστείτε με μια κάρτα Deck",
|
"Share with a Deck card" : "Μοιραστείτε με μια κάρτα Deck",
|
||||||
"Share {file} with a Deck card" : "Μοιραστείτε {αρχείο} με μια κάρτα Deck",
|
"Share {file} with a Deck card" : "Μοιραστείτε {αρχείο} με μια κάρτα Deck",
|
||||||
"Share" : "Μοιραστείτε"
|
"Share" : "Μοιραστείτε",
|
||||||
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Το Deck είναι ένα εργαλείο οργάνωσης τύπου kanban με στόχο τον προσωπικό προγραμματισμό και την ομαδική οργάνωση για ομάδες που έχουν ενσωματωθεί στο Nextcloud.\n\n\n- 📥 Προσθέστε τις εργασίες σας στις καρτέλες και βάλτε τες στη σειρά\n- 📄 Γράψτε τις πρόσθετες σημειώσεις\n- 🔖 Αντιστοιχίστε τις ετικέτες για ακόμη καλύτερη οργάνωση\n- 👥 Μοιραστείτε με την ομάδα, φίλους ή την οικογένειά σας\n- 📎 Συνδέστε αρχεία και ενσωματώστε τα στην περιγραφή\n- 💬 Συζητήστε με την ομάδα σας χρησιμοποιώντας σχόλια\n- ⚡ Παρακολουθήστε τις αλλαγές στη ροή δραστηριοτήτων\n- 🚀 Έχετε τα όλα οργανωμένα"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -22,6 +22,7 @@ OC.L10N.register(
|
|||||||
"Cancel" : "Cancel",
|
"Cancel" : "Cancel",
|
||||||
"File already exists" : "File already exists",
|
"File already exists" : "File already exists",
|
||||||
"Do you want to overwrite it?" : "Do you want to overwrite it?",
|
"Do you want to overwrite it?" : "Do you want to overwrite it?",
|
||||||
|
"Add card" : "Add card",
|
||||||
"Filter by tag" : "Filter by tag",
|
"Filter by tag" : "Filter by tag",
|
||||||
"Hide archived cards" : "Hide archived cards",
|
"Hide archived cards" : "Hide archived cards",
|
||||||
"Show archived cards" : "Show archived cards",
|
"Show archived cards" : "Show archived cards",
|
||||||
@@ -32,7 +33,6 @@ OC.L10N.register(
|
|||||||
"Can edit" : "Can edit",
|
"Can edit" : "Can edit",
|
||||||
"Can share" : "Can share",
|
"Can share" : "Can share",
|
||||||
"Delete" : "Delete",
|
"Delete" : "Delete",
|
||||||
"Add card" : "Add card",
|
|
||||||
"Edit" : "Edit",
|
"Edit" : "Edit",
|
||||||
"Members" : "Members",
|
"Members" : "Members",
|
||||||
"Attachments" : "Attachments",
|
"Attachments" : "Attachments",
|
||||||
@@ -41,6 +41,8 @@ OC.L10N.register(
|
|||||||
"Created" : "Created",
|
"Created" : "Created",
|
||||||
"Due date" : "Due date",
|
"Due date" : "Due date",
|
||||||
"Remove due date" : "Remove due date",
|
"Remove due date" : "Remove due date",
|
||||||
|
"Today" : "Today",
|
||||||
|
"Tomorrow" : "Tomorrow",
|
||||||
"Save" : "Save",
|
"Save" : "Save",
|
||||||
"Reply" : "Reply",
|
"Reply" : "Reply",
|
||||||
"Update" : "Update",
|
"Update" : "Update",
|
||||||
@@ -54,8 +56,6 @@ OC.L10N.register(
|
|||||||
"Shared with you" : "Shared with you",
|
"Shared with you" : "Shared with you",
|
||||||
"Board details" : "Board details",
|
"Board details" : "Board details",
|
||||||
"Edit board" : "Edit board",
|
"Edit board" : "Edit board",
|
||||||
"Today" : "Today",
|
|
||||||
"Tomorrow" : "Tomorrow",
|
|
||||||
"This week" : "This week"
|
"This week" : "This week"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
"Cancel" : "Cancel",
|
"Cancel" : "Cancel",
|
||||||
"File already exists" : "File already exists",
|
"File already exists" : "File already exists",
|
||||||
"Do you want to overwrite it?" : "Do you want to overwrite it?",
|
"Do you want to overwrite it?" : "Do you want to overwrite it?",
|
||||||
|
"Add card" : "Add card",
|
||||||
"Filter by tag" : "Filter by tag",
|
"Filter by tag" : "Filter by tag",
|
||||||
"Hide archived cards" : "Hide archived cards",
|
"Hide archived cards" : "Hide archived cards",
|
||||||
"Show archived cards" : "Show archived cards",
|
"Show archived cards" : "Show archived cards",
|
||||||
@@ -30,7 +31,6 @@
|
|||||||
"Can edit" : "Can edit",
|
"Can edit" : "Can edit",
|
||||||
"Can share" : "Can share",
|
"Can share" : "Can share",
|
||||||
"Delete" : "Delete",
|
"Delete" : "Delete",
|
||||||
"Add card" : "Add card",
|
|
||||||
"Edit" : "Edit",
|
"Edit" : "Edit",
|
||||||
"Members" : "Members",
|
"Members" : "Members",
|
||||||
"Attachments" : "Attachments",
|
"Attachments" : "Attachments",
|
||||||
@@ -39,6 +39,8 @@
|
|||||||
"Created" : "Created",
|
"Created" : "Created",
|
||||||
"Due date" : "Due date",
|
"Due date" : "Due date",
|
||||||
"Remove due date" : "Remove due date",
|
"Remove due date" : "Remove due date",
|
||||||
|
"Today" : "Today",
|
||||||
|
"Tomorrow" : "Tomorrow",
|
||||||
"Save" : "Save",
|
"Save" : "Save",
|
||||||
"Reply" : "Reply",
|
"Reply" : "Reply",
|
||||||
"Update" : "Update",
|
"Update" : "Update",
|
||||||
@@ -52,8 +54,6 @@
|
|||||||
"Shared with you" : "Shared with you",
|
"Shared with you" : "Shared with you",
|
||||||
"Board details" : "Board details",
|
"Board details" : "Board details",
|
||||||
"Edit board" : "Edit board",
|
"Edit board" : "Edit board",
|
||||||
"Today" : "Today",
|
|
||||||
"Tomorrow" : "Tomorrow",
|
|
||||||
"This week" : "This week"
|
"This week" : "This week"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
10
l10n/eo.js
10
l10n/eo.js
@@ -69,11 +69,11 @@ OC.L10N.register(
|
|||||||
"Could not write file to disk" : "Ne eblis skribi dosieron sur diskon",
|
"Could not write file to disk" : "Ne eblis skribi dosieron sur diskon",
|
||||||
"A PHP extension stopped the file upload" : "PHP-modulo haltigis la dosieralŝuton",
|
"A PHP extension stopped the file upload" : "PHP-modulo haltigis la dosieralŝuton",
|
||||||
"No file uploaded or file size exceeds maximum of %s" : "Neniu dosiero alŝutita, aŭ dosiergrando transpasas la maksimumon %s",
|
"No file uploaded or file size exceeds maximum of %s" : "Neniu dosiero alŝutita, aŭ dosiergrando transpasas la maksimumon %s",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Kartaro („Deck“) estas kanban-eca organiza ilo por mastrumi sian vivon kaj teaman projektaron per Nextcloud.\n\n\n- 📥 Aldonu viajn taskojn al kartoj, kaj organizu ilin \n- 📄 Skribu pliajn notojn per marklingvo „Markdown“\n- 🔖 Uzu etikedojn por pli bone organiziĝi\n- 👥 Kunhavigu kun viaj teamo, amikoj, familio\n- 📎 Aldonu dosierojn, kaj enmetu ilin en via „Markdown“-a priskribo\n- 💬 Diskutu kun via teamo pere de la komentoj\n- ⚡ Sekvu la ŝanĝojn per la aktivaĵa fluo\n- 🚀 Organizu vian projekton",
|
|
||||||
"Select the board to link to a project" : "Elekti la tabulon ligotan al projekto",
|
"Select the board to link to a project" : "Elekti la tabulon ligotan al projekto",
|
||||||
"Select board" : "Elekti tabulon",
|
"Select board" : "Elekti tabulon",
|
||||||
"Cancel" : "Nuligi",
|
"Cancel" : "Nuligi",
|
||||||
"File already exists" : "La dosiero jam ekzistas",
|
"File already exists" : "La dosiero jam ekzistas",
|
||||||
|
"Add card" : "Aldoni karton",
|
||||||
"Archived cards" : "Arĥivigitaj kartoj",
|
"Archived cards" : "Arĥivigitaj kartoj",
|
||||||
"Hide archived cards" : "Kaŝi arĥivigitajn kartojn",
|
"Hide archived cards" : "Kaŝi arĥivigitajn kartojn",
|
||||||
"Show archived cards" : "Montri arĥivigitajn kartojn",
|
"Show archived cards" : "Montri arĥivigitajn kartojn",
|
||||||
@@ -89,7 +89,6 @@ OC.L10N.register(
|
|||||||
"Can edit" : "Povas redakti",
|
"Can edit" : "Povas redakti",
|
||||||
"Can share" : "Can share",
|
"Can share" : "Can share",
|
||||||
"Delete" : "Forigi",
|
"Delete" : "Forigi",
|
||||||
"Add card" : "Aldoni karton",
|
|
||||||
"Edit" : "Redakti",
|
"Edit" : "Redakti",
|
||||||
"Members" : "Membroj",
|
"Members" : "Membroj",
|
||||||
"Attachments" : "Dosieraj aldonaĵoj",
|
"Attachments" : "Dosieraj aldonaĵoj",
|
||||||
@@ -99,6 +98,8 @@ OC.L10N.register(
|
|||||||
"Due date" : "Limdato",
|
"Due date" : "Limdato",
|
||||||
"Remove due date" : "Viŝi limdaton",
|
"Remove due date" : "Viŝi limdaton",
|
||||||
"Select Date" : "Elekti daton",
|
"Select Date" : "Elekti daton",
|
||||||
|
"Today" : "Hodiaŭ",
|
||||||
|
"Tomorrow" : "Morgaŭ",
|
||||||
"Save" : "Konservi",
|
"Save" : "Konservi",
|
||||||
"Reply" : "Respondi",
|
"Reply" : "Respondi",
|
||||||
"Update" : "Ĝisdatigi",
|
"Update" : "Ĝisdatigi",
|
||||||
@@ -114,9 +115,8 @@ OC.L10N.register(
|
|||||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limigo de Kartaro („Deck“) baros uzantojn, kiuj ne estas en tiuj grupoj, krei iliajn proprajn tabulojn. Uzantoj tamen eblos labori kun tabuloj kunhavigitaj kun ili.",
|
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limigo de Kartaro („Deck“) baros uzantojn, kiuj ne estas en tiuj grupoj, krei iliajn proprajn tabulojn. Uzantoj tamen eblos labori kun tabuloj kunhavigitaj kun ili.",
|
||||||
"Edit board" : "Modifi tabulon",
|
"Edit board" : "Modifi tabulon",
|
||||||
"An error occurred" : "Eraro okazis",
|
"An error occurred" : "Eraro okazis",
|
||||||
"Today" : "Hodiaŭ",
|
|
||||||
"Tomorrow" : "Morgaŭ",
|
|
||||||
"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",
|
||||||
|
"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" : "Kartaro („Deck“) estas kanban-eca organiza ilo por mastrumi sian vivon kaj teaman projektaron per Nextcloud.\n\n\n- 📥 Aldonu viajn taskojn al kartoj, kaj organizu ilin \n- 📄 Skribu pliajn notojn per marklingvo „Markdown“\n- 🔖 Uzu etikedojn por pli bone organiziĝi\n- 👥 Kunhavigu kun viaj teamo, amikoj, familio\n- 📎 Aldonu dosierojn, kaj enmetu ilin en via „Markdown“-a priskribo\n- 💬 Diskutu kun via teamo pere de la komentoj\n- ⚡ Sekvu la ŝanĝojn per la aktivaĵa fluo\n- 🚀 Organizu vian projekton"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
10
l10n/eo.json
10
l10n/eo.json
@@ -67,11 +67,11 @@
|
|||||||
"Could not write file to disk" : "Ne eblis skribi dosieron sur diskon",
|
"Could not write file to disk" : "Ne eblis skribi dosieron sur diskon",
|
||||||
"A PHP extension stopped the file upload" : "PHP-modulo haltigis la dosieralŝuton",
|
"A PHP extension stopped the file upload" : "PHP-modulo haltigis la dosieralŝuton",
|
||||||
"No file uploaded or file size exceeds maximum of %s" : "Neniu dosiero alŝutita, aŭ dosiergrando transpasas la maksimumon %s",
|
"No file uploaded or file size exceeds maximum of %s" : "Neniu dosiero alŝutita, aŭ dosiergrando transpasas la maksimumon %s",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Kartaro („Deck“) estas kanban-eca organiza ilo por mastrumi sian vivon kaj teaman projektaron per Nextcloud.\n\n\n- 📥 Aldonu viajn taskojn al kartoj, kaj organizu ilin \n- 📄 Skribu pliajn notojn per marklingvo „Markdown“\n- 🔖 Uzu etikedojn por pli bone organiziĝi\n- 👥 Kunhavigu kun viaj teamo, amikoj, familio\n- 📎 Aldonu dosierojn, kaj enmetu ilin en via „Markdown“-a priskribo\n- 💬 Diskutu kun via teamo pere de la komentoj\n- ⚡ Sekvu la ŝanĝojn per la aktivaĵa fluo\n- 🚀 Organizu vian projekton",
|
|
||||||
"Select the board to link to a project" : "Elekti la tabulon ligotan al projekto",
|
"Select the board to link to a project" : "Elekti la tabulon ligotan al projekto",
|
||||||
"Select board" : "Elekti tabulon",
|
"Select board" : "Elekti tabulon",
|
||||||
"Cancel" : "Nuligi",
|
"Cancel" : "Nuligi",
|
||||||
"File already exists" : "La dosiero jam ekzistas",
|
"File already exists" : "La dosiero jam ekzistas",
|
||||||
|
"Add card" : "Aldoni karton",
|
||||||
"Archived cards" : "Arĥivigitaj kartoj",
|
"Archived cards" : "Arĥivigitaj kartoj",
|
||||||
"Hide archived cards" : "Kaŝi arĥivigitajn kartojn",
|
"Hide archived cards" : "Kaŝi arĥivigitajn kartojn",
|
||||||
"Show archived cards" : "Montri arĥivigitajn kartojn",
|
"Show archived cards" : "Montri arĥivigitajn kartojn",
|
||||||
@@ -87,7 +87,6 @@
|
|||||||
"Can edit" : "Povas redakti",
|
"Can edit" : "Povas redakti",
|
||||||
"Can share" : "Can share",
|
"Can share" : "Can share",
|
||||||
"Delete" : "Forigi",
|
"Delete" : "Forigi",
|
||||||
"Add card" : "Aldoni karton",
|
|
||||||
"Edit" : "Redakti",
|
"Edit" : "Redakti",
|
||||||
"Members" : "Membroj",
|
"Members" : "Membroj",
|
||||||
"Attachments" : "Dosieraj aldonaĵoj",
|
"Attachments" : "Dosieraj aldonaĵoj",
|
||||||
@@ -97,6 +96,8 @@
|
|||||||
"Due date" : "Limdato",
|
"Due date" : "Limdato",
|
||||||
"Remove due date" : "Viŝi limdaton",
|
"Remove due date" : "Viŝi limdaton",
|
||||||
"Select Date" : "Elekti daton",
|
"Select Date" : "Elekti daton",
|
||||||
|
"Today" : "Hodiaŭ",
|
||||||
|
"Tomorrow" : "Morgaŭ",
|
||||||
"Save" : "Konservi",
|
"Save" : "Konservi",
|
||||||
"Reply" : "Respondi",
|
"Reply" : "Respondi",
|
||||||
"Update" : "Ĝisdatigi",
|
"Update" : "Ĝisdatigi",
|
||||||
@@ -112,9 +113,8 @@
|
|||||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limigo de Kartaro („Deck“) baros uzantojn, kiuj ne estas en tiuj grupoj, krei iliajn proprajn tabulojn. Uzantoj tamen eblos labori kun tabuloj kunhavigitaj kun ili.",
|
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Limigo de Kartaro („Deck“) baros uzantojn, kiuj ne estas en tiuj grupoj, krei iliajn proprajn tabulojn. Uzantoj tamen eblos labori kun tabuloj kunhavigitaj kun ili.",
|
||||||
"Edit board" : "Modifi tabulon",
|
"Edit board" : "Modifi tabulon",
|
||||||
"An error occurred" : "Eraro okazis",
|
"An error occurred" : "Eraro okazis",
|
||||||
"Today" : "Hodiaŭ",
|
|
||||||
"Tomorrow" : "Morgaŭ",
|
|
||||||
"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",
|
||||||
|
"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" : "Kartaro („Deck“) estas kanban-eca organiza ilo por mastrumi sian vivon kaj teaman projektaron per Nextcloud.\n\n\n- 📥 Aldonu viajn taskojn al kartoj, kaj organizu ilin \n- 📄 Skribu pliajn notojn per marklingvo „Markdown“\n- 🔖 Uzu etikedojn por pli bone organiziĝi\n- 👥 Kunhavigu kun viaj teamo, amikoj, familio\n- 📎 Aldonu dosierojn, kaj enmetu ilin en via „Markdown“-a priskribo\n- 💬 Diskutu kun via teamo pere de la komentoj\n- ⚡ Sekvu la ŝanĝojn per la aktivaĵa fluo\n- 🚀 Organizu vian projekton"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
16
l10n/es.js
16
l10n/es.js
@@ -104,7 +104,6 @@ OC.L10N.register(
|
|||||||
"Path is already shared with this card" : "La ruta ya se ha compartido con esta tarjeta",
|
"Path is already shared with this card" : "La ruta ya se ha compartido con esta tarjeta",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Fecha no válida, el formato de las fechas debe ser AAAA-MM-DD",
|
"Invalid date, date format must be YYYY-MM-DD" : "Fecha no válida, el formato de las fechas debe ser AAAA-MM-DD",
|
||||||
"Personal planning and team project organization" : "Planificación personal y organización de proyecto de equipo",
|
"Personal planning and team project organization" : "Planificación personal y organización de proyecto de equipo",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto",
|
|
||||||
"Card details" : "Detalles de la tarjeta",
|
"Card details" : "Detalles de la tarjeta",
|
||||||
"Add board" : "Añadir tablero",
|
"Add board" : "Añadir tablero",
|
||||||
"Select the board to link to a project" : "Selecciona el tablero que enlazar a un proyecto",
|
"Select the board to link to a project" : "Selecciona el tablero que enlazar a un proyecto",
|
||||||
@@ -130,6 +129,7 @@ OC.L10N.register(
|
|||||||
"Keep existing file" : "Mantener el archivo existente",
|
"Keep existing file" : "Mantener el archivo existente",
|
||||||
"This board is read only" : "Este tablero es de sólo lectura",
|
"This board is read only" : "Este tablero es de sólo lectura",
|
||||||
"Drop your files to upload" : "Arrastra tus archivos para subir",
|
"Drop your files to upload" : "Arrastra tus archivos para subir",
|
||||||
|
"Add card" : "Añadir tarjeta",
|
||||||
"Archived cards" : "Tarjetas archivadas",
|
"Archived cards" : "Tarjetas archivadas",
|
||||||
"Add list" : "Agregar lista",
|
"Add list" : "Agregar lista",
|
||||||
"List name" : "Nombre de la lista",
|
"List name" : "Nombre de la lista",
|
||||||
@@ -173,7 +173,6 @@ OC.L10N.register(
|
|||||||
"Add a new list" : "Añadir una lista nueva",
|
"Add a new list" : "Añadir una lista nueva",
|
||||||
"Archive all cards" : "Archivar todas las tarjetas",
|
"Archive all cards" : "Archivar todas las tarjetas",
|
||||||
"Delete list" : "Eliminar lista",
|
"Delete list" : "Eliminar lista",
|
||||||
"Add card" : "Añadir tarjeta",
|
|
||||||
"Archive all cards in this list" : "Archivar todas las tarjetas en esta lista",
|
"Archive all cards in this list" : "Archivar todas las tarjetas en esta lista",
|
||||||
"Add a new card" : "Añadir una nueva tarjeta",
|
"Add a new card" : "Añadir una nueva tarjeta",
|
||||||
"Card name" : "Nombre de la tarjeta",
|
"Card name" : "Nombre de la tarjeta",
|
||||||
@@ -185,9 +184,11 @@ OC.L10N.register(
|
|||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Upload new files" : "Subir nuevos archivos",
|
"Upload new files" : "Subir nuevos archivos",
|
||||||
"Share from Files" : "Compartir desde Archivos",
|
"Share from Files" : "Compartir desde Archivos",
|
||||||
|
"Pending share" : "Pendiente de compartir",
|
||||||
"Add this attachment" : "Añadir este adjunto",
|
"Add this attachment" : "Añadir este adjunto",
|
||||||
"Show in Files" : "Mostrar en Archivos",
|
"Show in Files" : "Mostrar en Archivos",
|
||||||
"Unshare file" : "Dejar de compartir archivo",
|
"Download" : "Descargar",
|
||||||
|
"Remove attachment" : "Quitar adjunto",
|
||||||
"Delete Attachment" : "Borrar adjunto",
|
"Delete Attachment" : "Borrar adjunto",
|
||||||
"Restore Attachment" : "Restaurar Adjunto",
|
"Restore Attachment" : "Restaurar Adjunto",
|
||||||
"File to share" : "Archivo a compartir",
|
"File to share" : "Archivo a compartir",
|
||||||
@@ -209,6 +210,10 @@ OC.L10N.register(
|
|||||||
"Set a due date" : "Fijar una fecha límite",
|
"Set a due date" : "Fijar una fecha límite",
|
||||||
"Remove due date" : "Eliminar fecha límite",
|
"Remove due date" : "Eliminar fecha límite",
|
||||||
"Select Date" : "Seleccione la fecha",
|
"Select Date" : "Seleccione la fecha",
|
||||||
|
"Today" : "Hoy",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
|
"Next week" : "Semana siguiente",
|
||||||
|
"Next month" : "Mes siguiente",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"The comment cannot be empty." : "El comentario no puede estar vacío.",
|
"The comment cannot be empty." : "El comentario no puede estar vacío.",
|
||||||
"The comment cannot be longer than 1000 characters." : "El comentario no puede tener más de 1000 caracteres.",
|
"The comment cannot be longer than 1000 characters." : "El comentario no puede tener más de 1000 caracteres.",
|
||||||
@@ -262,8 +267,6 @@ OC.L10N.register(
|
|||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "¿Estas seguro de que quieres eliminar el tablero {title}? Esto eliminará todos los datos del tablero.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "¿Estas seguro de que quieres eliminar el tablero {title}? Esto eliminará todos los datos del tablero.",
|
||||||
"Delete the board?" : "¿Borrar el tablero?",
|
"Delete the board?" : "¿Borrar el tablero?",
|
||||||
"Loading filtered view" : "Cargando vista filtrada",
|
"Loading filtered view" : "Cargando vista filtrada",
|
||||||
"Today" : "Hoy",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta semana",
|
"This week" : "Esta semana",
|
||||||
"No due" : "Sin finalizar",
|
"No due" : "Sin finalizar",
|
||||||
"Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos los tableros",
|
"Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos los tableros",
|
||||||
@@ -280,6 +283,7 @@ OC.L10N.register(
|
|||||||
"Error creating the share" : "Error creando el recurso compartido",
|
"Error creating the share" : "Error creando el recurso compartido",
|
||||||
"Share with a Deck card" : "Compartir con una tarjeta de Deck",
|
"Share with a Deck card" : "Compartir con una tarjeta de Deck",
|
||||||
"Share {file} with a Deck card" : "Compartir {file} con una tarjeta de Deck",
|
"Share {file} with a Deck card" : "Compartir {file} con una tarjeta de Deck",
|
||||||
"Share" : "Compartir"
|
"Share" : "Compartir",
|
||||||
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
16
l10n/es.json
16
l10n/es.json
@@ -102,7 +102,6 @@
|
|||||||
"Path is already shared with this card" : "La ruta ya se ha compartido con esta tarjeta",
|
"Path is already shared with this card" : "La ruta ya se ha compartido con esta tarjeta",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Fecha no válida, el formato de las fechas debe ser AAAA-MM-DD",
|
"Invalid date, date format must be YYYY-MM-DD" : "Fecha no válida, el formato de las fechas debe ser AAAA-MM-DD",
|
||||||
"Personal planning and team project organization" : "Planificación personal y organización de proyecto de equipo",
|
"Personal planning and team project organization" : "Planificación personal y organización de proyecto de equipo",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto",
|
|
||||||
"Card details" : "Detalles de la tarjeta",
|
"Card details" : "Detalles de la tarjeta",
|
||||||
"Add board" : "Añadir tablero",
|
"Add board" : "Añadir tablero",
|
||||||
"Select the board to link to a project" : "Selecciona el tablero que enlazar a un proyecto",
|
"Select the board to link to a project" : "Selecciona el tablero que enlazar a un proyecto",
|
||||||
@@ -128,6 +127,7 @@
|
|||||||
"Keep existing file" : "Mantener el archivo existente",
|
"Keep existing file" : "Mantener el archivo existente",
|
||||||
"This board is read only" : "Este tablero es de sólo lectura",
|
"This board is read only" : "Este tablero es de sólo lectura",
|
||||||
"Drop your files to upload" : "Arrastra tus archivos para subir",
|
"Drop your files to upload" : "Arrastra tus archivos para subir",
|
||||||
|
"Add card" : "Añadir tarjeta",
|
||||||
"Archived cards" : "Tarjetas archivadas",
|
"Archived cards" : "Tarjetas archivadas",
|
||||||
"Add list" : "Agregar lista",
|
"Add list" : "Agregar lista",
|
||||||
"List name" : "Nombre de la lista",
|
"List name" : "Nombre de la lista",
|
||||||
@@ -171,7 +171,6 @@
|
|||||||
"Add a new list" : "Añadir una lista nueva",
|
"Add a new list" : "Añadir una lista nueva",
|
||||||
"Archive all cards" : "Archivar todas las tarjetas",
|
"Archive all cards" : "Archivar todas las tarjetas",
|
||||||
"Delete list" : "Eliminar lista",
|
"Delete list" : "Eliminar lista",
|
||||||
"Add card" : "Añadir tarjeta",
|
|
||||||
"Archive all cards in this list" : "Archivar todas las tarjetas en esta lista",
|
"Archive all cards in this list" : "Archivar todas las tarjetas en esta lista",
|
||||||
"Add a new card" : "Añadir una nueva tarjeta",
|
"Add a new card" : "Añadir una nueva tarjeta",
|
||||||
"Card name" : "Nombre de la tarjeta",
|
"Card name" : "Nombre de la tarjeta",
|
||||||
@@ -183,9 +182,11 @@
|
|||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Upload new files" : "Subir nuevos archivos",
|
"Upload new files" : "Subir nuevos archivos",
|
||||||
"Share from Files" : "Compartir desde Archivos",
|
"Share from Files" : "Compartir desde Archivos",
|
||||||
|
"Pending share" : "Pendiente de compartir",
|
||||||
"Add this attachment" : "Añadir este adjunto",
|
"Add this attachment" : "Añadir este adjunto",
|
||||||
"Show in Files" : "Mostrar en Archivos",
|
"Show in Files" : "Mostrar en Archivos",
|
||||||
"Unshare file" : "Dejar de compartir archivo",
|
"Download" : "Descargar",
|
||||||
|
"Remove attachment" : "Quitar adjunto",
|
||||||
"Delete Attachment" : "Borrar adjunto",
|
"Delete Attachment" : "Borrar adjunto",
|
||||||
"Restore Attachment" : "Restaurar Adjunto",
|
"Restore Attachment" : "Restaurar Adjunto",
|
||||||
"File to share" : "Archivo a compartir",
|
"File to share" : "Archivo a compartir",
|
||||||
@@ -207,6 +208,10 @@
|
|||||||
"Set a due date" : "Fijar una fecha límite",
|
"Set a due date" : "Fijar una fecha límite",
|
||||||
"Remove due date" : "Eliminar fecha límite",
|
"Remove due date" : "Eliminar fecha límite",
|
||||||
"Select Date" : "Seleccione la fecha",
|
"Select Date" : "Seleccione la fecha",
|
||||||
|
"Today" : "Hoy",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
|
"Next week" : "Semana siguiente",
|
||||||
|
"Next month" : "Mes siguiente",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"The comment cannot be empty." : "El comentario no puede estar vacío.",
|
"The comment cannot be empty." : "El comentario no puede estar vacío.",
|
||||||
"The comment cannot be longer than 1000 characters." : "El comentario no puede tener más de 1000 caracteres.",
|
"The comment cannot be longer than 1000 characters." : "El comentario no puede tener más de 1000 caracteres.",
|
||||||
@@ -260,8 +265,6 @@
|
|||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "¿Estas seguro de que quieres eliminar el tablero {title}? Esto eliminará todos los datos del tablero.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "¿Estas seguro de que quieres eliminar el tablero {title}? Esto eliminará todos los datos del tablero.",
|
||||||
"Delete the board?" : "¿Borrar el tablero?",
|
"Delete the board?" : "¿Borrar el tablero?",
|
||||||
"Loading filtered view" : "Cargando vista filtrada",
|
"Loading filtered view" : "Cargando vista filtrada",
|
||||||
"Today" : "Hoy",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta semana",
|
"This week" : "Esta semana",
|
||||||
"No due" : "Sin finalizar",
|
"No due" : "Sin finalizar",
|
||||||
"Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos los tableros",
|
"Search for {searchQuery} in all boards" : "Buscar {searchQuery} en todos los tableros",
|
||||||
@@ -278,6 +281,7 @@
|
|||||||
"Error creating the share" : "Error creando el recurso compartido",
|
"Error creating the share" : "Error creando el recurso compartido",
|
||||||
"Share with a Deck card" : "Compartir con una tarjeta de Deck",
|
"Share with a Deck card" : "Compartir con una tarjeta de Deck",
|
||||||
"Share {file} with a Deck card" : "Compartir {file} con una tarjeta de Deck",
|
"Share {file} with a Deck card" : "Compartir {file} con una tarjeta de Deck",
|
||||||
"Share" : "Compartir"
|
"Share" : "Compartir",
|
||||||
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck es una herramienta de organización de estilo kanban dirigida a la planificación personal y la organización de proyectos para equipos integrados con Nextcloud.\n\n\n- 📥 Agrega tus tareas a las tarjetas y ordénalas.\n- 📄 Escriba notas adicionales\n- 🔖 Asignar etiquetas para una organización mejor\n- 👥 Comparte con tu equipo, amigos o familia.\n- 📎 Adjuntar archivos e incrustarlos en su descripción\n- 💬 Discuta con su equipo usando comentarios.\n- ⚡ Mantenga un registro de los cambios en el flujo de actividad\n- 🚀 Organiza tu proyecto"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -17,6 +17,7 @@ OC.L10N.register(
|
|||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
|
"Add card" : "Agregar tarjeta",
|
||||||
"Filter by tag" : "Filtrar por etiqueta",
|
"Filter by tag" : "Filtrar por etiqueta",
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
@@ -27,7 +28,6 @@ OC.L10N.register(
|
|||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Add card" : "Agregar tarjeta",
|
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Comments" : "Comentarios",
|
"Comments" : "Comentarios",
|
||||||
@@ -35,6 +35,8 @@ OC.L10N.register(
|
|||||||
"Created" : "Creado",
|
"Created" : "Creado",
|
||||||
"Due date" : "Fecha de vencimiento",
|
"Due date" : "Fecha de vencimiento",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Today" : "Hoy",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"Reply" : "Responder",
|
"Reply" : "Responder",
|
||||||
"Update" : "Actualizar",
|
"Update" : "Actualizar",
|
||||||
@@ -46,8 +48,6 @@ OC.L10N.register(
|
|||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"Today" : "Hoy",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
|
"Add card" : "Agregar tarjeta",
|
||||||
"Filter by tag" : "Filtrar por etiqueta",
|
"Filter by tag" : "Filtrar por etiqueta",
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
@@ -25,7 +26,6 @@
|
|||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Add card" : "Agregar tarjeta",
|
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Comments" : "Comentarios",
|
"Comments" : "Comentarios",
|
||||||
@@ -33,6 +33,8 @@
|
|||||||
"Created" : "Creado",
|
"Created" : "Creado",
|
||||||
"Due date" : "Fecha de vencimiento",
|
"Due date" : "Fecha de vencimiento",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Today" : "Hoy",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"Reply" : "Responder",
|
"Reply" : "Responder",
|
||||||
"Update" : "Actualizar",
|
"Update" : "Actualizar",
|
||||||
@@ -44,8 +46,6 @@
|
|||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"Today" : "Hoy",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -12,6 +12,7 @@ OC.L10N.register(
|
|||||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo subido sobrepasa el valor MAX_FILE_SIZE especificada en el formulario HTML",
|
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo subido sobrepasa el valor MAX_FILE_SIZE especificada en el formulario HTML",
|
||||||
"No file was uploaded" : "No se subió ningún archivo ",
|
"No file was uploaded" : "No se subió ningún archivo ",
|
||||||
"Missing a temporary folder" : "Falta un directorio temporal",
|
"Missing a temporary folder" : "Falta un directorio temporal",
|
||||||
|
"Add board" : "Nuevo Tablero",
|
||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
@@ -30,6 +31,8 @@ OC.L10N.register(
|
|||||||
"Created" : "Creado",
|
"Created" : "Creado",
|
||||||
"Due date" : "Fecha de vencimiento",
|
"Due date" : "Fecha de vencimiento",
|
||||||
"Select Date" : "Seleccionar fecha",
|
"Select Date" : "Seleccionar fecha",
|
||||||
|
"Today" : "Hoy",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"Reply" : "Responder",
|
"Reply" : "Responder",
|
||||||
"Update" : "Actualizar",
|
"Update" : "Actualizar",
|
||||||
@@ -37,11 +40,13 @@ OC.L10N.register(
|
|||||||
"Formatting help" : "Ayuda de formato",
|
"Formatting help" : "Ayuda de formato",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"seconds ago" : "segundos",
|
"seconds ago" : "segundos",
|
||||||
|
"All boards" : "Todos los Tableros",
|
||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
|
"Edit board" : "Editar Tablero",
|
||||||
|
"Clone board" : "Clonar Tablero",
|
||||||
|
"Delete board" : "Eliminar Tablero",
|
||||||
"An error occurred" : "Ocurrió un error",
|
"An error occurred" : "Ocurrió un error",
|
||||||
"Today" : "Hoy",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo subido sobrepasa el valor MAX_FILE_SIZE especificada en el formulario HTML",
|
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo subido sobrepasa el valor MAX_FILE_SIZE especificada en el formulario HTML",
|
||||||
"No file was uploaded" : "No se subió ningún archivo ",
|
"No file was uploaded" : "No se subió ningún archivo ",
|
||||||
"Missing a temporary folder" : "Falta un directorio temporal",
|
"Missing a temporary folder" : "Falta un directorio temporal",
|
||||||
|
"Add board" : "Nuevo Tablero",
|
||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
@@ -28,6 +29,8 @@
|
|||||||
"Created" : "Creado",
|
"Created" : "Creado",
|
||||||
"Due date" : "Fecha de vencimiento",
|
"Due date" : "Fecha de vencimiento",
|
||||||
"Select Date" : "Seleccionar fecha",
|
"Select Date" : "Seleccionar fecha",
|
||||||
|
"Today" : "Hoy",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"Reply" : "Responder",
|
"Reply" : "Responder",
|
||||||
"Update" : "Actualizar",
|
"Update" : "Actualizar",
|
||||||
@@ -35,11 +38,13 @@
|
|||||||
"Formatting help" : "Ayuda de formato",
|
"Formatting help" : "Ayuda de formato",
|
||||||
"(group)" : "(grupo)",
|
"(group)" : "(grupo)",
|
||||||
"seconds ago" : "segundos",
|
"seconds ago" : "segundos",
|
||||||
|
"All boards" : "Todos los Tableros",
|
||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
|
"Edit board" : "Editar Tablero",
|
||||||
|
"Clone board" : "Clonar Tablero",
|
||||||
|
"Delete board" : "Eliminar Tablero",
|
||||||
"An error occurred" : "Ocurrió un error",
|
"An error occurred" : "Ocurrió un error",
|
||||||
"Today" : "Hoy",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -21,6 +21,7 @@ OC.L10N.register(
|
|||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
|
"Add card" : "Agregar tarjeta",
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -30,7 +31,6 @@ OC.L10N.register(
|
|||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Add card" : "Agregar tarjeta",
|
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Comments" : "Comentarios",
|
"Comments" : "Comentarios",
|
||||||
@@ -38,6 +38,8 @@ OC.L10N.register(
|
|||||||
"Created" : "Creado",
|
"Created" : "Creado",
|
||||||
"Due date" : "Fecha de vencimiento",
|
"Due date" : "Fecha de vencimiento",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Today" : "Hoy",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"Reply" : "Responder",
|
"Reply" : "Responder",
|
||||||
"Update" : "Actualizar",
|
"Update" : "Actualizar",
|
||||||
@@ -49,8 +51,6 @@ OC.L10N.register(
|
|||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"Today" : "Hoy",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -19,6 +19,7 @@
|
|||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
|
"Add card" : "Agregar tarjeta",
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -28,7 +29,6 @@
|
|||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Add card" : "Agregar tarjeta",
|
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Comments" : "Comentarios",
|
"Comments" : "Comentarios",
|
||||||
@@ -36,6 +36,8 @@
|
|||||||
"Created" : "Creado",
|
"Created" : "Creado",
|
||||||
"Due date" : "Fecha de vencimiento",
|
"Due date" : "Fecha de vencimiento",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Today" : "Hoy",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"Reply" : "Responder",
|
"Reply" : "Responder",
|
||||||
"Update" : "Actualizar",
|
"Update" : "Actualizar",
|
||||||
@@ -47,8 +49,6 @@
|
|||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"Today" : "Hoy",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -22,6 +22,7 @@ OC.L10N.register(
|
|||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
|
"Add card" : "Agregar tarjeta",
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -31,7 +32,6 @@ OC.L10N.register(
|
|||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Add card" : "Agregar tarjeta",
|
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Comments" : "Comentarios",
|
"Comments" : "Comentarios",
|
||||||
@@ -39,6 +39,8 @@ OC.L10N.register(
|
|||||||
"Created" : "Creado",
|
"Created" : "Creado",
|
||||||
"Due date" : "Fecha de vencimiento",
|
"Due date" : "Fecha de vencimiento",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Today" : "Hoy",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"Reply" : "Responder",
|
"Reply" : "Responder",
|
||||||
"Update" : "Actualizar",
|
"Update" : "Actualizar",
|
||||||
@@ -50,8 +52,6 @@ OC.L10N.register(
|
|||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"Today" : "Hoy",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
|
"Add card" : "Agregar tarjeta",
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -29,7 +30,6 @@
|
|||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Add card" : "Agregar tarjeta",
|
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Comments" : "Comentarios",
|
"Comments" : "Comentarios",
|
||||||
@@ -37,6 +37,8 @@
|
|||||||
"Created" : "Creado",
|
"Created" : "Creado",
|
||||||
"Due date" : "Fecha de vencimiento",
|
"Due date" : "Fecha de vencimiento",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Today" : "Hoy",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"Reply" : "Responder",
|
"Reply" : "Responder",
|
||||||
"Update" : "Actualizar",
|
"Update" : "Actualizar",
|
||||||
@@ -48,8 +50,6 @@
|
|||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"Today" : "Hoy",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -21,6 +21,7 @@ OC.L10N.register(
|
|||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
|
"Add card" : "Agregar tarjeta",
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -30,7 +31,6 @@ OC.L10N.register(
|
|||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Add card" : "Agregar tarjeta",
|
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Comments" : "Comentarios",
|
"Comments" : "Comentarios",
|
||||||
@@ -38,6 +38,8 @@ OC.L10N.register(
|
|||||||
"Created" : "Creado",
|
"Created" : "Creado",
|
||||||
"Due date" : "Fecha de vencimiento",
|
"Due date" : "Fecha de vencimiento",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Today" : "Hoy",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"Reply" : "Responder",
|
"Reply" : "Responder",
|
||||||
"Update" : "Actualizar",
|
"Update" : "Actualizar",
|
||||||
@@ -49,8 +51,6 @@ OC.L10N.register(
|
|||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"Today" : "Hoy",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -19,6 +19,7 @@
|
|||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
|
"Add card" : "Agregar tarjeta",
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -28,7 +29,6 @@
|
|||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Add card" : "Agregar tarjeta",
|
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Comments" : "Comentarios",
|
"Comments" : "Comentarios",
|
||||||
@@ -36,6 +36,8 @@
|
|||||||
"Created" : "Creado",
|
"Created" : "Creado",
|
||||||
"Due date" : "Fecha de vencimiento",
|
"Due date" : "Fecha de vencimiento",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Today" : "Hoy",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"Reply" : "Responder",
|
"Reply" : "Responder",
|
||||||
"Update" : "Actualizar",
|
"Update" : "Actualizar",
|
||||||
@@ -47,8 +49,6 @@
|
|||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"Today" : "Hoy",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -21,6 +21,7 @@ OC.L10N.register(
|
|||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
|
"Add card" : "Agregar tarjeta",
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -30,7 +31,6 @@ OC.L10N.register(
|
|||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Add card" : "Agregar tarjeta",
|
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Comments" : "Comentarios",
|
"Comments" : "Comentarios",
|
||||||
@@ -38,6 +38,8 @@ OC.L10N.register(
|
|||||||
"Created" : "Creado",
|
"Created" : "Creado",
|
||||||
"Due date" : "Fecha de vencimiento",
|
"Due date" : "Fecha de vencimiento",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Today" : "Hoy",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"Reply" : "Responder",
|
"Reply" : "Responder",
|
||||||
"Update" : "Actualizar",
|
"Update" : "Actualizar",
|
||||||
@@ -49,8 +51,6 @@ OC.L10N.register(
|
|||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"Today" : "Hoy",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -19,6 +19,7 @@
|
|||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
|
"Add card" : "Agregar tarjeta",
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -28,7 +29,6 @@
|
|||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Add card" : "Agregar tarjeta",
|
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Comments" : "Comentarios",
|
"Comments" : "Comentarios",
|
||||||
@@ -36,6 +36,8 @@
|
|||||||
"Created" : "Creado",
|
"Created" : "Creado",
|
||||||
"Due date" : "Fecha de vencimiento",
|
"Due date" : "Fecha de vencimiento",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Today" : "Hoy",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"Reply" : "Responder",
|
"Reply" : "Responder",
|
||||||
"Update" : "Actualizar",
|
"Update" : "Actualizar",
|
||||||
@@ -47,8 +49,6 @@
|
|||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"Today" : "Hoy",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -21,6 +21,7 @@ OC.L10N.register(
|
|||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
|
"Add card" : "Agregar tarjeta",
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -30,7 +31,6 @@ OC.L10N.register(
|
|||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Add card" : "Agregar tarjeta",
|
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Comments" : "Comentarios",
|
"Comments" : "Comentarios",
|
||||||
@@ -38,6 +38,8 @@ OC.L10N.register(
|
|||||||
"Created" : "Creado",
|
"Created" : "Creado",
|
||||||
"Due date" : "Fecha de vencimiento",
|
"Due date" : "Fecha de vencimiento",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Today" : "Hoy",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"Reply" : "Responder",
|
"Reply" : "Responder",
|
||||||
"Update" : "Actualizar",
|
"Update" : "Actualizar",
|
||||||
@@ -49,8 +51,6 @@ OC.L10N.register(
|
|||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"Today" : "Hoy",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -19,6 +19,7 @@
|
|||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
|
"Add card" : "Agregar tarjeta",
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -28,7 +29,6 @@
|
|||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Add card" : "Agregar tarjeta",
|
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Comments" : "Comentarios",
|
"Comments" : "Comentarios",
|
||||||
@@ -36,6 +36,8 @@
|
|||||||
"Created" : "Creado",
|
"Created" : "Creado",
|
||||||
"Due date" : "Fecha de vencimiento",
|
"Due date" : "Fecha de vencimiento",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Today" : "Hoy",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"Reply" : "Responder",
|
"Reply" : "Responder",
|
||||||
"Update" : "Actualizar",
|
"Update" : "Actualizar",
|
||||||
@@ -47,8 +49,6 @@
|
|||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"Today" : "Hoy",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -21,6 +21,7 @@ OC.L10N.register(
|
|||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
|
"Add card" : "Agregar tarjeta",
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -30,7 +31,6 @@ OC.L10N.register(
|
|||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Add card" : "Agregar tarjeta",
|
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Comments" : "Comentarios",
|
"Comments" : "Comentarios",
|
||||||
@@ -38,6 +38,8 @@ OC.L10N.register(
|
|||||||
"Created" : "Creado",
|
"Created" : "Creado",
|
||||||
"Due date" : "Fecha de vencimiento",
|
"Due date" : "Fecha de vencimiento",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Today" : "Hoy",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"Reply" : "Responder",
|
"Reply" : "Responder",
|
||||||
"Update" : "Actualizar",
|
"Update" : "Actualizar",
|
||||||
@@ -49,8 +51,6 @@ OC.L10N.register(
|
|||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"Today" : "Hoy",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -19,6 +19,7 @@
|
|||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
|
"Add card" : "Agregar tarjeta",
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -28,7 +29,6 @@
|
|||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Add card" : "Agregar tarjeta",
|
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Comments" : "Comentarios",
|
"Comments" : "Comentarios",
|
||||||
@@ -36,6 +36,8 @@
|
|||||||
"Created" : "Creado",
|
"Created" : "Creado",
|
||||||
"Due date" : "Fecha de vencimiento",
|
"Due date" : "Fecha de vencimiento",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Today" : "Hoy",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"Reply" : "Responder",
|
"Reply" : "Responder",
|
||||||
"Update" : "Actualizar",
|
"Update" : "Actualizar",
|
||||||
@@ -47,8 +49,6 @@
|
|||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"Today" : "Hoy",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -17,6 +17,7 @@ OC.L10N.register(
|
|||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
|
"Add card" : "Agregar tarjeta",
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -26,7 +27,6 @@ OC.L10N.register(
|
|||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Add card" : "Agregar tarjeta",
|
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Comments" : "Comentarios",
|
"Comments" : "Comentarios",
|
||||||
@@ -34,6 +34,8 @@ OC.L10N.register(
|
|||||||
"Created" : "Creado",
|
"Created" : "Creado",
|
||||||
"Due date" : "Fecha de vencimiento",
|
"Due date" : "Fecha de vencimiento",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Today" : "Hoy",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"Reply" : "Responder",
|
"Reply" : "Responder",
|
||||||
"Update" : "Actualizar",
|
"Update" : "Actualizar",
|
||||||
@@ -45,8 +47,6 @@ OC.L10N.register(
|
|||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"Today" : "Hoy",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
|
"Add card" : "Agregar tarjeta",
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -24,7 +25,6 @@
|
|||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Add card" : "Agregar tarjeta",
|
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Comments" : "Comentarios",
|
"Comments" : "Comentarios",
|
||||||
@@ -32,6 +32,8 @@
|
|||||||
"Created" : "Creado",
|
"Created" : "Creado",
|
||||||
"Due date" : "Fecha de vencimiento",
|
"Due date" : "Fecha de vencimiento",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Today" : "Hoy",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"Reply" : "Responder",
|
"Reply" : "Responder",
|
||||||
"Update" : "Actualizar",
|
"Update" : "Actualizar",
|
||||||
@@ -43,8 +45,6 @@
|
|||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"Today" : "Hoy",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -21,6 +21,7 @@ OC.L10N.register(
|
|||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
|
"Add card" : "Agregar tarjeta",
|
||||||
"Filter by tag" : "Filtrar por etiqueta",
|
"Filter by tag" : "Filtrar por etiqueta",
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
@@ -31,7 +32,6 @@ OC.L10N.register(
|
|||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Add card" : "Agregar tarjeta",
|
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Attachments" : "Adjuntos",
|
"Attachments" : "Adjuntos",
|
||||||
@@ -40,6 +40,8 @@ OC.L10N.register(
|
|||||||
"Created" : "Creado",
|
"Created" : "Creado",
|
||||||
"Due date" : "Fecha de vencimiento",
|
"Due date" : "Fecha de vencimiento",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Today" : "Hoy",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"Reply" : "Responder",
|
"Reply" : "Responder",
|
||||||
"Update" : "Actualizar",
|
"Update" : "Actualizar",
|
||||||
@@ -52,8 +54,6 @@ OC.L10N.register(
|
|||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"An error occurred" : "Ha ocurrido un error",
|
"An error occurred" : "Ha ocurrido un error",
|
||||||
"Today" : "Hoy",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -19,6 +19,7 @@
|
|||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
|
"Add card" : "Agregar tarjeta",
|
||||||
"Filter by tag" : "Filtrar por etiqueta",
|
"Filter by tag" : "Filtrar por etiqueta",
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
@@ -29,7 +30,6 @@
|
|||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Add card" : "Agregar tarjeta",
|
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Attachments" : "Adjuntos",
|
"Attachments" : "Adjuntos",
|
||||||
@@ -38,6 +38,8 @@
|
|||||||
"Created" : "Creado",
|
"Created" : "Creado",
|
||||||
"Due date" : "Fecha de vencimiento",
|
"Due date" : "Fecha de vencimiento",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Today" : "Hoy",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"Reply" : "Responder",
|
"Reply" : "Responder",
|
||||||
"Update" : "Actualizar",
|
"Update" : "Actualizar",
|
||||||
@@ -50,8 +52,6 @@
|
|||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"An error occurred" : "Ha ocurrido un error",
|
"An error occurred" : "Ha ocurrido un error",
|
||||||
"Today" : "Hoy",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -17,6 +17,7 @@ OC.L10N.register(
|
|||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
|
"Add card" : "Agregar tarjeta",
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -26,7 +27,6 @@ OC.L10N.register(
|
|||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Add card" : "Agregar tarjeta",
|
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Comments" : "Comentarios",
|
"Comments" : "Comentarios",
|
||||||
@@ -34,6 +34,8 @@ OC.L10N.register(
|
|||||||
"Created" : "Creado",
|
"Created" : "Creado",
|
||||||
"Due date" : "Fecha de vencimiento",
|
"Due date" : "Fecha de vencimiento",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Today" : "Hoy",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"Reply" : "Responder",
|
"Reply" : "Responder",
|
||||||
"Update" : "Actualizar",
|
"Update" : "Actualizar",
|
||||||
@@ -45,8 +47,6 @@ OC.L10N.register(
|
|||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"Today" : "Hoy",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
|
"Add card" : "Agregar tarjeta",
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -24,7 +25,6 @@
|
|||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Add card" : "Agregar tarjeta",
|
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Comments" : "Comentarios",
|
"Comments" : "Comentarios",
|
||||||
@@ -32,6 +32,8 @@
|
|||||||
"Created" : "Creado",
|
"Created" : "Creado",
|
||||||
"Due date" : "Fecha de vencimiento",
|
"Due date" : "Fecha de vencimiento",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Today" : "Hoy",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"Reply" : "Responder",
|
"Reply" : "Responder",
|
||||||
"Update" : "Actualizar",
|
"Update" : "Actualizar",
|
||||||
@@ -43,8 +45,6 @@
|
|||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"Today" : "Hoy",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -17,6 +17,7 @@ OC.L10N.register(
|
|||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
|
"Add card" : "Agregar tarjeta",
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -26,7 +27,6 @@ OC.L10N.register(
|
|||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Add card" : "Agregar tarjeta",
|
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Comments" : "Comentarios",
|
"Comments" : "Comentarios",
|
||||||
@@ -34,6 +34,8 @@ OC.L10N.register(
|
|||||||
"Created" : "Creado",
|
"Created" : "Creado",
|
||||||
"Due date" : "Fecha de vencimiento",
|
"Due date" : "Fecha de vencimiento",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Today" : "Hoy",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"Reply" : "Responder",
|
"Reply" : "Responder",
|
||||||
"Update" : "Actualizar",
|
"Update" : "Actualizar",
|
||||||
@@ -45,8 +47,6 @@ OC.L10N.register(
|
|||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"Today" : "Hoy",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
|
"Add card" : "Agregar tarjeta",
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -24,7 +25,6 @@
|
|||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Add card" : "Agregar tarjeta",
|
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Comments" : "Comentarios",
|
"Comments" : "Comentarios",
|
||||||
@@ -32,6 +32,8 @@
|
|||||||
"Created" : "Creado",
|
"Created" : "Creado",
|
||||||
"Due date" : "Fecha de vencimiento",
|
"Due date" : "Fecha de vencimiento",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Today" : "Hoy",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"Reply" : "Responder",
|
"Reply" : "Responder",
|
||||||
"Update" : "Actualizar",
|
"Update" : "Actualizar",
|
||||||
@@ -43,8 +45,6 @@
|
|||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"Today" : "Hoy",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -17,6 +17,7 @@ OC.L10N.register(
|
|||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
|
"Add card" : "Agregar tarjeta",
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -26,7 +27,6 @@ OC.L10N.register(
|
|||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Add card" : "Agregar tarjeta",
|
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Comments" : "Comentarios",
|
"Comments" : "Comentarios",
|
||||||
@@ -34,6 +34,8 @@ OC.L10N.register(
|
|||||||
"Created" : "Creado",
|
"Created" : "Creado",
|
||||||
"Due date" : "Fecha de vencimiento",
|
"Due date" : "Fecha de vencimiento",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Today" : "Hoy",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"Reply" : "Responder",
|
"Reply" : "Responder",
|
||||||
"Update" : "Actualizar",
|
"Update" : "Actualizar",
|
||||||
@@ -45,8 +47,6 @@ OC.L10N.register(
|
|||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"Today" : "Hoy",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
|
"Add card" : "Agregar tarjeta",
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -24,7 +25,6 @@
|
|||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Add card" : "Agregar tarjeta",
|
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Comments" : "Comentarios",
|
"Comments" : "Comentarios",
|
||||||
@@ -32,6 +32,8 @@
|
|||||||
"Created" : "Creado",
|
"Created" : "Creado",
|
||||||
"Due date" : "Fecha de vencimiento",
|
"Due date" : "Fecha de vencimiento",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Today" : "Hoy",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"Reply" : "Responder",
|
"Reply" : "Responder",
|
||||||
"Update" : "Actualizar",
|
"Update" : "Actualizar",
|
||||||
@@ -43,8 +45,6 @@
|
|||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"Today" : "Hoy",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -17,6 +17,7 @@ OC.L10N.register(
|
|||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
|
"Add card" : "Agregar tarjeta",
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -26,7 +27,6 @@ OC.L10N.register(
|
|||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Add card" : "Agregar tarjeta",
|
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Comments" : "Comentarios",
|
"Comments" : "Comentarios",
|
||||||
@@ -34,6 +34,8 @@ OC.L10N.register(
|
|||||||
"Created" : "Creado",
|
"Created" : "Creado",
|
||||||
"Due date" : "Fecha de vencimiento",
|
"Due date" : "Fecha de vencimiento",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Today" : "Hoy",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"Reply" : "Responder",
|
"Reply" : "Responder",
|
||||||
"Update" : "Actualizar",
|
"Update" : "Actualizar",
|
||||||
@@ -45,8 +47,6 @@ OC.L10N.register(
|
|||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"Today" : "Hoy",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
|
"Add card" : "Agregar tarjeta",
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -24,7 +25,6 @@
|
|||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Add card" : "Agregar tarjeta",
|
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Comments" : "Comentarios",
|
"Comments" : "Comentarios",
|
||||||
@@ -32,6 +32,8 @@
|
|||||||
"Created" : "Creado",
|
"Created" : "Creado",
|
||||||
"Due date" : "Fecha de vencimiento",
|
"Due date" : "Fecha de vencimiento",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Today" : "Hoy",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"Reply" : "Responder",
|
"Reply" : "Responder",
|
||||||
"Update" : "Actualizar",
|
"Update" : "Actualizar",
|
||||||
@@ -43,8 +45,6 @@
|
|||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"Today" : "Hoy",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -18,6 +18,7 @@ OC.L10N.register(
|
|||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
|
"Add card" : "Agregar tarjeta",
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -27,7 +28,6 @@ OC.L10N.register(
|
|||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Add card" : "Agregar tarjeta",
|
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Comments" : "Comentarios",
|
"Comments" : "Comentarios",
|
||||||
@@ -35,6 +35,8 @@ OC.L10N.register(
|
|||||||
"Created" : "Creado",
|
"Created" : "Creado",
|
||||||
"Due date" : "Fecha de vencimiento",
|
"Due date" : "Fecha de vencimiento",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Today" : "Hoy",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"Reply" : "Responder",
|
"Reply" : "Responder",
|
||||||
"Update" : "Actualizar",
|
"Update" : "Actualizar",
|
||||||
@@ -47,8 +49,6 @@ OC.L10N.register(
|
|||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"An error occurred" : "Se presentó un error",
|
"An error occurred" : "Se presentó un error",
|
||||||
"Today" : "Hoy",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
|
"Add card" : "Agregar tarjeta",
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -25,7 +26,6 @@
|
|||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Add card" : "Agregar tarjeta",
|
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Comments" : "Comentarios",
|
"Comments" : "Comentarios",
|
||||||
@@ -33,6 +33,8 @@
|
|||||||
"Created" : "Creado",
|
"Created" : "Creado",
|
||||||
"Due date" : "Fecha de vencimiento",
|
"Due date" : "Fecha de vencimiento",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Today" : "Hoy",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"Reply" : "Responder",
|
"Reply" : "Responder",
|
||||||
"Update" : "Actualizar",
|
"Update" : "Actualizar",
|
||||||
@@ -45,8 +47,6 @@
|
|||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"An error occurred" : "Se presentó un error",
|
"An error occurred" : "Se presentó un error",
|
||||||
"Today" : "Hoy",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -21,6 +21,7 @@ OC.L10N.register(
|
|||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
|
"Add card" : "Agregar tarjeta",
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -30,7 +31,6 @@ OC.L10N.register(
|
|||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Add card" : "Agregar tarjeta",
|
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Comments" : "Comentarios",
|
"Comments" : "Comentarios",
|
||||||
@@ -38,6 +38,8 @@ OC.L10N.register(
|
|||||||
"Created" : "Creado",
|
"Created" : "Creado",
|
||||||
"Due date" : "Fecha de vencimiento",
|
"Due date" : "Fecha de vencimiento",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Today" : "Hoy",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"Reply" : "Responder",
|
"Reply" : "Responder",
|
||||||
"Update" : "Actualizar",
|
"Update" : "Actualizar",
|
||||||
@@ -49,8 +51,6 @@ OC.L10N.register(
|
|||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"Today" : "Hoy",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -19,6 +19,7 @@
|
|||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
|
"Add card" : "Agregar tarjeta",
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -28,7 +29,6 @@
|
|||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Add card" : "Agregar tarjeta",
|
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Comments" : "Comentarios",
|
"Comments" : "Comentarios",
|
||||||
@@ -36,6 +36,8 @@
|
|||||||
"Created" : "Creado",
|
"Created" : "Creado",
|
||||||
"Due date" : "Fecha de vencimiento",
|
"Due date" : "Fecha de vencimiento",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Today" : "Hoy",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"Reply" : "Responder",
|
"Reply" : "Responder",
|
||||||
"Update" : "Actualizar",
|
"Update" : "Actualizar",
|
||||||
@@ -47,8 +49,6 @@
|
|||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"Today" : "Hoy",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -17,6 +17,7 @@ OC.L10N.register(
|
|||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
|
"Add card" : "Agregar tarjeta",
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -26,7 +27,6 @@ OC.L10N.register(
|
|||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Add card" : "Agregar tarjeta",
|
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Comments" : "Comentarios",
|
"Comments" : "Comentarios",
|
||||||
@@ -34,6 +34,8 @@ OC.L10N.register(
|
|||||||
"Created" : "Creado",
|
"Created" : "Creado",
|
||||||
"Due date" : "Fecha de vencimiento",
|
"Due date" : "Fecha de vencimiento",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Today" : "Hoy",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"Reply" : "Responder",
|
"Reply" : "Responder",
|
||||||
"Update" : "Actualizar",
|
"Update" : "Actualizar",
|
||||||
@@ -45,8 +47,6 @@ OC.L10N.register(
|
|||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"Today" : "Hoy",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
"File already exists" : "El archivo ya existe",
|
"File already exists" : "El archivo ya existe",
|
||||||
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
"Do you want to overwrite it?" : "¿Deseas sobre escribirlo?",
|
||||||
|
"Add card" : "Agregar tarjeta",
|
||||||
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
"Hide archived cards" : "Ocultar tarjetas archivadas",
|
||||||
"Show archived cards" : "Mostrar tarjetas archivadas",
|
"Show archived cards" : "Mostrar tarjetas archivadas",
|
||||||
"Details" : "Detalles",
|
"Details" : "Detalles",
|
||||||
@@ -24,7 +25,6 @@
|
|||||||
"Can edit" : "Puede editar",
|
"Can edit" : "Puede editar",
|
||||||
"Can share" : "Puede compartir",
|
"Can share" : "Puede compartir",
|
||||||
"Delete" : "Borrar",
|
"Delete" : "Borrar",
|
||||||
"Add card" : "Agregar tarjeta",
|
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Members" : "Miembros",
|
"Members" : "Miembros",
|
||||||
"Comments" : "Comentarios",
|
"Comments" : "Comentarios",
|
||||||
@@ -32,6 +32,8 @@
|
|||||||
"Created" : "Creado",
|
"Created" : "Creado",
|
||||||
"Due date" : "Fecha de vencimiento",
|
"Due date" : "Fecha de vencimiento",
|
||||||
"Remove due date" : "Eliminar fecha de expiración",
|
"Remove due date" : "Eliminar fecha de expiración",
|
||||||
|
"Today" : "Hoy",
|
||||||
|
"Tomorrow" : "Mañana",
|
||||||
"Save" : "Guardar",
|
"Save" : "Guardar",
|
||||||
"Reply" : "Responder",
|
"Reply" : "Responder",
|
||||||
"Update" : "Actualizar",
|
"Update" : "Actualizar",
|
||||||
@@ -43,8 +45,6 @@
|
|||||||
"Shared with you" : "Compartido con usted",
|
"Shared with you" : "Compartido con usted",
|
||||||
"Board details" : "Detalles del tablero",
|
"Board details" : "Detalles del tablero",
|
||||||
"Edit board" : "Editar el tablero",
|
"Edit board" : "Editar el tablero",
|
||||||
"Today" : "Hoy",
|
|
||||||
"Tomorrow" : "Mañana",
|
|
||||||
"This week" : "Esta semana"
|
"This week" : "Esta semana"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -21,6 +21,8 @@ OC.L10N.register(
|
|||||||
"Modified" : "Muudetud",
|
"Modified" : "Muudetud",
|
||||||
"Created" : "Loodud",
|
"Created" : "Loodud",
|
||||||
"Due date" : "Tähtaeg",
|
"Due date" : "Tähtaeg",
|
||||||
|
"Today" : "Täna",
|
||||||
|
"Tomorrow" : "Homme",
|
||||||
"Save" : "Salvesta",
|
"Save" : "Salvesta",
|
||||||
"Reply" : "Vasta",
|
"Reply" : "Vasta",
|
||||||
"Update" : "Uuenda",
|
"Update" : "Uuenda",
|
||||||
@@ -29,8 +31,6 @@ OC.L10N.register(
|
|||||||
"Delete card" : "Kustuta kaart",
|
"Delete card" : "Kustuta kaart",
|
||||||
"seconds ago" : "sekundit tagasi",
|
"seconds ago" : "sekundit tagasi",
|
||||||
"Shared with you" : "Sinuga jagatud",
|
"Shared with you" : "Sinuga jagatud",
|
||||||
"An error occurred" : "Tekkis tõrge",
|
"An error occurred" : "Tekkis tõrge"
|
||||||
"Today" : "Täna",
|
|
||||||
"Tomorrow" : "Homme"
|
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -19,6 +19,8 @@
|
|||||||
"Modified" : "Muudetud",
|
"Modified" : "Muudetud",
|
||||||
"Created" : "Loodud",
|
"Created" : "Loodud",
|
||||||
"Due date" : "Tähtaeg",
|
"Due date" : "Tähtaeg",
|
||||||
|
"Today" : "Täna",
|
||||||
|
"Tomorrow" : "Homme",
|
||||||
"Save" : "Salvesta",
|
"Save" : "Salvesta",
|
||||||
"Reply" : "Vasta",
|
"Reply" : "Vasta",
|
||||||
"Update" : "Uuenda",
|
"Update" : "Uuenda",
|
||||||
@@ -27,8 +29,6 @@
|
|||||||
"Delete card" : "Kustuta kaart",
|
"Delete card" : "Kustuta kaart",
|
||||||
"seconds ago" : "sekundit tagasi",
|
"seconds ago" : "sekundit tagasi",
|
||||||
"Shared with you" : "Sinuga jagatud",
|
"Shared with you" : "Sinuga jagatud",
|
||||||
"An error occurred" : "Tekkis tõrge",
|
"An error occurred" : "Tekkis tõrge"
|
||||||
"Today" : "Täna",
|
|
||||||
"Tomorrow" : "Homme"
|
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
19
l10n/eu.js
19
l10n/eu.js
@@ -104,7 +104,6 @@ OC.L10N.register(
|
|||||||
"Path is already shared with this card" : "Bidea dagoeneko partekatu da txartel honekin",
|
"Path is already shared with this card" : "Bidea dagoeneko partekatu da txartel honekin",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Data baliogabea, dataren formatuak UUUU-HH-EE izan behar du",
|
"Invalid date, date format must be YYYY-MM-DD" : "Data baliogabea, dataren formatuak UUUU-HH-EE izan behar du",
|
||||||
"Personal planning and team project organization" : "Plangintza pertsonala eta talde proiektuen kudeaketa",
|
"Personal planning and team project organization" : "Plangintza pertsonala eta talde proiektuen kudeaketa",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck aplikazioa plangintza pertsonalera eta proiektuen antolaketara zuzenduta dagoen Nextcloudekin integratutako kanban moduko tresna bat da.\n\n\n- 📥 Gehitu atazak txarteletan eta ordenatu\n- 📄 Idatzi ohar gehigarriak markdown erabiliz\n- 🔖 Esleitu etiketak antolaketa are gehiago hobetzeko\n- 👥 Partekatu zure talde, lagun edo familiarekin\n- 📎 Erantsi fitxategiak eta kapsulatu zure markdown deskribapenean\n- 💬 Eztabaidatu zure taldearekin iruzkinak erabiliz\n- ⚡ Egin aldaketen jarraipena jarduera jarioa erabiliz\n- 🚀 Antolatu zure proiektua",
|
|
||||||
"Card details" : "Txartelaren xehetasunak",
|
"Card details" : "Txartelaren xehetasunak",
|
||||||
"Add board" : "Gehitu mahaia",
|
"Add board" : "Gehitu mahaia",
|
||||||
"Select the board to link to a project" : "Hautatu taula proiektu bati estekatzeko",
|
"Select the board to link to a project" : "Hautatu taula proiektu bati estekatzeko",
|
||||||
@@ -130,6 +129,7 @@ OC.L10N.register(
|
|||||||
"Keep existing file" : "Mantendu dagoen fitxategia",
|
"Keep existing file" : "Mantendu dagoen fitxategia",
|
||||||
"This board is read only" : "Mahai hau irakurtzeko soilik da",
|
"This board is read only" : "Mahai hau irakurtzeko soilik da",
|
||||||
"Drop your files to upload" : "Jaregin zure fitxategiak kargatzeko",
|
"Drop your files to upload" : "Jaregin zure fitxategiak kargatzeko",
|
||||||
|
"Add card" : "Gehitu txartela",
|
||||||
"Archived cards" : "Artxibatutako txartelak",
|
"Archived cards" : "Artxibatutako txartelak",
|
||||||
"Add list" : "Gehitu zerrenda",
|
"Add list" : "Gehitu zerrenda",
|
||||||
"List name" : "Zerrendaren izena",
|
"List name" : "Zerrendaren izena",
|
||||||
@@ -173,7 +173,6 @@ OC.L10N.register(
|
|||||||
"Add a new list" : "Gehitu zerrenda berria",
|
"Add a new list" : "Gehitu zerrenda berria",
|
||||||
"Archive all cards" : "Artxibatu txartel guztiak",
|
"Archive all cards" : "Artxibatu txartel guztiak",
|
||||||
"Delete list" : "Zerrenda ezabatu",
|
"Delete list" : "Zerrenda ezabatu",
|
||||||
"Add card" : "Gehitu txartela",
|
|
||||||
"Archive all cards in this list" : "Artxibatu zerrenda honetako txartel guztiak",
|
"Archive all cards in this list" : "Artxibatu zerrenda honetako txartel guztiak",
|
||||||
"Add a new card" : "Gehitu txartel berri bat",
|
"Add a new card" : "Gehitu txartel berri bat",
|
||||||
"Card name" : "Txartel izena",
|
"Card name" : "Txartel izena",
|
||||||
@@ -185,9 +184,11 @@ OC.L10N.register(
|
|||||||
"Members" : "Partaideak",
|
"Members" : "Partaideak",
|
||||||
"Upload new files" : "Kargatu fitxategi berriak",
|
"Upload new files" : "Kargatu fitxategi berriak",
|
||||||
"Share from Files" : "Partekatu Fitxategiak-etik",
|
"Share from Files" : "Partekatu Fitxategiak-etik",
|
||||||
|
"Pending share" : "Partekatzeko zain",
|
||||||
"Add this attachment" : "Gehitu eranskin hau",
|
"Add this attachment" : "Gehitu eranskin hau",
|
||||||
"Show in Files" : "Erakutsi fitxategietan",
|
"Show in Files" : "Erakutsi fitxategietan",
|
||||||
"Unshare file" : "Utzi fitxategia partekatzen",
|
"Download" : "Deskargatu",
|
||||||
|
"Remove attachment" : "Kendu eranskina",
|
||||||
"Delete Attachment" : "Ezabatu eranskina",
|
"Delete Attachment" : "Ezabatu eranskina",
|
||||||
"Restore Attachment" : "Berezarri eranskina",
|
"Restore Attachment" : "Berezarri eranskina",
|
||||||
"File to share" : "Partekatzeko fitxategia",
|
"File to share" : "Partekatzeko fitxategia",
|
||||||
@@ -209,6 +210,10 @@ OC.L10N.register(
|
|||||||
"Set a due date" : "Ezarri epe-muga",
|
"Set a due date" : "Ezarri epe-muga",
|
||||||
"Remove due date" : "Ezabatu epe-muga",
|
"Remove due date" : "Ezabatu epe-muga",
|
||||||
"Select Date" : "Hautatu data",
|
"Select Date" : "Hautatu data",
|
||||||
|
"Today" : "Gaur",
|
||||||
|
"Tomorrow" : "Bihar",
|
||||||
|
"Next week" : "Hurrengo astea",
|
||||||
|
"Next month" : "Hurrengo hilabetea",
|
||||||
"Save" : "Gorde",
|
"Save" : "Gorde",
|
||||||
"The comment cannot be empty." : "Iruzkina ezin da hutsik egon.",
|
"The comment cannot be empty." : "Iruzkina ezin da hutsik egon.",
|
||||||
"The comment cannot be longer than 1000 characters." : "Iruzkina ezin da 1000 karaktere baino luzeagoa izan.",
|
"The comment cannot be longer than 1000 characters." : "Iruzkina ezin da 1000 karaktere baino luzeagoa izan.",
|
||||||
@@ -234,6 +239,7 @@ OC.L10N.register(
|
|||||||
"Archive card" : "Artxibatu txartela",
|
"Archive card" : "Artxibatu txartela",
|
||||||
"Delete card" : "Ezabatu txartela",
|
"Delete card" : "Ezabatu txartela",
|
||||||
"Move card to another board" : "Mugitu txartela beste taula batera",
|
"Move card to another board" : "Mugitu txartela beste taula batera",
|
||||||
|
"List is empty" : "Zerrenda hutsik dago",
|
||||||
"Card deleted" : "Txartela ezabatuta",
|
"Card deleted" : "Txartela ezabatuta",
|
||||||
"seconds ago" : "segundo lehenago",
|
"seconds ago" : "segundo lehenago",
|
||||||
"All boards" : "Taula guztiak",
|
"All boards" : "Taula guztiak",
|
||||||
@@ -262,8 +268,6 @@ OC.L10N.register(
|
|||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Ziur zaude «{title}» taula ezabatu nahi duzula? Honek taula honen datu guztiak ezabatuko ditu.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Ziur zaude «{title}» taula ezabatu nahi duzula? Honek taula honen datu guztiak ezabatuko ditu.",
|
||||||
"Delete the board?" : "Taula ezabatu?",
|
"Delete the board?" : "Taula ezabatu?",
|
||||||
"Loading filtered view" : "Kargatzen iragazitako ikuspegia",
|
"Loading filtered view" : "Kargatzen iragazitako ikuspegia",
|
||||||
"Today" : "Gaur",
|
|
||||||
"Tomorrow" : "Bihar",
|
|
||||||
"This week" : "Aste honetan",
|
"This week" : "Aste honetan",
|
||||||
"No due" : "Epemugarik ez",
|
"No due" : "Epemugarik ez",
|
||||||
"Search for {searchQuery} in all boards" : "Bilatu {searchQuery} taula guztietan",
|
"Search for {searchQuery} in all boards" : "Bilatu {searchQuery} taula guztietan",
|
||||||
@@ -280,6 +284,9 @@ OC.L10N.register(
|
|||||||
"Error creating the share" : "Errorea partekatzea sortzean",
|
"Error creating the share" : "Errorea partekatzea sortzean",
|
||||||
"Share with a Deck card" : "Partekatu Deck txartel baten bidez",
|
"Share with a Deck card" : "Partekatu Deck txartel baten bidez",
|
||||||
"Share {file} with a Deck card" : "Partekatu {file} Deck txartel baten bidez",
|
"Share {file} with a Deck card" : "Partekatu {file} Deck txartel baten bidez",
|
||||||
"Share" : "Partekatu"
|
"Share" : "Partekatu",
|
||||||
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck aplikazioa plangintza pertsonalera eta proiektuen antolaketara zuzenduta dagoen Nextcloudekin integratutako kanban moduko tresna bat da.\n\n\n- 📥 Gehitu atazak txarteletan eta ordenatu\n- 📄 Idatzi ohar gehigarriak markdown erabiliz\n- 🔖 Esleitu etiketak antolaketa are gehiago hobetzeko\n- 👥 Partekatu zure talde, lagun edo familiarekin\n- 📎 Erantsi fitxategiak eta kapsulatu zure markdown deskribapenean\n- 💬 Eztabaidatu zure taldearekin iruzkinak erabiliz\n- ⚡ Egin aldaketen jarraipena jarduera jarioa erabiliz\n- 🚀 Antolatu zure proiektua",
|
||||||
|
"Creating the new card…" : "Txartel berria sortzen...",
|
||||||
|
"(circle)" : "(zirkulua)"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
19
l10n/eu.json
19
l10n/eu.json
@@ -102,7 +102,6 @@
|
|||||||
"Path is already shared with this card" : "Bidea dagoeneko partekatu da txartel honekin",
|
"Path is already shared with this card" : "Bidea dagoeneko partekatu da txartel honekin",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Data baliogabea, dataren formatuak UUUU-HH-EE izan behar du",
|
"Invalid date, date format must be YYYY-MM-DD" : "Data baliogabea, dataren formatuak UUUU-HH-EE izan behar du",
|
||||||
"Personal planning and team project organization" : "Plangintza pertsonala eta talde proiektuen kudeaketa",
|
"Personal planning and team project organization" : "Plangintza pertsonala eta talde proiektuen kudeaketa",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck aplikazioa plangintza pertsonalera eta proiektuen antolaketara zuzenduta dagoen Nextcloudekin integratutako kanban moduko tresna bat da.\n\n\n- 📥 Gehitu atazak txarteletan eta ordenatu\n- 📄 Idatzi ohar gehigarriak markdown erabiliz\n- 🔖 Esleitu etiketak antolaketa are gehiago hobetzeko\n- 👥 Partekatu zure talde, lagun edo familiarekin\n- 📎 Erantsi fitxategiak eta kapsulatu zure markdown deskribapenean\n- 💬 Eztabaidatu zure taldearekin iruzkinak erabiliz\n- ⚡ Egin aldaketen jarraipena jarduera jarioa erabiliz\n- 🚀 Antolatu zure proiektua",
|
|
||||||
"Card details" : "Txartelaren xehetasunak",
|
"Card details" : "Txartelaren xehetasunak",
|
||||||
"Add board" : "Gehitu mahaia",
|
"Add board" : "Gehitu mahaia",
|
||||||
"Select the board to link to a project" : "Hautatu taula proiektu bati estekatzeko",
|
"Select the board to link to a project" : "Hautatu taula proiektu bati estekatzeko",
|
||||||
@@ -128,6 +127,7 @@
|
|||||||
"Keep existing file" : "Mantendu dagoen fitxategia",
|
"Keep existing file" : "Mantendu dagoen fitxategia",
|
||||||
"This board is read only" : "Mahai hau irakurtzeko soilik da",
|
"This board is read only" : "Mahai hau irakurtzeko soilik da",
|
||||||
"Drop your files to upload" : "Jaregin zure fitxategiak kargatzeko",
|
"Drop your files to upload" : "Jaregin zure fitxategiak kargatzeko",
|
||||||
|
"Add card" : "Gehitu txartela",
|
||||||
"Archived cards" : "Artxibatutako txartelak",
|
"Archived cards" : "Artxibatutako txartelak",
|
||||||
"Add list" : "Gehitu zerrenda",
|
"Add list" : "Gehitu zerrenda",
|
||||||
"List name" : "Zerrendaren izena",
|
"List name" : "Zerrendaren izena",
|
||||||
@@ -171,7 +171,6 @@
|
|||||||
"Add a new list" : "Gehitu zerrenda berria",
|
"Add a new list" : "Gehitu zerrenda berria",
|
||||||
"Archive all cards" : "Artxibatu txartel guztiak",
|
"Archive all cards" : "Artxibatu txartel guztiak",
|
||||||
"Delete list" : "Zerrenda ezabatu",
|
"Delete list" : "Zerrenda ezabatu",
|
||||||
"Add card" : "Gehitu txartela",
|
|
||||||
"Archive all cards in this list" : "Artxibatu zerrenda honetako txartel guztiak",
|
"Archive all cards in this list" : "Artxibatu zerrenda honetako txartel guztiak",
|
||||||
"Add a new card" : "Gehitu txartel berri bat",
|
"Add a new card" : "Gehitu txartel berri bat",
|
||||||
"Card name" : "Txartel izena",
|
"Card name" : "Txartel izena",
|
||||||
@@ -183,9 +182,11 @@
|
|||||||
"Members" : "Partaideak",
|
"Members" : "Partaideak",
|
||||||
"Upload new files" : "Kargatu fitxategi berriak",
|
"Upload new files" : "Kargatu fitxategi berriak",
|
||||||
"Share from Files" : "Partekatu Fitxategiak-etik",
|
"Share from Files" : "Partekatu Fitxategiak-etik",
|
||||||
|
"Pending share" : "Partekatzeko zain",
|
||||||
"Add this attachment" : "Gehitu eranskin hau",
|
"Add this attachment" : "Gehitu eranskin hau",
|
||||||
"Show in Files" : "Erakutsi fitxategietan",
|
"Show in Files" : "Erakutsi fitxategietan",
|
||||||
"Unshare file" : "Utzi fitxategia partekatzen",
|
"Download" : "Deskargatu",
|
||||||
|
"Remove attachment" : "Kendu eranskina",
|
||||||
"Delete Attachment" : "Ezabatu eranskina",
|
"Delete Attachment" : "Ezabatu eranskina",
|
||||||
"Restore Attachment" : "Berezarri eranskina",
|
"Restore Attachment" : "Berezarri eranskina",
|
||||||
"File to share" : "Partekatzeko fitxategia",
|
"File to share" : "Partekatzeko fitxategia",
|
||||||
@@ -207,6 +208,10 @@
|
|||||||
"Set a due date" : "Ezarri epe-muga",
|
"Set a due date" : "Ezarri epe-muga",
|
||||||
"Remove due date" : "Ezabatu epe-muga",
|
"Remove due date" : "Ezabatu epe-muga",
|
||||||
"Select Date" : "Hautatu data",
|
"Select Date" : "Hautatu data",
|
||||||
|
"Today" : "Gaur",
|
||||||
|
"Tomorrow" : "Bihar",
|
||||||
|
"Next week" : "Hurrengo astea",
|
||||||
|
"Next month" : "Hurrengo hilabetea",
|
||||||
"Save" : "Gorde",
|
"Save" : "Gorde",
|
||||||
"The comment cannot be empty." : "Iruzkina ezin da hutsik egon.",
|
"The comment cannot be empty." : "Iruzkina ezin da hutsik egon.",
|
||||||
"The comment cannot be longer than 1000 characters." : "Iruzkina ezin da 1000 karaktere baino luzeagoa izan.",
|
"The comment cannot be longer than 1000 characters." : "Iruzkina ezin da 1000 karaktere baino luzeagoa izan.",
|
||||||
@@ -232,6 +237,7 @@
|
|||||||
"Archive card" : "Artxibatu txartela",
|
"Archive card" : "Artxibatu txartela",
|
||||||
"Delete card" : "Ezabatu txartela",
|
"Delete card" : "Ezabatu txartela",
|
||||||
"Move card to another board" : "Mugitu txartela beste taula batera",
|
"Move card to another board" : "Mugitu txartela beste taula batera",
|
||||||
|
"List is empty" : "Zerrenda hutsik dago",
|
||||||
"Card deleted" : "Txartela ezabatuta",
|
"Card deleted" : "Txartela ezabatuta",
|
||||||
"seconds ago" : "segundo lehenago",
|
"seconds ago" : "segundo lehenago",
|
||||||
"All boards" : "Taula guztiak",
|
"All boards" : "Taula guztiak",
|
||||||
@@ -260,8 +266,6 @@
|
|||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Ziur zaude «{title}» taula ezabatu nahi duzula? Honek taula honen datu guztiak ezabatuko ditu.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Ziur zaude «{title}» taula ezabatu nahi duzula? Honek taula honen datu guztiak ezabatuko ditu.",
|
||||||
"Delete the board?" : "Taula ezabatu?",
|
"Delete the board?" : "Taula ezabatu?",
|
||||||
"Loading filtered view" : "Kargatzen iragazitako ikuspegia",
|
"Loading filtered view" : "Kargatzen iragazitako ikuspegia",
|
||||||
"Today" : "Gaur",
|
|
||||||
"Tomorrow" : "Bihar",
|
|
||||||
"This week" : "Aste honetan",
|
"This week" : "Aste honetan",
|
||||||
"No due" : "Epemugarik ez",
|
"No due" : "Epemugarik ez",
|
||||||
"Search for {searchQuery} in all boards" : "Bilatu {searchQuery} taula guztietan",
|
"Search for {searchQuery} in all boards" : "Bilatu {searchQuery} taula guztietan",
|
||||||
@@ -278,6 +282,9 @@
|
|||||||
"Error creating the share" : "Errorea partekatzea sortzean",
|
"Error creating the share" : "Errorea partekatzea sortzean",
|
||||||
"Share with a Deck card" : "Partekatu Deck txartel baten bidez",
|
"Share with a Deck card" : "Partekatu Deck txartel baten bidez",
|
||||||
"Share {file} with a Deck card" : "Partekatu {file} Deck txartel baten bidez",
|
"Share {file} with a Deck card" : "Partekatu {file} Deck txartel baten bidez",
|
||||||
"Share" : "Partekatu"
|
"Share" : "Partekatu",
|
||||||
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck aplikazioa plangintza pertsonalera eta proiektuen antolaketara zuzenduta dagoen Nextcloudekin integratutako kanban moduko tresna bat da.\n\n\n- 📥 Gehitu atazak txarteletan eta ordenatu\n- 📄 Idatzi ohar gehigarriak markdown erabiliz\n- 🔖 Esleitu etiketak antolaketa are gehiago hobetzeko\n- 👥 Partekatu zure talde, lagun edo familiarekin\n- 📎 Erantsi fitxategiak eta kapsulatu zure markdown deskribapenean\n- 💬 Eztabaidatu zure taldearekin iruzkinak erabiliz\n- ⚡ Egin aldaketen jarraipena jarduera jarioa erabiliz\n- 🚀 Antolatu zure proiektua",
|
||||||
|
"Creating the new card…" : "Txartel berria sortzen...",
|
||||||
|
"(circle)" : "(zirkulua)"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
132
l10n/fa.js
132
l10n/fa.js
@@ -17,7 +17,64 @@ OC.L10N.register(
|
|||||||
"{user} has archived the board {before}" : "{user} تختهٔ {board} را بایگانی کرد",
|
"{user} has archived the board {before}" : "{user} تختهٔ {board} را بایگانی کرد",
|
||||||
"You have unarchived the board {board}" : "تختهٔ {board} را از بایگانی خارج کردید",
|
"You have unarchived the board {board}" : "تختهٔ {board} را از بایگانی خارج کردید",
|
||||||
"{user} has unarchived the board {before}" : "{user} تختهٔ {board} را از بایگانی خارج کرد",
|
"{user} has unarchived the board {before}" : "{user} تختهٔ {board} را از بایگانی خارج کرد",
|
||||||
|
"You have created a new list {stack} on board {board}" : "شما فهرست جدید {stack} را در تخته {board} ایجاد کردهاید",
|
||||||
|
"{user} has created a new list {stack} on board {board}" : "{user} فهرست جدید {stack} را در تخته {board} ایجاد کرده است",
|
||||||
|
"You have renamed list {before} to {stack} on board {board}" : "شما فهرست {before} را به {stack} در تخته {board} تغییر نام دادهاید",
|
||||||
|
"{user} has renamed list {before} to {stack} on board {board}" : "{user} فهرست {before} را به {stack} در تخته {board} تغییر نام داده است",
|
||||||
|
"You have deleted list {stack} on board {board}" : "شما فهرست {stack} را در تخته {board} حذف کرده اید",
|
||||||
|
"{user} has deleted list {stack} on board {board}" : "{user} فهرست {stack} را در تخته {board} حذف کرده است",
|
||||||
|
"You have created card {card} in list {stack} on board {board}" : "شما برگه {card} را در فهرست {stack} در تخته {board} ایجاد کرده اید",
|
||||||
|
"{user} has created card {card} in list {stack} on board {board}" : "ٰ{user} برگه {card} را در فهرست {stack} در تخته {board} ایجاد کرده است",
|
||||||
|
"You have deleted card {card} in list {stack} on board {board}" : "شما برگه {card} را در فهرست {stack} در تخته {board} حذف کرده اید",
|
||||||
|
"{user} has deleted card {card} in list {stack} on board {board}" : "{user} برگه {card} را در فهرست {stack} در تخته {board} حذف کرده است",
|
||||||
|
"You have renamed the card {before} to {card}" : "شما نام برگه را {پیش از} به {card} تغییر داده اید",
|
||||||
|
"{user} has renamed the card {before} to {card}" : "{user} نام برگه را {پیش از} به {card} تغییر داده است",
|
||||||
|
"You have added a description to card {card} in list {stack} on board {board}" : "شما یک توضیح به برگه {card} در فهرست {stack} در تخته {board} اضافه کرده اید",
|
||||||
|
"{user} has added a description to card {card} in list {stack} on board {board}" : "{user} توضیحاتی را به برگه {card} در فهرست {stack} on board {board} اضافه کرده است.",
|
||||||
|
"You have updated the description of card {card} in list {stack} on board {board}" : "شما شرح برگه {card} را در فهرست {stack} در تخته {board} به روز کرده اید.",
|
||||||
|
"{user} has updated the description of the card {card} in list {stack} on board {board}" : "{user} توضیحات برگه {card} را در فهرست {stack} on board {board} به روز کرده است.",
|
||||||
|
"You have archived card {card} in list {stack} on board {board}" : "شما برگه {card} را در فهرست {stack} در تخته {board} بایگانی کرده اید",
|
||||||
|
"{user} has archived card {card} in list {stack} on board {board}" : "{user} برگه {card} را در فهرست {stack} در تخته {board} بایگانی کرده است",
|
||||||
|
"You have unarchived card {card} in list {stack} on board {board}" : "شما برگه {card} را در فهرست {stack} در تخته {board} از بایگانی خارج کردهاید.",
|
||||||
|
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} برگه {card} را در فهرست {stack} در تخته {board} از بایگانی خارج کرده است",
|
||||||
|
"You have removed the due date of card {card}" : "شما تاریخ سررسید برگه {card} را حذف کرده اید",
|
||||||
|
"{user} has removed the due date of card {card}" : "{user} تاریخ سررسید برگه {card} را حذف کرده است",
|
||||||
|
"You have set the due date of card {card} to {after}" : "شما تاریخ سررسید برگه {card} را روی {after} تنظیم کرده اید",
|
||||||
|
"{user} has set the due date of card {card} to {after}" : "{user} تاریخ سررسید برگه {card} را روی {after} قرار داده است",
|
||||||
|
"You have updated the due date of card {card} to {after}" : "شما تاریخ سررسید برگه {card} را به {after} به روز کرده اید",
|
||||||
|
"{user} has updated the due date of card {card} to {after}" : "{user} تاریخ سررسید برگه {card} را به {after} به روز کرده است",
|
||||||
|
"You have added the tag {label} to card {card} in list {stack} on board {board}" : "شما برچسب {label} را به برگه {card} در فهرست {stack} در تخته {board} اضافه کردهاید.",
|
||||||
|
"{user} has added the tag {label} to card {card} in list {stack} on board {board}" : "{user} برچسب {label} را بهبرگه {card} در فهرست {stack} در تخته {board} اضافه کرده است.",
|
||||||
|
"You have removed the tag {label} from card {card} in list {stack} on board {board}" : "شما برچسب {label} را از برگه {card} در فهرست {stack} در تخته {board} حذف کردید.",
|
||||||
|
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}" : "{user} برچسب {label} را از برگه {card} در فهرست {stack} در تخته {board} حذف کرده است.",
|
||||||
|
"You have assigned {assigneduser} to card {card} on board {board}" : "شما {کاربر اختصاص یافته} را به برگه {card} در تخته {board} اختصاص دادهاید.",
|
||||||
|
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} {assigneduser} را به برگه {card} در تخته {board} اختصاص داده است",
|
||||||
|
"You have unassigned {assigneduser} from card {card} on board {board}" : "شما {تخصیص کاربر} را از برگه {card} در تخته {board} لغو کردهاید.",
|
||||||
|
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} تخصیص {assigneduser} را از برگه {card} در تخته لغو کرده است",
|
||||||
|
"You have moved the card {card} from list {stackBefore} to {stack}" : "شما برگه {card} را از فهرست {stackBefore} به {stack} منتقل کرده اید",
|
||||||
|
"{user} has moved the card {card} from list {stackBefore} to {stack}" : "{user} برگه {card} را از فهرست {stackBefore} به {stack} منتقل کرده است",
|
||||||
|
"You have added the attachment {attachment} to card {card}" : "شما پیوست {attachment} را به برگه {card} اضافه کردهاید.",
|
||||||
|
"{user} has added the attachment {attachment} to card {card}" : "{user} پیوست {attachment} را به برگه {card} اضافه کرده است",
|
||||||
|
"You have updated the attachment {attachment} on card {card}" : "شما پیوست {attachment} را در برگه {card} به روز کرده اید",
|
||||||
|
"{user} has updated the attachment {attachment} on card {card}" : "{user} پیوست {attachment} را در برگه {card} به روز کرده است",
|
||||||
|
"You have deleted the attachment {attachment} from card {card}" : "شما پیوست {attachment} را از برگه {card} حذف کرده اید",
|
||||||
|
"{user} has deleted the attachment {attachment} from card {card}" : "{user} پیوست {attachment} را ازبرگه {card} حذف کرده است",
|
||||||
|
"You have restored the attachment {attachment} to card {card}" : "شما پیوست {attachment} را به برگه {card} بازیابی کرده اید",
|
||||||
|
"{user} has restored the attachment {attachment} to card {card}" : "{user} پیوست {attachment} را به برگه {card} بازیابی کرده است",
|
||||||
|
"You have commented on card {card}" : "شما در مورد برگه {card} نظر داده اید",
|
||||||
|
"{user} has commented on card {card}" : "{user} روی برگه {card} نظر داده است",
|
||||||
|
"A <strong>card description</strong> inside the Deck app has been changed" : "شرح برگه در برگهدان تغییر کرده است",
|
||||||
|
"Deck" : "برگهدان",
|
||||||
|
"Changes in the <strong>Deck app</strong>" : "تغییرات در برگهدان",
|
||||||
|
"A <strong>comment</strong> was created on a card" : "یک نظر روی یک برگه ایجاد شد",
|
||||||
|
"Upcoming cards" : "برگههای آینده",
|
||||||
"Personal" : "شخصی",
|
"Personal" : "شخصی",
|
||||||
|
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} برگه {deck-card} در {deck-board} را به شما اختصاص داده است.",
|
||||||
|
"The card {deck-card} on {deck-board} has reached its due date." : "برگه {deck-card} در {deck-board} به تاریخ سررسید خود رسیده است.",
|
||||||
|
"{user} has mentioned you in a comment on {deck-card}." : "{user} از شما در نظری در {deck-card} نام برده است.",
|
||||||
|
"{user} has shared {deck-board} with you." : "{user} {deck-board} را با شما به اشتراک گذاشته است.",
|
||||||
|
"Card comments" : "برگهٔ نظر",
|
||||||
|
"No data was provided to create an attachment." : "هیچ داده ای برای ایجاد پیوست ارائه نشد.",
|
||||||
"Finished" : "تمام شده",
|
"Finished" : "تمام شده",
|
||||||
"To review" : "برای بازبینی",
|
"To review" : "برای بازبینی",
|
||||||
"Action needed" : "نیازمند اقدام",
|
"Action needed" : "نیازمند اقدام",
|
||||||
@@ -38,16 +95,29 @@ OC.L10N.register(
|
|||||||
"Could not write file to disk" : "عدم موفقیت در نوشتن پرونده روی حافظه",
|
"Could not write file to disk" : "عدم موفقیت در نوشتن پرونده روی حافظه",
|
||||||
"A PHP extension stopped the file upload" : "یک افزونه پیاچپی مانع بارگذاری پرونده شد",
|
"A PHP extension stopped the file upload" : "یک افزونه پیاچپی مانع بارگذاری پرونده شد",
|
||||||
"No file uploaded or file size exceeds maximum of %s" : "پروندهای بارگذاری نشد و یا حجم پرونده بیش از بیشینه مجاز %s بود",
|
"No file uploaded or file size exceeds maximum of %s" : "پروندهای بارگذاری نشد و یا حجم پرونده بیش از بیشینه مجاز %s بود",
|
||||||
"Card details" : "جزئیات کارت",
|
"Card not found" : "برگه یافت نشد",
|
||||||
|
"Path is already shared with this card" : "مسیر قبلاً با این برگه به اشتراک گذاشته شده است",
|
||||||
|
"Invalid date, date format must be YYYY-MM-DD" : "تاریخ نامعتبر است، قالب تاریخ باید YYYY-MM-DD باشد",
|
||||||
|
"Personal planning and team project organization" : "برنامهریزی شخصی و سازماندهی کار گروهی",
|
||||||
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "برگهدان یک ابزار سازماندهی سبک کانبان است که هدف آن برنامهریزی شخصی و سازماندهی پروژه برای گروههای مرتبط با Nextcloud است.\n\n\n- 📥 وظایف خود را به برگهها اضافه کنید و آنها را مرتب کنید\n- 📄 یادداشتهای اضافی را در Markdown یادداشت کنید\n- 🔖 برچسبهایی را برای سازماندهی بهتر اختصاص دهید\n- 👥 با گروه، دوستان یا خانوادهٔ خود به اشتراک بگذارید\n- 📎 فایلها را ضمیمه کنید و آنها را در توضیحات Markdown خود قرار دهید\n- 💬 با استفاده از نظرات با تیم خود بحث کنید\n- ⚡ تغییرات در جریان فعالیت را پیگیری کنید\n- 🚀 پروژه خود را سازماندهی کنید",
|
||||||
|
"Card details" : "جزئیات برگه",
|
||||||
"Add board" : "تخته را اضافه کنید",
|
"Add board" : "تخته را اضافه کنید",
|
||||||
"Select the board to link to a project" : "تختهای را برای ایجاد پیوند با یک پروژه انتخاب کنید",
|
"Select the board to link to a project" : "تختهای را برای ایجاد پیوند با یک پروژه انتخاب کنید",
|
||||||
"Search by board title" : "جستجو بر اساس عنوان تخته",
|
"Search by board title" : "جستجو بر اساس عنوان تخته",
|
||||||
"Select board" : "انتخاب تخته",
|
"Select board" : "انتخاب تخته",
|
||||||
|
"Create a new card" : "برگهٔ جدید بسازید",
|
||||||
"Select a board" : "انتخاب یک تخته",
|
"Select a board" : "انتخاب یک تخته",
|
||||||
|
"Select a list" : "یک فهرست برگزینید",
|
||||||
|
"Card title" : "عنوان برگه",
|
||||||
"Cancel" : "لغو",
|
"Cancel" : "لغو",
|
||||||
"Select a card" : "انتخاب یک کارت",
|
"Creating the new card …" : "ساختن برگهٔ جدید",
|
||||||
"Select the card to link to a project" : "کارتی را برای ایجاد پیوند با یک پروژه انتخاب کنید",
|
"Card \"{card}\" was added to \"{board}\"" : "برگه \"{card}\" به \"{board}\" اضافه شد",
|
||||||
"Link to card" : "پیوند به کارت",
|
"Open card" : "برگهٔ گشوده",
|
||||||
|
"Close" : "بسته",
|
||||||
|
"Create card" : "برگه بسازید",
|
||||||
|
"Select a card" : "انتخاب یک برگه",
|
||||||
|
"Select the card to link to a project" : "برگهای را برای ایجاد پیوند با یک پروژه انتخاب کنید",
|
||||||
|
"Link to card" : "پیوند به برگه",
|
||||||
"File already exists" : "پرونده از قبل موجود است",
|
"File already exists" : "پرونده از قبل موجود است",
|
||||||
"A file with the name {filename} already exists." : "پروندهای با نام {filename} از قبل موجود است.",
|
"A file with the name {filename} already exists." : "پروندهای با نام {filename} از قبل موجود است.",
|
||||||
"Do you want to overwrite it?" : "میخواهید روی آن بازنویسی شود؟",
|
"Do you want to overwrite it?" : "میخواهید روی آن بازنویسی شود؟",
|
||||||
@@ -55,20 +125,28 @@ OC.L10N.register(
|
|||||||
"Keep existing file" : "پرونده موجود حفظ شود",
|
"Keep existing file" : "پرونده موجود حفظ شود",
|
||||||
"This board is read only" : "تخته، فقط خواندنی است",
|
"This board is read only" : "تخته، فقط خواندنی است",
|
||||||
"Drop your files to upload" : "برای بارگذاری، پروندهها را اینجا رها کنید",
|
"Drop your files to upload" : "برای بارگذاری، پروندهها را اینجا رها کنید",
|
||||||
|
"Add card" : "افزودن برگه",
|
||||||
"Archived cards" : "کارتهای بایگانیشده",
|
"Archived cards" : "کارتهای بایگانیشده",
|
||||||
"Add list" : "افزودن فهرست",
|
"Add list" : "افزودن فهرست",
|
||||||
"List name" : "نام فهرست",
|
"List name" : "نام فهرست",
|
||||||
"Apply filter" : "اعمال پالایه",
|
"Apply filter" : "اعمال پالایه",
|
||||||
"Filter by tag" : "پالایش برحسب برچسب",
|
"Filter by tag" : "پالایش برحسب برچسب",
|
||||||
|
"Filter by assigned user" : "فیلتر بر اساس کاربر اختصاص داده شده",
|
||||||
|
"Unassigned" : "اختصاص داده نشده است",
|
||||||
|
"Filter by due date" : "فیلتر بر اساس تاریخ مقرر",
|
||||||
"Overdue" : "تاریخ گذشته",
|
"Overdue" : "تاریخ گذشته",
|
||||||
"Next 24 hours" : "۲۴ ساعت آینده",
|
"Next 24 hours" : "۲۴ ساعت آینده",
|
||||||
"Next 7 days" : "۷ روز آینده",
|
"Next 7 days" : "۷ روز آینده",
|
||||||
"Next 30 days" : "۳۰ روز آینده",
|
"Next 30 days" : "۳۰ روز آینده",
|
||||||
|
"No due date" : "بدون تاریخ سررسید",
|
||||||
"Clear filter" : "پاک کردن پالایه",
|
"Clear filter" : "پاک کردن پالایه",
|
||||||
|
"Hide archived cards" : "برگههای بایگانی شده را مخفی کنید",
|
||||||
"Show archived cards" : "نمایش کارتهای بایگانی شده",
|
"Show archived cards" : "نمایش کارتهای بایگانی شده",
|
||||||
"Toggle compact mode" : "تغییر حالت فشرده",
|
"Toggle compact mode" : "تغییر حالت فشرده",
|
||||||
"Details" : "جزئیات",
|
"Details" : "جزئیات",
|
||||||
"Loading board" : "بارکردن تخته",
|
"Loading board" : "بارکردن تخته",
|
||||||
|
"No lists available" : "هیچ فهرستی در دسترس نیست",
|
||||||
|
"Create a new list to add cards to this board" : "یک فهرست جدید برای افزود برگه به این تابلو ایجاد کنید",
|
||||||
"Board not found" : "تخته یافت نشد",
|
"Board not found" : "تخته یافت نشد",
|
||||||
"Sharing" : "همرسانی",
|
"Sharing" : "همرسانی",
|
||||||
"Tags" : "برچسبها",
|
"Tags" : "برچسبها",
|
||||||
@@ -78,6 +156,8 @@ OC.L10N.register(
|
|||||||
"Undo" : "برگرداندن",
|
"Undo" : "برگرداندن",
|
||||||
"Deleted cards" : "کارتهای پاک شده",
|
"Deleted cards" : "کارتهای پاک شده",
|
||||||
"Share board with a user, group or circle …" : "همرسانی تخته با کاربر، گروه یا حلقه...",
|
"Share board with a user, group or circle …" : "همرسانی تخته با کاربر، گروه یا حلقه...",
|
||||||
|
"Searching for users, groups and circles …" : "جستجوی کاربران، گروهها و حلقهها…",
|
||||||
|
"No participants found" : "هیچ شرکتی پیدا نشد",
|
||||||
"Board owner" : "مالک تخته",
|
"Board owner" : "مالک تخته",
|
||||||
"(Group)" : "(گروه)",
|
"(Group)" : "(گروه)",
|
||||||
"(Circle)" : "(حلقه)",
|
"(Circle)" : "(حلقه)",
|
||||||
@@ -85,27 +165,56 @@ OC.L10N.register(
|
|||||||
"Can share" : "میتواند همرسانی کند",
|
"Can share" : "میتواند همرسانی کند",
|
||||||
"Can manage" : "میتواند مدیریت کند",
|
"Can manage" : "میتواند مدیریت کند",
|
||||||
"Delete" : "حذف",
|
"Delete" : "حذف",
|
||||||
|
"Failed to create share with {displayName}" : "اشتراکگذاری با {displayName} ایجاد نشد",
|
||||||
|
"Add a new list" : "فهرست جدید بیفزایید!",
|
||||||
|
"Archive all cards" : "همهٔ برگهها را بایگانی کنید!",
|
||||||
"Delete list" : "حذف فهرست",
|
"Delete list" : "حذف فهرست",
|
||||||
"Add card" : "افزودن کارت",
|
"Archive all cards in this list" : "تمام برگههای موجود در این فهرست را بایگانی کنید",
|
||||||
"Add a new card" : "افزودن یک کارت جدید",
|
"Add a new card" : "افزودن یک کارت جدید",
|
||||||
|
"Card name" : "نام برگه",
|
||||||
|
"List deleted" : "فهرست پاک شد",
|
||||||
"Edit" : "ویرایش",
|
"Edit" : "ویرایش",
|
||||||
"Add a new tag" : "افزودن یک برچسب جدید",
|
"Add a new tag" : "افزودن یک برچسب جدید",
|
||||||
"title and color value must be provided" : "نام و رنگ باید مشخص شود",
|
"title and color value must be provided" : "نام و رنگ باید مشخص شود",
|
||||||
|
"Board name" : "نامِ تخته",
|
||||||
"Members" : "اعضا",
|
"Members" : "اعضا",
|
||||||
|
"Upload new files" : "فایلهای جدید را آپلود کنید",
|
||||||
|
"Share from Files" : "اشتراکگذاری از فایلها",
|
||||||
|
"Pending share" : "سهم معلق",
|
||||||
"Add this attachment" : "افزودن این پیوست",
|
"Add this attachment" : "افزودن این پیوست",
|
||||||
|
"Show in Files" : "نمایش در فایلها",
|
||||||
|
"Download" : "بارگیری",
|
||||||
|
"Remove attachment" : "حذف پیوست",
|
||||||
"Delete Attachment" : "حذف پیوست",
|
"Delete Attachment" : "حذف پیوست",
|
||||||
"Restore Attachment" : "بازیابی پیوست",
|
"Restore Attachment" : "بازیابی پیوست",
|
||||||
|
"File to share" : "فایل برای اشتراکگذاری",
|
||||||
|
"Invalid path selected" : "مسیر نامعتبر انتخاب شده است",
|
||||||
|
"Open in sidebar view" : "در نمای نوار کناری باز کنید",
|
||||||
|
"Open in bigger view" : "در نمای بزرگتر باز کنید",
|
||||||
"Attachments" : "پیوستها",
|
"Attachments" : "پیوستها",
|
||||||
"Comments" : "نظرات",
|
"Comments" : "نظرات",
|
||||||
"Modified" : "تغییر یافته",
|
"Modified" : "تغییر یافته",
|
||||||
"Created" : "ایجاد شده",
|
"Created" : "ایجاد شده",
|
||||||
|
"The title cannot be empty." : "عنوان نمیتواند خالی باشد.",
|
||||||
"No comments yet. Begin the discussion!" : "هنوز نظری وجود ندارد. بحثی را آغاز کنید!",
|
"No comments yet. Begin the discussion!" : "هنوز نظری وجود ندارد. بحثی را آغاز کنید!",
|
||||||
|
"Failed to load comments" : "نظرات بارگیری نشد",
|
||||||
|
"Assign a tag to this card…" : "یک برچسب به این کارت اختصاص دهید…",
|
||||||
|
"Assign to users" : "به کاربران اختصاص دهید",
|
||||||
|
"Assign to users/groups/circles" : "به کاربران/ گروهها/ حلقهها اختصاص دهید",
|
||||||
|
"Assign a user to this card…" : "اختصاص یک کاربر به این کارت…",
|
||||||
"Due date" : "موعد مقرر",
|
"Due date" : "موعد مقرر",
|
||||||
|
"Set a due date" : "تاریخ سررسید را تعیین کنید",
|
||||||
|
"Remove due date" : "تاریخ سررسید را حذف کنید",
|
||||||
"Select Date" : "تاریخ را انتخاب کنید",
|
"Select Date" : "تاریخ را انتخاب کنید",
|
||||||
|
"Today" : "Today",
|
||||||
|
"Tomorrow" : "فردا",
|
||||||
|
"Next week" : "هفتهٔ بعد",
|
||||||
|
"Next month" : "ماه بعد",
|
||||||
"Save" : "ذخیره",
|
"Save" : "ذخیره",
|
||||||
"The comment cannot be empty." : "نظر نمیتواند خالی باشد.",
|
"The comment cannot be empty." : "نظر نمیتواند خالی باشد.",
|
||||||
"The comment cannot be longer than 1000 characters." : "نظر نمیتواند طولانیتر از ۱۰۰۰ حرف باشد.",
|
"The comment cannot be longer than 1000 characters." : "نظر نمیتواند طولانیتر از ۱۰۰۰ حرف باشد.",
|
||||||
"In reply to" : "در پاسخ به",
|
"In reply to" : "در پاسخ به",
|
||||||
|
"Cancel reply" : "لغو پاسخ",
|
||||||
"Reply" : "پاسخ",
|
"Reply" : "پاسخ",
|
||||||
"Update" : "بهروزرسانی",
|
"Update" : "بهروزرسانی",
|
||||||
"Description" : "توضیحات",
|
"Description" : "توضیحات",
|
||||||
@@ -115,20 +224,29 @@ OC.L10N.register(
|
|||||||
"Edit description" : "ویرایش توضیحات",
|
"Edit description" : "ویرایش توضیحات",
|
||||||
"View description" : "نمایش توضیحات",
|
"View description" : "نمایش توضیحات",
|
||||||
"Add Attachment" : "افزودن پیوست",
|
"Add Attachment" : "افزودن پیوست",
|
||||||
|
"Write a description …" : "توضیح بنویس…",
|
||||||
"Choose attachment" : "انتخاب پیوست",
|
"Choose attachment" : "انتخاب پیوست",
|
||||||
"(group)" : "(گروه)",
|
"(group)" : "(گروه)",
|
||||||
|
"{count} comments, {unread} unread" : "{count} نظر، { خوانده نشده} خوانده نشده",
|
||||||
|
"Assign to me" : "به من اختصاص دهید",
|
||||||
|
"Unassign myself" : "واگذاری به خودم را لغو میکنم",
|
||||||
"Move card" : "انتقال کارت",
|
"Move card" : "انتقال کارت",
|
||||||
|
"Unarchive card" : "برگه را از بایگانی خارج کنید",
|
||||||
"Archive card" : "کارت بایگانی",
|
"Archive card" : "کارت بایگانی",
|
||||||
"Delete card" : "حذف کارت",
|
"Delete card" : "حذف کارت",
|
||||||
"Move card to another board" : "انتقال کارت به تختهای دیگر",
|
"Move card to another board" : "انتقال کارت به تختهای دیگر",
|
||||||
|
"List is empty" : "فهرست خالی است",
|
||||||
|
"Card deleted" : "برگه پاک شد",
|
||||||
"seconds ago" : "ثانیههایی پیش",
|
"seconds ago" : "ثانیههایی پیش",
|
||||||
"All boards" : "همه تختهها",
|
"All boards" : "همه تختهها",
|
||||||
"Archived boards" : "تختههای بایگانی شده",
|
"Archived boards" : "تختههای بایگانی شده",
|
||||||
"Shared with you" : "با شما به اشتراک گذاشته شده است",
|
"Shared with you" : "با شما به اشتراک گذاشته شده است",
|
||||||
|
"Use bigger card view" : "از نمای برگهٔ بزرگتر استفاده کنید",
|
||||||
|
"Show boards in calendar/tasks" : "نمایش تابلوها در تقویم/ وظایف",
|
||||||
|
"Limit deck usage of groups" : "استفاده از برگهدان گروهها را محدود کنید",
|
||||||
|
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "محدودکردن برگهدان باعث میشود تا کاربرانی که جزو آن گروهها نیستند، تابلوهای خود را ایجاد کنند. کاربران همچنان میتوانند روی تابلوهایی کار کنند که با آنها به اشتراک گذاشته شده است.",
|
||||||
"Edit board" : "ویرایش تخته",
|
"Edit board" : "ویرایش تخته",
|
||||||
"An error occurred" : "خطایی روی داد",
|
"An error occurred" : "خطایی روی داد",
|
||||||
"Today" : "Today",
|
|
||||||
"Tomorrow" : "فردا",
|
|
||||||
"This week" : "این هفته"
|
"This week" : "این هفته"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n > 1);");
|
"nplurals=2; plural=(n > 1);");
|
||||||
|
|||||||
132
l10n/fa.json
132
l10n/fa.json
@@ -15,7 +15,64 @@
|
|||||||
"{user} has archived the board {before}" : "{user} تختهٔ {board} را بایگانی کرد",
|
"{user} has archived the board {before}" : "{user} تختهٔ {board} را بایگانی کرد",
|
||||||
"You have unarchived the board {board}" : "تختهٔ {board} را از بایگانی خارج کردید",
|
"You have unarchived the board {board}" : "تختهٔ {board} را از بایگانی خارج کردید",
|
||||||
"{user} has unarchived the board {before}" : "{user} تختهٔ {board} را از بایگانی خارج کرد",
|
"{user} has unarchived the board {before}" : "{user} تختهٔ {board} را از بایگانی خارج کرد",
|
||||||
|
"You have created a new list {stack} on board {board}" : "شما فهرست جدید {stack} را در تخته {board} ایجاد کردهاید",
|
||||||
|
"{user} has created a new list {stack} on board {board}" : "{user} فهرست جدید {stack} را در تخته {board} ایجاد کرده است",
|
||||||
|
"You have renamed list {before} to {stack} on board {board}" : "شما فهرست {before} را به {stack} در تخته {board} تغییر نام دادهاید",
|
||||||
|
"{user} has renamed list {before} to {stack} on board {board}" : "{user} فهرست {before} را به {stack} در تخته {board} تغییر نام داده است",
|
||||||
|
"You have deleted list {stack} on board {board}" : "شما فهرست {stack} را در تخته {board} حذف کرده اید",
|
||||||
|
"{user} has deleted list {stack} on board {board}" : "{user} فهرست {stack} را در تخته {board} حذف کرده است",
|
||||||
|
"You have created card {card} in list {stack} on board {board}" : "شما برگه {card} را در فهرست {stack} در تخته {board} ایجاد کرده اید",
|
||||||
|
"{user} has created card {card} in list {stack} on board {board}" : "ٰ{user} برگه {card} را در فهرست {stack} در تخته {board} ایجاد کرده است",
|
||||||
|
"You have deleted card {card} in list {stack} on board {board}" : "شما برگه {card} را در فهرست {stack} در تخته {board} حذف کرده اید",
|
||||||
|
"{user} has deleted card {card} in list {stack} on board {board}" : "{user} برگه {card} را در فهرست {stack} در تخته {board} حذف کرده است",
|
||||||
|
"You have renamed the card {before} to {card}" : "شما نام برگه را {پیش از} به {card} تغییر داده اید",
|
||||||
|
"{user} has renamed the card {before} to {card}" : "{user} نام برگه را {پیش از} به {card} تغییر داده است",
|
||||||
|
"You have added a description to card {card} in list {stack} on board {board}" : "شما یک توضیح به برگه {card} در فهرست {stack} در تخته {board} اضافه کرده اید",
|
||||||
|
"{user} has added a description to card {card} in list {stack} on board {board}" : "{user} توضیحاتی را به برگه {card} در فهرست {stack} on board {board} اضافه کرده است.",
|
||||||
|
"You have updated the description of card {card} in list {stack} on board {board}" : "شما شرح برگه {card} را در فهرست {stack} در تخته {board} به روز کرده اید.",
|
||||||
|
"{user} has updated the description of the card {card} in list {stack} on board {board}" : "{user} توضیحات برگه {card} را در فهرست {stack} on board {board} به روز کرده است.",
|
||||||
|
"You have archived card {card} in list {stack} on board {board}" : "شما برگه {card} را در فهرست {stack} در تخته {board} بایگانی کرده اید",
|
||||||
|
"{user} has archived card {card} in list {stack} on board {board}" : "{user} برگه {card} را در فهرست {stack} در تخته {board} بایگانی کرده است",
|
||||||
|
"You have unarchived card {card} in list {stack} on board {board}" : "شما برگه {card} را در فهرست {stack} در تخته {board} از بایگانی خارج کردهاید.",
|
||||||
|
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} برگه {card} را در فهرست {stack} در تخته {board} از بایگانی خارج کرده است",
|
||||||
|
"You have removed the due date of card {card}" : "شما تاریخ سررسید برگه {card} را حذف کرده اید",
|
||||||
|
"{user} has removed the due date of card {card}" : "{user} تاریخ سررسید برگه {card} را حذف کرده است",
|
||||||
|
"You have set the due date of card {card} to {after}" : "شما تاریخ سررسید برگه {card} را روی {after} تنظیم کرده اید",
|
||||||
|
"{user} has set the due date of card {card} to {after}" : "{user} تاریخ سررسید برگه {card} را روی {after} قرار داده است",
|
||||||
|
"You have updated the due date of card {card} to {after}" : "شما تاریخ سررسید برگه {card} را به {after} به روز کرده اید",
|
||||||
|
"{user} has updated the due date of card {card} to {after}" : "{user} تاریخ سررسید برگه {card} را به {after} به روز کرده است",
|
||||||
|
"You have added the tag {label} to card {card} in list {stack} on board {board}" : "شما برچسب {label} را به برگه {card} در فهرست {stack} در تخته {board} اضافه کردهاید.",
|
||||||
|
"{user} has added the tag {label} to card {card} in list {stack} on board {board}" : "{user} برچسب {label} را بهبرگه {card} در فهرست {stack} در تخته {board} اضافه کرده است.",
|
||||||
|
"You have removed the tag {label} from card {card} in list {stack} on board {board}" : "شما برچسب {label} را از برگه {card} در فهرست {stack} در تخته {board} حذف کردید.",
|
||||||
|
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}" : "{user} برچسب {label} را از برگه {card} در فهرست {stack} در تخته {board} حذف کرده است.",
|
||||||
|
"You have assigned {assigneduser} to card {card} on board {board}" : "شما {کاربر اختصاص یافته} را به برگه {card} در تخته {board} اختصاص دادهاید.",
|
||||||
|
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} {assigneduser} را به برگه {card} در تخته {board} اختصاص داده است",
|
||||||
|
"You have unassigned {assigneduser} from card {card} on board {board}" : "شما {تخصیص کاربر} را از برگه {card} در تخته {board} لغو کردهاید.",
|
||||||
|
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} تخصیص {assigneduser} را از برگه {card} در تخته لغو کرده است",
|
||||||
|
"You have moved the card {card} from list {stackBefore} to {stack}" : "شما برگه {card} را از فهرست {stackBefore} به {stack} منتقل کرده اید",
|
||||||
|
"{user} has moved the card {card} from list {stackBefore} to {stack}" : "{user} برگه {card} را از فهرست {stackBefore} به {stack} منتقل کرده است",
|
||||||
|
"You have added the attachment {attachment} to card {card}" : "شما پیوست {attachment} را به برگه {card} اضافه کردهاید.",
|
||||||
|
"{user} has added the attachment {attachment} to card {card}" : "{user} پیوست {attachment} را به برگه {card} اضافه کرده است",
|
||||||
|
"You have updated the attachment {attachment} on card {card}" : "شما پیوست {attachment} را در برگه {card} به روز کرده اید",
|
||||||
|
"{user} has updated the attachment {attachment} on card {card}" : "{user} پیوست {attachment} را در برگه {card} به روز کرده است",
|
||||||
|
"You have deleted the attachment {attachment} from card {card}" : "شما پیوست {attachment} را از برگه {card} حذف کرده اید",
|
||||||
|
"{user} has deleted the attachment {attachment} from card {card}" : "{user} پیوست {attachment} را ازبرگه {card} حذف کرده است",
|
||||||
|
"You have restored the attachment {attachment} to card {card}" : "شما پیوست {attachment} را به برگه {card} بازیابی کرده اید",
|
||||||
|
"{user} has restored the attachment {attachment} to card {card}" : "{user} پیوست {attachment} را به برگه {card} بازیابی کرده است",
|
||||||
|
"You have commented on card {card}" : "شما در مورد برگه {card} نظر داده اید",
|
||||||
|
"{user} has commented on card {card}" : "{user} روی برگه {card} نظر داده است",
|
||||||
|
"A <strong>card description</strong> inside the Deck app has been changed" : "شرح برگه در برگهدان تغییر کرده است",
|
||||||
|
"Deck" : "برگهدان",
|
||||||
|
"Changes in the <strong>Deck app</strong>" : "تغییرات در برگهدان",
|
||||||
|
"A <strong>comment</strong> was created on a card" : "یک نظر روی یک برگه ایجاد شد",
|
||||||
|
"Upcoming cards" : "برگههای آینده",
|
||||||
"Personal" : "شخصی",
|
"Personal" : "شخصی",
|
||||||
|
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} برگه {deck-card} در {deck-board} را به شما اختصاص داده است.",
|
||||||
|
"The card {deck-card} on {deck-board} has reached its due date." : "برگه {deck-card} در {deck-board} به تاریخ سررسید خود رسیده است.",
|
||||||
|
"{user} has mentioned you in a comment on {deck-card}." : "{user} از شما در نظری در {deck-card} نام برده است.",
|
||||||
|
"{user} has shared {deck-board} with you." : "{user} {deck-board} را با شما به اشتراک گذاشته است.",
|
||||||
|
"Card comments" : "برگهٔ نظر",
|
||||||
|
"No data was provided to create an attachment." : "هیچ داده ای برای ایجاد پیوست ارائه نشد.",
|
||||||
"Finished" : "تمام شده",
|
"Finished" : "تمام شده",
|
||||||
"To review" : "برای بازبینی",
|
"To review" : "برای بازبینی",
|
||||||
"Action needed" : "نیازمند اقدام",
|
"Action needed" : "نیازمند اقدام",
|
||||||
@@ -36,16 +93,29 @@
|
|||||||
"Could not write file to disk" : "عدم موفقیت در نوشتن پرونده روی حافظه",
|
"Could not write file to disk" : "عدم موفقیت در نوشتن پرونده روی حافظه",
|
||||||
"A PHP extension stopped the file upload" : "یک افزونه پیاچپی مانع بارگذاری پرونده شد",
|
"A PHP extension stopped the file upload" : "یک افزونه پیاچپی مانع بارگذاری پرونده شد",
|
||||||
"No file uploaded or file size exceeds maximum of %s" : "پروندهای بارگذاری نشد و یا حجم پرونده بیش از بیشینه مجاز %s بود",
|
"No file uploaded or file size exceeds maximum of %s" : "پروندهای بارگذاری نشد و یا حجم پرونده بیش از بیشینه مجاز %s بود",
|
||||||
"Card details" : "جزئیات کارت",
|
"Card not found" : "برگه یافت نشد",
|
||||||
|
"Path is already shared with this card" : "مسیر قبلاً با این برگه به اشتراک گذاشته شده است",
|
||||||
|
"Invalid date, date format must be YYYY-MM-DD" : "تاریخ نامعتبر است، قالب تاریخ باید YYYY-MM-DD باشد",
|
||||||
|
"Personal planning and team project organization" : "برنامهریزی شخصی و سازماندهی کار گروهی",
|
||||||
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "برگهدان یک ابزار سازماندهی سبک کانبان است که هدف آن برنامهریزی شخصی و سازماندهی پروژه برای گروههای مرتبط با Nextcloud است.\n\n\n- 📥 وظایف خود را به برگهها اضافه کنید و آنها را مرتب کنید\n- 📄 یادداشتهای اضافی را در Markdown یادداشت کنید\n- 🔖 برچسبهایی را برای سازماندهی بهتر اختصاص دهید\n- 👥 با گروه، دوستان یا خانوادهٔ خود به اشتراک بگذارید\n- 📎 فایلها را ضمیمه کنید و آنها را در توضیحات Markdown خود قرار دهید\n- 💬 با استفاده از نظرات با تیم خود بحث کنید\n- ⚡ تغییرات در جریان فعالیت را پیگیری کنید\n- 🚀 پروژه خود را سازماندهی کنید",
|
||||||
|
"Card details" : "جزئیات برگه",
|
||||||
"Add board" : "تخته را اضافه کنید",
|
"Add board" : "تخته را اضافه کنید",
|
||||||
"Select the board to link to a project" : "تختهای را برای ایجاد پیوند با یک پروژه انتخاب کنید",
|
"Select the board to link to a project" : "تختهای را برای ایجاد پیوند با یک پروژه انتخاب کنید",
|
||||||
"Search by board title" : "جستجو بر اساس عنوان تخته",
|
"Search by board title" : "جستجو بر اساس عنوان تخته",
|
||||||
"Select board" : "انتخاب تخته",
|
"Select board" : "انتخاب تخته",
|
||||||
|
"Create a new card" : "برگهٔ جدید بسازید",
|
||||||
"Select a board" : "انتخاب یک تخته",
|
"Select a board" : "انتخاب یک تخته",
|
||||||
|
"Select a list" : "یک فهرست برگزینید",
|
||||||
|
"Card title" : "عنوان برگه",
|
||||||
"Cancel" : "لغو",
|
"Cancel" : "لغو",
|
||||||
"Select a card" : "انتخاب یک کارت",
|
"Creating the new card …" : "ساختن برگهٔ جدید",
|
||||||
"Select the card to link to a project" : "کارتی را برای ایجاد پیوند با یک پروژه انتخاب کنید",
|
"Card \"{card}\" was added to \"{board}\"" : "برگه \"{card}\" به \"{board}\" اضافه شد",
|
||||||
"Link to card" : "پیوند به کارت",
|
"Open card" : "برگهٔ گشوده",
|
||||||
|
"Close" : "بسته",
|
||||||
|
"Create card" : "برگه بسازید",
|
||||||
|
"Select a card" : "انتخاب یک برگه",
|
||||||
|
"Select the card to link to a project" : "برگهای را برای ایجاد پیوند با یک پروژه انتخاب کنید",
|
||||||
|
"Link to card" : "پیوند به برگه",
|
||||||
"File already exists" : "پرونده از قبل موجود است",
|
"File already exists" : "پرونده از قبل موجود است",
|
||||||
"A file with the name {filename} already exists." : "پروندهای با نام {filename} از قبل موجود است.",
|
"A file with the name {filename} already exists." : "پروندهای با نام {filename} از قبل موجود است.",
|
||||||
"Do you want to overwrite it?" : "میخواهید روی آن بازنویسی شود؟",
|
"Do you want to overwrite it?" : "میخواهید روی آن بازنویسی شود؟",
|
||||||
@@ -53,20 +123,28 @@
|
|||||||
"Keep existing file" : "پرونده موجود حفظ شود",
|
"Keep existing file" : "پرونده موجود حفظ شود",
|
||||||
"This board is read only" : "تخته، فقط خواندنی است",
|
"This board is read only" : "تخته، فقط خواندنی است",
|
||||||
"Drop your files to upload" : "برای بارگذاری، پروندهها را اینجا رها کنید",
|
"Drop your files to upload" : "برای بارگذاری، پروندهها را اینجا رها کنید",
|
||||||
|
"Add card" : "افزودن برگه",
|
||||||
"Archived cards" : "کارتهای بایگانیشده",
|
"Archived cards" : "کارتهای بایگانیشده",
|
||||||
"Add list" : "افزودن فهرست",
|
"Add list" : "افزودن فهرست",
|
||||||
"List name" : "نام فهرست",
|
"List name" : "نام فهرست",
|
||||||
"Apply filter" : "اعمال پالایه",
|
"Apply filter" : "اعمال پالایه",
|
||||||
"Filter by tag" : "پالایش برحسب برچسب",
|
"Filter by tag" : "پالایش برحسب برچسب",
|
||||||
|
"Filter by assigned user" : "فیلتر بر اساس کاربر اختصاص داده شده",
|
||||||
|
"Unassigned" : "اختصاص داده نشده است",
|
||||||
|
"Filter by due date" : "فیلتر بر اساس تاریخ مقرر",
|
||||||
"Overdue" : "تاریخ گذشته",
|
"Overdue" : "تاریخ گذشته",
|
||||||
"Next 24 hours" : "۲۴ ساعت آینده",
|
"Next 24 hours" : "۲۴ ساعت آینده",
|
||||||
"Next 7 days" : "۷ روز آینده",
|
"Next 7 days" : "۷ روز آینده",
|
||||||
"Next 30 days" : "۳۰ روز آینده",
|
"Next 30 days" : "۳۰ روز آینده",
|
||||||
|
"No due date" : "بدون تاریخ سررسید",
|
||||||
"Clear filter" : "پاک کردن پالایه",
|
"Clear filter" : "پاک کردن پالایه",
|
||||||
|
"Hide archived cards" : "برگههای بایگانی شده را مخفی کنید",
|
||||||
"Show archived cards" : "نمایش کارتهای بایگانی شده",
|
"Show archived cards" : "نمایش کارتهای بایگانی شده",
|
||||||
"Toggle compact mode" : "تغییر حالت فشرده",
|
"Toggle compact mode" : "تغییر حالت فشرده",
|
||||||
"Details" : "جزئیات",
|
"Details" : "جزئیات",
|
||||||
"Loading board" : "بارکردن تخته",
|
"Loading board" : "بارکردن تخته",
|
||||||
|
"No lists available" : "هیچ فهرستی در دسترس نیست",
|
||||||
|
"Create a new list to add cards to this board" : "یک فهرست جدید برای افزود برگه به این تابلو ایجاد کنید",
|
||||||
"Board not found" : "تخته یافت نشد",
|
"Board not found" : "تخته یافت نشد",
|
||||||
"Sharing" : "همرسانی",
|
"Sharing" : "همرسانی",
|
||||||
"Tags" : "برچسبها",
|
"Tags" : "برچسبها",
|
||||||
@@ -76,6 +154,8 @@
|
|||||||
"Undo" : "برگرداندن",
|
"Undo" : "برگرداندن",
|
||||||
"Deleted cards" : "کارتهای پاک شده",
|
"Deleted cards" : "کارتهای پاک شده",
|
||||||
"Share board with a user, group or circle …" : "همرسانی تخته با کاربر، گروه یا حلقه...",
|
"Share board with a user, group or circle …" : "همرسانی تخته با کاربر، گروه یا حلقه...",
|
||||||
|
"Searching for users, groups and circles …" : "جستجوی کاربران، گروهها و حلقهها…",
|
||||||
|
"No participants found" : "هیچ شرکتی پیدا نشد",
|
||||||
"Board owner" : "مالک تخته",
|
"Board owner" : "مالک تخته",
|
||||||
"(Group)" : "(گروه)",
|
"(Group)" : "(گروه)",
|
||||||
"(Circle)" : "(حلقه)",
|
"(Circle)" : "(حلقه)",
|
||||||
@@ -83,27 +163,56 @@
|
|||||||
"Can share" : "میتواند همرسانی کند",
|
"Can share" : "میتواند همرسانی کند",
|
||||||
"Can manage" : "میتواند مدیریت کند",
|
"Can manage" : "میتواند مدیریت کند",
|
||||||
"Delete" : "حذف",
|
"Delete" : "حذف",
|
||||||
|
"Failed to create share with {displayName}" : "اشتراکگذاری با {displayName} ایجاد نشد",
|
||||||
|
"Add a new list" : "فهرست جدید بیفزایید!",
|
||||||
|
"Archive all cards" : "همهٔ برگهها را بایگانی کنید!",
|
||||||
"Delete list" : "حذف فهرست",
|
"Delete list" : "حذف فهرست",
|
||||||
"Add card" : "افزودن کارت",
|
"Archive all cards in this list" : "تمام برگههای موجود در این فهرست را بایگانی کنید",
|
||||||
"Add a new card" : "افزودن یک کارت جدید",
|
"Add a new card" : "افزودن یک کارت جدید",
|
||||||
|
"Card name" : "نام برگه",
|
||||||
|
"List deleted" : "فهرست پاک شد",
|
||||||
"Edit" : "ویرایش",
|
"Edit" : "ویرایش",
|
||||||
"Add a new tag" : "افزودن یک برچسب جدید",
|
"Add a new tag" : "افزودن یک برچسب جدید",
|
||||||
"title and color value must be provided" : "نام و رنگ باید مشخص شود",
|
"title and color value must be provided" : "نام و رنگ باید مشخص شود",
|
||||||
|
"Board name" : "نامِ تخته",
|
||||||
"Members" : "اعضا",
|
"Members" : "اعضا",
|
||||||
|
"Upload new files" : "فایلهای جدید را آپلود کنید",
|
||||||
|
"Share from Files" : "اشتراکگذاری از فایلها",
|
||||||
|
"Pending share" : "سهم معلق",
|
||||||
"Add this attachment" : "افزودن این پیوست",
|
"Add this attachment" : "افزودن این پیوست",
|
||||||
|
"Show in Files" : "نمایش در فایلها",
|
||||||
|
"Download" : "بارگیری",
|
||||||
|
"Remove attachment" : "حذف پیوست",
|
||||||
"Delete Attachment" : "حذف پیوست",
|
"Delete Attachment" : "حذف پیوست",
|
||||||
"Restore Attachment" : "بازیابی پیوست",
|
"Restore Attachment" : "بازیابی پیوست",
|
||||||
|
"File to share" : "فایل برای اشتراکگذاری",
|
||||||
|
"Invalid path selected" : "مسیر نامعتبر انتخاب شده است",
|
||||||
|
"Open in sidebar view" : "در نمای نوار کناری باز کنید",
|
||||||
|
"Open in bigger view" : "در نمای بزرگتر باز کنید",
|
||||||
"Attachments" : "پیوستها",
|
"Attachments" : "پیوستها",
|
||||||
"Comments" : "نظرات",
|
"Comments" : "نظرات",
|
||||||
"Modified" : "تغییر یافته",
|
"Modified" : "تغییر یافته",
|
||||||
"Created" : "ایجاد شده",
|
"Created" : "ایجاد شده",
|
||||||
|
"The title cannot be empty." : "عنوان نمیتواند خالی باشد.",
|
||||||
"No comments yet. Begin the discussion!" : "هنوز نظری وجود ندارد. بحثی را آغاز کنید!",
|
"No comments yet. Begin the discussion!" : "هنوز نظری وجود ندارد. بحثی را آغاز کنید!",
|
||||||
|
"Failed to load comments" : "نظرات بارگیری نشد",
|
||||||
|
"Assign a tag to this card…" : "یک برچسب به این کارت اختصاص دهید…",
|
||||||
|
"Assign to users" : "به کاربران اختصاص دهید",
|
||||||
|
"Assign to users/groups/circles" : "به کاربران/ گروهها/ حلقهها اختصاص دهید",
|
||||||
|
"Assign a user to this card…" : "اختصاص یک کاربر به این کارت…",
|
||||||
"Due date" : "موعد مقرر",
|
"Due date" : "موعد مقرر",
|
||||||
|
"Set a due date" : "تاریخ سررسید را تعیین کنید",
|
||||||
|
"Remove due date" : "تاریخ سررسید را حذف کنید",
|
||||||
"Select Date" : "تاریخ را انتخاب کنید",
|
"Select Date" : "تاریخ را انتخاب کنید",
|
||||||
|
"Today" : "Today",
|
||||||
|
"Tomorrow" : "فردا",
|
||||||
|
"Next week" : "هفتهٔ بعد",
|
||||||
|
"Next month" : "ماه بعد",
|
||||||
"Save" : "ذخیره",
|
"Save" : "ذخیره",
|
||||||
"The comment cannot be empty." : "نظر نمیتواند خالی باشد.",
|
"The comment cannot be empty." : "نظر نمیتواند خالی باشد.",
|
||||||
"The comment cannot be longer than 1000 characters." : "نظر نمیتواند طولانیتر از ۱۰۰۰ حرف باشد.",
|
"The comment cannot be longer than 1000 characters." : "نظر نمیتواند طولانیتر از ۱۰۰۰ حرف باشد.",
|
||||||
"In reply to" : "در پاسخ به",
|
"In reply to" : "در پاسخ به",
|
||||||
|
"Cancel reply" : "لغو پاسخ",
|
||||||
"Reply" : "پاسخ",
|
"Reply" : "پاسخ",
|
||||||
"Update" : "بهروزرسانی",
|
"Update" : "بهروزرسانی",
|
||||||
"Description" : "توضیحات",
|
"Description" : "توضیحات",
|
||||||
@@ -113,20 +222,29 @@
|
|||||||
"Edit description" : "ویرایش توضیحات",
|
"Edit description" : "ویرایش توضیحات",
|
||||||
"View description" : "نمایش توضیحات",
|
"View description" : "نمایش توضیحات",
|
||||||
"Add Attachment" : "افزودن پیوست",
|
"Add Attachment" : "افزودن پیوست",
|
||||||
|
"Write a description …" : "توضیح بنویس…",
|
||||||
"Choose attachment" : "انتخاب پیوست",
|
"Choose attachment" : "انتخاب پیوست",
|
||||||
"(group)" : "(گروه)",
|
"(group)" : "(گروه)",
|
||||||
|
"{count} comments, {unread} unread" : "{count} نظر، { خوانده نشده} خوانده نشده",
|
||||||
|
"Assign to me" : "به من اختصاص دهید",
|
||||||
|
"Unassign myself" : "واگذاری به خودم را لغو میکنم",
|
||||||
"Move card" : "انتقال کارت",
|
"Move card" : "انتقال کارت",
|
||||||
|
"Unarchive card" : "برگه را از بایگانی خارج کنید",
|
||||||
"Archive card" : "کارت بایگانی",
|
"Archive card" : "کارت بایگانی",
|
||||||
"Delete card" : "حذف کارت",
|
"Delete card" : "حذف کارت",
|
||||||
"Move card to another board" : "انتقال کارت به تختهای دیگر",
|
"Move card to another board" : "انتقال کارت به تختهای دیگر",
|
||||||
|
"List is empty" : "فهرست خالی است",
|
||||||
|
"Card deleted" : "برگه پاک شد",
|
||||||
"seconds ago" : "ثانیههایی پیش",
|
"seconds ago" : "ثانیههایی پیش",
|
||||||
"All boards" : "همه تختهها",
|
"All boards" : "همه تختهها",
|
||||||
"Archived boards" : "تختههای بایگانی شده",
|
"Archived boards" : "تختههای بایگانی شده",
|
||||||
"Shared with you" : "با شما به اشتراک گذاشته شده است",
|
"Shared with you" : "با شما به اشتراک گذاشته شده است",
|
||||||
|
"Use bigger card view" : "از نمای برگهٔ بزرگتر استفاده کنید",
|
||||||
|
"Show boards in calendar/tasks" : "نمایش تابلوها در تقویم/ وظایف",
|
||||||
|
"Limit deck usage of groups" : "استفاده از برگهدان گروهها را محدود کنید",
|
||||||
|
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "محدودکردن برگهدان باعث میشود تا کاربرانی که جزو آن گروهها نیستند، تابلوهای خود را ایجاد کنند. کاربران همچنان میتوانند روی تابلوهایی کار کنند که با آنها به اشتراک گذاشته شده است.",
|
||||||
"Edit board" : "ویرایش تخته",
|
"Edit board" : "ویرایش تخته",
|
||||||
"An error occurred" : "خطایی روی داد",
|
"An error occurred" : "خطایی روی داد",
|
||||||
"Today" : "Today",
|
|
||||||
"Tomorrow" : "فردا",
|
|
||||||
"This week" : "این هفته"
|
"This week" : "این هفته"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||||
}
|
}
|
||||||
30
l10n/fi.js
30
l10n/fi.js
@@ -61,6 +61,7 @@ OC.L10N.register(
|
|||||||
"The card \"%s\" on \"%s\" has reached its due date." : "Kortin \"%s\" on \"%s\" eräpäivä on tullut vastaan.",
|
"The card \"%s\" on \"%s\" has reached its due date." : "Kortin \"%s\" on \"%s\" eräpäivä on tullut vastaan.",
|
||||||
"%s has mentioned you in a comment on \"%s\"." : "%s mainitsi sinut kommentissa kortilla \"%s\".",
|
"%s has mentioned you in a comment on \"%s\"." : "%s mainitsi sinut kommentissa kortilla \"%s\".",
|
||||||
"The board \"%s\" has been shared with you by %s." : "Taulu \"%s\" on jaettu kanssasi käyttäjän %s toimesta.",
|
"The board \"%s\" has been shared with you by %s." : "Taulu \"%s\" on jaettu kanssasi käyttäjän %s toimesta.",
|
||||||
|
"Card comments" : "Kortin kommentit",
|
||||||
"Finished" : "Valmistunut",
|
"Finished" : "Valmistunut",
|
||||||
"To review" : "Arvosteltavana",
|
"To review" : "Arvosteltavana",
|
||||||
"Action needed" : "Toimia vaaditaan",
|
"Action needed" : "Toimia vaaditaan",
|
||||||
@@ -82,7 +83,8 @@ OC.L10N.register(
|
|||||||
"A PHP extension stopped the file upload" : "PHP:n laajennus esti tiedoston lähettämisen",
|
"A PHP extension stopped the file upload" : "PHP:n laajennus esti tiedoston lähettämisen",
|
||||||
"No file uploaded or file size exceeds maximum of %s" : "Tiedostoa ei lähetetty tai sen koko ylitti maksimin %s",
|
"No file uploaded or file size exceeds maximum of %s" : "Tiedostoa ei lähetetty tai sen koko ylitti maksimin %s",
|
||||||
"Card not found" : "Korttia ei löydy",
|
"Card not found" : "Korttia ei löydy",
|
||||||
"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" : "Pakka on Nextcloudissa työtään hallinnoivien tiimien käyttöön tarkoitettu kanban-tyyppinen organisointityökalu.\n\n\n- 📥 Lisää tehtävät korteille ja järjestele ne mielesi mukaan\n- 📄 Kirjoita lisätietoja markdown-kielellä\n- 🔖 Määritä tunnisteita helpottaaksesi hallintaa\n- 👥 Jaa tiimin, perheen tai kavereiden kanssa\n- 📎 Lisää tiedostoja ja upota ne lisätietoihin\n- 💬 Keskustele tiimisi kanssa kommenteilla\n- ⚡ Pidä kirjaa muutoksista tapahtumavirran avulla\n- 🚀 Pidä projektisi hallinnassa",
|
"Path is already shared with this card" : "Polku on jo jaettu tämän kortin kanssa",
|
||||||
|
"Invalid date, date format must be YYYY-MM-DD" : "Virheellinen päivä, päivän muodon tulee olla YYYY-MM-DD",
|
||||||
"Card details" : "Näytä kortin sisältö",
|
"Card details" : "Näytä kortin sisältö",
|
||||||
"Add board" : "Lisää taulu",
|
"Add board" : "Lisää taulu",
|
||||||
"Select the board to link to a project" : "Valitse projektiin linkitettävä taulu",
|
"Select the board to link to a project" : "Valitse projektiin linkitettävä taulu",
|
||||||
@@ -93,6 +95,8 @@ OC.L10N.register(
|
|||||||
"Select a list" : "Valitse lista ",
|
"Select a list" : "Valitse lista ",
|
||||||
"Card title" : "Kortin otsikko",
|
"Card title" : "Kortin otsikko",
|
||||||
"Cancel" : "Peruuta",
|
"Cancel" : "Peruuta",
|
||||||
|
"Creating the new card …" : "Luodaan uutta korttia…",
|
||||||
|
"Card \"{card}\" was added to \"{board}\"" : "Kortti \"{card}\" lisättiin taululle \"{board}\"",
|
||||||
"Open card" : "Avaa kortti",
|
"Open card" : "Avaa kortti",
|
||||||
"Close" : "Sulje",
|
"Close" : "Sulje",
|
||||||
"Create card" : "Luo kortti",
|
"Create card" : "Luo kortti",
|
||||||
@@ -106,6 +110,7 @@ OC.L10N.register(
|
|||||||
"Keep existing file" : "Pidä nykyinen tiedosto",
|
"Keep existing file" : "Pidä nykyinen tiedosto",
|
||||||
"This board is read only" : "Tämä taulu on kirjoitussuojattu",
|
"This board is read only" : "Tämä taulu on kirjoitussuojattu",
|
||||||
"Drop your files to upload" : "Pudota tiedostot lähettääksesi ne",
|
"Drop your files to upload" : "Pudota tiedostot lähettääksesi ne",
|
||||||
|
"Add card" : "Lisää kortti",
|
||||||
"Archived cards" : "Arkistoidut kortit",
|
"Archived cards" : "Arkistoidut kortit",
|
||||||
"Add list" : "Lisää lista",
|
"Add list" : "Lisää lista",
|
||||||
"List name" : "Listan nimi",
|
"List name" : "Listan nimi",
|
||||||
@@ -147,7 +152,6 @@ OC.L10N.register(
|
|||||||
"Add a new list" : "Lisää uusi lista",
|
"Add a new list" : "Lisää uusi lista",
|
||||||
"Archive all cards" : "Arkistoi kaikki kortit",
|
"Archive all cards" : "Arkistoi kaikki kortit",
|
||||||
"Delete list" : "Poista lista",
|
"Delete list" : "Poista lista",
|
||||||
"Add card" : "Lisää kortti",
|
|
||||||
"Archive all cards in this list" : "Arkistoi kaikki kortit tässä listassa",
|
"Archive all cards in this list" : "Arkistoi kaikki kortit tässä listassa",
|
||||||
"Add a new card" : "Lisää uusi kortti",
|
"Add a new card" : "Lisää uusi kortti",
|
||||||
"Card name" : "Kortin nimi",
|
"Card name" : "Kortin nimi",
|
||||||
@@ -157,20 +161,30 @@ OC.L10N.register(
|
|||||||
"title and color value must be provided" : "tunnisteella on oltava nimi ja väri",
|
"title and color value must be provided" : "tunnisteella on oltava nimi ja väri",
|
||||||
"Board name" : "Taulun nimi",
|
"Board name" : "Taulun nimi",
|
||||||
"Members" : "Jäsenet",
|
"Members" : "Jäsenet",
|
||||||
|
"Upload new files" : "Lähetä uusia tiedostoja",
|
||||||
"Add this attachment" : "Lisää tämä liite",
|
"Add this attachment" : "Lisää tämä liite",
|
||||||
|
"Remove attachment" : "Poista liite",
|
||||||
"Delete Attachment" : "Poista liite",
|
"Delete Attachment" : "Poista liite",
|
||||||
"Restore Attachment" : "Palauta liite",
|
"Restore Attachment" : "Palauta liite",
|
||||||
"File to share" : "Jaettava tiedosto",
|
"File to share" : "Jaettava tiedosto",
|
||||||
|
"Invalid path selected" : "Virheellinen polku valittu",
|
||||||
|
"Open in sidebar view" : "Avaa sivupalkkinäkymään",
|
||||||
"Attachments" : "Liitteet",
|
"Attachments" : "Liitteet",
|
||||||
"Comments" : "Kommentit",
|
"Comments" : "Kommentit",
|
||||||
"Modified" : "Muokattu",
|
"Modified" : "Muokattu",
|
||||||
"Created" : "Luotu",
|
"Created" : "Luotu",
|
||||||
|
"The title cannot be empty." : "Otsikko ei voi olla tyhjä.",
|
||||||
"No comments yet. Begin the discussion!" : "Ei vielä kommentteja. Aloita keskustelu!",
|
"No comments yet. Begin the discussion!" : "Ei vielä kommentteja. Aloita keskustelu!",
|
||||||
|
"Failed to load comments" : "Kommenttien lataaminen epäonnistui",
|
||||||
"Assign a tag to this card…" : "Lisää kortille tunniste...",
|
"Assign a tag to this card…" : "Lisää kortille tunniste...",
|
||||||
"Due date" : "Eräpäivä",
|
"Due date" : "Eräpäivä",
|
||||||
"Set a due date" : "Aseta eräpäivä",
|
"Set a due date" : "Aseta eräpäivä",
|
||||||
"Remove due date" : "Poista eräpäivä",
|
"Remove due date" : "Poista eräpäivä",
|
||||||
"Select Date" : "Valitse päivä",
|
"Select Date" : "Valitse päivä",
|
||||||
|
"Today" : "Tänään",
|
||||||
|
"Tomorrow" : "Huomenna",
|
||||||
|
"Next week" : "Seuraava viikko",
|
||||||
|
"Next month" : "Seuraava kuukausi",
|
||||||
"Save" : "Tallenna",
|
"Save" : "Tallenna",
|
||||||
"The comment cannot be empty." : "Kommentti ei voi olla tyhjä.",
|
"The comment cannot be empty." : "Kommentti ei voi olla tyhjä.",
|
||||||
"The comment cannot be longer than 1000 characters." : "Kommentin on oltava alle 1000 merkkiä pitkä.",
|
"The comment cannot be longer than 1000 characters." : "Kommentin on oltava alle 1000 merkkiä pitkä.",
|
||||||
@@ -183,8 +197,10 @@ OC.L10N.register(
|
|||||||
"Edit description" : "Muokkaa kuvausta",
|
"Edit description" : "Muokkaa kuvausta",
|
||||||
"View description" : "Näytä kuvaus",
|
"View description" : "Näytä kuvaus",
|
||||||
"Add Attachment" : "Lisää liite",
|
"Add Attachment" : "Lisää liite",
|
||||||
|
"Write a description …" : "Kirjoita kuvaus…",
|
||||||
"Choose attachment" : "Valitse liite",
|
"Choose attachment" : "Valitse liite",
|
||||||
"(group)" : "(ryhmä)",
|
"(group)" : "(ryhmä)",
|
||||||
|
"{count} comments, {unread} unread" : "{count} kommenttia, {unread} lukematonta",
|
||||||
"Assign to me" : "Määritä minulle",
|
"Assign to me" : "Määritä minulle",
|
||||||
"Unassign myself" : "Poista määritys minulta",
|
"Unassign myself" : "Poista määritys minulta",
|
||||||
"Move card" : "Siirrä kortti",
|
"Move card" : "Siirrä kortti",
|
||||||
@@ -201,6 +217,7 @@ OC.L10N.register(
|
|||||||
"Board details" : "Taulun tiedot",
|
"Board details" : "Taulun tiedot",
|
||||||
"Edit board" : "Muokkaa taulua",
|
"Edit board" : "Muokkaa taulua",
|
||||||
"Clone board" : "Monista taulu",
|
"Clone board" : "Monista taulu",
|
||||||
|
"Archive board" : "Arkistoi taulu",
|
||||||
"All cards" : "Kaikki kortit",
|
"All cards" : "Kaikki kortit",
|
||||||
"No notifications" : "Ei ilmoituksia",
|
"No notifications" : "Ei ilmoituksia",
|
||||||
"Delete board" : "Poista taulu",
|
"Delete board" : "Poista taulu",
|
||||||
@@ -208,16 +225,19 @@ OC.L10N.register(
|
|||||||
"No reminder" : "Ei muistutusta",
|
"No reminder" : "Ei muistutusta",
|
||||||
"An error occurred" : "Tapahtui virhe",
|
"An error occurred" : "Tapahtui virhe",
|
||||||
"Delete the board?" : "Poistetaanko tämä taulu?",
|
"Delete the board?" : "Poistetaanko tämä taulu?",
|
||||||
"Today" : "Tänään",
|
|
||||||
"Tomorrow" : "Huomenna",
|
|
||||||
"This week" : "Tällä viikolla",
|
"This week" : "Tällä viikolla",
|
||||||
|
"Search for {searchQuery} in all boards" : "Hae ehtoja {searchQuery} kaikilta tauluilta",
|
||||||
|
"No results found" : "Ei tuloksia",
|
||||||
"No upcoming cards" : "Ei tulevia kortteja",
|
"No upcoming cards" : "Ei tulevia kortteja",
|
||||||
"upcoming cards" : "tulevat kortit",
|
"upcoming cards" : "tulevat kortit",
|
||||||
"Link to a board" : "Linkki taululle",
|
"Link to a board" : "Linkki taululle",
|
||||||
"Link to a card" : "Linkitä korttiin",
|
"Link to a card" : "Linkitä korttiin",
|
||||||
"Create a card" : "Luo kortti",
|
"Create a card" : "Luo kortti",
|
||||||
"Something went wrong" : "Jokin meni vikaan",
|
"Something went wrong" : "Jokin meni vikaan",
|
||||||
|
"Failed to upload {name}" : "Ei voitu lähettää {name}",
|
||||||
"Maximum file size of {size} exceeded" : "Tiedoston enimmäiskoko {size} ylitetty",
|
"Maximum file size of {size} exceeded" : "Tiedoston enimmäiskoko {size} ylitetty",
|
||||||
"Share" : "Jaa"
|
"Error creating the share" : "Virhe jakoa luotaessa",
|
||||||
|
"Share" : "Jaa",
|
||||||
|
"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" : "Pakka on Nextcloudissa työtään hallinnoivien tiimien käyttöön tarkoitettu kanban-tyyppinen organisointityökalu.\n\n\n- 📥 Lisää tehtävät korteille ja järjestele ne mielesi mukaan\n- 📄 Kirjoita lisätietoja markdown-kielellä\n- 🔖 Määritä tunnisteita helpottaaksesi hallintaa\n- 👥 Jaa tiimin, perheen tai kavereiden kanssa\n- 📎 Lisää tiedostoja ja upota ne lisätietoihin\n- 💬 Keskustele tiimisi kanssa kommenteilla\n- ⚡ Pidä kirjaa muutoksista tapahtumavirran avulla\n- 🚀 Pidä projektisi hallinnassa"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
30
l10n/fi.json
30
l10n/fi.json
@@ -59,6 +59,7 @@
|
|||||||
"The card \"%s\" on \"%s\" has reached its due date." : "Kortin \"%s\" on \"%s\" eräpäivä on tullut vastaan.",
|
"The card \"%s\" on \"%s\" has reached its due date." : "Kortin \"%s\" on \"%s\" eräpäivä on tullut vastaan.",
|
||||||
"%s has mentioned you in a comment on \"%s\"." : "%s mainitsi sinut kommentissa kortilla \"%s\".",
|
"%s has mentioned you in a comment on \"%s\"." : "%s mainitsi sinut kommentissa kortilla \"%s\".",
|
||||||
"The board \"%s\" has been shared with you by %s." : "Taulu \"%s\" on jaettu kanssasi käyttäjän %s toimesta.",
|
"The board \"%s\" has been shared with you by %s." : "Taulu \"%s\" on jaettu kanssasi käyttäjän %s toimesta.",
|
||||||
|
"Card comments" : "Kortin kommentit",
|
||||||
"Finished" : "Valmistunut",
|
"Finished" : "Valmistunut",
|
||||||
"To review" : "Arvosteltavana",
|
"To review" : "Arvosteltavana",
|
||||||
"Action needed" : "Toimia vaaditaan",
|
"Action needed" : "Toimia vaaditaan",
|
||||||
@@ -80,7 +81,8 @@
|
|||||||
"A PHP extension stopped the file upload" : "PHP:n laajennus esti tiedoston lähettämisen",
|
"A PHP extension stopped the file upload" : "PHP:n laajennus esti tiedoston lähettämisen",
|
||||||
"No file uploaded or file size exceeds maximum of %s" : "Tiedostoa ei lähetetty tai sen koko ylitti maksimin %s",
|
"No file uploaded or file size exceeds maximum of %s" : "Tiedostoa ei lähetetty tai sen koko ylitti maksimin %s",
|
||||||
"Card not found" : "Korttia ei löydy",
|
"Card not found" : "Korttia ei löydy",
|
||||||
"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" : "Pakka on Nextcloudissa työtään hallinnoivien tiimien käyttöön tarkoitettu kanban-tyyppinen organisointityökalu.\n\n\n- 📥 Lisää tehtävät korteille ja järjestele ne mielesi mukaan\n- 📄 Kirjoita lisätietoja markdown-kielellä\n- 🔖 Määritä tunnisteita helpottaaksesi hallintaa\n- 👥 Jaa tiimin, perheen tai kavereiden kanssa\n- 📎 Lisää tiedostoja ja upota ne lisätietoihin\n- 💬 Keskustele tiimisi kanssa kommenteilla\n- ⚡ Pidä kirjaa muutoksista tapahtumavirran avulla\n- 🚀 Pidä projektisi hallinnassa",
|
"Path is already shared with this card" : "Polku on jo jaettu tämän kortin kanssa",
|
||||||
|
"Invalid date, date format must be YYYY-MM-DD" : "Virheellinen päivä, päivän muodon tulee olla YYYY-MM-DD",
|
||||||
"Card details" : "Näytä kortin sisältö",
|
"Card details" : "Näytä kortin sisältö",
|
||||||
"Add board" : "Lisää taulu",
|
"Add board" : "Lisää taulu",
|
||||||
"Select the board to link to a project" : "Valitse projektiin linkitettävä taulu",
|
"Select the board to link to a project" : "Valitse projektiin linkitettävä taulu",
|
||||||
@@ -91,6 +93,8 @@
|
|||||||
"Select a list" : "Valitse lista ",
|
"Select a list" : "Valitse lista ",
|
||||||
"Card title" : "Kortin otsikko",
|
"Card title" : "Kortin otsikko",
|
||||||
"Cancel" : "Peruuta",
|
"Cancel" : "Peruuta",
|
||||||
|
"Creating the new card …" : "Luodaan uutta korttia…",
|
||||||
|
"Card \"{card}\" was added to \"{board}\"" : "Kortti \"{card}\" lisättiin taululle \"{board}\"",
|
||||||
"Open card" : "Avaa kortti",
|
"Open card" : "Avaa kortti",
|
||||||
"Close" : "Sulje",
|
"Close" : "Sulje",
|
||||||
"Create card" : "Luo kortti",
|
"Create card" : "Luo kortti",
|
||||||
@@ -104,6 +108,7 @@
|
|||||||
"Keep existing file" : "Pidä nykyinen tiedosto",
|
"Keep existing file" : "Pidä nykyinen tiedosto",
|
||||||
"This board is read only" : "Tämä taulu on kirjoitussuojattu",
|
"This board is read only" : "Tämä taulu on kirjoitussuojattu",
|
||||||
"Drop your files to upload" : "Pudota tiedostot lähettääksesi ne",
|
"Drop your files to upload" : "Pudota tiedostot lähettääksesi ne",
|
||||||
|
"Add card" : "Lisää kortti",
|
||||||
"Archived cards" : "Arkistoidut kortit",
|
"Archived cards" : "Arkistoidut kortit",
|
||||||
"Add list" : "Lisää lista",
|
"Add list" : "Lisää lista",
|
||||||
"List name" : "Listan nimi",
|
"List name" : "Listan nimi",
|
||||||
@@ -145,7 +150,6 @@
|
|||||||
"Add a new list" : "Lisää uusi lista",
|
"Add a new list" : "Lisää uusi lista",
|
||||||
"Archive all cards" : "Arkistoi kaikki kortit",
|
"Archive all cards" : "Arkistoi kaikki kortit",
|
||||||
"Delete list" : "Poista lista",
|
"Delete list" : "Poista lista",
|
||||||
"Add card" : "Lisää kortti",
|
|
||||||
"Archive all cards in this list" : "Arkistoi kaikki kortit tässä listassa",
|
"Archive all cards in this list" : "Arkistoi kaikki kortit tässä listassa",
|
||||||
"Add a new card" : "Lisää uusi kortti",
|
"Add a new card" : "Lisää uusi kortti",
|
||||||
"Card name" : "Kortin nimi",
|
"Card name" : "Kortin nimi",
|
||||||
@@ -155,20 +159,30 @@
|
|||||||
"title and color value must be provided" : "tunnisteella on oltava nimi ja väri",
|
"title and color value must be provided" : "tunnisteella on oltava nimi ja väri",
|
||||||
"Board name" : "Taulun nimi",
|
"Board name" : "Taulun nimi",
|
||||||
"Members" : "Jäsenet",
|
"Members" : "Jäsenet",
|
||||||
|
"Upload new files" : "Lähetä uusia tiedostoja",
|
||||||
"Add this attachment" : "Lisää tämä liite",
|
"Add this attachment" : "Lisää tämä liite",
|
||||||
|
"Remove attachment" : "Poista liite",
|
||||||
"Delete Attachment" : "Poista liite",
|
"Delete Attachment" : "Poista liite",
|
||||||
"Restore Attachment" : "Palauta liite",
|
"Restore Attachment" : "Palauta liite",
|
||||||
"File to share" : "Jaettava tiedosto",
|
"File to share" : "Jaettava tiedosto",
|
||||||
|
"Invalid path selected" : "Virheellinen polku valittu",
|
||||||
|
"Open in sidebar view" : "Avaa sivupalkkinäkymään",
|
||||||
"Attachments" : "Liitteet",
|
"Attachments" : "Liitteet",
|
||||||
"Comments" : "Kommentit",
|
"Comments" : "Kommentit",
|
||||||
"Modified" : "Muokattu",
|
"Modified" : "Muokattu",
|
||||||
"Created" : "Luotu",
|
"Created" : "Luotu",
|
||||||
|
"The title cannot be empty." : "Otsikko ei voi olla tyhjä.",
|
||||||
"No comments yet. Begin the discussion!" : "Ei vielä kommentteja. Aloita keskustelu!",
|
"No comments yet. Begin the discussion!" : "Ei vielä kommentteja. Aloita keskustelu!",
|
||||||
|
"Failed to load comments" : "Kommenttien lataaminen epäonnistui",
|
||||||
"Assign a tag to this card…" : "Lisää kortille tunniste...",
|
"Assign a tag to this card…" : "Lisää kortille tunniste...",
|
||||||
"Due date" : "Eräpäivä",
|
"Due date" : "Eräpäivä",
|
||||||
"Set a due date" : "Aseta eräpäivä",
|
"Set a due date" : "Aseta eräpäivä",
|
||||||
"Remove due date" : "Poista eräpäivä",
|
"Remove due date" : "Poista eräpäivä",
|
||||||
"Select Date" : "Valitse päivä",
|
"Select Date" : "Valitse päivä",
|
||||||
|
"Today" : "Tänään",
|
||||||
|
"Tomorrow" : "Huomenna",
|
||||||
|
"Next week" : "Seuraava viikko",
|
||||||
|
"Next month" : "Seuraava kuukausi",
|
||||||
"Save" : "Tallenna",
|
"Save" : "Tallenna",
|
||||||
"The comment cannot be empty." : "Kommentti ei voi olla tyhjä.",
|
"The comment cannot be empty." : "Kommentti ei voi olla tyhjä.",
|
||||||
"The comment cannot be longer than 1000 characters." : "Kommentin on oltava alle 1000 merkkiä pitkä.",
|
"The comment cannot be longer than 1000 characters." : "Kommentin on oltava alle 1000 merkkiä pitkä.",
|
||||||
@@ -181,8 +195,10 @@
|
|||||||
"Edit description" : "Muokkaa kuvausta",
|
"Edit description" : "Muokkaa kuvausta",
|
||||||
"View description" : "Näytä kuvaus",
|
"View description" : "Näytä kuvaus",
|
||||||
"Add Attachment" : "Lisää liite",
|
"Add Attachment" : "Lisää liite",
|
||||||
|
"Write a description …" : "Kirjoita kuvaus…",
|
||||||
"Choose attachment" : "Valitse liite",
|
"Choose attachment" : "Valitse liite",
|
||||||
"(group)" : "(ryhmä)",
|
"(group)" : "(ryhmä)",
|
||||||
|
"{count} comments, {unread} unread" : "{count} kommenttia, {unread} lukematonta",
|
||||||
"Assign to me" : "Määritä minulle",
|
"Assign to me" : "Määritä minulle",
|
||||||
"Unassign myself" : "Poista määritys minulta",
|
"Unassign myself" : "Poista määritys minulta",
|
||||||
"Move card" : "Siirrä kortti",
|
"Move card" : "Siirrä kortti",
|
||||||
@@ -199,6 +215,7 @@
|
|||||||
"Board details" : "Taulun tiedot",
|
"Board details" : "Taulun tiedot",
|
||||||
"Edit board" : "Muokkaa taulua",
|
"Edit board" : "Muokkaa taulua",
|
||||||
"Clone board" : "Monista taulu",
|
"Clone board" : "Monista taulu",
|
||||||
|
"Archive board" : "Arkistoi taulu",
|
||||||
"All cards" : "Kaikki kortit",
|
"All cards" : "Kaikki kortit",
|
||||||
"No notifications" : "Ei ilmoituksia",
|
"No notifications" : "Ei ilmoituksia",
|
||||||
"Delete board" : "Poista taulu",
|
"Delete board" : "Poista taulu",
|
||||||
@@ -206,16 +223,19 @@
|
|||||||
"No reminder" : "Ei muistutusta",
|
"No reminder" : "Ei muistutusta",
|
||||||
"An error occurred" : "Tapahtui virhe",
|
"An error occurred" : "Tapahtui virhe",
|
||||||
"Delete the board?" : "Poistetaanko tämä taulu?",
|
"Delete the board?" : "Poistetaanko tämä taulu?",
|
||||||
"Today" : "Tänään",
|
|
||||||
"Tomorrow" : "Huomenna",
|
|
||||||
"This week" : "Tällä viikolla",
|
"This week" : "Tällä viikolla",
|
||||||
|
"Search for {searchQuery} in all boards" : "Hae ehtoja {searchQuery} kaikilta tauluilta",
|
||||||
|
"No results found" : "Ei tuloksia",
|
||||||
"No upcoming cards" : "Ei tulevia kortteja",
|
"No upcoming cards" : "Ei tulevia kortteja",
|
||||||
"upcoming cards" : "tulevat kortit",
|
"upcoming cards" : "tulevat kortit",
|
||||||
"Link to a board" : "Linkki taululle",
|
"Link to a board" : "Linkki taululle",
|
||||||
"Link to a card" : "Linkitä korttiin",
|
"Link to a card" : "Linkitä korttiin",
|
||||||
"Create a card" : "Luo kortti",
|
"Create a card" : "Luo kortti",
|
||||||
"Something went wrong" : "Jokin meni vikaan",
|
"Something went wrong" : "Jokin meni vikaan",
|
||||||
|
"Failed to upload {name}" : "Ei voitu lähettää {name}",
|
||||||
"Maximum file size of {size} exceeded" : "Tiedoston enimmäiskoko {size} ylitetty",
|
"Maximum file size of {size} exceeded" : "Tiedoston enimmäiskoko {size} ylitetty",
|
||||||
"Share" : "Jaa"
|
"Error creating the share" : "Virhe jakoa luotaessa",
|
||||||
|
"Share" : "Jaa",
|
||||||
|
"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" : "Pakka on Nextcloudissa työtään hallinnoivien tiimien käyttöön tarkoitettu kanban-tyyppinen organisointityökalu.\n\n\n- 📥 Lisää tehtävät korteille ja järjestele ne mielesi mukaan\n- 📄 Kirjoita lisätietoja markdown-kielellä\n- 🔖 Määritä tunnisteita helpottaaksesi hallintaa\n- 👥 Jaa tiimin, perheen tai kavereiden kanssa\n- 📎 Lisää tiedostoja ja upota ne lisätietoihin\n- 💬 Keskustele tiimisi kanssa kommenteilla\n- ⚡ Pidä kirjaa muutoksista tapahtumavirran avulla\n- 🚀 Pidä projektisi hallinnassa"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
27
l10n/fr.js
27
l10n/fr.js
@@ -78,6 +78,7 @@ OC.L10N.register(
|
|||||||
"The board \"%s\" has been shared with you by %s." : "Le tableau \"%s\" a été partagé avec vous par %s.",
|
"The board \"%s\" has been shared with you by %s." : "Le tableau \"%s\" a été partagé avec vous par %s.",
|
||||||
"{user} has shared {deck-board} with you." : "{user} vous a partagé le tableau {deck-board}.",
|
"{user} has shared {deck-board} with you." : "{user} vous a partagé le tableau {deck-board}.",
|
||||||
"Card comments" : "Commentaires de la carte",
|
"Card comments" : "Commentaires de la carte",
|
||||||
|
"%s on %s" : "%s sur %s",
|
||||||
"No data was provided to create an attachment." : "Aucune donnée n'a été fournie pour créer une pièce jointe.",
|
"No data was provided to create an attachment." : "Aucune donnée n'a été fournie pour créer une pièce jointe.",
|
||||||
"Finished" : "Terminé",
|
"Finished" : "Terminé",
|
||||||
"To review" : "A réviser",
|
"To review" : "A réviser",
|
||||||
@@ -99,11 +100,12 @@ OC.L10N.register(
|
|||||||
"Could not write file to disk" : "Impossible d'écrire le fichier sur le disque",
|
"Could not write file to disk" : "Impossible d'écrire le fichier sur le disque",
|
||||||
"A PHP extension stopped the file upload" : "Une extension PHP a arrêté l'envoi du fichier",
|
"A PHP extension stopped the file upload" : "Une extension PHP a arrêté l'envoi du fichier",
|
||||||
"No file uploaded or file size exceeds maximum of %s" : "Aucun fichier envoyé ou la taille du fichier dépasse le maximum de %s",
|
"No file uploaded or file size exceeds maximum of %s" : "Aucun fichier envoyé ou la taille du fichier dépasse le maximum de %s",
|
||||||
|
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Ce commentaire comporte plus de %s caractères.\nAjouté en pièce jointe à la carte intitulée %s.\nAccessible depuis l'URL: %s.",
|
||||||
"Card not found" : "Carte introuvable",
|
"Card not found" : "Carte introuvable",
|
||||||
"Path is already shared with this card" : "Le chemin est déjà partagé avec cette carte",
|
"Path is already shared with this card" : "Le chemin est déjà partagé avec cette carte",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Date non valable, le format de la date doit être AAAA-MM-JJ",
|
"Invalid date, date format must be YYYY-MM-DD" : "Date non valable, le format de la date doit être AAAA-MM-JJ",
|
||||||
"Personal planning and team project organization" : "Agenda personnel et organisation projet",
|
"Personal planning and team project organization" : "Agenda personnel et organisation projet",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck est un outil d'organisation de style kanban destiné à la planification personnelle et à l'organisation de projets pour les équipes intégrées à Nextcloud.\n\n\n- 📥 Ajoutez vos tâches à des cartes et organisez-les\n- 📄 Écrivez des notes supplémentaires en Markdown\n- 🔖 Affectez des étiquettes pour une organisation encore meilleure\n- 👥 Partagez avec votre équipe, vos amis ou votre famille\n- 📎 Attachez des fichiers et utilisez les dans vos descriptions en Markdown\n- 💬 Échangez avec votre équipe grâce aux commentaires\n- ⚡ Gardez un œil sur les modifications dans le flux d'activité\n- 🚀 Organisez vos projets",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck est un outil d'organisation de style kanban destiné à la planification personnelle et à l'organisation de projets pour les équipes intégrées à Nextcloud.\n\n\n- 📥 Ajoutez vos tâches à des cartes et organisez-les\n- 📄 Écrivez des notes supplémentaires en Markdown\n- 🔖 Affectez des étiquettes pour une organisation encore meilleure\n- 👥 Partagez avec votre équipe, vos amis ou votre famille\n- 📎 Attachez des fichiers et utilisez les dans vos descriptions en Markdown\n- 💬 Échangez avec votre équipe grâce aux commentaires\n- ⚡ Gardez un œil sur les modifications dans le flux d'activité\n- 🚀 Organisez vos projets",
|
||||||
"Card details" : "Détails de la carte",
|
"Card details" : "Détails de la carte",
|
||||||
"Add board" : "Ajouter un tableau",
|
"Add board" : "Ajouter un tableau",
|
||||||
"Select the board to link to a project" : "Sélection le tableau pour faire le lien avec un projet.",
|
"Select the board to link to a project" : "Sélection le tableau pour faire le lien avec un projet.",
|
||||||
@@ -129,6 +131,7 @@ OC.L10N.register(
|
|||||||
"Keep existing file" : "Conserver le fichier existant",
|
"Keep existing file" : "Conserver le fichier existant",
|
||||||
"This board is read only" : "Ce tableau est en lecture seule",
|
"This board is read only" : "Ce tableau est en lecture seule",
|
||||||
"Drop your files to upload" : "Glissez vos fichiers pour les envoyer",
|
"Drop your files to upload" : "Glissez vos fichiers pour les envoyer",
|
||||||
|
"Add card" : "Ajouter une carte",
|
||||||
"Archived cards" : "Cartes archivées",
|
"Archived cards" : "Cartes archivées",
|
||||||
"Add list" : "Ajouter une liste",
|
"Add list" : "Ajouter une liste",
|
||||||
"List name" : "Nom de la liste",
|
"List name" : "Nom de la liste",
|
||||||
@@ -172,7 +175,6 @@ OC.L10N.register(
|
|||||||
"Add a new list" : "Ajouter une nouvelle liste",
|
"Add a new list" : "Ajouter une nouvelle liste",
|
||||||
"Archive all cards" : "Archiver toutes les cartes",
|
"Archive all cards" : "Archiver toutes les cartes",
|
||||||
"Delete list" : "Supprimer la liste",
|
"Delete list" : "Supprimer la liste",
|
||||||
"Add card" : "Ajouter une carte",
|
|
||||||
"Archive all cards in this list" : "Archiver toutes les cartes de cette liste",
|
"Archive all cards in this list" : "Archiver toutes les cartes de cette liste",
|
||||||
"Add a new card" : "Ajouter une nouvelle carte",
|
"Add a new card" : "Ajouter une nouvelle carte",
|
||||||
"Card name" : "Nom de la carte",
|
"Card name" : "Nom de la carte",
|
||||||
@@ -183,9 +185,12 @@ OC.L10N.register(
|
|||||||
"Board name" : "Nom du tableau",
|
"Board name" : "Nom du tableau",
|
||||||
"Members" : "Membres",
|
"Members" : "Membres",
|
||||||
"Upload new files" : "Téléverser de nouveaux fichiers",
|
"Upload new files" : "Téléverser de nouveaux fichiers",
|
||||||
"Share from Files" : "Partager vos fichiers déjà stockés",
|
"Share from Files" : "Choisir depuis Fichiers",
|
||||||
|
"Pending share" : "Partage en attente",
|
||||||
"Add this attachment" : "Ajouter cette pièce jointe",
|
"Add this attachment" : "Ajouter cette pièce jointe",
|
||||||
"Unshare file" : "Ne plus partager le fichier",
|
"Show in Files" : "Afficher dans Fichiers",
|
||||||
|
"Download" : "Télécharger",
|
||||||
|
"Remove attachment" : "Supprimer la pièce jointe",
|
||||||
"Delete Attachment" : "Supprimer la pièce jointe",
|
"Delete Attachment" : "Supprimer la pièce jointe",
|
||||||
"Restore Attachment" : "Restaurer la pièce jointe",
|
"Restore Attachment" : "Restaurer la pièce jointe",
|
||||||
"File to share" : "Fichier à partager",
|
"File to share" : "Fichier à partager",
|
||||||
@@ -207,10 +212,15 @@ OC.L10N.register(
|
|||||||
"Set a due date" : "Définir une date d'échéance",
|
"Set a due date" : "Définir une date d'échéance",
|
||||||
"Remove due date" : "Supprimer la date d'échéance",
|
"Remove due date" : "Supprimer la date d'échéance",
|
||||||
"Select Date" : "Sélectionnez une date",
|
"Select Date" : "Sélectionnez une date",
|
||||||
|
"Today" : "Aujourd'hui",
|
||||||
|
"Tomorrow" : "Demain",
|
||||||
|
"Next week" : "Semaine suivante",
|
||||||
|
"Next month" : "Mois suivant",
|
||||||
"Save" : "Enregistrer",
|
"Save" : "Enregistrer",
|
||||||
"The comment cannot be empty." : "Un commentaire ne peut pas être vide.",
|
"The comment cannot be empty." : "Un commentaire ne peut pas être vide.",
|
||||||
"The comment cannot be longer than 1000 characters." : "Un commentaire est limité à 1 000 caractères.",
|
"The comment cannot be longer than 1000 characters." : "Un commentaire est limité à 1 000 caractères.",
|
||||||
"In reply to" : "En réponse à",
|
"In reply to" : "En réponse à",
|
||||||
|
"Cancel reply" : "Annuler la réponse",
|
||||||
"Reply" : "Répondre",
|
"Reply" : "Répondre",
|
||||||
"Update" : "Mettre à jour",
|
"Update" : "Mettre à jour",
|
||||||
"Description" : "Description",
|
"Description" : "Description",
|
||||||
@@ -231,6 +241,7 @@ OC.L10N.register(
|
|||||||
"Archive card" : "Archiver la carte",
|
"Archive card" : "Archiver la carte",
|
||||||
"Delete card" : "Supprimer la carte",
|
"Delete card" : "Supprimer la carte",
|
||||||
"Move card to another board" : "Déplacer la carte vers un autre tableau ",
|
"Move card to another board" : "Déplacer la carte vers un autre tableau ",
|
||||||
|
"List is empty" : "La liste est vide",
|
||||||
"Card deleted" : "Carte supprimée",
|
"Card deleted" : "Carte supprimée",
|
||||||
"seconds ago" : "à l'instant",
|
"seconds ago" : "à l'instant",
|
||||||
"All boards" : "Tous les tableaux",
|
"All boards" : "Tous les tableaux",
|
||||||
@@ -259,8 +270,6 @@ OC.L10N.register(
|
|||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Êtes-vous certain de vouloir supprimer le tableau {title} ? Cela supprimera l'ensemble des données de ce tableau.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Êtes-vous certain de vouloir supprimer le tableau {title} ? Cela supprimera l'ensemble des données de ce tableau.",
|
||||||
"Delete the board?" : "Supprimer le tableau ?",
|
"Delete the board?" : "Supprimer le tableau ?",
|
||||||
"Loading filtered view" : "Chargement de la vue filtrée",
|
"Loading filtered view" : "Chargement de la vue filtrée",
|
||||||
"Today" : "Aujourd'hui",
|
|
||||||
"Tomorrow" : "Demain",
|
|
||||||
"This week" : "Cette semaine",
|
"This week" : "Cette semaine",
|
||||||
"No due" : "Sans échéance",
|
"No due" : "Sans échéance",
|
||||||
"Search for {searchQuery} in all boards" : "Rechercher {searchQuery} dans tous les tableaux",
|
"Search for {searchQuery} in all boards" : "Rechercher {searchQuery} dans tous les tableaux",
|
||||||
@@ -277,6 +286,10 @@ OC.L10N.register(
|
|||||||
"Error creating the share" : "Erreur lors de la création du partage",
|
"Error creating the share" : "Erreur lors de la création du partage",
|
||||||
"Share with a Deck card" : "Partager avec Deck en tant que carte",
|
"Share with a Deck card" : "Partager avec Deck en tant que carte",
|
||||||
"Share {file} with a Deck card" : "Partager {file} avec Deck en tant que carte",
|
"Share {file} with a Deck card" : "Partager {file} avec Deck en tant que carte",
|
||||||
"Share" : "Partager"
|
"Share" : "Partager",
|
||||||
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck est un outil d'organisation de style kanban destiné à la planification personnelle et à l'organisation de projets pour les équipes intégrées à Nextcloud.\n\n\n- 📥 Ajoutez vos tâches à des cartes et organisez-les\n- 📄 Écrivez des notes supplémentaires en Markdown\n- 🔖 Affectez des étiquettes pour une organisation encore meilleure\n- 👥 Partagez avec votre équipe, vos amis ou votre famille\n- 📎 Attachez des fichiers et utilisez les dans vos descriptions en Markdown\n- 💬 Échangez avec votre équipe grâce aux commentaires\n- ⚡ Gardez un œil sur les modifications dans le flux d'activité\n- 🚀 Organisez vos projets",
|
||||||
|
"Creating the new card…" : "Création de la nouvelle carte…",
|
||||||
|
"\"{card}\" was added to \"{board}\"" : "La carte \"{card}\" a été ajoutée au tableau \"{board}\"",
|
||||||
|
"(circle)" : "(cercle)"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n > 1);");
|
"nplurals=2; plural=(n > 1);");
|
||||||
|
|||||||
27
l10n/fr.json
27
l10n/fr.json
@@ -76,6 +76,7 @@
|
|||||||
"The board \"%s\" has been shared with you by %s." : "Le tableau \"%s\" a été partagé avec vous par %s.",
|
"The board \"%s\" has been shared with you by %s." : "Le tableau \"%s\" a été partagé avec vous par %s.",
|
||||||
"{user} has shared {deck-board} with you." : "{user} vous a partagé le tableau {deck-board}.",
|
"{user} has shared {deck-board} with you." : "{user} vous a partagé le tableau {deck-board}.",
|
||||||
"Card comments" : "Commentaires de la carte",
|
"Card comments" : "Commentaires de la carte",
|
||||||
|
"%s on %s" : "%s sur %s",
|
||||||
"No data was provided to create an attachment." : "Aucune donnée n'a été fournie pour créer une pièce jointe.",
|
"No data was provided to create an attachment." : "Aucune donnée n'a été fournie pour créer une pièce jointe.",
|
||||||
"Finished" : "Terminé",
|
"Finished" : "Terminé",
|
||||||
"To review" : "A réviser",
|
"To review" : "A réviser",
|
||||||
@@ -97,11 +98,12 @@
|
|||||||
"Could not write file to disk" : "Impossible d'écrire le fichier sur le disque",
|
"Could not write file to disk" : "Impossible d'écrire le fichier sur le disque",
|
||||||
"A PHP extension stopped the file upload" : "Une extension PHP a arrêté l'envoi du fichier",
|
"A PHP extension stopped the file upload" : "Une extension PHP a arrêté l'envoi du fichier",
|
||||||
"No file uploaded or file size exceeds maximum of %s" : "Aucun fichier envoyé ou la taille du fichier dépasse le maximum de %s",
|
"No file uploaded or file size exceeds maximum of %s" : "Aucun fichier envoyé ou la taille du fichier dépasse le maximum de %s",
|
||||||
|
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Ce commentaire comporte plus de %s caractères.\nAjouté en pièce jointe à la carte intitulée %s.\nAccessible depuis l'URL: %s.",
|
||||||
"Card not found" : "Carte introuvable",
|
"Card not found" : "Carte introuvable",
|
||||||
"Path is already shared with this card" : "Le chemin est déjà partagé avec cette carte",
|
"Path is already shared with this card" : "Le chemin est déjà partagé avec cette carte",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Date non valable, le format de la date doit être AAAA-MM-JJ",
|
"Invalid date, date format must be YYYY-MM-DD" : "Date non valable, le format de la date doit être AAAA-MM-JJ",
|
||||||
"Personal planning and team project organization" : "Agenda personnel et organisation projet",
|
"Personal planning and team project organization" : "Agenda personnel et organisation projet",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck est un outil d'organisation de style kanban destiné à la planification personnelle et à l'organisation de projets pour les équipes intégrées à Nextcloud.\n\n\n- 📥 Ajoutez vos tâches à des cartes et organisez-les\n- 📄 Écrivez des notes supplémentaires en Markdown\n- 🔖 Affectez des étiquettes pour une organisation encore meilleure\n- 👥 Partagez avec votre équipe, vos amis ou votre famille\n- 📎 Attachez des fichiers et utilisez les dans vos descriptions en Markdown\n- 💬 Échangez avec votre équipe grâce aux commentaires\n- ⚡ Gardez un œil sur les modifications dans le flux d'activité\n- 🚀 Organisez vos projets",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck est un outil d'organisation de style kanban destiné à la planification personnelle et à l'organisation de projets pour les équipes intégrées à Nextcloud.\n\n\n- 📥 Ajoutez vos tâches à des cartes et organisez-les\n- 📄 Écrivez des notes supplémentaires en Markdown\n- 🔖 Affectez des étiquettes pour une organisation encore meilleure\n- 👥 Partagez avec votre équipe, vos amis ou votre famille\n- 📎 Attachez des fichiers et utilisez les dans vos descriptions en Markdown\n- 💬 Échangez avec votre équipe grâce aux commentaires\n- ⚡ Gardez un œil sur les modifications dans le flux d'activité\n- 🚀 Organisez vos projets",
|
||||||
"Card details" : "Détails de la carte",
|
"Card details" : "Détails de la carte",
|
||||||
"Add board" : "Ajouter un tableau",
|
"Add board" : "Ajouter un tableau",
|
||||||
"Select the board to link to a project" : "Sélection le tableau pour faire le lien avec un projet.",
|
"Select the board to link to a project" : "Sélection le tableau pour faire le lien avec un projet.",
|
||||||
@@ -127,6 +129,7 @@
|
|||||||
"Keep existing file" : "Conserver le fichier existant",
|
"Keep existing file" : "Conserver le fichier existant",
|
||||||
"This board is read only" : "Ce tableau est en lecture seule",
|
"This board is read only" : "Ce tableau est en lecture seule",
|
||||||
"Drop your files to upload" : "Glissez vos fichiers pour les envoyer",
|
"Drop your files to upload" : "Glissez vos fichiers pour les envoyer",
|
||||||
|
"Add card" : "Ajouter une carte",
|
||||||
"Archived cards" : "Cartes archivées",
|
"Archived cards" : "Cartes archivées",
|
||||||
"Add list" : "Ajouter une liste",
|
"Add list" : "Ajouter une liste",
|
||||||
"List name" : "Nom de la liste",
|
"List name" : "Nom de la liste",
|
||||||
@@ -170,7 +173,6 @@
|
|||||||
"Add a new list" : "Ajouter une nouvelle liste",
|
"Add a new list" : "Ajouter une nouvelle liste",
|
||||||
"Archive all cards" : "Archiver toutes les cartes",
|
"Archive all cards" : "Archiver toutes les cartes",
|
||||||
"Delete list" : "Supprimer la liste",
|
"Delete list" : "Supprimer la liste",
|
||||||
"Add card" : "Ajouter une carte",
|
|
||||||
"Archive all cards in this list" : "Archiver toutes les cartes de cette liste",
|
"Archive all cards in this list" : "Archiver toutes les cartes de cette liste",
|
||||||
"Add a new card" : "Ajouter une nouvelle carte",
|
"Add a new card" : "Ajouter une nouvelle carte",
|
||||||
"Card name" : "Nom de la carte",
|
"Card name" : "Nom de la carte",
|
||||||
@@ -181,9 +183,12 @@
|
|||||||
"Board name" : "Nom du tableau",
|
"Board name" : "Nom du tableau",
|
||||||
"Members" : "Membres",
|
"Members" : "Membres",
|
||||||
"Upload new files" : "Téléverser de nouveaux fichiers",
|
"Upload new files" : "Téléverser de nouveaux fichiers",
|
||||||
"Share from Files" : "Partager vos fichiers déjà stockés",
|
"Share from Files" : "Choisir depuis Fichiers",
|
||||||
|
"Pending share" : "Partage en attente",
|
||||||
"Add this attachment" : "Ajouter cette pièce jointe",
|
"Add this attachment" : "Ajouter cette pièce jointe",
|
||||||
"Unshare file" : "Ne plus partager le fichier",
|
"Show in Files" : "Afficher dans Fichiers",
|
||||||
|
"Download" : "Télécharger",
|
||||||
|
"Remove attachment" : "Supprimer la pièce jointe",
|
||||||
"Delete Attachment" : "Supprimer la pièce jointe",
|
"Delete Attachment" : "Supprimer la pièce jointe",
|
||||||
"Restore Attachment" : "Restaurer la pièce jointe",
|
"Restore Attachment" : "Restaurer la pièce jointe",
|
||||||
"File to share" : "Fichier à partager",
|
"File to share" : "Fichier à partager",
|
||||||
@@ -205,10 +210,15 @@
|
|||||||
"Set a due date" : "Définir une date d'échéance",
|
"Set a due date" : "Définir une date d'échéance",
|
||||||
"Remove due date" : "Supprimer la date d'échéance",
|
"Remove due date" : "Supprimer la date d'échéance",
|
||||||
"Select Date" : "Sélectionnez une date",
|
"Select Date" : "Sélectionnez une date",
|
||||||
|
"Today" : "Aujourd'hui",
|
||||||
|
"Tomorrow" : "Demain",
|
||||||
|
"Next week" : "Semaine suivante",
|
||||||
|
"Next month" : "Mois suivant",
|
||||||
"Save" : "Enregistrer",
|
"Save" : "Enregistrer",
|
||||||
"The comment cannot be empty." : "Un commentaire ne peut pas être vide.",
|
"The comment cannot be empty." : "Un commentaire ne peut pas être vide.",
|
||||||
"The comment cannot be longer than 1000 characters." : "Un commentaire est limité à 1 000 caractères.",
|
"The comment cannot be longer than 1000 characters." : "Un commentaire est limité à 1 000 caractères.",
|
||||||
"In reply to" : "En réponse à",
|
"In reply to" : "En réponse à",
|
||||||
|
"Cancel reply" : "Annuler la réponse",
|
||||||
"Reply" : "Répondre",
|
"Reply" : "Répondre",
|
||||||
"Update" : "Mettre à jour",
|
"Update" : "Mettre à jour",
|
||||||
"Description" : "Description",
|
"Description" : "Description",
|
||||||
@@ -229,6 +239,7 @@
|
|||||||
"Archive card" : "Archiver la carte",
|
"Archive card" : "Archiver la carte",
|
||||||
"Delete card" : "Supprimer la carte",
|
"Delete card" : "Supprimer la carte",
|
||||||
"Move card to another board" : "Déplacer la carte vers un autre tableau ",
|
"Move card to another board" : "Déplacer la carte vers un autre tableau ",
|
||||||
|
"List is empty" : "La liste est vide",
|
||||||
"Card deleted" : "Carte supprimée",
|
"Card deleted" : "Carte supprimée",
|
||||||
"seconds ago" : "à l'instant",
|
"seconds ago" : "à l'instant",
|
||||||
"All boards" : "Tous les tableaux",
|
"All boards" : "Tous les tableaux",
|
||||||
@@ -257,8 +268,6 @@
|
|||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Êtes-vous certain de vouloir supprimer le tableau {title} ? Cela supprimera l'ensemble des données de ce tableau.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Êtes-vous certain de vouloir supprimer le tableau {title} ? Cela supprimera l'ensemble des données de ce tableau.",
|
||||||
"Delete the board?" : "Supprimer le tableau ?",
|
"Delete the board?" : "Supprimer le tableau ?",
|
||||||
"Loading filtered view" : "Chargement de la vue filtrée",
|
"Loading filtered view" : "Chargement de la vue filtrée",
|
||||||
"Today" : "Aujourd'hui",
|
|
||||||
"Tomorrow" : "Demain",
|
|
||||||
"This week" : "Cette semaine",
|
"This week" : "Cette semaine",
|
||||||
"No due" : "Sans échéance",
|
"No due" : "Sans échéance",
|
||||||
"Search for {searchQuery} in all boards" : "Rechercher {searchQuery} dans tous les tableaux",
|
"Search for {searchQuery} in all boards" : "Rechercher {searchQuery} dans tous les tableaux",
|
||||||
@@ -275,6 +284,10 @@
|
|||||||
"Error creating the share" : "Erreur lors de la création du partage",
|
"Error creating the share" : "Erreur lors de la création du partage",
|
||||||
"Share with a Deck card" : "Partager avec Deck en tant que carte",
|
"Share with a Deck card" : "Partager avec Deck en tant que carte",
|
||||||
"Share {file} with a Deck card" : "Partager {file} avec Deck en tant que carte",
|
"Share {file} with a Deck card" : "Partager {file} avec Deck en tant que carte",
|
||||||
"Share" : "Partager"
|
"Share" : "Partager",
|
||||||
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck est un outil d'organisation de style kanban destiné à la planification personnelle et à l'organisation de projets pour les équipes intégrées à Nextcloud.\n\n\n- 📥 Ajoutez vos tâches à des cartes et organisez-les\n- 📄 Écrivez des notes supplémentaires en Markdown\n- 🔖 Affectez des étiquettes pour une organisation encore meilleure\n- 👥 Partagez avec votre équipe, vos amis ou votre famille\n- 📎 Attachez des fichiers et utilisez les dans vos descriptions en Markdown\n- 💬 Échangez avec votre équipe grâce aux commentaires\n- ⚡ Gardez un œil sur les modifications dans le flux d'activité\n- 🚀 Organisez vos projets",
|
||||||
|
"Creating the new card…" : "Création de la nouvelle carte…",
|
||||||
|
"\"{card}\" was added to \"{board}\"" : "La carte \"{card}\" a été ajoutée au tableau \"{board}\"",
|
||||||
|
"(circle)" : "(cercle)"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||||
}
|
}
|
||||||
11
l10n/gl.js
11
l10n/gl.js
@@ -100,7 +100,6 @@ OC.L10N.register(
|
|||||||
"Path is already shared with this card" : "A ruta xa está compartida con esta tarxeta",
|
"Path is already shared with this card" : "A ruta xa está compartida con esta tarxeta",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Data incorrecta, o formato da date debe ser AAAA-MM-DD",
|
"Invalid date, date format must be YYYY-MM-DD" : "Data incorrecta, o formato da date debe ser AAAA-MM-DD",
|
||||||
"Personal planning and team project organization" : "Planificación persoal e organización de proxectos de equipo",
|
"Personal planning and team project organization" : "Planificación persoal e organización de proxectos de equipo",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck é unha ferramenta de organización de estilo kanban dirixida a planificación persoal e organización de proxectos para equipos integrados con Nextcloud. \n\n\n- 📥 Engada as súas tarefas ás tarxetas e fagas ordenadas\n- 📄 Escriba notas adicionais en markdown\n- 🔖 Asigne etiquetas para unha mellor organización\n- 👥 Comparta co seu equipo, amigos ou a súa familia\n- 📎 Anexe ficheiros e insíraos na súa descrición de markdown\n- 💬 Debata co seu equipo usando os comentarios\n- ⚡ Faga un seguimento dos cambios no fluxo de actividade\n- 🚀 Teña o seu proxecto organizado",
|
|
||||||
"Card details" : "Detalles da tarxeta",
|
"Card details" : "Detalles da tarxeta",
|
||||||
"Add board" : "Engadir taboleiro",
|
"Add board" : "Engadir taboleiro",
|
||||||
"Select the board to link to a project" : "Seleccione o taboleiro para ligar a un proxecto",
|
"Select the board to link to a project" : "Seleccione o taboleiro para ligar a un proxecto",
|
||||||
@@ -124,6 +123,7 @@ OC.L10N.register(
|
|||||||
"Keep existing file" : "Conservar o ficheiro existente",
|
"Keep existing file" : "Conservar o ficheiro existente",
|
||||||
"This board is read only" : "Este taboleiro é só de lectura",
|
"This board is read only" : "Este taboleiro é só de lectura",
|
||||||
"Drop your files to upload" : "Arrastre os seus ficheiros para envialos",
|
"Drop your files to upload" : "Arrastre os seus ficheiros para envialos",
|
||||||
|
"Add card" : "Engadir tarxeta",
|
||||||
"Archived cards" : "Tarxetas arquivadas",
|
"Archived cards" : "Tarxetas arquivadas",
|
||||||
"Add list" : "Engadir unha lista",
|
"Add list" : "Engadir unha lista",
|
||||||
"List name" : "Nome da lista",
|
"List name" : "Nome da lista",
|
||||||
@@ -167,7 +167,6 @@ OC.L10N.register(
|
|||||||
"Add a new list" : "Engadir unha lista nova",
|
"Add a new list" : "Engadir unha lista nova",
|
||||||
"Archive all cards" : "Arquivar todas as tarxetas",
|
"Archive all cards" : "Arquivar todas as tarxetas",
|
||||||
"Delete list" : "Eliminar lista",
|
"Delete list" : "Eliminar lista",
|
||||||
"Add card" : "Engadir tarxeta",
|
|
||||||
"Archive all cards in this list" : "Arquivar todas as tarxetas desta lista",
|
"Archive all cards in this list" : "Arquivar todas as tarxetas desta lista",
|
||||||
"Add a new card" : "Engadir unha nova tarxeta",
|
"Add a new card" : "Engadir unha nova tarxeta",
|
||||||
"Card name" : "Nome da tarxeta",
|
"Card name" : "Nome da tarxeta",
|
||||||
@@ -181,7 +180,6 @@ OC.L10N.register(
|
|||||||
"Share from Files" : "Compartir dende «Ficheiros»",
|
"Share from Files" : "Compartir dende «Ficheiros»",
|
||||||
"Add this attachment" : "Engadir este anexo",
|
"Add this attachment" : "Engadir este anexo",
|
||||||
"Show in Files" : "Amosar en Ficheiros",
|
"Show in Files" : "Amosar en Ficheiros",
|
||||||
"Unshare file" : "Deixar de compartir o ficheiro",
|
|
||||||
"Delete Attachment" : "Eliminar o anexo",
|
"Delete Attachment" : "Eliminar o anexo",
|
||||||
"Restore Attachment" : "Restaurar o anexo",
|
"Restore Attachment" : "Restaurar o anexo",
|
||||||
"File to share" : "Ficheiro para compartir",
|
"File to share" : "Ficheiro para compartir",
|
||||||
@@ -202,6 +200,8 @@ OC.L10N.register(
|
|||||||
"Set a due date" : "Estabelecer a data de caducidade",
|
"Set a due date" : "Estabelecer a data de caducidade",
|
||||||
"Remove due date" : "Retirar a data de caducidade",
|
"Remove due date" : "Retirar a data de caducidade",
|
||||||
"Select Date" : "Seleccione a data",
|
"Select Date" : "Seleccione a data",
|
||||||
|
"Today" : "Hoxe",
|
||||||
|
"Tomorrow" : "Mañá",
|
||||||
"Save" : "Gardar",
|
"Save" : "Gardar",
|
||||||
"The comment cannot be empty." : "O comentario non pode estar baleiro",
|
"The comment cannot be empty." : "O comentario non pode estar baleiro",
|
||||||
"The comment cannot be longer than 1000 characters." : "O comentario non pode ter máis de 1000 caracteres.",
|
"The comment cannot be longer than 1000 characters." : "O comentario non pode ter máis de 1000 caracteres.",
|
||||||
@@ -253,8 +253,6 @@ OC.L10N.register(
|
|||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Confirma que quere eliminar o taboleiro {title}? Isto eliminará todos os datos deste taboleiro.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Confirma que quere eliminar o taboleiro {title}? Isto eliminará todos os datos deste taboleiro.",
|
||||||
"Delete the board?" : "Eliminar o taboleiro?",
|
"Delete the board?" : "Eliminar o taboleiro?",
|
||||||
"Loading filtered view" : "Cargando a vista filtrada",
|
"Loading filtered view" : "Cargando a vista filtrada",
|
||||||
"Today" : "Hoxe",
|
|
||||||
"Tomorrow" : "Mañá",
|
|
||||||
"This week" : "Esta semana",
|
"This week" : "Esta semana",
|
||||||
"No due" : "Sen caducidade",
|
"No due" : "Sen caducidade",
|
||||||
"Search for {searchQuery} in all boards" : "Resultados de busca para {searchQuery} en todos os taboleiros",
|
"Search for {searchQuery} in all boards" : "Resultados de busca para {searchQuery} en todos os taboleiros",
|
||||||
@@ -271,6 +269,7 @@ OC.L10N.register(
|
|||||||
"Error creating the share" : "Produciuse un erro ao crear a compartición",
|
"Error creating the share" : "Produciuse un erro ao crear a compartición",
|
||||||
"Share with a Deck card" : "Compartir cunha tarxeta Deck",
|
"Share with a Deck card" : "Compartir cunha tarxeta Deck",
|
||||||
"Share {file} with a Deck card" : "Compartir {file} cunha tarxeta Deck",
|
"Share {file} with a Deck card" : "Compartir {file} cunha tarxeta Deck",
|
||||||
"Share" : "Compartir"
|
"Share" : "Compartir",
|
||||||
|
"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 é unha ferramenta de organización de estilo kanban dirixida a planificación persoal e organización de proxectos para equipos integrados con Nextcloud. \n\n\n- 📥 Engada as súas tarefas ás tarxetas e fagas ordenadas\n- 📄 Escriba notas adicionais en markdown\n- 🔖 Asigne etiquetas para unha mellor organización\n- 👥 Comparta co seu equipo, amigos ou a súa familia\n- 📎 Anexe ficheiros e insíraos na súa descrición de markdown\n- 💬 Debata co seu equipo usando os comentarios\n- ⚡ Faga un seguimento dos cambios no fluxo de actividade\n- 🚀 Teña o seu proxecto organizado"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
11
l10n/gl.json
11
l10n/gl.json
@@ -98,7 +98,6 @@
|
|||||||
"Path is already shared with this card" : "A ruta xa está compartida con esta tarxeta",
|
"Path is already shared with this card" : "A ruta xa está compartida con esta tarxeta",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Data incorrecta, o formato da date debe ser AAAA-MM-DD",
|
"Invalid date, date format must be YYYY-MM-DD" : "Data incorrecta, o formato da date debe ser AAAA-MM-DD",
|
||||||
"Personal planning and team project organization" : "Planificación persoal e organización de proxectos de equipo",
|
"Personal planning and team project organization" : "Planificación persoal e organización de proxectos de equipo",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck é unha ferramenta de organización de estilo kanban dirixida a planificación persoal e organización de proxectos para equipos integrados con Nextcloud. \n\n\n- 📥 Engada as súas tarefas ás tarxetas e fagas ordenadas\n- 📄 Escriba notas adicionais en markdown\n- 🔖 Asigne etiquetas para unha mellor organización\n- 👥 Comparta co seu equipo, amigos ou a súa familia\n- 📎 Anexe ficheiros e insíraos na súa descrición de markdown\n- 💬 Debata co seu equipo usando os comentarios\n- ⚡ Faga un seguimento dos cambios no fluxo de actividade\n- 🚀 Teña o seu proxecto organizado",
|
|
||||||
"Card details" : "Detalles da tarxeta",
|
"Card details" : "Detalles da tarxeta",
|
||||||
"Add board" : "Engadir taboleiro",
|
"Add board" : "Engadir taboleiro",
|
||||||
"Select the board to link to a project" : "Seleccione o taboleiro para ligar a un proxecto",
|
"Select the board to link to a project" : "Seleccione o taboleiro para ligar a un proxecto",
|
||||||
@@ -122,6 +121,7 @@
|
|||||||
"Keep existing file" : "Conservar o ficheiro existente",
|
"Keep existing file" : "Conservar o ficheiro existente",
|
||||||
"This board is read only" : "Este taboleiro é só de lectura",
|
"This board is read only" : "Este taboleiro é só de lectura",
|
||||||
"Drop your files to upload" : "Arrastre os seus ficheiros para envialos",
|
"Drop your files to upload" : "Arrastre os seus ficheiros para envialos",
|
||||||
|
"Add card" : "Engadir tarxeta",
|
||||||
"Archived cards" : "Tarxetas arquivadas",
|
"Archived cards" : "Tarxetas arquivadas",
|
||||||
"Add list" : "Engadir unha lista",
|
"Add list" : "Engadir unha lista",
|
||||||
"List name" : "Nome da lista",
|
"List name" : "Nome da lista",
|
||||||
@@ -165,7 +165,6 @@
|
|||||||
"Add a new list" : "Engadir unha lista nova",
|
"Add a new list" : "Engadir unha lista nova",
|
||||||
"Archive all cards" : "Arquivar todas as tarxetas",
|
"Archive all cards" : "Arquivar todas as tarxetas",
|
||||||
"Delete list" : "Eliminar lista",
|
"Delete list" : "Eliminar lista",
|
||||||
"Add card" : "Engadir tarxeta",
|
|
||||||
"Archive all cards in this list" : "Arquivar todas as tarxetas desta lista",
|
"Archive all cards in this list" : "Arquivar todas as tarxetas desta lista",
|
||||||
"Add a new card" : "Engadir unha nova tarxeta",
|
"Add a new card" : "Engadir unha nova tarxeta",
|
||||||
"Card name" : "Nome da tarxeta",
|
"Card name" : "Nome da tarxeta",
|
||||||
@@ -179,7 +178,6 @@
|
|||||||
"Share from Files" : "Compartir dende «Ficheiros»",
|
"Share from Files" : "Compartir dende «Ficheiros»",
|
||||||
"Add this attachment" : "Engadir este anexo",
|
"Add this attachment" : "Engadir este anexo",
|
||||||
"Show in Files" : "Amosar en Ficheiros",
|
"Show in Files" : "Amosar en Ficheiros",
|
||||||
"Unshare file" : "Deixar de compartir o ficheiro",
|
|
||||||
"Delete Attachment" : "Eliminar o anexo",
|
"Delete Attachment" : "Eliminar o anexo",
|
||||||
"Restore Attachment" : "Restaurar o anexo",
|
"Restore Attachment" : "Restaurar o anexo",
|
||||||
"File to share" : "Ficheiro para compartir",
|
"File to share" : "Ficheiro para compartir",
|
||||||
@@ -200,6 +198,8 @@
|
|||||||
"Set a due date" : "Estabelecer a data de caducidade",
|
"Set a due date" : "Estabelecer a data de caducidade",
|
||||||
"Remove due date" : "Retirar a data de caducidade",
|
"Remove due date" : "Retirar a data de caducidade",
|
||||||
"Select Date" : "Seleccione a data",
|
"Select Date" : "Seleccione a data",
|
||||||
|
"Today" : "Hoxe",
|
||||||
|
"Tomorrow" : "Mañá",
|
||||||
"Save" : "Gardar",
|
"Save" : "Gardar",
|
||||||
"The comment cannot be empty." : "O comentario non pode estar baleiro",
|
"The comment cannot be empty." : "O comentario non pode estar baleiro",
|
||||||
"The comment cannot be longer than 1000 characters." : "O comentario non pode ter máis de 1000 caracteres.",
|
"The comment cannot be longer than 1000 characters." : "O comentario non pode ter máis de 1000 caracteres.",
|
||||||
@@ -251,8 +251,6 @@
|
|||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Confirma que quere eliminar o taboleiro {title}? Isto eliminará todos os datos deste taboleiro.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Confirma que quere eliminar o taboleiro {title}? Isto eliminará todos os datos deste taboleiro.",
|
||||||
"Delete the board?" : "Eliminar o taboleiro?",
|
"Delete the board?" : "Eliminar o taboleiro?",
|
||||||
"Loading filtered view" : "Cargando a vista filtrada",
|
"Loading filtered view" : "Cargando a vista filtrada",
|
||||||
"Today" : "Hoxe",
|
|
||||||
"Tomorrow" : "Mañá",
|
|
||||||
"This week" : "Esta semana",
|
"This week" : "Esta semana",
|
||||||
"No due" : "Sen caducidade",
|
"No due" : "Sen caducidade",
|
||||||
"Search for {searchQuery} in all boards" : "Resultados de busca para {searchQuery} en todos os taboleiros",
|
"Search for {searchQuery} in all boards" : "Resultados de busca para {searchQuery} en todos os taboleiros",
|
||||||
@@ -269,6 +267,7 @@
|
|||||||
"Error creating the share" : "Produciuse un erro ao crear a compartición",
|
"Error creating the share" : "Produciuse un erro ao crear a compartición",
|
||||||
"Share with a Deck card" : "Compartir cunha tarxeta Deck",
|
"Share with a Deck card" : "Compartir cunha tarxeta Deck",
|
||||||
"Share {file} with a Deck card" : "Compartir {file} cunha tarxeta Deck",
|
"Share {file} with a Deck card" : "Compartir {file} cunha tarxeta Deck",
|
||||||
"Share" : "Compartir"
|
"Share" : "Compartir",
|
||||||
|
"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 é unha ferramenta de organización de estilo kanban dirixida a planificación persoal e organización de proxectos para equipos integrados con Nextcloud. \n\n\n- 📥 Engada as súas tarefas ás tarxetas e fagas ordenadas\n- 📄 Escriba notas adicionais en markdown\n- 🔖 Asigne etiquetas para unha mellor organización\n- 👥 Comparta co seu equipo, amigos ou a súa familia\n- 📎 Anexe ficheiros e insíraos na súa descrición de markdown\n- 💬 Debata co seu equipo usando os comentarios\n- ⚡ Faga un seguimento dos cambios no fluxo de actividade\n- 🚀 Teña o seu proxecto organizado"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
11
l10n/he.js
11
l10n/he.js
@@ -98,7 +98,6 @@ OC.L10N.register(
|
|||||||
"Path is already shared with this card" : "הנתיב כבר משותף עם הכרטיס הזה",
|
"Path is already shared with this card" : "הנתיב כבר משותף עם הכרטיס הזה",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "תאריך שגוי, תבנית התאריך חייבת להיות YYYY-MM-DD",
|
"Invalid date, date format must be YYYY-MM-DD" : "תאריך שגוי, תבנית התאריך חייבת להיות YYYY-MM-DD",
|
||||||
"Personal planning and team project organization" : "ארגון אישי וקבוצתי של מיזמים",
|
"Personal planning and team project organization" : "ארגון אישי וקבוצתי של מיזמים",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck הוא כלי ארגון בסגנון kanban המכוון לתכנון אישי ולארגון פרויקטים עבור צוותים המשולבים ב- Nextcloud.\n\n\n- 📥 הוסף את המשימות שלך לכרטיסים וסדר אותן\n- 📄 רשמו הערות נוספות ב-markdown\n- 🔖הקצה תוויות לארגון טוב עוד יותר\n- 👥 שתף עם הצוות שלך, חברים, או משפחה\n- 📎 צרף קבצים והטמע אותם בתיאור ה-markdown שלך\n- 💬 שוחח עם הצוות שלך באמצעות הערות\n- ⚡ עקוב אחר שינויים בזרם הפעילות\n- 🚀 ארגנו את הפרויקט שלכם",
|
|
||||||
"Card details" : "פרטי הכרטיס",
|
"Card details" : "פרטי הכרטיס",
|
||||||
"Add board" : "הוספת לוח",
|
"Add board" : "הוספת לוח",
|
||||||
"Select the board to link to a project" : "נא לבחור את הלוח לקישור למיזם",
|
"Select the board to link to a project" : "נא לבחור את הלוח לקישור למיזם",
|
||||||
@@ -117,6 +116,7 @@ OC.L10N.register(
|
|||||||
"Keep existing file" : "לשמור על הקובץ הקיים",
|
"Keep existing file" : "לשמור על הקובץ הקיים",
|
||||||
"This board is read only" : "הלוח הזה הוא לקריאה בלבד",
|
"This board is read only" : "הלוח הזה הוא לקריאה בלבד",
|
||||||
"Drop your files to upload" : "יש לגרור לכאן קבצים כדי להעלות",
|
"Drop your files to upload" : "יש לגרור לכאן קבצים כדי להעלות",
|
||||||
|
"Add card" : "הוספת כרטיס",
|
||||||
"Archived cards" : "כרטיסים בארכיון",
|
"Archived cards" : "כרטיסים בארכיון",
|
||||||
"Add list" : "הוספת רשימה",
|
"Add list" : "הוספת רשימה",
|
||||||
"List name" : "שם הרשימה",
|
"List name" : "שם הרשימה",
|
||||||
@@ -160,7 +160,6 @@ OC.L10N.register(
|
|||||||
"Add a new list" : "הוסף רשימה חדשה",
|
"Add a new list" : "הוסף רשימה חדשה",
|
||||||
"Archive all cards" : "ארכיב את כל הכרטיסים",
|
"Archive all cards" : "ארכיב את כל הכרטיסים",
|
||||||
"Delete list" : "מחיקת רשימה",
|
"Delete list" : "מחיקת רשימה",
|
||||||
"Add card" : "הוספת כרטיס",
|
|
||||||
"Archive all cards in this list" : "ארכיב את כל הכרטיסים ברשימה זו",
|
"Archive all cards in this list" : "ארכיב את כל הכרטיסים ברשימה זו",
|
||||||
"Add a new card" : "הוספת כרטיס חדש",
|
"Add a new card" : "הוספת כרטיס חדש",
|
||||||
"Card name" : "שם כרטיס",
|
"Card name" : "שם כרטיס",
|
||||||
@@ -174,7 +173,6 @@ OC.L10N.register(
|
|||||||
"Share from Files" : "שיתוף מקבצים",
|
"Share from Files" : "שיתוף מקבצים",
|
||||||
"Add this attachment" : "הוספת קובץ מצורף זה",
|
"Add this attachment" : "הוספת קובץ מצורף זה",
|
||||||
"Show in Files" : "הצגה בקבצים",
|
"Show in Files" : "הצגה בקבצים",
|
||||||
"Unshare file" : "ביטול שיתוף קובץ",
|
|
||||||
"Delete Attachment" : "מחיקת קובץ מצורף",
|
"Delete Attachment" : "מחיקת קובץ מצורף",
|
||||||
"Restore Attachment" : "שחזור קובץ מצורף",
|
"Restore Attachment" : "שחזור קובץ מצורף",
|
||||||
"File to share" : "קובץ לשיתוף",
|
"File to share" : "קובץ לשיתוף",
|
||||||
@@ -195,6 +193,8 @@ OC.L10N.register(
|
|||||||
"Set a due date" : "הגדרת תאריך יעד",
|
"Set a due date" : "הגדרת תאריך יעד",
|
||||||
"Remove due date" : "הסרת מועד התפוגה",
|
"Remove due date" : "הסרת מועד התפוגה",
|
||||||
"Select Date" : "בחירת תאריך",
|
"Select Date" : "בחירת תאריך",
|
||||||
|
"Today" : "היום",
|
||||||
|
"Tomorrow" : "מחר",
|
||||||
"Save" : "שמור",
|
"Save" : "שמור",
|
||||||
"The comment cannot be empty." : "ההערה לא יכולה להיות ריקה.",
|
"The comment cannot be empty." : "ההערה לא יכולה להיות ריקה.",
|
||||||
"The comment cannot be longer than 1000 characters." : "אורך ההערה לא יכול לחצות את רף 1000 התווים.",
|
"The comment cannot be longer than 1000 characters." : "אורך ההערה לא יכול לחצות את רף 1000 התווים.",
|
||||||
@@ -246,8 +246,6 @@ OC.L10N.register(
|
|||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "למחוק את הלוח {title}? פעולה זו תמחק את כל הנתונים של הלוח הזה.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "למחוק את הלוח {title}? פעולה זו תמחק את כל הנתונים של הלוח הזה.",
|
||||||
"Delete the board?" : "למחוק את הלוח הזה?",
|
"Delete the board?" : "למחוק את הלוח הזה?",
|
||||||
"Loading filtered view" : "טוען תצוגה מסוננת",
|
"Loading filtered view" : "טוען תצוגה מסוננת",
|
||||||
"Today" : "היום",
|
|
||||||
"Tomorrow" : "מחר",
|
|
||||||
"This week" : "השבוע",
|
"This week" : "השבוע",
|
||||||
"No due" : "אין תאריך יעד",
|
"No due" : "אין תאריך יעד",
|
||||||
"No upcoming cards" : "אין כרטיסים עתידיים",
|
"No upcoming cards" : "אין כרטיסים עתידיים",
|
||||||
@@ -260,6 +258,7 @@ OC.L10N.register(
|
|||||||
"Error creating the share" : "שגיאה ביצירת השיתוף",
|
"Error creating the share" : "שגיאה ביצירת השיתוף",
|
||||||
"Share with a Deck card" : "שיתוף עם כרטיס חפיסה",
|
"Share with a Deck card" : "שיתוף עם כרטיס חפיסה",
|
||||||
"Share {file} with a Deck card" : "שיתוף {file} עם כרטיס חפיסה",
|
"Share {file} with a Deck card" : "שיתוף {file} עם כרטיס חפיסה",
|
||||||
"Share" : "שיתוף"
|
"Share" : "שיתוף",
|
||||||
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck הוא כלי ארגון בסגנון kanban המכוון לתכנון אישי ולארגון פרויקטים עבור צוותים המשולבים ב- Nextcloud.\n\n\n- 📥 הוסף את המשימות שלך לכרטיסים וסדר אותן\n- 📄 רשמו הערות נוספות ב-markdown\n- 🔖הקצה תוויות לארגון טוב עוד יותר\n- 👥 שתף עם הצוות שלך, חברים, או משפחה\n- 📎 צרף קבצים והטמע אותם בתיאור ה-markdown שלך\n- 💬 שוחח עם הצוות שלך באמצעות הערות\n- ⚡ עקוב אחר שינויים בזרם הפעילות\n- 🚀 ארגנו את הפרויקט שלכם"
|
||||||
},
|
},
|
||||||
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");
|
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");
|
||||||
|
|||||||
11
l10n/he.json
11
l10n/he.json
@@ -96,7 +96,6 @@
|
|||||||
"Path is already shared with this card" : "הנתיב כבר משותף עם הכרטיס הזה",
|
"Path is already shared with this card" : "הנתיב כבר משותף עם הכרטיס הזה",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "תאריך שגוי, תבנית התאריך חייבת להיות YYYY-MM-DD",
|
"Invalid date, date format must be YYYY-MM-DD" : "תאריך שגוי, תבנית התאריך חייבת להיות YYYY-MM-DD",
|
||||||
"Personal planning and team project organization" : "ארגון אישי וקבוצתי של מיזמים",
|
"Personal planning and team project organization" : "ארגון אישי וקבוצתי של מיזמים",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck הוא כלי ארגון בסגנון kanban המכוון לתכנון אישי ולארגון פרויקטים עבור צוותים המשולבים ב- Nextcloud.\n\n\n- 📥 הוסף את המשימות שלך לכרטיסים וסדר אותן\n- 📄 רשמו הערות נוספות ב-markdown\n- 🔖הקצה תוויות לארגון טוב עוד יותר\n- 👥 שתף עם הצוות שלך, חברים, או משפחה\n- 📎 צרף קבצים והטמע אותם בתיאור ה-markdown שלך\n- 💬 שוחח עם הצוות שלך באמצעות הערות\n- ⚡ עקוב אחר שינויים בזרם הפעילות\n- 🚀 ארגנו את הפרויקט שלכם",
|
|
||||||
"Card details" : "פרטי הכרטיס",
|
"Card details" : "פרטי הכרטיס",
|
||||||
"Add board" : "הוספת לוח",
|
"Add board" : "הוספת לוח",
|
||||||
"Select the board to link to a project" : "נא לבחור את הלוח לקישור למיזם",
|
"Select the board to link to a project" : "נא לבחור את הלוח לקישור למיזם",
|
||||||
@@ -115,6 +114,7 @@
|
|||||||
"Keep existing file" : "לשמור על הקובץ הקיים",
|
"Keep existing file" : "לשמור על הקובץ הקיים",
|
||||||
"This board is read only" : "הלוח הזה הוא לקריאה בלבד",
|
"This board is read only" : "הלוח הזה הוא לקריאה בלבד",
|
||||||
"Drop your files to upload" : "יש לגרור לכאן קבצים כדי להעלות",
|
"Drop your files to upload" : "יש לגרור לכאן קבצים כדי להעלות",
|
||||||
|
"Add card" : "הוספת כרטיס",
|
||||||
"Archived cards" : "כרטיסים בארכיון",
|
"Archived cards" : "כרטיסים בארכיון",
|
||||||
"Add list" : "הוספת רשימה",
|
"Add list" : "הוספת רשימה",
|
||||||
"List name" : "שם הרשימה",
|
"List name" : "שם הרשימה",
|
||||||
@@ -158,7 +158,6 @@
|
|||||||
"Add a new list" : "הוסף רשימה חדשה",
|
"Add a new list" : "הוסף רשימה חדשה",
|
||||||
"Archive all cards" : "ארכיב את כל הכרטיסים",
|
"Archive all cards" : "ארכיב את כל הכרטיסים",
|
||||||
"Delete list" : "מחיקת רשימה",
|
"Delete list" : "מחיקת רשימה",
|
||||||
"Add card" : "הוספת כרטיס",
|
|
||||||
"Archive all cards in this list" : "ארכיב את כל הכרטיסים ברשימה זו",
|
"Archive all cards in this list" : "ארכיב את כל הכרטיסים ברשימה זו",
|
||||||
"Add a new card" : "הוספת כרטיס חדש",
|
"Add a new card" : "הוספת כרטיס חדש",
|
||||||
"Card name" : "שם כרטיס",
|
"Card name" : "שם כרטיס",
|
||||||
@@ -172,7 +171,6 @@
|
|||||||
"Share from Files" : "שיתוף מקבצים",
|
"Share from Files" : "שיתוף מקבצים",
|
||||||
"Add this attachment" : "הוספת קובץ מצורף זה",
|
"Add this attachment" : "הוספת קובץ מצורף זה",
|
||||||
"Show in Files" : "הצגה בקבצים",
|
"Show in Files" : "הצגה בקבצים",
|
||||||
"Unshare file" : "ביטול שיתוף קובץ",
|
|
||||||
"Delete Attachment" : "מחיקת קובץ מצורף",
|
"Delete Attachment" : "מחיקת קובץ מצורף",
|
||||||
"Restore Attachment" : "שחזור קובץ מצורף",
|
"Restore Attachment" : "שחזור קובץ מצורף",
|
||||||
"File to share" : "קובץ לשיתוף",
|
"File to share" : "קובץ לשיתוף",
|
||||||
@@ -193,6 +191,8 @@
|
|||||||
"Set a due date" : "הגדרת תאריך יעד",
|
"Set a due date" : "הגדרת תאריך יעד",
|
||||||
"Remove due date" : "הסרת מועד התפוגה",
|
"Remove due date" : "הסרת מועד התפוגה",
|
||||||
"Select Date" : "בחירת תאריך",
|
"Select Date" : "בחירת תאריך",
|
||||||
|
"Today" : "היום",
|
||||||
|
"Tomorrow" : "מחר",
|
||||||
"Save" : "שמור",
|
"Save" : "שמור",
|
||||||
"The comment cannot be empty." : "ההערה לא יכולה להיות ריקה.",
|
"The comment cannot be empty." : "ההערה לא יכולה להיות ריקה.",
|
||||||
"The comment cannot be longer than 1000 characters." : "אורך ההערה לא יכול לחצות את רף 1000 התווים.",
|
"The comment cannot be longer than 1000 characters." : "אורך ההערה לא יכול לחצות את רף 1000 התווים.",
|
||||||
@@ -244,8 +244,6 @@
|
|||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "למחוק את הלוח {title}? פעולה זו תמחק את כל הנתונים של הלוח הזה.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "למחוק את הלוח {title}? פעולה זו תמחק את כל הנתונים של הלוח הזה.",
|
||||||
"Delete the board?" : "למחוק את הלוח הזה?",
|
"Delete the board?" : "למחוק את הלוח הזה?",
|
||||||
"Loading filtered view" : "טוען תצוגה מסוננת",
|
"Loading filtered view" : "טוען תצוגה מסוננת",
|
||||||
"Today" : "היום",
|
|
||||||
"Tomorrow" : "מחר",
|
|
||||||
"This week" : "השבוע",
|
"This week" : "השבוע",
|
||||||
"No due" : "אין תאריך יעד",
|
"No due" : "אין תאריך יעד",
|
||||||
"No upcoming cards" : "אין כרטיסים עתידיים",
|
"No upcoming cards" : "אין כרטיסים עתידיים",
|
||||||
@@ -258,6 +256,7 @@
|
|||||||
"Error creating the share" : "שגיאה ביצירת השיתוף",
|
"Error creating the share" : "שגיאה ביצירת השיתוף",
|
||||||
"Share with a Deck card" : "שיתוף עם כרטיס חפיסה",
|
"Share with a Deck card" : "שיתוף עם כרטיס חפיסה",
|
||||||
"Share {file} with a Deck card" : "שיתוף {file} עם כרטיס חפיסה",
|
"Share {file} with a Deck card" : "שיתוף {file} עם כרטיס חפיסה",
|
||||||
"Share" : "שיתוף"
|
"Share" : "שיתוף",
|
||||||
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck הוא כלי ארגון בסגנון kanban המכוון לתכנון אישי ולארגון פרויקטים עבור צוותים המשולבים ב- Nextcloud.\n\n\n- 📥 הוסף את המשימות שלך לכרטיסים וסדר אותן\n- 📄 רשמו הערות נוספות ב-markdown\n- 🔖הקצה תוויות לארגון טוב עוד יותר\n- 👥 שתף עם הצוות שלך, חברים, או משפחה\n- 📎 צרף קבצים והטמע אותם בתיאור ה-markdown שלך\n- 💬 שוחח עם הצוות שלך באמצעות הערות\n- ⚡ עקוב אחר שינויים בזרם הפעילות\n- 🚀 ארגנו את הפרויקט שלכם"
|
||||||
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"
|
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"
|
||||||
}
|
}
|
||||||
24
l10n/hr.js
24
l10n/hr.js
@@ -70,9 +70,15 @@ OC.L10N.register(
|
|||||||
"Upcoming cards" : "Nadolazeće kartice",
|
"Upcoming cards" : "Nadolazeće kartice",
|
||||||
"Personal" : "Osobno",
|
"Personal" : "Osobno",
|
||||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Karticu „%s” na „%s” dodijelio vam je %s.",
|
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Karticu „%s” na „%s” dodijelio vam je %s.",
|
||||||
|
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} vam je dodijelio karticu {deck-card} na {deck-board}.",
|
||||||
"The card \"%s\" on \"%s\" has reached its due date." : "Kartica „%s” na „%s” dosegla je datum dospijeća.",
|
"The card \"%s\" on \"%s\" has reached its due date." : "Kartica „%s” na „%s” dosegla je datum dospijeća.",
|
||||||
|
"The card {deck-card} on {deck-board} has reached its due date." : "Kartica {deck-card} na {deck-board} dosegla je datum dospijeća.",
|
||||||
"%s has mentioned you in a comment on \"%s\"." : "%s vas spominje u komentaru na „%s”.",
|
"%s has mentioned you in a comment on \"%s\"." : "%s vas spominje u komentaru na „%s”.",
|
||||||
|
"{user} has mentioned you in a comment on {deck-card}." : "{user} vas je spomenuo u komentaru na {deck-card}.",
|
||||||
"The board \"%s\" has been shared with you by %s." : "Ploču „%s” je s vama podijelio %s.",
|
"The board \"%s\" has been shared with you by %s." : "Ploču „%s” je s vama podijelio %s.",
|
||||||
|
"{user} has shared {deck-board} with you." : "{user} s vama dijeli {deck-board}.",
|
||||||
|
"Card comments" : "Komentari o kartici",
|
||||||
|
"%s on %s" : "%s na %s",
|
||||||
"No data was provided to create an attachment." : "Nema podataka za izradu privitka.",
|
"No data was provided to create an attachment." : "Nema podataka za izradu privitka.",
|
||||||
"Finished" : "Završeno",
|
"Finished" : "Završeno",
|
||||||
"To review" : "Provjeriti",
|
"To review" : "Provjeriti",
|
||||||
@@ -98,7 +104,6 @@ OC.L10N.register(
|
|||||||
"Path is already shared with this card" : "Put je već podijeljen s ovom karticom",
|
"Path is already shared with this card" : "Put je već podijeljen s ovom karticom",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Nevažeći datum, oblik datuma mora biti GGGG-MM-DD",
|
"Invalid date, date format must be YYYY-MM-DD" : "Nevažeći datum, oblik datuma mora biti GGGG-MM-DD",
|
||||||
"Personal planning and team project organization" : "Osobno planiranje i organizacija timskih projekata",
|
"Personal planning and team project organization" : "Osobno planiranje i organizacija timskih projekata",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck je organizacijski alat za kanban projekte usmjeren na osobno planiranje i organizaciju projekta za timove integrirane s Nextcloudom.\n\n\n- 📥 Dodajte svoje zadatke na kartice i poredajte ih po želji\n- 📄 Zapišite dodatne bilješke u markdown\n- 🔖 Dodijelite oznake za još bolju organizaciju\n- 👥 Dijelite sa svojim timom, prijateljima ili obitelji\n- 📎 Priložite datoteke i ugradite ih u svoj markdown opis\n- 💬 Raspravljajte sa svojim timom putem komentara\n- ⚡ Pratite promjene u strujanju aktivnosti\n- 🚀 Organizirajte svoj projekt",
|
|
||||||
"Card details" : "Pojedinosti o kartici",
|
"Card details" : "Pojedinosti o kartici",
|
||||||
"Add board" : "Dodaj ploču",
|
"Add board" : "Dodaj ploču",
|
||||||
"Select the board to link to a project" : "Odaberite ploču za povezivanje s projektom",
|
"Select the board to link to a project" : "Odaberite ploču za povezivanje s projektom",
|
||||||
@@ -109,6 +114,8 @@ OC.L10N.register(
|
|||||||
"Select a list" : "Odaberi popis",
|
"Select a list" : "Odaberi popis",
|
||||||
"Card title" : "Naslov kartice",
|
"Card title" : "Naslov kartice",
|
||||||
"Cancel" : "Odustani",
|
"Cancel" : "Odustani",
|
||||||
|
"Creating the new card …" : "Stvaranje nove kartice…",
|
||||||
|
"Card \"{card}\" was added to \"{board}\"" : "Kartica „{card}” je dodana na „{board}”",
|
||||||
"Open card" : "Otvori karticu",
|
"Open card" : "Otvori karticu",
|
||||||
"Close" : "Zatvori",
|
"Close" : "Zatvori",
|
||||||
"Create card" : "Stvori karticu",
|
"Create card" : "Stvori karticu",
|
||||||
@@ -122,6 +129,7 @@ OC.L10N.register(
|
|||||||
"Keep existing file" : "Zadrži postojeću datoteku",
|
"Keep existing file" : "Zadrži postojeću datoteku",
|
||||||
"This board is read only" : "Ova je ploča samo za čitanje",
|
"This board is read only" : "Ova je ploča samo za čitanje",
|
||||||
"Drop your files to upload" : "Ispustite datoteke za otpremu",
|
"Drop your files to upload" : "Ispustite datoteke za otpremu",
|
||||||
|
"Add card" : "Dodaj karticu",
|
||||||
"Archived cards" : "Arhivirane kartice",
|
"Archived cards" : "Arhivirane kartice",
|
||||||
"Add list" : "Dodaj popis",
|
"Add list" : "Dodaj popis",
|
||||||
"List name" : "Naziv popisa",
|
"List name" : "Naziv popisa",
|
||||||
@@ -165,7 +173,6 @@ OC.L10N.register(
|
|||||||
"Add a new list" : "Dodaj novi popis",
|
"Add a new list" : "Dodaj novi popis",
|
||||||
"Archive all cards" : "Arhiviraj sve kartice",
|
"Archive all cards" : "Arhiviraj sve kartice",
|
||||||
"Delete list" : "Izbriši popis",
|
"Delete list" : "Izbriši popis",
|
||||||
"Add card" : "Dodaj karticu",
|
|
||||||
"Archive all cards in this list" : "Arhiviraj sve kartice s ovog popisa",
|
"Archive all cards in this list" : "Arhiviraj sve kartice s ovog popisa",
|
||||||
"Add a new card" : "Dodaj novu karticu",
|
"Add a new card" : "Dodaj novu karticu",
|
||||||
"Card name" : "Naziv kartice",
|
"Card name" : "Naziv kartice",
|
||||||
@@ -179,7 +186,6 @@ OC.L10N.register(
|
|||||||
"Share from Files" : "Dijeli iz datoteka",
|
"Share from Files" : "Dijeli iz datoteka",
|
||||||
"Add this attachment" : "Dodajte ovaj privitak",
|
"Add this attachment" : "Dodajte ovaj privitak",
|
||||||
"Show in Files" : "Prikaži u datotekama",
|
"Show in Files" : "Prikaži u datotekama",
|
||||||
"Unshare file" : "Prestani dijeliti datoteku",
|
|
||||||
"Delete Attachment" : "Izbriši privitak",
|
"Delete Attachment" : "Izbriši privitak",
|
||||||
"Restore Attachment" : "Vrati privitak",
|
"Restore Attachment" : "Vrati privitak",
|
||||||
"File to share" : "Datoteka za dijeljenje",
|
"File to share" : "Datoteka za dijeljenje",
|
||||||
@@ -192,6 +198,7 @@ OC.L10N.register(
|
|||||||
"Created" : "Stvoreno",
|
"Created" : "Stvoreno",
|
||||||
"The title cannot be empty." : "Naslov ne može biti prazan.",
|
"The title cannot be empty." : "Naslov ne može biti prazan.",
|
||||||
"No comments yet. Begin the discussion!" : "Nema komentara. Započnite raspravu!",
|
"No comments yet. Begin the discussion!" : "Nema komentara. Započnite raspravu!",
|
||||||
|
"Failed to load comments" : "Učitavanje komentara nije uspjelo",
|
||||||
"Assign a tag to this card…" : "Dodijeli oznaku ovoj kartici...",
|
"Assign a tag to this card…" : "Dodijeli oznaku ovoj kartici...",
|
||||||
"Assign to users" : "Dodijeli korisnicima",
|
"Assign to users" : "Dodijeli korisnicima",
|
||||||
"Assign to users/groups/circles" : "Dodijeli korisnicima/grupama/krugovima",
|
"Assign to users/groups/circles" : "Dodijeli korisnicima/grupama/krugovima",
|
||||||
@@ -200,10 +207,13 @@ OC.L10N.register(
|
|||||||
"Set a due date" : "Postavi datum dospijeća",
|
"Set a due date" : "Postavi datum dospijeća",
|
||||||
"Remove due date" : "Ukloni datum dospijeća",
|
"Remove due date" : "Ukloni datum dospijeća",
|
||||||
"Select Date" : "Odaberi datum",
|
"Select Date" : "Odaberi datum",
|
||||||
|
"Today" : "Danas",
|
||||||
|
"Tomorrow" : "Sutra",
|
||||||
"Save" : "Spremi",
|
"Save" : "Spremi",
|
||||||
"The comment cannot be empty." : "Komentar ne može biti prazan.",
|
"The comment cannot be empty." : "Komentar ne može biti prazan.",
|
||||||
"The comment cannot be longer than 1000 characters." : "Komentar ne može duži od 1000 znakova.",
|
"The comment cannot be longer than 1000 characters." : "Komentar ne može duži od 1000 znakova.",
|
||||||
"In reply to" : "Kao odgovor",
|
"In reply to" : "Kao odgovor",
|
||||||
|
"Cancel reply" : "Prekini odgovor",
|
||||||
"Reply" : "Odgovori",
|
"Reply" : "Odgovori",
|
||||||
"Update" : "Ažuriraj",
|
"Update" : "Ažuriraj",
|
||||||
"Description" : "Opis",
|
"Description" : "Opis",
|
||||||
@@ -216,6 +226,7 @@ OC.L10N.register(
|
|||||||
"Write a description …" : "Napišite opis...",
|
"Write a description …" : "Napišite opis...",
|
||||||
"Choose attachment" : "Odaberi privitak",
|
"Choose attachment" : "Odaberi privitak",
|
||||||
"(group)" : "(grupa)",
|
"(group)" : "(grupa)",
|
||||||
|
"{count} comments, {unread} unread" : "{count} komentara, {unread} nepročitanih",
|
||||||
"Assign to me" : "Dodijeli meni",
|
"Assign to me" : "Dodijeli meni",
|
||||||
"Unassign myself" : "Ukloni sebe",
|
"Unassign myself" : "Ukloni sebe",
|
||||||
"Move card" : "Premjesti karticu",
|
"Move card" : "Premjesti karticu",
|
||||||
@@ -251,10 +262,10 @@ OC.L10N.register(
|
|||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Jeste li sigurni da želite izbrisati ploču {title}? Time ćete izbrisati sve podatke ploče.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Jeste li sigurni da želite izbrisati ploču {title}? Time ćete izbrisati sve podatke ploče.",
|
||||||
"Delete the board?" : "Želite li izbrisati ploču?",
|
"Delete the board?" : "Želite li izbrisati ploču?",
|
||||||
"Loading filtered view" : "Učitavanje filtriranog prikaza",
|
"Loading filtered view" : "Učitavanje filtriranog prikaza",
|
||||||
"Today" : "Danas",
|
|
||||||
"Tomorrow" : "Sutra",
|
|
||||||
"This week" : "Ovaj tjedan",
|
"This week" : "Ovaj tjedan",
|
||||||
"No due" : "Nema nezavršenih",
|
"No due" : "Nema nezavršenih",
|
||||||
|
"Search for {searchQuery} in all boards" : "Traži {searchQuery} na svim pločama",
|
||||||
|
"No results found" : "Nema rezultata",
|
||||||
"No upcoming cards" : "Nema nadolazećih kartica",
|
"No upcoming cards" : "Nema nadolazećih kartica",
|
||||||
"upcoming cards" : "nadolazeće kartice",
|
"upcoming cards" : "nadolazeće kartice",
|
||||||
"Link to a board" : "Poveznica na ploču",
|
"Link to a board" : "Poveznica na ploču",
|
||||||
@@ -267,6 +278,7 @@ OC.L10N.register(
|
|||||||
"Error creating the share" : "Pogreška pri stvaranju dijeljenja",
|
"Error creating the share" : "Pogreška pri stvaranju dijeljenja",
|
||||||
"Share with a Deck card" : "Dijeli s Deck karticom",
|
"Share with a Deck card" : "Dijeli s Deck karticom",
|
||||||
"Share {file} with a Deck card" : "Dijeli {file} s Deck karticom",
|
"Share {file} with a Deck card" : "Dijeli {file} s Deck karticom",
|
||||||
"Share" : "Dijeli"
|
"Share" : "Dijeli",
|
||||||
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck je organizacijski alat za kanban projekte usmjeren na osobno planiranje i organizaciju projekta za timove integrirane s Nextcloudom.\n\n\n- 📥 Dodajte svoje zadatke na kartice i poredajte ih po želji\n- 📄 Zapišite dodatne bilješke u markdown\n- 🔖 Dodijelite oznake za još bolju organizaciju\n- 👥 Dijelite sa svojim timom, prijateljima ili obitelji\n- 📎 Priložite datoteke i ugradite ih u svoj markdown opis\n- 💬 Raspravljajte sa svojim timom putem komentara\n- ⚡ Pratite promjene u strujanju aktivnosti\n- 🚀 Organizirajte svoj projekt"
|
||||||
},
|
},
|
||||||
"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;");
|
||||||
|
|||||||
24
l10n/hr.json
24
l10n/hr.json
@@ -68,9 +68,15 @@
|
|||||||
"Upcoming cards" : "Nadolazeće kartice",
|
"Upcoming cards" : "Nadolazeće kartice",
|
||||||
"Personal" : "Osobno",
|
"Personal" : "Osobno",
|
||||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Karticu „%s” na „%s” dodijelio vam je %s.",
|
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Karticu „%s” na „%s” dodijelio vam je %s.",
|
||||||
|
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} vam je dodijelio karticu {deck-card} na {deck-board}.",
|
||||||
"The card \"%s\" on \"%s\" has reached its due date." : "Kartica „%s” na „%s” dosegla je datum dospijeća.",
|
"The card \"%s\" on \"%s\" has reached its due date." : "Kartica „%s” na „%s” dosegla je datum dospijeća.",
|
||||||
|
"The card {deck-card} on {deck-board} has reached its due date." : "Kartica {deck-card} na {deck-board} dosegla je datum dospijeća.",
|
||||||
"%s has mentioned you in a comment on \"%s\"." : "%s vas spominje u komentaru na „%s”.",
|
"%s has mentioned you in a comment on \"%s\"." : "%s vas spominje u komentaru na „%s”.",
|
||||||
|
"{user} has mentioned you in a comment on {deck-card}." : "{user} vas je spomenuo u komentaru na {deck-card}.",
|
||||||
"The board \"%s\" has been shared with you by %s." : "Ploču „%s” je s vama podijelio %s.",
|
"The board \"%s\" has been shared with you by %s." : "Ploču „%s” je s vama podijelio %s.",
|
||||||
|
"{user} has shared {deck-board} with you." : "{user} s vama dijeli {deck-board}.",
|
||||||
|
"Card comments" : "Komentari o kartici",
|
||||||
|
"%s on %s" : "%s na %s",
|
||||||
"No data was provided to create an attachment." : "Nema podataka za izradu privitka.",
|
"No data was provided to create an attachment." : "Nema podataka za izradu privitka.",
|
||||||
"Finished" : "Završeno",
|
"Finished" : "Završeno",
|
||||||
"To review" : "Provjeriti",
|
"To review" : "Provjeriti",
|
||||||
@@ -96,7 +102,6 @@
|
|||||||
"Path is already shared with this card" : "Put je već podijeljen s ovom karticom",
|
"Path is already shared with this card" : "Put je već podijeljen s ovom karticom",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Nevažeći datum, oblik datuma mora biti GGGG-MM-DD",
|
"Invalid date, date format must be YYYY-MM-DD" : "Nevažeći datum, oblik datuma mora biti GGGG-MM-DD",
|
||||||
"Personal planning and team project organization" : "Osobno planiranje i organizacija timskih projekata",
|
"Personal planning and team project organization" : "Osobno planiranje i organizacija timskih projekata",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck je organizacijski alat za kanban projekte usmjeren na osobno planiranje i organizaciju projekta za timove integrirane s Nextcloudom.\n\n\n- 📥 Dodajte svoje zadatke na kartice i poredajte ih po želji\n- 📄 Zapišite dodatne bilješke u markdown\n- 🔖 Dodijelite oznake za još bolju organizaciju\n- 👥 Dijelite sa svojim timom, prijateljima ili obitelji\n- 📎 Priložite datoteke i ugradite ih u svoj markdown opis\n- 💬 Raspravljajte sa svojim timom putem komentara\n- ⚡ Pratite promjene u strujanju aktivnosti\n- 🚀 Organizirajte svoj projekt",
|
|
||||||
"Card details" : "Pojedinosti o kartici",
|
"Card details" : "Pojedinosti o kartici",
|
||||||
"Add board" : "Dodaj ploču",
|
"Add board" : "Dodaj ploču",
|
||||||
"Select the board to link to a project" : "Odaberite ploču za povezivanje s projektom",
|
"Select the board to link to a project" : "Odaberite ploču za povezivanje s projektom",
|
||||||
@@ -107,6 +112,8 @@
|
|||||||
"Select a list" : "Odaberi popis",
|
"Select a list" : "Odaberi popis",
|
||||||
"Card title" : "Naslov kartice",
|
"Card title" : "Naslov kartice",
|
||||||
"Cancel" : "Odustani",
|
"Cancel" : "Odustani",
|
||||||
|
"Creating the new card …" : "Stvaranje nove kartice…",
|
||||||
|
"Card \"{card}\" was added to \"{board}\"" : "Kartica „{card}” je dodana na „{board}”",
|
||||||
"Open card" : "Otvori karticu",
|
"Open card" : "Otvori karticu",
|
||||||
"Close" : "Zatvori",
|
"Close" : "Zatvori",
|
||||||
"Create card" : "Stvori karticu",
|
"Create card" : "Stvori karticu",
|
||||||
@@ -120,6 +127,7 @@
|
|||||||
"Keep existing file" : "Zadrži postojeću datoteku",
|
"Keep existing file" : "Zadrži postojeću datoteku",
|
||||||
"This board is read only" : "Ova je ploča samo za čitanje",
|
"This board is read only" : "Ova je ploča samo za čitanje",
|
||||||
"Drop your files to upload" : "Ispustite datoteke za otpremu",
|
"Drop your files to upload" : "Ispustite datoteke za otpremu",
|
||||||
|
"Add card" : "Dodaj karticu",
|
||||||
"Archived cards" : "Arhivirane kartice",
|
"Archived cards" : "Arhivirane kartice",
|
||||||
"Add list" : "Dodaj popis",
|
"Add list" : "Dodaj popis",
|
||||||
"List name" : "Naziv popisa",
|
"List name" : "Naziv popisa",
|
||||||
@@ -163,7 +171,6 @@
|
|||||||
"Add a new list" : "Dodaj novi popis",
|
"Add a new list" : "Dodaj novi popis",
|
||||||
"Archive all cards" : "Arhiviraj sve kartice",
|
"Archive all cards" : "Arhiviraj sve kartice",
|
||||||
"Delete list" : "Izbriši popis",
|
"Delete list" : "Izbriši popis",
|
||||||
"Add card" : "Dodaj karticu",
|
|
||||||
"Archive all cards in this list" : "Arhiviraj sve kartice s ovog popisa",
|
"Archive all cards in this list" : "Arhiviraj sve kartice s ovog popisa",
|
||||||
"Add a new card" : "Dodaj novu karticu",
|
"Add a new card" : "Dodaj novu karticu",
|
||||||
"Card name" : "Naziv kartice",
|
"Card name" : "Naziv kartice",
|
||||||
@@ -177,7 +184,6 @@
|
|||||||
"Share from Files" : "Dijeli iz datoteka",
|
"Share from Files" : "Dijeli iz datoteka",
|
||||||
"Add this attachment" : "Dodajte ovaj privitak",
|
"Add this attachment" : "Dodajte ovaj privitak",
|
||||||
"Show in Files" : "Prikaži u datotekama",
|
"Show in Files" : "Prikaži u datotekama",
|
||||||
"Unshare file" : "Prestani dijeliti datoteku",
|
|
||||||
"Delete Attachment" : "Izbriši privitak",
|
"Delete Attachment" : "Izbriši privitak",
|
||||||
"Restore Attachment" : "Vrati privitak",
|
"Restore Attachment" : "Vrati privitak",
|
||||||
"File to share" : "Datoteka za dijeljenje",
|
"File to share" : "Datoteka za dijeljenje",
|
||||||
@@ -190,6 +196,7 @@
|
|||||||
"Created" : "Stvoreno",
|
"Created" : "Stvoreno",
|
||||||
"The title cannot be empty." : "Naslov ne može biti prazan.",
|
"The title cannot be empty." : "Naslov ne može biti prazan.",
|
||||||
"No comments yet. Begin the discussion!" : "Nema komentara. Započnite raspravu!",
|
"No comments yet. Begin the discussion!" : "Nema komentara. Započnite raspravu!",
|
||||||
|
"Failed to load comments" : "Učitavanje komentara nije uspjelo",
|
||||||
"Assign a tag to this card…" : "Dodijeli oznaku ovoj kartici...",
|
"Assign a tag to this card…" : "Dodijeli oznaku ovoj kartici...",
|
||||||
"Assign to users" : "Dodijeli korisnicima",
|
"Assign to users" : "Dodijeli korisnicima",
|
||||||
"Assign to users/groups/circles" : "Dodijeli korisnicima/grupama/krugovima",
|
"Assign to users/groups/circles" : "Dodijeli korisnicima/grupama/krugovima",
|
||||||
@@ -198,10 +205,13 @@
|
|||||||
"Set a due date" : "Postavi datum dospijeća",
|
"Set a due date" : "Postavi datum dospijeća",
|
||||||
"Remove due date" : "Ukloni datum dospijeća",
|
"Remove due date" : "Ukloni datum dospijeća",
|
||||||
"Select Date" : "Odaberi datum",
|
"Select Date" : "Odaberi datum",
|
||||||
|
"Today" : "Danas",
|
||||||
|
"Tomorrow" : "Sutra",
|
||||||
"Save" : "Spremi",
|
"Save" : "Spremi",
|
||||||
"The comment cannot be empty." : "Komentar ne može biti prazan.",
|
"The comment cannot be empty." : "Komentar ne može biti prazan.",
|
||||||
"The comment cannot be longer than 1000 characters." : "Komentar ne može duži od 1000 znakova.",
|
"The comment cannot be longer than 1000 characters." : "Komentar ne može duži od 1000 znakova.",
|
||||||
"In reply to" : "Kao odgovor",
|
"In reply to" : "Kao odgovor",
|
||||||
|
"Cancel reply" : "Prekini odgovor",
|
||||||
"Reply" : "Odgovori",
|
"Reply" : "Odgovori",
|
||||||
"Update" : "Ažuriraj",
|
"Update" : "Ažuriraj",
|
||||||
"Description" : "Opis",
|
"Description" : "Opis",
|
||||||
@@ -214,6 +224,7 @@
|
|||||||
"Write a description …" : "Napišite opis...",
|
"Write a description …" : "Napišite opis...",
|
||||||
"Choose attachment" : "Odaberi privitak",
|
"Choose attachment" : "Odaberi privitak",
|
||||||
"(group)" : "(grupa)",
|
"(group)" : "(grupa)",
|
||||||
|
"{count} comments, {unread} unread" : "{count} komentara, {unread} nepročitanih",
|
||||||
"Assign to me" : "Dodijeli meni",
|
"Assign to me" : "Dodijeli meni",
|
||||||
"Unassign myself" : "Ukloni sebe",
|
"Unassign myself" : "Ukloni sebe",
|
||||||
"Move card" : "Premjesti karticu",
|
"Move card" : "Premjesti karticu",
|
||||||
@@ -249,10 +260,10 @@
|
|||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Jeste li sigurni da želite izbrisati ploču {title}? Time ćete izbrisati sve podatke ploče.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Jeste li sigurni da želite izbrisati ploču {title}? Time ćete izbrisati sve podatke ploče.",
|
||||||
"Delete the board?" : "Želite li izbrisati ploču?",
|
"Delete the board?" : "Želite li izbrisati ploču?",
|
||||||
"Loading filtered view" : "Učitavanje filtriranog prikaza",
|
"Loading filtered view" : "Učitavanje filtriranog prikaza",
|
||||||
"Today" : "Danas",
|
|
||||||
"Tomorrow" : "Sutra",
|
|
||||||
"This week" : "Ovaj tjedan",
|
"This week" : "Ovaj tjedan",
|
||||||
"No due" : "Nema nezavršenih",
|
"No due" : "Nema nezavršenih",
|
||||||
|
"Search for {searchQuery} in all boards" : "Traži {searchQuery} na svim pločama",
|
||||||
|
"No results found" : "Nema rezultata",
|
||||||
"No upcoming cards" : "Nema nadolazećih kartica",
|
"No upcoming cards" : "Nema nadolazećih kartica",
|
||||||
"upcoming cards" : "nadolazeće kartice",
|
"upcoming cards" : "nadolazeće kartice",
|
||||||
"Link to a board" : "Poveznica na ploču",
|
"Link to a board" : "Poveznica na ploču",
|
||||||
@@ -265,6 +276,7 @@
|
|||||||
"Error creating the share" : "Pogreška pri stvaranju dijeljenja",
|
"Error creating the share" : "Pogreška pri stvaranju dijeljenja",
|
||||||
"Share with a Deck card" : "Dijeli s Deck karticom",
|
"Share with a Deck card" : "Dijeli s Deck karticom",
|
||||||
"Share {file} with a Deck card" : "Dijeli {file} s Deck karticom",
|
"Share {file} with a Deck card" : "Dijeli {file} s Deck karticom",
|
||||||
"Share" : "Dijeli"
|
"Share" : "Dijeli",
|
||||||
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck je organizacijski alat za kanban projekte usmjeren na osobno planiranje i organizaciju projekta za timove integrirane s Nextcloudom.\n\n\n- 📥 Dodajte svoje zadatke na kartice i poredajte ih po želji\n- 📄 Zapišite dodatne bilješke u markdown\n- 🔖 Dodijelite oznake za još bolju organizaciju\n- 👥 Dijelite sa svojim timom, prijateljima ili obitelji\n- 📎 Priložite datoteke i ugradite ih u svoj markdown opis\n- 💬 Raspravljajte sa svojim timom putem komentara\n- ⚡ Pratite promjene u strujanju aktivnosti\n- 🚀 Organizirajte svoj projekt"
|
||||||
},"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;"
|
||||||
}
|
}
|
||||||
43
l10n/hu.js
43
l10n/hu.js
@@ -70,9 +70,13 @@ OC.L10N.register(
|
|||||||
"Upcoming cards" : "Közelgő kártyák",
|
"Upcoming cards" : "Közelgő kártyák",
|
||||||
"Personal" : "Személyes",
|
"Personal" : "Személyes",
|
||||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "A(z) „%s” kártyát a(z) „%s” táblán %s hozzárendelte Önhöz.",
|
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "A(z) „%s” kártyát a(z) „%s” táblán %s hozzárendelte Önhöz.",
|
||||||
|
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} hozzárendelte Önhöz a(z) {deck-board} táblán lévő {deck-card} kártyát.",
|
||||||
"The card \"%s\" on \"%s\" has reached its due date." : "A(z) „%s” kártya a(z) „%s” táblán elérte a határidejét.",
|
"The card \"%s\" on \"%s\" has reached its due date." : "A(z) „%s” kártya a(z) „%s” táblán elérte a határidejét.",
|
||||||
|
"The card {deck-card} on {deck-board} has reached its due date." : "A(z) {deck-board} táblán lévő {deck-card} kártya elérte a határidejét.",
|
||||||
"%s has mentioned you in a comment on \"%s\"." : "%s megemlítette egy hozzászólásban ennél: „%s”.",
|
"%s has mentioned you in a comment on \"%s\"." : "%s megemlítette egy hozzászólásban ennél: „%s”.",
|
||||||
|
"{user} has mentioned you in a comment on {deck-card}." : "{user} megemlítette egy hozzászólásban a(z) {deck-card} kártyán.",
|
||||||
"The board \"%s\" has been shared with you by %s." : "A(z) „%s” táblát %s osztotta meg Önnel.",
|
"The board \"%s\" has been shared with you by %s." : "A(z) „%s” táblát %s osztotta meg Önnel.",
|
||||||
|
"{user} has shared {deck-board} with you." : "{user} megosztotta Önnel a(z) {deck-board} táblát.",
|
||||||
"Card comments" : "Kártya hozzászólásai",
|
"Card comments" : "Kártya hozzászólásai",
|
||||||
"%s on %s" : "%s ezen: %s",
|
"%s on %s" : "%s ezen: %s",
|
||||||
"No data was provided to create an attachment." : "Nincsenek megadva adatok a melléklet létrehozásához.",
|
"No data was provided to create an attachment." : "Nincsenek megadva adatok a melléklet létrehozásához.",
|
||||||
@@ -96,11 +100,12 @@ OC.L10N.register(
|
|||||||
"Could not write file to disk" : "Nem lehet a fájlt lemezre írni",
|
"Could not write file to disk" : "Nem lehet a fájlt lemezre írni",
|
||||||
"A PHP extension stopped the file upload" : "A PHP kiterjesztés megállította a fájl feltöltését",
|
"A PHP extension stopped the file upload" : "A PHP kiterjesztés megállította a fájl feltöltését",
|
||||||
"No file uploaded or file size exceeds maximum of %s" : "Nincs fájl feltöltve, vagy a fájl meghaladja a maximumot: %s",
|
"No file uploaded or file size exceeds maximum of %s" : "Nincs fájl feltöltve, vagy a fájl meghaladja a maximumot: %s",
|
||||||
|
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Ez a megjegyzés több mint %s karakter hosszú.\nMellékletként lett hozzáadva a(z) %s nevű kártyához.\nEzen az URL-en érhető el: %s.",
|
||||||
"Card not found" : "A kártya nem található",
|
"Card not found" : "A kártya nem található",
|
||||||
"Path is already shared with this card" : "Az útvonal már meg van osztva ezzel a kártyával",
|
"Path is already shared with this card" : "Az útvonal már meg van osztva ezzel a kártyával",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Érvénytelen dátum, a dátumnak YYYY-MM-DD formátumúnak kell lennie",
|
"Invalid date, date format must be YYYY-MM-DD" : "Érvénytelen dátum, a dátumnak YYYY-MM-DD formátumúnak kell lennie",
|
||||||
"Personal planning and team project organization" : "Személyes tervezés és csapatos projektszervezés",
|
"Personal planning and team project organization" : "Személyes tervezés és csapatos projektszervezés",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "A Kártyák egy kanban-stílusú szervezőeszköz, amely a személyes tervezést és a csapatok projektszervezését célozza, a Nextcloudba integrálva.\n\n\n- 📥 Saját feladatok kártyákhoz adása, és azok sorrendezése\n- 📄 További jegyzetek leírása markdownban\n- 🔖 Címkék hozzárendelése a még jobb rendszerezés miatt\n- 👥 Megosztás a csapattal, barátokkal vagy családdal\n- 📎 Fájlok hozzáadása mellékletként, vagy beágyazás a markdown leírásba\n- 💬 Megbeszélés a csapattal hozzászólások használatával\n- ⚡ A változások követése a tevékenységnaplóban\n- 🚀 Rendszerezze a projektjét",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "A Kártyák egy kanban-stílusú szervezőeszköz, amely a személyes tervezést és a csapatok projektszervezését célozza, a Nextcloudba integrálva.\n\n\n- 📥 Saját feladatok kártyákhoz adása, és azok sorrendezése\n- 📄 További jegyzetek leírása Markdownban\n- 🔖 Címkék hozzárendelése a még jobb rendszerezés miatt\n- 👥 Megosztás a csapattal, barátokkal vagy családdal\n- 📎 Fájlok hozzáadása mellékletként, vagy beágyazás a Markdown leírásba\n- 💬 Megbeszélés a csapattal hozzászólások használatával\n- ⚡ A változások követése a tevékenységnaplóban\n- 🚀 Rendszerezze a projektjét",
|
||||||
"Card details" : "Kártya részletei",
|
"Card details" : "Kártya részletei",
|
||||||
"Add board" : "Tábla hozzáadása",
|
"Add board" : "Tábla hozzáadása",
|
||||||
"Select the board to link to a project" : "Válasszon ki egy táblát, amely egy projektre fog hivatkozni",
|
"Select the board to link to a project" : "Válasszon ki egy táblát, amely egy projektre fog hivatkozni",
|
||||||
@@ -111,6 +116,8 @@ OC.L10N.register(
|
|||||||
"Select a list" : "Válasszon listát",
|
"Select a list" : "Válasszon listát",
|
||||||
"Card title" : "Kártya címe",
|
"Card title" : "Kártya címe",
|
||||||
"Cancel" : "Mégse",
|
"Cancel" : "Mégse",
|
||||||
|
"Creating the new card …" : "Új kártya létrehozása…",
|
||||||
|
"Card \"{card}\" was added to \"{board}\"" : "A(z) „{card}” kártya hozzáadva a(z) „{board}” táblához",
|
||||||
"Open card" : "Kártya megnyitása",
|
"Open card" : "Kártya megnyitása",
|
||||||
"Close" : "Bezárás",
|
"Close" : "Bezárás",
|
||||||
"Create card" : "Kártya létrehozása",
|
"Create card" : "Kártya létrehozása",
|
||||||
@@ -124,6 +131,7 @@ OC.L10N.register(
|
|||||||
"Keep existing file" : "Meglévő fájl megtartása",
|
"Keep existing file" : "Meglévő fájl megtartása",
|
||||||
"This board is read only" : "Ez a tábla csak olvasható",
|
"This board is read only" : "Ez a tábla csak olvasható",
|
||||||
"Drop your files to upload" : "Dobja ide a fájljait a feltöltéshez",
|
"Drop your files to upload" : "Dobja ide a fájljait a feltöltéshez",
|
||||||
|
"Add card" : "Kártya hozzáadása",
|
||||||
"Archived cards" : "Archivált kártyák",
|
"Archived cards" : "Archivált kártyák",
|
||||||
"Add list" : "Lista hozzáadása",
|
"Add list" : "Lista hozzáadása",
|
||||||
"List name" : "Listanév",
|
"List name" : "Listanév",
|
||||||
@@ -167,7 +175,6 @@ OC.L10N.register(
|
|||||||
"Add a new list" : "Új lista hozzáadása",
|
"Add a new list" : "Új lista hozzáadása",
|
||||||
"Archive all cards" : "Az összes kártya archiválása",
|
"Archive all cards" : "Az összes kártya archiválása",
|
||||||
"Delete list" : "Lista törlése",
|
"Delete list" : "Lista törlése",
|
||||||
"Add card" : "Kártya hozzáadása",
|
|
||||||
"Archive all cards in this list" : "Az összes kártya archiválása ebben a listában",
|
"Archive all cards in this list" : "Az összes kártya archiválása ebben a listában",
|
||||||
"Add a new card" : "Új kártya hozzáadása",
|
"Add a new card" : "Új kártya hozzáadása",
|
||||||
"Card name" : "Kártya neve",
|
"Card name" : "Kártya neve",
|
||||||
@@ -179,9 +186,11 @@ OC.L10N.register(
|
|||||||
"Members" : "Tagok",
|
"Members" : "Tagok",
|
||||||
"Upload new files" : "Új fájlok feltöltése",
|
"Upload new files" : "Új fájlok feltöltése",
|
||||||
"Share from Files" : "Megosztás a Fájlokból",
|
"Share from Files" : "Megosztás a Fájlokból",
|
||||||
|
"Pending share" : "Függőben lévő megosztás",
|
||||||
"Add this attachment" : "E melléklet hozzáadása",
|
"Add this attachment" : "E melléklet hozzáadása",
|
||||||
"Show in Files" : "Megjelenítése a Fájlokban",
|
"Show in Files" : "Megjelenítés a Fájlokban",
|
||||||
"Unshare file" : "Fájl megosztásának visszavonása",
|
"Download" : "Letöltés",
|
||||||
|
"Remove attachment" : "Melléklet eltávolítása",
|
||||||
"Delete Attachment" : "Melléklet törlése",
|
"Delete Attachment" : "Melléklet törlése",
|
||||||
"Restore Attachment" : "Melléklet visszaállítása",
|
"Restore Attachment" : "Melléklet visszaállítása",
|
||||||
"File to share" : "Fájl megosztása",
|
"File to share" : "Fájl megosztása",
|
||||||
@@ -194,6 +203,7 @@ OC.L10N.register(
|
|||||||
"Created" : "Létrehozva",
|
"Created" : "Létrehozva",
|
||||||
"The title cannot be empty." : "A cím nem lehet üres.",
|
"The title cannot be empty." : "A cím nem lehet üres.",
|
||||||
"No comments yet. Begin the discussion!" : "Még nincsenek hozzászólások. Kezdje el a beszélgetést!",
|
"No comments yet. Begin the discussion!" : "Még nincsenek hozzászólások. Kezdje el a beszélgetést!",
|
||||||
|
"Failed to load comments" : "A hozzászólások betöltése sikertelen",
|
||||||
"Assign a tag to this card…" : "Címke rendelése ehhez a kártyához…",
|
"Assign a tag to this card…" : "Címke rendelése ehhez a kártyához…",
|
||||||
"Assign to users" : "Felhasználókhoz rendelés",
|
"Assign to users" : "Felhasználókhoz rendelés",
|
||||||
"Assign to users/groups/circles" : "Felhasználókhoz/csoportokhoz/körökhöz rendelés",
|
"Assign to users/groups/circles" : "Felhasználókhoz/csoportokhoz/körökhöz rendelés",
|
||||||
@@ -202,10 +212,15 @@ OC.L10N.register(
|
|||||||
"Set a due date" : "Határidő beállítása",
|
"Set a due date" : "Határidő beállítása",
|
||||||
"Remove due date" : "Határidő eltávolítása",
|
"Remove due date" : "Határidő eltávolítása",
|
||||||
"Select Date" : "Dátum kiválasztása",
|
"Select Date" : "Dátum kiválasztása",
|
||||||
|
"Today" : "Ma",
|
||||||
|
"Tomorrow" : "Holnap",
|
||||||
|
"Next week" : "Következő hét",
|
||||||
|
"Next month" : "Következő hónap",
|
||||||
"Save" : "Mentés",
|
"Save" : "Mentés",
|
||||||
"The comment cannot be empty." : "A hozzászólás nem lehet üres.",
|
"The comment cannot be empty." : "A hozzászólás nem lehet üres.",
|
||||||
"The comment cannot be longer than 1000 characters." : "A megjegyzés nem lehet 1000 karakternél hosszabb.",
|
"The comment cannot be longer than 1000 characters." : "A megjegyzés nem lehet 1000 karakternél hosszabb.",
|
||||||
"In reply to" : "Válaszként erre:",
|
"In reply to" : "Válaszként erre:",
|
||||||
|
"Cancel reply" : "Válasz elvetése",
|
||||||
"Reply" : "Válasz",
|
"Reply" : "Válasz",
|
||||||
"Update" : "Frissítés",
|
"Update" : "Frissítés",
|
||||||
"Description" : "Leírás",
|
"Description" : "Leírás",
|
||||||
@@ -215,9 +230,10 @@ OC.L10N.register(
|
|||||||
"Edit description" : "Leírás szerkesztése",
|
"Edit description" : "Leírás szerkesztése",
|
||||||
"View description" : "Leírás megtekintése",
|
"View description" : "Leírás megtekintése",
|
||||||
"Add Attachment" : "Melléklet hozzáadása",
|
"Add Attachment" : "Melléklet hozzáadása",
|
||||||
"Write a description …" : "Leírás megadása",
|
"Write a description …" : "Leírás megadása…",
|
||||||
"Choose attachment" : "Válasszon mellékletet",
|
"Choose attachment" : "Válasszon mellékletet",
|
||||||
"(group)" : "(csoport)",
|
"(group)" : "(csoport)",
|
||||||
|
"{count} comments, {unread} unread" : "{count} hozzászólás, {unread} olvasatlan",
|
||||||
"Assign to me" : "Hozzám rendelés",
|
"Assign to me" : "Hozzám rendelés",
|
||||||
"Unassign myself" : "Saját magam hozzárendelésének eltávolítása",
|
"Unassign myself" : "Saját magam hozzárendelésének eltávolítása",
|
||||||
"Move card" : "Kártya áthelyezése",
|
"Move card" : "Kártya áthelyezése",
|
||||||
@@ -225,13 +241,14 @@ OC.L10N.register(
|
|||||||
"Archive card" : "Kártya archiválása",
|
"Archive card" : "Kártya archiválása",
|
||||||
"Delete card" : "Kártya törlése",
|
"Delete card" : "Kártya törlése",
|
||||||
"Move card to another board" : "Kártya áthelyezése egy másik táblára",
|
"Move card to another board" : "Kártya áthelyezése egy másik táblára",
|
||||||
|
"List is empty" : "A lista üres",
|
||||||
"Card deleted" : "Kártya törölve",
|
"Card deleted" : "Kártya törölve",
|
||||||
"seconds ago" : "másodperce",
|
"seconds ago" : "másodperce",
|
||||||
"All boards" : "Az összes tábla",
|
"All boards" : "Az összes tábla",
|
||||||
"Archived boards" : "Archivált táblák",
|
"Archived boards" : "Archivált táblák",
|
||||||
"Shared with you" : "Megosztva Önnel",
|
"Shared with you" : "Megosztva Önnel",
|
||||||
"Use bigger card view" : "Nagyobb kártyanézet használata",
|
"Use bigger card view" : "Nagyobb kártyanézet használata",
|
||||||
"Show boards in calendar/tasks" : "Táblék mutatása a naptárak/teendők között",
|
"Show boards in calendar/tasks" : "Táblák megjelenítése a naptárak/teendők között",
|
||||||
"Limit deck usage of groups" : "A kártyák használatának csoportokra korlátozása",
|
"Limit deck usage of groups" : "A kártyák használatának csoportokra korlátozása",
|
||||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "A Kártyák korlátozása blokkolja a saját táblák létrehozását azoknál a felhasználóknál, akik nem tagjai a megadott csoportoknak. A felhasználók továbbra is tudnak dolgozni a velük megosztott táblákon.",
|
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "A Kártyák korlátozása blokkolja a saját táblák létrehozását azoknál a felhasználóknál, akik nem tagjai a megadott csoportoknak. A felhasználók továbbra is tudnak dolgozni a velük megosztott táblákon.",
|
||||||
"Board details" : "Tábla részletei",
|
"Board details" : "Tábla részletei",
|
||||||
@@ -246,15 +263,13 @@ OC.L10N.register(
|
|||||||
"Assigned cards" : "Hozzárendelt kártyák",
|
"Assigned cards" : "Hozzárendelt kártyák",
|
||||||
"No notifications" : "Nincsenek értesítések",
|
"No notifications" : "Nincsenek értesítések",
|
||||||
"Delete board" : "Tábla törlése",
|
"Delete board" : "Tábla törlése",
|
||||||
"Board {0} deleted" : "Törölte a(z) {board} táblát",
|
"Board {0} deleted" : "A(z) {board} tábla törölve",
|
||||||
"Only assigned cards" : "Csak hozzárendelt kártyák",
|
"Only assigned cards" : "Csak hozzárendelt kártyák",
|
||||||
"No reminder" : "Nincs emlékeztető",
|
"No reminder" : "Nincs emlékeztető",
|
||||||
"An error occurred" : "Hiba történt",
|
"An error occurred" : "Hiba történt",
|
||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Biztos, hogy törli a(z) {title} táblát? Ez törölni fogja a tábla összes adatát.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Biztos, hogy törli a(z) {title} táblát? Ez törölni fogja a tábla összes adatát.",
|
||||||
"Delete the board?" : "Törli a táblát?",
|
"Delete the board?" : "Törli a táblát?",
|
||||||
"Loading filtered view" : "Szűrt nézet betöltése",
|
"Loading filtered view" : "Szűrt nézet betöltése",
|
||||||
"Today" : "Ma",
|
|
||||||
"Tomorrow" : "Holnap",
|
|
||||||
"This week" : "Ez a hét",
|
"This week" : "Ez a hét",
|
||||||
"No due" : "Nincs határidő",
|
"No due" : "Nincs határidő",
|
||||||
"Search for {searchQuery} in all boards" : "Keresés a(z) {searchQuery} kifejezésre az összes táblában",
|
"Search for {searchQuery} in all boards" : "Keresés a(z) {searchQuery} kifejezésre az összes táblában",
|
||||||
@@ -264,13 +279,17 @@ OC.L10N.register(
|
|||||||
"Link to a board" : "Hivatkozás egy táblához",
|
"Link to a board" : "Hivatkozás egy táblához",
|
||||||
"Link to a card" : "Hivatkozás egy kártyához",
|
"Link to a card" : "Hivatkozás egy kártyához",
|
||||||
"Create a card" : "Kártya létrehozása",
|
"Create a card" : "Kártya létrehozása",
|
||||||
"Message from {author} in {conversationName}" : "Üzenet a {conversationName} beszélgetésben tőle: {author}",
|
"Message from {author} in {conversationName}" : "Üzenet a(z) {conversationName} beszélgetésben tőle: {author}",
|
||||||
"Something went wrong" : "Valami hiba történt",
|
"Something went wrong" : "Valami hiba történt",
|
||||||
"Failed to upload {name}" : "Feltöltés sikertelen: {name}",
|
"Failed to upload {name}" : "Feltöltés sikertelen: {name}",
|
||||||
"Maximum file size of {size} exceeded" : "A legnagyobb fájlméret ({size}) túllépve",
|
"Maximum file size of {size} exceeded" : "A legnagyobb fájlméret ({size}) túllépve",
|
||||||
"Error creating the share" : "Megosztás létrehozása sikertelen",
|
"Error creating the share" : "Megosztás létrehozása sikertelen",
|
||||||
"Share with a Deck card" : "Megosztás kártyával",
|
"Share with a Deck card" : "Megosztás kártyával",
|
||||||
"Share {file} with a Deck card" : "A(z) {file} megosztása egy Kártyák kártyával",
|
"Share {file} with a Deck card" : "A(z) {file} megosztása egy kártyával",
|
||||||
"Share" : "Megosztás"
|
"Share" : "Megosztás",
|
||||||
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "A Kártyák egy kanban-stílusú szervezőeszköz, amely a személyes tervezést és a csapatok projektszervezését célozza, a Nextcloudba integrálva.\n\n\n- 📥 Saját feladatok kártyákhoz adása, és azok sorrendezése\n- 📄 További jegyzetek leírása markdownban\n- 🔖 Címkék hozzárendelése a még jobb rendszerezés miatt\n- 👥 Megosztás a csapattal, barátokkal vagy családdal\n- 📎 Fájlok hozzáadása mellékletként, vagy beágyazás a markdown leírásba\n- 💬 Megbeszélés a csapattal hozzászólások használatával\n- ⚡ A változások követése a tevékenységnaplóban\n- 🚀 Rendszerezze a projektjét",
|
||||||
|
"Creating the new card…" : "Új kártya létrehozása…",
|
||||||
|
"\"{card}\" was added to \"{board}\"" : "A(z) „{card}” hozzáadva a(z) „{board}” táblához",
|
||||||
|
"(circle)" : "(kör)"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
43
l10n/hu.json
43
l10n/hu.json
@@ -68,9 +68,13 @@
|
|||||||
"Upcoming cards" : "Közelgő kártyák",
|
"Upcoming cards" : "Közelgő kártyák",
|
||||||
"Personal" : "Személyes",
|
"Personal" : "Személyes",
|
||||||
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "A(z) „%s” kártyát a(z) „%s” táblán %s hozzárendelte Önhöz.",
|
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "A(z) „%s” kártyát a(z) „%s” táblán %s hozzárendelte Önhöz.",
|
||||||
|
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} hozzárendelte Önhöz a(z) {deck-board} táblán lévő {deck-card} kártyát.",
|
||||||
"The card \"%s\" on \"%s\" has reached its due date." : "A(z) „%s” kártya a(z) „%s” táblán elérte a határidejét.",
|
"The card \"%s\" on \"%s\" has reached its due date." : "A(z) „%s” kártya a(z) „%s” táblán elérte a határidejét.",
|
||||||
|
"The card {deck-card} on {deck-board} has reached its due date." : "A(z) {deck-board} táblán lévő {deck-card} kártya elérte a határidejét.",
|
||||||
"%s has mentioned you in a comment on \"%s\"." : "%s megemlítette egy hozzászólásban ennél: „%s”.",
|
"%s has mentioned you in a comment on \"%s\"." : "%s megemlítette egy hozzászólásban ennél: „%s”.",
|
||||||
|
"{user} has mentioned you in a comment on {deck-card}." : "{user} megemlítette egy hozzászólásban a(z) {deck-card} kártyán.",
|
||||||
"The board \"%s\" has been shared with you by %s." : "A(z) „%s” táblát %s osztotta meg Önnel.",
|
"The board \"%s\" has been shared with you by %s." : "A(z) „%s” táblát %s osztotta meg Önnel.",
|
||||||
|
"{user} has shared {deck-board} with you." : "{user} megosztotta Önnel a(z) {deck-board} táblát.",
|
||||||
"Card comments" : "Kártya hozzászólásai",
|
"Card comments" : "Kártya hozzászólásai",
|
||||||
"%s on %s" : "%s ezen: %s",
|
"%s on %s" : "%s ezen: %s",
|
||||||
"No data was provided to create an attachment." : "Nincsenek megadva adatok a melléklet létrehozásához.",
|
"No data was provided to create an attachment." : "Nincsenek megadva adatok a melléklet létrehozásához.",
|
||||||
@@ -94,11 +98,12 @@
|
|||||||
"Could not write file to disk" : "Nem lehet a fájlt lemezre írni",
|
"Could not write file to disk" : "Nem lehet a fájlt lemezre írni",
|
||||||
"A PHP extension stopped the file upload" : "A PHP kiterjesztés megállította a fájl feltöltését",
|
"A PHP extension stopped the file upload" : "A PHP kiterjesztés megállította a fájl feltöltését",
|
||||||
"No file uploaded or file size exceeds maximum of %s" : "Nincs fájl feltöltve, vagy a fájl meghaladja a maximumot: %s",
|
"No file uploaded or file size exceeds maximum of %s" : "Nincs fájl feltöltve, vagy a fájl meghaladja a maximumot: %s",
|
||||||
|
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Ez a megjegyzés több mint %s karakter hosszú.\nMellékletként lett hozzáadva a(z) %s nevű kártyához.\nEzen az URL-en érhető el: %s.",
|
||||||
"Card not found" : "A kártya nem található",
|
"Card not found" : "A kártya nem található",
|
||||||
"Path is already shared with this card" : "Az útvonal már meg van osztva ezzel a kártyával",
|
"Path is already shared with this card" : "Az útvonal már meg van osztva ezzel a kártyával",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Érvénytelen dátum, a dátumnak YYYY-MM-DD formátumúnak kell lennie",
|
"Invalid date, date format must be YYYY-MM-DD" : "Érvénytelen dátum, a dátumnak YYYY-MM-DD formátumúnak kell lennie",
|
||||||
"Personal planning and team project organization" : "Személyes tervezés és csapatos projektszervezés",
|
"Personal planning and team project organization" : "Személyes tervezés és csapatos projektszervezés",
|
||||||
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "A Kártyák egy kanban-stílusú szervezőeszköz, amely a személyes tervezést és a csapatok projektszervezését célozza, a Nextcloudba integrálva.\n\n\n- 📥 Saját feladatok kártyákhoz adása, és azok sorrendezése\n- 📄 További jegyzetek leírása markdownban\n- 🔖 Címkék hozzárendelése a még jobb rendszerezés miatt\n- 👥 Megosztás a csapattal, barátokkal vagy családdal\n- 📎 Fájlok hozzáadása mellékletként, vagy beágyazás a markdown leírásba\n- 💬 Megbeszélés a csapattal hozzászólások használatával\n- ⚡ A változások követése a tevékenységnaplóban\n- 🚀 Rendszerezze a projektjét",
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "A Kártyák egy kanban-stílusú szervezőeszköz, amely a személyes tervezést és a csapatok projektszervezését célozza, a Nextcloudba integrálva.\n\n\n- 📥 Saját feladatok kártyákhoz adása, és azok sorrendezése\n- 📄 További jegyzetek leírása Markdownban\n- 🔖 Címkék hozzárendelése a még jobb rendszerezés miatt\n- 👥 Megosztás a csapattal, barátokkal vagy családdal\n- 📎 Fájlok hozzáadása mellékletként, vagy beágyazás a Markdown leírásba\n- 💬 Megbeszélés a csapattal hozzászólások használatával\n- ⚡ A változások követése a tevékenységnaplóban\n- 🚀 Rendszerezze a projektjét",
|
||||||
"Card details" : "Kártya részletei",
|
"Card details" : "Kártya részletei",
|
||||||
"Add board" : "Tábla hozzáadása",
|
"Add board" : "Tábla hozzáadása",
|
||||||
"Select the board to link to a project" : "Válasszon ki egy táblát, amely egy projektre fog hivatkozni",
|
"Select the board to link to a project" : "Válasszon ki egy táblát, amely egy projektre fog hivatkozni",
|
||||||
@@ -109,6 +114,8 @@
|
|||||||
"Select a list" : "Válasszon listát",
|
"Select a list" : "Válasszon listát",
|
||||||
"Card title" : "Kártya címe",
|
"Card title" : "Kártya címe",
|
||||||
"Cancel" : "Mégse",
|
"Cancel" : "Mégse",
|
||||||
|
"Creating the new card …" : "Új kártya létrehozása…",
|
||||||
|
"Card \"{card}\" was added to \"{board}\"" : "A(z) „{card}” kártya hozzáadva a(z) „{board}” táblához",
|
||||||
"Open card" : "Kártya megnyitása",
|
"Open card" : "Kártya megnyitása",
|
||||||
"Close" : "Bezárás",
|
"Close" : "Bezárás",
|
||||||
"Create card" : "Kártya létrehozása",
|
"Create card" : "Kártya létrehozása",
|
||||||
@@ -122,6 +129,7 @@
|
|||||||
"Keep existing file" : "Meglévő fájl megtartása",
|
"Keep existing file" : "Meglévő fájl megtartása",
|
||||||
"This board is read only" : "Ez a tábla csak olvasható",
|
"This board is read only" : "Ez a tábla csak olvasható",
|
||||||
"Drop your files to upload" : "Dobja ide a fájljait a feltöltéshez",
|
"Drop your files to upload" : "Dobja ide a fájljait a feltöltéshez",
|
||||||
|
"Add card" : "Kártya hozzáadása",
|
||||||
"Archived cards" : "Archivált kártyák",
|
"Archived cards" : "Archivált kártyák",
|
||||||
"Add list" : "Lista hozzáadása",
|
"Add list" : "Lista hozzáadása",
|
||||||
"List name" : "Listanév",
|
"List name" : "Listanév",
|
||||||
@@ -165,7 +173,6 @@
|
|||||||
"Add a new list" : "Új lista hozzáadása",
|
"Add a new list" : "Új lista hozzáadása",
|
||||||
"Archive all cards" : "Az összes kártya archiválása",
|
"Archive all cards" : "Az összes kártya archiválása",
|
||||||
"Delete list" : "Lista törlése",
|
"Delete list" : "Lista törlése",
|
||||||
"Add card" : "Kártya hozzáadása",
|
|
||||||
"Archive all cards in this list" : "Az összes kártya archiválása ebben a listában",
|
"Archive all cards in this list" : "Az összes kártya archiválása ebben a listában",
|
||||||
"Add a new card" : "Új kártya hozzáadása",
|
"Add a new card" : "Új kártya hozzáadása",
|
||||||
"Card name" : "Kártya neve",
|
"Card name" : "Kártya neve",
|
||||||
@@ -177,9 +184,11 @@
|
|||||||
"Members" : "Tagok",
|
"Members" : "Tagok",
|
||||||
"Upload new files" : "Új fájlok feltöltése",
|
"Upload new files" : "Új fájlok feltöltése",
|
||||||
"Share from Files" : "Megosztás a Fájlokból",
|
"Share from Files" : "Megosztás a Fájlokból",
|
||||||
|
"Pending share" : "Függőben lévő megosztás",
|
||||||
"Add this attachment" : "E melléklet hozzáadása",
|
"Add this attachment" : "E melléklet hozzáadása",
|
||||||
"Show in Files" : "Megjelenítése a Fájlokban",
|
"Show in Files" : "Megjelenítés a Fájlokban",
|
||||||
"Unshare file" : "Fájl megosztásának visszavonása",
|
"Download" : "Letöltés",
|
||||||
|
"Remove attachment" : "Melléklet eltávolítása",
|
||||||
"Delete Attachment" : "Melléklet törlése",
|
"Delete Attachment" : "Melléklet törlése",
|
||||||
"Restore Attachment" : "Melléklet visszaállítása",
|
"Restore Attachment" : "Melléklet visszaállítása",
|
||||||
"File to share" : "Fájl megosztása",
|
"File to share" : "Fájl megosztása",
|
||||||
@@ -192,6 +201,7 @@
|
|||||||
"Created" : "Létrehozva",
|
"Created" : "Létrehozva",
|
||||||
"The title cannot be empty." : "A cím nem lehet üres.",
|
"The title cannot be empty." : "A cím nem lehet üres.",
|
||||||
"No comments yet. Begin the discussion!" : "Még nincsenek hozzászólások. Kezdje el a beszélgetést!",
|
"No comments yet. Begin the discussion!" : "Még nincsenek hozzászólások. Kezdje el a beszélgetést!",
|
||||||
|
"Failed to load comments" : "A hozzászólások betöltése sikertelen",
|
||||||
"Assign a tag to this card…" : "Címke rendelése ehhez a kártyához…",
|
"Assign a tag to this card…" : "Címke rendelése ehhez a kártyához…",
|
||||||
"Assign to users" : "Felhasználókhoz rendelés",
|
"Assign to users" : "Felhasználókhoz rendelés",
|
||||||
"Assign to users/groups/circles" : "Felhasználókhoz/csoportokhoz/körökhöz rendelés",
|
"Assign to users/groups/circles" : "Felhasználókhoz/csoportokhoz/körökhöz rendelés",
|
||||||
@@ -200,10 +210,15 @@
|
|||||||
"Set a due date" : "Határidő beállítása",
|
"Set a due date" : "Határidő beállítása",
|
||||||
"Remove due date" : "Határidő eltávolítása",
|
"Remove due date" : "Határidő eltávolítása",
|
||||||
"Select Date" : "Dátum kiválasztása",
|
"Select Date" : "Dátum kiválasztása",
|
||||||
|
"Today" : "Ma",
|
||||||
|
"Tomorrow" : "Holnap",
|
||||||
|
"Next week" : "Következő hét",
|
||||||
|
"Next month" : "Következő hónap",
|
||||||
"Save" : "Mentés",
|
"Save" : "Mentés",
|
||||||
"The comment cannot be empty." : "A hozzászólás nem lehet üres.",
|
"The comment cannot be empty." : "A hozzászólás nem lehet üres.",
|
||||||
"The comment cannot be longer than 1000 characters." : "A megjegyzés nem lehet 1000 karakternél hosszabb.",
|
"The comment cannot be longer than 1000 characters." : "A megjegyzés nem lehet 1000 karakternél hosszabb.",
|
||||||
"In reply to" : "Válaszként erre:",
|
"In reply to" : "Válaszként erre:",
|
||||||
|
"Cancel reply" : "Válasz elvetése",
|
||||||
"Reply" : "Válasz",
|
"Reply" : "Válasz",
|
||||||
"Update" : "Frissítés",
|
"Update" : "Frissítés",
|
||||||
"Description" : "Leírás",
|
"Description" : "Leírás",
|
||||||
@@ -213,9 +228,10 @@
|
|||||||
"Edit description" : "Leírás szerkesztése",
|
"Edit description" : "Leírás szerkesztése",
|
||||||
"View description" : "Leírás megtekintése",
|
"View description" : "Leírás megtekintése",
|
||||||
"Add Attachment" : "Melléklet hozzáadása",
|
"Add Attachment" : "Melléklet hozzáadása",
|
||||||
"Write a description …" : "Leírás megadása",
|
"Write a description …" : "Leírás megadása…",
|
||||||
"Choose attachment" : "Válasszon mellékletet",
|
"Choose attachment" : "Válasszon mellékletet",
|
||||||
"(group)" : "(csoport)",
|
"(group)" : "(csoport)",
|
||||||
|
"{count} comments, {unread} unread" : "{count} hozzászólás, {unread} olvasatlan",
|
||||||
"Assign to me" : "Hozzám rendelés",
|
"Assign to me" : "Hozzám rendelés",
|
||||||
"Unassign myself" : "Saját magam hozzárendelésének eltávolítása",
|
"Unassign myself" : "Saját magam hozzárendelésének eltávolítása",
|
||||||
"Move card" : "Kártya áthelyezése",
|
"Move card" : "Kártya áthelyezése",
|
||||||
@@ -223,13 +239,14 @@
|
|||||||
"Archive card" : "Kártya archiválása",
|
"Archive card" : "Kártya archiválása",
|
||||||
"Delete card" : "Kártya törlése",
|
"Delete card" : "Kártya törlése",
|
||||||
"Move card to another board" : "Kártya áthelyezése egy másik táblára",
|
"Move card to another board" : "Kártya áthelyezése egy másik táblára",
|
||||||
|
"List is empty" : "A lista üres",
|
||||||
"Card deleted" : "Kártya törölve",
|
"Card deleted" : "Kártya törölve",
|
||||||
"seconds ago" : "másodperce",
|
"seconds ago" : "másodperce",
|
||||||
"All boards" : "Az összes tábla",
|
"All boards" : "Az összes tábla",
|
||||||
"Archived boards" : "Archivált táblák",
|
"Archived boards" : "Archivált táblák",
|
||||||
"Shared with you" : "Megosztva Önnel",
|
"Shared with you" : "Megosztva Önnel",
|
||||||
"Use bigger card view" : "Nagyobb kártyanézet használata",
|
"Use bigger card view" : "Nagyobb kártyanézet használata",
|
||||||
"Show boards in calendar/tasks" : "Táblék mutatása a naptárak/teendők között",
|
"Show boards in calendar/tasks" : "Táblák megjelenítése a naptárak/teendők között",
|
||||||
"Limit deck usage of groups" : "A kártyák használatának csoportokra korlátozása",
|
"Limit deck usage of groups" : "A kártyák használatának csoportokra korlátozása",
|
||||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "A Kártyák korlátozása blokkolja a saját táblák létrehozását azoknál a felhasználóknál, akik nem tagjai a megadott csoportoknak. A felhasználók továbbra is tudnak dolgozni a velük megosztott táblákon.",
|
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "A Kártyák korlátozása blokkolja a saját táblák létrehozását azoknál a felhasználóknál, akik nem tagjai a megadott csoportoknak. A felhasználók továbbra is tudnak dolgozni a velük megosztott táblákon.",
|
||||||
"Board details" : "Tábla részletei",
|
"Board details" : "Tábla részletei",
|
||||||
@@ -244,15 +261,13 @@
|
|||||||
"Assigned cards" : "Hozzárendelt kártyák",
|
"Assigned cards" : "Hozzárendelt kártyák",
|
||||||
"No notifications" : "Nincsenek értesítések",
|
"No notifications" : "Nincsenek értesítések",
|
||||||
"Delete board" : "Tábla törlése",
|
"Delete board" : "Tábla törlése",
|
||||||
"Board {0} deleted" : "Törölte a(z) {board} táblát",
|
"Board {0} deleted" : "A(z) {board} tábla törölve",
|
||||||
"Only assigned cards" : "Csak hozzárendelt kártyák",
|
"Only assigned cards" : "Csak hozzárendelt kártyák",
|
||||||
"No reminder" : "Nincs emlékeztető",
|
"No reminder" : "Nincs emlékeztető",
|
||||||
"An error occurred" : "Hiba történt",
|
"An error occurred" : "Hiba történt",
|
||||||
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Biztos, hogy törli a(z) {title} táblát? Ez törölni fogja a tábla összes adatát.",
|
"Are you sure you want to delete the board {title}? This will delete all the data of this board." : "Biztos, hogy törli a(z) {title} táblát? Ez törölni fogja a tábla összes adatát.",
|
||||||
"Delete the board?" : "Törli a táblát?",
|
"Delete the board?" : "Törli a táblát?",
|
||||||
"Loading filtered view" : "Szűrt nézet betöltése",
|
"Loading filtered view" : "Szűrt nézet betöltése",
|
||||||
"Today" : "Ma",
|
|
||||||
"Tomorrow" : "Holnap",
|
|
||||||
"This week" : "Ez a hét",
|
"This week" : "Ez a hét",
|
||||||
"No due" : "Nincs határidő",
|
"No due" : "Nincs határidő",
|
||||||
"Search for {searchQuery} in all boards" : "Keresés a(z) {searchQuery} kifejezésre az összes táblában",
|
"Search for {searchQuery} in all boards" : "Keresés a(z) {searchQuery} kifejezésre az összes táblában",
|
||||||
@@ -262,13 +277,17 @@
|
|||||||
"Link to a board" : "Hivatkozás egy táblához",
|
"Link to a board" : "Hivatkozás egy táblához",
|
||||||
"Link to a card" : "Hivatkozás egy kártyához",
|
"Link to a card" : "Hivatkozás egy kártyához",
|
||||||
"Create a card" : "Kártya létrehozása",
|
"Create a card" : "Kártya létrehozása",
|
||||||
"Message from {author} in {conversationName}" : "Üzenet a {conversationName} beszélgetésben tőle: {author}",
|
"Message from {author} in {conversationName}" : "Üzenet a(z) {conversationName} beszélgetésben tőle: {author}",
|
||||||
"Something went wrong" : "Valami hiba történt",
|
"Something went wrong" : "Valami hiba történt",
|
||||||
"Failed to upload {name}" : "Feltöltés sikertelen: {name}",
|
"Failed to upload {name}" : "Feltöltés sikertelen: {name}",
|
||||||
"Maximum file size of {size} exceeded" : "A legnagyobb fájlméret ({size}) túllépve",
|
"Maximum file size of {size} exceeded" : "A legnagyobb fájlméret ({size}) túllépve",
|
||||||
"Error creating the share" : "Megosztás létrehozása sikertelen",
|
"Error creating the share" : "Megosztás létrehozása sikertelen",
|
||||||
"Share with a Deck card" : "Megosztás kártyával",
|
"Share with a Deck card" : "Megosztás kártyával",
|
||||||
"Share {file} with a Deck card" : "A(z) {file} megosztása egy Kártyák kártyával",
|
"Share {file} with a Deck card" : "A(z) {file} megosztása egy kártyával",
|
||||||
"Share" : "Megosztás"
|
"Share" : "Megosztás",
|
||||||
|
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "A Kártyák egy kanban-stílusú szervezőeszköz, amely a személyes tervezést és a csapatok projektszervezését célozza, a Nextcloudba integrálva.\n\n\n- 📥 Saját feladatok kártyákhoz adása, és azok sorrendezése\n- 📄 További jegyzetek leírása markdownban\n- 🔖 Címkék hozzárendelése a még jobb rendszerezés miatt\n- 👥 Megosztás a csapattal, barátokkal vagy családdal\n- 📎 Fájlok hozzáadása mellékletként, vagy beágyazás a markdown leírásba\n- 💬 Megbeszélés a csapattal hozzászólások használatával\n- ⚡ A változások követése a tevékenységnaplóban\n- 🚀 Rendszerezze a projektjét",
|
||||||
|
"Creating the new card…" : "Új kártya létrehozása…",
|
||||||
|
"\"{card}\" was added to \"{board}\"" : "A(z) „{card}” hozzáadva a(z) „{board}” táblához",
|
||||||
|
"(circle)" : "(kör)"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -11,12 +11,12 @@ OC.L10N.register(
|
|||||||
"Edit" : "մշակել",
|
"Edit" : "մշակել",
|
||||||
"Comments" : "Կարծիքներ",
|
"Comments" : "Կարծիքներ",
|
||||||
"Modified" : "Փոփոխված",
|
"Modified" : "Փոփոխված",
|
||||||
|
"Today" : "այսօր",
|
||||||
"Save" : "Պահպանել",
|
"Save" : "Պահպանել",
|
||||||
"Update" : "Թարմացնել",
|
"Update" : "Թարմացնել",
|
||||||
"Description" : "Նկարագրություն",
|
"Description" : "Նկարագրություն",
|
||||||
"seconds ago" : "վրկ. առաջ",
|
"seconds ago" : "վրկ. առաջ",
|
||||||
"Shared with you" : "Shared with you",
|
"Shared with you" : "Shared with you",
|
||||||
"Today" : "այսօր",
|
|
||||||
"This week" : "այս շաբաթ"
|
"This week" : "այս շաբաթ"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|||||||
@@ -9,12 +9,12 @@
|
|||||||
"Edit" : "մշակել",
|
"Edit" : "մշակել",
|
||||||
"Comments" : "Կարծիքներ",
|
"Comments" : "Կարծիքներ",
|
||||||
"Modified" : "Փոփոխված",
|
"Modified" : "Փոփոխված",
|
||||||
|
"Today" : "այսօր",
|
||||||
"Save" : "Պահպանել",
|
"Save" : "Պահպանել",
|
||||||
"Update" : "Թարմացնել",
|
"Update" : "Թարմացնել",
|
||||||
"Description" : "Նկարագրություն",
|
"Description" : "Նկարագրություն",
|
||||||
"seconds ago" : "վրկ. առաջ",
|
"seconds ago" : "վրկ. առաջ",
|
||||||
"Shared with you" : "Shared with you",
|
"Shared with you" : "Shared with you",
|
||||||
"Today" : "այսօր",
|
|
||||||
"This week" : "այս շաբաթ"
|
"This week" : "այս շաբաթ"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
||||||
@@ -23,6 +23,8 @@ OC.L10N.register(
|
|||||||
"Attachments" : "Attachamentos",
|
"Attachments" : "Attachamentos",
|
||||||
"Comments" : "Commentarios",
|
"Comments" : "Commentarios",
|
||||||
"Modified" : "Modificate",
|
"Modified" : "Modificate",
|
||||||
|
"Today" : "Hodie",
|
||||||
|
"Tomorrow" : "Deman",
|
||||||
"Save" : "Salveguardar",
|
"Save" : "Salveguardar",
|
||||||
"Reply" : "Responder",
|
"Reply" : "Responder",
|
||||||
"Update" : "Actualisation",
|
"Update" : "Actualisation",
|
||||||
@@ -30,8 +32,6 @@ OC.L10N.register(
|
|||||||
"(group)" : "(gruppo)",
|
"(group)" : "(gruppo)",
|
||||||
"seconds ago" : "secundas passate",
|
"seconds ago" : "secundas passate",
|
||||||
"Shared with you" : "Compartite con te",
|
"Shared with you" : "Compartite con te",
|
||||||
"Today" : "Hodie",
|
|
||||||
"Tomorrow" : "Deman",
|
|
||||||
"This week" : "Iste septimana"
|
"This week" : "Iste septimana"
|
||||||
},
|
},
|
||||||
"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
Reference in New Issue
Block a user