Merge branch 'master' of https://github.com/nextcloud/server into ie11-compatibility-settings

This commit is contained in:
John Molakvoæ (skjnldsv) 2019-01-03 17:56:16 +01:00
commit 3a2943391e
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
235 changed files with 5933 additions and 1272 deletions

View File

@ -50,7 +50,7 @@ pipeline:
matrix:
TESTS: vue-build-backupscodes
checkers:
image: nextcloudci/php7.0:php7.0-19
image: nextcloudci/php7.1:php7.1-16
commands:
- ./autotest-checkers.sh
secrets: [ github_token ]
@ -65,14 +65,6 @@ pipeline:
when:
matrix:
TESTS: handlebars
syntax-php7.0:
image: nextcloudci/php7.0:php7.0-19
commands:
- composer install
- ./lib/composer/bin/parallel-lint --exclude lib/composer/jakub-onderka/ --exclude 3rdparty/symfony/polyfill-php70/Resources/stubs/ --exclude 3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/ --exclude lib/composer/composer/autoload_static.php --exclude 3rdparty/composer/autoload_static.php .
when:
matrix:
TESTS: syntax-php7.0
syntax-php7.1:
image: nextcloudci/php7.1:php7.1-16
commands:
@ -108,7 +100,7 @@ pipeline:
matrix:
TESTS: phan
litmus-v1:
image: nextcloudci/litmus-php7.0:litmus-php7.0-6
image: nextcloudci/litmus-php7.1:1
commands:
- bash tests/travis/install.sh sqlite
- bash apps/dav/tests/travis/litmus-v1/script.sh
@ -116,7 +108,7 @@ pipeline:
matrix:
TESTS: litmus-v1
litmus-v2:
image: nextcloudci/litmus-php7.0:litmus-php7.0-6
image: nextcloudci/litmus-php7.2:1
commands:
- bash tests/travis/install.sh sqlite
- bash apps/dav/tests/travis/litmus-v2/script.sh
@ -124,7 +116,7 @@ pipeline:
matrix:
TESTS: litmus-v2
caldavtester-new-endpoint:
image: nextcloudci/litmus-php7.0:litmus-php7.0-6
image: nextcloudci/litmus-php7.1:1
commands:
- bash tests/travis/install.sh sqlite
- bash apps/dav/tests/travis/caldav/install.sh
@ -133,7 +125,7 @@ pipeline:
matrix:
TESTS: caldavtester-new-endpoint
caldavtester-old-endpoint:
image: nextcloudci/litmus-php7.0:litmus-php7.0-6
image: nextcloudci/litmus-php7.1:1
commands:
- bash tests/travis/install.sh sqlite
- bash apps/dav/tests/travis/caldav/install.sh
@ -142,7 +134,7 @@ pipeline:
matrix:
TESTS: caldavtester-old-endpoint
carddavtester-new-endpoint:
image: nextcloudci/litmus-php7.0:litmus-php7.0-6
image: nextcloudci/litmus-php7.1:1
commands:
- bash tests/travis/install.sh sqlite
- bash apps/dav/tests/travis/carddav/install.sh
@ -151,7 +143,7 @@ pipeline:
matrix:
TESTS: carddavtester-new-endpoint
carddavtester-old-endpoint:
image: nextcloudci/litmus-php7.0:litmus-php7.0-6
image: nextcloudci/litmus-php7.1:1
commands:
- bash tests/travis/install.sh sqlite
- bash apps/dav/tests/travis/carddav/install.sh
@ -160,7 +152,7 @@ pipeline:
matrix:
TESTS: carddavtester-old-endpoint
sqlite-php7.0-samba-native:
image: nextcloudci/samba-native-php7.0:samba-native-php7.0-3
image: nextcloudci/samba-native-php7.1:1
commands:
- smbd -D -FS &
- ./autotest-external.sh sqlite smb-linux
@ -171,9 +163,9 @@ pipeline:
- sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite-smb-linux.xml; fi"
when:
matrix:
TESTS: sqlite-php7.0-samba-native
TESTS: sqlite-php7.1-samba-native
sqlite-php7.0-samba-non-native:
image: nextcloudci/samba-non-native-php7.0:samba-non-native-php7.0-4
image: nextcloudci/samba-non-native-php7.1:1
commands:
- smbd -D -FS &
- ./autotest-external.sh sqlite smb-linux
@ -184,9 +176,9 @@ pipeline:
- sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite-smb-linux.xml; fi"
when:
matrix:
TESTS: sqlite-php7.0-samba-non-native
TESTS: sqlite-php7.1-samba-non-native
sqlite-php7.0-webdav-apache:
image: nextcloudci/webdav-apache-php7.0
image: nextcloudci/webdav-apache-php7.1:1
commands:
- apache2
- ./autotest-external.sh sqlite webdav-apachedrone
@ -197,15 +189,7 @@ pipeline:
- sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 117641e2-a9e8-4b7b-984b-ae872d9b05f5 -f tests/autotest-external-clover-sqlite-webdav-apachedrone.xml; fi"
when:
matrix:
TESTS: sqlite-php7.0-webdav-apache
nodb-php7.0:
image: nextcloudci/php7.0:php7.0-19
commands:
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
when:
matrix:
DB: NODB
PHP: "7.0"
TESTS: sqlite-php7.1-webdav-apache
nodb-php7.1:
image: nextcloudci/php7.1:php7.1-16
commands:
@ -230,14 +214,6 @@ pipeline:
matrix:
DB: NODB
PHP: 7.3
sqlite-php7.0:
image: nextcloudci/php7.0:php7.0-19
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
when:
matrix:
DB: sqlite
PHP: "7.0"
sqlite-php7.1:
image: nextcloudci/php7.1:php7.1-16
commands:
@ -262,14 +238,6 @@ pipeline:
matrix:
DB: sqlite
PHP: 7.3
mysql-php7.0:
image: nextcloudci/php7.0:php7.0-19
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
when:
matrix:
DB: mysql
PHP: "7.0"
mysql-php7.1:
image: nextcloudci/php7.1:php7.1-16
commands:
@ -294,14 +262,6 @@ pipeline:
matrix:
DB: mysql
PHP: 7.3
mysql5.6-php7.0:
image: nextcloudci/php7.0:php7.0-19
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
when:
matrix:
DB: mysql5.6
PHP: "7.0"
mysql5.6-php7.1:
image: nextcloudci/php7.1:php7.1-16
commands:
@ -310,14 +270,6 @@ pipeline:
matrix:
DB: mysql5.6
PHP: 7.1
mysql5.5-php7.0:
image: nextcloudci/php7.0:php7.0-19
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
when:
matrix:
DB: mysql5.5
PHP: "7.0"
mysql5.5-php7.1:
image: nextcloudci/php7.1:php7.1-16
commands:
@ -326,15 +278,6 @@ pipeline:
matrix:
DB: mysql5.5
PHP: 7.1
postgres-php7.0:
image: nextcloudci/php7.0:php7.0-19
commands:
- sleep 10 # gives the database enough time to initialize
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql
when:
matrix:
DB: postgres
PHP: "7.0"
postgres-php7.1:
image: nextcloudci/php7.1:php7.1-16
commands:
@ -344,14 +287,6 @@ pipeline:
matrix:
DB: postgres
PHP: 7.1
mysqlmb4-php7.0:
image: nextcloudci/php7.0:php7.0-19
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4
when:
matrix:
DB: mysqlmb4
PHP: "7.0"
mysqlmb4-php7.1:
image: nextcloudci/php7.1:php7.1-16
commands:
@ -377,7 +312,7 @@ pipeline:
DB: mysqlmb4
PHP: 7.3
integration-capabilities_features:
image: nextcloudci/integration-php7.0:integration-php7.0-8
image: nextcloudci/integration-php7.1:1
commands:
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
@ -386,7 +321,7 @@ pipeline:
matrix:
TESTS: integration-capabilities_features
integration-federation_features:
image: nextcloudci/integration-php7.0:integration-php7.0-8
image: nextcloudci/integration-php7.1:1
commands:
- ./occ maintenance:install --admin-pass=admin
- cd build/integration
@ -395,7 +330,7 @@ pipeline:
matrix:
TESTS: integration-federation_features
integration-auth:
image: nextcloudci/integration-php7.0:integration-php7.0-8
image: nextcloudci/integration-php7.1:1
commands:
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
@ -404,7 +339,7 @@ pipeline:
matrix:
TESTS: integration-auth
integration-maintenance-mode:
image: nextcloudci/integration-php7.0:integration-php7.0-8
image: nextcloudci/integration-php7.1:1
commands:
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
@ -413,7 +348,7 @@ pipeline:
matrix:
TESTS: integration-maintenance-mode
integration-ratelimiting:
image: nextcloudci/integration-php7.0:integration-php7.0-8
image: nextcloudci/integration-php7.1:1
commands:
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- ./occ config:system:set redis host --value=cache
@ -428,7 +363,7 @@ pipeline:
matrix:
TESTS: integration-ratelimiting
integration-carddav:
image: nextcloudci/integration-php7.0:integration-php7.0-8
image: nextcloudci/integration-php7.1:1
commands:
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
@ -437,7 +372,7 @@ pipeline:
matrix:
TESTS: integration-carddav
integration-dav-v2:
image: nextcloudci/integration-php7.0:integration-php7.0-8
image: nextcloudci/integration-php7.1:1
commands:
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
@ -446,7 +381,7 @@ pipeline:
matrix:
TESTS: integration-dav-v2
integration-ocs-v1:
image: nextcloudci/integration-php7.0:integration-php7.0-8
image: nextcloudci/integration-php7.1:1
commands:
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
@ -455,7 +390,7 @@ pipeline:
matrix:
TESTS: integration-ocs-v1
integration-sharing-v1:
image: nextcloudci/integration-php7.0:integration-php7.0-8
image: nextcloudci/integration-php7.1:1
commands:
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
@ -464,7 +399,7 @@ pipeline:
matrix:
TESTS: integration-sharing-v1
integration-sharing-v1-part2:
image: nextcloudci/integration-php7.0:integration-php7.0-8
image: nextcloudci/integration-php7.1:1
commands:
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
@ -473,7 +408,7 @@ pipeline:
matrix:
TESTS: integration-sharing-v1-part2
integration-sharing-v1-part3:
image: nextcloudci/integration-php7.0:integration-php7.0-8
image: nextcloudci/integration-php7.1:1
commands:
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
@ -482,7 +417,7 @@ pipeline:
matrix:
TESTS: integration-sharing-v1-part3
integration-checksums-v1:
image: nextcloudci/integration-php7.0:integration-php7.0-8
image: nextcloudci/integration-php7.1:1
commands:
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
@ -491,7 +426,7 @@ pipeline:
matrix:
TESTS: integration-checksums
integration-external-storage:
image: nextcloudci/integration-php7.0:integration-php7.0-8
image: nextcloudci/integration-php7.1:1
commands:
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
@ -500,7 +435,7 @@ pipeline:
matrix:
TESTS: integration-external-storage
integration-provisioning-v1:
image: nextcloudci/integration-php7.0:integration-php7.0-8
image: nextcloudci/integration-php7.1:1
commands:
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
@ -509,7 +444,7 @@ pipeline:
matrix:
TESTS: integration-provisioning-v1
integration-tags:
image: nextcloudci/integration-php7.0:integration-php7.0-8
image: nextcloudci/integration-php7.1:1
commands:
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
@ -518,7 +453,7 @@ pipeline:
matrix:
TESTS: integration-tags
integration-caldav:
image: nextcloudci/integration-php7.0:integration-php7.0-8
image: nextcloudci/integration-php7.1:1
commands:
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
@ -527,7 +462,7 @@ pipeline:
matrix:
TESTS: integration-caldav
integration-comments:
image: nextcloudci/integration-php7.0:integration-php7.0-8
image: nextcloudci/integration-php7.1:1
commands:
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
@ -536,7 +471,7 @@ pipeline:
matrix:
TESTS: integration-comments
integration-comments-search:
image: nextcloudci/integration-php7.0:integration-php7.0-8
image: nextcloudci/integration-php7.1:1
commands:
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
@ -545,7 +480,7 @@ pipeline:
matrix:
TESTS: integration-comments-search
integration-favorites:
image: nextcloudci/integration-php7.0:integration-php7.0-8
image: nextcloudci/integration-php7.1:1
commands:
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
@ -554,7 +489,7 @@ pipeline:
matrix:
TESTS: integration-favorites
integration-provisioning-v2:
image: nextcloudci/integration-php7.0:integration-php7.0-8
image: nextcloudci/integration-php7.1:1
commands:
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
@ -563,7 +498,7 @@ pipeline:
matrix:
TESTS: integration-provisioning-v2
integration-webdav-related:
image: nextcloudci/integration-php7.0:integration-php7.0-8
image: nextcloudci/integration-php7.1:1
commands:
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
@ -572,7 +507,7 @@ pipeline:
matrix:
TESTS: integration-webdav-related
integration-sharees-features:
image: nextcloudci/integration-php7.0:integration-php7.0-8
image: nextcloudci/integration-php7.1:1
commands:
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
@ -581,7 +516,7 @@ pipeline:
matrix:
TESTS: integration-sharees-features
integration-sharees-v2-features:
image: nextcloudci/integration-php7.0:integration-php7.0-8
image: nextcloudci/integration-php7.1:1
commands:
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
@ -590,7 +525,7 @@ pipeline:
matrix:
TESTS: integration-sharees-v2-features
integration-setup-features:
image: nextcloudci/integration-php7.0:integration-php7.0-8
image: nextcloudci/integration-php7.1:1
commands:
- cd build/integration
- ./run.sh setup_features/setup.feature
@ -598,7 +533,7 @@ pipeline:
matrix:
TESTS: integration-setup-features
integration-filesdrop-features:
image: nextcloudci/integration-php7.0:integration-php7.0-8
image: nextcloudci/integration-php7.1:1
commands:
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
@ -607,7 +542,7 @@ pipeline:
matrix:
TESTS: integration-filesdrop-features
integration-transfer-ownership-features:
image: nextcloudci/integration-php7.0:integration-php7.0-8
image: nextcloudci/integration-php7.1:1
commands:
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
@ -616,7 +551,7 @@ pipeline:
matrix:
TESTS: integration-transfer-ownership-features
integration-ldap-features:
image: nextcloudci/integration-php7.0:integration-php7.0-8
image: nextcloudci/integration-php7.1:1
commands:
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- ./occ app:enable user_ldap
@ -626,7 +561,7 @@ pipeline:
matrix:
TESTS: integration-ldap-features
integration-ldap-openldap-features:
image: nextcloudci/integration-php7.0:integration-php7.0-6
image: nextcloudci/integration-php7.1:1
commands:
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- ./occ config:system:set redis host --value=cache
@ -641,7 +576,7 @@ pipeline:
matrix:
TESTS: integration-ldap-openldap-features
integration-ldap-openldap-uid-features:
image: nextcloudci/integration-php7.0:integration-php7.0-6
image: nextcloudci/integration-php7.1:1
commands:
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- ./occ config:system:set redis host --value=cache
@ -656,7 +591,7 @@ pipeline:
matrix:
TESTS: integration-ldap-openldap-uid-features
integration-ldap-openldap-numerical-id-features:
image: nextcloudci/integration-php7.0:integration-php7.0-6
image: nextcloudci/integration-php7.1:1
commands:
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- ./occ config:system:set redis host --value=cache
@ -671,7 +606,7 @@ pipeline:
matrix:
TESTS: integration-ldap-openldap-numerical-id-features
integration-trashbin:
image: nextcloudci/integration-php7.0:integration-php7.0-8
image: nextcloudci/integration-php7.1:1
commands:
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
@ -680,7 +615,7 @@ pipeline:
matrix:
TESTS: integration-trashbin
integration-remote-api:
image: nextcloudci/integration-php7.0:integration-php7.0-8
image: nextcloudci/integration-php7.1:1
commands:
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
@ -689,7 +624,7 @@ pipeline:
matrix:
TESTS: integration-remote-api
integration-download:
image: nextcloudci/integration-php7.0:integration-php7.0-8
image: nextcloudci/integration-php7.1:1
commands:
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
@ -775,7 +710,7 @@ pipeline:
matrix:
TESTS-ACCEPTANCE: apps
nodb-codecov:
image: nextcloudci/php7.0:php7.0-19
image: nextcloudci/php7.1:php7.1-16
commands:
- phpenmod xdebug
- TEST_SELECTION=NODB ./autotest.sh sqlite
@ -786,7 +721,7 @@ pipeline:
matrix:
TESTS: nodb-codecov
db-codecov:
image: nextcloudci/php7.0:php7.0-19
image: nextcloudci/php7.1:php7.1-16
commands:
- phpenmod xdebug
- TEST_SELECTION=QUICKDB ./autotest.sh sqlite
@ -797,7 +732,7 @@ pipeline:
matrix:
TESTS: db-codecov
object-store:
image: nextcloudci/php7.0:php7.0-19
image: nextcloudci/php7.1:php7.1-16
commands:
- phpenmod xdebug
- ./tests/drone-wait-objectstore.sh
@ -809,7 +744,7 @@ pipeline:
matrix:
TESTS: object-store
memcache-memcached:
image: nextcloudci/php7.0-memcached:php7.0-memcached-9
image: nextcloudci/php7.1-memcached:1
commands:
- phpenmod xdebug
- service memcached restart
@ -821,7 +756,7 @@ pipeline:
matrix:
TEST: memcache-memcached
memcache-redis-cluster:
image: nextcloudci/php7.0:php7.0-19
image: nextcloudci/php7.1:php7.1-16
commands:
- phpenmod xdebug
- sleep 20
@ -871,9 +806,6 @@ matrix:
ENABLE_REDIS: true
- TESTS: db-codecov
ENABLE_REDIS: true
- DB: NODB
PHP: 7.0
ENABLE_REDIS: true
- DB: NODB
PHP: 7.1
ENABLE_REDIS: true
@ -883,9 +815,6 @@ matrix:
- DB: NODB
PHP: 7.3
ENABLE_REDIS: false
- DB: sqlite
PHP: 7.0
ENABLE_REDIS: true
- DB: sqlite
PHP: 7.1
ENABLE_REDIS: true
@ -895,9 +824,6 @@ matrix:
- DB: sqlite
PHP: 7.3
ENABLE_REDIS: false
- DB: mysql
PHP: 7.0
ENABLE_REDIS: true
- DB: mysql
PHP: 7.1
ENABLE_REDIS: true
@ -907,22 +833,12 @@ matrix:
- DB: mysql
PHP: 7.3
ENABLE_REDIS: false
- DB: mysql5.6
PHP: 7.0
ENABLE_REDIS: true
- DB: mysql5.6
PHP: 7.1
ENABLE_REDIS: true
- DB: mysql5.5
PHP: 7.0
ENABLE_REDIS: true
- DB: mysql5.5
PHP: 7.1
ENABLE_REDIS: true
- DB: postgres
PHP: 7.0
POSTGRES: 9
ENABLE_REDIS: true
- DB: postgres
PHP: 7.1
POSTGRES: 9
@ -931,9 +847,6 @@ matrix:
PHP: 7.1
POSTGRES: 10
ENABLE_REDIS: true
- DB: mysqlmb4
PHP: 7.0
ENABLE_REDIS: true
- DB: mysqlmb4
PHP: 7.1
ENABLE_REDIS: true
@ -1006,7 +919,6 @@ matrix:
- TESTS: acceptance
TESTS-ACCEPTANCE: apps
- TESTS: jsunit
- TESTS: syntax-php7.0
- TESTS: syntax-php7.1
- TESTS: syntax-php7.2
- TESTS: syntax-php7.3
@ -1027,12 +939,12 @@ matrix:
# - TESTS: object-store
# OBJECT_STORE: swift
# SWIFT-AUTH: v3
- TESTS: sqlite-php7.0-samba-native
- TESTS: sqlite-php7.0-samba-non-native
- TESTS: sqlite-php7.1-samba-native
- TESTS: sqlite-php7.1-samba-non-native
- TEST: memcache-memcached
- TEST: memcache-redis-cluster
ENABLE_REDIS_CLUSTER: true
- TESTS: sqlite-php7.0-webdav-apache
- TESTS: sqlite-php7.1-webdav-apache
ENABLE_REDIS: true
- TESTS: ui-regression

View File

@ -45,7 +45,7 @@ There are many ways to contribute, of which development is only one! Find out [h
### Development setup 👩‍💻
1. 🚀 [Set up your local development environment](https://docs.nextcloud.com/server/14/developer_manual/general/devenv.html)
1. 🚀 [Set up your local development environment](https://docs.nextcloud.com/server/latest/developer_manual/general/devenv.html)
2. 🐛 [Pick a good first issue](https://github.com/nextcloud/server/labels/good%20first%20issue)
3. 👩‍🔧 Create a branch and make your changes. Remember to sign off your commits using `git commit -sm "Your commit message"`
4. ⬆ Create a [pull request](https://opensource.guide/how-to-contribute/#opening-a-pull-request) and `@mention` the people from the issue to review

View File

@ -262,17 +262,47 @@
}
},
"@babel/helper-module-transforms": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.1.0.tgz",
"integrity": "sha512-0JZRd2yhawo79Rcm4w0LwSMILFmFXjugG3yqf+P/UsKsRS1mJCmMwwlHDlMg7Avr9LrvSpp4ZSULO9r8jpCzcw==",
"version": "7.2.2",
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.2.2.tgz",
"integrity": "sha512-YRD7I6Wsv+IHuTPkAmAS4HhY0dkPobgLftHp0cRGZSdrRvmZY8rFvae/GVu3bD00qscuvK3WPHB3YdNpBXUqrA==",
"dev": true,
"requires": {
"@babel/helper-module-imports": "^7.0.0",
"@babel/helper-simple-access": "^7.1.0",
"@babel/helper-split-export-declaration": "^7.0.0",
"@babel/template": "^7.1.0",
"@babel/types": "^7.0.0",
"@babel/template": "^7.2.2",
"@babel/types": "^7.2.2",
"lodash": "^4.17.10"
},
"dependencies": {
"@babel/parser": {
"version": "7.2.3",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.2.3.tgz",
"integrity": "sha512-0LyEcVlfCoFmci8mXx8A5oIkpkOgyo8dRHtxBnK9RRBwxO2+JZPNsqtVEZQ7mJFPxnXF9lfmU24mHOPI0qnlkA==",
"dev": true
},
"@babel/template": {
"version": "7.2.2",
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.2.2.tgz",
"integrity": "sha512-zRL0IMM02AUDwghf5LMSSDEz7sBCO2YnNmpg3uWTZj/v1rcG2BmQUvaGU8GhU8BvfMh1k2KIAYZ7Ji9KXPUg7g==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/parser": "^7.2.2",
"@babel/types": "^7.2.2"
}
},
"@babel/types": {
"version": "7.2.2",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.2.2.tgz",
"integrity": "sha512-fKCuD6UFUMkR541eDWL+2ih/xFZBXPOg/7EQFeTluMDebfqR4jrpaCjLhkWlQS4hT6nRa2PMEgXKbRB5/H2fpg==",
"dev": true,
"requires": {
"esutils": "^2.0.2",
"lodash": "^4.17.10",
"to-fast-properties": "^2.0.0"
}
}
}
},
"@babel/helper-optimise-call-expression": {
@ -313,15 +343,100 @@
}
},
"@babel/helper-replace-supers": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.1.0.tgz",
"integrity": "sha512-BvcDWYZRWVuDeXTYZWxekQNO5D4kO55aArwZOTFXw6rlLQA8ZaDicJR1sO47h+HrnCiDFiww0fSPV0d713KBGQ==",
"version": "7.2.3",
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.2.3.tgz",
"integrity": "sha512-GyieIznGUfPXPWu0yLS6U55Mz67AZD9cUk0BfirOWlPrXlBcan9Gz+vHGz+cPfuoweZSnPzPIm67VtQM0OWZbA==",
"dev": true,
"requires": {
"@babel/helper-member-expression-to-functions": "^7.0.0",
"@babel/helper-optimise-call-expression": "^7.0.0",
"@babel/traverse": "^7.1.0",
"@babel/traverse": "^7.2.3",
"@babel/types": "^7.0.0"
},
"dependencies": {
"@babel/generator": {
"version": "7.2.2",
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.2.2.tgz",
"integrity": "sha512-I4o675J/iS8k+P38dvJ3IBGqObLXyQLTxtrR4u9cSUJOURvafeEWb/pFMOTwtNrmq73mJzyF6ueTbO1BtN0Zeg==",
"dev": true,
"requires": {
"@babel/types": "^7.2.2",
"jsesc": "^2.5.1",
"lodash": "^4.17.10",
"source-map": "^0.5.0",
"trim-right": "^1.0.1"
},
"dependencies": {
"@babel/types": {
"version": "7.2.2",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.2.2.tgz",
"integrity": "sha512-fKCuD6UFUMkR541eDWL+2ih/xFZBXPOg/7EQFeTluMDebfqR4jrpaCjLhkWlQS4hT6nRa2PMEgXKbRB5/H2fpg==",
"dev": true,
"requires": {
"esutils": "^2.0.2",
"lodash": "^4.17.10",
"to-fast-properties": "^2.0.0"
}
}
}
},
"@babel/parser": {
"version": "7.2.3",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.2.3.tgz",
"integrity": "sha512-0LyEcVlfCoFmci8mXx8A5oIkpkOgyo8dRHtxBnK9RRBwxO2+JZPNsqtVEZQ7mJFPxnXF9lfmU24mHOPI0qnlkA==",
"dev": true
},
"@babel/traverse": {
"version": "7.2.3",
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.2.3.tgz",
"integrity": "sha512-Z31oUD/fJvEWVR0lNZtfgvVt512ForCTNKYcJBGbPb1QZfve4WGH8Wsy7+Mev33/45fhP/hwQtvgusNdcCMgSw==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/generator": "^7.2.2",
"@babel/helper-function-name": "^7.1.0",
"@babel/helper-split-export-declaration": "^7.0.0",
"@babel/parser": "^7.2.3",
"@babel/types": "^7.2.2",
"debug": "^4.1.0",
"globals": "^11.1.0",
"lodash": "^4.17.10"
},
"dependencies": {
"@babel/types": {
"version": "7.2.2",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.2.2.tgz",
"integrity": "sha512-fKCuD6UFUMkR541eDWL+2ih/xFZBXPOg/7EQFeTluMDebfqR4jrpaCjLhkWlQS4hT6nRa2PMEgXKbRB5/H2fpg==",
"dev": true,
"requires": {
"esutils": "^2.0.2",
"lodash": "^4.17.10",
"to-fast-properties": "^2.0.0"
}
}
}
},
"debug": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.1.0.tgz",
"integrity": "sha512-heNPJUJIqC+xB6ayLAMHaIrmN9HKa7aQO8MGqKpvCA+uJYVcvR6l5kgdrhRuwPFHU7P5/A1w0BjByPHwpfTDKg==",
"dev": true,
"requires": {
"ms": "^2.1.1"
}
},
"jsesc": {
"version": "2.5.2",
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
"integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
"dev": true
},
"ms": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz",
"integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==",
"dev": true
}
}
},
"@babel/helper-simple-access": {
@ -356,9 +471,9 @@
},
"dependencies": {
"@babel/types": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.2.0.tgz",
"integrity": "sha512-b4v7dyfApuKDvmPb+O488UlGuR1WbwMXFsO/cyqMrnfvRAChZKJAYeeglWTjUO1b9UghKKgepAQM5tsvBJca6A==",
"version": "7.2.2",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.2.2.tgz",
"integrity": "sha512-fKCuD6UFUMkR541eDWL+2ih/xFZBXPOg/7EQFeTluMDebfqR4jrpaCjLhkWlQS4hT6nRa2PMEgXKbRB5/H2fpg==",
"dev": true,
"requires": {
"esutils": "^2.0.2",
@ -574,9 +689,9 @@
}
},
"@babel/plugin-transform-classes": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.2.0.tgz",
"integrity": "sha512-aPCEkrhJYebDXcGTAP+cdUENkH7zqOlgbKwLbghjjHpJRJBWM/FSlCjMoPGA8oUdiMfOrk3+8EFPLLb5r7zj2w==",
"version": "7.2.2",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.2.2.tgz",
"integrity": "sha512-gEZvgTy1VtcDOaQty1l10T3jQmJKlNVxLDCs+3rCVPr6nMkODLELxViq5X9l+rfxbie3XrfrMCYYY6eX3aOcOQ==",
"dev": true,
"requires": {
"@babel/helper-annotate-as-pure": "^7.0.0",
@ -755,9 +870,9 @@
}
},
"@babel/plugin-transform-spread": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.2.0.tgz",
"integrity": "sha512-7TtPIdwjS/i5ZBlNiQePQCovDh9pAhVbp/nGVRBZuUdBiVRThyyLend3OHobc0G+RLCPPAN70+z/MAMhsgJd/A==",
"version": "7.2.2",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.2.2.tgz",
"integrity": "sha512-KWfky/58vubwtS0hLqEnrWJjsMGaOeSBn90Ezn5Jeg9Z8KKHmELbP1yGylMlm5N6TPKeY9A2+UaSYLdxahg01w==",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.0.0"
@ -804,9 +919,9 @@
}
},
"@babel/preset-env": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.2.0.tgz",
"integrity": "sha512-haGR38j5vOGVeBatrQPr3l0xHbs14505DcM57cbJy48kgMFvvHHoYEhHuRV+7vi559yyAUAVbTWzbK/B/pzJng==",
"version": "7.2.3",
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.2.3.tgz",
"integrity": "sha512-AuHzW7a9rbv5WXmvGaPX7wADxFkZIqKlbBh1dmZUQp4iwiPpkE/Qnrji6SC4UQCQzvWY/cpHET29eUhXS9cLPw==",
"dev": true,
"requires": {
"@babel/helper-module-imports": "^7.0.0",
@ -1512,14 +1627,14 @@
}
},
"browserslist": {
"version": "4.3.5",
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.3.5.tgz",
"integrity": "sha512-z9ZhGc3d9e/sJ9dIx5NFXkKoaiQTnrvrMsN3R1fGb1tkWWNSz12UewJn9TNxGo1l7J23h0MRaPmk7jfeTZYs1w==",
"version": "4.3.6",
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.3.6.tgz",
"integrity": "sha512-kMGKs4BTzRWviZ8yru18xBpx+CyHG9eqgRbj9XbE3IMgtczf4aiA0Y1YCpVdvUieKGZ03kolSPXqTcscBCb9qw==",
"dev": true,
"requires": {
"caniuse-lite": "^1.0.30000912",
"electron-to-chromium": "^1.3.86",
"node-releases": "^1.0.5"
"caniuse-lite": "^1.0.30000921",
"electron-to-chromium": "^1.3.92",
"node-releases": "^1.1.1"
}
},
"buffer": {
@ -1552,25 +1667,54 @@
"dev": true
},
"cacache": {
"version": "11.3.1",
"resolved": "http://registry.npmjs.org/cacache/-/cacache-11.3.1.tgz",
"integrity": "sha512-2PEw4cRRDu+iQvBTTuttQifacYjLPhET+SYO/gEFMy8uhi+jlJREDAjSF5FWSdV/Aw5h18caHA7vMTw2c+wDzA==",
"version": "11.3.2",
"resolved": "http://registry.npmjs.org/cacache/-/cacache-11.3.2.tgz",
"integrity": "sha512-E0zP4EPGDOaT2chM08Als91eYnf8Z+eH1awwwVsngUmgppfM5jjJ8l3z5vO5p5w/I3LsiXawb1sW0VY65pQABg==",
"dev": true,
"requires": {
"bluebird": "^3.5.1",
"chownr": "^1.0.1",
"figgy-pudding": "^3.1.0",
"glob": "^7.1.2",
"graceful-fs": "^4.1.11",
"lru-cache": "^4.1.3",
"bluebird": "^3.5.3",
"chownr": "^1.1.1",
"figgy-pudding": "^3.5.1",
"glob": "^7.1.3",
"graceful-fs": "^4.1.15",
"lru-cache": "^5.1.1",
"mississippi": "^3.0.0",
"mkdirp": "^0.5.1",
"move-concurrently": "^1.0.1",
"promise-inflight": "^1.0.1",
"rimraf": "^2.6.2",
"ssri": "^6.0.0",
"unique-filename": "^1.1.0",
"ssri": "^6.0.1",
"unique-filename": "^1.1.1",
"y18n": "^4.0.0"
},
"dependencies": {
"bluebird": {
"version": "3.5.3",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.3.tgz",
"integrity": "sha512-/qKPUQlaW1OyR51WeCPBvRnAlnZFUJkCSG5HzGnuIqhgyJtF+T94lFnn33eiazjRm2LAHVy2guNnaq48X9SJuw==",
"dev": true
},
"graceful-fs": {
"version": "4.1.15",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.15.tgz",
"integrity": "sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==",
"dev": true
},
"lru-cache": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
"integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
"dev": true,
"requires": {
"yallist": "^3.0.2"
}
},
"yallist": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.0.3.tgz",
"integrity": "sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A==",
"dev": true
}
}
},
"cache-base": {
@ -1597,9 +1741,9 @@
"dev": true
},
"caniuse-lite": {
"version": "1.0.30000914",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000914.tgz",
"integrity": "sha512-qqj0CL1xANgg6iDOybiPTIxtsmAnfIky9mBC35qgWrnK4WwmhqfpmkDYMYgwXJ8LRZ3/2jXlCntulO8mBaAgSg==",
"version": "1.0.30000923",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000923.tgz",
"integrity": "sha512-j5ur7eeluOFjjPUkydtXP4KFAsmH3XaQNch5tvWSO+dLHYt5PE+VgJZLWtbVOodfWij6m6zas28T4gB/cLYq1w==",
"dev": true
},
"chalk": {
@ -1906,29 +2050,61 @@
}
},
"css-loader": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/css-loader/-/css-loader-2.0.1.tgz",
"integrity": "sha512-XIVwoIOzSFRVsafOKa060GJ/A70c0IP/C1oVPHEX4eHIFF39z0Jl7j8Kua1SUTiqWDupUnbY3/yQx9r7EUB35w==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/css-loader/-/css-loader-2.1.0.tgz",
"integrity": "sha512-MoOu+CStsGrSt5K2OeZ89q3Snf+IkxRfAIt9aAKg4piioTrhtP1iEFPu+OVn3Ohz24FO6L+rw9UJxBILiSBw5Q==",
"dev": true,
"requires": {
"icss-utils": "^4.0.0",
"loader-utils": "^1.0.2",
"loader-utils": "^1.2.1",
"lodash": "^4.17.11",
"postcss": "^7.0.6",
"postcss-modules-extract-imports": "^2.0.0",
"postcss-modules-local-by-default": "^2.0.2",
"postcss-modules-local-by-default": "^2.0.3",
"postcss-modules-scope": "^2.0.0",
"postcss-modules-values": "^2.0.0",
"postcss-value-parser": "^3.3.0",
"schema-utils": "^1.0.0"
},
"dependencies": {
"big.js": {
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
"integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==",
"dev": true
},
"json5": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
"integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
"dev": true,
"requires": {
"minimist": "^1.2.0"
}
},
"loader-utils": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz",
"integrity": "sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==",
"dev": true,
"requires": {
"big.js": "^5.2.2",
"emojis-list": "^2.0.0",
"json5": "^1.0.1"
}
},
"lodash": {
"version": "4.17.11",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz",
"integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==",
"dev": true
},
"minimist": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
"integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
"dev": true
},
"postcss": {
"version": "7.0.7",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.7.tgz",
@ -2130,9 +2306,9 @@
}
},
"electron-to-chromium": {
"version": "1.3.88",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.88.tgz",
"integrity": "sha512-UPV4NuQMKeUh1S0OWRvwg0PI8ASHN9kBC8yDTk1ROXLC85W5GnhTRu/MZu3Teqx3JjlQYuckuHYXSUSgtb3J+A==",
"version": "1.3.96",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.96.tgz",
"integrity": "sha512-ZUXBUyGLeoJxp4Nt6G/GjBRLnyz8IKQGexZ2ndWaoegThgMGFO1tdDYID5gBV32/1S83osjJHyfzvanE/8HY4Q==",
"dev": true
},
"elliptic": {
@ -2423,13 +2599,26 @@
"dev": true
},
"file-loader": {
"version": "1.1.11",
"resolved": "https://registry.npmjs.org/file-loader/-/file-loader-1.1.11.tgz",
"integrity": "sha512-TGR4HU7HUsGg6GCOPJnFk06RhWgEWFLAGWiT6rcD+GRC2keU3s9RGJ+b3Z6/U73jwwNb2gKLJ7YCrp+jvU4ALg==",
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/file-loader/-/file-loader-3.0.1.tgz",
"integrity": "sha512-4sNIOXgtH/9WZq4NvlfU3Opn5ynUsqBwSLyM+I7UOwdGigTBYfVVQEwe/msZNX/j4pCJTIM14Fsw66Svo1oVrw==",
"dev": true,
"requires": {
"loader-utils": "^1.0.2",
"schema-utils": "^0.4.5"
"schema-utils": "^1.0.0"
},
"dependencies": {
"schema-utils": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
"integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
"dev": true,
"requires": {
"ajv": "^6.1.0",
"ajv-errors": "^1.0.0",
"ajv-keywords": "^3.1.0"
}
}
}
},
"fill-range": {
@ -2566,7 +2755,8 @@
"ansi-regex": {
"version": "2.1.1",
"bundled": true,
"dev": true
"dev": true,
"optional": true
},
"aproba": {
"version": "1.2.0",
@ -2981,7 +3171,8 @@
"safe-buffer": {
"version": "5.1.1",
"bundled": true,
"dev": true
"dev": true,
"optional": true
},
"safer-buffer": {
"version": "2.1.2",
@ -3037,6 +3228,7 @@
"version": "3.0.1",
"bundled": true,
"dev": true,
"optional": true,
"requires": {
"ansi-regex": "^2.0.0"
}
@ -3080,12 +3272,14 @@
"wrappy": {
"version": "1.0.2",
"bundled": true,
"dev": true
"dev": true,
"optional": true
},
"yallist": {
"version": "3.0.2",
"bundled": true,
"dev": true
"dev": true,
"optional": true
}
}
},
@ -3635,9 +3829,9 @@
"dev": true
},
"js-tokens": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz",
"integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls=",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
"dev": true
},
"jsesc": {
@ -4028,9 +4222,9 @@
}
},
"node-releases": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.0.5.tgz",
"integrity": "sha512-Ky7q0BO1BBkG/rQz6PkEZ59rwo+aSfhczHP1wwq8IowoVdN/FpiP7qp0XW0P2+BVCWe5fQUBozdbVd54q1RbCQ==",
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.2.tgz",
"integrity": "sha512-j1gEV/zX821yxdWp/1vBMN0pSUjuH9oGUdLCb4PfUko6ZW7KdRs3Z+QGGwDUhYtSpQvdVVyLd2V0YvLsmdg5jQ==",
"dev": true,
"requires": {
"semver": "^5.3.0"
@ -4376,9 +4570,9 @@
}
},
"postcss-modules-local-by-default": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-2.0.2.tgz",
"integrity": "sha512-qghHvHeydUBQ3EQic5NjYryZ5jzXzAYxHR7lZQlCNmjGpJtINRyX/ELnh/7fxBBmHNkEzNkq2l5cV6trfidYng==",
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-2.0.3.tgz",
"integrity": "sha512-jv4CQ8IQ0+TkaAIP7H4kgu/jQbrjte8xU61SYJAIOby+o3H0MGWX6eN1WXUKHccK6/EEjcAERjyIP8MXzAWAbQ==",
"dev": true,
"requires": {
"css-selector-tokenizer": "^0.7.0",
@ -4667,29 +4861,29 @@
}
},
"regexpu-core": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.2.0.tgz",
"integrity": "sha512-Z835VSnJJ46CNBttalHD/dB+Sj2ezmY6Xp38npwU87peK6mqOzOpV8eYktdkLTEkzzD+JsTcxd84ozd8I14+rw==",
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.4.0.tgz",
"integrity": "sha512-eDDWElbwwI3K0Lo6CqbQbA6FwgtCz4kYTarrri1okfkRLZAqstU+B3voZBCjg8Fl6iq0gXrJG6MvRgLthfvgOA==",
"dev": true,
"requires": {
"regenerate": "^1.4.0",
"regenerate-unicode-properties": "^7.0.0",
"regjsgen": "^0.4.0",
"regjsparser": "^0.3.0",
"regjsgen": "^0.5.0",
"regjsparser": "^0.6.0",
"unicode-match-property-ecmascript": "^1.0.4",
"unicode-match-property-value-ecmascript": "^1.0.2"
},
"dependencies": {
"regjsgen": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.4.0.tgz",
"integrity": "sha512-X51Lte1gCYUdlwhF28+2YMO0U6WeN0GLpgpA7LK7mbdDnkQYiwvEpmpe0F/cv5L14EbxgrdayAG3JETBv0dbXA==",
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.0.tgz",
"integrity": "sha512-RnIrLhrXCX5ow/E5/Mh2O4e/oa1/jW0eaBKTSy3LaCj+M3Bqvm97GWDp2yUtzIs4LEn65zR2yiYGFqb2ApnzDA==",
"dev": true
},
"regjsparser": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.3.0.tgz",
"integrity": "sha512-zza72oZBBHzt64G7DxdqrOo/30bhHkwMUoT0WqfGu98XLd7N+1tsy5MJ96Bk4MD0y74n629RhmrGW6XlnLLwCA==",
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.6.0.tgz",
"integrity": "sha512-RQ7YyokLiQBomUJuUG8iGVvkgOLxwyZM8k6d3q5SAXpg4r5TZJZigKFvC6PpD+qQ98bCDC5YelPeA3EucDoNeQ==",
"dev": true,
"requires": {
"jsesc": "~0.5.0"
@ -4822,9 +5016,9 @@
}
},
"schema-utils": {
"version": "0.4.5",
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-0.4.5.tgz",
"integrity": "sha512-yYrjb9TX2k/J1Y5UNy3KYdZq10xhYcF8nMpAW6o3hy6Q8WSIEf9lJHG/ePnOBfziPM3fvQwfOwa13U/Fh8qTfA==",
"version": "0.4.7",
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-0.4.7.tgz",
"integrity": "sha512-v/iwU6wvwGK8HbU9yi3/nhGzP0yGSuhQMzL6ySiec1FSrZZDkhm4noOSWzrNFo/jEc+SJY6jRTwuwbSXJPDUnQ==",
"dev": true,
"requires": {
"ajv": "^6.1.0",
@ -4838,9 +5032,9 @@
"dev": true
},
"serialize-javascript": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-1.5.0.tgz",
"integrity": "sha512-Ga8c8NjAAp46Br4+0oZ2WxJCwIzwP60Gq1YPgU+39PiTVxyed/iKE/zyZI6+UlVYH5Q4PaQdHhcegIFPZTUfoQ==",
"version": "1.6.1",
"resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-1.6.1.tgz",
"integrity": "sha512-A5MOagrPFga4YaKQSWHryl7AXvbQkEqpw4NNYMTNYUNV51bA8ABHgYFpqKx+YFFrw59xMV1qGH1R4AgoNIVgCw==",
"dev": true
},
"set-blocking": {
@ -5229,9 +5423,9 @@
}
},
"terser-webpack-plugin": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.1.0.tgz",
"integrity": "sha512-61lV0DSxMAZ8AyZG7/A4a3UPlrbOBo8NIQ4tJzLPAdGOQ+yoNC7l5ijEow27lBAL2humer01KLS6bGIMYQxKoA==",
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.2.1.tgz",
"integrity": "sha512-GGSt+gbT0oKcMDmPx4SRSfJPE1XaN3kQRWG4ghxKQw9cn5G9x6aCKSsgYdvyM0na9NJ4Drv0RG6jbBByZ5CMjw==",
"dev": true,
"requires": {
"cacache": "^11.0.2",
@ -5275,9 +5469,9 @@
}
},
"p-limit": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.0.0.tgz",
"integrity": "sha512-fl5s52lI5ahKCernzzIyAP0QAZbGIovtVHGwpcu1Jr/EpzLVDI2myISHwGqK7m8uQFugVWSrbxH7XnhGtvEc+A==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.1.0.tgz",
"integrity": "sha512-NhURkNcrVB+8hNfLuysU8enY5xn2KXphsHBaC2YmRNTZRc7RWusw6apSpdEj3jo4CMb6W9nrF6tTnsJsJeyu6g==",
"dev": true,
"requires": {
"p-try": "^2.0.0"
@ -5697,9 +5891,9 @@
}
},
"webpack": {
"version": "4.28.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.28.0.tgz",
"integrity": "sha512-gPNTMGR5ZlBucXmEQ34TRxRqXnGYq9P3t8LeP9rvhkNnr+Cn+HvZMxGuJ4Hl7zdmoRUZP+GosniqJiadXW/RqQ==",
"version": "4.28.3",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.28.3.tgz",
"integrity": "sha512-vLZN9k5I7Nr/XB1IDG9GbZB4yQd1sPuvufMFgJkx0b31fi2LD97KQIjwjxE7xytdruAYfu5S0FLBLjdxmwGJCg==",
"dev": true,
"requires": {
"@webassemblyjs/ast": "1.7.11",

View File

@ -20,13 +20,13 @@
],
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"babel-loader": "^8.0.4",
"css-loader": "^2.0.1",
"file-loader": "^1.1.11",
"css-loader": "^2.1.0",
"file-loader": "^3.0.1",
"vue-loader": "^15.4.2",
"vue-template-compiler": "^2.5.21",
"webpack": "^4.28.0",
"webpack": "^4.28.3",
"webpack-cli": "^3.1.2",
"webpack-merge": "^4.1.5"
}

View File

@ -92,7 +92,9 @@
.css('background-image', 'url(' + OC.imagePath('core', 'actions/comment') + ')')
.css('opacity', '.4');
var dir = OC.dirname(result.path);
if (dir === '') {
// "result.path" does not include a leading "/", so "OC.dirname"
// returns the path itself for files or folders in the root.
if (dir === result.path) {
dir = '/';
}
$row.find('td.info a').attr('href',

View File

@ -12,6 +12,7 @@ OC.L10N.register(
"More comments …" : "Iruzkin gehiago...",
"Save" : "Gorde",
"Allowed characters {count} of {max}" : "Onartutako karaktereak {max}-tik {count}",
"Error occurred while retrieving comment with ID {id}" : "Errorea gertatu da {id} ID-a duen iruzkina berreskuratzerakoan",
"Error occurred while updating comment with id {id}" : "Akats bat gertatu da {id} id duen iruzkina aldatzerakoan",
"Error occurred while posting comment" : "Akats bat gertatu da iruzkina bidaltzerakoan",
"_%n unread comment_::_%n unread comments_" : ["iruzkin %n irakurri gabe","%n iruzkin irakurri gabe"],

View File

@ -10,6 +10,7 @@
"More comments …" : "Iruzkin gehiago...",
"Save" : "Gorde",
"Allowed characters {count} of {max}" : "Onartutako karaktereak {max}-tik {count}",
"Error occurred while retrieving comment with ID {id}" : "Errorea gertatu da {id} ID-a duen iruzkina berreskuratzerakoan",
"Error occurred while updating comment with id {id}" : "Akats bat gertatu da {id} id duen iruzkina aldatzerakoan",
"Error occurred while posting comment" : "Akats bat gertatu da iruzkina bidaltzerakoan",
"_%n unread comment_::_%n unread comments_" : ["iruzkin %n irakurri gabe","%n iruzkin irakurri gabe"],

View File

@ -12,6 +12,7 @@ OC.L10N.register(
"More comments …" : "Máis comentarios …",
"Save" : "Gardar",
"Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}",
"Error occurred while retrieving comment with ID {id}" : "Produciuse un erro ao recuperar o comentario co ID {id}",
"Error occurred while updating comment with id {id}" : "Produciuse un erro ao actualizar o comentario co ID {id}",
"Error occurred while posting comment" : "Produciuse un erro ao publicar o comentario",
"_%n unread comment_::_%n unread comments_" : ["%n comentario sen ler","%n comentarios sen ler"],
@ -24,7 +25,10 @@ OC.L10N.register(
"%1$s commented on %2$s" : "%1$s comentados en %2$s",
"{author} commented on {file}" : "{author} comentou en {file}",
"<strong>Comments</strong> for files" : "<strong>Comentarios</strong> para ficheiros",
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Mencionárono en «{file}», nun comentario dun usuario que foi eliminado",
"{user} mentioned you in a comment on “{file}”" : "{user} mencionouno a vostede nun comentario en «{file}»",
"Files app plugin to add comments to files" : "Engadido da aplicación de ficheiros para engadir comentarios aos ficheirros",
"You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Mencionárono en «%s», nun comentario dun usuario que foi eliminado",
"%1$s mentioned you in a comment on “%2$s”" : "%1$s mencionouno a vostede nun comentario en «%2$s»"
},
"nplurals=2; plural=(n != 1);");

View File

@ -10,6 +10,7 @@
"More comments …" : "Máis comentarios …",
"Save" : "Gardar",
"Allowed characters {count} of {max}" : "Caracteres permitidos {count} de {max}",
"Error occurred while retrieving comment with ID {id}" : "Produciuse un erro ao recuperar o comentario co ID {id}",
"Error occurred while updating comment with id {id}" : "Produciuse un erro ao actualizar o comentario co ID {id}",
"Error occurred while posting comment" : "Produciuse un erro ao publicar o comentario",
"_%n unread comment_::_%n unread comments_" : ["%n comentario sen ler","%n comentarios sen ler"],
@ -22,7 +23,10 @@
"%1$s commented on %2$s" : "%1$s comentados en %2$s",
"{author} commented on {file}" : "{author} comentou en {file}",
"<strong>Comments</strong> for files" : "<strong>Comentarios</strong> para ficheiros",
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Mencionárono en «{file}», nun comentario dun usuario que foi eliminado",
"{user} mentioned you in a comment on “{file}”" : "{user} mencionouno a vostede nun comentario en «{file}»",
"Files app plugin to add comments to files" : "Engadido da aplicación de ficheiros para engadir comentarios aos ficheirros",
"You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Mencionárono en «%s», nun comentario dun usuario que foi eliminado",
"%1$s mentioned you in a comment on “%2$s”" : "%1$s mencionouno a vostede nun comentario en «%2$s»"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -43,14 +43,16 @@ OC.L10N.register(
"A calendar <strong>event</strong> was modified" : "Промяна на календарно <strong>събитие</strong>",
"A calendar <strong>todo</strong> was modified" : "Промяна на календарна <strong>задача</strong>",
"Contact birthdays" : "Рождени дни на контакти",
"Accept" : "Приемане",
"Contacts" : "Контакти",
"Technical details" : "Технически детайли",
"Remote Address: %s" : "Отдалечен адрес: %s",
"Request ID: %s" : "ID на заявка: %s",
"Request ID: %s" : "ID на заявката: %s",
"Send invitations to attendees" : "Изпращане на покани до участниците",
"Please make sure to properly set up the email settings above." : "Моля, уверете се, че настройките за изпращане на имейли са коректни.",
"Automatically generate a birthday calendar" : "Автоматично генериране на календар с рождени дни.",
"Birthday calendars will be generated by a background job." : "Календарите с рождени дни се генерират от background job.",
"Hence they will not be available immediately after enabling but will show up after some time." : "Това е причината поради която те не се появяват веднага, след като включите опцията."
"Hence they will not be available immediately after enabling but will show up after some time." : "Това е причината поради която те не се появяват веднага, след като включите опцията.",
"CalDAV server" : "CalDAV сървър"
},
"nplurals=2; plural=(n != 1);");

View File

@ -41,14 +41,16 @@
"A calendar <strong>event</strong> was modified" : "Промяна на календарно <strong>събитие</strong>",
"A calendar <strong>todo</strong> was modified" : "Промяна на календарна <strong>задача</strong>",
"Contact birthdays" : "Рождени дни на контакти",
"Accept" : "Приемане",
"Contacts" : "Контакти",
"Technical details" : "Технически детайли",
"Remote Address: %s" : "Отдалечен адрес: %s",
"Request ID: %s" : "ID на заявка: %s",
"Request ID: %s" : "ID на заявката: %s",
"Send invitations to attendees" : "Изпращане на покани до участниците",
"Please make sure to properly set up the email settings above." : "Моля, уверете се, че настройките за изпращане на имейли са коректни.",
"Automatically generate a birthday calendar" : "Автоматично генериране на календар с рождени дни.",
"Birthday calendars will be generated by a background job." : "Календарите с рождени дни се генерират от background job.",
"Hence they will not be available immediately after enabling but will show up after some time." : "Това е причината поради която те не се появяват веднага, след като включите опцията."
"Hence they will not be available immediately after enabling but will show up after some time." : "Това е причината поради която те не се появяват веднага, след като включите опцията.",
"CalDAV server" : "CalDAV сървър"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -72,7 +72,7 @@ OC.L10N.register(
"Your attendance was updated successfully." : "Vaše účast byla úspěšně aktualizována.",
"Calendar server" : "Kalendářový server",
"Send invitations to attendees" : "Poslat pozvánky na adresy účastníků",
"Please make sure to properly set up the email settings above." : "Ujistěte se, že jste správně nastavili výše uvedená nastavení e-mailu.",
"Please make sure to properly set up the email settings above." : "Ujistěte se, že jste správně nastavili výše uvedená nastavení emailu.",
"Automatically generate a birthday calendar" : "Automaticky vytvořit kalendář s narozeninami",
"Birthday calendars will be generated by a background job." : "Narozeninový kalendář bude vytvořen na pozadí.",
"Hence they will not be available immediately after enabling but will show up after some time." : "A tedy nebudou zpřístupněny ihned po povolení, ale objeví se až se zpožděním.",

View File

@ -70,7 +70,7 @@
"Your attendance was updated successfully." : "Vaše účast byla úspěšně aktualizována.",
"Calendar server" : "Kalendářový server",
"Send invitations to attendees" : "Poslat pozvánky na adresy účastníků",
"Please make sure to properly set up the email settings above." : "Ujistěte se, že jste správně nastavili výše uvedená nastavení e-mailu.",
"Please make sure to properly set up the email settings above." : "Ujistěte se, že jste správně nastavili výše uvedená nastavení emailu.",
"Automatically generate a birthday calendar" : "Automaticky vytvořit kalendář s narozeninami",
"Birthday calendars will be generated by a background job." : "Narozeninový kalendář bude vytvořen na pozadí.",
"Hence they will not be available immediately after enabling but will show up after some time." : "A tedy nebudou zpřístupněny ihned po povolení, ale objeví se až se zpožděním.",

View File

@ -50,11 +50,14 @@ OC.L10N.register(
"Where:" : "Που:",
"Description:" : "Περιγραφή:",
"Link:" : "Σύνδεσμος:",
"Accept" : "Αποδοχή",
"Decline" : "Απόρριψη",
"Contacts" : "Επαφές",
"WebDAV" : "WebDAV",
"Technical details" : "Τεχνικές λεπτομέρειες",
"Remote Address: %s" : "Απομακρυσμένη Διεύθυνση: %s",
"Request ID: %s" : "ID Αιτήματος: %s",
"Save" : "Αποθήκευση",
"Send invitations to attendees" : "Αποστολή προσκλήσεων στους συμμετέχοντες.",
"Please make sure to properly set up the email settings above." : "Παρακαλούμε σιγουρευθείτε οτι θα ενημερώσετε τις ρυθμίσεις email, παραπάνω.",
"Automatically generate a birthday calendar" : "Δημιουργία ημερολογίου γενεθλίων αυτόματα",

View File

@ -48,11 +48,14 @@
"Where:" : "Που:",
"Description:" : "Περιγραφή:",
"Link:" : "Σύνδεσμος:",
"Accept" : "Αποδοχή",
"Decline" : "Απόρριψη",
"Contacts" : "Επαφές",
"WebDAV" : "WebDAV",
"Technical details" : "Τεχνικές λεπτομέρειες",
"Remote Address: %s" : "Απομακρυσμένη Διεύθυνση: %s",
"Request ID: %s" : "ID Αιτήματος: %s",
"Save" : "Αποθήκευση",
"Send invitations to attendees" : "Αποστολή προσκλήσεων στους συμμετέχοντες.",
"Please make sure to properly set up the email settings above." : "Παρακαλούμε σιγουρευθείτε οτι θα ενημερώσετε τις ρυθμίσεις email, παραπάνω.",
"Automatically generate a birthday calendar" : "Δημιουργία ημερολογίου γενεθλίων αυτόματα",

View File

@ -48,10 +48,14 @@ OC.L10N.register(
"Where:" : "Non:",
"Description:" : "Deskribapena:",
"Link:" : "Esteka:",
"Accept" : "Onartu",
"More options …" : "Aukera gehiago …",
"Contacts" : "Kontaktuak",
"WebDAV" : "WebDAV",
"Technical details" : "Xehetasun teknikoak",
"Remote Address: %s" : "Urruneko helbidea: 1%s",
"Request ID: %s" : "Eskatutako ID: 1%s",
"Save" : "Gorde",
"Send invitations to attendees" : "Gonbidatutakoei gonbidapenak bidali",
"Please make sure to properly set up the email settings above." : "Mesedez, eposta ezarpenak ondo zehaztuta daudela ziurta ezazu",
"The meeting »%s« with %s was canceled." : "1%s-rekin duzun » 1%s « bilera ezeztatu da",

View File

@ -46,10 +46,14 @@
"Where:" : "Non:",
"Description:" : "Deskribapena:",
"Link:" : "Esteka:",
"Accept" : "Onartu",
"More options …" : "Aukera gehiago …",
"Contacts" : "Kontaktuak",
"WebDAV" : "WebDAV",
"Technical details" : "Xehetasun teknikoak",
"Remote Address: %s" : "Urruneko helbidea: 1%s",
"Request ID: %s" : "Eskatutako ID: 1%s",
"Save" : "Gorde",
"Send invitations to attendees" : "Gonbidatutakoei gonbidapenak bidali",
"Please make sure to properly set up the email settings above." : "Mesedez, eposta ezarpenak ondo zehaztuta daudela ziurta ezazu",
"The meeting »%s« with %s was canceled." : "1%s-rekin duzun » 1%s « bilera ezeztatu da",

View File

@ -10,6 +10,8 @@ OC.L10N.register(
"You deleted calendar {calendar}" : "Vostede eliminou o calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizou o calendario {calendar}",
"You updated calendar {calendar}" : "Vostede actualizou o calendario {calendar}",
"You shared calendar {calendar} as public link" : "Vostede compartiu o calendario {calendar} como ligazón pública",
"You removed public link for calendar {calendar}" : "Vostede retirou a ligazón pública do calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} compartiu o calendario {calendar} con vostede",
"You shared calendar {calendar} with {user}" : "Vostede compartiu o calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartiu o calendario {calendar} con {user}",
@ -41,10 +43,43 @@ OC.L10N.register(
"A calendar <strong>event</strong> was modified" : "Foi modificado un <strong>evento</strong> do calendario",
"A calendar <strong>todo</strong> was modified" : "Foi modificado un <strong>asunto pendente</strong> do calendario",
"Contact birthdays" : "Aniversario do contacto",
"%1$s via %2$s" : "%1$s a través de %2$s",
"Invitation canceled" : "Convite cancelado",
"Hello %s," : "Ola %s,",
"The meeting »%1$s« with %2$s was canceled." : "A xuntanza «%1$s» con %2$s foi cancelada.",
"Invitation updated" : "Convite actualizado",
"The meeting »%1$s« with %2$s was updated." : "A xuntanza «%1$s» con %2$s foi actualizada.",
"%1$s invited you to »%2$s«" : "%1$s convidouno a «%2$s»",
"When:" : "Cando:",
"Where:" : "Onde:",
"Description:" : "Descrición:",
"Link:" : "Ligazón:",
"Accept" : "Aceptar",
"Decline" : "Declinar",
"More options …" : "Máis opcións …",
"More options at %s" : "Máis opcións en %s",
"Contacts" : "Contactos",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "Terminación WebDAV",
"Technical details" : "Detalles técnicos",
"Remote Address: %s" : "Enderezo remoto: %s",
"Request ID: %s" : "ID da solicitude: %s"
"Request ID: %s" : "ID da solicitude: %s",
"There was an error updating your attendance status." : "Produciuse un erro ao actualizar o seu estado de asistencia.",
"Please contact the organizer directly." : "Contacte directamente co organizador.",
"Are you accepting the invitation?" : "Acepta vostede o convite?",
"Tentative" : "Tentativa",
"Save" : "Gardar",
"Your attendance was updated successfully." : "A súa asistencia foi actualizada satisfactoriamente.",
"Calendar server" : "Servidor do calendario",
"Send invitations to attendees" : "Enviar convites aos asistentes",
"Please make sure to properly set up the email settings above." : "Asegúrese de ter configurado correctamente o correo de enriba.",
"Automatically generate a birthday calendar" : "Xerar automaticamente o calendario de aniversarios",
"Birthday calendars will be generated by a background job." : "O calendario de aniversarios xerase cun traballo en segundo plano",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por isto, non estarán dispoñíbeis inmediatamente tras activalos, senón que aparecerán após certo tempo",
"%s via %s" : "%s vía %s",
"The meeting »%s« with %s was canceled." : "A xuntanza «%s» con %s foi cancelada.",
"The meeting »%s« with %s was updated." : "A xuntanza «%s» con %s foi actualizada.",
"%s invited you to »%s«" : "%s convidouno a «%s»",
"CalDAV server" : "Servidor CalDAV"
},
"nplurals=2; plural=(n != 1);");

View File

@ -8,6 +8,8 @@
"You deleted calendar {calendar}" : "Vostede eliminou o calendario {calendar}",
"{actor} updated calendar {calendar}" : "{actor} actualizou o calendario {calendar}",
"You updated calendar {calendar}" : "Vostede actualizou o calendario {calendar}",
"You shared calendar {calendar} as public link" : "Vostede compartiu o calendario {calendar} como ligazón pública",
"You removed public link for calendar {calendar}" : "Vostede retirou a ligazón pública do calendario {calendar}",
"{actor} shared calendar {calendar} with you" : "{actor} compartiu o calendario {calendar} con vostede",
"You shared calendar {calendar} with {user}" : "Vostede compartiu o calendario {calendar} con {user}",
"{actor} shared calendar {calendar} with {user}" : "{actor} compartiu o calendario {calendar} con {user}",
@ -39,10 +41,43 @@
"A calendar <strong>event</strong> was modified" : "Foi modificado un <strong>evento</strong> do calendario",
"A calendar <strong>todo</strong> was modified" : "Foi modificado un <strong>asunto pendente</strong> do calendario",
"Contact birthdays" : "Aniversario do contacto",
"%1$s via %2$s" : "%1$s a través de %2$s",
"Invitation canceled" : "Convite cancelado",
"Hello %s," : "Ola %s,",
"The meeting »%1$s« with %2$s was canceled." : "A xuntanza «%1$s» con %2$s foi cancelada.",
"Invitation updated" : "Convite actualizado",
"The meeting »%1$s« with %2$s was updated." : "A xuntanza «%1$s» con %2$s foi actualizada.",
"%1$s invited you to »%2$s«" : "%1$s convidouno a «%2$s»",
"When:" : "Cando:",
"Where:" : "Onde:",
"Description:" : "Descrición:",
"Link:" : "Ligazón:",
"Accept" : "Aceptar",
"Decline" : "Declinar",
"More options …" : "Máis opcións …",
"More options at %s" : "Máis opcións en %s",
"Contacts" : "Contactos",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "Terminación WebDAV",
"Technical details" : "Detalles técnicos",
"Remote Address: %s" : "Enderezo remoto: %s",
"Request ID: %s" : "ID da solicitude: %s"
"Request ID: %s" : "ID da solicitude: %s",
"There was an error updating your attendance status." : "Produciuse un erro ao actualizar o seu estado de asistencia.",
"Please contact the organizer directly." : "Contacte directamente co organizador.",
"Are you accepting the invitation?" : "Acepta vostede o convite?",
"Tentative" : "Tentativa",
"Save" : "Gardar",
"Your attendance was updated successfully." : "A súa asistencia foi actualizada satisfactoriamente.",
"Calendar server" : "Servidor do calendario",
"Send invitations to attendees" : "Enviar convites aos asistentes",
"Please make sure to properly set up the email settings above." : "Asegúrese de ter configurado correctamente o correo de enriba.",
"Automatically generate a birthday calendar" : "Xerar automaticamente o calendario de aniversarios",
"Birthday calendars will be generated by a background job." : "O calendario de aniversarios xerase cun traballo en segundo plano",
"Hence they will not be available immediately after enabling but will show up after some time." : "Por isto, non estarán dispoñíbeis inmediatamente tras activalos, senón que aparecerán após certo tempo",
"%s via %s" : "%s vía %s",
"The meeting »%s« with %s was canceled." : "A xuntanza «%s» con %s foi cancelada.",
"The meeting »%s« with %s was updated." : "A xuntanza «%s» con %s foi actualizada.",
"%s invited you to »%s«" : "%s convidouno a «%s»",
"CalDAV server" : "Servidor CalDAV"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -45,15 +45,22 @@ OC.L10N.register(
"Contact birthdays" : "연락처에 등록된 생일",
"Invitation canceled" : "초대장 취소됨",
"Hello %s," : "%s 님 안녕하세요,",
"The meeting »%1$s« with %2$s was canceled." : "\"%1$s\" 행사(%2$s 님이 진행함)가 취소되었습니다.",
"Invitation updated" : "초대장 업데이트됨",
"The meeting »%1$s« with %2$s was updated." : "\"%1$s\" 행사(%2$s 님이 진행함)가 업데이트되었습니다.",
"%1$s invited you to »%2$s«" : "%1$s 님이 \"%2$s\"에 초대함",
"When:" : "일시:",
"Where:" : "장소:",
"Description:" : "설명:",
"Link:" : "링크:",
"Accept" : "수락",
"Contacts" : "연락처",
"Technical details" : "기술 정보",
"Remote Address: %s" : "원격 주소: %s",
"Request ID: %s" : "요청 ID: %s",
"Are you accepting the invitation?" : "초대를 수락하시겠습니까?",
"Tentative" : "예정됨",
"Save" : "저장",
"Send invitations to attendees" : "참석자에게 초대장 보내기",
"Please make sure to properly set up the email settings above." : "이메일 설정이 올바른지 확인하십시오.",
"Automatically generate a birthday calendar" : "자동으로 생일 달력 생성",

View File

@ -43,15 +43,22 @@
"Contact birthdays" : "연락처에 등록된 생일",
"Invitation canceled" : "초대장 취소됨",
"Hello %s," : "%s 님 안녕하세요,",
"The meeting »%1$s« with %2$s was canceled." : "\"%1$s\" 행사(%2$s 님이 진행함)가 취소되었습니다.",
"Invitation updated" : "초대장 업데이트됨",
"The meeting »%1$s« with %2$s was updated." : "\"%1$s\" 행사(%2$s 님이 진행함)가 업데이트되었습니다.",
"%1$s invited you to »%2$s«" : "%1$s 님이 \"%2$s\"에 초대함",
"When:" : "일시:",
"Where:" : "장소:",
"Description:" : "설명:",
"Link:" : "링크:",
"Accept" : "수락",
"Contacts" : "연락처",
"Technical details" : "기술 정보",
"Remote Address: %s" : "원격 주소: %s",
"Request ID: %s" : "요청 ID: %s",
"Are you accepting the invitation?" : "초대를 수락하시겠습니까?",
"Tentative" : "예정됨",
"Save" : "저장",
"Send invitations to attendees" : "참석자에게 초대장 보내기",
"Please make sure to properly set up the email settings above." : "이메일 설정이 올바른지 확인하십시오.",
"Automatically generate a birthday calendar" : "자동으로 생일 달력 생성",

View File

@ -31,6 +31,7 @@ OC.L10N.register(
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Ezin izan da fitxategi hau deszifratu, ziurrenik elkarbanatutako fitxategi bat da. Mesdez, eskatu fitxategiaren jabeari fitxategia zurekin berriz elkarbana dezan.",
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Ezin da fitxategi hau irakurri, ziur aski partekatutako fitxategia izango da. Fitxategiaren jabeari berriz partekatzeko eska iezaiozu",
"Default encryption module" : "Defektuzko enkriptazio modulua",
"Default encryption module for server-side encryption" : "Lehenetsitako zifratze modulua zerbitzari aldeko zifratzerako",
"Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password '%s'.\n\nPlease login to the web interface, go to the section 'basic encryption module' of your personal settings and update your encryption password by entering this password into the 'old log-in password' field and your current login-password.\n\n" : "Kaixo\n\nadministradoreak zerbitzari-aldeko enkriptazioa gaitu du. Zure fitxategiak '%s' pasahitza erabiliz enkriptatuko dira.\n\nWeb interfazea saioa hasi, 'oinarrizko enkripazio modulua' atalera joan zaitez eta pasahitza eguneratu. Hortarako pasahitz zaharra 'pasahitz zaharra' atalean sartu eta zure oraingo pasahitza",
"The share will expire on %s." : "Elkarbanaketa %s-n iraungiko da.",
"Cheers!" : "Ongi izan!",

View File

@ -29,6 +29,7 @@
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Ezin izan da fitxategi hau deszifratu, ziurrenik elkarbanatutako fitxategi bat da. Mesdez, eskatu fitxategiaren jabeari fitxategia zurekin berriz elkarbana dezan.",
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Ezin da fitxategi hau irakurri, ziur aski partekatutako fitxategia izango da. Fitxategiaren jabeari berriz partekatzeko eska iezaiozu",
"Default encryption module" : "Defektuzko enkriptazio modulua",
"Default encryption module for server-side encryption" : "Lehenetsitako zifratze modulua zerbitzari aldeko zifratzerako",
"Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password '%s'.\n\nPlease login to the web interface, go to the section 'basic encryption module' of your personal settings and update your encryption password by entering this password into the 'old log-in password' field and your current login-password.\n\n" : "Kaixo\n\nadministradoreak zerbitzari-aldeko enkriptazioa gaitu du. Zure fitxategiak '%s' pasahitza erabiliz enkriptatuko dira.\n\nWeb interfazea saioa hasi, 'oinarrizko enkripazio modulua' atalera joan zaitez eta pasahitza eguneratu. Hortarako pasahitz zaharra 'pasahitz zaharra' atalean sartu eta zure oraingo pasahitza",
"The share will expire on %s." : "Elkarbanaketa %s-n iraungiko da.",
"Cheers!" : "Ongi izan!",

View File

@ -23,13 +23,16 @@ OC.L10N.register(
"Private key password successfully updated." : "A chave privada foi actualizada correctamente.",
"Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "A chave privada para a aplicación de cifrado non é correcta. Actualice o contrasinal da súa chave privada nos seus axustes persoais para recuperar o acceso aos seus ficheiros cifrados.",
"Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "A aplicación de cifrado está activada, mais as chaves non foron preparadas. Saia da sesión e volva a acceder de novo",
"Encryption app is enabled and ready" : " A aplicación de cifrado está activada e lista",
"Please enable server side encryption in the admin settings in order to use the encryption module." : "Active o cifrado no lado do servidor nos axustes de administración para poder usar o módulo de cifrado.",
"Encryption app is enabled and ready" : "A aplicación de cifrado está activada e lista",
"Bad Signature" : "Sinatura errónea",
"Missing Signature" : "Non se atopa a sinatura",
"one-time password for server-side-encryption" : "Contrasinal de só un uso para o cifrado no lado do servidor",
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Non foi posíbel descifrar o ficheiro, probabelmente tratase dun ficheiro compartido. Pídalle ao propietario do ficheiro que volva compartir o ficheiro con vostede.",
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Non foi posíbel ler o ficheiro, probabelmente tratase dun ficheiro compartido. Pídalle ao propietario do ficheiro que volva compartir o ficheiro con vostede.",
"Default encryption module" : "Módulo de cifrado predeterminado",
"Default encryption module for server-side encryption" : "Módulo de cifrado predeterminado para o cifrado no lado do servidor",
"In order to use this encryption module you need to enable server-side\n\t\tencryption in the admin settings. Once enabled this module will encrypt\n\t\tall your files transparently. The encryption is based on AES 256 keys.\n\t\tThe module won't touch existing files, only new files will be encrypted\n\t\tafter server-side encryption was enabled. It is also not possible to\n\t\tdisable the encryption again and switch back to a unencrypted system.\n\t\tPlease read the documentation to know all implications before you decide\n\t\tto enable server-side encryption." : "Para usar este módulo de cifrado é preciso activar o cifrado no lado\n\t\tdo servidor nos axustes do administrador. Una vez activado este módulo cifrará\n\t\ttodos os seus ficheiros de xeito transparente. O cifrado basease en chaves AES 256.\n\t\tO módulo non tocará os ficheiros existentes, só se cifran os ficheiros novos\n\t\tapós que se active o cifrado no lado do servidor. Tampouco é posíbel\n\t\tdesactivar o cifrado e volver a un sistema sen cifrar.\n\t\tLea a documentación para coñecer todas as implicacións antes de decidir\n\t\tactivar o cifrado no lado do servidor.",
"Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password '%s'.\n\nPlease login to the web interface, go to the section 'basic encryption module' of your personal settings and update your encryption password by entering this password into the 'old log-in password' field and your current login-password.\n\n" : "Ola.\n\nO administrador activou o cifrado de datos no servidor. Os seus ficheiros foron cifrados co contrasinal «%s».\n\nInicie a súa sesión desde a interface web, vais á sección «Módulo de cifrado básico» dos seus axustes persoais e actualice o contrasinal de cifrado. Para iso, deberá inserir este contrasinal no campo «Contrasinal antigo de acceso» xunto co seu actual contrasinal de acceso.\n\n",
"The share will expire on %s." : "Esta compartición caduca o %s.",
"Cheers!" : "Saúdos!",

View File

@ -21,13 +21,16 @@
"Private key password successfully updated." : "A chave privada foi actualizada correctamente.",
"Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "A chave privada para a aplicación de cifrado non é correcta. Actualice o contrasinal da súa chave privada nos seus axustes persoais para recuperar o acceso aos seus ficheiros cifrados.",
"Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "A aplicación de cifrado está activada, mais as chaves non foron preparadas. Saia da sesión e volva a acceder de novo",
"Encryption app is enabled and ready" : " A aplicación de cifrado está activada e lista",
"Please enable server side encryption in the admin settings in order to use the encryption module." : "Active o cifrado no lado do servidor nos axustes de administración para poder usar o módulo de cifrado.",
"Encryption app is enabled and ready" : "A aplicación de cifrado está activada e lista",
"Bad Signature" : "Sinatura errónea",
"Missing Signature" : "Non se atopa a sinatura",
"one-time password for server-side-encryption" : "Contrasinal de só un uso para o cifrado no lado do servidor",
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Non foi posíbel descifrar o ficheiro, probabelmente tratase dun ficheiro compartido. Pídalle ao propietario do ficheiro que volva compartir o ficheiro con vostede.",
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Non foi posíbel ler o ficheiro, probabelmente tratase dun ficheiro compartido. Pídalle ao propietario do ficheiro que volva compartir o ficheiro con vostede.",
"Default encryption module" : "Módulo de cifrado predeterminado",
"Default encryption module for server-side encryption" : "Módulo de cifrado predeterminado para o cifrado no lado do servidor",
"In order to use this encryption module you need to enable server-side\n\t\tencryption in the admin settings. Once enabled this module will encrypt\n\t\tall your files transparently. The encryption is based on AES 256 keys.\n\t\tThe module won't touch existing files, only new files will be encrypted\n\t\tafter server-side encryption was enabled. It is also not possible to\n\t\tdisable the encryption again and switch back to a unencrypted system.\n\t\tPlease read the documentation to know all implications before you decide\n\t\tto enable server-side encryption." : "Para usar este módulo de cifrado é preciso activar o cifrado no lado\n\t\tdo servidor nos axustes do administrador. Una vez activado este módulo cifrará\n\t\ttodos os seus ficheiros de xeito transparente. O cifrado basease en chaves AES 256.\n\t\tO módulo non tocará os ficheiros existentes, só se cifran os ficheiros novos\n\t\tapós que se active o cifrado no lado do servidor. Tampouco é posíbel\n\t\tdesactivar o cifrado e volver a un sistema sen cifrar.\n\t\tLea a documentación para coñecer todas as implicacións antes de decidir\n\t\tactivar o cifrado no lado do servidor.",
"Hey there,\n\nthe admin enabled server-side-encryption. Your files were encrypted using the password '%s'.\n\nPlease login to the web interface, go to the section 'basic encryption module' of your personal settings and update your encryption password by entering this password into the 'old log-in password' field and your current login-password.\n\n" : "Ola.\n\nO administrador activou o cifrado de datos no servidor. Os seus ficheiros foron cifrados co contrasinal «%s».\n\nInicie a súa sesión desde a interface web, vais á sección «Módulo de cifrado básico» dos seus axustes persoais e actualice o contrasinal de cifrado. Para iso, deberá inserir este contrasinal no campo «Contrasinal antigo de acceso» xunto co seu actual contrasinal de acceso.\n\n",
"The share will expire on %s." : "Esta compartición caduca o %s.",
"Cheers!" : "Saúdos!",

View File

@ -25,7 +25,7 @@ OC.L10N.register(
"Open documentation" : "Отвори документацията",
"Allow users on this server to send shares to other servers" : "Позволи на потребители от този сървър да споделят папки с други сървъри",
"Allow users on this server to receive shares from other servers" : "Позволи на потребители на този сървър да получават споделени папки от други сървъри",
"You can share with anyone who uses Nextcloud, ownCloud or Pydio! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "Можете да споделяте с всеки потребител на Nextcloud, ownCloud или Pydio! Просто поставете техния Federated Cloud ID в полето за споделяне. Формата е като имейл адрес: person@cloud.example.com",
"You can share with anyone who uses Nextcloud, ownCloud or Pydio! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "Можете да споделяте с всеки потребител на Nextcloud, ownCloud или Pydio! Просто поставете техния Federated Cloud ID в полето за споделяне. Формата е като на имейл адрес: person@cloud.example.com",
"Your Federated Cloud ID:" : "Вашият Federated Cloud ID:",
"Share it so your friends can share files with you:" : "Споделете, за да могат приятелите ви да споделят файлове, с вас:",
"Add to your website" : "Добавете към вашия уеб сайт",

View File

@ -23,7 +23,7 @@
"Open documentation" : "Отвори документацията",
"Allow users on this server to send shares to other servers" : "Позволи на потребители от този сървър да споделят папки с други сървъри",
"Allow users on this server to receive shares from other servers" : "Позволи на потребители на този сървър да получават споделени папки от други сървъри",
"You can share with anyone who uses Nextcloud, ownCloud or Pydio! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "Можете да споделяте с всеки потребител на Nextcloud, ownCloud или Pydio! Просто поставете техния Federated Cloud ID в полето за споделяне. Формата е като имейл адрес: person@cloud.example.com",
"You can share with anyone who uses Nextcloud, ownCloud or Pydio! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "Можете да споделяте с всеки потребител на Nextcloud, ownCloud или Pydio! Просто поставете техния Federated Cloud ID в полето за споделяне. Формата е като на имейл адрес: person@cloud.example.com",
"Your Federated Cloud ID:" : "Вашият Federated Cloud ID:",
"Share it so your friends can share files with you:" : "Споделете, за да могат приятелите ви да споделят файлове, с вас:",
"Add to your website" : "Добавете към вашия уеб сайт",

View File

@ -1,7 +1,7 @@
OC.L10N.register(
"federatedfilesharing",
{
"Federated sharing" : "Compartidos federados",
"Federated sharing" : "Compartición federada",
"Do you want to add the remote share {name} from {owner}@{remote}?" : "Quere engadir o recurso compartido remoto {name} de {owner}@{remote}?",
"Remote share" : "Compartición remota",
"Remote share password" : "Contrasinal da compartición remota",
@ -14,10 +14,15 @@ OC.L10N.register(
"Press Ctrl-C to copy." : "Prema Ctrl-C para copiar.",
"Invalid Federated Cloud ID" : "ID de nube federada incorrecto",
"Server to server sharing is not enabled on this server" : "Neste servidor non está activada a compartición de servidor a servidor",
"Couldn't establish a federated share." : "Non foi posíbel estabelecer un compartido federeado",
"Couldn't establish a federated share, maybe the password was wrong." : "Non foi posíbel estabelecer un compartido federado, é probábel que o contrasinal sexa incorrecto.",
"Not allowed to create a federated share with the same user" : "Non está permitido crear un compartido federado co mesmo usuario",
"Couldn't establish a federated share." : "Non foi posíbel estabelecer unha compartición federada",
"Couldn't establish a federated share, maybe the password was wrong." : "Non foi posíbel estabelecer unha compartición federada, é probábel que o contrasinal sexa incorrecto.",
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Enviouse a solicitude dunha compartición federada, vostede recibirá unha notificación. Comprobe as súas notificacións.",
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Non foi posíbel estabelecer unha compartición federada, semella que o servidor federar é antigo de máis (Nextcloud <= 9).",
"It is not allowed to send federated group shares from this server." : "Non está permitido enviar unha compartición de grupos federados dende este servidor.",
"Sharing %1$s failed, because this item is already shared with %2$s" : "Produciuse un fallou na compartición de %1$s, este elemento xa está compartido con %2$s",
"Not allowed to create a federated share with the same user" : "Non está permitido crear unha compartición federada co mesmo usuario",
"File is already shared with %s" : "O ficheiro xa está a ser compartido con %s",
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "Produciuse un fallo ao compartir %1$s Non foi posíbel atopar %2$s, quizais haxa un problema de conexión co servidor ou emprega un certificado autoasinado.",
"Could not find share" : "Non foi posíbel atopar o recurso compartido",
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Vostede recibiu «%3$s» como un elemento compartido remoto de %1$s (de parte de %2$s)",
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Vostede recibiu {share} como un elemento compartido remoto de {user} (de parte de {behalf})",
@ -27,12 +32,16 @@ OC.L10N.register(
"Decline" : "Declinar",
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Comparte comigo a través do meu ID da nube federada do #Nextcloud , vexa %s",
"Share with me through my #Nextcloud Federated Cloud ID" : "Comparte comigo a través do meu ID da nube federada do #Nextcloud",
"Sharing" : "Compartindo",
"Federated file sharing" : "Compartir ficheiros en federación",
"Provide federated file sharing across servers" : "Fornece a compartición federada de ficheiros entre servidores",
"Federated Cloud Sharing" : "Nube federada compartida",
"Open documentation" : "Abrir a documentación",
"Adjust how people can share between servers." : "Axustar como as persoas poden compartir entre servidores. ",
"Allow users on this server to send shares to other servers" : "Permitir aos usuarios deste servidor enviar comparticións a outros servidores",
"Allow users on this server to receive shares from other servers" : "Permitir aos usuarios deste servidor recibir comparticións de outros servidores",
"Allow users on this server to send shares to groups on other servers" : "Permitir aos usuarios deste servidor enviar comparticións a grupos noutros servidores",
"Allow users on this server to receive group shares from other servers" : "Permitir aos usuarios deste servidor recibir comparticións de grupos dende outros servidores",
"Search global and public address book for users" : "Buscar usuarios nos cadernos de enderezos globais e públicos",
"Allow users to publish their data to a global and public address book" : "Permitirlle aos usuarios publicar os seus datos nun caderno de enderezos global e público",
"Federated Cloud" : "Nube federada",
@ -43,10 +52,11 @@ OC.L10N.register(
"Share with me via Nextcloud" : "Comparte comigo a través do Nextcloud",
"HTML Code:" : "Código HTML:",
"The mountpoint name contains invalid characters." : "O nome do punto de montaxe contén caracteres incorrectos",
"Not allowed to create a federated share with the owner." : "Non está permitido crear un compartido federado co mesmo usuario",
"Not allowed to create a federated share with the owner." : "Non está permitido crear unha compartición federada co mesmo usuario",
"Invalid or untrusted SSL certificate" : "Certificado SSL incorrecto ou non fiábel",
"Could not authenticate to remote share, password might be wrong" : "Non foi posíbel autenticar na compartición remota, o contrasinal podería ser erróneo",
"Storage not valid" : "Almacenamento incorrecto",
"Federated share added" : "Engadida unha compartición federada",
"Couldn't add remote share" : "Non foi posíbel engadir a compartición remota",
"Sharing %s failed, because this item is already shared with %s" : "Fallou a compartición de %s, este elemento xa está compartido con %s",
"Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Produciuse un erro ao compartir %s Non foi posíbel atopar %s, quizais haxa un problema de conexión con el servidor ou usa un certificado autoasinado."

View File

@ -1,5 +1,5 @@
{ "translations": {
"Federated sharing" : "Compartidos federados",
"Federated sharing" : "Compartición federada",
"Do you want to add the remote share {name} from {owner}@{remote}?" : "Quere engadir o recurso compartido remoto {name} de {owner}@{remote}?",
"Remote share" : "Compartición remota",
"Remote share password" : "Contrasinal da compartición remota",
@ -12,10 +12,15 @@
"Press Ctrl-C to copy." : "Prema Ctrl-C para copiar.",
"Invalid Federated Cloud ID" : "ID de nube federada incorrecto",
"Server to server sharing is not enabled on this server" : "Neste servidor non está activada a compartición de servidor a servidor",
"Couldn't establish a federated share." : "Non foi posíbel estabelecer un compartido federeado",
"Couldn't establish a federated share, maybe the password was wrong." : "Non foi posíbel estabelecer un compartido federado, é probábel que o contrasinal sexa incorrecto.",
"Not allowed to create a federated share with the same user" : "Non está permitido crear un compartido federado co mesmo usuario",
"Couldn't establish a federated share." : "Non foi posíbel estabelecer unha compartición federada",
"Couldn't establish a federated share, maybe the password was wrong." : "Non foi posíbel estabelecer unha compartición federada, é probábel que o contrasinal sexa incorrecto.",
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Enviouse a solicitude dunha compartición federada, vostede recibirá unha notificación. Comprobe as súas notificacións.",
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Non foi posíbel estabelecer unha compartición federada, semella que o servidor federar é antigo de máis (Nextcloud <= 9).",
"It is not allowed to send federated group shares from this server." : "Non está permitido enviar unha compartición de grupos federados dende este servidor.",
"Sharing %1$s failed, because this item is already shared with %2$s" : "Produciuse un fallou na compartición de %1$s, este elemento xa está compartido con %2$s",
"Not allowed to create a federated share with the same user" : "Non está permitido crear unha compartición federada co mesmo usuario",
"File is already shared with %s" : "O ficheiro xa está a ser compartido con %s",
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "Produciuse un fallo ao compartir %1$s Non foi posíbel atopar %2$s, quizais haxa un problema de conexión co servidor ou emprega un certificado autoasinado.",
"Could not find share" : "Non foi posíbel atopar o recurso compartido",
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Vostede recibiu «%3$s» como un elemento compartido remoto de %1$s (de parte de %2$s)",
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Vostede recibiu {share} como un elemento compartido remoto de {user} (de parte de {behalf})",
@ -25,12 +30,16 @@
"Decline" : "Declinar",
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Comparte comigo a través do meu ID da nube federada do #Nextcloud , vexa %s",
"Share with me through my #Nextcloud Federated Cloud ID" : "Comparte comigo a través do meu ID da nube federada do #Nextcloud",
"Sharing" : "Compartindo",
"Federated file sharing" : "Compartir ficheiros en federación",
"Provide federated file sharing across servers" : "Fornece a compartición federada de ficheiros entre servidores",
"Federated Cloud Sharing" : "Nube federada compartida",
"Open documentation" : "Abrir a documentación",
"Adjust how people can share between servers." : "Axustar como as persoas poden compartir entre servidores. ",
"Allow users on this server to send shares to other servers" : "Permitir aos usuarios deste servidor enviar comparticións a outros servidores",
"Allow users on this server to receive shares from other servers" : "Permitir aos usuarios deste servidor recibir comparticións de outros servidores",
"Allow users on this server to send shares to groups on other servers" : "Permitir aos usuarios deste servidor enviar comparticións a grupos noutros servidores",
"Allow users on this server to receive group shares from other servers" : "Permitir aos usuarios deste servidor recibir comparticións de grupos dende outros servidores",
"Search global and public address book for users" : "Buscar usuarios nos cadernos de enderezos globais e públicos",
"Allow users to publish their data to a global and public address book" : "Permitirlle aos usuarios publicar os seus datos nun caderno de enderezos global e público",
"Federated Cloud" : "Nube federada",
@ -41,10 +50,11 @@
"Share with me via Nextcloud" : "Comparte comigo a través do Nextcloud",
"HTML Code:" : "Código HTML:",
"The mountpoint name contains invalid characters." : "O nome do punto de montaxe contén caracteres incorrectos",
"Not allowed to create a federated share with the owner." : "Non está permitido crear un compartido federado co mesmo usuario",
"Not allowed to create a federated share with the owner." : "Non está permitido crear unha compartición federada co mesmo usuario",
"Invalid or untrusted SSL certificate" : "Certificado SSL incorrecto ou non fiábel",
"Could not authenticate to remote share, password might be wrong" : "Non foi posíbel autenticar na compartición remota, o contrasinal podería ser erróneo",
"Storage not valid" : "Almacenamento incorrecto",
"Federated share added" : "Engadida unha compartición federada",
"Couldn't add remote share" : "Non foi posíbel engadir a compartición remota",
"Sharing %s failed, because this item is already shared with %s" : "Fallou a compartición de %s, este elemento xa está compartido con %s",
"Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "Produciuse un erro ao compartir %s Non foi posíbel atopar %s, quizais haxa un problema de conexión con el servidor ou usa un certificado autoasinado."

View File

@ -0,0 +1,11 @@
OC.L10N.register(
"federation",
{
"Added to the list of trusted servers" : "Добавен към списъка с доверени сървъри",
"Server is already in the list of trusted servers." : "Сървъра вече присъства в списъка с доверени сървъри",
"Trusted servers" : "Доверени сървъри",
"+ Add trusted server" : "+ Добави доверен сървър",
"Trusted server" : "Доверен сървър",
"Add" : "Добави"
},
"nplurals=2; plural=(n != 1);");

View File

@ -0,0 +1,9 @@
{ "translations": {
"Added to the list of trusted servers" : "Добавен към списъка с доверени сървъри",
"Server is already in the list of trusted servers." : "Сървъра вече присъства в списъка с доверени сървъри",
"Trusted servers" : "Доверени сървъри",
"+ Add trusted server" : "+ Добави доверен сървър",
"Trusted server" : "Доверен сървър",
"Add" : "Добави"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -5,6 +5,8 @@ OC.L10N.register(
"Server is already in the list of trusted servers." : "Zerbitzaria fidagarrien zerrendan dago iada",
"No server to federate with found" : "Ez da federatzeko zerbitzaririk topatu",
"Could not add server" : "Ezin da zerbitzaria gehitu",
"Federation" : "Federazioa",
"Federation allows you to connect with other trusted servers to exchange the user directory." : "Federazioak fidagarriak diren beste zerbitzariekin erabiltzaile-direktorioa konektatzea ahalbidetzen dizu.",
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Federazioaren bidez fidagarriak diren zerbitzariekin erabiltzaileen informazioa elkartrukatzeko aukeraematen du. Adibidez, kanpo erabiltzaileak automatikoki betetzeko erabil daiteke, federazio partekatuarentzako",
"Trusted servers" : "Zerbitzari fidagarriak",
"Add server automatically once a federated share was created successfully" : "Zerbitzaria automatikoki gehitu federatutako partekatze bat ondo sortzen denean",

View File

@ -3,6 +3,8 @@
"Server is already in the list of trusted servers." : "Zerbitzaria fidagarrien zerrendan dago iada",
"No server to federate with found" : "Ez da federatzeko zerbitzaririk topatu",
"Could not add server" : "Ezin da zerbitzaria gehitu",
"Federation" : "Federazioa",
"Federation allows you to connect with other trusted servers to exchange the user directory." : "Federazioak fidagarriak diren beste zerbitzariekin erabiltzaile-direktorioa konektatzea ahalbidetzen dizu.",
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Federazioaren bidez fidagarriak diren zerbitzariekin erabiltzaileen informazioa elkartrukatzeko aukeraematen du. Adibidez, kanpo erabiltzaileak automatikoki betetzeko erabil daiteke, federazio partekatuarentzako",
"Trusted servers" : "Zerbitzari fidagarriak",
"Add server automatically once a federated share was created successfully" : "Zerbitzaria automatikoki gehitu federatutako partekatze bat ondo sortzen denean",

View File

@ -133,7 +133,10 @@
this._debouncedPersistShowHiddenFilesState = _.debounce(this._persistShowHiddenFilesState, 1200);
OCP.WhatsNew.query(); // for Nextcloud server
if (sessionStorage.getItem('WhatsNewServerCheck') < (Date.now() - 3600*1000)) {
OCP.WhatsNew.query(); // for Nextcloud server
sessionStorage.setItem('WhatsNewServerCheck', Date.now());
}
},
/**

View File

@ -283,8 +283,11 @@
* This method allows easy swapping of elements.
*/
swap: function (list, j, i) {
list[i].before(list[j]);
list[j].before(list[i]);
var before = function(node, insertNode) {
node.parentNode.insertBefore(insertNode, node);
}
before(list[i], list[j]);
before(list[j], list[i]);
}
};

View File

@ -68,6 +68,7 @@ OC.L10N.register(
"Your storage is almost full ({usedSpacePercent}%)" : "Вашето хранилище е почти запълнено ({usedSpacePercent}%).",
"_matches '{filter}'_::_match '{filter}'_" : ["пасва на '{filter}'","пасват на '{filter}'\n "],
"View in folder" : "Преглед в папката",
"Copy direct link (only works for users who have access to this file/folder)" : "Копирай директната връзка (ще работи само за потребители с достъп до файла/папката)",
"Path" : "Път",
"_%n byte_::_%n bytes_" : ["%n байт","%n байта"],
"Favorited" : "Отбелязано в любими",
@ -108,8 +109,9 @@ OC.L10N.register(
"A file or folder has been <strong>deleted</strong>" : "<strong>Изтриване</strong>на файл или папка ",
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Изпращай известия само при създаване / промяна на <strong>любими файлове</strong> <em>(Само за потока)</em>",
"A file or folder has been <strong>restored</strong>" : "<strong>Възстановяване</strong>на файл или папка",
"Unlimited" : "Неограничено",
"Upload (max. %s)" : "Качи (макс. %s)",
"File handling" : "Операция с файла",
"File handling" : "Манипулиране на файлове",
"Maximum upload size" : "Максимален размер",
"max. possible: " : "максимално:",
"Save" : "Запиши",
@ -120,7 +122,7 @@ OC.L10N.register(
"Settings" : "Настройки",
"Show hidden files" : "Показвай и скрити файлове",
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Адресът осигурява<a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">достъп до файловете ви чрез WebDAV</a>",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Адресът осигурява <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">достъп до файловете ви чрез WebDAV</a>",
"Toggle grid view" : "Превключи решетъчния изглед",
"Cancel upload" : "Откажи качването",
"No files in here" : "Няма файлове",

View File

@ -66,6 +66,7 @@
"Your storage is almost full ({usedSpacePercent}%)" : "Вашето хранилище е почти запълнено ({usedSpacePercent}%).",
"_matches '{filter}'_::_match '{filter}'_" : ["пасва на '{filter}'","пасват на '{filter}'\n "],
"View in folder" : "Преглед в папката",
"Copy direct link (only works for users who have access to this file/folder)" : "Копирай директната връзка (ще работи само за потребители с достъп до файла/папката)",
"Path" : "Път",
"_%n byte_::_%n bytes_" : ["%n байт","%n байта"],
"Favorited" : "Отбелязано в любими",
@ -106,8 +107,9 @@
"A file or folder has been <strong>deleted</strong>" : "<strong>Изтриване</strong>на файл или папка ",
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Изпращай известия само при създаване / промяна на <strong>любими файлове</strong> <em>(Само за потока)</em>",
"A file or folder has been <strong>restored</strong>" : "<strong>Възстановяване</strong>на файл или папка",
"Unlimited" : "Неограничено",
"Upload (max. %s)" : "Качи (макс. %s)",
"File handling" : "Операция с файла",
"File handling" : "Манипулиране на файлове",
"Maximum upload size" : "Максимален размер",
"max. possible: " : "максимално:",
"Save" : "Запиши",
@ -118,7 +120,7 @@
"Settings" : "Настройки",
"Show hidden files" : "Показвай и скрити файлове",
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Адресът осигурява<a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">достъп до файловете ви чрез WebDAV</a>",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Адресът осигурява <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">достъп до файловете ви чрез WebDAV</a>",
"Toggle grid view" : "Превключи решетъчния изглед",
"Cancel upload" : "Откажи качването",
"No files in here" : "Няма файлове",

View File

@ -137,6 +137,7 @@ OC.L10N.register(
"Files and folders you mark as favorite will show up here" : "Τα αρχεία και οι φάκελοι που σημειώνονται ως αγαπημένα θα εμφανιστούν εδώ ",
"Tags" : "Ετικέτες",
"Deleted files" : "Διεγραμμένα αρχεία",
"Shares" : "Κοινόχρηστα",
"Shared with others" : "Διαμοιρασμένα με άλλους",
"Shared with you" : "Διαμοιρασμένα με εσάς",
"Shared by link" : "Διαμοιρασμένα μέσω συνδέσμου",

View File

@ -135,6 +135,7 @@
"Files and folders you mark as favorite will show up here" : "Τα αρχεία και οι φάκελοι που σημειώνονται ως αγαπημένα θα εμφανιστούν εδώ ",
"Tags" : "Ετικέτες",
"Deleted files" : "Διεγραμμένα αρχεία",
"Shares" : "Κοινόχρηστα",
"Shared with others" : "Διαμοιρασμένα με άλλους",
"Shared with you" : "Διαμοιρασμένα με εσάς",
"Shared by link" : "Διαμοιρασμένα μέσω συνδέσμου",

View File

@ -2,7 +2,7 @@ OC.L10N.register(
"files",
{
"Storage is temporarily not available" : "Biltegiratzea ez dago erabilgarri une honetan",
"Storage invalid" : "Biltegi bliogabea",
"Storage invalid" : "Biltegi baliogabea",
"Unknown error" : "Errore ezezaguna",
"All files" : "Fitxategi guztiak",
"Recent" : "Duela gutxi",
@ -24,8 +24,9 @@ OC.L10N.register(
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} of {totalSize} ({bitrate})",
"Actions" : "Ekintzak",
"Rename" : "Berrizendatu",
"Copy" : "Kopiatu",
"Disconnect storage" : "Deskonektatu biltegia",
"Unshare" : "Ez elkarbanatu",
"Unshare" : "Ez partekatu",
"Could not load info for file \"{file}\"" : "Ezin izan da \"{file}\" fitxategiaren informazioa kargatu",
"Files" : "Fitxategiak",
"Details" : "Xehetasunak",
@ -36,6 +37,7 @@ OC.L10N.register(
"This directory is unavailable, please check the logs or contact the administrator" : "Direktorio hau ez dago erabilgarri, begira itzazu erregistroa edo administratzailearekin harremanetan jarri",
"Could not move \"{file}\", target exists" : "Ezin da \"{file}\" mugitu, helburuan existitzen da jadanik",
"Could not move \"{file}\"" : "Ezin da mugitu \"{file}\"",
"copy" : "kopiatu",
"Could not copy \"{file}\", target exists" : "Ezin da \"{file}\" kopiatu; helburuan existitzen da",
"Could not copy \"{file}\"" : "Ezin da \"{file}\" kopiatu",
"Copied {origin} inside {destination}" : "{origin} {destination} barruan kopiatu da",
@ -136,7 +138,7 @@ OC.L10N.register(
"Deleted files" : "Ezabatutako fitxategiak",
"Shared with others" : "Besteekin partekatuta",
"Shared with you" : "Zurekin partekatuta",
"Shared by link" : "Partekatua link bidez",
"Shared by link" : "Partekatua esteka bidez",
"Text file" : "Testu fitxategia",
"New text file.txt" : "TXT berria.txt",
"Target folder" : "Xede karpeta",

View File

@ -1,6 +1,6 @@
{ "translations": {
"Storage is temporarily not available" : "Biltegiratzea ez dago erabilgarri une honetan",
"Storage invalid" : "Biltegi bliogabea",
"Storage invalid" : "Biltegi baliogabea",
"Unknown error" : "Errore ezezaguna",
"All files" : "Fitxategi guztiak",
"Recent" : "Duela gutxi",
@ -22,8 +22,9 @@
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} of {totalSize} ({bitrate})",
"Actions" : "Ekintzak",
"Rename" : "Berrizendatu",
"Copy" : "Kopiatu",
"Disconnect storage" : "Deskonektatu biltegia",
"Unshare" : "Ez elkarbanatu",
"Unshare" : "Ez partekatu",
"Could not load info for file \"{file}\"" : "Ezin izan da \"{file}\" fitxategiaren informazioa kargatu",
"Files" : "Fitxategiak",
"Details" : "Xehetasunak",
@ -34,6 +35,7 @@
"This directory is unavailable, please check the logs or contact the administrator" : "Direktorio hau ez dago erabilgarri, begira itzazu erregistroa edo administratzailearekin harremanetan jarri",
"Could not move \"{file}\", target exists" : "Ezin da \"{file}\" mugitu, helburuan existitzen da jadanik",
"Could not move \"{file}\"" : "Ezin da mugitu \"{file}\"",
"copy" : "kopiatu",
"Could not copy \"{file}\", target exists" : "Ezin da \"{file}\" kopiatu; helburuan existitzen da",
"Could not copy \"{file}\"" : "Ezin da \"{file}\" kopiatu",
"Copied {origin} inside {destination}" : "{origin} {destination} barruan kopiatu da",
@ -134,7 +136,7 @@
"Deleted files" : "Ezabatutako fitxategiak",
"Shared with others" : "Besteekin partekatuta",
"Shared with you" : "Zurekin partekatuta",
"Shared by link" : "Partekatua link bidez",
"Shared by link" : "Partekatua esteka bidez",
"Text file" : "Testu fitxategia",
"New text file.txt" : "TXT berria.txt",
"Target folder" : "Xede karpeta",

View File

@ -14,14 +14,24 @@ OC.L10N.register(
"Home" : "Inicio",
"Close" : "Pechar",
"Could not create folder \"{dir}\"" : "Non foi posíbel crear o cartafol «{dir}»",
"This will stop your current uploads." : "Isto deterá os envíos actuais.",
"Upload cancelled." : "Envío cancelado.",
"…" : "…",
"Processing files …" : "Procesando ficheiros …",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Non é posíbel enviar {filename}, xa que ou é un directorio ou ten 0 bytes",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Non hai espazo libre abondo, o seu envío é de {size1} mais só dispón de {size2}",
"Target folder \"{dir}\" does not exist any more" : "O cartafol de destino «{dir}» xa non existe",
"Not enough free space" : "Non hai espazo libre abondo",
"An unknown error has occurred" : "Produciuse un erro descoñecido",
"Uploading …" : "Enviando …",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
"Uploading that item is not supported" : "Non se admite o envío deste elemento",
"Target folder does not exist any more" : "O cartafol de destino xa non existe",
"Error when assembling chunks, status code {status}" : "Produciuse un erro ao ensamblar os bloques, código de estado {status}",
"Actions" : "Accións",
"Rename" : "Renomear",
"Copy" : "Copiar",
"Choose target folder" : "Escoller o cartafol de destino",
"Disconnect storage" : "Desconectar o almacenamento",
"Unshare" : "Deixar de compartir",
"Could not load info for file \"{file}\"" : "Non foi posíbel cargar información para o ficheiro «{file}»",
@ -34,7 +44,9 @@ OC.L10N.register(
"This directory is unavailable, please check the logs or contact the administrator" : "Este directorio non está dispoñíbel, comprobe os rexistros ou póñase en contacto co administrador",
"Could not move \"{file}\", target exists" : "Non foi posíbel mover «{file}», o destino xa existe",
"Could not move \"{file}\"" : "Non foi posíbel mover «{file}»",
"Could not copy \"{file}\"" : "Non se puido copiar \"{file}\"",
"copy" : "copiar",
"Could not copy \"{file}\", target exists" : "Non foi posíbel copiar «{file}», o destino xa existe",
"Could not copy \"{file}\"" : "Non foi posíbel copiar «{file}¢",
"Copied {origin} inside {destination}" : "Copiado {origin} en {destination}",
"Copied {origin} and {nbfiles} other files inside {destination}" : "Copiado {origin} e outros {nbfiles} ficheiros en {destination} ",
"{newName} already exists" : "Xa existe {newName}",
@ -52,12 +64,15 @@ OC.L10N.register(
"_%n folder_::_%n folders_" : ["%n cartafol","%n cartafoles"],
"_%n file_::_%n files_" : ["%n ficheiro","%n ficheiros"],
"{dirs} and {files}" : "{dirs} e {files}",
"_including %n hidden_::_including %n hidden_" : ["incluíndo %n agochado","incluíndo %n agochados"],
"_including %n hidden_::_including %n hidden_" : ["incluíndo %n agachado","incluíndo %n agachados"],
"You dont have permission to upload or create files here" : "Non ten permisos para enviar ou crear ficheiros aquí.",
"_Uploading %n file_::_Uploading %n files_" : ["Cargando %n ficheiro","Cargando %n ficheiros"],
"New" : "Novo",
"{used} of {quota} used" : "Usados {used} de {quota}",
"{used} used" : "{used} usados",
"\"{name}\" is an invalid file name." : "«{name}» é un nome incorrecto de ficheiro.",
"File name cannot be empty." : "O nome de ficheiro non pode estar baleiro",
"\"/\" is not allowed inside a file name." : "«/» non está permitido nun nome de ficheiro",
"\"{name}\" is not an allowed filetype" : "«{name}» non é un tipo de ficheiro permitido",
"Storage of {owner} is full, files can not be updated or synced anymore!" : "O espazo de almacenamento de {owner} está cheo, non é posíbel actualizar ou sincronizar máis os ficheiros!",
"Your storage is full, files can not be updated or synced anymore!" : "O seu espazo de almacenamento está cheo, non é posíbel actualizar ou sincronizar máis os ficheiros!",
@ -73,6 +88,9 @@ OC.L10N.register(
"Favorite" : "Favorito",
"New folder" : "Novo cartafol",
"Upload file" : "Enviar ficheiro",
"Not favorited" : "Non marcado como favorito",
"Remove from favorites" : "Retirar de favoritos",
"Add to favorites" : "Engadir a favoritos",
"An error occurred while trying to update the tags" : "Produciuse un erro ao tentar actualizar as etiquetas",
"Added to favorites" : "Engadido a favoritos",
"Removed from favorites" : "Retirado de favoritos",
@ -87,14 +105,20 @@ OC.L10N.register(
"Moved by {user}" : "Movido por {user}",
"\"remote user\"" : "«usuario remoto»",
"You created {file}" : "{file} foi creado por vostede",
"You created an encrypted file in {file}" : "Vostede creo un ficheiro cifrado en {file}",
"{user} created {file}" : "{user} creou {file}",
"{file} was created in a public folder" : "{file} foi creado nun cartafol público",
"{user} created an encrypted file in {file}" : "{user} creou un ficheiro cifrado en {file}",
"{file} was created in a public folder" : "{file} foi creado nun cartafol público",
"You changed {file}" : "{file} foi cambiado por vostede",
"{user} changed {file}" : "{user} cambiou {file}",
"You changed an encrypted file in {file}" : "Vostede cambiou un ficheiro cifrado en {file}",
"{user} changed {file}" : "{file} foi cambiado por {user}",
"{user} changed an encrypted file in {file}" : "{user} cambiou un ficheiro cifrado en {file}",
"You deleted {file}" : "{file} foi eliminado por vostede",
"{user} deleted {file}" : "{user} eliminou {file}",
"You deleted an encrypted file in {file}" : "Vostede eliminou un ficheiro cifrado en {file}",
"{user} deleted {file}" : "{file} foi eliminado por {user}",
"{user} deleted an encrypted file in {file}" : "{user} eliminou un ficheiro cifrado en {file}",
"You restored {file}" : "{file} foi restaurado por vostede",
"{user} restored {file}" : "{user} restaurou {file}",
"{user} restored {file}" : "{file} foi restaurado por {user}",
"You renamed {oldfile} to {newfile}" : "Vostede renomeou {oldfile} como {newfile}",
"{user} renamed {oldfile} to {newfile}" : "{user} renomeou {oldfile} como {newfile}",
"You moved {oldfile} to {newfile}" : "Vostede moveu {oldfile} para {newfile}",
@ -102,20 +126,26 @@ OC.L10N.register(
"A file has been added to or removed from your <strong>favorites</strong>" : "Engadiuse ou retirouse un ficheiro dos seus <strong>favoritos</strong>",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "<strong>Cambiouse</strong> ou <strong>renomeouse</strong> un ficheiro ou cartafol",
"A new file or folder has been <strong>created</strong>" : "<strong>Creouse</strong> un novo ficheiro ou cartafol",
"A file or folder has been <strong>deleted</strong>" : "<strong>Eliminouse</strong> un ficheiro ou cartafol",
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limita as notificacións sobre a creación e modificación dos seus <strong>ficheiros favoritos</strong> <em>(só os fluxos)</em>",
"A file or folder has been <strong>restored</strong>" : "<strong>Restaurouse</strong> un ficheiro ou cartafol",
"Unlimited" : "Sen límites",
"Upload (max. %s)" : "Envío (máx. %s)",
"File handling" : "Manexo de ficheiro",
"File Management" : "Administración de ficheiros",
"File handling" : "Manexo de ficheiros",
"Maximum upload size" : "Tamaño máximo do envío",
"max. possible: " : "máx. posíbel: ",
"Save" : "Gardar",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Con PHP-FPM podería levarlle 5 minutos para que se realicen os cambios.",
"Missing permissions to edit from here." : "Faltan os permisos para poder editar desde aquí.",
"%1$s of %2$s used" : "%s de %s utilizado",
"%s used" : "%s utilizado",
"Settings" : "Axustes",
"Show hidden files" : "Amosar os ficheiros agochados",
"Show hidden files" : "Amosar os ficheiros agachados",
"WebDAV" : "WebDAV",
"Cancel upload" : "Cancelar a subida",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Empregue este enderezo <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">acceder aos seus ficheiros mediante WebDAV</a>",
"Toggle grid view" : "Alternar a vista como grella",
"Cancel upload" : "Cancelar o envío",
"No files in here" : "Aquí non hai ficheiros",
"Upload some content or sync with your devices!" : "Envíe algún contido ou sincronice cos seus dispositivos!",
"No entries found in this folder" : "Non se atoparon entradas neste cartafol",
@ -126,9 +156,11 @@ OC.L10N.register(
"Files and folders you mark as favorite will show up here" : "Os ficheiros e cartafoles que marque como favoritos amosaranse aquí",
"Tags" : "Etiquetas",
"Deleted files" : "Ficheiros eliminados",
"Shares" : "Comparticións",
"Shared with others" : "Compartido con outros",
"Shared with you" : "Compartido con vostede",
"Shared by link" : "Compartido por ligazón",
"Deleted shares" : "Comparticións eliminadas",
"Text file" : "Ficheiro de texto",
"New text file.txt" : "Novo ficheiro de texto.txt",
"Target folder" : "Cartafol de destino",

View File

@ -12,14 +12,24 @@
"Home" : "Inicio",
"Close" : "Pechar",
"Could not create folder \"{dir}\"" : "Non foi posíbel crear o cartafol «{dir}»",
"This will stop your current uploads." : "Isto deterá os envíos actuais.",
"Upload cancelled." : "Envío cancelado.",
"…" : "…",
"Processing files …" : "Procesando ficheiros …",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Non é posíbel enviar {filename}, xa que ou é un directorio ou ten 0 bytes",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Non hai espazo libre abondo, o seu envío é de {size1} mais só dispón de {size2}",
"Target folder \"{dir}\" does not exist any more" : "O cartafol de destino «{dir}» xa non existe",
"Not enough free space" : "Non hai espazo libre abondo",
"An unknown error has occurred" : "Produciuse un erro descoñecido",
"Uploading …" : "Enviando …",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
"Uploading that item is not supported" : "Non se admite o envío deste elemento",
"Target folder does not exist any more" : "O cartafol de destino xa non existe",
"Error when assembling chunks, status code {status}" : "Produciuse un erro ao ensamblar os bloques, código de estado {status}",
"Actions" : "Accións",
"Rename" : "Renomear",
"Copy" : "Copiar",
"Choose target folder" : "Escoller o cartafol de destino",
"Disconnect storage" : "Desconectar o almacenamento",
"Unshare" : "Deixar de compartir",
"Could not load info for file \"{file}\"" : "Non foi posíbel cargar información para o ficheiro «{file}»",
@ -32,7 +42,9 @@
"This directory is unavailable, please check the logs or contact the administrator" : "Este directorio non está dispoñíbel, comprobe os rexistros ou póñase en contacto co administrador",
"Could not move \"{file}\", target exists" : "Non foi posíbel mover «{file}», o destino xa existe",
"Could not move \"{file}\"" : "Non foi posíbel mover «{file}»",
"Could not copy \"{file}\"" : "Non se puido copiar \"{file}\"",
"copy" : "copiar",
"Could not copy \"{file}\", target exists" : "Non foi posíbel copiar «{file}», o destino xa existe",
"Could not copy \"{file}\"" : "Non foi posíbel copiar «{file}¢",
"Copied {origin} inside {destination}" : "Copiado {origin} en {destination}",
"Copied {origin} and {nbfiles} other files inside {destination}" : "Copiado {origin} e outros {nbfiles} ficheiros en {destination} ",
"{newName} already exists" : "Xa existe {newName}",
@ -50,12 +62,15 @@
"_%n folder_::_%n folders_" : ["%n cartafol","%n cartafoles"],
"_%n file_::_%n files_" : ["%n ficheiro","%n ficheiros"],
"{dirs} and {files}" : "{dirs} e {files}",
"_including %n hidden_::_including %n hidden_" : ["incluíndo %n agochado","incluíndo %n agochados"],
"_including %n hidden_::_including %n hidden_" : ["incluíndo %n agachado","incluíndo %n agachados"],
"You dont have permission to upload or create files here" : "Non ten permisos para enviar ou crear ficheiros aquí.",
"_Uploading %n file_::_Uploading %n files_" : ["Cargando %n ficheiro","Cargando %n ficheiros"],
"New" : "Novo",
"{used} of {quota} used" : "Usados {used} de {quota}",
"{used} used" : "{used} usados",
"\"{name}\" is an invalid file name." : "«{name}» é un nome incorrecto de ficheiro.",
"File name cannot be empty." : "O nome de ficheiro non pode estar baleiro",
"\"/\" is not allowed inside a file name." : "«/» non está permitido nun nome de ficheiro",
"\"{name}\" is not an allowed filetype" : "«{name}» non é un tipo de ficheiro permitido",
"Storage of {owner} is full, files can not be updated or synced anymore!" : "O espazo de almacenamento de {owner} está cheo, non é posíbel actualizar ou sincronizar máis os ficheiros!",
"Your storage is full, files can not be updated or synced anymore!" : "O seu espazo de almacenamento está cheo, non é posíbel actualizar ou sincronizar máis os ficheiros!",
@ -71,6 +86,9 @@
"Favorite" : "Favorito",
"New folder" : "Novo cartafol",
"Upload file" : "Enviar ficheiro",
"Not favorited" : "Non marcado como favorito",
"Remove from favorites" : "Retirar de favoritos",
"Add to favorites" : "Engadir a favoritos",
"An error occurred while trying to update the tags" : "Produciuse un erro ao tentar actualizar as etiquetas",
"Added to favorites" : "Engadido a favoritos",
"Removed from favorites" : "Retirado de favoritos",
@ -85,14 +103,20 @@
"Moved by {user}" : "Movido por {user}",
"\"remote user\"" : "«usuario remoto»",
"You created {file}" : "{file} foi creado por vostede",
"You created an encrypted file in {file}" : "Vostede creo un ficheiro cifrado en {file}",
"{user} created {file}" : "{user} creou {file}",
"{file} was created in a public folder" : "{file} foi creado nun cartafol público",
"{user} created an encrypted file in {file}" : "{user} creou un ficheiro cifrado en {file}",
"{file} was created in a public folder" : "{file} foi creado nun cartafol público",
"You changed {file}" : "{file} foi cambiado por vostede",
"{user} changed {file}" : "{user} cambiou {file}",
"You changed an encrypted file in {file}" : "Vostede cambiou un ficheiro cifrado en {file}",
"{user} changed {file}" : "{file} foi cambiado por {user}",
"{user} changed an encrypted file in {file}" : "{user} cambiou un ficheiro cifrado en {file}",
"You deleted {file}" : "{file} foi eliminado por vostede",
"{user} deleted {file}" : "{user} eliminou {file}",
"You deleted an encrypted file in {file}" : "Vostede eliminou un ficheiro cifrado en {file}",
"{user} deleted {file}" : "{file} foi eliminado por {user}",
"{user} deleted an encrypted file in {file}" : "{user} eliminou un ficheiro cifrado en {file}",
"You restored {file}" : "{file} foi restaurado por vostede",
"{user} restored {file}" : "{user} restaurou {file}",
"{user} restored {file}" : "{file} foi restaurado por {user}",
"You renamed {oldfile} to {newfile}" : "Vostede renomeou {oldfile} como {newfile}",
"{user} renamed {oldfile} to {newfile}" : "{user} renomeou {oldfile} como {newfile}",
"You moved {oldfile} to {newfile}" : "Vostede moveu {oldfile} para {newfile}",
@ -100,20 +124,26 @@
"A file has been added to or removed from your <strong>favorites</strong>" : "Engadiuse ou retirouse un ficheiro dos seus <strong>favoritos</strong>",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "<strong>Cambiouse</strong> ou <strong>renomeouse</strong> un ficheiro ou cartafol",
"A new file or folder has been <strong>created</strong>" : "<strong>Creouse</strong> un novo ficheiro ou cartafol",
"A file or folder has been <strong>deleted</strong>" : "<strong>Eliminouse</strong> un ficheiro ou cartafol",
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limita as notificacións sobre a creación e modificación dos seus <strong>ficheiros favoritos</strong> <em>(só os fluxos)</em>",
"A file or folder has been <strong>restored</strong>" : "<strong>Restaurouse</strong> un ficheiro ou cartafol",
"Unlimited" : "Sen límites",
"Upload (max. %s)" : "Envío (máx. %s)",
"File handling" : "Manexo de ficheiro",
"File Management" : "Administración de ficheiros",
"File handling" : "Manexo de ficheiros",
"Maximum upload size" : "Tamaño máximo do envío",
"max. possible: " : "máx. posíbel: ",
"Save" : "Gardar",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Con PHP-FPM podería levarlle 5 minutos para que se realicen os cambios.",
"Missing permissions to edit from here." : "Faltan os permisos para poder editar desde aquí.",
"%1$s of %2$s used" : "%s de %s utilizado",
"%s used" : "%s utilizado",
"Settings" : "Axustes",
"Show hidden files" : "Amosar os ficheiros agochados",
"Show hidden files" : "Amosar os ficheiros agachados",
"WebDAV" : "WebDAV",
"Cancel upload" : "Cancelar a subida",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Empregue este enderezo <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">acceder aos seus ficheiros mediante WebDAV</a>",
"Toggle grid view" : "Alternar a vista como grella",
"Cancel upload" : "Cancelar o envío",
"No files in here" : "Aquí non hai ficheiros",
"Upload some content or sync with your devices!" : "Envíe algún contido ou sincronice cos seus dispositivos!",
"No entries found in this folder" : "Non se atoparon entradas neste cartafol",
@ -124,9 +154,11 @@
"Files and folders you mark as favorite will show up here" : "Os ficheiros e cartafoles que marque como favoritos amosaranse aquí",
"Tags" : "Etiquetas",
"Deleted files" : "Ficheiros eliminados",
"Shares" : "Comparticións",
"Shared with others" : "Compartido con outros",
"Shared with you" : "Compartido con vostede",
"Shared by link" : "Compartido por ligazón",
"Deleted shares" : "Comparticións eliminadas",
"Text file" : "Ficheiro de texto",
"New text file.txt" : "Novo ficheiro de texto.txt",
"Target folder" : "Cartafol de destino",

View File

@ -14,6 +14,7 @@ OC.L10N.register(
"Home" : "Saját mappa",
"Close" : "Bezárás",
"Could not create folder \"{dir}\"" : "{dir} mappa nem hozható létre",
"This will stop your current uploads." : "Ez meg fogja állítani a jelenlegi feltöltéseket.",
"Upload cancelled." : "A feltöltést megszakítottuk.",
"…" : "...",
"Processing files …" : "Fájlok feldolgozása …",

View File

@ -12,6 +12,7 @@
"Home" : "Saját mappa",
"Close" : "Bezárás",
"Could not create folder \"{dir}\"" : "{dir} mappa nem hozható létre",
"This will stop your current uploads." : "Ez meg fogja állítani a jelenlegi feltöltéseket.",
"Upload cancelled." : "A feltöltést megszakítottuk.",
"…" : "...",
"Processing files …" : "Fájlok feldolgozása …",

View File

@ -144,7 +144,7 @@ OC.L10N.register(
"Show hidden files" : "Verborgen bestanden tonen",
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Gebruik deze link <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">om je bestanden te benaderen via WebDAV</a>",
"Toggle grid view" : "Omschakelen roosterbeeld",
"Toggle grid view" : "Omschakelen roosterweergave",
"Cancel upload" : "Stop upload",
"No files in here" : "Hier geen bestanden",
"Upload some content or sync with your devices!" : "Upload je inhoud of synchroniseer met je apparaten!",

View File

@ -142,7 +142,7 @@
"Show hidden files" : "Verborgen bestanden tonen",
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Gebruik deze link <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">om je bestanden te benaderen via WebDAV</a>",
"Toggle grid view" : "Omschakelen roosterbeeld",
"Toggle grid view" : "Omschakelen roosterweergave",
"Cancel upload" : "Stop upload",
"No files in here" : "Hier geen bestanden",
"Upload some content or sync with your devices!" : "Upload je inhoud of synchroniseer met je apparaten!",

View File

@ -134,7 +134,7 @@ OC.L10N.register(
"max. possible: " : "najväčšie možné:",
"Save" : "Uložiť",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Použitím PHP-FPM môžu byť zmeny vykonané do 5 minút.",
"Missing permissions to edit from here." : "Chýbajú orávnenia pre možnosť tu upravovať.",
"Missing permissions to edit from here." : "Chýbajú oprávnenia pre možnosť tu upravovať.",
"%1$s of %2$s used" : "Využité: %1$s z %2$s",
"%s used" : "%s použitých",
"Settings" : "Nastavenia",

View File

@ -132,7 +132,7 @@
"max. possible: " : "najväčšie možné:",
"Save" : "Uložiť",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Použitím PHP-FPM môžu byť zmeny vykonané do 5 minút.",
"Missing permissions to edit from here." : "Chýbajú orávnenia pre možnosť tu upravovať.",
"Missing permissions to edit from here." : "Chýbajú oprávnenia pre možnosť tu upravovať.",
"%1$s of %2$s used" : "Využité: %1$s z %2$s",
"%s used" : "%s použitých",
"Settings" : "Nastavenia",

View File

@ -1,25 +1,40 @@
OC.L10N.register(
"files_external",
{
"Step 1 failed. Exception: %s" : "1 Urratsak huts egin du. Salbuespena: %s",
"Step 2 failed. Exception: %s" : "2 Urratsak huts egin du. Salbuespena: %s",
"External storage" : "Kanpoko biltegiratzea",
"Personal" : "Pertsonala",
"System" : "Sistema",
"Grant access" : "Baimendu sarrera",
"Generate keys" : "Sortu gakoak",
"All users. Type to select user or group." : "Erabiltzaile guztiak. Idatzi erabiltzaile edo taldea hautatzeko.",
"(group)" : "(taldea)",
"Enable encryption" : "Gaitu zifratzea",
"Enable previews" : "Gaitu aurrebistak",
"Never" : "inoiz ez",
"Delete" : "Ezabatu",
"Saved" : "Gordeta",
"Saving..." : "Gordetzen...",
"Save" : "Gorde",
"Username" : "Erabiltzaile izena",
"Password" : "Pasahitza",
"Save" : "Gorde",
"Credentials saved" : "Kredentzialak gordeta",
"%s" : "%s",
"Secret key" : "Gako sekretua",
"None" : "Ezer",
"OAuth1" : "OAuth1",
"App key" : "Aplikazio gakoa",
"App secret" : "App sekretua",
"OAuth2" : "OAuth2",
"Client ID" : "Bezero ID",
"Client secret" : "Bezeroaren Sekretua",
"OpenStack v2" : "OpenStack v2",
"OpenStack v3" : "OpenStack v3",
"Domain" : "Domeinua",
"API key" : "APIaren gakoa",
"Username and password" : "Erabiltzaile-izena eta pasahitza",
"RSA public key" : "RSA gako publikoa",
"Public key" : "Gako publikoa",
"RSA private key" : "RSA gako pribatua",
"Private key" : "Gako pribatua",
"Amazon S3" : "Amazon S3",
"Hostname" : "Ostalari izena",
"Port" : "Portua",
@ -30,30 +45,30 @@ OC.L10N.register(
"URL" : "URL",
"Remote subfolder" : "Urruneko azpikarpeta",
"Secure https://" : "https:// segurua",
"Dropbox" : "Dropbox",
"FTP" : "FTP",
"Host" : "Ostalaria",
"Secure ftps://" : "ftps:// segurua",
"Local" : "Bertakoa",
"Location" : "Kokapena",
"ownCloud" : "ownCloud",
"Nextcloud" : "Nextcloud",
"SFTP" : "SFTP",
"Root" : "Erroa",
"Share" : "Partekatu",
"SMB / CIFS using OC login" : "SMB / CIFS saioa hasteko OC erabiliz",
"Username as share" : "Erabiltzaile izena elkarbanaketa bezala",
"OpenStack Object Storage" : "OpenStack Objektu Biltegiratzea",
"<b>Note:</b> " : "<b>Oharra:</b>",
"<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Oharra:</b> :PHPko cURL euskarria ez dago instalatuta edo gaitua. Ezinezko da %s muntatzea. Mesedez eskatu sistema administratzaleari instala dezan. ",
"<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Oharra:</b> :PHPko FTP euskarria ez dago instalatuta edo gaitua. Ezinezko da %s muntatzea. Mesedez eskatu sistema administratzaleari instala dezan. ",
"<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Oharra:</b>\"%s\" euskarria ez dago instalatuta Ezinezko da %s muntatzea. Mesedez eskatu sistema administratzaleari instala dezan. ",
"No external storage configured" : "Ez da kanpo biltegiratzerik konfiguratu",
"Service name" : "Zerbitzuaren izena",
"Name" : "Izena",
"Storage type" : "Biltegiratze mota",
"External Storage" : "Kanpoko biltegiratzea",
"Scope" : "Esparrua",
"Folder name" : "Karpetaren izena",
"External storage" : "Kanpoko biltegiratzea",
"Authentication" : "Autentifikazioa",
"Configuration" : "Konfigurazioa",
"Available for" : "Hauentzat eskuragarri",
"Add storage" : "Gehitu biltegiratzea",
"Delete" : "Ezabatu",
"Advanced settings" : "Ezarpen aurreratuak",
"OpenStack" : "OpenStack",
"Allow users to mount the following external storage" : "Baimendu erabiltzaileak hurrengo kanpo biltegiratzeak muntatzen"
},
"nplurals=2; plural=(n != 1);");

View File

@ -1,23 +1,38 @@
{ "translations": {
"Step 1 failed. Exception: %s" : "1 Urratsak huts egin du. Salbuespena: %s",
"Step 2 failed. Exception: %s" : "2 Urratsak huts egin du. Salbuespena: %s",
"External storage" : "Kanpoko biltegiratzea",
"Personal" : "Pertsonala",
"System" : "Sistema",
"Grant access" : "Baimendu sarrera",
"Generate keys" : "Sortu gakoak",
"All users. Type to select user or group." : "Erabiltzaile guztiak. Idatzi erabiltzaile edo taldea hautatzeko.",
"(group)" : "(taldea)",
"Enable encryption" : "Gaitu zifratzea",
"Enable previews" : "Gaitu aurrebistak",
"Never" : "inoiz ez",
"Delete" : "Ezabatu",
"Saved" : "Gordeta",
"Saving..." : "Gordetzen...",
"Save" : "Gorde",
"Username" : "Erabiltzaile izena",
"Password" : "Pasahitza",
"Save" : "Gorde",
"Credentials saved" : "Kredentzialak gordeta",
"%s" : "%s",
"Secret key" : "Gako sekretua",
"None" : "Ezer",
"OAuth1" : "OAuth1",
"App key" : "Aplikazio gakoa",
"App secret" : "App sekretua",
"OAuth2" : "OAuth2",
"Client ID" : "Bezero ID",
"Client secret" : "Bezeroaren Sekretua",
"OpenStack v2" : "OpenStack v2",
"OpenStack v3" : "OpenStack v3",
"Domain" : "Domeinua",
"API key" : "APIaren gakoa",
"Username and password" : "Erabiltzaile-izena eta pasahitza",
"RSA public key" : "RSA gako publikoa",
"Public key" : "Gako publikoa",
"RSA private key" : "RSA gako pribatua",
"Private key" : "Gako pribatua",
"Amazon S3" : "Amazon S3",
"Hostname" : "Ostalari izena",
"Port" : "Portua",
@ -28,30 +43,30 @@
"URL" : "URL",
"Remote subfolder" : "Urruneko azpikarpeta",
"Secure https://" : "https:// segurua",
"Dropbox" : "Dropbox",
"FTP" : "FTP",
"Host" : "Ostalaria",
"Secure ftps://" : "ftps:// segurua",
"Local" : "Bertakoa",
"Location" : "Kokapena",
"ownCloud" : "ownCloud",
"Nextcloud" : "Nextcloud",
"SFTP" : "SFTP",
"Root" : "Erroa",
"Share" : "Partekatu",
"SMB / CIFS using OC login" : "SMB / CIFS saioa hasteko OC erabiliz",
"Username as share" : "Erabiltzaile izena elkarbanaketa bezala",
"OpenStack Object Storage" : "OpenStack Objektu Biltegiratzea",
"<b>Note:</b> " : "<b>Oharra:</b>",
"<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Oharra:</b> :PHPko cURL euskarria ez dago instalatuta edo gaitua. Ezinezko da %s muntatzea. Mesedez eskatu sistema administratzaleari instala dezan. ",
"<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Oharra:</b> :PHPko FTP euskarria ez dago instalatuta edo gaitua. Ezinezko da %s muntatzea. Mesedez eskatu sistema administratzaleari instala dezan. ",
"<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Oharra:</b>\"%s\" euskarria ez dago instalatuta Ezinezko da %s muntatzea. Mesedez eskatu sistema administratzaleari instala dezan. ",
"No external storage configured" : "Ez da kanpo biltegiratzerik konfiguratu",
"Service name" : "Zerbitzuaren izena",
"Name" : "Izena",
"Storage type" : "Biltegiratze mota",
"External Storage" : "Kanpoko biltegiratzea",
"Scope" : "Esparrua",
"Folder name" : "Karpetaren izena",
"External storage" : "Kanpoko biltegiratzea",
"Authentication" : "Autentifikazioa",
"Configuration" : "Konfigurazioa",
"Available for" : "Hauentzat eskuragarri",
"Add storage" : "Gehitu biltegiratzea",
"Delete" : "Ezabatu",
"Advanced settings" : "Ezarpen aurreratuak",
"OpenStack" : "OpenStack",
"Allow users to mount the following external storage" : "Baimendu erabiltzaileak hurrengo kanpo biltegiratzeak muntatzen"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -19,17 +19,22 @@ OC.L10N.register(
"Check for changes" : "Comprobar se hai cambios",
"Never" : "Nunca",
"Once every direct access" : "Unha vez cada acceso directo",
"Read only" : "Só lectura",
"Delete" : "Eliminar",
"Admin defined" : "Definido polo administrador",
"Are you sure you want to delete this external storage?" : "Confirma que quere eliminar este almacenamento externo?",
"Delete storage?" : "Eliminar o almacenamento?",
"Saved" : "Gardado",
"Saving..." : "Gardando...",
"Save" : "Gardar",
"Empty response from the server" : "Resposta baleira desde o servidor",
"Couldn't access. Please log out and in again to activate this mount point" : "Non é posíbel acceder. Peche a sesión e volva iníciala para activar este punto de montaxe",
"Couldn't get the information from the remote server: {code} {type}" : "Non foi posíbel obter a información do servidor remoto: {code} {type}",
"Couldn't get the list of external mount points: {type}" : "Non foi posíbel obter a lista dos puntos de montaxe externos: {type}",
"There was an error with message: " : "produciuse un erro coa mensaxe:",
"External mount error" : "Produciuse un erro de montaxe externo",
"external-storage" : "almacenamento externo",
"Couldn't fetch list of Windows network drive mount points: Empty response from server" : "Non é posíbel obter a lista de unidades de rede e os seus puntos de montaxe de Windows: resposta baleira desde o servidor",
"Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Algúns dos puntos de montaxe externos configurados non están conectados. Prema na(s) fila(s) vermella(s) para obter máis información",
"Please enter the credentials for the {mount} mount" : "Insira as credenciais para o punto de montaxe {mount}",
"Username" : "Nome de usuario",
@ -59,10 +64,12 @@ OC.L10N.register(
"OAuth2" : "OAuth2",
"Client ID" : "ID do cliente",
"Client secret" : "Secreto do cliente",
"OpenStack v2" : "OpenStack v2",
"Tenant name" : "Nome do ocupante",
"Identity endpoint URL" : "URL do punto final de identidade",
"OpenStack v3" : "OpenStack v3",
"Domain" : "Dominio",
"Rackspace" : "Rackspace",
"Rackspace" : "Espazo no estante",
"API key" : "Chave da API",
"Global credentials" : "Credenciais globais",
"Log-in credentials, save in database" : "Credenciais de acceso, gardar na base de datos",
@ -71,6 +78,9 @@ OC.L10N.register(
"User entered, store in database" : "Usuario que accedeu, almacenar na base de datos",
"RSA public key" : "Chave pública RSA",
"Public key" : "Chave pública",
"RSA private key" : "Chave privada RSA",
"Private key" : "Chave privada",
"Kerberos ticket" : "Billete Kerberos",
"Amazon S3" : "Amazon S3",
"Bucket" : "Bucket",
"Hostname" : "Nome de máquina",
@ -78,6 +88,7 @@ OC.L10N.register(
"Region" : "Rexión",
"Enable SSL" : "Activar SSL",
"Enable Path Style" : "Activar o estilo de ruta",
"Legacy (v2) authentication" : "Autenticación (v2) herdada\n",
"WebDAV" : "WebDAV",
"URL" : "URL",
"Remote subfolder" : "Subcartafol remoto",
@ -100,20 +111,28 @@ OC.L10N.register(
"Request timeout (seconds)" : "Tempo de espera da solicitude (segundos)",
"The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "A compatibilidade de cURL en PHP non está activada, ou non está instalado. Non é posíbel a montaxe de %s. Consulte co administrador do sistema como instalalo.",
"The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "A compatibilidade de FTP en PHP non está activada, ou non está instalado. Non é posíbel a montaxe de %s. Consulte co administrador do sistema como instalalo.",
"\"%1$s\" is not installed. Mounting of %2$s is not possible. Please ask your system administrator to install it." : "«%1$s» non está instalado. Non é posíbel a montaxe de %2$s. Consulte co administrador do sistema como instalalo.",
"External storage support" : "Compatibilidade de almacenamento externo",
"Adds basic external storage support" : "Engade compatibilidade básica de almacenamento externo\n",
"This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Esta aplicación permítelle aos administradores configurar conexións a provedores externos de almacenamento, como servidores FTP, almacenamentos de obxectos S3 ou SWIFT, outros servidores Nextcloud, servidores WebDAV e máis. Os administradores poden escoller que tipos de almacenamento activar e poden montar estas localizacións de almacenamento para un usuario, un grupo ou o sistema enteiro. Os usuarios verán aparecer un novo cartafol no seu directorio raíz do Nextcloud, ao que poden acceder e que poden usar como calquera outro cartafol. O almacenamento externo tamén lle permite aos usuarios compartir os ficheiros almacenados nestas localizacións externas. Nestes casos, úsanse as credenciais para o dono dos ficheiros cando o receptor solicita o ficheiro do almacenamento externo, asegurando así que o receptor poida acceder ao ficheiro compartido.\n\nO almacenamento externo pódese configurar usando a IGU ou coa liña de ordes. A segunda opción fornece ao usuario avanzado máis flexibilidade para configurar montaxes de almacenamento externos en bloque e para configurar prioridades de montaxe. Ten dispoñíbel máis información na documentación da IGU do almacenamento externo e na documentación do ficheiro de configuración do almacenamento externo.",
"No external storage configured or you don't have the permission to configure them" : "No foi configurado ningún almacenamento externo ou non ten permiso para configuralos\n",
"Name" : "Nome",
"Storage type" : "Tipo de almacenamento",
"Scope" : "Ámbito",
"External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices. You may also allow users to mount their own external storage services." : "O almacenamento externo permítelle montar servizos e dispositivos de almacenamento externo como dispositivos de almacenamento secundarios do Nextcloud. Tamén pode permitirlle que os usuarios monten os seus propios servizos de almacenamento externos.",
"Folder name" : "Nome do cartafol",
"External storage" : "Almacenamento externo",
"Authentication" : "Autenticación",
"Configuration" : "Configuración",
"Available for" : "Dispoñíbel para",
"Click to recheck the configuration" : "Prema para volver comprobar a configuración\n",
"Add storage" : "Engadir almacenamento",
"Advanced settings" : "Axustes avanzados",
"Allow users to mount external storage" : "Permitirlle aos usuarios montar almacenamento externo",
"Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Poden empregarse credenciais globais para autenticar con múltiples almacenamentos externos que teñan as mesmas credenciais.",
"Are you sure you want to delete this external storage" : "Confirma que quere eliminar este almacenamento externo",
"OpenStack" : "OpenStack",
"\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "«%s» non está instalado. Non é posíbel a montaxe de %s. Consulte co administrador do sistema como instalalo.",
"\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "«%s» non está instalado. Non é posíbel a montaxe de %s. Consulte co administrador do sistema como instalalo.",
"Allow users to mount the following external storage" : "Permitirlle aos usuarios montar o seguinte almacenamento externo"
},
"nplurals=2; plural=(n != 1);");

View File

@ -17,17 +17,22 @@
"Check for changes" : "Comprobar se hai cambios",
"Never" : "Nunca",
"Once every direct access" : "Unha vez cada acceso directo",
"Read only" : "Só lectura",
"Delete" : "Eliminar",
"Admin defined" : "Definido polo administrador",
"Are you sure you want to delete this external storage?" : "Confirma que quere eliminar este almacenamento externo?",
"Delete storage?" : "Eliminar o almacenamento?",
"Saved" : "Gardado",
"Saving..." : "Gardando...",
"Save" : "Gardar",
"Empty response from the server" : "Resposta baleira desde o servidor",
"Couldn't access. Please log out and in again to activate this mount point" : "Non é posíbel acceder. Peche a sesión e volva iníciala para activar este punto de montaxe",
"Couldn't get the information from the remote server: {code} {type}" : "Non foi posíbel obter a información do servidor remoto: {code} {type}",
"Couldn't get the list of external mount points: {type}" : "Non foi posíbel obter a lista dos puntos de montaxe externos: {type}",
"There was an error with message: " : "produciuse un erro coa mensaxe:",
"External mount error" : "Produciuse un erro de montaxe externo",
"external-storage" : "almacenamento externo",
"Couldn't fetch list of Windows network drive mount points: Empty response from server" : "Non é posíbel obter a lista de unidades de rede e os seus puntos de montaxe de Windows: resposta baleira desde o servidor",
"Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Algúns dos puntos de montaxe externos configurados non están conectados. Prema na(s) fila(s) vermella(s) para obter máis información",
"Please enter the credentials for the {mount} mount" : "Insira as credenciais para o punto de montaxe {mount}",
"Username" : "Nome de usuario",
@ -57,10 +62,12 @@
"OAuth2" : "OAuth2",
"Client ID" : "ID do cliente",
"Client secret" : "Secreto do cliente",
"OpenStack v2" : "OpenStack v2",
"Tenant name" : "Nome do ocupante",
"Identity endpoint URL" : "URL do punto final de identidade",
"OpenStack v3" : "OpenStack v3",
"Domain" : "Dominio",
"Rackspace" : "Rackspace",
"Rackspace" : "Espazo no estante",
"API key" : "Chave da API",
"Global credentials" : "Credenciais globais",
"Log-in credentials, save in database" : "Credenciais de acceso, gardar na base de datos",
@ -69,6 +76,9 @@
"User entered, store in database" : "Usuario que accedeu, almacenar na base de datos",
"RSA public key" : "Chave pública RSA",
"Public key" : "Chave pública",
"RSA private key" : "Chave privada RSA",
"Private key" : "Chave privada",
"Kerberos ticket" : "Billete Kerberos",
"Amazon S3" : "Amazon S3",
"Bucket" : "Bucket",
"Hostname" : "Nome de máquina",
@ -76,6 +86,7 @@
"Region" : "Rexión",
"Enable SSL" : "Activar SSL",
"Enable Path Style" : "Activar o estilo de ruta",
"Legacy (v2) authentication" : "Autenticación (v2) herdada\n",
"WebDAV" : "WebDAV",
"URL" : "URL",
"Remote subfolder" : "Subcartafol remoto",
@ -98,20 +109,28 @@
"Request timeout (seconds)" : "Tempo de espera da solicitude (segundos)",
"The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "A compatibilidade de cURL en PHP non está activada, ou non está instalado. Non é posíbel a montaxe de %s. Consulte co administrador do sistema como instalalo.",
"The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "A compatibilidade de FTP en PHP non está activada, ou non está instalado. Non é posíbel a montaxe de %s. Consulte co administrador do sistema como instalalo.",
"\"%1$s\" is not installed. Mounting of %2$s is not possible. Please ask your system administrator to install it." : "«%1$s» non está instalado. Non é posíbel a montaxe de %2$s. Consulte co administrador do sistema como instalalo.",
"External storage support" : "Compatibilidade de almacenamento externo",
"Adds basic external storage support" : "Engade compatibilidade básica de almacenamento externo\n",
"This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Esta aplicación permítelle aos administradores configurar conexións a provedores externos de almacenamento, como servidores FTP, almacenamentos de obxectos S3 ou SWIFT, outros servidores Nextcloud, servidores WebDAV e máis. Os administradores poden escoller que tipos de almacenamento activar e poden montar estas localizacións de almacenamento para un usuario, un grupo ou o sistema enteiro. Os usuarios verán aparecer un novo cartafol no seu directorio raíz do Nextcloud, ao que poden acceder e que poden usar como calquera outro cartafol. O almacenamento externo tamén lle permite aos usuarios compartir os ficheiros almacenados nestas localizacións externas. Nestes casos, úsanse as credenciais para o dono dos ficheiros cando o receptor solicita o ficheiro do almacenamento externo, asegurando así que o receptor poida acceder ao ficheiro compartido.\n\nO almacenamento externo pódese configurar usando a IGU ou coa liña de ordes. A segunda opción fornece ao usuario avanzado máis flexibilidade para configurar montaxes de almacenamento externos en bloque e para configurar prioridades de montaxe. Ten dispoñíbel máis información na documentación da IGU do almacenamento externo e na documentación do ficheiro de configuración do almacenamento externo.",
"No external storage configured or you don't have the permission to configure them" : "No foi configurado ningún almacenamento externo ou non ten permiso para configuralos\n",
"Name" : "Nome",
"Storage type" : "Tipo de almacenamento",
"Scope" : "Ámbito",
"External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices. You may also allow users to mount their own external storage services." : "O almacenamento externo permítelle montar servizos e dispositivos de almacenamento externo como dispositivos de almacenamento secundarios do Nextcloud. Tamén pode permitirlle que os usuarios monten os seus propios servizos de almacenamento externos.",
"Folder name" : "Nome do cartafol",
"External storage" : "Almacenamento externo",
"Authentication" : "Autenticación",
"Configuration" : "Configuración",
"Available for" : "Dispoñíbel para",
"Click to recheck the configuration" : "Prema para volver comprobar a configuración\n",
"Add storage" : "Engadir almacenamento",
"Advanced settings" : "Axustes avanzados",
"Allow users to mount external storage" : "Permitirlle aos usuarios montar almacenamento externo",
"Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Poden empregarse credenciais globais para autenticar con múltiples almacenamentos externos que teñan as mesmas credenciais.",
"Are you sure you want to delete this external storage" : "Confirma que quere eliminar este almacenamento externo",
"OpenStack" : "OpenStack",
"\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "«%s» non está instalado. Non é posíbel a montaxe de %s. Consulte co administrador do sistema como instalalo.",
"\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "«%s» non está instalado. Non é posíbel a montaxe de %s. Consulte co administrador do sistema como instalalo.",
"Allow users to mount the following external storage" : "Permitirlle aos usuarios montar o seguinte almacenamento externo"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -19,6 +19,7 @@ OC.L10N.register(
"Check for changes" : "Változások keresése",
"Never" : "Soha",
"Once every direct access" : "Minden közvetlen elérésnél",
"Read only" : "Csak olvasható",
"Delete" : "Törlés",
"Admin defined" : "Rendszergazda definiálva",
"Are you sure you want to delete this external storage?" : "Biztosan törlöd ezt a külső tárolót?",

View File

@ -17,6 +17,7 @@
"Check for changes" : "Változások keresése",
"Never" : "Soha",
"Once every direct access" : "Minden közvetlen elérésnél",
"Read only" : "Csak olvasható",
"Delete" : "Törlés",
"Admin defined" : "Rendszergazda definiálva",
"Are you sure you want to delete this external storage?" : "Biztosan törlöd ezt a külső tárolót?",

View File

@ -19,8 +19,10 @@ OC.L10N.register(
"Check for changes" : "변경 사항 감시",
"Never" : "하지 않음",
"Once every direct access" : "한 번 직접 접근할 때마다",
"Read only" : "읽기 전용",
"Delete" : "삭제",
"Admin defined" : "관리자 지정",
"Are you sure you want to delete this external storage?" : "이 외부 저장소를 삭제하시겠습니까?",
"Delete storage?" : "저장소를 삭제하시겠습니까?",
"Saved" : "저장됨",
"Saving..." : "저장 중...",
@ -62,8 +64,10 @@ OC.L10N.register(
"OAuth2" : "OAuth2",
"Client ID" : "클라이언트 ID",
"Client secret" : "클라이언트 비밀 값",
"OpenStack v2" : "OpenStack v2",
"Tenant name" : "테넌트 이름",
"Identity endpoint URL" : "아이덴티티 끝점(Endpoint) URL",
"OpenStack v3" : "OpenStack v3",
"Domain" : "도메인",
"Rackspace" : "Rackspace",
"API key" : "API 키",
@ -74,6 +78,9 @@ OC.L10N.register(
"User entered, store in database" : "사용자 데이터베이스에 저장",
"RSA public key" : "RSA 공개 키",
"Public key" : "공개 키",
"RSA private key" : "RSA 비밀 키",
"Private key" : "비밀 키",
"Kerberos ticket" : "Kerberos 티켓",
"Amazon S3" : "Amazon S3",
"Bucket" : "버킷",
"Hostname" : "호스트 이름",
@ -104,6 +111,10 @@ OC.L10N.register(
"Request timeout (seconds)" : "요청 시간 제한(초)",
"The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "PHP의 cURL 지원이 비활성화되어 있거나 설치되어 있지 않습니다. %s을(를) 마운트할 수 없습니다. 시스템 관리자에게 설치를 요청하십시오.",
"The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "PHP의 FTP 지원이 비활성화되어 있거나 설치되어 있지 않습니다. %s을(를) 마운트할 수 없습니다. 시스템 관리자에게 설치를 요청하십시오.",
"\"%1$s\" is not installed. Mounting of %2$s is not possible. Please ask your system administrator to install it." : "\"%1$s\"이(가) 설치되어 있지 않습니다. \"%2$s\"을(를) 탑재할 수 없습니다. 시스템 관리자에게 설치를 요청하십시오.",
"External storage support" : "외부 저장소 지원",
"Adds basic external storage support" : "기본적인 외부 저장소 지원 추가",
"No external storage configured or you don't have the permission to configure them" : "외부 저장소가 구성되지 않았거나 외부 저장소를 구성할 권한이 없습니다.",
"Name" : "이름",
"Storage type" : "저장소 종류",
"Scope" : "범위",

View File

@ -17,8 +17,10 @@
"Check for changes" : "변경 사항 감시",
"Never" : "하지 않음",
"Once every direct access" : "한 번 직접 접근할 때마다",
"Read only" : "읽기 전용",
"Delete" : "삭제",
"Admin defined" : "관리자 지정",
"Are you sure you want to delete this external storage?" : "이 외부 저장소를 삭제하시겠습니까?",
"Delete storage?" : "저장소를 삭제하시겠습니까?",
"Saved" : "저장됨",
"Saving..." : "저장 중...",
@ -60,8 +62,10 @@
"OAuth2" : "OAuth2",
"Client ID" : "클라이언트 ID",
"Client secret" : "클라이언트 비밀 값",
"OpenStack v2" : "OpenStack v2",
"Tenant name" : "테넌트 이름",
"Identity endpoint URL" : "아이덴티티 끝점(Endpoint) URL",
"OpenStack v3" : "OpenStack v3",
"Domain" : "도메인",
"Rackspace" : "Rackspace",
"API key" : "API 키",
@ -72,6 +76,9 @@
"User entered, store in database" : "사용자 데이터베이스에 저장",
"RSA public key" : "RSA 공개 키",
"Public key" : "공개 키",
"RSA private key" : "RSA 비밀 키",
"Private key" : "비밀 키",
"Kerberos ticket" : "Kerberos 티켓",
"Amazon S3" : "Amazon S3",
"Bucket" : "버킷",
"Hostname" : "호스트 이름",
@ -102,6 +109,10 @@
"Request timeout (seconds)" : "요청 시간 제한(초)",
"The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "PHP의 cURL 지원이 비활성화되어 있거나 설치되어 있지 않습니다. %s을(를) 마운트할 수 없습니다. 시스템 관리자에게 설치를 요청하십시오.",
"The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "PHP의 FTP 지원이 비활성화되어 있거나 설치되어 있지 않습니다. %s을(를) 마운트할 수 없습니다. 시스템 관리자에게 설치를 요청하십시오.",
"\"%1$s\" is not installed. Mounting of %2$s is not possible. Please ask your system administrator to install it." : "\"%1$s\"이(가) 설치되어 있지 않습니다. \"%2$s\"을(를) 탑재할 수 없습니다. 시스템 관리자에게 설치를 요청하십시오.",
"External storage support" : "외부 저장소 지원",
"Adds basic external storage support" : "기본적인 외부 저장소 지원 추가",
"No external storage configured or you don't have the permission to configure them" : "외부 저장소가 구성되지 않았거나 외부 저장소를 구성할 권한이 없습니다.",
"Name" : "이름",
"Storage type" : "저장소 종류",
"Scope" : "범위",

View File

@ -19,6 +19,7 @@ OC.L10N.register(
"Check for changes" : "Sök efter ändringar",
"Never" : "Aldrig",
"Once every direct access" : "En gång vid varje direktanslutning",
"Read only" : "Skrivskyddad",
"Delete" : "Radera",
"Admin defined" : "Admin definerad",
"Are you sure you want to delete this external storage?" : "Är du säker på att du vill ta bort denna externa lagring?",
@ -77,6 +78,8 @@ OC.L10N.register(
"User entered, store in database" : "Användare lades till, lagras i databasen",
"RSA public key" : "RSA offentlig nyckel",
"Public key" : "Offentlig nyckel",
"RSA private key" : "RSA privat nyckel",
"Private key" : "Privat nyckel",
"Amazon S3" : "Amazon S3",
"Bucket" : "Bucket",
"Hostname" : "Värdnamn",

View File

@ -17,6 +17,7 @@
"Check for changes" : "Sök efter ändringar",
"Never" : "Aldrig",
"Once every direct access" : "En gång vid varje direktanslutning",
"Read only" : "Skrivskyddad",
"Delete" : "Radera",
"Admin defined" : "Admin definerad",
"Are you sure you want to delete this external storage?" : "Är du säker på att du vill ta bort denna externa lagring?",
@ -75,6 +76,8 @@
"User entered, store in database" : "Användare lades till, lagras i databasen",
"RSA public key" : "RSA offentlig nyckel",
"Public key" : "Offentlig nyckel",
"RSA private key" : "RSA privat nyckel",
"Private key" : "Privat nyckel",
"Amazon S3" : "Amazon S3",
"Bucket" : "Bucket",
"Hostname" : "Värdnamn",

View File

@ -22,7 +22,7 @@ OC.L10N.register(
"Download" : "Изтегли",
"Delete" : "Изтрий",
"You can upload into this folder" : "Може да качвате в папката",
"Invalid server URL" : "Невалиден URL адрес на сървъра",
"Invalid server URL" : "URL адреса на сървъра не е валиден",
"Share" : "Сподели",
"No expiration date set" : "Не е зададен срок на валидност",
"Shared by" : "Споделено от",
@ -31,7 +31,7 @@ OC.L10N.register(
"Downloaded by {email}" : "Изтеглен от {email}",
"Shared as public link" : "Споделено с публична връзка",
"Removed public link" : "Премахни публичната връзка",
"You shared {file} as public link" : "Споделихте {file} публична връзка",
"You shared {file} as public link" : "Споделихте {file} с публична връзка",
"You removed public link for {file}" : "Премахнахте публична връзка към файла {file}",
"Shared with {user}" : "Споделен с {user}",
"{actor} shared with {user}" : "{actor} сподели с {user}",

View File

@ -20,7 +20,7 @@
"Download" : "Изтегли",
"Delete" : "Изтрий",
"You can upload into this folder" : "Може да качвате в папката",
"Invalid server URL" : "Невалиден URL адрес на сървъра",
"Invalid server URL" : "URL адреса на сървъра не е валиден",
"Share" : "Сподели",
"No expiration date set" : "Не е зададен срок на валидност",
"Shared by" : "Споделено от",
@ -29,7 +29,7 @@
"Downloaded by {email}" : "Изтеглен от {email}",
"Shared as public link" : "Споделено с публична връзка",
"Removed public link" : "Премахни публичната връзка",
"You shared {file} as public link" : "Споделихте {file} публична връзка",
"You shared {file} as public link" : "Споделихте {file} с публична връзка",
"You removed public link for {file}" : "Премахнахте публична връзка към файла {file}",
"Shared with {user}" : "Споделен с {user}",
"{actor} shared with {user}" : "{actor} сподели с {user}",

View File

@ -5,12 +5,14 @@ OC.L10N.register(
"Shared with you" : "Διαμοιρασμένα με εσάς",
"Shared by link" : "Διαμοιρασμένα μέσω συνδέσμου",
"Deleted shares" : "Διαγραμμένα κοινόχρηστα",
"Shares" : "Κοινόχρηστα",
"Nothing shared with you yet" : "Κανένα αρχείο δεν έχει διαμοιραστεί ακόμα με εσάς.",
"Files and folders others share with you will show up here" : "Τα αρχεία και οι φάκελοι που άλλοι διαμοιράζονται με εσάς θα εμφανιστούν εδώ",
"Nothing shared yet" : "Δεν έχει διαμοιραστεί τίποτα μέχρι στιγμής",
"Files and folders you share will show up here" : "Τα αρχεία και οι φάκελοι που διαμοιράζεστε θα εμφανιστούν εδώ",
"No shared links" : "Κανένας διαμοιρασμένος σύνδεσμος",
"Files and folders you share by link will show up here" : "Τα αρχεία και οι φάκελοι που διαμοιράζεστε μέσω συνδέσμου θα εμφανιστούνε εδώ",
"Shares will show up here" : "Τα κοινόχρηστα θα εμφανιστούν εδώ",
"Move or copy" : "Μετακίνηση ή αντιγραφή",
"Download" : "Λήψη",
"Delete" : "Διαγραφή",
@ -90,6 +92,7 @@ OC.L10N.register(
"Can't change permissions for public share links" : "Δεν μπορούμε να αλλάξουμε δικαιώματα για δημόσια διαμοιρασμένους συνδέσμους",
"Cannot increase permissions" : "Δεν μπορούμε να αυξήσουμε δικαιώματα",
"shared by %s" : "Διαμοιράστηκε από 1 %s",
"Download all files" : "Λήψη όλων των αρχείων",
"Direct link" : "Άμεσος σύνδεσμος",
"Add to your Nextcloud" : "Προσθήκη στο Nextcloud σου",
"Share API is disabled" : "API διαμοιρασμού είναι απενεργοποιημένο",

View File

@ -3,12 +3,14 @@
"Shared with you" : "Διαμοιρασμένα με εσάς",
"Shared by link" : "Διαμοιρασμένα μέσω συνδέσμου",
"Deleted shares" : "Διαγραμμένα κοινόχρηστα",
"Shares" : "Κοινόχρηστα",
"Nothing shared with you yet" : "Κανένα αρχείο δεν έχει διαμοιραστεί ακόμα με εσάς.",
"Files and folders others share with you will show up here" : "Τα αρχεία και οι φάκελοι που άλλοι διαμοιράζονται με εσάς θα εμφανιστούν εδώ",
"Nothing shared yet" : "Δεν έχει διαμοιραστεί τίποτα μέχρι στιγμής",
"Files and folders you share will show up here" : "Τα αρχεία και οι φάκελοι που διαμοιράζεστε θα εμφανιστούν εδώ",
"No shared links" : "Κανένας διαμοιρασμένος σύνδεσμος",
"Files and folders you share by link will show up here" : "Τα αρχεία και οι φάκελοι που διαμοιράζεστε μέσω συνδέσμου θα εμφανιστούνε εδώ",
"Shares will show up here" : "Τα κοινόχρηστα θα εμφανιστούν εδώ",
"Move or copy" : "Μετακίνηση ή αντιγραφή",
"Download" : "Λήψη",
"Delete" : "Διαγραφή",
@ -88,6 +90,7 @@
"Can't change permissions for public share links" : "Δεν μπορούμε να αλλάξουμε δικαιώματα για δημόσια διαμοιρασμένους συνδέσμους",
"Cannot increase permissions" : "Δεν μπορούμε να αυξήσουμε δικαιώματα",
"shared by %s" : "Διαμοιράστηκε από 1 %s",
"Download all files" : "Λήψη όλων των αρχείων",
"Direct link" : "Άμεσος σύνδεσμος",
"Add to your Nextcloud" : "Προσθήκη στο Nextcloud σου",
"Share API is disabled" : "API διαμοιρασμού είναι απενεργοποιημένο",

View File

@ -1,82 +1,111 @@
OC.L10N.register(
"files_sharing",
{
"Server to server sharing is not enabled on this server" : "Interservila kunhavo ne kapabliĝis en ĉi tiu servilo",
"Not allowed to create a federated share with the same user server" : "Ne kreeblas federa kunhavo per la sama uzantoservilo",
"Invalid or untrusted SSL certificate" : "SSL-atestilo ne validas aŭ ne fidindas",
"Storage not valid" : "Memoro ne validas",
"Couldn't add remote share" : "Ne aldoneblas fora kunhavo",
"Shared with you" : "Kunhavata kun vi",
"Shared with others" : "Kunhavata kun aliaj",
"Shared with you" : "Kunhavata kun vi",
"Shared by link" : "Kunhavata per ligilo",
"Deleted shares" : "Forigitaj kunhavigoj",
"Shares" : "Kunhavoj",
"Nothing shared with you yet" : "Nenio kunhavatas kun vi ankoraŭ",
"Files and folders others share with you will show up here" : "Dosieroj kaj dosierujoj, kiujn aliuloj kunhavigas, aperos ĉi tie",
"Nothing shared yet" : "Nenio kunhavatas ankoraŭ",
"Files and folders you share will show up here" : "Dosieroj kaj dosierujoj, kiujn vi kunhavigas, aperos ĉi tie",
"No shared links" : "Neniu kunhavata ligilo",
"Files and folders you share by link will show up here" : "Dosieroj kaj dosierujoj, kiujn vi kunhavigas per ligilo, aperos ĉi tie",
"Do you want to add the remote share {name} from {owner}@{remote}?" : "Ĉu vi volas aldoni la foran kunhavon {name} de {owner}@{remote}?",
"Remote share" : "Fora kunhavo",
"Remote share password" : "Pasvorto de fora kunhavo",
"Cancel" : "Nuligi",
"Add remote share" : "Aldoni foran kunhavon",
"No deleted shares" : "Neniu forigita kunhavigo",
"Shares you deleted will show up here" : "Kunhavoj, kiujn vi forigis, aperos ĉi tie",
"No shares" : "Neniu kunhavo",
"Shares will show up here" : "Kunhavoj aperos ĉi tie",
"Restore share" : "Restaŭri kunhavon",
"Something happened. Unable to restore the share." : "Io okazis. Ne eblis restaŭri la kunhavon. ",
"Move or copy" : "Movi aŭ kopii",
"Download" : "Elŝuti",
"Delete" : "Forigi",
"You can upload into this folder" : "Vi povas alŝuti en ĉi tiun dosierujon",
"No ownCloud installation (7 or higher) found at {remote}" : "Ne troviĝis instalo de ownCloud (7 aŭ pli alta) ĉe {remote}",
"Invalid ownCloud url" : "Nevalidas URL de ownCloud",
"Terms of service" : "Kondiĉoj de uzado",
"No compatible server found at {remote}" : "Neniu kongrua servilo trovita je {remote}",
"Invalid server URL" : "Nevalida servila retadreso",
"Failed to add the public link to your Nextcloud" : "Ne eblis aldoni la publikan ligilon al via Nextcloud",
"Share" : "Kunhavigi",
"No expiration date set" : "Neniu limdato agordita",
"Shared by" : "Kunhavigita de",
"Sharing" : "Kunhavigo",
"A file or folder has been <strong>shared</strong>" : "Dosiero aŭ dosierujo <strong>kunhaviĝis</strong>",
"A file or folder was shared from <strong>another server</strong>" : "Dosiero aŭ dosierujo kunhaviĝis el <strong>alia servilo</strong>",
"A public shared file or folder was <strong>downloaded</strong>" : "Publike kunhavita dosiero aŭ dosierujo <strong>elŝutiĝis</strong>",
"You received a new remote share %2$s from %1$s" : "Vi ricevis novan foran kunhavon %2$s de %1$s",
"You received a new remote share from %s" : "Vi ricevis novan foran kunhavon de %s",
"%1$s accepted remote share %2$s" : "%1$s akceptis foran kunhavon %2$s",
"%1$s declined remote share %2$s" : "%1$s malakceptis foran kunhavon %2$s",
"%1$s unshared %2$s from you" : "%1$s malkunhavigis %2$s el vi",
"Public shared folder %1$s was downloaded" : "La publika kunhavata dosierujo %1$s elŝutiĝis",
"Public shared file %1$s was downloaded" : "La publika kunhavata dosiero %1$s elŝutiĝis",
"You shared %1$s with %2$s" : "Vi kunhavigis %1$s kun %2$s",
"You removed the share of %2$s for %1$s" : "Vi malkunhavigis %1$s kun %2$s",
"%2$s removed the share of %3$s for %1$s" : "%2$s malkunhavigis %1$s kun %3$s",
"You shared %1$s with group %2$s" : "Vi kunhavigis %1$s kun la grupo %2$s",
"%2$s shared %1$s with group %3$s" : "%2$s kunhavigis %1$s kun grupo %3$s",
"You removed the share of group %2$s for %1$s" : "Vi malkunhavigis %1$s kun grupo %2$s",
"%2$s removed the share of group %3$s for %1$s" : "%2$s malkunhavigis %1$s kun grupo %3$s",
"%2$s shared %1$s via link" : "%2$s kunhavigis %1$s ligile",
"You shared %1$s via link" : "Vi kunhavigis %1$s per ligilo",
"You removed the public link for %1$s" : "Vi forigis la publikan ligilon por %1$s",
"%2$s shared %1$s with you" : "%2$s kunhavigis %1$s kun vi",
"%2$s removed the share for %1$s" : "%2$s forigis la kunhavon kun %1$s",
"File shares" : "Dosieraj kunhavoj",
"Downloaded via public link" : "Elŝutita per publika ligilo",
"Shared with %2$s" : "Kunhavata kun %2$s",
"Shared with %3$s by %2$s" : "Kunhavata kun %3$s de %2$s",
"Removed share for %2$s" : "Foriĝis kunhavo kun %2$s",
"%2$s removed share for %3$s" : "%2$s forigis kunhavon kun %3$s",
"Shared with group %2$s" : "Kunhavata kun grupo %2$s",
"Shared with group %3$s by %2$s" : "Kunhavata kun grupo %3$s de %2$s",
"Removed share of group %2$s" : "Foriĝis kunhavo kun grupo %2$s",
"%2$s removed share of group %3$s" : "%2$s forigis kunhavon kun grupo %3$s",
"Shared via link by %2$s" : "Kunhavata ligile de %2$s",
"Shared via public link" : "Kunhavata publikligile",
"Downloaded by {email}" : "Elŝutita de {email}",
"{file} downloaded via public link" : "{file} elŝutita per publika ligilo",
"{email} downloaded {file}" : "{email} elŝutis la dosieron {file}",
"Shared with group {group}" : "Kunhavata kun grupo {group}",
"Removed share for group {group}" : "Foriĝis kunhavo kun grupo {group}",
"You shared {file} with group {group}" : "Vi kunhavigis {file} kun grupo {group}",
"You removed group {group} from {file}" : "Vi forigis grupon {group} el {file}",
"{actor} shared {file} with group {group}" : "{actor} kunhavigis dosieron {file} kun grupo {group}",
"{actor} removed group {group} from {file}" : "{actor} forigis grupon {group} el dosiero {file}",
"Shared as public link" : "Kunhavigita per publika ligilo",
"Removed public link" : "Foriĝis publika ligilo",
"%2$s removed public link" : "%2$s forigis publikan ligilon",
"Shared by %2$s" : "Kunhavigata de %2$s",
"Shares" : "Kunhavoj",
"This share is password-protected" : "Ĉi tiu kunhavigo estas protektata per pasvorto",
"The password is wrong. Try again." : "La pasvorto malĝustas. Provu denove.",
"Password" : "Pasvorto",
"Public link expired" : "Publika ligilo senvalidiĝis",
"Public link of {actor} expired" : "Publika ligilo de {actor} senvalidiĝis",
"You shared {file} as public link" : "Vi kunhavigis dosieron {file} kiel publika ligilo",
"You removed public link for {file}" : "Vi forigis publikan ligilon por {file}",
"Public link expired for {file}" : "Publika ligilo de dosiero {file} senvalidiĝis",
"A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "Dosiero aŭ dosierujo kunhavigita per retpoŝte aŭ publika ligilo <strong>elŝutiĝis</strong>",
"A file or folder was shared from <strong>another server</strong>" : "Dosiero aŭ dosierujo kunhaviĝis el <strong>alia servilo</strong>",
"A file or folder has been <strong>shared</strong>" : "Dosiero aŭ dosierujo <strong>kunhaviĝis</strong>",
"Wrong share ID, share doesn't exist" : "Neĝusta kunhava identigilo, kunhavo ne ekzistas",
"could not delete share" : "ne eblis forigi kunhavon",
"Could not delete share" : "Ne eblis forigi kunhavon",
"Please specify a file or folder path" : "Bv. entajpi vojon al dosiero aŭ dosierujo",
"Wrong path, file/folder doesn't exist" : "Neĝusta vojo, dosiero aŭ dosierujo ne ekzistas",
"Could not create share" : "Ne eblis krei kunhavon",
"invalid permissions" : "nevalidaj permesoj",
"Please specify a valid user" : "Bv. doni validan uzanton",
"Group sharing is disabled by the administrator" : "Grup-kunhavigon malebligis la administranto",
"Please specify a valid group" : "Bv. doni validan grupon",
"Public link sharing is disabled by the administrator" : "Kunhavigon per publika ligilo malebligis la administranto",
"Public upload disabled by the administrator" : "Publikan alŝuton malebligis la administranto",
"Public upload is only possible for publicly shared folders" : "Publika alŝuto eblas nur por publike kunhavigitaj dosierujoj",
"Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Kunhavigo de %s per sendado de la pasvorto per „Nextcloud Talk“ malsukcesis, ĉar Nextcloud Talk ne estas ebligita.",
"Invalid date, date format must be YYYY-MM-DD" : "Nevalida dato; datoformo estu JJJJ-MM-TT",
"Sharing %1$s failed because the back end does not allow shares from type %2$s" : "Kunhavigo de %1$s malsukcesis, ĉar la servilo ne permesas kunhavon de tipo %2$s",
"You cannot share to a Circle if the app is not enabled" : "Vi ne povas kunhavigi per Rondo, se la aplikaĵo „Rondo“ ne estas ebligita",
"Please specify a valid circle" : "Bv. doni validan rondon",
"Sharing %s failed because the back end does not support room shares" : "Kunhavigo de %s malsukcesis, ĉar la servilo ne subtenas kunhavon de ĉambro",
"Unknown share type" : "Nekonata kunhava tipo",
"Not a directory" : "Ne estas dosierujo",
"Could not lock path" : "Ne eblis ŝlosi vojon",
"Wrong or no update parameter given" : "Neniu aŭ neĝusta ĝisdatiga parametro donita",
"Can't change permissions for public share links" : "Ne eblas ŝanĝi permesojn por ligilo de publika kunhavo",
"Sharing sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Kunhavigo per sendado de la pasvorto per „Nextcloud Talk“ malsukcesis, ĉar Nextcloud Talk ne estas ebligita",
"Cannot increase permissions" : "Ne eblas pliigi permesojn",
"shared by %s" : "kunhavigita de %s",
"Download all files" : "Elŝuti ĉiujn dosierojn",
"Direct link" : "Direkta ligilo",
"Add to your Nextcloud" : "Aldoni al via Nextcloud",
"Share API is disabled" : "Kunhavo-API estas malebligita",
"File sharing" : "Kunhavigo de dosieroj",
"This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Tiu aplikaĵo ebligas al uzantoj kunhavigi dosieroj ene de Nextcloud. Se ebligita, la administranto povas elekti, kiuj grupoj povas kunhavigi dosierojn. Tiam, uzantoj povas kunhavigi dosierojn kaj dosierujojn kun aliaj uzantoj kaj grupoj ene de Nextcloud. Cetere, se la administranto permesas kunhavigi ligilojn, ekstera ligilo uzeblas por kunhavigi dosieroj kun aliaj uzantoj ekster Nextcloud. Administrantoj povas ankaŭ devigi uzon de pasvortoj, limdatoj, kaj permesi servil-al-servila kunhavigon per kunhaviga ligilo, kaj kunhavigon el porteblaj aparatoj.\nMalebligi tiun funkcion forigas kunhavigitajn dosierojn kaj dosierujon el la servilo por ĉiuj kunhavaj ricevantoj, kaj ankaŭ por la sinkronigaj klientoj kaj la porteblaj aplikaĵoj. Pli da informoj en la dokumentaro de Nextcloud.",
"No entries found in this folder" : "Neniu enigo troviĝis en ĉi tiu dosierujo",
"Name" : "Nomo",
"Share time" : "Kunhavotempo",
"Expiration date" : "Limdato",
"Sorry, this link doesnt seem to work anymore." : "Pardonu, ĉi tiu ligilo ŝajne ne plu funkcias.",
"Reasons might be:" : "Kialoj povas esti:",
"the item was removed" : "la ero foriĝis",
"the link expired" : "la ligilo eksvalidiĝis",
"sharing is disabled" : "kunhavigo malkapablas",
"For more info, please ask the person who sent this link." : "Por plia informo, bonvolu peti al la persono, kiu sendis ĉi tiun ligilon.",
"Add to your ownCloud" : "Aldoni al via ownCloud",
"Download" : "Elŝuti",
"Share note" : "Kunhavigo noton",
"Toggle grid view" : "Baskuligi kradan vidon",
"Download %s" : "Elŝuti %s",
"Direct link" : "Direkta ligilo"
"Upload files to %s" : "Alŝuti dosierojn al %s",
"Note" : "Noto",
"Select or drop files" : "Elekti aŭ demeti dosierojn",
"Uploading files…" : "Alŝutante dosierojn...",
"Uploaded files:" : "Alŝutitaj dosieroj:",
"By uploading files, you agree to the %1$sterms of service%2$s." : "Se vi alŝutas dosierojn, vi konsentas pri %1$skondiĉoj de uzado%2$s.",
"Sharing %s failed because the back end does not allow shares from type %s" : "Kunhavigo de %s malsukcesis, ĉar la servilo ne permesas kunhavon de tipo %s",
"This share is password-protected" : "Ĉi tiu kunhavigo estas protektata per pasvorto",
"The password is wrong. Try again." : "La pasvorto malĝustas. Provu denove.",
"Password" : "Pasvorto"
},
"nplurals=2; plural=(n != 1);");

View File

@ -1,80 +1,109 @@
{ "translations": {
"Server to server sharing is not enabled on this server" : "Interservila kunhavo ne kapabliĝis en ĉi tiu servilo",
"Not allowed to create a federated share with the same user server" : "Ne kreeblas federa kunhavo per la sama uzantoservilo",
"Invalid or untrusted SSL certificate" : "SSL-atestilo ne validas aŭ ne fidindas",
"Storage not valid" : "Memoro ne validas",
"Couldn't add remote share" : "Ne aldoneblas fora kunhavo",
"Shared with you" : "Kunhavata kun vi",
"Shared with others" : "Kunhavata kun aliaj",
"Shared with you" : "Kunhavata kun vi",
"Shared by link" : "Kunhavata per ligilo",
"Deleted shares" : "Forigitaj kunhavigoj",
"Shares" : "Kunhavoj",
"Nothing shared with you yet" : "Nenio kunhavatas kun vi ankoraŭ",
"Files and folders others share with you will show up here" : "Dosieroj kaj dosierujoj, kiujn aliuloj kunhavigas, aperos ĉi tie",
"Nothing shared yet" : "Nenio kunhavatas ankoraŭ",
"Files and folders you share will show up here" : "Dosieroj kaj dosierujoj, kiujn vi kunhavigas, aperos ĉi tie",
"No shared links" : "Neniu kunhavata ligilo",
"Files and folders you share by link will show up here" : "Dosieroj kaj dosierujoj, kiujn vi kunhavigas per ligilo, aperos ĉi tie",
"Do you want to add the remote share {name} from {owner}@{remote}?" : "Ĉu vi volas aldoni la foran kunhavon {name} de {owner}@{remote}?",
"Remote share" : "Fora kunhavo",
"Remote share password" : "Pasvorto de fora kunhavo",
"Cancel" : "Nuligi",
"Add remote share" : "Aldoni foran kunhavon",
"No deleted shares" : "Neniu forigita kunhavigo",
"Shares you deleted will show up here" : "Kunhavoj, kiujn vi forigis, aperos ĉi tie",
"No shares" : "Neniu kunhavo",
"Shares will show up here" : "Kunhavoj aperos ĉi tie",
"Restore share" : "Restaŭri kunhavon",
"Something happened. Unable to restore the share." : "Io okazis. Ne eblis restaŭri la kunhavon. ",
"Move or copy" : "Movi aŭ kopii",
"Download" : "Elŝuti",
"Delete" : "Forigi",
"You can upload into this folder" : "Vi povas alŝuti en ĉi tiun dosierujon",
"No ownCloud installation (7 or higher) found at {remote}" : "Ne troviĝis instalo de ownCloud (7 aŭ pli alta) ĉe {remote}",
"Invalid ownCloud url" : "Nevalidas URL de ownCloud",
"Terms of service" : "Kondiĉoj de uzado",
"No compatible server found at {remote}" : "Neniu kongrua servilo trovita je {remote}",
"Invalid server URL" : "Nevalida servila retadreso",
"Failed to add the public link to your Nextcloud" : "Ne eblis aldoni la publikan ligilon al via Nextcloud",
"Share" : "Kunhavigi",
"No expiration date set" : "Neniu limdato agordita",
"Shared by" : "Kunhavigita de",
"Sharing" : "Kunhavigo",
"A file or folder has been <strong>shared</strong>" : "Dosiero aŭ dosierujo <strong>kunhaviĝis</strong>",
"A file or folder was shared from <strong>another server</strong>" : "Dosiero aŭ dosierujo kunhaviĝis el <strong>alia servilo</strong>",
"A public shared file or folder was <strong>downloaded</strong>" : "Publike kunhavita dosiero aŭ dosierujo <strong>elŝutiĝis</strong>",
"You received a new remote share %2$s from %1$s" : "Vi ricevis novan foran kunhavon %2$s de %1$s",
"You received a new remote share from %s" : "Vi ricevis novan foran kunhavon de %s",
"%1$s accepted remote share %2$s" : "%1$s akceptis foran kunhavon %2$s",
"%1$s declined remote share %2$s" : "%1$s malakceptis foran kunhavon %2$s",
"%1$s unshared %2$s from you" : "%1$s malkunhavigis %2$s el vi",
"Public shared folder %1$s was downloaded" : "La publika kunhavata dosierujo %1$s elŝutiĝis",
"Public shared file %1$s was downloaded" : "La publika kunhavata dosiero %1$s elŝutiĝis",
"You shared %1$s with %2$s" : "Vi kunhavigis %1$s kun %2$s",
"You removed the share of %2$s for %1$s" : "Vi malkunhavigis %1$s kun %2$s",
"%2$s removed the share of %3$s for %1$s" : "%2$s malkunhavigis %1$s kun %3$s",
"You shared %1$s with group %2$s" : "Vi kunhavigis %1$s kun la grupo %2$s",
"%2$s shared %1$s with group %3$s" : "%2$s kunhavigis %1$s kun grupo %3$s",
"You removed the share of group %2$s for %1$s" : "Vi malkunhavigis %1$s kun grupo %2$s",
"%2$s removed the share of group %3$s for %1$s" : "%2$s malkunhavigis %1$s kun grupo %3$s",
"%2$s shared %1$s via link" : "%2$s kunhavigis %1$s ligile",
"You shared %1$s via link" : "Vi kunhavigis %1$s per ligilo",
"You removed the public link for %1$s" : "Vi forigis la publikan ligilon por %1$s",
"%2$s shared %1$s with you" : "%2$s kunhavigis %1$s kun vi",
"%2$s removed the share for %1$s" : "%2$s forigis la kunhavon kun %1$s",
"File shares" : "Dosieraj kunhavoj",
"Downloaded via public link" : "Elŝutita per publika ligilo",
"Shared with %2$s" : "Kunhavata kun %2$s",
"Shared with %3$s by %2$s" : "Kunhavata kun %3$s de %2$s",
"Removed share for %2$s" : "Foriĝis kunhavo kun %2$s",
"%2$s removed share for %3$s" : "%2$s forigis kunhavon kun %3$s",
"Shared with group %2$s" : "Kunhavata kun grupo %2$s",
"Shared with group %3$s by %2$s" : "Kunhavata kun grupo %3$s de %2$s",
"Removed share of group %2$s" : "Foriĝis kunhavo kun grupo %2$s",
"%2$s removed share of group %3$s" : "%2$s forigis kunhavon kun grupo %3$s",
"Shared via link by %2$s" : "Kunhavata ligile de %2$s",
"Shared via public link" : "Kunhavata publikligile",
"Downloaded by {email}" : "Elŝutita de {email}",
"{file} downloaded via public link" : "{file} elŝutita per publika ligilo",
"{email} downloaded {file}" : "{email} elŝutis la dosieron {file}",
"Shared with group {group}" : "Kunhavata kun grupo {group}",
"Removed share for group {group}" : "Foriĝis kunhavo kun grupo {group}",
"You shared {file} with group {group}" : "Vi kunhavigis {file} kun grupo {group}",
"You removed group {group} from {file}" : "Vi forigis grupon {group} el {file}",
"{actor} shared {file} with group {group}" : "{actor} kunhavigis dosieron {file} kun grupo {group}",
"{actor} removed group {group} from {file}" : "{actor} forigis grupon {group} el dosiero {file}",
"Shared as public link" : "Kunhavigita per publika ligilo",
"Removed public link" : "Foriĝis publika ligilo",
"%2$s removed public link" : "%2$s forigis publikan ligilon",
"Shared by %2$s" : "Kunhavigata de %2$s",
"Shares" : "Kunhavoj",
"This share is password-protected" : "Ĉi tiu kunhavigo estas protektata per pasvorto",
"The password is wrong. Try again." : "La pasvorto malĝustas. Provu denove.",
"Password" : "Pasvorto",
"Public link expired" : "Publika ligilo senvalidiĝis",
"Public link of {actor} expired" : "Publika ligilo de {actor} senvalidiĝis",
"You shared {file} as public link" : "Vi kunhavigis dosieron {file} kiel publika ligilo",
"You removed public link for {file}" : "Vi forigis publikan ligilon por {file}",
"Public link expired for {file}" : "Publika ligilo de dosiero {file} senvalidiĝis",
"A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "Dosiero aŭ dosierujo kunhavigita per retpoŝte aŭ publika ligilo <strong>elŝutiĝis</strong>",
"A file or folder was shared from <strong>another server</strong>" : "Dosiero aŭ dosierujo kunhaviĝis el <strong>alia servilo</strong>",
"A file or folder has been <strong>shared</strong>" : "Dosiero aŭ dosierujo <strong>kunhaviĝis</strong>",
"Wrong share ID, share doesn't exist" : "Neĝusta kunhava identigilo, kunhavo ne ekzistas",
"could not delete share" : "ne eblis forigi kunhavon",
"Could not delete share" : "Ne eblis forigi kunhavon",
"Please specify a file or folder path" : "Bv. entajpi vojon al dosiero aŭ dosierujo",
"Wrong path, file/folder doesn't exist" : "Neĝusta vojo, dosiero aŭ dosierujo ne ekzistas",
"Could not create share" : "Ne eblis krei kunhavon",
"invalid permissions" : "nevalidaj permesoj",
"Please specify a valid user" : "Bv. doni validan uzanton",
"Group sharing is disabled by the administrator" : "Grup-kunhavigon malebligis la administranto",
"Please specify a valid group" : "Bv. doni validan grupon",
"Public link sharing is disabled by the administrator" : "Kunhavigon per publika ligilo malebligis la administranto",
"Public upload disabled by the administrator" : "Publikan alŝuton malebligis la administranto",
"Public upload is only possible for publicly shared folders" : "Publika alŝuto eblas nur por publike kunhavigitaj dosierujoj",
"Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Kunhavigo de %s per sendado de la pasvorto per „Nextcloud Talk“ malsukcesis, ĉar Nextcloud Talk ne estas ebligita.",
"Invalid date, date format must be YYYY-MM-DD" : "Nevalida dato; datoformo estu JJJJ-MM-TT",
"Sharing %1$s failed because the back end does not allow shares from type %2$s" : "Kunhavigo de %1$s malsukcesis, ĉar la servilo ne permesas kunhavon de tipo %2$s",
"You cannot share to a Circle if the app is not enabled" : "Vi ne povas kunhavigi per Rondo, se la aplikaĵo „Rondo“ ne estas ebligita",
"Please specify a valid circle" : "Bv. doni validan rondon",
"Sharing %s failed because the back end does not support room shares" : "Kunhavigo de %s malsukcesis, ĉar la servilo ne subtenas kunhavon de ĉambro",
"Unknown share type" : "Nekonata kunhava tipo",
"Not a directory" : "Ne estas dosierujo",
"Could not lock path" : "Ne eblis ŝlosi vojon",
"Wrong or no update parameter given" : "Neniu aŭ neĝusta ĝisdatiga parametro donita",
"Can't change permissions for public share links" : "Ne eblas ŝanĝi permesojn por ligilo de publika kunhavo",
"Sharing sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Kunhavigo per sendado de la pasvorto per „Nextcloud Talk“ malsukcesis, ĉar Nextcloud Talk ne estas ebligita",
"Cannot increase permissions" : "Ne eblas pliigi permesojn",
"shared by %s" : "kunhavigita de %s",
"Download all files" : "Elŝuti ĉiujn dosierojn",
"Direct link" : "Direkta ligilo",
"Add to your Nextcloud" : "Aldoni al via Nextcloud",
"Share API is disabled" : "Kunhavo-API estas malebligita",
"File sharing" : "Kunhavigo de dosieroj",
"This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Tiu aplikaĵo ebligas al uzantoj kunhavigi dosieroj ene de Nextcloud. Se ebligita, la administranto povas elekti, kiuj grupoj povas kunhavigi dosierojn. Tiam, uzantoj povas kunhavigi dosierojn kaj dosierujojn kun aliaj uzantoj kaj grupoj ene de Nextcloud. Cetere, se la administranto permesas kunhavigi ligilojn, ekstera ligilo uzeblas por kunhavigi dosieroj kun aliaj uzantoj ekster Nextcloud. Administrantoj povas ankaŭ devigi uzon de pasvortoj, limdatoj, kaj permesi servil-al-servila kunhavigon per kunhaviga ligilo, kaj kunhavigon el porteblaj aparatoj.\nMalebligi tiun funkcion forigas kunhavigitajn dosierojn kaj dosierujon el la servilo por ĉiuj kunhavaj ricevantoj, kaj ankaŭ por la sinkronigaj klientoj kaj la porteblaj aplikaĵoj. Pli da informoj en la dokumentaro de Nextcloud.",
"No entries found in this folder" : "Neniu enigo troviĝis en ĉi tiu dosierujo",
"Name" : "Nomo",
"Share time" : "Kunhavotempo",
"Expiration date" : "Limdato",
"Sorry, this link doesnt seem to work anymore." : "Pardonu, ĉi tiu ligilo ŝajne ne plu funkcias.",
"Reasons might be:" : "Kialoj povas esti:",
"the item was removed" : "la ero foriĝis",
"the link expired" : "la ligilo eksvalidiĝis",
"sharing is disabled" : "kunhavigo malkapablas",
"For more info, please ask the person who sent this link." : "Por plia informo, bonvolu peti al la persono, kiu sendis ĉi tiun ligilon.",
"Add to your ownCloud" : "Aldoni al via ownCloud",
"Download" : "Elŝuti",
"Share note" : "Kunhavigo noton",
"Toggle grid view" : "Baskuligi kradan vidon",
"Download %s" : "Elŝuti %s",
"Direct link" : "Direkta ligilo"
"Upload files to %s" : "Alŝuti dosierojn al %s",
"Note" : "Noto",
"Select or drop files" : "Elekti aŭ demeti dosierojn",
"Uploading files…" : "Alŝutante dosierojn...",
"Uploaded files:" : "Alŝutitaj dosieroj:",
"By uploading files, you agree to the %1$sterms of service%2$s." : "Se vi alŝutas dosierojn, vi konsentas pri %1$skondiĉoj de uzado%2$s.",
"Sharing %s failed because the back end does not allow shares from type %s" : "Kunhavigo de %s malsukcesis, ĉar la servilo ne permesas kunhavon de tipo %s",
"This share is password-protected" : "Ĉi tiu kunhavigo estas protektata per pasvorto",
"The password is wrong. Try again." : "La pasvorto malĝustas. Provu denove.",
"Password" : "Pasvorto"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -4,14 +4,25 @@ OC.L10N.register(
"Shared with others" : "Compartido con outros",
"Shared with you" : "Compartido con vostede",
"Shared by link" : "Compartido por ligazón",
"Deleted shares" : "Recursos compartidos eliminados",
"Shares" : "Recursos compartidos",
"Nothing shared with you yet" : "Aínda non hai nada compartido con vostede.",
"Files and folders others share with you will show up here" : "Os ficheiros e cartafoles que outros compartan con vostede amosaranse aquí",
"Nothing shared yet" : "Aínda non hay nada compartido",
"Files and folders you share will show up here" : "Os ficheiros e cartafoles que comparta amosaranse aquí",
"No shared links" : "Non hai ligazóns compartidas",
"Files and folders you share by link will show up here" : "Os ficheiros e cartafoles que comparta por ligazón amosaranse aquí",
"No deleted shares" : "Non hai recursos compartidos eliminados",
"Shares you deleted will show up here" : "Os recursos compartidos eliminados amosaránse aquí",
"No shares" : "Ningún recurso compartido",
"Shares will show up here" : "Os recursos compartidos amosaránse aquí",
"Restore share" : "Restaurar recursos compartido",
"Something happened. Unable to restore the share." : "Algo aconteceu. Non é posíbel restaurar o recurso compartido",
"Move or copy" : "Mover ou copiar",
"Download" : "Descargar",
"Delete" : "Eliminar",
"You can upload into this folder" : "Pode envialo a este cartafol",
"Terms of service" : "Termos do servizo",
"No compatible server found at {remote}" : "Non se atopa un servidor compatíbel en {remote}",
"Invalid server URL" : "URL de servidor incorrecto",
"Failed to add the public link to your Nextcloud" : "Non foi posíbel engadir a ligazón pública ao seu Nextcloud",
@ -25,9 +36,9 @@ OC.L10N.register(
"{file} downloaded via public link" : "{file} descargado mediante unha ligazón pública",
"{email} downloaded {file}" : "{email} descargou {file}",
"Shared with group {group}" : "Compartido co grupo {group}",
"Removed share for group {group}" : "Retirar o compartido para o grupo {group}",
"Removed share for group {group}" : "Retirar o recurso compartido para o grupo {group}",
"{actor} shared with group {group}" : "{actor} compartiu co grupo {group}",
"{actor} removed share for group {group}" : "{actor} retirou o compartido para o grupo {group}",
"{actor} removed share for group {group}" : "{actor} retirou o recurso compartido para o grupo {group}",
"You shared {file} with group {group}" : "Vostede compartiu {file} co grupo {group}",
"You removed group {group} from {file}" : "Vostede retirou o grupo {group} de {file}",
"{actor} shared {file} with group {group}" : "{actor} compartiu {file} co grupo {group}",
@ -52,16 +63,21 @@ OC.L10N.register(
"{user} unshared {file} from you" : "{user} deixou de compartir {file} con vostede",
"Shared with {user}" : "Compartido con {user}",
"Removed share for {user}" : "Retirar o compartido para {user}",
"You removed yourself" : "Retirou a sí mesmo",
"{actor} removed themselves" : "{actor} foi retirado",
"{actor} shared with {user}" : "{actor} compartiu con {user}",
"{actor} removed share for {user}" : "{actor} retirou o compartido para {user}",
"Shared by {actor}" : "Compartido por {actor}",
"{actor} removed share" : "{actor} retirou o compartido",
"You shared {file} with {user}" : "Vostede compartiu {file} con {user}",
"You removed {user} from {file}" : "Vostede retirou a {user} de {file}",
"You removed yourself from {file}" : "Vostede retirouse a sí mesmo de {file}",
"{actor} removed themselves from {file}" : "{actor} foi retirado de {file}",
"{actor} shared {file} with {user}" : "{actor} compartiu {file} con {user}",
"{actor} removed {user} from {file}" : "{actor} retirou a {user} de {file}",
"{actor} shared {file} with you" : "{actor} compartiu {file} con vostede",
"A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "Foi <strong>descargado</strong> un ficheiro ou cartafol compartido por correo ou ligazón pública",
"{actor} removed you from the share named {file}" : "{actor} retirouno a vostede da compartició nomeada {file}",
"A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "Foi <strong>descargado</strong> un ficheiro ou cartafol compartido por correo ou ligazón pública",
"A file or folder was shared from <strong>another server</strong>" : "Compartiuse un ficheiro ou cartafol desde <strong>outro servidor</strong>",
"A file or folder has been <strong>shared</strong>" : "<strong>Compartiuse</strong> un ficheiro ou cartafol",
"Wrong share ID, share doesn't exist" : "O ID do recurso compartido non é correcto, o recurso compartido non existe",
@ -77,22 +93,29 @@ OC.L10N.register(
"Public link sharing is disabled by the administrator" : "Compartir por ligazón pública foi desactivado polo administrador",
"Public upload disabled by the administrator" : "O envío público foi desactivado polo administrador",
"Public upload is only possible for publicly shared folders" : "O envío público só é posíbel para aos cartafoles públicos compartidos",
"Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Compartir %s enviando o contrasinal por Nextcloud Talk fallou porque Nextcloud Talk non está activado",
"Invalid date, date format must be YYYY-MM-DD" : "Data incorrecta, o formato da date debe ser AAAA-MM-DD",
"Sharing %1$s failed because the back end does not allow shares from type %2$s" : "Fallou a compartición de %1$s, xa que a infraestrutura non permite accións do tipo %2$s",
"You cannot share to a Circle if the app is not enabled" : "Vostede non pode compartir para un Circulo se a aplicación non esta activada",
"Please specify a valid circle" : "Especifique un circulo correcto",
"Sharing %s failed because the back end does not support room shares" : "Fallou a compartición de %s, xa que a infraestrutura non admite salas compartidas",
"Unknown share type" : "Tipo descoñecido de recurso compartido",
"Not a directory" : "Non é un directorio",
"Could not lock path" : "Non foi posíbel bloquear a ruta",
"Wrong or no update parameter given" : "Parámetro incorrecto ou non actualizado",
"Can't change permissions for public share links" : "Non é posíbel cambiar os permisos das ligazóns de recursos compartidos públicos",
"Sharing sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Compartir enviando o contrasinal por Nextcloud Talk fallou porque Nextcloud Talk non está activado",
"Cannot increase permissions" : "Non é posíbel aumentar os permisos",
"shared by %s" : "compartido por %s",
"Download all files" : "Descargar todos os ficheiros",
"Direct link" : "Ligazón directa",
"Add to your Nextcloud" : "Engadir ao seu Nextcloud",
"Share API is disabled" : "A API de compartición foi desactivada",
"File sharing" : "Compartición de ficheiros",
"This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Esta aplicación permítelle aos usuarios compartir ficheiros dentro de Nextcloud. Se o activa, o administrador pode escoller que grupos poden compartir fiheiros. Os usuarios implicados poderán compartir ficheiros e cartafoles con outros usuarios e grupos dentro do Nextcloud. Ademais, se o administrador activa a característica de ligazón compartida, pode empregarse unha ligazón externa para compartir ficheiros con outros usuarios fora do Nextcloud. Os administradores poden obrigar a usar contrasinais ou datas de caducidade e activar a compartición de servidor a servidor mediante ligazóns compartidas, así como compartir desde dispositivos móbiles.\nDesactivar esta característica elimina os ficheiros compartidos e os cartafoles no servidor, para todos los receptores, e tamén dos clientes de sincronización e móbiles. Ten dispoñíbel máis información na documentación do Nextcloud.",
"No entries found in this folder" : "Non se atoparon entradas neste cartafol",
"Name" : "Nome",
"Share time" : "Compartir o tempo",
"Share time" : "Compartido vai",
"Expiration date" : "Data de caducidade",
"Sorry, this link doesnt seem to work anymore." : "Semella que esta ligazón non funciona.",
"Reasons might be:" : "As razóns poderían ser:",
@ -100,11 +123,15 @@ OC.L10N.register(
"the link expired" : "a ligazón caducou",
"sharing is disabled" : "foi desactivada a compartición",
"For more info, please ask the person who sent this link." : "Para obter máis información, pregúntelle á persoa que lle enviou a ligazón.",
"Share note" : "Compartir nota",
"Toggle grid view" : "Alternar a vista de grella",
"Download %s" : "Descargar %s",
"Upload files to %s" : "Enviar ficheiros a %s",
"Note" : "Nota",
"Select or drop files" : "Seleccione ou arrastre e solte ficheiros",
"Uploading files…" : "Enviando ficheiros…",
"Uploaded files:" : "Ficheiros enviados:",
"By uploading files, you agree to the %1$sterms of service%2$s." : "Ao enviar ficheiros acepta os %1$s termos do servizo %2$s.",
"Sharing %s failed because the back end does not allow shares from type %s" : "Fallou a compartición de %s, xa que a infraestrutura non permite accións do tipo %s",
"This share is password-protected" : "Esta compartición está protexida con contrasinal",
"The password is wrong. Try again." : "O contrasinal é incorrecto. Ténteo de novo.",

View File

@ -2,14 +2,25 @@
"Shared with others" : "Compartido con outros",
"Shared with you" : "Compartido con vostede",
"Shared by link" : "Compartido por ligazón",
"Deleted shares" : "Recursos compartidos eliminados",
"Shares" : "Recursos compartidos",
"Nothing shared with you yet" : "Aínda non hai nada compartido con vostede.",
"Files and folders others share with you will show up here" : "Os ficheiros e cartafoles que outros compartan con vostede amosaranse aquí",
"Nothing shared yet" : "Aínda non hay nada compartido",
"Files and folders you share will show up here" : "Os ficheiros e cartafoles que comparta amosaranse aquí",
"No shared links" : "Non hai ligazóns compartidas",
"Files and folders you share by link will show up here" : "Os ficheiros e cartafoles que comparta por ligazón amosaranse aquí",
"No deleted shares" : "Non hai recursos compartidos eliminados",
"Shares you deleted will show up here" : "Os recursos compartidos eliminados amosaránse aquí",
"No shares" : "Ningún recurso compartido",
"Shares will show up here" : "Os recursos compartidos amosaránse aquí",
"Restore share" : "Restaurar recursos compartido",
"Something happened. Unable to restore the share." : "Algo aconteceu. Non é posíbel restaurar o recurso compartido",
"Move or copy" : "Mover ou copiar",
"Download" : "Descargar",
"Delete" : "Eliminar",
"You can upload into this folder" : "Pode envialo a este cartafol",
"Terms of service" : "Termos do servizo",
"No compatible server found at {remote}" : "Non se atopa un servidor compatíbel en {remote}",
"Invalid server URL" : "URL de servidor incorrecto",
"Failed to add the public link to your Nextcloud" : "Non foi posíbel engadir a ligazón pública ao seu Nextcloud",
@ -23,9 +34,9 @@
"{file} downloaded via public link" : "{file} descargado mediante unha ligazón pública",
"{email} downloaded {file}" : "{email} descargou {file}",
"Shared with group {group}" : "Compartido co grupo {group}",
"Removed share for group {group}" : "Retirar o compartido para o grupo {group}",
"Removed share for group {group}" : "Retirar o recurso compartido para o grupo {group}",
"{actor} shared with group {group}" : "{actor} compartiu co grupo {group}",
"{actor} removed share for group {group}" : "{actor} retirou o compartido para o grupo {group}",
"{actor} removed share for group {group}" : "{actor} retirou o recurso compartido para o grupo {group}",
"You shared {file} with group {group}" : "Vostede compartiu {file} co grupo {group}",
"You removed group {group} from {file}" : "Vostede retirou o grupo {group} de {file}",
"{actor} shared {file} with group {group}" : "{actor} compartiu {file} co grupo {group}",
@ -50,16 +61,21 @@
"{user} unshared {file} from you" : "{user} deixou de compartir {file} con vostede",
"Shared with {user}" : "Compartido con {user}",
"Removed share for {user}" : "Retirar o compartido para {user}",
"You removed yourself" : "Retirou a sí mesmo",
"{actor} removed themselves" : "{actor} foi retirado",
"{actor} shared with {user}" : "{actor} compartiu con {user}",
"{actor} removed share for {user}" : "{actor} retirou o compartido para {user}",
"Shared by {actor}" : "Compartido por {actor}",
"{actor} removed share" : "{actor} retirou o compartido",
"You shared {file} with {user}" : "Vostede compartiu {file} con {user}",
"You removed {user} from {file}" : "Vostede retirou a {user} de {file}",
"You removed yourself from {file}" : "Vostede retirouse a sí mesmo de {file}",
"{actor} removed themselves from {file}" : "{actor} foi retirado de {file}",
"{actor} shared {file} with {user}" : "{actor} compartiu {file} con {user}",
"{actor} removed {user} from {file}" : "{actor} retirou a {user} de {file}",
"{actor} shared {file} with you" : "{actor} compartiu {file} con vostede",
"A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "Foi <strong>descargado</strong> un ficheiro ou cartafol compartido por correo ou ligazón pública",
"{actor} removed you from the share named {file}" : "{actor} retirouno a vostede da compartició nomeada {file}",
"A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "Foi <strong>descargado</strong> un ficheiro ou cartafol compartido por correo ou ligazón pública",
"A file or folder was shared from <strong>another server</strong>" : "Compartiuse un ficheiro ou cartafol desde <strong>outro servidor</strong>",
"A file or folder has been <strong>shared</strong>" : "<strong>Compartiuse</strong> un ficheiro ou cartafol",
"Wrong share ID, share doesn't exist" : "O ID do recurso compartido non é correcto, o recurso compartido non existe",
@ -75,22 +91,29 @@
"Public link sharing is disabled by the administrator" : "Compartir por ligazón pública foi desactivado polo administrador",
"Public upload disabled by the administrator" : "O envío público foi desactivado polo administrador",
"Public upload is only possible for publicly shared folders" : "O envío público só é posíbel para aos cartafoles públicos compartidos",
"Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Compartir %s enviando o contrasinal por Nextcloud Talk fallou porque Nextcloud Talk non está activado",
"Invalid date, date format must be YYYY-MM-DD" : "Data incorrecta, o formato da date debe ser AAAA-MM-DD",
"Sharing %1$s failed because the back end does not allow shares from type %2$s" : "Fallou a compartición de %1$s, xa que a infraestrutura non permite accións do tipo %2$s",
"You cannot share to a Circle if the app is not enabled" : "Vostede non pode compartir para un Circulo se a aplicación non esta activada",
"Please specify a valid circle" : "Especifique un circulo correcto",
"Sharing %s failed because the back end does not support room shares" : "Fallou a compartición de %s, xa que a infraestrutura non admite salas compartidas",
"Unknown share type" : "Tipo descoñecido de recurso compartido",
"Not a directory" : "Non é un directorio",
"Could not lock path" : "Non foi posíbel bloquear a ruta",
"Wrong or no update parameter given" : "Parámetro incorrecto ou non actualizado",
"Can't change permissions for public share links" : "Non é posíbel cambiar os permisos das ligazóns de recursos compartidos públicos",
"Sharing sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Compartir enviando o contrasinal por Nextcloud Talk fallou porque Nextcloud Talk non está activado",
"Cannot increase permissions" : "Non é posíbel aumentar os permisos",
"shared by %s" : "compartido por %s",
"Download all files" : "Descargar todos os ficheiros",
"Direct link" : "Ligazón directa",
"Add to your Nextcloud" : "Engadir ao seu Nextcloud",
"Share API is disabled" : "A API de compartición foi desactivada",
"File sharing" : "Compartición de ficheiros",
"This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Esta aplicación permítelle aos usuarios compartir ficheiros dentro de Nextcloud. Se o activa, o administrador pode escoller que grupos poden compartir fiheiros. Os usuarios implicados poderán compartir ficheiros e cartafoles con outros usuarios e grupos dentro do Nextcloud. Ademais, se o administrador activa a característica de ligazón compartida, pode empregarse unha ligazón externa para compartir ficheiros con outros usuarios fora do Nextcloud. Os administradores poden obrigar a usar contrasinais ou datas de caducidade e activar a compartición de servidor a servidor mediante ligazóns compartidas, así como compartir desde dispositivos móbiles.\nDesactivar esta característica elimina os ficheiros compartidos e os cartafoles no servidor, para todos los receptores, e tamén dos clientes de sincronización e móbiles. Ten dispoñíbel máis información na documentación do Nextcloud.",
"No entries found in this folder" : "Non se atoparon entradas neste cartafol",
"Name" : "Nome",
"Share time" : "Compartir o tempo",
"Share time" : "Compartido vai",
"Expiration date" : "Data de caducidade",
"Sorry, this link doesnt seem to work anymore." : "Semella que esta ligazón non funciona.",
"Reasons might be:" : "As razóns poderían ser:",
@ -98,11 +121,15 @@
"the link expired" : "a ligazón caducou",
"sharing is disabled" : "foi desactivada a compartición",
"For more info, please ask the person who sent this link." : "Para obter máis información, pregúntelle á persoa que lle enviou a ligazón.",
"Share note" : "Compartir nota",
"Toggle grid view" : "Alternar a vista de grella",
"Download %s" : "Descargar %s",
"Upload files to %s" : "Enviar ficheiros a %s",
"Note" : "Nota",
"Select or drop files" : "Seleccione ou arrastre e solte ficheiros",
"Uploading files…" : "Enviando ficheiros…",
"Uploaded files:" : "Ficheiros enviados:",
"By uploading files, you agree to the %1$sterms of service%2$s." : "Ao enviar ficheiros acepta os %1$s termos do servizo %2$s.",
"Sharing %s failed because the back end does not allow shares from type %s" : "Fallou a compartición de %s, xa que a infraestrutura non permite accións do tipo %s",
"This share is password-protected" : "Esta compartición está protexida con contrasinal",
"The password is wrong. Try again." : "O contrasinal é incorrecto. Ténteo de novo.",

View File

@ -71,6 +71,7 @@ OC.L10N.register(
"{actor} removed share" : "{actor} eltávolította a megosztást",
"You shared {file} with {user}" : "Megosztottad ezt: {file} vele: {user}",
"You removed {user} from {file}" : "Eltávolítottad ezt: {user} tőle: {file}",
"You removed yourself from {file}" : "Eltávolítottad magad innen: {file}",
"{actor} removed themselves from {file}" : "{actor} eltávolították magukat a {file}-ból",
"{actor} shared {file} with {user}" : "{actor} megosztotta ezt: {file} vele: {user}",
"{actor} removed {user} from {file}" : "{actor} eltávolította ezt: {user} innen: {file}",

View File

@ -69,6 +69,7 @@
"{actor} removed share" : "{actor} eltávolította a megosztást",
"You shared {file} with {user}" : "Megosztottad ezt: {file} vele: {user}",
"You removed {user} from {file}" : "Eltávolítottad ezt: {user} tőle: {file}",
"You removed yourself from {file}" : "Eltávolítottad magad innen: {file}",
"{actor} removed themselves from {file}" : "{actor} eltávolították magukat a {file}-ból",
"{actor} shared {file} with {user}" : "{actor} megosztotta ezt: {file} vele: {user}",
"{actor} removed {user} from {file}" : "{actor} eltávolította ezt: {user} innen: {file}",

View File

@ -124,7 +124,7 @@ OC.L10N.register(
"sharing is disabled" : "delen is uitgeschakeld",
"For more info, please ask the person who sent this link." : "Voor meer informatie, neem contact op met de persoon die u deze link heeft gestuurd.",
"Share note" : "Notitie delen",
"Toggle grid view" : "Omschakelen roosterbeeld",
"Toggle grid view" : "Omschakelen roosterweergave",
"Download %s" : "Download %s",
"Upload files to %s" : "Upload bestanden naar %s",
"Note" : "Notitie",

View File

@ -122,7 +122,7 @@
"sharing is disabled" : "delen is uitgeschakeld",
"For more info, please ask the person who sent this link." : "Voor meer informatie, neem contact op met de persoon die u deze link heeft gestuurd.",
"Share note" : "Notitie delen",
"Toggle grid view" : "Omschakelen roosterbeeld",
"Toggle grid view" : "Omschakelen roosterweergave",
"Download %s" : "Download %s",
"Upload files to %s" : "Upload bestanden naar %s",
"Note" : "Notitie",

View File

@ -119,7 +119,9 @@ class PublicPreviewController extends PublicShareController {
}
$f = $this->previewManager->getPreview($file, $x, $y, !$a);
return new FileDisplayResponse($f, Http::STATUS_OK, ['Content-Type' => $f->getMimeType()]);
$response = new FileDisplayResponse($f, Http::STATUS_OK, ['Content-Type' => $f->getMimeType()]);
$response->cacheFor(3600 * 24);
return $response;
} catch (NotFoundException $e) {
return new DataResponse([], Http::STATUS_NOT_FOUND);
} catch (\InvalidArgumentException $e) {
@ -166,7 +168,9 @@ class PublicPreviewController extends PublicShareController {
}
$f = $this->previewManager->getPreview($node, -1, -1, false);
return new FileDisplayResponse($f, Http::STATUS_OK, ['Content-Type' => $f->getMimeType()]);
$response = new FileDisplayResponse($f, Http::STATUS_OK, ['Content-Type' => $f->getMimeType()]);
$response->cacheFor(3600 * 24);
return $response;
} catch (NotFoundException $e) {
return new DataResponse([], Http::STATUS_NOT_FOUND);
} catch (\InvalidArgumentException $e) {

View File

@ -136,6 +136,7 @@ class PublicPreviewControllerTest extends TestCase {
$res = $this->controller->getPreview('token', 'file', 10, 10, true);
$expected = new FileDisplayResponse($preview, Http::STATUS_OK, ['Content-Type' => 'myMime']);
$expected->cacheFor(3600 * 24);
$this->assertEquals($expected, $res);
}
@ -190,6 +191,7 @@ class PublicPreviewControllerTest extends TestCase {
$res = $this->controller->getPreview('token', 'file', 10, 10, true);
$expected = new FileDisplayResponse($preview, Http::STATUS_OK, ['Content-Type' => 'myMime']);
$expected->cacheFor(3600 * 24);
$this->assertEquals($expected, $res);
}
}

View File

@ -13,6 +13,7 @@ OC.L10N.register(
"No entries found in this folder" : "Ez da sarrerarik aurkitu karpeta honetan",
"Select all" : "Hautatu dena",
"Name" : "Izena",
"Actions" : "Ekintzak",
"Deleted" : "Ezabatuta",
"Couldn't delete %s permanently" : "Ezin izan da %s betirako ezabatu",
"Couldn't restore %s" : "Ezin izan da %s berreskuratu",

View File

@ -11,6 +11,7 @@
"No entries found in this folder" : "Ez da sarrerarik aurkitu karpeta honetan",
"Select all" : "Hautatu dena",
"Name" : "Izena",
"Actions" : "Ekintzak",
"Deleted" : "Ezabatuta",
"Couldn't delete %s permanently" : "Ezin izan da %s betirako ezabatu",
"Couldn't restore %s" : "Ezin izan da %s berreskuratu",

View File

@ -4,15 +4,23 @@ OC.L10N.register(
"Deleted files" : "Ficheiros eliminados",
"Restore" : "Restaurar",
"Delete" : "Eliminar",
"Error while restoring file from trashbin" : "Produciuse un erro ao recuperar o ficheiro do lixo",
"Delete permanently" : "Eliminar permanentemente",
"Error while removing file from trashbin" : "Produciuse un erro ao retirar o ficheiro do lixo",
"Error while restoring files from trashbin" : "Produciuse un erro ao recuperar os ficheiros do lixo",
"Error while emptying trashbin" : "Produciuse un erro ao baleirar o lixo",
"Error while removing files from trashbin" : "Produciuse un erro ao retirar os ficheiro do lixo",
"This operation is forbidden" : "Esta operación está prohibida",
"This directory is unavailable, please check the logs or contact the administrator" : "Este directorio non está dispoñíbel, comprobe os rexistros ou póñase en contacto co administrador",
"restored" : "restaurado",
"This application enables users to restore files that were deleted from the system." : "Esta aplicación permítelle aos usuarios recuperar ficheiros que foron eliminados do sistema.",
"This application enables users to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the users file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent a user from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "Esta aplicación permítelle aos usuarios recuperar ficheiros que foron eliminados do sistema. Amosa unha lista dos ficheiros eliminados na interface web e dispón de opcións para restaurar eses ficheiros eliminados cara aos os directorios do usuario ou eliminalos permanentemente do sistema. Ao restaurar un ficheiro restauraranse tamén as versións do ficheiro relacionadas. Cando se elimina un ficheiro dunha compartición, non se pode restaurar do mesmo xeito, pois xa non será compartido. De xeito predeterminado, estes ficheiros permanecen no lixo durante 30 días.\nPara evitar que un usuario quede sen espazo de disco, a aplicación non empregará máis do 50% do espazo dispoñíbel en cada momento. Se os ficheiros borrados exceden este límite, a aplicación elimina os ficheiros máis antigos ata volver estar por baixo do límite. Ten máis información dispoñíbel na documentación de Ficheiros eliminados.",
"No deleted files" : "Non hai ficheiros eliminados",
"You will be able to recover deleted files from here" : "Poderá recuperar ficheiros borrados de aquí",
"No entries found in this folder" : "Non se atoparon entradas neste cartafol",
"Select all" : "Seleccionar todo",
"Name" : "Nome",
"Actions" : "Accións",
"Deleted" : "Eliminado",
"Couldn't delete %s permanently" : "Non foi posíbel eliminar %s de xeito permanente",
"Couldn't restore %s" : "Non foi posíbel restaurar %s",

View File

@ -2,15 +2,23 @@
"Deleted files" : "Ficheiros eliminados",
"Restore" : "Restaurar",
"Delete" : "Eliminar",
"Error while restoring file from trashbin" : "Produciuse un erro ao recuperar o ficheiro do lixo",
"Delete permanently" : "Eliminar permanentemente",
"Error while removing file from trashbin" : "Produciuse un erro ao retirar o ficheiro do lixo",
"Error while restoring files from trashbin" : "Produciuse un erro ao recuperar os ficheiros do lixo",
"Error while emptying trashbin" : "Produciuse un erro ao baleirar o lixo",
"Error while removing files from trashbin" : "Produciuse un erro ao retirar os ficheiro do lixo",
"This operation is forbidden" : "Esta operación está prohibida",
"This directory is unavailable, please check the logs or contact the administrator" : "Este directorio non está dispoñíbel, comprobe os rexistros ou póñase en contacto co administrador",
"restored" : "restaurado",
"This application enables users to restore files that were deleted from the system." : "Esta aplicación permítelle aos usuarios recuperar ficheiros que foron eliminados do sistema.",
"This application enables users to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the users file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent a user from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "Esta aplicación permítelle aos usuarios recuperar ficheiros que foron eliminados do sistema. Amosa unha lista dos ficheiros eliminados na interface web e dispón de opcións para restaurar eses ficheiros eliminados cara aos os directorios do usuario ou eliminalos permanentemente do sistema. Ao restaurar un ficheiro restauraranse tamén as versións do ficheiro relacionadas. Cando se elimina un ficheiro dunha compartición, non se pode restaurar do mesmo xeito, pois xa non será compartido. De xeito predeterminado, estes ficheiros permanecen no lixo durante 30 días.\nPara evitar que un usuario quede sen espazo de disco, a aplicación non empregará máis do 50% do espazo dispoñíbel en cada momento. Se os ficheiros borrados exceden este límite, a aplicación elimina os ficheiros máis antigos ata volver estar por baixo do límite. Ten máis información dispoñíbel na documentación de Ficheiros eliminados.",
"No deleted files" : "Non hai ficheiros eliminados",
"You will be able to recover deleted files from here" : "Poderá recuperar ficheiros borrados de aquí",
"No entries found in this folder" : "Non se atoparon entradas neste cartafol",
"Select all" : "Seleccionar todo",
"Name" : "Nome",
"Actions" : "Accións",
"Deleted" : "Eliminado",
"Couldn't delete %s permanently" : "Non foi posíbel eliminar %s de xeito permanente",
"Couldn't restore %s" : "Non foi posíbel restaurar %s",

View File

@ -5,6 +5,7 @@ OC.L10N.register(
"Failed to revert {file} to revision {timestamp}." : "Грешка при връщане на {file} към версия {timestamp}.",
"_%n byte_::_%n bytes_" : ["%n байт","%n байта"],
"Restore" : "Възтановяване",
"No other versions available" : "Няма версии",
"Could not revert: %s" : "Грешка при връщане: %s",
"No earlier versions available" : "Няма други налични по-ранни версии",
"More versions …" : "Още версии ..."

View File

@ -3,6 +3,7 @@
"Failed to revert {file} to revision {timestamp}." : "Грешка при връщане на {file} към версия {timestamp}.",
"_%n byte_::_%n bytes_" : ["%n байт","%n байта"],
"Restore" : "Възтановяване",
"No other versions available" : "Няма версии",
"Could not revert: %s" : "Грешка при връщане: %s",
"No earlier versions available" : "Няма други налични по-ранни версии",
"More versions …" : "Още версии ..."

View File

@ -5,8 +5,12 @@ OC.L10N.register(
"Failed to revert {file} to revision {timestamp}." : "Non foi posíbel reverter {file} á revisión {timestamp}.",
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
"Restore" : "Restaurar",
"No other versions available" : "Non hai outras versións dispoñíbeis",
"This application automatically maintains older versions of files that are changed." : "Esta aplicación mantén automaticamente versións antigas dos ficheiros que cambian.",
"This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every users directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesnt run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the users currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Esta aplicación mantén automaticamente versións antigas dos ficheiros que cambian. Ao activarse, crease un cartafol oculto de versións que se emprega para almacenar versións antigas de ficheiros. Un usuario pode reverter cara a unha versión anterior a través da interface web en calquera momento, co ficheiro substituído converténdose nunha versión. A aplicación manexa automaticamente o cartafol de versións para asegurarse de que o usuario non queda sen espazo por mor das versións.\n\t\tAdemais da caducidade de versións, a aplicación de versións asegurase de non empregar nunca máis do 50% do espazo libre actualmente dispoñíbel para un usuario. Se as versións almacenadas exceden este límite, a aplicación eliminará as versións máis antigas ata acadar este límite. Hai máis información dispoñíbel na documentación de Versións.",
"Could not revert: %s" : "Non foi posíbel reverter: %s",
"No earlier versions available" : "Non hai versións anteriores dispoñíbeis",
"More versions …" : "Máis versións ..."
"More versions …" : "Máis versións …",
"This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every users directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesnt run out of Quota because of versions.\nIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the users currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Esta aplicación mantén automaticamente versións antigas dos ficheiros que cambian. Ao activarse, crease un cartafol oculto de versións que se emprega para almacenar versións antigas de ficheiros. Un usuario pode reverter cara a unha versión anterior a través da interface web en calquera momento, co ficheiro reemplazado convertendose nunha versión. A aplicación manexa automaticamente o cartafol de versións para asegurarse de que o usuario non queda sen espazo por mor das versións.\nAdemais da caducidade de versións, a aplicación de versións asegurase de non empregar nunca máis do 50% do espazo libre actualmente dispoñíbel para un usuario. Se as versións almacenadas exceden este límite, a aplicación eliminará as versións máis antigas ata acadar este límite. Hai máis información dispoñíbel na documentación de Versións."
},
"nplurals=2; plural=(n != 1);");

View File

@ -3,8 +3,12 @@
"Failed to revert {file} to revision {timestamp}." : "Non foi posíbel reverter {file} á revisión {timestamp}.",
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
"Restore" : "Restaurar",
"No other versions available" : "Non hai outras versións dispoñíbeis",
"This application automatically maintains older versions of files that are changed." : "Esta aplicación mantén automaticamente versións antigas dos ficheiros que cambian.",
"This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every users directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesnt run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the users currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Esta aplicación mantén automaticamente versións antigas dos ficheiros que cambian. Ao activarse, crease un cartafol oculto de versións que se emprega para almacenar versións antigas de ficheiros. Un usuario pode reverter cara a unha versión anterior a través da interface web en calquera momento, co ficheiro substituído converténdose nunha versión. A aplicación manexa automaticamente o cartafol de versións para asegurarse de que o usuario non queda sen espazo por mor das versións.\n\t\tAdemais da caducidade de versións, a aplicación de versións asegurase de non empregar nunca máis do 50% do espazo libre actualmente dispoñíbel para un usuario. Se as versións almacenadas exceden este límite, a aplicación eliminará as versións máis antigas ata acadar este límite. Hai máis información dispoñíbel na documentación de Versións.",
"Could not revert: %s" : "Non foi posíbel reverter: %s",
"No earlier versions available" : "Non hai versións anteriores dispoñíbeis",
"More versions …" : "Máis versións ..."
"More versions …" : "Máis versións …",
"This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every users directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesnt run out of Quota because of versions.\nIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the users currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Esta aplicación mantén automaticamente versións antigas dos ficheiros que cambian. Ao activarse, crease un cartafol oculto de versións que se emprega para almacenar versións antigas de ficheiros. Un usuario pode reverter cara a unha versión anterior a través da interface web en calquera momento, co ficheiro reemplazado convertendose nunha versión. A aplicación manexa automaticamente o cartafol de versións para asegurarse de que o usuario non queda sen espazo por mor das versións.\nAdemais da caducidade de versións, a aplicación de versións asegurase de non empregar nunca máis do 50% do espazo libre actualmente dispoñíbel para un usuario. Se as versións almacenadas exceden este límite, a aplicación eliminará as versións máis antigas ata acadar este límite. Hai máis información dispoñíbel na documentación de Versións."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -9,6 +9,7 @@ OC.L10N.register(
"Secret" : "Μυστικό",
"Add client" : "Προσθήκη πελάτη",
"Add" : "Προσθήκη",
"Delete" : "Διαγραφή",
"OAuth 2.0 allows external services to request access to %s." : "Το OAuth 2.0 επιτρέπει σε εξωτερικές υπηρεσίες να ζητούν πρόσβαση στο %s σας."
},
"nplurals=2; plural=(n != 1);");

View File

@ -7,6 +7,7 @@
"Secret" : "Μυστικό",
"Add client" : "Προσθήκη πελάτη",
"Add" : "Προσθήκη",
"Delete" : "Διαγραφή",
"OAuth 2.0 allows external services to request access to %s." : "Το OAuth 2.0 επιτρέπει σε εξωτερικές υπηρεσίες να ζητούν πρόσβαση στο %s σας."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -1,6 +1,7 @@
OC.L10N.register(
"oauth2",
{
"OAuth 2.0" : "OAuth 2.0",
"OAuth 2.0 clients" : "OAuth 2.0-en bezeroak",
"Name" : "Izena",
"Redirection URI" : "Birbideraketaren URI",

View File

@ -1,4 +1,5 @@
{ "translations": {
"OAuth 2.0" : "OAuth 2.0",
"OAuth 2.0 clients" : "OAuth 2.0-en bezeroak",
"Name" : "Izena",
"Redirection URI" : "Birbideraketaren URI",

View File

@ -1,13 +1,21 @@
OC.L10N.register(
"oauth2",
{
"Your client is not authorized to connect. Please inform the administrator of your client." : "O seu cliente non ten autorización para conectarse. Informe do seu cliente ao administrador.",
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "o seu URL de redirección debe ser un URL completo, por exemplo: https://omeudominio.com/ruta",
"OAuth 2.0" : "OAuth 2.0",
"Allows OAuth2 compatible authentication from other web applications." : "Permite asautenticación compatíbel con OAuth2 dende otras aplicaciones web.",
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "A aplicación OAuth2 permítelle aos administradores configurar o fluxo de traballo de autenticación incorporado para permitir tamén autenticación compatíbel con OAuth2 dende outras aplicacións web.",
"OAuth 2.0 clients" : "Clientes OAuth 2.0",
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permítelle aos servizos externos solicitar acceso a {instanceName}.",
"Name" : "Nome",
"Redirection URI" : "URI de redireccionamento",
"Client Identifier" : "Identificador do cliente",
"Secret" : "Secreto",
"Add client" : "Engadir cliente",
"Add" : "Engadir"
"Add" : "Engadir",
"Show client secret" : "Amosar o secreto do cliente",
"Delete" : "Eliminar",
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 permítelle aos servizos externos solicitar acceso a %s."
},
"nplurals=2; plural=(n != 1);");

View File

@ -1,11 +1,19 @@
{ "translations": {
"Your client is not authorized to connect. Please inform the administrator of your client." : "O seu cliente non ten autorización para conectarse. Informe do seu cliente ao administrador.",
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "o seu URL de redirección debe ser un URL completo, por exemplo: https://omeudominio.com/ruta",
"OAuth 2.0" : "OAuth 2.0",
"Allows OAuth2 compatible authentication from other web applications." : "Permite asautenticación compatíbel con OAuth2 dende otras aplicaciones web.",
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "A aplicación OAuth2 permítelle aos administradores configurar o fluxo de traballo de autenticación incorporado para permitir tamén autenticación compatíbel con OAuth2 dende outras aplicacións web.",
"OAuth 2.0 clients" : "Clientes OAuth 2.0",
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permítelle aos servizos externos solicitar acceso a {instanceName}.",
"Name" : "Nome",
"Redirection URI" : "URI de redireccionamento",
"Client Identifier" : "Identificador do cliente",
"Secret" : "Secreto",
"Add client" : "Engadir cliente",
"Add" : "Engadir"
"Add" : "Engadir",
"Show client secret" : "Amosar o secreto do cliente",
"Delete" : "Eliminar",
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 permítelle aos servizos externos solicitar acceso a %s."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -600,25 +600,54 @@
"dev": true
},
"cacache": {
"version": "11.3.1",
"resolved": "https://registry.npmjs.org/cacache/-/cacache-11.3.1.tgz",
"integrity": "sha512-2PEw4cRRDu+iQvBTTuttQifacYjLPhET+SYO/gEFMy8uhi+jlJREDAjSF5FWSdV/Aw5h18caHA7vMTw2c+wDzA==",
"version": "11.3.2",
"resolved": "https://registry.npmjs.org/cacache/-/cacache-11.3.2.tgz",
"integrity": "sha512-E0zP4EPGDOaT2chM08Als91eYnf8Z+eH1awwwVsngUmgppfM5jjJ8l3z5vO5p5w/I3LsiXawb1sW0VY65pQABg==",
"dev": true,
"requires": {
"bluebird": "^3.5.1",
"chownr": "^1.0.1",
"figgy-pudding": "^3.1.0",
"glob": "^7.1.2",
"graceful-fs": "^4.1.11",
"lru-cache": "^4.1.3",
"bluebird": "^3.5.3",
"chownr": "^1.1.1",
"figgy-pudding": "^3.5.1",
"glob": "^7.1.3",
"graceful-fs": "^4.1.15",
"lru-cache": "^5.1.1",
"mississippi": "^3.0.0",
"mkdirp": "^0.5.1",
"move-concurrently": "^1.0.1",
"promise-inflight": "^1.0.1",
"rimraf": "^2.6.2",
"ssri": "^6.0.0",
"unique-filename": "^1.1.0",
"ssri": "^6.0.1",
"unique-filename": "^1.1.1",
"y18n": "^4.0.0"
},
"dependencies": {
"bluebird": {
"version": "3.5.3",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.3.tgz",
"integrity": "sha512-/qKPUQlaW1OyR51WeCPBvRnAlnZFUJkCSG5HzGnuIqhgyJtF+T94lFnn33eiazjRm2LAHVy2guNnaq48X9SJuw==",
"dev": true
},
"graceful-fs": {
"version": "4.1.15",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.15.tgz",
"integrity": "sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==",
"dev": true
},
"lru-cache": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
"integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
"dev": true,
"requires": {
"yallist": "^3.0.2"
}
},
"yallist": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.0.3.tgz",
"integrity": "sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A==",
"dev": true
}
}
},
"cache-base": {
@ -939,23 +968,55 @@
}
},
"css-loader": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/css-loader/-/css-loader-2.0.1.tgz",
"integrity": "sha512-XIVwoIOzSFRVsafOKa060GJ/A70c0IP/C1oVPHEX4eHIFF39z0Jl7j8Kua1SUTiqWDupUnbY3/yQx9r7EUB35w==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/css-loader/-/css-loader-2.1.0.tgz",
"integrity": "sha512-MoOu+CStsGrSt5K2OeZ89q3Snf+IkxRfAIt9aAKg4piioTrhtP1iEFPu+OVn3Ohz24FO6L+rw9UJxBILiSBw5Q==",
"dev": true,
"requires": {
"icss-utils": "^4.0.0",
"loader-utils": "^1.0.2",
"loader-utils": "^1.2.1",
"lodash": "^4.17.11",
"postcss": "^7.0.6",
"postcss-modules-extract-imports": "^2.0.0",
"postcss-modules-local-by-default": "^2.0.2",
"postcss-modules-local-by-default": "^2.0.3",
"postcss-modules-scope": "^2.0.0",
"postcss-modules-values": "^2.0.0",
"postcss-value-parser": "^3.3.0",
"schema-utils": "^1.0.0"
},
"dependencies": {
"big.js": {
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
"integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==",
"dev": true
},
"json5": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
"integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
"dev": true,
"requires": {
"minimist": "^1.2.0"
}
},
"loader-utils": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz",
"integrity": "sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==",
"dev": true,
"requires": {
"big.js": "^5.2.2",
"emojis-list": "^2.0.0",
"json5": "^1.0.1"
}
},
"minimist": {
"version": "1.2.0",
"resolved": "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
"integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
"dev": true
},
"postcss": {
"version": "7.0.7",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.7.tgz",
@ -1400,13 +1461,26 @@
"dev": true
},
"file-loader": {
"version": "1.1.11",
"resolved": "https://registry.npmjs.org/file-loader/-/file-loader-1.1.11.tgz",
"integrity": "sha512-TGR4HU7HUsGg6GCOPJnFk06RhWgEWFLAGWiT6rcD+GRC2keU3s9RGJ+b3Z6/U73jwwNb2gKLJ7YCrp+jvU4ALg==",
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/file-loader/-/file-loader-3.0.1.tgz",
"integrity": "sha512-4sNIOXgtH/9WZq4NvlfU3Opn5ynUsqBwSLyM+I7UOwdGigTBYfVVQEwe/msZNX/j4pCJTIM14Fsw66Svo1oVrw==",
"dev": true,
"requires": {
"loader-utils": "^1.0.2",
"schema-utils": "^0.4.5"
"schema-utils": "^1.0.0"
},
"dependencies": {
"schema-utils": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
"integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
"dev": true,
"requires": {
"ajv": "^6.1.0",
"ajv-errors": "^1.0.0",
"ajv-keywords": "^3.1.0"
}
}
}
},
"fill-range": {
@ -1533,8 +1607,7 @@
"ansi-regex": {
"version": "2.1.1",
"bundled": true,
"dev": true,
"optional": true
"dev": true
},
"aproba": {
"version": "1.2.0",
@ -1949,8 +2022,7 @@
"safe-buffer": {
"version": "5.1.1",
"bundled": true,
"dev": true,
"optional": true
"dev": true
},
"safer-buffer": {
"version": "2.1.2",
@ -2006,7 +2078,6 @@
"version": "3.0.1",
"bundled": true,
"dev": true,
"optional": true,
"requires": {
"ansi-regex": "^2.0.0"
}
@ -2050,14 +2121,12 @@
"wrappy": {
"version": "1.0.2",
"bundled": true,
"dev": true,
"optional": true
"dev": true
},
"yallist": {
"version": "3.0.2",
"bundled": true,
"dev": true,
"optional": true
"dev": true
}
}
},
@ -3038,9 +3107,9 @@
"dev": true
},
"p-limit": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.0.0.tgz",
"integrity": "sha512-fl5s52lI5ahKCernzzIyAP0QAZbGIovtVHGwpcu1Jr/EpzLVDI2myISHwGqK7m8uQFugVWSrbxH7XnhGtvEc+A==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.1.0.tgz",
"integrity": "sha512-NhURkNcrVB+8hNfLuysU8enY5xn2KXphsHBaC2YmRNTZRc7RWusw6apSpdEj3jo4CMb6W9nrF6tTnsJsJeyu6g==",
"dev": true,
"requires": {
"p-try": "^2.0.0"
@ -3238,9 +3307,9 @@
}
},
"postcss-modules-local-by-default": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-2.0.2.tgz",
"integrity": "sha512-qghHvHeydUBQ3EQic5NjYryZ5jzXzAYxHR7lZQlCNmjGpJtINRyX/ELnh/7fxBBmHNkEzNkq2l5cV6trfidYng==",
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-2.0.3.tgz",
"integrity": "sha512-jv4CQ8IQ0+TkaAIP7H4kgu/jQbrjte8xU61SYJAIOby+o3H0MGWX6eN1WXUKHccK6/EEjcAERjyIP8MXzAWAbQ==",
"dev": true,
"requires": {
"css-selector-tokenizer": "^0.7.0",
@ -3631,9 +3700,9 @@
}
},
"schema-utils": {
"version": "0.4.5",
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-0.4.5.tgz",
"integrity": "sha512-yYrjb9TX2k/J1Y5UNy3KYdZq10xhYcF8nMpAW6o3hy6Q8WSIEf9lJHG/ePnOBfziPM3fvQwfOwa13U/Fh8qTfA==",
"version": "0.4.7",
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-0.4.7.tgz",
"integrity": "sha512-v/iwU6wvwGK8HbU9yi3/nhGzP0yGSuhQMzL6ySiec1FSrZZDkhm4noOSWzrNFo/jEc+SJY6jRTwuwbSXJPDUnQ==",
"dev": true,
"requires": {
"ajv": "^6.1.0",
@ -3647,9 +3716,9 @@
"dev": true
},
"serialize-javascript": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-1.5.0.tgz",
"integrity": "sha512-Ga8c8NjAAp46Br4+0oZ2WxJCwIzwP60Gq1YPgU+39PiTVxyed/iKE/zyZI6+UlVYH5Q4PaQdHhcegIFPZTUfoQ==",
"version": "1.6.1",
"resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-1.6.1.tgz",
"integrity": "sha512-A5MOagrPFga4YaKQSWHryl7AXvbQkEqpw4NNYMTNYUNV51bA8ABHgYFpqKx+YFFrw59xMV1qGH1R4AgoNIVgCw==",
"dev": true
},
"set-blocking": {
@ -4047,9 +4116,9 @@
}
},
"terser-webpack-plugin": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.1.0.tgz",
"integrity": "sha512-61lV0DSxMAZ8AyZG7/A4a3UPlrbOBo8NIQ4tJzLPAdGOQ+yoNC7l5ijEow27lBAL2humer01KLS6bGIMYQxKoA==",
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.2.1.tgz",
"integrity": "sha512-GGSt+gbT0oKcMDmPx4SRSfJPE1XaN3kQRWG4ghxKQw9cn5G9x6aCKSsgYdvyM0na9NJ4Drv0RG6jbBByZ5CMjw==",
"dev": true,
"requires": {
"cacache": "^11.0.2",
@ -4402,9 +4471,9 @@
}
},
"webpack": {
"version": "4.28.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.28.0.tgz",
"integrity": "sha512-gPNTMGR5ZlBucXmEQ34TRxRqXnGYq9P3t8LeP9rvhkNnr+Cn+HvZMxGuJ4Hl7zdmoRUZP+GosniqJiadXW/RqQ==",
"version": "4.28.3",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.28.3.tgz",
"integrity": "sha512-vLZN9k5I7Nr/XB1IDG9GbZB4yQd1sPuvufMFgJkx0b31fi2LD97KQIjwjxE7xytdruAYfu5S0FLBLjdxmwGJCg==",
"dev": true,
"requires": {
"@webassemblyjs/ast": "1.7.11",

View File

@ -20,11 +20,11 @@
"vue": "^2.5.21"
},
"devDependencies": {
"css-loader": "^2.0.1",
"file-loader": "^1.1.11",
"css-loader": "^2.1.0",
"file-loader": "^3.0.1",
"vue-loader": "^15.4.2",
"vue-template-compiler": "^2.5.21",
"webpack": "^4.28.0",
"webpack": "^4.28.3",
"webpack-cli": "^3.1.2",
"webpack-merge": "^4.1.5"
}

View File

@ -5,27 +5,35 @@ OC.L10N.register(
"Shared with {email}" : "Sdíleno s {email}",
"Shared with %1$s by %2$s" : "%2$s sdílí s %1$s",
"Shared with {email} by {actor}" : "{actor} sdílí s {email}",
"Password for mail share sent to %1$s" : "Heslo e-mailového sdílení odesláno na %1$s",
"Password for mail share sent to {email}" : "Heslo e-mailového sdílení odesláno na {email}",
"Password for mail share sent to you" : "Heslo e-mailového sdílení vám bylo zasláno",
"You shared %1$s with %2$s by mail" : "Sdíleli jste %1$s e-mailem s %2$s",
"You shared {file} with {email} by mail" : "E-mailem jste s {email} sdíleli {file}",
"%3$s shared %1$s with %2$s by mail" : "%3$s s %2$s sdílel e-mailem %1$s",
"{actor} shared {file} with {email} by mail" : "{actor} sdílel(a) {file} e-mailem s {email}",
"Unshared from %1$s" : "Sdílení zrušeno od %1$s",
"Unshared from {email}" : "Sdílení zrušeno od {email}",
"Unshared from %1$s by %2$s" : "%2$s zrušil(a) sdílení od %1$s",
"Unshared from {email} by {actor}" : "{actor} zrušil(a) sdílení od {email}",
"Password for mail share sent to %1$s" : "Heslo emailového sdílení odesláno na %1$s",
"Password for mail share sent to {email}" : "Heslo emailového sdílení odesláno na {email}",
"Password for mail share sent to you" : "Heslo emailového sdílení vám bylo zasláno",
"You shared %1$s with %2$s by mail" : "Sdíleli jste %1$s emailem s %2$s",
"You shared {file} with {email} by mail" : "Emailem jste s {email} sdíleli {file}",
"%3$s shared %1$s with %2$s by mail" : "%3$s s %2$s sdílel emailem %1$s",
"{actor} shared {file} with {email} by mail" : "{actor} sdílel(a) {file} emailem s {email}",
"You unshared %1$s from %2$s by mail" : "Přestali jste sdílet %1$s od %2$s po emailu",
"You unshared {file} from {email} by mail" : "Zrušili jste sdílení {file} z {email} emailem",
"%3$s unshared %1$s from %2$s by mail" : "%3$s zrušil(a) sdílení %1$s od %2$s po e-mailu",
"{actor} unshared {file} from {email} by mail" : "{actor} zrušil(a) sdílení {file} od {email} po e-mailu",
"Password to access %1$s was sent to %2s" : "Heslo pro přístupu k %1$s bylo zasláno na %2s",
"Password to access {file} was sent to {email}" : "Heslo pro přístup k {file} bylo zasláno na {email}",
"Password to access %1$s was sent to you" : "Heslo pro přístup k %1$s vám bylo zasláno",
"Password to access {file} was sent to you" : "Heslo pro přístupu k {file} vám bylo zasláno",
"Sharing %1$s failed, this item is already shared with %2$s" : "Sdílení %1$s se nezdařilo, tato položka je s %2$s už sdílena",
"We can't send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Nemůžeme vám zaslat automaticky vytvořené heslo. Nastavte si v osobním nastavení platnou e-mailovou adresu a zkuste to znovu.",
"Failed to send share by email" : "Sdílení e-mailem se nezdařilo",
"We can't send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Nemůžeme vám zaslat automaticky vytvořené heslo. Nastavte si v osobním nastavení platnou emailovou adresu a zkuste to znovu.",
"Failed to send share by email" : "Sdílení emailem se nezdařilo",
"%1$s shared »%2$s« with you" : "%1$s s vámi sdílí „%2$s“",
"%1$s shared »%2$s« with you." : "%1$s vám nasdílel(a) „%2$s“.",
"Click the button below to open it." : "Pro otevření kliknětena tlačítko níže.",
"Open »%s«" : "Otevřít „%s“",
"%1$s via %2$s" : "%1$s prostřednictvím %2$s",
"%1$s shared »%2$s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%1$s s vámi sdílel(a) „%2$s“. Už jste měli dostat e-mail s přístupovými údaji.\n",
"%1$s shared »%2$s« with you. You should have already received a separate mail with a link to access it." : "%1$s s vámi sdílel(a) „%2$s“. Už jste měli dostat e-mail s přístupovými údaji.",
"%1$s shared »%2$s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%1$s s vámi sdílel(a) „%2$s“. Už jste měli dostat email s přístupovými údaji.\n",
"%1$s shared »%2$s« with you. You should have already received a separate mail with a link to access it." : "%1$s s vámi sdílel(a) „%2$s“. Už jste měli dostat email s přístupovými údaji.",
"Password to access »%1$s« shared to you by %2$s" : "Heslo pro přístup k „%1$s“, které vám nasdílel(a) %2$s",
"Password to access »%s«" : "Heslo pro přístup k „%s “",
"It is protected with the following password:" : "Je chráněno následujícím heslem:",
@ -37,17 +45,17 @@ OC.L10N.register(
"This is the password:" : "Toto je heslo:",
"You can choose a different password at any time in the share dialog." : "V dialogu sdílení můžete kdykoliv vybrat jiné heslo.",
"Could not find share" : "Sdílení se nedaří nalézt",
"Share by mail" : "Sdílet e-mailem",
"Share provider which allows you to share files by mail" : "Poskytovatel sdílení umožňuje sdílet soubory pomocí e-mailu",
"Allows users to share a personalized link to a file or folder by putting in an email address." : "Dovoluje uživatelům odeslat personalizovaný odkaz na soubor nebo složku po zadání e-mailové adresy.",
"Send password by mail" : "Odeslat heslo e-mailem",
"Share by mail" : "Sdílet emailem",
"Share provider which allows you to share files by mail" : "Poskytovatel sdílení umožňuje sdílet soubory pomocí emailu",
"Allows users to share a personalized link to a file or folder by putting in an email address." : "Dovoluje uživatelům odeslat personalizovaný odkaz na soubor nebo složku po zadání emailové adresy.",
"Send password by mail" : "Odeslat heslo emailem",
"Enforce password protection" : "Vynutit ochranu heslem",
"Sharing %s failed, this item is already shared with %s" : "Sdílení %s se nezdařilo, tato položka je s %s už sdílena",
"%s shared »%s« with you" : "%s s vámi sdílel(a) »%s»",
"%s shared »%s« with you." : "%s s vámi nasdílel(a) „%s“.",
"%s via %s" : "%s přes %s",
"%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s s vámi sdílel(a) „%s“. Už jste měli dostat e-mail s přístupovými údaji.\n",
"%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s s vámi sdílel(a) „%s“. Už jste měli dostat e-mail s přístupovými údaji.",
"%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s s vámi sdílel(a) „%s“. Už jste měli dostat email s přístupovými údaji.\n",
"%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s s vámi sdílel(a) „%s“. Už jste měli dostat email s přístupovými údaji.",
"Password to access »%s« shared to you by %s" : "Heslo pro přístup k „%s“ (vám nasdílel(a) %s)",
"It is protected with the following password: %s" : "Je chráněn následujícím heslem: %s",
"You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Právě jste s »%s» nasdílel(a) %s. Sdílení bylo již příjemci zasláno. Kvůli bezpečnostní politice nastavené administrátorem %s musí být každé sdílení chráněno heslem a toto heslo nemůže být příjemci zasláno přímo. Kvůli tomu ho budete muset manuálně přeposlat.",

View File

@ -3,27 +3,35 @@
"Shared with {email}" : "Sdíleno s {email}",
"Shared with %1$s by %2$s" : "%2$s sdílí s %1$s",
"Shared with {email} by {actor}" : "{actor} sdílí s {email}",
"Password for mail share sent to %1$s" : "Heslo e-mailového sdílení odesláno na %1$s",
"Password for mail share sent to {email}" : "Heslo e-mailového sdílení odesláno na {email}",
"Password for mail share sent to you" : "Heslo e-mailového sdílení vám bylo zasláno",
"You shared %1$s with %2$s by mail" : "Sdíleli jste %1$s e-mailem s %2$s",
"You shared {file} with {email} by mail" : "E-mailem jste s {email} sdíleli {file}",
"%3$s shared %1$s with %2$s by mail" : "%3$s s %2$s sdílel e-mailem %1$s",
"{actor} shared {file} with {email} by mail" : "{actor} sdílel(a) {file} e-mailem s {email}",
"Unshared from %1$s" : "Sdílení zrušeno od %1$s",
"Unshared from {email}" : "Sdílení zrušeno od {email}",
"Unshared from %1$s by %2$s" : "%2$s zrušil(a) sdílení od %1$s",
"Unshared from {email} by {actor}" : "{actor} zrušil(a) sdílení od {email}",
"Password for mail share sent to %1$s" : "Heslo emailového sdílení odesláno na %1$s",
"Password for mail share sent to {email}" : "Heslo emailového sdílení odesláno na {email}",
"Password for mail share sent to you" : "Heslo emailového sdílení vám bylo zasláno",
"You shared %1$s with %2$s by mail" : "Sdíleli jste %1$s emailem s %2$s",
"You shared {file} with {email} by mail" : "Emailem jste s {email} sdíleli {file}",
"%3$s shared %1$s with %2$s by mail" : "%3$s s %2$s sdílel emailem %1$s",
"{actor} shared {file} with {email} by mail" : "{actor} sdílel(a) {file} emailem s {email}",
"You unshared %1$s from %2$s by mail" : "Přestali jste sdílet %1$s od %2$s po emailu",
"You unshared {file} from {email} by mail" : "Zrušili jste sdílení {file} z {email} emailem",
"%3$s unshared %1$s from %2$s by mail" : "%3$s zrušil(a) sdílení %1$s od %2$s po e-mailu",
"{actor} unshared {file} from {email} by mail" : "{actor} zrušil(a) sdílení {file} od {email} po e-mailu",
"Password to access %1$s was sent to %2s" : "Heslo pro přístupu k %1$s bylo zasláno na %2s",
"Password to access {file} was sent to {email}" : "Heslo pro přístup k {file} bylo zasláno na {email}",
"Password to access %1$s was sent to you" : "Heslo pro přístup k %1$s vám bylo zasláno",
"Password to access {file} was sent to you" : "Heslo pro přístupu k {file} vám bylo zasláno",
"Sharing %1$s failed, this item is already shared with %2$s" : "Sdílení %1$s se nezdařilo, tato položka je s %2$s už sdílena",
"We can't send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Nemůžeme vám zaslat automaticky vytvořené heslo. Nastavte si v osobním nastavení platnou e-mailovou adresu a zkuste to znovu.",
"Failed to send share by email" : "Sdílení e-mailem se nezdařilo",
"We can't send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Nemůžeme vám zaslat automaticky vytvořené heslo. Nastavte si v osobním nastavení platnou emailovou adresu a zkuste to znovu.",
"Failed to send share by email" : "Sdílení emailem se nezdařilo",
"%1$s shared »%2$s« with you" : "%1$s s vámi sdílí „%2$s“",
"%1$s shared »%2$s« with you." : "%1$s vám nasdílel(a) „%2$s“.",
"Click the button below to open it." : "Pro otevření kliknětena tlačítko níže.",
"Open »%s«" : "Otevřít „%s“",
"%1$s via %2$s" : "%1$s prostřednictvím %2$s",
"%1$s shared »%2$s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%1$s s vámi sdílel(a) „%2$s“. Už jste měli dostat e-mail s přístupovými údaji.\n",
"%1$s shared »%2$s« with you. You should have already received a separate mail with a link to access it." : "%1$s s vámi sdílel(a) „%2$s“. Už jste měli dostat e-mail s přístupovými údaji.",
"%1$s shared »%2$s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%1$s s vámi sdílel(a) „%2$s“. Už jste měli dostat email s přístupovými údaji.\n",
"%1$s shared »%2$s« with you. You should have already received a separate mail with a link to access it." : "%1$s s vámi sdílel(a) „%2$s“. Už jste měli dostat email s přístupovými údaji.",
"Password to access »%1$s« shared to you by %2$s" : "Heslo pro přístup k „%1$s“, které vám nasdílel(a) %2$s",
"Password to access »%s«" : "Heslo pro přístup k „%s “",
"It is protected with the following password:" : "Je chráněno následujícím heslem:",
@ -35,17 +43,17 @@
"This is the password:" : "Toto je heslo:",
"You can choose a different password at any time in the share dialog." : "V dialogu sdílení můžete kdykoliv vybrat jiné heslo.",
"Could not find share" : "Sdílení se nedaří nalézt",
"Share by mail" : "Sdílet e-mailem",
"Share provider which allows you to share files by mail" : "Poskytovatel sdílení umožňuje sdílet soubory pomocí e-mailu",
"Allows users to share a personalized link to a file or folder by putting in an email address." : "Dovoluje uživatelům odeslat personalizovaný odkaz na soubor nebo složku po zadání e-mailové adresy.",
"Send password by mail" : "Odeslat heslo e-mailem",
"Share by mail" : "Sdílet emailem",
"Share provider which allows you to share files by mail" : "Poskytovatel sdílení umožňuje sdílet soubory pomocí emailu",
"Allows users to share a personalized link to a file or folder by putting in an email address." : "Dovoluje uživatelům odeslat personalizovaný odkaz na soubor nebo složku po zadání emailové adresy.",
"Send password by mail" : "Odeslat heslo emailem",
"Enforce password protection" : "Vynutit ochranu heslem",
"Sharing %s failed, this item is already shared with %s" : "Sdílení %s se nezdařilo, tato položka je s %s už sdílena",
"%s shared »%s« with you" : "%s s vámi sdílel(a) »%s»",
"%s shared »%s« with you." : "%s s vámi nasdílel(a) „%s“.",
"%s via %s" : "%s přes %s",
"%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s s vámi sdílel(a) „%s“. Už jste měli dostat e-mail s přístupovými údaji.\n",
"%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s s vámi sdílel(a) „%s“. Už jste měli dostat e-mail s přístupovými údaji.",
"%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s s vámi sdílel(a) „%s“. Už jste měli dostat email s přístupovými údaji.\n",
"%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s s vámi sdílel(a) „%s“. Už jste měli dostat email s přístupovými údaji.",
"Password to access »%s« shared to you by %s" : "Heslo pro přístup k „%s“ (vám nasdílel(a) %s)",
"It is protected with the following password: %s" : "Je chráněn následujícím heslem: %s",
"You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Právě jste s »%s» nasdílel(a) %s. Sdílení bylo již příjemci zasláno. Kvůli bezpečnostní politice nastavené administrátorem %s musí být každé sdílení chráněno heslem a toto heslo nemůže být příjemci zasláno přímo. Kvůli tomu ho budete muset manuálně přeposlat.",

View File

@ -5,6 +5,10 @@ OC.L10N.register(
"Shared with {email}" : "Compartido con {email}",
"Shared with %1$s by %2$s" : "Compartido con %1$s por %2$s",
"Shared with {email} by {actor}" : "Compartido con {email} por {actor}Compartido con {email} por {actor}",
"Unshared from %1$s" : "Compartición eliminada dende %1$s",
"Unshared from {email}" : "Compartición eliminada dende {email}",
"Unshared from %1$s by %2$s" : "Compartición eliminada dende %1$s por %2$s",
"Unshared from {email} by {actor}" : "Compartición eliminada dende {email} por {actor}",
"Password for mail share sent to %1$s" : "Enviouse un contrasinal para compartir por correo a %1$s",
"Password for mail share sent to {email}" : "Enviouse un contrasinal para compartir por correo a {email}",
"Password for mail share sent to you" : "Envióuselle un contrasinal para compartir por correo",
@ -12,18 +16,37 @@ OC.L10N.register(
"You shared {file} with {email} by mail" : "Compartiu {file} con {email} por correo",
"%3$s shared %1$s with %2$s by mail" : "%3$s compartiu %1$s con %2$s por correo",
"{actor} shared {file} with {email} by mail" : "{actor} compartiu {file} con {email} por correo",
"You unshared %1$s from %2$s by mail" : "Deixou de compartir %1$s dende %2$s por correo",
"You unshared {file} from {email} by mail" : "Deixou de compartir {file} dende {email} por correo",
"%3$s unshared %1$s from %2$s by mail" : "%3$s deixou de compartir %1$s dende %2$s por correo",
"{actor} unshared {file} from {email} by mail" : "{actor} deixou de compartir {file} dende {email} por correo",
"Password to access %1$s was sent to %2s" : "Envióuselle a %2s un contrasinal para acceder a %1$s",
"Password to access {file} was sent to {email}" : "Envióuselle a {email} un contrasinal para acceder a {file}",
"Password to access %1$s was sent to you" : "Envióuselle a vostede un correo para acceder a %1$s",
"Password to access {file} was sent to you" : "Envióuselle a vostede un correo para acceder a {file}",
"Sharing %1$s failed, this item is already shared with %2$s" : "Produciuse un fallo na compartición de %1$s, este elemento xa está compartido con %2$s",
"We can't send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Non é posíbel enviarlle o contrasinal xerado automaticamente. Estabeleza un enderezo de correo correcto nos seus axustes persoais e ténteo de novo.",
"Failed to send share by email" : "Fallou o envío do recurso compartido por correo",
"%1$s shared »%2$s« with you" : "%1$s compartiu «%2$s» con vostede",
"%1$s shared »%2$s« with you." : "%1$s compartiu «%2$s» con vostede.",
"Click the button below to open it." : "Prema no botón de embaixo para abrilo.",
"Open »%s«" : "Abrir «%s»",
"%1$s via %2$s" : "%1$s a través de %2$s",
"%1$s shared »%2$s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%1$s compartiu «%2$s» con vostede.\nDebería ter recibido un correo por separado cunha ligazón acceder.\n",
"%1$s shared »%2$s« with you. You should have already received a separate mail with a link to access it." : "%1$s compartiu «%2$s» con vostede. Debería ter recibido un correo por separado cunha ligazón acceder.",
"Password to access »%1$s« shared to you by %2$s" : "O contrasinal para acceder a «%1$s» foi compartido con vostede por %2$s",
"Password to access »%s«" : "Contrasinal para acceder a «%s»",
"It is protected with the following password:" : "Está protexido co seguinte contrasinal: ",
"%1$s shared »%2$s« with you and wants to add:" : "%1$s compartiu «%2$s» con vostede e quere engadir:",
"%1$s shared »%2$s« with you and wants to add" : "%1$s compartiu «%2$s» con vostede e quere engadir",
"»%s« added a note to a file shared with you" : "«%s» engadiu unha nota a un ficheiro compartido con vostede",
"You just shared »%1$s« with %2$s. The share was already send to the recipient. Due to the security policies defined by the administrator of %3$s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Ven de de compartir «%1$s» con %2$s. O recurso compartido xa foi enviado ao destinatario. Por mor das regras de seguridade definidas polo administrador de %3$s cada recurso compartido necesita ser protexido por un contrasinal e non está permitido que vostede envíe o contrasinal directamente ao destinatario. Polo tanto, necesita enviar manualmente o contrasinal ao destinatario.",
"Password to access »%1$s« shared with %2$s" : "Contrasinal para acceder a «%1$s» compartida con %2$s",
"This is the password:" : "Este é o contrasinal:",
"You can choose a different password at any time in the share dialog." : "Pode escoller un contrasinal diferente en calquera momento no diálogo de compartir.",
"Could not find share" : "Non foi posíbel atopar o recurso compartido",
"Share by mail" : "Compartido por correo",
"Share provider which allows you to share files by mail" : "Provedor que permite compartirficheiros por correo",
"Allows users to share a personalized link to a file or folder by putting in an email address." : "Permite que os usuarios compartan unha ligazón personalizada ou un ficheiro ou cartafol enviándoo a un enderezo de correo.",
"Send password by mail" : "Enviar contrasinal por correo",
"Enforce password protection" : "Forzar a protección por contrasinal",

View File

@ -3,6 +3,10 @@
"Shared with {email}" : "Compartido con {email}",
"Shared with %1$s by %2$s" : "Compartido con %1$s por %2$s",
"Shared with {email} by {actor}" : "Compartido con {email} por {actor}Compartido con {email} por {actor}",
"Unshared from %1$s" : "Compartición eliminada dende %1$s",
"Unshared from {email}" : "Compartición eliminada dende {email}",
"Unshared from %1$s by %2$s" : "Compartición eliminada dende %1$s por %2$s",
"Unshared from {email} by {actor}" : "Compartición eliminada dende {email} por {actor}",
"Password for mail share sent to %1$s" : "Enviouse un contrasinal para compartir por correo a %1$s",
"Password for mail share sent to {email}" : "Enviouse un contrasinal para compartir por correo a {email}",
"Password for mail share sent to you" : "Envióuselle un contrasinal para compartir por correo",
@ -10,18 +14,37 @@
"You shared {file} with {email} by mail" : "Compartiu {file} con {email} por correo",
"%3$s shared %1$s with %2$s by mail" : "%3$s compartiu %1$s con %2$s por correo",
"{actor} shared {file} with {email} by mail" : "{actor} compartiu {file} con {email} por correo",
"You unshared %1$s from %2$s by mail" : "Deixou de compartir %1$s dende %2$s por correo",
"You unshared {file} from {email} by mail" : "Deixou de compartir {file} dende {email} por correo",
"%3$s unshared %1$s from %2$s by mail" : "%3$s deixou de compartir %1$s dende %2$s por correo",
"{actor} unshared {file} from {email} by mail" : "{actor} deixou de compartir {file} dende {email} por correo",
"Password to access %1$s was sent to %2s" : "Envióuselle a %2s un contrasinal para acceder a %1$s",
"Password to access {file} was sent to {email}" : "Envióuselle a {email} un contrasinal para acceder a {file}",
"Password to access %1$s was sent to you" : "Envióuselle a vostede un correo para acceder a %1$s",
"Password to access {file} was sent to you" : "Envióuselle a vostede un correo para acceder a {file}",
"Sharing %1$s failed, this item is already shared with %2$s" : "Produciuse un fallo na compartición de %1$s, este elemento xa está compartido con %2$s",
"We can't send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Non é posíbel enviarlle o contrasinal xerado automaticamente. Estabeleza un enderezo de correo correcto nos seus axustes persoais e ténteo de novo.",
"Failed to send share by email" : "Fallou o envío do recurso compartido por correo",
"%1$s shared »%2$s« with you" : "%1$s compartiu «%2$s» con vostede",
"%1$s shared »%2$s« with you." : "%1$s compartiu «%2$s» con vostede.",
"Click the button below to open it." : "Prema no botón de embaixo para abrilo.",
"Open »%s«" : "Abrir «%s»",
"%1$s via %2$s" : "%1$s a través de %2$s",
"%1$s shared »%2$s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%1$s compartiu «%2$s» con vostede.\nDebería ter recibido un correo por separado cunha ligazón acceder.\n",
"%1$s shared »%2$s« with you. You should have already received a separate mail with a link to access it." : "%1$s compartiu «%2$s» con vostede. Debería ter recibido un correo por separado cunha ligazón acceder.",
"Password to access »%1$s« shared to you by %2$s" : "O contrasinal para acceder a «%1$s» foi compartido con vostede por %2$s",
"Password to access »%s«" : "Contrasinal para acceder a «%s»",
"It is protected with the following password:" : "Está protexido co seguinte contrasinal: ",
"%1$s shared »%2$s« with you and wants to add:" : "%1$s compartiu «%2$s» con vostede e quere engadir:",
"%1$s shared »%2$s« with you and wants to add" : "%1$s compartiu «%2$s» con vostede e quere engadir",
"»%s« added a note to a file shared with you" : "«%s» engadiu unha nota a un ficheiro compartido con vostede",
"You just shared »%1$s« with %2$s. The share was already send to the recipient. Due to the security policies defined by the administrator of %3$s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Ven de de compartir «%1$s» con %2$s. O recurso compartido xa foi enviado ao destinatario. Por mor das regras de seguridade definidas polo administrador de %3$s cada recurso compartido necesita ser protexido por un contrasinal e non está permitido que vostede envíe o contrasinal directamente ao destinatario. Polo tanto, necesita enviar manualmente o contrasinal ao destinatario.",
"Password to access »%1$s« shared with %2$s" : "Contrasinal para acceder a «%1$s» compartida con %2$s",
"This is the password:" : "Este é o contrasinal:",
"You can choose a different password at any time in the share dialog." : "Pode escoller un contrasinal diferente en calquera momento no diálogo de compartir.",
"Could not find share" : "Non foi posíbel atopar o recurso compartido",
"Share by mail" : "Compartido por correo",
"Share provider which allows you to share files by mail" : "Provedor que permite compartirficheiros por correo",
"Allows users to share a personalized link to a file or folder by putting in an email address." : "Permite que os usuarios compartan unha ligazón personalizada ou un ficheiro ou cartafol enviándoo a un enderezo de correo.",
"Send password by mail" : "Enviar contrasinal por correo",
"Enforce password protection" : "Forzar a protección por contrasinal",

View File

@ -7,7 +7,7 @@ OC.L10N.register(
"Select tag…" : "Изберете етикет...",
"Tagged files" : "Отбелязани файлове",
"Select tags to filter by" : "Филтриране по етикет",
"No tags found" : "Няма открити етикети",
"No tags found" : "Не са открити етикети",
"Please select tags to filter by" : "Моля изберете етикети, за филтрирането",
"No files found for the selected tags" : "Няма намерени файлове за избраните етикети",
"Added system tag {systemtag}" : "Добавен системен етикет {systemtag}",

View File

@ -5,7 +5,7 @@
"Select tag…" : "Изберете етикет...",
"Tagged files" : "Отбелязани файлове",
"Select tags to filter by" : "Филтриране по етикет",
"No tags found" : "Няма открити етикети",
"No tags found" : "Не са открити етикети",
"Please select tags to filter by" : "Моля изберете етикети, за филтрирането",
"No files found for the selected tags" : "Няма намерени файлове за избраните етикети",
"Added system tag {systemtag}" : "Добавен системен етикет {systemtag}",

View File

@ -10,10 +10,12 @@ OC.L10N.register(
"No tags found" : "Nebyly nalezeny žádné štítky",
"Please select tags to filter by" : "Vyberte štítky podle kterých filtrovat",
"No files found for the selected tags" : "Nebyly nalezeny žádné soubory s vybranými štítky",
"System tag %1$s added by the system" : "Systémový štítek %1$s přidán systémem",
"Added system tag {systemtag}" : "Přidán systémový štítek {systemtag}",
"Added system tag %1$s" : "Přidán systémový štítek %1$s",
"%1$s added system tag %2$s" : "%1$s přidal(a) systémový tag %2$s",
"{actor} added system tag {systemtag}" : "{actor} přidal(a) systémový štítek {systemtag}",
"System tag %1$s removed by the system" : "Systémový štítek %1$s odebrán systémem",
"Removed system tag {systemtag}" : "Odstraněn systémový štítek {systemtag}",
"Removed system tag %1$s" : "Odstraněn systémový štítek %1$s",
"%1$s removed system tag %2$s" : "%1$s odstranil systémový tag %2$s",
@ -30,10 +32,14 @@ OC.L10N.register(
"You updated system tag {oldsystemtag} to {newsystemtag}" : "Aktualizoval(a) jste systémový tag {oldsystemtag} na {newsystemtag}",
"%1$s updated system tag %3$s to %2$s" : "%1$s aktualizoval systémový tag %3$s na %2$s",
"{actor} updated system tag {oldsystemtag} to {newsystemtag}" : "{actor} aktualizoval(a) systémový tag {oldsystemtag} na { newsystemtag}",
"System tag %2$s was added to %1$s by the system" : "Systémový štítek %2$s byl přidán do %1$s systémem",
"System tag {systemtag} was added to {file} by the system" : "Systémový štítek {systemtag} byl systémem přidán k {file}",
"You added system tag %2$s to %1$s" : "Přidal(a) jste systémový tag %2$s k %1$s",
"You added system tag {systemtag} to {file}" : "K {file} jste přidal(a) systémový tag {systemtag}",
"%1$s added system tag %3$s to %2$s" : "%1$s k %2$s přidal systémový štítek %3$s",
"{actor} added system tag {systemtag} to {file}" : "{actor} přidal(a) systémový tag {systemtag} k {file}",
"System tag %2$s was removed from %1$s by the system" : "Systémový štítek %2$s byl systémem odebrán ze %1$s",
"System tag {systemtag} was removed from {file} by the system" : "Systémový štítek {systemtag} byl odebrán z {file} systémem",
"You removed system tag %2$s from %1$s" : "Z %2$s jste odstranil(a) systémový tag %1$s",
"You removed system tag {systemtag} from {file}" : "Ze {file} jste odstranili systémový štítek {systemtag}",
"%1$s removed system tag %3$s from %2$s" : "%1$s odstranil(a) systémový štítek %3$s z %2$s",

View File

@ -8,10 +8,12 @@
"No tags found" : "Nebyly nalezeny žádné štítky",
"Please select tags to filter by" : "Vyberte štítky podle kterých filtrovat",
"No files found for the selected tags" : "Nebyly nalezeny žádné soubory s vybranými štítky",
"System tag %1$s added by the system" : "Systémový štítek %1$s přidán systémem",
"Added system tag {systemtag}" : "Přidán systémový štítek {systemtag}",
"Added system tag %1$s" : "Přidán systémový štítek %1$s",
"%1$s added system tag %2$s" : "%1$s přidal(a) systémový tag %2$s",
"{actor} added system tag {systemtag}" : "{actor} přidal(a) systémový štítek {systemtag}",
"System tag %1$s removed by the system" : "Systémový štítek %1$s odebrán systémem",
"Removed system tag {systemtag}" : "Odstraněn systémový štítek {systemtag}",
"Removed system tag %1$s" : "Odstraněn systémový štítek %1$s",
"%1$s removed system tag %2$s" : "%1$s odstranil systémový tag %2$s",
@ -28,10 +30,14 @@
"You updated system tag {oldsystemtag} to {newsystemtag}" : "Aktualizoval(a) jste systémový tag {oldsystemtag} na {newsystemtag}",
"%1$s updated system tag %3$s to %2$s" : "%1$s aktualizoval systémový tag %3$s na %2$s",
"{actor} updated system tag {oldsystemtag} to {newsystemtag}" : "{actor} aktualizoval(a) systémový tag {oldsystemtag} na { newsystemtag}",
"System tag %2$s was added to %1$s by the system" : "Systémový štítek %2$s byl přidán do %1$s systémem",
"System tag {systemtag} was added to {file} by the system" : "Systémový štítek {systemtag} byl systémem přidán k {file}",
"You added system tag %2$s to %1$s" : "Přidal(a) jste systémový tag %2$s k %1$s",
"You added system tag {systemtag} to {file}" : "K {file} jste přidal(a) systémový tag {systemtag}",
"%1$s added system tag %3$s to %2$s" : "%1$s k %2$s přidal systémový štítek %3$s",
"{actor} added system tag {systemtag} to {file}" : "{actor} přidal(a) systémový tag {systemtag} k {file}",
"System tag %2$s was removed from %1$s by the system" : "Systémový štítek %2$s byl systémem odebrán ze %1$s",
"System tag {systemtag} was removed from {file} by the system" : "Systémový štítek {systemtag} byl odebrán z {file} systémem",
"You removed system tag %2$s from %1$s" : "Z %2$s jste odstranil(a) systémový tag %1$s",
"You removed system tag {systemtag} from {file}" : "Ze {file} jste odstranili systémový štítek {systemtag}",
"%1$s removed system tag %3$s from %2$s" : "%1$s odstranil(a) systémový štítek %3$s z %2$s",

View File

@ -10,10 +10,12 @@ OC.L10N.register(
"No tags found" : "No se encontraron etiquetas",
"Please select tags to filter by" : "Por favor, seleccione las etiquetas por las que desea filtrar",
"No files found for the selected tags" : "No se han encontrado archivos para las etiquetas seleccionadas",
"System tag %1$s added by the system" : "Etiqueta de sistema %1$s añadida por el sistema",
"Added system tag {systemtag}" : "Se añadió la etiqueta de sistema {systemtag}",
"Added system tag %1$s" : "Se añadió la etiqueta delsistema %1$s",
"%1$s added system tag %2$s" : "%1$s añadió la etiqueta de sistema %2$s",
"{actor} added system tag {systemtag}" : "{actor} añadió la etiqueta de sistema {systemtag}",
"System tag %1$s removed by the system" : "Etiqueta de sistema %1$s eliminada por el sistema",
"Removed system tag {systemtag}" : "Eliminada etiqueta de sistema {systemtag}",
"Removed system tag %1$s" : "Eliminada etiqueta de sistema %1$s",
"%1$s removed system tag %2$s" : "%1$s eliminó la etiqueta de sistema %2$s",
@ -30,10 +32,14 @@ OC.L10N.register(
"You updated system tag {oldsystemtag} to {newsystemtag}" : "Usted actualizó la etiqueta de sistema {oldsystemtag} a {newsystemtag}",
"%1$s updated system tag %3$s to %2$s" : "%1$s actualizó la etiqueta de sistema %3$s a %2$s",
"{actor} updated system tag {oldsystemtag} to {newsystemtag}" : "{actor} actualizó la etiqueta de sistema {oldsystemtag} a {newsystemtag}",
"System tag %2$s was added to %1$s by the system" : "Etiqueta de sistema %2$s añadida a %1$s por el sistema",
"System tag {systemtag} was added to {file} by the system" : "Etiqueta de sistema {systemtag} añadida a {file} por el sistema",
"You added system tag %2$s to %1$s" : "Usted añadió la etiqueta de sistema %2$s a %1$s",
"You added system tag {systemtag} to {file}" : "Usted añadió la etiqueta de sistema {systemtag} a {file}",
"%1$s added system tag %3$s to %2$s" : "%1$s agregó la etiqueta de sistema %3$s a %2$s",
"{actor} added system tag {systemtag} to {file}" : "{actor} agregó la etiqueta de sistema {systemtag} a {file}",
"System tag %2$s was removed from %1$s by the system" : "Etiqueta de sistema %2$s eliminada de %1$s por el sistema",
"System tag {systemtag} was removed from {file} by the system" : "Etiqueta de sistema {systemtag} eliminada de {file} por el sistema",
"You removed system tag %2$s from %1$s" : "Ha removido la etiqueta de sistema %2$s de %1$s",
"You removed system tag {systemtag} from {file}" : "Ha removido la etiqueta de sistema {systemtag} de {file}",
"%1$s removed system tag %3$s from %2$s" : "%1$s removió la etiqueta de sistema %3$s de %2$s",

View File

@ -8,10 +8,12 @@
"No tags found" : "No se encontraron etiquetas",
"Please select tags to filter by" : "Por favor, seleccione las etiquetas por las que desea filtrar",
"No files found for the selected tags" : "No se han encontrado archivos para las etiquetas seleccionadas",
"System tag %1$s added by the system" : "Etiqueta de sistema %1$s añadida por el sistema",
"Added system tag {systemtag}" : "Se añadió la etiqueta de sistema {systemtag}",
"Added system tag %1$s" : "Se añadió la etiqueta delsistema %1$s",
"%1$s added system tag %2$s" : "%1$s añadió la etiqueta de sistema %2$s",
"{actor} added system tag {systemtag}" : "{actor} añadió la etiqueta de sistema {systemtag}",
"System tag %1$s removed by the system" : "Etiqueta de sistema %1$s eliminada por el sistema",
"Removed system tag {systemtag}" : "Eliminada etiqueta de sistema {systemtag}",
"Removed system tag %1$s" : "Eliminada etiqueta de sistema %1$s",
"%1$s removed system tag %2$s" : "%1$s eliminó la etiqueta de sistema %2$s",
@ -28,10 +30,14 @@
"You updated system tag {oldsystemtag} to {newsystemtag}" : "Usted actualizó la etiqueta de sistema {oldsystemtag} a {newsystemtag}",
"%1$s updated system tag %3$s to %2$s" : "%1$s actualizó la etiqueta de sistema %3$s a %2$s",
"{actor} updated system tag {oldsystemtag} to {newsystemtag}" : "{actor} actualizó la etiqueta de sistema {oldsystemtag} a {newsystemtag}",
"System tag %2$s was added to %1$s by the system" : "Etiqueta de sistema %2$s añadida a %1$s por el sistema",
"System tag {systemtag} was added to {file} by the system" : "Etiqueta de sistema {systemtag} añadida a {file} por el sistema",
"You added system tag %2$s to %1$s" : "Usted añadió la etiqueta de sistema %2$s a %1$s",
"You added system tag {systemtag} to {file}" : "Usted añadió la etiqueta de sistema {systemtag} a {file}",
"%1$s added system tag %3$s to %2$s" : "%1$s agregó la etiqueta de sistema %3$s a %2$s",
"{actor} added system tag {systemtag} to {file}" : "{actor} agregó la etiqueta de sistema {systemtag} a {file}",
"System tag %2$s was removed from %1$s by the system" : "Etiqueta de sistema %2$s eliminada de %1$s por el sistema",
"System tag {systemtag} was removed from {file} by the system" : "Etiqueta de sistema {systemtag} eliminada de {file} por el sistema",
"You removed system tag %2$s from %1$s" : "Ha removido la etiqueta de sistema %2$s de %1$s",
"You removed system tag {systemtag} from {file}" : "Ha removido la etiqueta de sistema {systemtag} de {file}",
"%1$s removed system tag %3$s from %2$s" : "%1$s removió la etiqueta de sistema %3$s de %2$s",

View File

@ -10,10 +10,12 @@ OC.L10N.register(
"No tags found" : "Non se atoparon etiquetas",
"Please select tags to filter by" : "Seleccione etiquetas polas que filtrar",
"No files found for the selected tags" : "Non se atoparon ficheiros para as etiquetas seleccionadas",
"System tag %1$s added by the system" : "Etiqueta de sistema %1$s engadida polo sistema",
"Added system tag {systemtag}" : "Engadida a etiqueta de sistema {systemtag}",
"Added system tag %1$s" : "Engadida a etiqueta de sistema %1$s",
"%1$s added system tag %2$s" : "%1$s engadiu a etiqueta de sistema %2$s",
"{actor} added system tag {systemtag}" : "{actor} engadiu a etiqueta de sistema {systemtag}",
"System tag %1$s removed by the system" : "Etiqueta de sistema %1$s retirada polo sistema",
"Removed system tag {systemtag}" : "Retirada a etiqueta de sistema {systemtag}",
"Removed system tag %1$s" : "Retirada a etiqueta de sistema %1$s",
"%1$s removed system tag %2$s" : "%1$s retirou a etiqueta de sistema %2$s",
@ -30,10 +32,14 @@ OC.L10N.register(
"You updated system tag {oldsystemtag} to {newsystemtag}" : "Vostede actualizou a etiqueta de sistema {oldsystemtag} a {newsystemtag}",
"%1$s updated system tag %3$s to %2$s" : "%1$s actualizou a etiqueta de sistema %3$s a %2$s",
"{actor} updated system tag {oldsystemtag} to {newsystemtag}" : "{actor} actualizou a etiqueta de sistema {oldsystemtag} a {newsystemtag}",
"System tag %2$s was added to %1$s by the system" : "Etiqueta de sistema %2$sfoi engadida a %1$s polo sistema",
"System tag {systemtag} was added to {file} by the system" : "Etiqueta de sistema {systemtag} foi engadida a {file} polo sistema",
"You added system tag %2$s to %1$s" : "Vostede engadiu a etiqueta de sistema %2$s a %1$s",
"You added system tag {systemtag} to {file}" : "Vostede engadiu a etiqueta de sistema {systemtag} a {file}",
"%1$s added system tag %3$s to %2$s" : "%1$s engadiu a etiqueta de sistema %3$s a %2$s",
"{actor} added system tag {systemtag} to {file}" : "{actor} engadiu a etiqueta de sistema {systemtag} a {file}",
"System tag %2$s was removed from %1$s by the system" : "Etiqueta de sistema %2$s retirada de %1$s polo sistema",
"System tag {systemtag} was removed from {file} by the system" : "Etiqueta de sistema {systemtag} retirada de {file} polo sistema",
"You removed system tag %2$s from %1$s" : "Vostede retirou a etiqueta de sistema %2$s de %1$s",
"You removed system tag {systemtag} from {file}" : "Vostede retirou a etiqueta de sistema {systemtag} de {file}",
"%1$s removed system tag %3$s from %2$s" : "%1$s retirou a etiqueta de sistema %3$s de %2$s",
@ -42,7 +48,11 @@ OC.L10N.register(
"%s (invisible)" : "%s (invisíbel)",
"<strong>System tags</strong> for a file have been modified" : "Modificáronse as <strong>etiquetas de sistemas</strong> dun ficheio",
"Collaborative tags" : "Etiquetas colaborativas",
"Collaborative tagging functionality which shares tags among users." : "Funcionalidade de etiquetado colaborativo que comparte as etiquetas entre usuarios.",
"Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Funcionalidade de etiquetado colaborativo que comparte as etiquetas entre usuarios. Moi axeitado para equipos.\n(Se vostede é un provedor cunha instalación de varias instalacións, recoméndase desactivar esta aplicación xa que as etiquetas compártense).",
"Collaborative tags are available for all users. Restricted tags are visible to users but cannot be assigned by them. Invisible tags are for internal use, since users cannot see or assign them." : "As etiquetas colaborativas están dispoñíbeis para todos os usuarios. As etiquetas restrinxidas son visíbeis para os usuarios, mais non poden ser asignadas por eles. As etiquetas invisíbeis son para uso interno, pois os usuarios non poden velas nin asignalas.",
"Select tag …" : "Seleccionar a etiqueta …",
"Create a new tag" : "Crear unha nova etiqueta",
"Name" : "Nome",
"Public" : "Pública",
"Restricted" : "Restrinxida",

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