Compare commits

..

250 Commits

Author SHA1 Message Date
nfebe d4dccb2ff6 feat(apps): Make app enabling atomic
Previously, if an app failed during its enabling process,
it could leave the instance in a broken state. This was
because the app was marked as enabled before its
initialization code was executed, but the state was not
rolled back upon failure.

This change wraps the app enabling logic in a try/catch
block. If the app's initialization fails, the 'enabled'
state is reverted in the database, and the in-memory
app cache is cleared. This ensures that a faulty app
cannot take down the entire Nextcloud instance.

Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-11-19 10:32:37 +01:00
Nextcloud bot 2d9d612ec1 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-11-19 00:13:53 +00:00
Robin Appelman 24df3e7190 Merge pull request #56447 from nextcloud/mount-commands
occ commands for listing and refreshing mounts
2025-11-18 22:23:42 +01:00
Robin Appelman 9fcc2937aa Merge pull request #56515 from nextcloud/s3-meta-encode
Encode s3 metadata as base64 if needed
2025-11-18 22:23:24 +01:00
Robin Appelman a7d130c598 Revert "fix(ObjectStoreStorage): Encode original-path in writeStream by @frabe1579"
This reverts commit 4b4b39e7ec.

Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-11-18 19:53:17 +01:00
Joas Schilling 93c7111708 Merge pull request #56504 from nextcloud/bugfix/56497/fix-json-with-postgres
fix(db): Fix JSON handling in WHERE statements for postgres
2025-11-18 17:42:39 +01:00
Joas Schilling 75a8b9aff5 fix(db): Skip test on Oracle 11g
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-11-18 16:10:12 +01:00
Robin Appelman 8194be795d fix: encode s3 metadata as base64 if needed
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-11-18 16:06:57 +01:00
Stephan Orbaugh 34699dad64 Merge pull request #55807 from nextcloud/fix/file-drop/mkcol
fix(FilesDropPlugin): Ensure all request for file request have a nickname
2025-11-18 15:17:07 +01:00
John Molakvoæ 0da54d3b59 Merge pull request #56138 from nextcloud/bugfix/fix-richdocuments-3815-master 2025-11-18 14:52:09 +01:00
Joas Schilling 04b37437f2 Merge pull request #56436 from nextcloud/chore/checkout-3rdparty
fix: mp3info break frame parsing on short frames
2025-11-18 14:33:28 +01:00
nextcloud-command d41d3d1940 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-11-18 13:30:50 +00:00
Szymon Kłos dc3741a203 fix(files): Do not fail on missing sidebar in files list
When using richdocuments it was failing in case of shared links
or when user with opened file did a wheel click on a refresh page.
Then new tab appeared but instead opening the file it was doing
nothing (showing the list of files) or downloading the file.

Make code more defensive. I found these logs while debugging:
OCA.Files.Settings initialized
Sidebar.js:19 OCA.Files.Sidebar initialized
ShareSearch.js:16 OCA.Sharing.ShareSearch initialized
comments-app.js:15 OCA.Comments.View initialized
index.mjs:54 files: Error while opening sidebar Object
log @ index.mjs:54
index.mjs:54 files: Error while opening sidebar Objectapp: "files"
TypeError: window.OCA.Files.Sidebar.open is not a function
    at h.exec (http://nc/dist/files-main.js?v=106d16db-0:1:70123)
    at o.openSidebarForFile (http://nc/dist/files-main.js?v=106d16db-0:1:163422)
    at o.handleOpenQueries (http://nc/dist/files-main.js?v=106d16db-0:1:163167)
    at o.openDetails (http://nc/dist/files-main.js?v=106d16db-0:1:162349)
    at fn (http://nc/dist/core-common.js?v=106d16db-0:1:3942538)
    at e.run (http://nc/dist/core-common.js?v=106d16db-0:1:3946900)
    at sa (http://nc/dist/core-common.js?v=106d16db-0:1:3948728)
    at Array.<anonymous> (http://nc/dist/core-common.js?v=106d16db-0:1:3943585)
    at bn (http://nc/dist/core-common.js?v=106d16db-0:1:3942986)level: 2uid: "admin"
       [[Prototype]]: Object
log @ index.mjs:54

Possibly regression from
https://github.com/nextcloud/server/commit/e7001022c75b3a818356378bb53bbfe5129a10fe

Fixes https://github.com/nextcloud/richdocuments/issues/3815

Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
2025-11-18 13:27:54 +00:00
dependabot[bot] 7ac1f60f32 Merge pull request #56452 from nextcloud/dependabot/composer/vendor-bin/rector/rector/rector-2.2.8 2025-11-18 11:17:15 +00:00
Joas Schilling 7c870a8f67 fix(db)!: Deprecate JSON fields due to problems with querying and selecting
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-11-18 11:58:33 +01:00
Joas Schilling 60bfab2421 fix(db): Fix Oracle JSON handling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-11-18 11:58:33 +01:00
Joas Schilling 4676b12a32 fix(db): Fix comparing JSON data in MySQL and MariaDB
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-11-18 11:58:32 +01:00
Joas Schilling fb8caecbb0 fix(db): Fix JSON handling in WHERE statements for postgres
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-11-18 11:58:31 +01:00
John Molakvoæ b19e81428f Merge pull request #56444 from nextcloud/chore/fix-package-jsons 2025-11-18 11:48:42 +01:00
grnd-alt 2271f51256 chore: set submodule to a7473d3
Signed-off-by: grnd-alt <git@belakkaf.net>
2025-11-18 11:05:47 +01:00
provokateurin 901859eeb0 fix(FilesDropPlugin): Ensure all request for file request have a nickname
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-11-18 10:34:53 +01:00
provokateurin ff1772f4bc fix(FilesDropPlugin): Allow MKCOL for file drop to upload folders
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-11-18 10:34:53 +01:00
provokateurin d332ab60d3 fix(FilesDropPlugin): Also modify Destination header for PUT requests to satisfy the QuotaPlugin
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-11-18 10:26:33 +01:00
provokateurin 1a51e15c3d Revert "fix: temporarily disable public shares chunking capability"
This reverts commit 365a040dc3.

Signed-off-by: provokateurin <kate@provokateurin.de>
2025-11-18 09:51:39 +01:00
Stephan Orbaugh ba9fe489a2 Merge pull request #56366 from nextcloud/leftybournes/fix/s3_delete_folders
fix: pass only necessary information when deleting mulitple objects
2025-11-18 09:48:12 +01:00
John Molakvoæ 754ef25af1 Merge pull request #56278 from nextcloud/fix/sharing-password-checkbow
fix(files_sharing): sidebar link share password checkbox
2025-11-18 06:05:14 +01:00
nextcloud-command 8d8f5f43d9 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-11-18 05:01:55 +00:00
skjnldsv d32878e6db fix(files_sharing): sidebar link share password checkbox
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-11-18 04:59:03 +00:00
Kent Delante b57db10814 fix: pass only necessary information when deleting mulitple objects
DeleteObjects currently fails when the request includes all the
information returned by ListObjects. Send only the necessary
information in the request. Note: 'Size' and 'DateModified' is now
only supported by directory buckets.

Signed-off-by: Kent Delante <kent.delante@proton.me>
2025-11-18 12:07:53 +08:00
Nextcloud bot 83a0e8a7a5 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-11-18 00:14:24 +00:00
Robin Appelman ef5e014d3a feat: add command to list mounts for user
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-11-17 19:18:27 +01:00
Robin Appelman cfb7f8c069 feat: add command to refresh registered mounts for a user
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-11-17 19:18:27 +01:00
dependabot[bot] 7106bf0c76 build(deps-dev): bump rector/rector in /vendor-bin/rector
Bumps [rector/rector](https://github.com/rectorphp/rector) from 2.2.7 to 2.2.8.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](https://github.com/rectorphp/rector/compare/2.2.7...2.2.8)

---
updated-dependencies:
- dependency-name: rector/rector
  dependency-version: 2.2.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-17 17:05:47 +01:00
dependabot[bot] d843e03a34 Merge pull request #56308 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-9.2.0 2025-11-17 16:04:30 +00:00
Joas Schilling 9dd4391873 Merge pull request #56495 from nextcloud/fix/fix-integration-auth-tests
fix(tests): Fix login test for remember me checkbox
2025-11-17 15:31:53 +01:00
Côme Chilliet d1f295dd4a fix(tests): Fix login test for remember me checkbox
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-11-17 14:15:11 +01:00
Stephan Orbaugh 3a26574f29 Merge pull request #56243 from nextcloud/fix/noid/share-permissions-attribute
Fix potentially broken shares from the past
2025-11-17 14:07:49 +01:00
Joas Schilling f27f4524c4 Merge pull request #56438 from nextcloud/work/carl/profiler-updtae
feat(profiler): Use gzdecode/gzencode to parse profiles
2025-11-17 12:47:59 +01:00
Ferdinand Thiessen e1e265d3fa chore: align sub-project package.json engines with root
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-11-17 11:14:53 +01:00
nextcloud-command a4ffae354d chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-11-17 09:23:22 +00:00
Julien Veyssier 8b3e59fa36 fix(sharing): fix potentially broken shares from the past, change 'null' download permission to 'true'
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2025-11-17 10:07:44 +01:00
dependabot[bot] 12c78a2f62 build(deps): bump @nextcloud/vue from 9.1.0 to 9.2.0
Dependabot couldn't find the original pull request head commit, 40802524320d8612a5c301170c7fc7d6b3768c37.
2025-11-17 08:56:03 +00:00
dependabot[bot] 83d93dac11 Merge pull request #56305 from nextcloud/dependabot/npm_and_yarn/cypress-15.6.0 2025-11-17 06:56:18 +00:00
dependabot[bot] 9f675f9479 build(deps-dev): bump cypress from 15.5.0 to 15.6.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 15.5.0 to 15.6.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v15.5.0...v15.6.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-version: 15.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-17 06:29:05 +00:00
Nextcloud bot 51cb58be1f fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-11-17 00:13:26 +00:00
dependabot[bot] 2b2e6d32c3 Merge pull request #56313 from nextcloud/dependabot/npm_and_yarn/vite-7.2.2 2025-11-16 21:55:28 +00:00
nextcloud-command 1fdf1c8f54 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-11-16 20:16:49 +00:00
dependabot[bot] ea3c313173 build(deps-dev): bump vite from 7.1.12 to 7.2.2
Dependabot couldn't find the original pull request head commit, 18b91d6c4aeb2b043ec744b3b4d221596d322fb3.
2025-11-16 20:06:09 +00:00
dependabot[bot] c3d09cd777 Merge pull request #56307 from nextcloud/dependabot/npm_and_yarn/nextcloud/password-confirmation-6.0.2 2025-11-16 18:35:41 +00:00
nextcloud-command a77011559d chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-11-16 16:50:49 +00:00
dependabot[bot] b9f4fea624 build(deps): bump @nextcloud/password-confirmation from 6.0.1 to 6.0.2
Dependabot couldn't find the original pull request head commit, 946853c645b7ba03f4448e0da00e6cdc92913dbd.
2025-11-16 16:41:01 +00:00
dependabot[bot] 9dbadc5aff Merge pull request #56455 from nextcloud/dependabot/npm_and_yarn/sass-1.94.0 2025-11-16 14:22:30 +00:00
dependabot[bot] 728ec4c445 Merge pull request #56457 from nextcloud/dependabot/npm_and_yarn/wait-on-9.0.3 2025-11-16 13:26:46 +00:00
nextcloud-command 5e7622ba09 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-11-16 08:58:03 +00:00
dependabot[bot] c5a39ecaa2 build(deps-dev): bump wait-on from 9.0.1 to 9.0.3
Bumps [wait-on](https://github.com/jeffbski/wait-on) from 9.0.1 to 9.0.3.
- [Release notes](https://github.com/jeffbski/wait-on/releases)
- [Commits](https://github.com/jeffbski/wait-on/compare/v9.0.1...v9.0.3)

---
updated-dependencies:
- dependency-name: wait-on
  dependency-version: 9.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-16 09:49:37 +01:00
dependabot[bot] 6bce01c1eb build(deps-dev): bump sass from 1.93.3 to 1.94.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.93.3 to 1.94.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.93.3...1.94.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-version: 1.94.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-16 08:14:30 +00:00
dependabot[bot] e6ab9a19d6 Merge pull request #56453 from nextcloud/dependabot/npm_and_yarn/jsdom-27.2.0 2025-11-16 08:12:12 +00:00
dependabot[bot] 6cedc15c1f build(deps-dev): bump jsdom from 27.0.1 to 27.2.0
Bumps [jsdom](https://github.com/jsdom/jsdom) from 27.0.1 to 27.2.0.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](https://github.com/jsdom/jsdom/compare/27.0.1...27.2.0)

---
updated-dependencies:
- dependency-name: jsdom
  dependency-version: 27.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-16 08:36:15 +01:00
Nextcloud bot 7e92820474 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-11-16 00:13:30 +00:00
dependabot[bot] 49080f16e7 Merge pull request #56459 from nextcloud/dependabot/npm_and_yarn/build/frontend-legacy/msw-2.12.2 2025-11-15 16:07:47 +00:00
dependabot[bot] 9b84cd6323 build(deps-dev): bump msw in /build/frontend-legacy
Bumps [msw](https://github.com/mswjs/msw) from 2.12.0 to 2.12.2.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mswjs/msw/compare/v2.12.0...v2.12.2)

---
updated-dependencies:
- dependency-name: msw
  dependency-version: 2.12.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-15 16:11:15 +01:00
dependabot[bot] 321e401c89 Merge pull request #56484 from nextcloud/dependabot/npm_and_yarn/js-yaml-4.1.1 2025-11-15 14:29:51 +00:00
dependabot[bot] 40b690e5da build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-15 14:05:10 +01:00
dependabot[bot] 8b105b7ac6 Merge pull request #56310 from nextcloud/dependabot/npm_and_yarn/nextcloud/paths-2.2.2 2025-11-15 12:04:59 +00:00
nextcloud-command 0950c92353 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-11-15 10:20:26 +00:00
dependabot[bot] b33eb679f4 build(deps): bump @nextcloud/paths from 2.2.1 to 2.2.2
Bumps [@nextcloud/paths](https://github.com/nextcloud-libraries/nextcloud-paths) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-paths/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-paths/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-paths/compare/v2.2.1...v2.2.2)

---
updated-dependencies:
- dependency-name: "@nextcloud/paths"
  dependency-version: 2.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-15 08:33:37 +00:00
dependabot[bot] 240c941797 Merge pull request #56454 from nextcloud/dependabot/npm_and_yarn/types/dockerode-3.3.46 2025-11-15 04:48:17 +00:00
dependabot[bot] 176bf749fa build(deps-dev): bump @types/dockerode from 3.3.45 to 3.3.46
Bumps [@types/dockerode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dockerode) from 3.3.45 to 3.3.46.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dockerode)

---
updated-dependencies:
- dependency-name: "@types/dockerode"
  dependency-version: 3.3.46
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-15 02:18:03 +00:00
Nextcloud bot 91b5d5f511 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-11-15 00:13:19 +00:00
Ferdinand Thiessen 5b92f58734 Merge pull request #56425 from nextcloud/fix/rtl-legacy-snapper-width
fix(core): RTL legacy snapper width
2025-11-14 18:38:38 +01:00
Ferdinand Thiessen 76e5ba83a6 Merge pull request #56439 from nextcloud/refactor/files_trashbin-vue3
refactor(files_trashbin): migrate app to Vue 3
2025-11-14 17:55:56 +01:00
Ferdinand Thiessen 5daeee2b56 chore: compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-11-14 17:02:54 +01:00
Ferdinand Thiessen 0059d17ae3 refactor(files_trashbin): migrate app to Vue 3
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-11-14 17:01:21 +01:00
Joas Schilling f2f9cb7664 Merge pull request #56414 from nextcloud/build/noid/update-icewind-smb
build: Require icewind/smb 3.8
2025-11-14 16:38:21 +01:00
nextcloud-command ba25d56512 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-11-14 14:52:52 +00:00
Pauli Järvinen 47f9407127 fix(core): legacy app navigation snapper width on RTL
After ec9e283e there was still such a problem with the legacy app navigation
snapper that its width was only 266 px on the RTL layout instead of the
normal 300 px. The 266 px is the default width of Snap.js module. While the
left side snapper width is configured with the property maxPosition, the right
side snapper is configured by passing a negative value for the property
minPosition.

Signed-off-by: Pauli Järvinen <pauli.jarvinen@gmail.com>
2025-11-14 15:30:56 +01:00
Stephan Orbaugh b6d9364f54 Merge pull request #56408 from nextcloud/refactor/files-settings-design
refactor(files): migrate to new `NcForm*` components (app settings design)
2025-11-14 15:13:11 +01:00
Carl Schwan 6a5f9c3c89 feat(profiler): Use gzdecode/gzencode to parse profiles
See https://github.com/symfony/symfony/blob/42a80727f9220f9cac78379005629cdf753a62b1/src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php#L299

Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
2025-11-14 14:19:33 +01:00
Ferdinand Thiessen ad0beef08c chore: compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-11-14 13:11:13 +01:00
Ferdinand Thiessen 82237a8bc9 refactor(files): migrate to new NcForm* components for app settings
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-11-14 13:09:06 +01:00
Ferdinand Thiessen d1b00335d6 fix(files): use correct types for the Settings
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-11-14 13:09:05 +01:00
Daniel 4d23a952c1 Merge pull request #55485 from nextcloud/info-no-suggest-object-scan
fix: don't suggest files:scan with object store in info:file
2025-11-14 12:03:40 +01:00
Joas Schilling c58b8cca6c build: Require icewind/smb 3.8.1
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-11-14 11:33:09 +01:00
dependabot[bot] cc62840f55 Merge pull request #56312 from nextcloud/dependabot/npm_and_yarn/nextcloud/browserslist-config-3.1.2 2025-11-14 07:00:15 +00:00
Nextcloud bot bbfa873fae fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-11-14 00:13:21 +00:00
nextcloud-command 0718677627 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-11-13 21:55:51 +00:00
dependabot[bot] b0c0c6fd1c build(deps-dev): bump @nextcloud/browserslist-config from 3.1.1 to 3.1.2
Dependabot couldn't find the original pull request head commit, 6618d3d4092ccdab84a65750a0487eaac3c01560.
2025-11-13 21:52:47 +00:00
Ferdinand Thiessen a955382154 Merge pull request #56409 from nextcloud/fix/webroot-public-link
fix(files_sharing): use webroot for public links
2025-11-13 22:45:35 +01:00
dependabot[bot] 6c83be92d8 Merge pull request #56309 from nextcloud/dependabot/npm_and_yarn/eslint-9.39.1 2025-11-13 21:07:28 +00:00
Ferdinand Thiessen e768070e4e chore: compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-11-13 20:39:17 +01:00
Ferdinand Thiessen 85b6a0628d fix(files_sharing): use webroot for public links
Regression of https://github.com/nextcloud/server/pull/55750

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-11-13 20:36:40 +01:00
dependabot[bot] 99cc82992a build(deps-dev): bump eslint from 9.39.0 to 9.39.1
Bumps [eslint](https://github.com/eslint/eslint) from 9.39.0 to 9.39.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/compare/v9.39.0...v9.39.1)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 9.39.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-13 18:57:52 +01:00
Stephan Orbaugh e7d02a6e5f Merge pull request #56189 from nextcloud/fix/do-not-test-encryption-on-grant
fix(encryption): Add the script to test encryption status only on logged in pages
2025-11-13 16:54:05 +01:00
Stephan Orbaugh 1498b5d96e Merge pull request #56343 from nextcloud/feat/add-rememberme-checkbox
Add rememberme checkbox
2025-11-13 16:53:50 +01:00
Stephan Orbaugh 2d0c5cf627 Merge pull request #56218 from nextcloud/feat/di/abort-infinite-loop
feat(DI): Abort querying if infinite loop is detected
2025-11-13 16:15:49 +01:00
Daniel b0af462c62 Merge pull request #56405 from nextcloud/demi-usr-bin-bash
chore: don't assume bash in /bin in build/demi.sh
2025-11-13 15:04:08 +01:00
nextcloud-command 907fb1985e chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-11-13 13:32:39 +00:00
Côme Chilliet f99ca7dd75 chore(login): Check remember me by default
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-11-13 13:26:01 +00:00
Côme Chilliet 4e83d20837 feat(login): Add rememberme checkbox
Only present if allowed by configuration.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-11-13 13:25:59 +00:00
Côme Chilliet 28b48eec39 chore: Improve typing and codestyle in LoginData
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-11-13 13:25:59 +00:00
Stephan Orbaugh 66d5faf502 Merge pull request #56377 from nextcloud/refactor/files-settings
refactor(files): move hotkeys in app settings to new `NcAppSettingsShortcutsSection`
2025-11-13 13:35:44 +01:00
dependabot[bot] 9fdd825dc6 Merge pull request #56319 from nextcloud/dependabot/npm_and_yarn/build/frontend-legacy/vite-7.2.2 2025-11-13 11:00:30 +00:00
Côme Chilliet 71688e3b8e Merge pull request #56167 from nextcloud/fix/fix-encryption-with-user-keys
fix(encryption): Fix user key support with basic auth
2025-11-13 11:51:59 +01:00
Ferdinand Thiessen a15adb1f7e chore: compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-11-13 11:36:25 +01:00
Ferdinand Thiessen d94e4bcdb5 refactor(files): move file action hotkeys to the file actions
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-11-13 11:34:32 +01:00
Ferdinand Thiessen 2d012b6156 refactor(files): use new NcAppSettingsShortcutsSection
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-11-13 11:34:32 +01:00
dependabot[bot] 7a4622c8f1 build(deps-dev): bump vite in /build/frontend-legacy
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.1.12 to 7.2.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.2.2/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 7.2.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-13 11:19:57 +01:00
dependabot[bot] 70446b8e8e Merge pull request #56315 from nextcloud/dependabot/npm_and_yarn/build/frontend-legacy/msw-2.12.0 2025-11-13 10:12:27 +00:00
nextcloud-command 8de1786b42 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-11-13 06:51:24 +00:00
dependabot[bot] c11088f5b1 build(deps-dev): bump msw in /build/frontend-legacy
Bumps [msw](https://github.com/mswjs/msw) from 2.11.6 to 2.12.0.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mswjs/msw/compare/v2.11.6...v2.12.0)

---
updated-dependencies:
- dependency-name: msw
  dependency-version: 2.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-13 07:42:57 +01:00
Nextcloud bot ba287d710b fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-11-13 00:14:19 +00:00
Joas Schilling ec22660cc0 Merge pull request #56401 from nextcloud/bugfix/noid/bump-symfony/http-foundation
build(deps): Bump symfony/http-foundation to 6.4.29
2025-11-12 23:34:08 +01:00
Joas Schilling 7b7784966c build(deps): Bump symfony/http-foundation to 6.4.29
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-11-12 19:01:30 +01:00
Andy Scherzinger 32c149e8ea Merge pull request #56255 from nextcloud/availability-same-request
make failed availability check apply in the same request
2025-11-12 18:45:01 +01:00
Robin Appelman e95926e901 chore: don't assume bash in /usr/bin in build/demi.sh
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-11-12 17:43:39 +01:00
Stephan Orbaugh eaeabac3a5 Merge pull request #56392 from nextcloud/fix/config/update-enabled-preview-providers
fix(config.sample.php): Update enabledPreviewProviders
2025-11-12 16:03:36 +01:00
dependabot[bot] bdc626bb79 Merge pull request #56306 from nextcloud/dependabot/npm_and_yarn/vue-3.5.24 2025-11-12 14:53:18 +00:00
dependabot[bot] d872be24e3 Merge pull request #56321 from nextcloud/dependabot/npm_and_yarn/build/frontend-legacy/nextcloud/paths-2.2.2 2025-11-12 14:09:46 +00:00
nextcloud-command 2096cdd442 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-11-12 13:27:04 +00:00
nextcloud-command b1c2fd3e0c chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-11-12 13:20:17 +00:00
dependabot[bot] 41b155ba28 build(deps): bump vue from 3.5.22 to 3.5.24
Bumps [vue](https://github.com/vuejs/core) from 3.5.22 to 3.5.24.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/compare/v3.5.22...v3.5.24)

---
updated-dependencies:
- dependency-name: vue
  dependency-version: 3.5.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-12 13:20:17 +00:00
dependabot[bot] 5b4da0c45b build(deps): bump @nextcloud/paths in /build/frontend-legacy
Bumps [@nextcloud/paths](https://github.com/nextcloud-libraries/nextcloud-paths) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-paths/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-paths/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-paths/compare/v2.2.1...v2.2.2)

---
updated-dependencies:
- dependency-name: "@nextcloud/paths"
  dependency-version: 2.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-12 13:09:02 +00:00
dependabot[bot] fcf14068e7 Merge pull request #56318 from nextcloud/dependabot/npm_and_yarn/build/frontend-legacy/nextcloud/password-confirmation-6.0.2 2025-11-12 12:51:31 +00:00
provokateurin e22cfbf7d7 fix(config.sample.php): Update enabledPreviewProviders
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-11-12 12:34:42 +01:00
dependabot[bot] f951718bc7 Merge pull request #55930 from nextcloud/dependabot/npm_and_yarn/build/frontend-legacy/vitejs/plugin-vue2-2.3.4 2025-11-12 10:58:50 +00:00
Kate e5f50dafcb Merge pull request #55620 from nextcloud/fix/appframework/check-reponder-existence 2025-11-12 11:46:08 +01:00
Daniel Calviño Sánchez 0ce4b4b371 Merge pull request #52012 from nextcloud/fix-user-collaborators-returned-when-searching-for-mail-collaborators
Fix user collaborators returned when searching for mail collaborators
2025-11-12 11:04:07 +01:00
dependabot[bot] 4cf8254d24 build(deps-dev): bump @vitejs/plugin-vue2 in /build/frontend-legacy
Bumps [@vitejs/plugin-vue2](https://github.com/vitejs/vite-plugin-vue2/tree/HEAD/packages/plugin-vue) from 2.3.3 to 2.3.4.
- [Release notes](https://github.com/vitejs/vite-plugin-vue2/releases)
- [Commits](https://github.com/vitejs/vite-plugin-vue2/commits/v2.3.4/packages/plugin-vue)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-vue2"
  dependency-version: 2.3.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-12 10:45:47 +01:00
dependabot[bot] 0eb6ef6c32 build(deps): bump @nextcloud/password-confirmation
Bumps [@nextcloud/password-confirmation](https://github.com/nextcloud-libraries/nextcloud-password-confirmation) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/compare/v6.0.1...v6.0.2)

---
updated-dependencies:
- dependency-name: "@nextcloud/password-confirmation"
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-12 10:43:32 +01:00
dependabot[bot] 8029dd63c0 Merge pull request #56316 from nextcloud/dependabot/npm_and_yarn/build/frontend-legacy/nextcloud/l10n-3.4.1 2025-11-12 09:23:42 +00:00
Joas Schilling 49324bcb21 Merge pull request #56346 from nextcloud/feat/noid/allow-overwriting-rate-limit
feat(rate-limit): Allow overwriting the rate limit
2025-11-12 10:09:16 +01:00
provokateurin f720925b06 fix(AppFramework): Check for responder existence
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-11-12 09:39:53 +01:00
Joas Schilling 2b9083ab29 feat(rate-limit): Allow overwriting the rate limit
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-11-12 08:59:40 +01:00
Nextcloud bot b3fd79fff3 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-11-12 00:14:18 +00:00
Enjeck a459f56184 Merge pull request #56042 from nextcloud/fix/55598
fix(files_external): check for changes when saving settings
2025-11-11 15:21:39 +00:00
dependabot[bot] 1ae100c269 build(deps): bump @nextcloud/l10n in /build/frontend-legacy
Bumps [@nextcloud/l10n](https://github.com/nextcloud-libraries/nextcloud-l10n) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-l10n/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-l10n/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-l10n/compare/v3.4.0...v3.4.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/l10n"
  dependency-version: 3.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-11 15:59:42 +01:00
nextcloud-command f71d7458d3 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-11-11 11:16:41 +01:00
Enjeck C 58a7bf45a4 fix(files_external): check for changes when saving settings
Signed-off-by: Enjeck C <patrathewhiz@gmail.com>
2025-11-11 11:16:41 +01:00
Joas Schilling db9644eea2 Merge pull request #56161 from nextcloud/rakekniven-patch-2
chore(i18n): Changed unicode character and removed line breaks
2025-11-11 09:35:48 +01:00
Joas Schilling 9755246324 Merge pull request #56350 from nextcloud/fix/noid/ai-input-limits
Add AI input limits
2025-11-11 09:08:33 +01:00
Joas Schilling 75407ade72 Merge pull request #56363 from nextcloud/automated/noid/master-update-code-signing-crl
[master] fix(security): Update code signing revocation list
2025-11-11 08:40:08 +01:00
nextcloud-command 75370c3f40 fix(security): Update code signing revocation list
Signed-off-by: GitHub <noreply@github.com>
2025-11-11 02:39:53 +00:00
Daniel Calviño Sánchez c40fcba5a4 fix: Fix user collaborators returned when searching for mail collaborators
The MailPlugin collaborator returned results for both user and mail
collaborators, but it was registered only for mail collaborators. While
it might make sense to move the user results to the UserPlugin instead
that change would be more complex and riskier, so for now the MailPlugin
is now registered for both user and mail collaborators and the results
are limited only to the registered type.

As the plugins are registered only with their class and then resolved
when needed using dependency injection it is not possible (as far as I
know) to provide an explicit parameter in the constructor to
differentiate whether the MailPlugin should return user or mail
collaborators. To overcome this two subclasses are introduced,
MailByMailPlugin and UserByMailPlugin, which just hardcode in their
constructor the collaborator type that their parent MailPlugin must use,
and those subclasses are the ones registered instead of the MailPlugin
(which still contains all the logic).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-11-11 01:20:17 +01:00
Nextcloud bot 775d610422 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-11-11 00:13:33 +00:00
Daniel Calviño Sánchez 2c841b2337 test: Rename data providers to match the name of their tests
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-11-11 00:54:39 +01:00
Daniel Calviño Sánchez 74fd144003 test: Replace magic value with named constant of share type
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-11-11 00:54:39 +01:00
Daniel Calviño Sánchez a0e8d943f1 test: Rename parameters to show that they are expected values
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-11-11 00:54:38 +01:00
Daniel Calviño Sánchez 45f2683a73 test: Fix parameter documentation
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-11-11 00:54:38 +01:00
Daniel Calviño Sánchez dcda12c5db test: Add integration tests to get collaborators without sharebymail app
The "sharebymail" app is enabled by default, so it needs to be enabled
once the scenario ends as other scenarios could expect that the app is
enabled. To solve that now a special step is added that records the
enabled state of the given app and restores it once the scenario ends.

This step only restores the state of already installed apps. If an app
is installed during the test it will not be neither disabled nor
uninstalled after the test ends. Therefore, at least for now, it is
necessary to explicitly call the step to record the app to be restored,
rather than automatically keeping track of the changes in the enabled
state of the apps during the scenario.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-11-11 00:54:38 +01:00
Daniel Calviño Sánchez cee2492196 test: Extract function to get apps with certain enabled state
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-11-11 00:54:37 +01:00
Daniel Calviño Sánchez c1b475b75e test: Add tests to get user autocompletes similar to the email ones
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-11-11 00:54:37 +01:00
Daniel Calviño Sánchez 7441f15a94 test: Extend tests to check the same cases with and without full match
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-11-11 00:54:36 +01:00
Daniel Calviño Sánchez e4d58d35fa test: Add integration tests for getting user and mail collaborators
The OCS endpoint expects either an int or an array for "shareType".
However, when using "getRowsHash()" only a single key is taken into
account, so instead of:
  | shareType[] | 0 |
  | shareType[] | 4 |
the share types are provided in a single row like:
  | shareTypes | 0 4 |
and then converted to "shareType[]=0&shareType[]=4" when sending the
request.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-11-11 00:54:36 +01:00
Daniel Calviño Sánchez e68e5c3955 test: Add integration tests for getting collaborators by mail addresses
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-11-11 00:54:35 +01:00
Daniel Calviño Sánchez 27b57b8c86 test: Fix getting returned sharees when there are several results
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-11-11 00:54:35 +01:00
Daniel Calviño Sánchez a164ab84d6 test: Check unique display name if provided in the response
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-11-11 00:54:34 +01:00
Côme Chilliet 928a45c677 fix(encryption): Fix user key support with basic auth
When using basic authentication the user is not logged in yet when
 KeyManager constructor gets called, so we need to delay the check for
 the loggedin user uid.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-11-10 18:11:01 +01:00
Julien Veyssier 33d1acddc7 fix(ai-apis): reject text inputs that are longer than 64K chars
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2025-11-10 17:29:09 +01:00
Hamza 3d7b3add9a Merge pull request #55556 from nextcloud/feat/occ/orphaned-keys
feat: add occ command to scan and delete orphaned keys
2025-11-10 16:00:09 +01:00
Maxence Lange 503fda6316 Merge pull request #55648 from nextcloud/fix/ocm-discovery-spec-compliant
fix(ocm): align discovery process with OCM spec
2025-11-10 08:54:51 -01:00
Nextcloud bot c39f56f8a1 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-11-10 00:13:26 +00:00
Micke Nordin bd6aa276da fix(ocm): align discovery process with OCM spec
Signed-off-by: Micke Nordin <kano@sunet.se>
2025-11-09 19:35:57 -01:00
Nextcloud bot 89ffc90bdb fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-11-08 00:13:35 +00:00
Joas Schilling 968a934496 Merge pull request #56284 from nextcloud/ci/noid/prevent-logical-boolean-operators
ci(psalm): Add a checker against logical operators
2025-11-07 23:47:53 +01:00
Joas Schilling d14cf6a8be Merge pull request #56280 from nextcloud/chore/noid/version-in-crawler-agent
Add server version to default crawler user agent
2025-11-07 15:42:53 +01:00
Arthur Schiwon cd1c45d789 Merge pull request #56281 from nextcloud/revert-56222-artonge/feat/sanitize_groupname
Revert "feat(group): Sanitize group names and ids on creation"
2025-11-07 14:33:43 +01:00
Joas Schilling 967a181403 ci(psalm): Add a checker against logical operators
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-11-07 12:07:25 +01:00
Marcel Müller b91034b3cf chore: Add server version to default crawler user agent
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2025-11-07 11:20:56 +01:00
Arthur Schiwon f4b4cb5493 Revert "feat(group): Sanitize group names and ids on creation" 2025-11-07 10:37:50 +01:00
Nextcloud bot 6ba4ca3d8f fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-11-07 00:13:54 +00:00
Robin Appelman 17104bf3a0 chore: better type hints for getAvailability
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-11-06 20:09:17 +01:00
Robin Appelman 2970232790 fix: make failed availability check apply in the same request
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-11-06 20:08:44 +01:00
John Molakvoæ 52f99e6f6c Merge pull request #56075 from nextcloud/fix/files-preload-tree-level-2
fix(files): preload file tree with 2 level deep
2025-11-06 16:40:19 +01:00
nextcloud-command b839243ca7 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-11-06 15:28:36 +00:00
skjnldsv c521b7ca34 fix(files): preload file tree with 2 level deep
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-11-06 15:25:01 +00:00
Louis 03b06e022f Merge pull request #56226 from nextcloud/feat/package-node-npm-engines-update
build: update node and npm engines versions
2025-11-06 16:07:18 +01:00
Louis cddd666213 Merge pull request #56222 from nextcloud/artonge/feat/sanitize_groupname
feat(group): Sanitize group names and ids on creation
2025-11-06 15:24:10 +01:00
Julius Knorr e67f8e2329 Merge pull request #56225 from nextcloud/fix/direct-login-after-password-reset
fix: Force direct login after password reset
2025-11-06 13:59:12 +01:00
nextcloud-command 0fdedc86ee chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-11-06 13:04:09 +01:00
Julius Knorr 853b264cc9 fix: Force direct login after password reset
With SSO setups users may otherwise be redirected to the IdP directly
instead of the regular login form that they reset the password for

Signed-off-by: Julius Knorr <jus@bitgrid.net>
2025-11-06 13:04:09 +01:00
Julius Knorr e88d140626 Merge pull request #55724 from nextcloud/fix-federation-shares-list
Clean old federation shares when select another file/folder
2025-11-06 11:35:35 +01:00
Louis 4850e54ec8 Merge pull request #56215 from nextcloud/artonge/feat/ephemeral_lax_period
feat(EphemeralSessions): Introduce lax period
2025-11-06 11:24:01 +01:00
Luka Trovic f0cfb52439 fix(sharing): clean old federation shares when select another file/folder
Signed-off-by: Luka Trovic <luka@nextcloud.com>
2025-11-06 09:50:23 +01:00
Louis dd7ef0394e Merge pull request #56117 from nextcloud/artonge/fix/files_versions/do_not_assume_when_migrating
fix(files_versions): Do not assume source exist when migrating versions to new storage
2025-11-06 08:23:55 +01:00
Nextcloud bot 718c9dbc0c fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-11-06 00:13:46 +00:00
Arthur Schiwon 4328e28004 Merge pull request #55818 from nextcloud/feat/ocm-accept-folder-share
feat(cloud-federation-api): accept folder shares
2025-11-05 22:59:17 +01:00
Micke Nordin 432709328c feat(cloud-federation-api): Make duplicate entries
Solve the problem by adding the provider for both files and folders

Signed-off-by: Micke Nordin <kano@sunet.se>
2025-11-05 20:24:40 +01:00
Micke Nordin 5a7f72c6a6 feat(cloud-federation-api): accept folder shares
Normalize resourceType from folder to file in
RequestHandlerController::addShare() to allow accepting
OCM folder shares from oCIS/OpenCloud/CERNBox.

Signed-off-by: Micke Nordin <kano@sunet.se>
2025-11-05 20:24:40 +01:00
Nextcloud bot 14139905cc build: update node and npm engines versions
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-11-05 18:15:37 +00:00
Ferdinand Thiessen 340ea17532 Merge pull request #55870 from nextcloud/chore/phpunit-11
chore: migrate to PHPUnit 11
2025-11-05 18:37:20 +01:00
Louis Chmn 989011766e feat(group): Sanitize group names and ids on creation
It does not make sense to allow group name with weird white space sequence going forward.

Same for group ids, in which we do not really want white space.

Signed-off-by: Louis Chmn <louis@chmn.me>
2025-11-05 18:31:38 +01:00
Louis Chmn c1e151ca6c fix(files_versions): Do not assume source exist when migrating versions to new storage
Signed-off-by: Louis Chmn <louis@chmn.me>
2025-11-05 18:05:27 +01:00
Louis Chmn ed4a1708f2 feat(EphemeralSessions): Introduce lax period
Signed-off-by: Louis Chmn <louis@chmn.me>
2025-11-05 16:08:13 +01:00
Ferdinand Thiessen 6336eac6a5 chore: setting test metadata in annotations is deprecated (use attributes)
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-11-05 15:42:40 +01:00
Ferdinand Thiessen b2ffff385a chore(tests): cleanup previews in teardown
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-11-05 15:42:40 +01:00
Ferdinand Thiessen 1eeed0a170 refactor(tests): teardown is now always called - also when skipped
* ref: https://github.com/sebastianbergmann/phpunit/issues/6394

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-11-05 15:42:34 +01:00
Ferdinand Thiessen f1e82b10e6 refactor(tests): getMockForAbstractClass is deprecated
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-11-05 15:42:34 +01:00
Ferdinand Thiessen b2e767d98c refactor(tests): returnValue is deprecated
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-11-05 15:42:34 +01:00
Ferdinand Thiessen b7488550f7 refactor(tests): getMockForTrait is deprecated
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-11-05 15:42:34 +01:00
Ferdinand Thiessen be6b39f280 refactor(tests): special name method is deprecated in PHPUnit
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-11-05 15:42:34 +01:00
Ferdinand Thiessen 77d1d3b953 refactor: returnCallback is deprecated - use willReturnCallback
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-11-05 15:42:34 +01:00
Ferdinand Thiessen e3b34891b0 chore: migrate to PHPUnit 11
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-11-05 15:42:33 +01:00
Anna fafc07a19d Merge pull request #56190 from nextcloud/fix/noid/dont-loop-affected-userids-twice
fix(activity): do not loop affected userIDs twice
2025-11-05 13:49:06 +01:00
provokateurin 3dbf848ee9 feat(DI): Abort querying if infinite loop is detected
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-11-05 12:21:19 +01:00
Joas Schilling b95e87275c Merge pull request #56192 from nextcloud/rakekniven-patch-1
chore(i18n): Fixed plural strings
2025-11-05 11:19:46 +01:00
Benjamin Gaussorgues 7a7d0b1039 Merge pull request #56195 from nextcloud/addUserMissingVersionsPerms 2025-11-05 09:27:01 +01:00
nextcloud-command 3b0312f50e chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-11-05 07:38:44 +00:00
Joas Schilling 90bbefb454 Merge pull request #56211 from nextcloud/automated/noid/master-update-ca-cert-bundle
[master] fix(security): Update CA certificate bundle
2025-11-05 07:38:36 +01:00
nextcloud-command ffeac6a032 fix(security): Update CA certificate bundle
Signed-off-by: GitHub <noreply@github.com>
2025-11-05 02:39:11 +00:00
Nextcloud bot 75281251b1 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-11-05 00:14:08 +00:00
Git'Fellow f8b1dd6045 fix(files_versions): Add user to error message
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2025-11-04 17:50:18 +01:00
Hamza f1cdf6885e feat: add occ command to scan and selete orphaned keys
Signed-off-by: Hamza <hamzamahjoubi221@gmail.com>
2025-11-04 16:56:35 +01:00
Benjamin Gaussorgues 9581230b56 Merge pull request #56106 from nextcloud/fix/snowflake_apcu 2025-11-04 16:01:12 +01:00
Benjamin Gaussorgues 635a6ac9da Merge pull request #56095 from nextcloud/feat/add-serverid 2025-11-04 16:00:32 +01:00
Benjamin Gaussorgues d92b02a14a Merge pull request #56083 from nextcloud/fix/snowflakeids 2025-11-04 15:59:21 +01:00
rakekniven 9163982193 chore(i18n): Fixed plural strings
Also reduced words. See https://uxdworld.com/how-to-write-effective-success-messages/ for details

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2025-11-04 15:58:15 +01:00
Côme Chilliet ca8b04f331 fix(encryption): Add the script to test encryption status only on logged in pages
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-11-04 14:52:58 +01:00
Anna Larch 767dc3eaee fix(activity): do not loop affected userIDs twice
Signed-off-by: Anna Larch <anna@nextcloud.com>
2025-11-04 13:55:50 +01:00
Kate 6911a33d50 Merge pull request #55748 from nextcloud/bugfix/noid/closure-job 2025-11-04 12:56:33 +01:00
Joas Schilling 34f1ae62a1 fix(jobs): Limit command jobs to known cases
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-11-04 11:10:40 +01:00
Benjamin Gaussorgues df8d838186 Merge pull request #56035 from nextcloud/cacheXmlPaginationResponse 2025-11-04 10:52:41 +01:00
Salvatore Martire 36d515da61 fix(pagination): render multistatus to XML before caching
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
2025-11-04 09:20:30 +01:00
Nextcloud bot 4770c2f120 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-11-04 00:13:50 +00:00
Andy Scherzinger d8c404c1ef Merge pull request #56099 from nextcloud/rakekniven-patch-1
chore(i18n): Adapted spelling of MIME type
2025-11-03 23:15:27 +01:00
dependabot[bot] 256e74d410 Merge pull request #55933 from nextcloud/dependabot/npm_and_yarn/build/frontend-legacy/dompurify-3.3.0 2025-11-03 20:30:58 +00:00
nextcloud-command d267d839e3 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-11-03 18:52:24 +01:00
rakekniven 1588abec25 chore(i18n): Adapted spelling of MIME type
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-11-03 18:52:24 +01:00
Ferdinand Thiessen 68e492ef17 Merge pull request #56129 from nextcloud/chore/remove-oc-app-config
chore: remove deprecated `OC.AppConfig` in favor of `OCP.AppConfig`
2025-11-03 16:25:48 +01:00
rakekniven ceda2a9b91 chore(i18n): Changed unicode character and removed line breaks
Removed warning of string validation check.
Leading spaces makes it hard to translate at Transifex.



Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2025-11-03 16:20:41 +01:00
Joas Schilling f98cabc20f Merge pull request #56155 from nextcloud/feat/update-supported-postgres-versions
feat: Update supported PostgreSQL versions
2025-11-03 15:21:34 +01:00
Ferdinand Thiessen 101560af75 chore: compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-11-03 15:08:19 +01:00
Ferdinand Thiessen 15e610a63f chore: remove deprecated OC.AppConfig in favor of OCP.AppConfig
It was deprecated since Nextcloud 16 and can be replaced with
`OCP.AppConfig`.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-11-03 15:05:45 +01:00
Maxence Lange 4a399a3d0b Merge pull request #56159 from nextcloud/feat/noid/lexicon-internal-flag
feat(lexicon): add FLAG_INTERNAL
2025-11-03 12:55:21 -01:00
Benjamin Gaussorgues 1f74ed9239 feat(config): add serverid configuration and use it for Snowflakes
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2025-11-03 14:25:09 +01:00
Benjamin Gaussorgues 8062cdb485 fix(snowflakes): fix APCu cache restarted detection
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2025-11-03 14:21:30 +01:00
Benjamin Gaussorgues 69ec2ce26b Merge pull request #56120 from nextcloud/feat/snowflake-file-sequence 2025-11-03 14:02:33 +01:00
dependabot[bot] a1d6af4997 Merge pull request #56144 from nextcloud/dependabot/npm_and_yarn/globals-16.5.0 2025-11-03 12:58:58 +00:00
dependabot[bot] 3ed719afc5 Merge pull request #56148 from nextcloud/dependabot/npm_and_yarn/nextcloud/moment-1.3.5 2025-11-03 12:55:15 +00:00
dependabot[bot] 0dc0d593bb Merge pull request #56149 from nextcloud/dependabot/npm_and_yarn/build/frontend-legacy/sass-1.93.3 2025-11-03 12:55:01 +00:00
Maxence Lange 1538692987 feat(lexicon): add FLAG_INTERNAL
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2025-11-03 11:39:25 -01:00
provokateurin a529cdf080 feat: Update supportes PostgreSQL versions
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-11-03 13:36:53 +01:00
Benjamin Gaussorgues 83dd9d313a feat(snowflakeids): add File Sequence Generator
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2025-11-03 11:45:13 +01:00
nextcloud-command 13701dfda3 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-11-03 08:12:33 +00:00
dependabot[bot] cdcf1b6703 build(deps-dev): bump globals from 16.4.0 to 16.5.0
Bumps [globals](https://github.com/sindresorhus/globals) from 16.4.0 to 16.5.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v16.4.0...v16.5.0)

---
updated-dependencies:
- dependency-name: globals
  dependency-version: 16.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-03 08:09:38 +00:00
dependabot[bot] 87885e35d4 build(deps): bump @nextcloud/moment from 1.2.1 to 1.3.5
Bumps [@nextcloud/moment](https://github.com/nextcloud-libraries/nextcloud-moment) from 1.2.1 to 1.3.5.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-moment/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-moment/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-moment/compare/v1.2.1...v1.3.5)

---
updated-dependencies:
- dependency-name: "@nextcloud/moment"
  dependency-version: 1.3.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-03 09:04:04 +01:00
dependabot[bot] 5169d9be94 build(deps-dev): bump sass in /build/frontend-legacy
Bumps [sass](https://github.com/sass/dart-sass) from 1.93.2 to 1.93.3.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.93.2...1.93.3)

---
updated-dependencies:
- dependency-name: sass
  dependency-version: 1.93.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-03 00:51:48 +00:00
nextcloud-command 22ed856b31 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-11-01 16:02:58 +01:00
dependabot[bot] dc55aaf4d1 build(deps): bump dompurify in /build/frontend-legacy
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.2.7 to 3.3.0.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.2.7...3.3.0)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-01 16:02:58 +01:00
Benjamin Gaussorgues 231b7f8c41 chore(snowflakes): small fixes on decode command
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2025-10-29 17:28:54 +01:00
Robin Appelman 0a499300c4 fix: don't suggest files:scan with object store in info:file
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-10-01 17:36:36 +02:00
1049 changed files with 16104 additions and 10103 deletions
+1 -1
View File
@@ -68,4 +68,4 @@ jobs:
php -f tests/enable_all.php
- name: PHPUnit
run: composer run test -- --exclude-group PRIMARY-azure,PRIMARY-s3,PRIMARY-swift,Memcached,Redis,RoutingWeirdness
run: composer run test -- --exclude-group PRIMARY-azure --exclude-group PRIMARY-s3 --exclude-group PRIMARY-swift --exclude-group Memcached --exclude-group Redis --exclude-group RoutingWeirdness
+1 -1
View File
@@ -99,7 +99,7 @@ jobs:
php -f tests/enable_all.php
- name: PHPUnit memcached tests
run: composer run test -- --group Memcache,Memcached --log-junit junit.xml ${{ matrix.coverage && '--coverage-clover ./clover.xml' || '' }}
run: composer run test -- --group Memcache --group Memcached --log-junit junit.xml ${{ matrix.coverage && '--coverage-clover ./clover.xml' || '' }}
- name: Upload code coverage
if: ${{ !cancelled() && matrix.coverage }}
+1 -1
View File
@@ -105,7 +105,7 @@ jobs:
php -f tests/enable_all.php
- name: PHPUnit nodb testsuite
run: composer run test -- --exclude-group DB,SLOWDB --log-junit junit.xml ${{ matrix.coverage && '--coverage-clover ./clover.nodb.xml' || '' }}
run: composer run test -- --exclude-group DB --exclude-group SLOWDB --log-junit junit.xml ${{ matrix.coverage && '--coverage-clover ./clover.nodb.xml' || '' }}
- name: Upload nodb code coverage
if: ${{ !cancelled() && matrix.coverage }}
+4 -4
View File
@@ -61,13 +61,13 @@ jobs:
matrix:
php-versions: ['8.2']
# To keep the matrix smaller we ignore PostgreSQL versions in between as we already test the minimum and the maximum
postgres-versions: ['13', '17']
postgres-versions: ['14', '18']
include:
- php-versions: '8.3'
postgres-versions: '17'
postgres-versions: '18'
coverage: ${{ github.event_name != 'pull_request' }}
- php-versions: '8.4'
postgres-versions: '17'
postgres-versions: '18'
name: PostgreSQL ${{ matrix.postgres-versions }} (PHP ${{ matrix.php-versions }}) - database tests
@@ -86,7 +86,7 @@ jobs:
POSTGRES_USER: root
POSTGRES_PASSWORD: rootpassword
POSTGRES_DB: nextcloud
options: --mount type=tmpfs,destination=/var/lib/postgresql/data --health-cmd pg_isready --health-interval 5s --health-timeout 2s --health-retries 5
options: --mount type=tmpfs,destination=/var/lib/postgresql --health-cmd pg_isready --health-interval 5s --health-timeout 2s --health-retries 5
steps:
- name: Checkout server
+7
View File
@@ -0,0 +1,7 @@
OC.L10N.register(
"admin_audit",
{
"Auditing / Logging" : "ການກວດສອບ / ການບັນທຶກ",
"Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "ສະໜອງຄວາມສາມາດໃນການບັນທຶກສຳລັບ Nextcloud ເຊັ່ນ ການບັນທຶກການເຂົ້າເຖິງໄຟລ໌ ຫຼື ການກະທຳອື່ນໆທີ່ອ່ອນໄຫວ."
},
"nplurals=1; plural=0;");
+5
View File
@@ -0,0 +1,5 @@
{ "translations": {
"Auditing / Logging" : "ການກວດສອບ / ການບັນທຶກ",
"Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "ສະໜອງຄວາມສາມາດໃນການບັນທຶກສຳລັບ Nextcloud ເຊັ່ນ ການບັນທຶກການເຂົ້າເຖິງໄຟລ໌ ຫຼື ການກະທຳອື່ນໆທີ່ອ່ອນໄຫວ."
},"pluralForm" :"nplurals=1; plural=0;"
}
+4 -2
View File
@@ -4,9 +4,9 @@ OC.L10N.register(
"Comments" : "باھا",
"You commented" : "باھا بەردىڭىز",
"{author} commented" : "{author} باھا بەردى",
"You commented on %1$s" : "سىز%1 $ s غا باھا بەردىڭىز",
"You commented on %1$s" : "سىز %1$s غا باھا بەردىڭىز",
"You commented on {file}" : "سىز {file} گە باھا بەردىڭىز",
"%1$s commented on %2$s" : "%1 $ s%2 $ s غا باھا بەردى",
"%1$s commented on %2$s" : "%1$s بولسا %2$s غا باھا بەردى",
"{author} commented on {file}" : "{author} بولسا {file} گە باھا بەردى",
"<strong>Comments</strong> for files" : "ھۆججەتلەر ئۈچۈن <strong> باھا </ strong>",
"Files" : "ھۆججەتلەر",
@@ -17,6 +17,7 @@ OC.L10N.register(
"Delete comment" : "باھانى ئۆچۈرۈڭ",
"Cancel edit" : "تەھرىرلەشنى ئەمەلدىن قالدۇرۇڭ",
"New comment" : "يېڭى باھا",
"Write a comment …" : "بىر ئىنكاس يېزىڭ  ...",
"Post comment" : "ئىنكاس يېزىڭ",
"@ for mentions, : for emoji, / for smart picker" : "@ تىلغا ئېلىش ئۈچۈن ،: emoji ئۈچۈن ، / ئەقلىي ئىقتىدارلىق تاللىغۇچ ئۈچۈن",
"Could not reload comments" : "ئىنكاسلارنى قايتا يۈكلىيەلمىدى",
@@ -25,6 +26,7 @@ OC.L10N.register(
"No comments yet, start the conversation!" : "تېخى باھا يوق ، سۆھبەتنى باشلاڭ!",
"No more messages" : "باشقا ئۇچۇر يوق",
"Retry" : "قايتا سىناڭ",
"_1 new comment_::_{unread} new comments_" : ["1 يېڭى ئىنكاس","{unread} يېڭى ئىنكاسلار"],
"Comment" : "باھا",
"An error occurred while trying to edit the comment" : "باھانى تەھرىرلىمەكچى بولغاندا خاتالىق كۆرۈلدى",
"Comment deleted" : "باھا ئۆچۈرۈلدى",
+4 -2
View File
@@ -2,9 +2,9 @@
"Comments" : "باھا",
"You commented" : "باھا بەردىڭىز",
"{author} commented" : "{author} باھا بەردى",
"You commented on %1$s" : "سىز%1 $ s غا باھا بەردىڭىز",
"You commented on %1$s" : "سىز %1$s غا باھا بەردىڭىز",
"You commented on {file}" : "سىز {file} گە باھا بەردىڭىز",
"%1$s commented on %2$s" : "%1 $ s%2 $ s غا باھا بەردى",
"%1$s commented on %2$s" : "%1$s بولسا %2$s غا باھا بەردى",
"{author} commented on {file}" : "{author} بولسا {file} گە باھا بەردى",
"<strong>Comments</strong> for files" : "ھۆججەتلەر ئۈچۈن <strong> باھا </ strong>",
"Files" : "ھۆججەتلەر",
@@ -15,6 +15,7 @@
"Delete comment" : "باھانى ئۆچۈرۈڭ",
"Cancel edit" : "تەھرىرلەشنى ئەمەلدىن قالدۇرۇڭ",
"New comment" : "يېڭى باھا",
"Write a comment …" : "بىر ئىنكاس يېزىڭ  ...",
"Post comment" : "ئىنكاس يېزىڭ",
"@ for mentions, : for emoji, / for smart picker" : "@ تىلغا ئېلىش ئۈچۈن ،: emoji ئۈچۈن ، / ئەقلىي ئىقتىدارلىق تاللىغۇچ ئۈچۈن",
"Could not reload comments" : "ئىنكاسلارنى قايتا يۈكلىيەلمىدى",
@@ -23,6 +24,7 @@
"No comments yet, start the conversation!" : "تېخى باھا يوق ، سۆھبەتنى باشلاڭ!",
"No more messages" : "باشقا ئۇچۇر يوق",
"Retry" : "قايتا سىناڭ",
"_1 new comment_::_{unread} new comments_" : ["1 يېڭى ئىنكاس","{unread} يېڭى ئىنكاسلار"],
"Comment" : "باھا",
"An error occurred while trying to edit the comment" : "باھانى تەھرىرلىمەكچى بولغاندا خاتالىق كۆرۈلدى",
"Comment deleted" : "باھا ئۆچۈرۈلدى",
+4 -1
View File
@@ -14,10 +14,13 @@ OC.L10N.register(
"Good evening, {name}" : "خەيرلىك كەچ ، {name}",
"Hello" : "ياخشىمۇسىز",
"Hello, {name}" : "ياخشىمۇسىز ، {name}",
"Customize" : "Customize",
"Happy birthday 🥳🤩🎂🎉" : "تۇغۇلغان كۈنىڭىزگە مۇبارەك 🥳🤩🎂🎉",
"Happy birthday, {name} 🥳🤩🎂🎉" : "{name}! تۇغۇلغان كۈنىڭىزگە مۇبارەك 🥳🤩🎂🎉",
"Customize" : "خاسلاشتۇر",
"Edit widgets" : "كىچىك قوراللارنى تەھرىرلەش",
"Get more widgets from the App Store" : "ئەپ دۇكىنىدىن تېخىمۇ كۆپ كىچىك قوراللارغا ئېرىشىڭ",
"Weather service" : "ھاۋارايى مۇلازىمىتى",
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information." : "شەخسىي مەخپىيەتلىكىڭىز ئۈچۈن، {productName} مۇلازىمېتىرىڭىز سىزنىڭ نامىڭىزدا ھاۋارايى سانلىق مەلۇماتلىرىنى تەلەپ قىلىدۇ، شۇڭا ھاۋارايى مۇلازىمىتى ھېچقانداق شەخسىي ئۇچۇر تاپشۇرۇۋالمايدۇ.",
"Weather data from Met.no" : "Met.no دىن كەلگەن ھاۋارايى سانلىق مەلۇماتلىرى",
"geocoding with Nominatim" : "Nominatim بىلەن جۇغراپىيىلىك كودلاش",
"elevation data from OpenTopoData" : "OpenTopoData دىن ئېگىزلىك سانلىق مەلۇماتلىرى",
+4 -1
View File
@@ -12,10 +12,13 @@
"Good evening, {name}" : "خەيرلىك كەچ ، {name}",
"Hello" : "ياخشىمۇسىز",
"Hello, {name}" : "ياخشىمۇسىز ، {name}",
"Customize" : "Customize",
"Happy birthday 🥳🤩🎂🎉" : "تۇغۇلغان كۈنىڭىزگە مۇبارەك 🥳🤩🎂🎉",
"Happy birthday, {name} 🥳🤩🎂🎉" : "{name}! تۇغۇلغان كۈنىڭىزگە مۇبارەك 🥳🤩🎂🎉",
"Customize" : "خاسلاشتۇر",
"Edit widgets" : "كىچىك قوراللارنى تەھرىرلەش",
"Get more widgets from the App Store" : "ئەپ دۇكىنىدىن تېخىمۇ كۆپ كىچىك قوراللارغا ئېرىشىڭ",
"Weather service" : "ھاۋارايى مۇلازىمىتى",
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information." : "شەخسىي مەخپىيەتلىكىڭىز ئۈچۈن، {productName} مۇلازىمېتىرىڭىز سىزنىڭ نامىڭىزدا ھاۋارايى سانلىق مەلۇماتلىرىنى تەلەپ قىلىدۇ، شۇڭا ھاۋارايى مۇلازىمىتى ھېچقانداق شەخسىي ئۇچۇر تاپشۇرۇۋالمايدۇ.",
"Weather data from Met.no" : "Met.no دىن كەلگەن ھاۋارايى سانلىق مەلۇماتلىرى",
"geocoding with Nominatim" : "Nominatim بىلەن جۇغراپىيىلىك كودلاش",
"elevation data from OpenTopoData" : "OpenTopoData دىن ئېگىزلىك سانلىق مەلۇماتلىرى",
+1 -1
View File
@@ -252,7 +252,7 @@ OC.L10N.register(
"Completed on %s" : "Rematado o %s",
"Due on %s by %s" : "Caduca o %s por %s",
"Due on %s" : "Caduca o %s",
"Welcome to Nextcloud Calendar!\n\nThis is a sample event - explore the flexibility of planning with Nextcloud Calendar by making any edits you want!\n\nWith Nextcloud Calendar, you can:\n- Create, edit, and manage events effortlessly.\n- Create multiple calendars and share them with teammates, friends, or family.\n- Check availability and display your busy times to others.\n- Seamlessly integrate with apps and devices via CalDAV.\n- Customize your experience: schedule recurring events, adjust notifications and other settings." : "Dámoslle a benvida ao Calendario de Nextcloud!\n\nEste é un evento de mostra: examina a flexibilidade da planificación co calendario de Nextcloud facendo os cambios que queiras!\n\nCo calendario de Nextcloud, podes:\n- Crear, editar e xestionar eventos sen esforzo.\n- Crear varios calendarios e compartilos con compañeiros de equipo, amigos ou familiares.\n- Comprobar a dispoñibilidade e amosar a ocupación das túas horas a outras persoas.\n- Integración perfecta con aplicacións e dispositivos a través de CalDAV.\n- Personalizar a súa experiencia: planificar eventos recorrentes, axustar as notificacións e outros axustes.",
"Welcome to Nextcloud Calendar!\n\nThis is a sample event - explore the flexibility of planning with Nextcloud Calendar by making any edits you want!\n\nWith Nextcloud Calendar, you can:\n- Create, edit, and manage events effortlessly.\n- Create multiple calendars and share them with teammates, friends, or family.\n- Check availability and display your busy times to others.\n- Seamlessly integrate with apps and devices via CalDAV.\n- Customize your experience: schedule recurring events, adjust notifications and other settings." : "Dámoslle a benvida ao Calendario de Nextcloud!\n\nEste é un evento de mostra: examina a flexibilidade da planificación co calendario de Nextcloud facendo os cambios que queiras!\n\nCo calendario de Nextcloud, podes:\n- Crear, editar e xestionar eventos sen esforzo.\n- Crear varios calendarios e compartilos con compañeiros de equipo, amigos ou familiares.\n- Comprobar a dispoñibilidade e amosar a ocupación das súas horas a outras persoas.\n- Integración perfecta con aplicacións e dispositivos a través de CalDAV.\n- Personalizar a súa experiencia: planificar eventos recorrentes, axustar as notificacións e outros axustes.",
"Example event - open me!" : "Exemplo de evento: Ábreme!",
"System Address Book" : "Caderno de enderezos do sistema",
"The system address book contains contact information for all users in your instance." : "O caderno de enderezos do sistema contén a información de contacto de todos os usuarios da súa instancia.",
+1 -1
View File
@@ -250,7 +250,7 @@
"Completed on %s" : "Rematado o %s",
"Due on %s by %s" : "Caduca o %s por %s",
"Due on %s" : "Caduca o %s",
"Welcome to Nextcloud Calendar!\n\nThis is a sample event - explore the flexibility of planning with Nextcloud Calendar by making any edits you want!\n\nWith Nextcloud Calendar, you can:\n- Create, edit, and manage events effortlessly.\n- Create multiple calendars and share them with teammates, friends, or family.\n- Check availability and display your busy times to others.\n- Seamlessly integrate with apps and devices via CalDAV.\n- Customize your experience: schedule recurring events, adjust notifications and other settings." : "Dámoslle a benvida ao Calendario de Nextcloud!\n\nEste é un evento de mostra: examina a flexibilidade da planificación co calendario de Nextcloud facendo os cambios que queiras!\n\nCo calendario de Nextcloud, podes:\n- Crear, editar e xestionar eventos sen esforzo.\n- Crear varios calendarios e compartilos con compañeiros de equipo, amigos ou familiares.\n- Comprobar a dispoñibilidade e amosar a ocupación das túas horas a outras persoas.\n- Integración perfecta con aplicacións e dispositivos a través de CalDAV.\n- Personalizar a súa experiencia: planificar eventos recorrentes, axustar as notificacións e outros axustes.",
"Welcome to Nextcloud Calendar!\n\nThis is a sample event - explore the flexibility of planning with Nextcloud Calendar by making any edits you want!\n\nWith Nextcloud Calendar, you can:\n- Create, edit, and manage events effortlessly.\n- Create multiple calendars and share them with teammates, friends, or family.\n- Check availability and display your busy times to others.\n- Seamlessly integrate with apps and devices via CalDAV.\n- Customize your experience: schedule recurring events, adjust notifications and other settings." : "Dámoslle a benvida ao Calendario de Nextcloud!\n\nEste é un evento de mostra: examina a flexibilidade da planificación co calendario de Nextcloud facendo os cambios que queiras!\n\nCo calendario de Nextcloud, podes:\n- Crear, editar e xestionar eventos sen esforzo.\n- Crear varios calendarios e compartilos con compañeiros de equipo, amigos ou familiares.\n- Comprobar a dispoñibilidade e amosar a ocupación das súas horas a outras persoas.\n- Integración perfecta con aplicacións e dispositivos a través de CalDAV.\n- Personalizar a súa experiencia: planificar eventos recorrentes, axustar as notificacións e outros axustes.",
"Example event - open me!" : "Exemplo de evento: Ábreme!",
"System Address Book" : "Caderno de enderezos do sistema",
"The system address book contains contact information for all users in your instance." : "O caderno de enderezos do sistema contén a información de contacto de todos os usuarios da súa instancia.",
+113 -7
View File
@@ -73,16 +73,77 @@ OC.L10N.register(
"Where: %s" : "Dove: %s",
"%1$s via %2$s" : "%1$s tramite %2$s",
"In the past on %1$s for the entire day" : "In passato ogni %1$s per l'intero giorno",
"_In a minute on %1$s for the entire day_::_In %n minutes on %1$s for the entire day_" : ["Fra un minuto di %1$s per l'intero giorno","Fra %n minuti di %1$s per l'intero giorno","Fra %n minuti di %1$s per l'intero giorno"],
"_In a minute on %1$s for the entire day_::_In %n minutes on %1$s for the entire day_" : ["Fra un minuto il %1$s per l'intero giorno","Fra %n minuti il %1$s per l'intero giorno","Fra %n minuti il %1$s per l'intero giorno"],
"_In a hour on %1$s for the entire day_::_In %n hours on %1$s for the entire day_" : ["Fra un'ora il %1$s per l'intero giorno","Fra %n ore il %1$s per l'intero giorno","Fra %n ore il %1$s per l'intero giorno"],
"_In a day on %1$s for the entire day_::_In %n days on %1$s for the entire day_" : ["Fra un giorno il %1$s per l'intero giorno","Fra %n giorni il %1$s per l'intero giorno","Fra %n giorni il %1$s per l'intero giorno"],
"_In a week on %1$s for the entire day_::_In %n weeks on %1$s for the entire day_" : ["Fra una settimana il %1$s per l'intero giorno","Fra %n settimane il %1$s per l'intero giorno","Fra %n settimane il %1$s per l'intero giorno"],
"_In a month on %1$s for the entire day_::_In %n months on %1$s for the entire day_" : ["Fra un mese il %1$s per l'intero giorno","Fra %n mesi il %1$s per l'intero giorno","Fra %n mesi il %1$s per l'intero giorno"],
"_In a year on %1$s for the entire day_::_In %n years on %1$s for the entire day_" : ["Fra un anno di %1$s per l'intero giorno","Fra %n anni di %1$s per l'intero giorno","Fra %n anni di %1$s per l'intero giorno"],
"In the past on %1$s between %2$s - %3$s" : "In passato il %1$s nelle ore %2$s - %3$s",
"_In a minute on %1$s between %2$s - %3$s_::_In %n minutes on %1$s between %2$s - %3$s_" : ["Fra un minuto il %1$s nelle ore %2$s - %3$s","Fra %n minuti il %1$s nelle ore %2$s - %3$s","Fra %n minuti il %1$s nelle ore %2$s - %3$s"],
"_In a hour on %1$s between %2$s - %3$s_::_In %n hours on %1$s between %2$s - %3$s_" : ["Fra un'ora il %1$s nelle ore %2$s - %3$s","Fra %n ore il %1$s nelle ore %2$s - %3$s","Fra %n ore il %1$s nelle ore %2$s - %3$s"],
"_In a day on %1$s between %2$s - %3$s_::_In %n days on %1$s between %2$s - %3$s_" : ["Fra un giorno il %1$s nelle ore %2$s - %3$s","Fra %n giorni il %1$s nelle ore %2$s - %3$s","Fra %n giorni il %1$s nelle ore %2$s - %3$s"],
"_In a week on %1$s between %2$s - %3$s_::_In %n weeks on %1$s between %2$s - %3$s_" : ["Fra una settimana il %1$s nelle ore %2$s - %3$s","Fra %n settimane il %1$s nelle ore %2$s - %3$s","Fra %n settimane il %1$s nelle ore %2$s - %3$s"],
"_In a month on %1$s between %2$s - %3$s_::_In %n months on %1$s between %2$s - %3$s_" : ["Fra un mese il %1$s nelle ore %2$s - %3$s","Fra %n mesi il %1$s nelle ore %2$s - %3$s","Fra %n mesi il %1$s nelle ore %2$s - %3$s"],
"_In a year on %1$s between %2$s - %3$s_::_In %n years on %1$s between %2$s - %3$s_" : ["Fra un anno il %1$s nelle ore %2$s - %3$s","Fra %n anni il %1$s nelle ore %2$s - %3$s","Fra %n anni il %1$s nelle ore %2$s - %3$s"],
"Could not generate when statement" : "Impossibile generare l'istruzione \"quando\"",
"Every Day for the entire day" : "Ogni giorno per l'intero giorno",
"Every Day for the entire day until %1$s" : "Ogni Giorno per l'intero giorno fino a %1$s",
"Every Day between %1$s - %2$s" : "Ogni giorno tra %1$s-%2$s",
"Every Day between %1$s - %2$s until %3$s" : "Ogni giorno tra %1$s -%2$s fino al %3$s",
"Every %1$d Days for the entire day" : "Ogni %1$d Giorni per tutto il giorno",
"Every Day between %1$s - %2$s" : "Ogni giorno nelle ore %1$s-%2$s",
"Every Day between %1$s - %2$s until %3$s" : "Ogni giorno nelle ore %1$s -%2$s fino al %3$s",
"Every %1$d Days for the entire day" : "Ogni %1$d Giorni per l'intero giorno",
"Every %1$d Days for the entire day until %2$s" : "Ogni %1$d Giorni per l'intero giorno fino al %2$s",
"Every %1$d Days between %2$s - %3$s" : "Ogni %1$d Giorni tra %2$s-%3$s",
"Every Week on %1$s for the entire day" : "Ogni settimana di %1$s per l'intero giorno",
"Every Week on %1$s for the entire day until %2$s" : "Ogni settimana di %1$s per l'intero giorno fino al %2$s",
"Every %1$d Days between %2$s - %3$s" : "Ogni %1$d Giorni nelle ore %2$s-%3$s",
"Every %1$d Days between %2$s - %3$s until %4$s" : "Ogni %1$d Giorni nelle ore %2$s - %3$s fino al %4$s",
"Could not generate event recurrence statement" : "Impossibile generare l'istruzione di ricorrenza dell'evento",
"Every Week on %1$s for the entire day" : "Ogni Settimana il %1$s per l'intero giorno",
"Every Week on %1$s for the entire day until %2$s" : "Ogni Settimana il %1$s per l'intero giorno fino al %2$s",
"Every Week on %1$s between %2$s - %3$s" : "Ogni Settimana il %1$s nelle ore %2$s - %3$s",
"Every Week on %1$s between %2$s - %3$s until %4$s" : "Ogni Settimana il %1$s nelle ore %2$s - %3$s fino al %4$s",
"Every %1$d Weeks on %2$s for the entire day" : "Ogni %1$d Settimane il %2$s per l'intero giorno",
"Every %1$d Weeks on %2$s for the entire day until %3$s" : "Ogni %1$d Settimane il %2$s per l'intero giorno fino al %3$s",
"Every %1$d Weeks on %2$s between %3$s - %4$s" : "Ogni %1$d Settimane il %2$s nelle ore %3$s - %4$s",
"Every %1$d Weeks on %2$s between %3$s - %4$s until %5$s" : "Ogni %1$d Settimane il %2$s nelle ore %3$s - %4$s fino al %5$s",
"Every Month on the %1$s for the entire day" : "Ogni Mese il/la %1$s per l'intero giorno",
"Every Month on the %1$s for the entire day until %2$s" : "Ogni Mese il/la %1$s per l'intero giorno fino al %2$s",
"Every Month on the %1$s between %2$s - %3$s" : "Ogni Mese il/la %1$s nelle ore %2$s - %3$s",
"Every Month on the %1$s between %2$s - %3$s until %4$s" : "Ogni Mese il/la %1$s nelle ore %2$s - %3$s fino al %4$s",
"Every %1$d Months on the %2$s for the entire day" : "Ogni %1$d Mesi il/la %2$s per l'intero giorno",
"Every %1$d Months on the %2$s for the entire day until %3$s" : "Ogni %1$d Mesi il/la %2$s per l'intero giorno fino al %3$s",
"Every %1$d Months on the %2$s between %3$s - %4$s" : "Ogni %1$d Mesi il/la %2$s nelle ore %3$s - %4$s",
"Every %1$d Months on the %2$s between %3$s - %4$s until %5$s" : "Ogni %1$d Mesi il/la %2$s nelle ore %3$s - %4$s fino al %5$s",
"Every Year in %1$s on the %2$s for the entire day" : "Ogni Anno a %1$s il/la %2$s per l'intero giorno",
"Every Year in %1$s on the %2$s for the entire day until %3$s" : "Ogni Anno a %1$s il/la %2$s per l'intero giorno fino al %3$s",
"Every Year in %1$s on the %2$s between %3$s - %4$s" : "Ogni Anno a %1$s il/la %2$s nelle ore %3$s - %4$s",
"Every Year in %1$s on the %2$s between %3$s - %4$s until %5$s" : "Ogni Anno a %1$s il/la %2$s nelle ore %3$s - %4$s fino al %5$s",
"Every %1$d Years in %2$s on the %3$s for the entire day" : "Ogni %1$d Anni a %2$s il/la %3$s per l'intero giorno",
"Every %1$d Years in %2$s on the %3$s for the entire day until %4$s" : "Ogni %1$d Anni a %2$s il/la %3$s per l'intero giorno fino al %4$s",
"Every %1$d Years in %2$s on the %3$s between %4$s - %5$s" : "Ogni %1$d Anni a %2$s il/la %3$s nelle ore %4$s - %5$s",
"Every %1$d Years in %2$s on the %3$s between %4$s - %5$s until %6$s" : "Ogni %1$d Anni a %2$s il/la %3$s nelle ore %4$s - %5$s fino al %6$s",
"On specific dates for the entire day until %1$s" : "In una specifica data per l'intero giorno fino al %1$s",
"On specific dates between %1$s - %2$s until %3$s" : "In una specifica data nelle ore %1$s - %2$s fino al %3$s",
"In the past on %1$s" : "In passato il %1$s",
"_In a minute on %1$s_::_In %n minutes on %1$s_" : ["Fra un minuto il %1$s","Fra %n minuti il %1$s","Fra %n minuti il %1$s"],
"_In a hour on %1$s_::_In %n hours on %1$s_" : ["Fra un'ora il %1$s","Fra %n ore il %1$s","Fra %n ore il %1$s"],
"_In a day on %1$s_::_In %n days on %1$s_" : ["Fra un giorno il %1$s","Fra %n giorni il %1$s","Fra %n giorni il %1$s"],
"_In a week on %1$s_::_In %n weeks on %1$s_" : ["Fra una settimana il %1$s","Fra %n settimane il %1$s","Fra %n settimane il %1$s"],
"_In a month on %1$s_::_In %n months on %1$s_" : ["Fra un mese il %1$s","Fra %n mesi il %1$s","Fra %n mesi il %1$s"],
"_In a year on %1$s_::_In %n years on %1$s_" : ["Fra un anno il %1$s","Fra %n anni il %1$s","Fra %n anni il %1$s"],
"In the past on %1$s then on %2$s" : "In passato il %1$s successivamente il %2$s",
"_In a minute on %1$s then on %2$s_::_In %n minutes on %1$s then on %2$s_" : ["Fra un minuto %1$s successivamente il %2$s","Fra %n minuti %1$s successivamente il %2$s","Fra %n minuti %1$s successivamente il %2$s"],
"_In a hour on %1$s then on %2$s_::_In %n hours on %1$s then on %2$s_" : ["Fra un'ora %1$s successivamente il %2$s","Fra %n ore %1$s successivamente il %2$s","Fra %n ore %1$s successivamente il %2$s"],
"_In a day on %1$s then on %2$s_::_In %n days on %1$s then on %2$s_" : ["Fra un giorno %1$s successivamente il %2$s","Fra %n giorni %1$s successivamente il %2$s","Fra %n giorni %1$s successivamente il %2$s"],
"_In a week on %1$s then on %2$s_::_In %n weeks on %1$s then on %2$s_" : ["Fra una settimana %1$s successivamente il %2$s","Fra %n settimane %1$s successivamente il %2$s","Fra %n settimane %1$s successivamente il %2$s"],
"_In a month on %1$s then on %2$s_::_In %n months on %1$s then on %2$s_" : ["Fra un mese %1$s successivamente il %2$s","Fra %n mesi %1$s successivamente il %2$s","Fra %n mesi %1$s successivamente il %2$s"],
"_In a year on %1$s then on %2$s_::_In %n years on %1$s then on %2$s_" : ["Fra un anno %1$s successivamente il %2$s","Fra %n anni %1$s successivamente il %2$s","Fra %n anni %1$s successivamente il %2$s"],
"In the past on %1$s then on %2$s and %3$s" : "In passato il %1$s successivamente il %2$s e %3$s",
"_In a minute on %1$s then on %2$s and %3$s_::_In %n minutes on %1$s then on %2$s and %3$s_" : ["Fra un minuto il %1$s successivamente il %2$s e %3$s","Fra %n minuti il %1$s successivamente il %2$s e %3$s","Fra %n minuti il %1$s successivamente il %2$s e %3$s"],
"_In a hour on %1$s then on %2$s and %3$s_::_In %n hours on %1$s then on %2$s and %3$s_" : ["Fra un'ora il %1$s successivamente il %2$s e %3$s","Fra %n ore il %1$s successivamente il %2$s e %3$s","Fra %n ore il %1$s successivamente il %2$s e %3$s"],
"_In a day on %1$s then on %2$s and %3$s_::_In %n days on %1$s then on %2$s and %3$s_" : ["Fra un giorno il %1$s successivamente il %2$s e %3$s","Fra %n giorni il %1$s successivamente il %2$s e %3$s","Fra %n giorni il %1$s successivamente il %2$s e %3$s"],
"_In a week on %1$s then on %2$s and %3$s_::_In %n weeks on %1$s then on %2$s and %3$s_" : ["Fra una settimana il %1$s successivamente il %2$s e %3$s","Fra %n settimane il %1$s successivamente il %2$s e %3$s","Fra %n settimane il %1$s successivamente il %2$s e %3$s"],
"_In a month on %1$s then on %2$s and %3$s_::_In %n months on %1$s then on %2$s and %3$s_" : ["Fra un mese il %1$s successivamente il %2$s e %3$s","Fra %n mesi il %1$s successivamente il %2$s e %3$s","Fra %n mesi il %1$s successivamente il %2$s e %3$s"],
"_In a year on %1$s then on %2$s and %3$s_::_In %n years on %1$s then on %2$s and %3$s_" : ["Fra un anno il %1$s successivamente il %2$s e %3$s","Fra %n anni il %1$s successivamente il %2$s e %3$s","Fra %n anni il %1$s successivamente il %2$s e %3$s"],
"Could not generate next recurrence statement" : "Impossibile generare l'istruzione della prossima ricorrenza ",
"Cancelled: %1$s" : "Annullato: %1$s",
"\"%1$s\" has been canceled" : "\"%1$s\" è stato annullato",
"Re: %1$s" : "Re: %1$s",
@@ -100,6 +161,7 @@ OC.L10N.register(
"When:" : "Quando:",
"Location:" : "Posizione:",
"Link:" : "Collegamento:",
"Occurring:" : "Ricorrenza:",
"Accept" : "Accetta",
"Decline" : "Rifiuta",
"More options …" : "Altre opzioni...",
@@ -124,7 +186,15 @@ OC.L10N.register(
"November" : "Novembre",
"December" : "Dicembre",
"First" : "Primo",
"Second" : "Secondo",
"Third" : "Terzo",
"Fourth" : "Quarto",
"Fifth" : "Quinto",
"Last" : "Ultimo",
"Second Last" : "Penultimo",
"Third Last" : "Terzultimo",
"Fourth Last" : "Quartultimo",
"Fifth Last" : "Quintultimo",
"Contacts" : "Contatti",
"{actor} created address book {addressbook}" : "{actor} ha creato la rubrica {addressbook}",
"You created address book {addressbook}" : "Hai creato la rubrica {addressbook}",
@@ -150,9 +220,12 @@ OC.L10N.register(
"{actor} updated contact {card} in address book {addressbook}" : "{actor} ha aggiornato il contatto {card} nella rubrica {addressbook}",
"You updated contact {card} in address book {addressbook}" : "Hai aggiornato il contatto {card} nella rubrica {addressbook}",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "Un <strong>contatto</strong> o <strong>rubrica</strong> sono stati modificati ",
"System address book disabled" : "Rubrica di sistema disabilitata",
"The system contacts address book has been automatically disabled during upgrade. This means that the address book will no longer be available to users in the contacts app or other clients. The system contacts address book was disabled because the amount of contacts in the address book exceeded the maximum recommended number of contacts. This limit is set to prevent performance issues. You can re-enable the system address book with the following command {command}" : "La rubrica dei contatti di sistema è stata disabilitata automaticamente durante l'aggiornamento. Ciò significa che la rubrica non sarà più disponibile per gli utenti nell'app Contatti o in altri client. La rubrica dei contatti di sistema è stata disabilitata perché il numero di contatti nella rubrica ha superato il numero massimo consigliato. Questo limite è stato impostato per evitare problemi di prestazioni. È possibile riabilitare la rubrica di sistema con il seguente comando {command}",
"Accounts" : "Account",
"System address book which holds all accounts" : "Rubrica di sistema che contiene tutti gli account",
"File is not updatable: %1$s" : "Il file non è aggiornabile: %1$s",
"Failed to get storage for file" : "Impossibile ottenere spazio di archiviazione per il file",
"Could not write to final file, canceled by hook" : "Impossibile scrivere nel file finale, annullato da hook",
"Could not write file contents" : "Impossibile scrivere il contenuto del file",
"_%n byte_::_%n bytes_" : ["%n byte","%n byte","%n byte"],
@@ -161,11 +234,14 @@ OC.L10N.register(
"Could not rename part file to final file, canceled by hook" : "Impossibile rinominare il file di parte in file finale, annullato da hook",
"Could not rename part file to final file" : "Impossibile rinominare il file di parte in file finale",
"Failed to check file size: %1$s" : "Verifica della dimensione del file non riuscito: %1$s",
"Could not open file: %1$s, file does seem to exist" : "Impossibile aprire il file: %1$s, il file sembra esistere",
"Could not open file: %1$s, file doesn't seem to exist" : "Impossibile aprire il file: %1$s, il file non sembra esistere",
"Encryption not ready: %1$s" : "Cifratura non pronta: %1$s",
"Failed to open file: %1$s" : "Apertura del file non riuscito: %1$s",
"Failed to unlink: %1$s" : "Scollegamento non riuscito: %1$s",
"Failed to write file contents: %1$s" : "Scrittura del contenuto del file non riuscita: %1$s",
"File not found: %1$s" : "File non trovato: %1$s",
"Invalid target path" : "Percorso di destinazione non valido",
"System is in maintenance mode." : "Il sistema è in modalità di manutenzione.",
"Upgrade needed" : "Aggiornamento necessario",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Il tuo %s deve essere configurato all'uso di HTTPS per poter usare CalDAV e CardDAV con iOS/macOS.",
@@ -176,9 +252,18 @@ OC.L10N.register(
"Completed on %s" : "Completata il %s",
"Due on %s by %s" : "Scade il %s per %s",
"Due on %s" : "Scade il %s",
"Welcome to Nextcloud Calendar!\n\nThis is a sample event - explore the flexibility of planning with Nextcloud Calendar by making any edits you want!\n\nWith Nextcloud Calendar, you can:\n- Create, edit, and manage events effortlessly.\n- Create multiple calendars and share them with teammates, friends, or family.\n- Check availability and display your busy times to others.\n- Seamlessly integrate with apps and devices via CalDAV.\n- Customize your experience: schedule recurring events, adjust notifications and other settings." : "Benvenuto nel Calendario Nextcloud!\n\nQuesto è un evento di esempio: scopri la flessibilità della pianificazione con Calendario Nextcloud apportando tutte le modifiche che desideri!\n\nCon il Calendario Nextcloud puoi:\n- Creare, modificare e gestire eventi senza alcuno sforzo.\n- Creare più calendari e condividerli con colleghi, amici o familiari.\n- Verificare la disponibilità e mostrare agli altri i tuoi impegni.\n- Integrare perfettamente app e dispositivi tramite CalDAV.\n- Personalizzare la tua esperienza: pianificare eventi ricorrenti, regolare le notifiche e altre impostazioni.",
"Example event - open me!" : "Evento d'esempio - aprimi!",
"System Address Book" : "Rubrica di Sistema",
"The system address book contains contact information for all users in your instance." : "La rubrica di sistema contiene le informazioni di contatto di tutti gli utenti della tua istanza.",
"Enable System Address Book" : "Abilita rubrica di sistema",
"DAV system address book" : "Rubrica di sistema DAV",
"No outstanding DAV system address book sync." : "Nessuna sincronizzazione della rubrica del sistema DAV in sospeso.",
"The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling \"occ dav:sync-system-addressbook\"." : "La sincronizzazione della rubrica del sistema DAV non è ancora stata eseguita poiché la tua istanza ha più di 1000 utenti o perché si è verificato un errore. Eseguila a mano chiamando \"occ dav:sync-system-addressbook\".",
"DAV system address book size" : "Dimensione della rubrica del sistema DAV",
"The system address book is disabled" : "La rubrica di sistema è disabilitata",
"The system address book is enabled, but contains more than the configured limit of %d contacts" : "La rubrica di sistema è abilitata, ma contiene più del limite configurato di %d contatti",
"The system address book is enabled and contains less than the configured limit of %d contacts" : "La rubrica di sistema è abilitata, e contiene meno del limite configurato di %d contatti",
"WebDAV endpoint" : "Terminatore WebDAV",
"Could not check that your web server is properly set up to allow file synchronization over WebDAV. Please check manually." : "Impossibile verificare se il server è configurato correttamente per consentire la sincronizzazione di file via WebDAV. Controllalo a mano.",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Il tuo server web non è configurato correttamente per consentire la sincronizzazione dei file, poiché l'interfaccia WebDAV sembra essere danneggiata.",
@@ -193,6 +278,8 @@ OC.L10N.register(
"Failed to clear your absence settings" : "Impossibile cancellare le impostazioni di assenza",
"First day" : "Primo giorno",
"Last day (inclusive)" : "Ultimo giorno (inclusivo)",
"Out of office replacement (optional)" : "Sostituzione per assenza (opzionale)",
"Name of the replacement" : "Nome del sostituto",
"Short absence status" : "Stato di assenza breve",
"Long absence Message" : "Messaggio di assenza lunga",
"Save" : "Salva",
@@ -211,7 +298,22 @@ OC.L10N.register(
"Cancel" : "Annulla",
"Import" : "Importa",
"Error while saving settings" : "Errore durante il salvataggio delle impostazioni",
"Contact reset successfully" : "Contatto resettato con successo",
"Error while resetting contact" : "Errore durante il reset del contatto",
"Contact imported successfully" : "Contatto importato con successo",
"Error while importing contact" : "Errore durante l'importazione del contatto",
"Import contact" : "Importa contatto",
"Reset to default" : "Ripristina valori predefiniti",
"Import contacts" : "Importa contatti",
"Importing a new .vcf file will delete the existing default contact and replace it with the new one. Do you want to continue?" : "L'importazione di un nuovo file .vcf cancellerà il contatto predefinito esistente e lo sostituirà con quello nuovo. Vuoi continuare?",
"Failed to save example event creation setting" : "Impossibile salvare le impostazioni di creazione dell'evento di esempio",
"Failed to upload the example event" : "Impossibile caricare l'evento di esempio",
"Custom example event was saved successfully" : "Esempio di evento personalizzato salvato correttamente",
"Failed to delete the custom example event" : "Impossibile eliminare l'evento di esempio personalizzato",
"Custom example event was deleted successfully" : "L'evento personalizzato di esempio è stato eliminato correttamente.",
"Import calendar event" : "Importa evento del calendario",
"Uploading a new event will overwrite the existing one." : "Il caricamento di un nuovo evento sovrascriverà quello esistente.",
"Upload event" : "Carica evento",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installa anche {calendarappstoreopen}l'applicazione Calendario{linkclose}, o {calendardocopen}connetti il tuo desktop e mobile per la sincronizzazione ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Assicurati di configurare correttamente {emailopen}il server di posta{linkclose}.",
"Calendar server" : "Server di calendari",
@@ -224,6 +326,8 @@ OC.L10N.register(
"Send reminder notifications to calendar sharees as well" : "Invia notifiche di promemoria anche ai partecipanti al calendario",
"Reminders are always sent to organizers and attendees." : "I promemoria vengono sempre inviati agli organizzatori e ai partecipanti.",
"Enable notifications for events via push" : "Abilita notifiche per eventi tramite push",
"Example content" : "Contenuto d'esempio",
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "Il contenuto di esempio serve a mostrare le funzionalità di Nextcloud. Il contenuto predefinito viene fornito con Nextcloud e può essere sostituito da contenuti personalizzati.",
"Availability" : "Disponibilità",
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Se imposti il tuo orario di lavoro, le altre persone potranno vedere quando non sei in ufficio per organizzare una riunione.",
"Absence" : "Assenza",
@@ -233,6 +337,8 @@ OC.L10N.register(
"Are you accepting the invitation?" : "Accetti l'invito?",
"Tentative" : "Provvisorio",
"Your attendance was updated successfully." : "La tua partecipazione è stata aggiornata correttamente.",
"No results." : "Nessun risultato.",
"Start typing." : "Inizia a scrivere.",
"Time zone:" : "Fuso orario:"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
+113 -7
View File
@@ -71,16 +71,77 @@
"Where: %s" : "Dove: %s",
"%1$s via %2$s" : "%1$s tramite %2$s",
"In the past on %1$s for the entire day" : "In passato ogni %1$s per l'intero giorno",
"_In a minute on %1$s for the entire day_::_In %n minutes on %1$s for the entire day_" : ["Fra un minuto di %1$s per l'intero giorno","Fra %n minuti di %1$s per l'intero giorno","Fra %n minuti di %1$s per l'intero giorno"],
"_In a minute on %1$s for the entire day_::_In %n minutes on %1$s for the entire day_" : ["Fra un minuto il %1$s per l'intero giorno","Fra %n minuti il %1$s per l'intero giorno","Fra %n minuti il %1$s per l'intero giorno"],
"_In a hour on %1$s for the entire day_::_In %n hours on %1$s for the entire day_" : ["Fra un'ora il %1$s per l'intero giorno","Fra %n ore il %1$s per l'intero giorno","Fra %n ore il %1$s per l'intero giorno"],
"_In a day on %1$s for the entire day_::_In %n days on %1$s for the entire day_" : ["Fra un giorno il %1$s per l'intero giorno","Fra %n giorni il %1$s per l'intero giorno","Fra %n giorni il %1$s per l'intero giorno"],
"_In a week on %1$s for the entire day_::_In %n weeks on %1$s for the entire day_" : ["Fra una settimana il %1$s per l'intero giorno","Fra %n settimane il %1$s per l'intero giorno","Fra %n settimane il %1$s per l'intero giorno"],
"_In a month on %1$s for the entire day_::_In %n months on %1$s for the entire day_" : ["Fra un mese il %1$s per l'intero giorno","Fra %n mesi il %1$s per l'intero giorno","Fra %n mesi il %1$s per l'intero giorno"],
"_In a year on %1$s for the entire day_::_In %n years on %1$s for the entire day_" : ["Fra un anno di %1$s per l'intero giorno","Fra %n anni di %1$s per l'intero giorno","Fra %n anni di %1$s per l'intero giorno"],
"In the past on %1$s between %2$s - %3$s" : "In passato il %1$s nelle ore %2$s - %3$s",
"_In a minute on %1$s between %2$s - %3$s_::_In %n minutes on %1$s between %2$s - %3$s_" : ["Fra un minuto il %1$s nelle ore %2$s - %3$s","Fra %n minuti il %1$s nelle ore %2$s - %3$s","Fra %n minuti il %1$s nelle ore %2$s - %3$s"],
"_In a hour on %1$s between %2$s - %3$s_::_In %n hours on %1$s between %2$s - %3$s_" : ["Fra un'ora il %1$s nelle ore %2$s - %3$s","Fra %n ore il %1$s nelle ore %2$s - %3$s","Fra %n ore il %1$s nelle ore %2$s - %3$s"],
"_In a day on %1$s between %2$s - %3$s_::_In %n days on %1$s between %2$s - %3$s_" : ["Fra un giorno il %1$s nelle ore %2$s - %3$s","Fra %n giorni il %1$s nelle ore %2$s - %3$s","Fra %n giorni il %1$s nelle ore %2$s - %3$s"],
"_In a week on %1$s between %2$s - %3$s_::_In %n weeks on %1$s between %2$s - %3$s_" : ["Fra una settimana il %1$s nelle ore %2$s - %3$s","Fra %n settimane il %1$s nelle ore %2$s - %3$s","Fra %n settimane il %1$s nelle ore %2$s - %3$s"],
"_In a month on %1$s between %2$s - %3$s_::_In %n months on %1$s between %2$s - %3$s_" : ["Fra un mese il %1$s nelle ore %2$s - %3$s","Fra %n mesi il %1$s nelle ore %2$s - %3$s","Fra %n mesi il %1$s nelle ore %2$s - %3$s"],
"_In a year on %1$s between %2$s - %3$s_::_In %n years on %1$s between %2$s - %3$s_" : ["Fra un anno il %1$s nelle ore %2$s - %3$s","Fra %n anni il %1$s nelle ore %2$s - %3$s","Fra %n anni il %1$s nelle ore %2$s - %3$s"],
"Could not generate when statement" : "Impossibile generare l'istruzione \"quando\"",
"Every Day for the entire day" : "Ogni giorno per l'intero giorno",
"Every Day for the entire day until %1$s" : "Ogni Giorno per l'intero giorno fino a %1$s",
"Every Day between %1$s - %2$s" : "Ogni giorno tra %1$s-%2$s",
"Every Day between %1$s - %2$s until %3$s" : "Ogni giorno tra %1$s -%2$s fino al %3$s",
"Every %1$d Days for the entire day" : "Ogni %1$d Giorni per tutto il giorno",
"Every Day between %1$s - %2$s" : "Ogni giorno nelle ore %1$s-%2$s",
"Every Day between %1$s - %2$s until %3$s" : "Ogni giorno nelle ore %1$s -%2$s fino al %3$s",
"Every %1$d Days for the entire day" : "Ogni %1$d Giorni per l'intero giorno",
"Every %1$d Days for the entire day until %2$s" : "Ogni %1$d Giorni per l'intero giorno fino al %2$s",
"Every %1$d Days between %2$s - %3$s" : "Ogni %1$d Giorni tra %2$s-%3$s",
"Every Week on %1$s for the entire day" : "Ogni settimana di %1$s per l'intero giorno",
"Every Week on %1$s for the entire day until %2$s" : "Ogni settimana di %1$s per l'intero giorno fino al %2$s",
"Every %1$d Days between %2$s - %3$s" : "Ogni %1$d Giorni nelle ore %2$s-%3$s",
"Every %1$d Days between %2$s - %3$s until %4$s" : "Ogni %1$d Giorni nelle ore %2$s - %3$s fino al %4$s",
"Could not generate event recurrence statement" : "Impossibile generare l'istruzione di ricorrenza dell'evento",
"Every Week on %1$s for the entire day" : "Ogni Settimana il %1$s per l'intero giorno",
"Every Week on %1$s for the entire day until %2$s" : "Ogni Settimana il %1$s per l'intero giorno fino al %2$s",
"Every Week on %1$s between %2$s - %3$s" : "Ogni Settimana il %1$s nelle ore %2$s - %3$s",
"Every Week on %1$s between %2$s - %3$s until %4$s" : "Ogni Settimana il %1$s nelle ore %2$s - %3$s fino al %4$s",
"Every %1$d Weeks on %2$s for the entire day" : "Ogni %1$d Settimane il %2$s per l'intero giorno",
"Every %1$d Weeks on %2$s for the entire day until %3$s" : "Ogni %1$d Settimane il %2$s per l'intero giorno fino al %3$s",
"Every %1$d Weeks on %2$s between %3$s - %4$s" : "Ogni %1$d Settimane il %2$s nelle ore %3$s - %4$s",
"Every %1$d Weeks on %2$s between %3$s - %4$s until %5$s" : "Ogni %1$d Settimane il %2$s nelle ore %3$s - %4$s fino al %5$s",
"Every Month on the %1$s for the entire day" : "Ogni Mese il/la %1$s per l'intero giorno",
"Every Month on the %1$s for the entire day until %2$s" : "Ogni Mese il/la %1$s per l'intero giorno fino al %2$s",
"Every Month on the %1$s between %2$s - %3$s" : "Ogni Mese il/la %1$s nelle ore %2$s - %3$s",
"Every Month on the %1$s between %2$s - %3$s until %4$s" : "Ogni Mese il/la %1$s nelle ore %2$s - %3$s fino al %4$s",
"Every %1$d Months on the %2$s for the entire day" : "Ogni %1$d Mesi il/la %2$s per l'intero giorno",
"Every %1$d Months on the %2$s for the entire day until %3$s" : "Ogni %1$d Mesi il/la %2$s per l'intero giorno fino al %3$s",
"Every %1$d Months on the %2$s between %3$s - %4$s" : "Ogni %1$d Mesi il/la %2$s nelle ore %3$s - %4$s",
"Every %1$d Months on the %2$s between %3$s - %4$s until %5$s" : "Ogni %1$d Mesi il/la %2$s nelle ore %3$s - %4$s fino al %5$s",
"Every Year in %1$s on the %2$s for the entire day" : "Ogni Anno a %1$s il/la %2$s per l'intero giorno",
"Every Year in %1$s on the %2$s for the entire day until %3$s" : "Ogni Anno a %1$s il/la %2$s per l'intero giorno fino al %3$s",
"Every Year in %1$s on the %2$s between %3$s - %4$s" : "Ogni Anno a %1$s il/la %2$s nelle ore %3$s - %4$s",
"Every Year in %1$s on the %2$s between %3$s - %4$s until %5$s" : "Ogni Anno a %1$s il/la %2$s nelle ore %3$s - %4$s fino al %5$s",
"Every %1$d Years in %2$s on the %3$s for the entire day" : "Ogni %1$d Anni a %2$s il/la %3$s per l'intero giorno",
"Every %1$d Years in %2$s on the %3$s for the entire day until %4$s" : "Ogni %1$d Anni a %2$s il/la %3$s per l'intero giorno fino al %4$s",
"Every %1$d Years in %2$s on the %3$s between %4$s - %5$s" : "Ogni %1$d Anni a %2$s il/la %3$s nelle ore %4$s - %5$s",
"Every %1$d Years in %2$s on the %3$s between %4$s - %5$s until %6$s" : "Ogni %1$d Anni a %2$s il/la %3$s nelle ore %4$s - %5$s fino al %6$s",
"On specific dates for the entire day until %1$s" : "In una specifica data per l'intero giorno fino al %1$s",
"On specific dates between %1$s - %2$s until %3$s" : "In una specifica data nelle ore %1$s - %2$s fino al %3$s",
"In the past on %1$s" : "In passato il %1$s",
"_In a minute on %1$s_::_In %n minutes on %1$s_" : ["Fra un minuto il %1$s","Fra %n minuti il %1$s","Fra %n minuti il %1$s"],
"_In a hour on %1$s_::_In %n hours on %1$s_" : ["Fra un'ora il %1$s","Fra %n ore il %1$s","Fra %n ore il %1$s"],
"_In a day on %1$s_::_In %n days on %1$s_" : ["Fra un giorno il %1$s","Fra %n giorni il %1$s","Fra %n giorni il %1$s"],
"_In a week on %1$s_::_In %n weeks on %1$s_" : ["Fra una settimana il %1$s","Fra %n settimane il %1$s","Fra %n settimane il %1$s"],
"_In a month on %1$s_::_In %n months on %1$s_" : ["Fra un mese il %1$s","Fra %n mesi il %1$s","Fra %n mesi il %1$s"],
"_In a year on %1$s_::_In %n years on %1$s_" : ["Fra un anno il %1$s","Fra %n anni il %1$s","Fra %n anni il %1$s"],
"In the past on %1$s then on %2$s" : "In passato il %1$s successivamente il %2$s",
"_In a minute on %1$s then on %2$s_::_In %n minutes on %1$s then on %2$s_" : ["Fra un minuto %1$s successivamente il %2$s","Fra %n minuti %1$s successivamente il %2$s","Fra %n minuti %1$s successivamente il %2$s"],
"_In a hour on %1$s then on %2$s_::_In %n hours on %1$s then on %2$s_" : ["Fra un'ora %1$s successivamente il %2$s","Fra %n ore %1$s successivamente il %2$s","Fra %n ore %1$s successivamente il %2$s"],
"_In a day on %1$s then on %2$s_::_In %n days on %1$s then on %2$s_" : ["Fra un giorno %1$s successivamente il %2$s","Fra %n giorni %1$s successivamente il %2$s","Fra %n giorni %1$s successivamente il %2$s"],
"_In a week on %1$s then on %2$s_::_In %n weeks on %1$s then on %2$s_" : ["Fra una settimana %1$s successivamente il %2$s","Fra %n settimane %1$s successivamente il %2$s","Fra %n settimane %1$s successivamente il %2$s"],
"_In a month on %1$s then on %2$s_::_In %n months on %1$s then on %2$s_" : ["Fra un mese %1$s successivamente il %2$s","Fra %n mesi %1$s successivamente il %2$s","Fra %n mesi %1$s successivamente il %2$s"],
"_In a year on %1$s then on %2$s_::_In %n years on %1$s then on %2$s_" : ["Fra un anno %1$s successivamente il %2$s","Fra %n anni %1$s successivamente il %2$s","Fra %n anni %1$s successivamente il %2$s"],
"In the past on %1$s then on %2$s and %3$s" : "In passato il %1$s successivamente il %2$s e %3$s",
"_In a minute on %1$s then on %2$s and %3$s_::_In %n minutes on %1$s then on %2$s and %3$s_" : ["Fra un minuto il %1$s successivamente il %2$s e %3$s","Fra %n minuti il %1$s successivamente il %2$s e %3$s","Fra %n minuti il %1$s successivamente il %2$s e %3$s"],
"_In a hour on %1$s then on %2$s and %3$s_::_In %n hours on %1$s then on %2$s and %3$s_" : ["Fra un'ora il %1$s successivamente il %2$s e %3$s","Fra %n ore il %1$s successivamente il %2$s e %3$s","Fra %n ore il %1$s successivamente il %2$s e %3$s"],
"_In a day on %1$s then on %2$s and %3$s_::_In %n days on %1$s then on %2$s and %3$s_" : ["Fra un giorno il %1$s successivamente il %2$s e %3$s","Fra %n giorni il %1$s successivamente il %2$s e %3$s","Fra %n giorni il %1$s successivamente il %2$s e %3$s"],
"_In a week on %1$s then on %2$s and %3$s_::_In %n weeks on %1$s then on %2$s and %3$s_" : ["Fra una settimana il %1$s successivamente il %2$s e %3$s","Fra %n settimane il %1$s successivamente il %2$s e %3$s","Fra %n settimane il %1$s successivamente il %2$s e %3$s"],
"_In a month on %1$s then on %2$s and %3$s_::_In %n months on %1$s then on %2$s and %3$s_" : ["Fra un mese il %1$s successivamente il %2$s e %3$s","Fra %n mesi il %1$s successivamente il %2$s e %3$s","Fra %n mesi il %1$s successivamente il %2$s e %3$s"],
"_In a year on %1$s then on %2$s and %3$s_::_In %n years on %1$s then on %2$s and %3$s_" : ["Fra un anno il %1$s successivamente il %2$s e %3$s","Fra %n anni il %1$s successivamente il %2$s e %3$s","Fra %n anni il %1$s successivamente il %2$s e %3$s"],
"Could not generate next recurrence statement" : "Impossibile generare l'istruzione della prossima ricorrenza ",
"Cancelled: %1$s" : "Annullato: %1$s",
"\"%1$s\" has been canceled" : "\"%1$s\" è stato annullato",
"Re: %1$s" : "Re: %1$s",
@@ -98,6 +159,7 @@
"When:" : "Quando:",
"Location:" : "Posizione:",
"Link:" : "Collegamento:",
"Occurring:" : "Ricorrenza:",
"Accept" : "Accetta",
"Decline" : "Rifiuta",
"More options …" : "Altre opzioni...",
@@ -122,7 +184,15 @@
"November" : "Novembre",
"December" : "Dicembre",
"First" : "Primo",
"Second" : "Secondo",
"Third" : "Terzo",
"Fourth" : "Quarto",
"Fifth" : "Quinto",
"Last" : "Ultimo",
"Second Last" : "Penultimo",
"Third Last" : "Terzultimo",
"Fourth Last" : "Quartultimo",
"Fifth Last" : "Quintultimo",
"Contacts" : "Contatti",
"{actor} created address book {addressbook}" : "{actor} ha creato la rubrica {addressbook}",
"You created address book {addressbook}" : "Hai creato la rubrica {addressbook}",
@@ -148,9 +218,12 @@
"{actor} updated contact {card} in address book {addressbook}" : "{actor} ha aggiornato il contatto {card} nella rubrica {addressbook}",
"You updated contact {card} in address book {addressbook}" : "Hai aggiornato il contatto {card} nella rubrica {addressbook}",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "Un <strong>contatto</strong> o <strong>rubrica</strong> sono stati modificati ",
"System address book disabled" : "Rubrica di sistema disabilitata",
"The system contacts address book has been automatically disabled during upgrade. This means that the address book will no longer be available to users in the contacts app or other clients. The system contacts address book was disabled because the amount of contacts in the address book exceeded the maximum recommended number of contacts. This limit is set to prevent performance issues. You can re-enable the system address book with the following command {command}" : "La rubrica dei contatti di sistema è stata disabilitata automaticamente durante l'aggiornamento. Ciò significa che la rubrica non sarà più disponibile per gli utenti nell'app Contatti o in altri client. La rubrica dei contatti di sistema è stata disabilitata perché il numero di contatti nella rubrica ha superato il numero massimo consigliato. Questo limite è stato impostato per evitare problemi di prestazioni. È possibile riabilitare la rubrica di sistema con il seguente comando {command}",
"Accounts" : "Account",
"System address book which holds all accounts" : "Rubrica di sistema che contiene tutti gli account",
"File is not updatable: %1$s" : "Il file non è aggiornabile: %1$s",
"Failed to get storage for file" : "Impossibile ottenere spazio di archiviazione per il file",
"Could not write to final file, canceled by hook" : "Impossibile scrivere nel file finale, annullato da hook",
"Could not write file contents" : "Impossibile scrivere il contenuto del file",
"_%n byte_::_%n bytes_" : ["%n byte","%n byte","%n byte"],
@@ -159,11 +232,14 @@
"Could not rename part file to final file, canceled by hook" : "Impossibile rinominare il file di parte in file finale, annullato da hook",
"Could not rename part file to final file" : "Impossibile rinominare il file di parte in file finale",
"Failed to check file size: %1$s" : "Verifica della dimensione del file non riuscito: %1$s",
"Could not open file: %1$s, file does seem to exist" : "Impossibile aprire il file: %1$s, il file sembra esistere",
"Could not open file: %1$s, file doesn't seem to exist" : "Impossibile aprire il file: %1$s, il file non sembra esistere",
"Encryption not ready: %1$s" : "Cifratura non pronta: %1$s",
"Failed to open file: %1$s" : "Apertura del file non riuscito: %1$s",
"Failed to unlink: %1$s" : "Scollegamento non riuscito: %1$s",
"Failed to write file contents: %1$s" : "Scrittura del contenuto del file non riuscita: %1$s",
"File not found: %1$s" : "File non trovato: %1$s",
"Invalid target path" : "Percorso di destinazione non valido",
"System is in maintenance mode." : "Il sistema è in modalità di manutenzione.",
"Upgrade needed" : "Aggiornamento necessario",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Il tuo %s deve essere configurato all'uso di HTTPS per poter usare CalDAV e CardDAV con iOS/macOS.",
@@ -174,9 +250,18 @@
"Completed on %s" : "Completata il %s",
"Due on %s by %s" : "Scade il %s per %s",
"Due on %s" : "Scade il %s",
"Welcome to Nextcloud Calendar!\n\nThis is a sample event - explore the flexibility of planning with Nextcloud Calendar by making any edits you want!\n\nWith Nextcloud Calendar, you can:\n- Create, edit, and manage events effortlessly.\n- Create multiple calendars and share them with teammates, friends, or family.\n- Check availability and display your busy times to others.\n- Seamlessly integrate with apps and devices via CalDAV.\n- Customize your experience: schedule recurring events, adjust notifications and other settings." : "Benvenuto nel Calendario Nextcloud!\n\nQuesto è un evento di esempio: scopri la flessibilità della pianificazione con Calendario Nextcloud apportando tutte le modifiche che desideri!\n\nCon il Calendario Nextcloud puoi:\n- Creare, modificare e gestire eventi senza alcuno sforzo.\n- Creare più calendari e condividerli con colleghi, amici o familiari.\n- Verificare la disponibilità e mostrare agli altri i tuoi impegni.\n- Integrare perfettamente app e dispositivi tramite CalDAV.\n- Personalizzare la tua esperienza: pianificare eventi ricorrenti, regolare le notifiche e altre impostazioni.",
"Example event - open me!" : "Evento d'esempio - aprimi!",
"System Address Book" : "Rubrica di Sistema",
"The system address book contains contact information for all users in your instance." : "La rubrica di sistema contiene le informazioni di contatto di tutti gli utenti della tua istanza.",
"Enable System Address Book" : "Abilita rubrica di sistema",
"DAV system address book" : "Rubrica di sistema DAV",
"No outstanding DAV system address book sync." : "Nessuna sincronizzazione della rubrica del sistema DAV in sospeso.",
"The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling \"occ dav:sync-system-addressbook\"." : "La sincronizzazione della rubrica del sistema DAV non è ancora stata eseguita poiché la tua istanza ha più di 1000 utenti o perché si è verificato un errore. Eseguila a mano chiamando \"occ dav:sync-system-addressbook\".",
"DAV system address book size" : "Dimensione della rubrica del sistema DAV",
"The system address book is disabled" : "La rubrica di sistema è disabilitata",
"The system address book is enabled, but contains more than the configured limit of %d contacts" : "La rubrica di sistema è abilitata, ma contiene più del limite configurato di %d contatti",
"The system address book is enabled and contains less than the configured limit of %d contacts" : "La rubrica di sistema è abilitata, e contiene meno del limite configurato di %d contatti",
"WebDAV endpoint" : "Terminatore WebDAV",
"Could not check that your web server is properly set up to allow file synchronization over WebDAV. Please check manually." : "Impossibile verificare se il server è configurato correttamente per consentire la sincronizzazione di file via WebDAV. Controllalo a mano.",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Il tuo server web non è configurato correttamente per consentire la sincronizzazione dei file, poiché l'interfaccia WebDAV sembra essere danneggiata.",
@@ -191,6 +276,8 @@
"Failed to clear your absence settings" : "Impossibile cancellare le impostazioni di assenza",
"First day" : "Primo giorno",
"Last day (inclusive)" : "Ultimo giorno (inclusivo)",
"Out of office replacement (optional)" : "Sostituzione per assenza (opzionale)",
"Name of the replacement" : "Nome del sostituto",
"Short absence status" : "Stato di assenza breve",
"Long absence Message" : "Messaggio di assenza lunga",
"Save" : "Salva",
@@ -209,7 +296,22 @@
"Cancel" : "Annulla",
"Import" : "Importa",
"Error while saving settings" : "Errore durante il salvataggio delle impostazioni",
"Contact reset successfully" : "Contatto resettato con successo",
"Error while resetting contact" : "Errore durante il reset del contatto",
"Contact imported successfully" : "Contatto importato con successo",
"Error while importing contact" : "Errore durante l'importazione del contatto",
"Import contact" : "Importa contatto",
"Reset to default" : "Ripristina valori predefiniti",
"Import contacts" : "Importa contatti",
"Importing a new .vcf file will delete the existing default contact and replace it with the new one. Do you want to continue?" : "L'importazione di un nuovo file .vcf cancellerà il contatto predefinito esistente e lo sostituirà con quello nuovo. Vuoi continuare?",
"Failed to save example event creation setting" : "Impossibile salvare le impostazioni di creazione dell'evento di esempio",
"Failed to upload the example event" : "Impossibile caricare l'evento di esempio",
"Custom example event was saved successfully" : "Esempio di evento personalizzato salvato correttamente",
"Failed to delete the custom example event" : "Impossibile eliminare l'evento di esempio personalizzato",
"Custom example event was deleted successfully" : "L'evento personalizzato di esempio è stato eliminato correttamente.",
"Import calendar event" : "Importa evento del calendario",
"Uploading a new event will overwrite the existing one." : "Il caricamento di un nuovo evento sovrascriverà quello esistente.",
"Upload event" : "Carica evento",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Installa anche {calendarappstoreopen}l'applicazione Calendario{linkclose}, o {calendardocopen}connetti il tuo desktop e mobile per la sincronizzazione ↗{linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "Assicurati di configurare correttamente {emailopen}il server di posta{linkclose}.",
"Calendar server" : "Server di calendari",
@@ -222,6 +324,8 @@
"Send reminder notifications to calendar sharees as well" : "Invia notifiche di promemoria anche ai partecipanti al calendario",
"Reminders are always sent to organizers and attendees." : "I promemoria vengono sempre inviati agli organizzatori e ai partecipanti.",
"Enable notifications for events via push" : "Abilita notifiche per eventi tramite push",
"Example content" : "Contenuto d'esempio",
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "Il contenuto di esempio serve a mostrare le funzionalità di Nextcloud. Il contenuto predefinito viene fornito con Nextcloud e può essere sostituito da contenuti personalizzati.",
"Availability" : "Disponibilità",
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Se imposti il tuo orario di lavoro, le altre persone potranno vedere quando non sei in ufficio per organizzare una riunione.",
"Absence" : "Assenza",
@@ -231,6 +335,8 @@
"Are you accepting the invitation?" : "Accetti l'invito?",
"Tentative" : "Provvisorio",
"Your attendance was updated successfully." : "La tua partecipazione è stata aggiornata correttamente.",
"No results." : "Nessun risultato.",
"Start typing." : "Inizia a scrivere.",
"Time zone:" : "Fuso orario:"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
+160 -84
View File
@@ -12,7 +12,7 @@ OC.L10N.register(
"You updated calendar {calendar}" : "كالېندار {calendar} يېڭىلىدىڭىز",
"{actor} restored calendar {calendar}" : "{actor} ئەسلىگە كەلتۈرۈلگەن كالېندار {calendar}",
"You restored calendar {calendar}" : "كالېندار {calendar} ئەسلىگە كەلتۈردىڭىز",
"You shared calendar {calendar} as public link" : "سىز كالېندار {calendar} public نى ئاممىۋى ئۇلىنىش سۈپىتىدە ھەمبەھىرلىدىڭىز",
"You shared calendar {calendar} as public link" : "سىز كالېندار {calendar} نى ئاممىۋى ئۇلىنىش سۈپىتىدە ھەمبەھىرلىدىڭىز",
"You removed public link for calendar {calendar}" : "كالېندار {calendar} ئۈچۈن ئاممىۋى ئۇلىنىشنى ئۆچۈردىڭىز",
"{actor} shared calendar {calendar} with you" : "{actor} ئورتاقلاشقان كالېندار {calendar} سىز بىلەن",
"You shared calendar {calendar} with {user}" : "سىز كالېندار {calendar} نى {user} بىلەن ئورتاقلاشتىڭىز",
@@ -26,7 +26,7 @@ OC.L10N.register(
"You unshared calendar {calendar} from group {group}" : "گۇرۇپپا {calendar} ئورتاقلاشمىغان كالېندار {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} بولسا كالىندار {calendar} نى گۇرۇپپا {group} بىلەن ھەمبەھىرلىمىدى",
"Untitled event" : "نامسىز ھادىسە",
"{actor} created event {event} in calendar {calendar}" : "{actor} كالېندار {event} پائالىيەت {calendar} قۇرغان}",
"{actor} created event {event} in calendar {calendar}" : "{actor} كالېندار {event} پائالىيەت {calendar} قۇرغان",
"You created event {event} in calendar {calendar}" : "كالېندار {event} پائالىيەت {calendar} created قۇردىڭىز",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} ئۆچۈرۈلگەن ھادىسە {event} كالېنداردىن {calendar}",
"You deleted event {event} from calendar {calendar}" : "كالېندار {event} ھادىسە {calendar} ئۆچۈردىڭىز",
@@ -47,72 +47,114 @@ OC.L10N.register(
"You solved to-do {todo} in list {calendar}" : "تىزىملىك {calendar} دىكى {todo} نى ھەل قىلدىڭىز",
"{actor} reopened to-do {todo} in list {calendar}" : "{actor} تىزىملىك {calendar} {todo} قايتا ئېچىلدى",
"You reopened to-do {todo} in list {calendar}" : "تىزىملىك {calendar} دىكى {todo} نى قايتا ئاچتىڭىز",
"{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} بولسا كىيىنكى-ئىش {todo} نى {sourceCalendar} تىزىملىكىدىن {targetCalendar} تىزىملىكىگە يۆتكىدى",
"You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "سىز كىيىنكى-ئىش {todo} نى {sourceCalendar} تىزىملىكىدىن {targetCalendar} تىزىملىكىگە يۆتكىدىڭىز",
"Calendar, contacts and tasks" : "كالېندار ، ئالاقىلىشىش ۋە ۋەزىپە",
"A <strong>calendar</strong> was modified" : "<strong> كالېندار </ strong> ئۆزگەرتىلدى",
"A calendar <strong>event</strong> was modified" : "كالېندار <strong> ھادىسە </ strong> ئۆزگەرتىلدى",
"A calendar <strong>to-do</strong> was modified" : "كالېندار <strong> قىلىش </ strong> ئۆزگەرتىلدى",
"A <strong>calendar</strong> was modified" : "<strong> كالېندار </strong> ئۆزگەرتىلدى",
"A calendar <strong>event</strong> was modified" : "كالېندار <strong> ھادىسە </strong> ئۆزگەرتىلدى",
"A calendar <strong>to-do</strong> was modified" : "كالېندار <strong> قىلىش </strong> ئۆزگەرتىلدى",
"Contact birthdays" : "تۇغۇلغان كۈنى بىلەن ئالاقىلىشىڭ",
"Death of %s" : "% S نىڭ ئۆلۈمى",
"Death of %s" : "%s نىڭ ئۆلۈمى",
"Untitled calendar" : "نامسىز كالېندار",
"Calendar:" : "كالېندار:",
"Date:" : "چېسلا:",
"Where:" : "قەيەردە:",
"Description:" : "چۈشەندۈرۈش:",
"%s (in %s)" : "% s (% s)",
"%s (%s ago)" : "% s (% s ago)",
"Calendar: %s" : "كالېندار:% s",
"Date: %s" : "چېسلا:% s",
"Description: %s" : "چۈشەندۈرۈش:% s",
"Where: %s" : "قەيەردە:% s",
"%1$s via %2$s" : "%1 $ s ئارقىلىق%2 $ s",
"_%n year_::_%n years_" : ["%n يىل","%n يىل"],
"_%n month_::_%n months_" : ["%n ئاي","%n ئاي"],
"_%n day_::_%n days_" : ["%n كۈن","%n كۈن"],
"_%n hour_::_%n hours_" : ["%n سائەت","%n سائەت"],
"_%n minute_::_%n minutes_" : ["%n مىنۇت","%n مىنۇت"],
"%s (in %s)" : "%s (%s دا)",
"%s (%s ago)" : "%s (%s بۇرۇن)",
"Calendar: %s" : "كالېندار: %s",
"Date: %s" : "چېسلا: %s",
"Description: %s" : "چۈشەندۈرۈش: %s",
"Where: %s" : "قەيەردە: %s",
"%1$s via %2$s" : "%1$s ئارقىلىق %2$s",
"In the past on %1$s for the entire day" : "پۈتۈن كۈن ئۈچۈن ئۆتمۈشتىكى %1$s دا",
"_In a minute on %1$s for the entire day_::_In %n minutes on %1$s for the entire day_" : ["%1$s دا پۈتۈن كۈندە بىر مىنۇت","%1$s دا پۈتۈن كۈندە %n مىنۇتتا"],
"_In a hour on %1$s for the entire day_::_In %n hours on %1$s for the entire day_" : ["%1$s دا پۈتۈن كۈندە بىر سائەت","%1$s دا پۈتۈن كۈندە %n سائەتتە"],
"_In a day on %1$s for the entire day_::_In %n days on %1$s for the entire day_" : ["%1$s دا پۈتۈن كۈندە بىر كۈن","%1$s دا پۈتۈن كۈندە %n كۈندە"],
"_In a week on %1$s for the entire day_::_In %n weeks on %1$s for the entire day_" : ["%1$s دا پۈتۈن كۈندە بىر ھەپتە","%1$s دا پۈتۈن كۈندە %n ھەپتىدە"],
"_In a month on %1$s for the entire day_::_In %n months on %1$s for the entire day_" : ["%1$s دا پۈتۈن كۈندە بىر ئاي","%1$s دا پۈتۈن كۈندە %n ئايدا"],
"_In a year on %1$s for the entire day_::_In %n years on %1$s for the entire day_" : ["%1$s دا پۈتۈن كۈندە بىر يىل","%1$s دا پۈتۈن كۈندە %n يىلدا"],
"In the past on %1$s between %2$s - %3$s" : "ئۆتمۈشتىكى %1$s دە %2$s - %3$s ئارىسىدا",
"_In a minute on %1$s between %2$s - %3$s_::_In %n minutes on %1$s between %2$s - %3$s_" : ["%1$s دا %2$s - %3$s ئارلىقىدا بىر مىنۇت","%1$s دا %2$s - %3$s ئارلىقىدا %n مىنۇتتا"],
"_In a hour on %1$s between %2$s - %3$s_::_In %n hours on %1$s between %2$s - %3$s_" : ["%1$s دا %2$s - %3$s ئارلىقىدا بىر سائەت","%1$s دا %2$s - %3$s ئارلىقىدا %n سائەتتە"],
"_In a day on %1$s between %2$s - %3$s_::_In %n days on %1$s between %2$s - %3$s_" : ["%1$s دا %2$s - %3$s ئارلىقىدا بىر كۈن","%1$s دا %2$s - %3$s ئارلىقىدا %n كۈندە"],
"_In a week on %1$s between %2$s - %3$s_::_In %n weeks on %1$s between %2$s - %3$s_" : ["%1$s دا %2$s - %3$s ئارلىقىدا بىر ھەپتە","%1$s دا %2$s - %3$s ئارلىقىدا %n ھەپتىدە"],
"_In a month on %1$s between %2$s - %3$s_::_In %n months on %1$s between %2$s - %3$s_" : ["%1$s دا %2$s - %3$s ئارلىقىدا بىر ئاي","%1$s دا %2$s - %3$s ئارلىقىدا %n ئايدا"],
"_In a year on %1$s between %2$s - %3$s_::_In %n years on %1$s between %2$s - %3$s_" : ["%1$s دا %2$s - %3$s ئارلىقىدا بىر يىل","%1$s دا %2$s - %3$s ئارلىقىدا %n يىلدا"],
"Could not generate when statement" : "بايان قىلغاندا ھاسىل قىلالمىدى",
"Every Day for the entire day" : "ھەر بىر كۈن پۈتۈن بىر كۈن",
"Every Day for the entire day until %1$s" : "ھەر بىر كۈن پۈتۈن كۈن%1 $ s غىچە",
"Every Day between %1$s - %2$s" : "ھەر كۈنى%1 $ s -%2 $ s ئارىلىقىدا",
"Every Day between %1$s - %2$s until %3$s" : "ھەر كۈنى%1 $ s -%2 $ s ئارىلىقىدا%3 $ s غىچە",
"Every %1$d Days for the entire day" : "پۈتۈن%1 $ d كۈن",
"Every %1$d Days for the entire day until %2$s" : "ھەر%1 $ d پۈتۈن بىر كۈن ئىچىدە%2 $ s غىچە",
"Every %1$d Days between %2$s - %3$s" : "ھەر%1 $ d كۈنلەر%2 $ s -%3 $ s ئارىلىقىدا",
"Every %1$d Days between %2$s - %3$s until %4$s" : "ھەر%1 $ d كۈنلىرى%2 $ s -%3 $ s ئارىلىقىدا%4 $ s غىچە",
"Every Day for the entire day until %1$s" : "ھەر بىر كۈن پۈتۈن كۈن %1$s غىچە",
"Every Day between %1$s - %2$s" : "ھەر كۈنى %1$s - %2$s ئارىلىقىدا",
"Every Day between %1$s - %2$s until %3$s" : "ھەر كۈنى %3$s غىچە %1$s- %2$s ئارىلىقىدا",
"Every %1$d Days for the entire day" : "پۈتۈن كۈن ئۈچۈن ھەر %1$d كۈندە",
"Every %1$d Days for the entire day until %2$s" : "پۈتۈن كۈن ئۈچۈن %2$s غىچە ھەر %1$d كۈندە",
"Every %1$d Days between %2$s - %3$s" : "ھەر %1$d كۈندە %2$s - %3$s ئارلىقىدا",
"Every %1$d Days between %2$s - %3$s until %4$s" : "ھەر%1$d كۈنلىرى %2$s - %3$s ئارىلىقىدا %4$s غىچە",
"Could not generate event recurrence statement" : "ھادىسە قايتا-قايتا بايانات ھاسىل قىلالمىدى",
"Every Week on %1$s for the entire day" : "ھەر ھەپتە پۈتۈن كۈن ئۈچۈن%1 $ s",
"Every Week on %1$s for the entire day until %2$s" : "ھەر ھەپتە%1 $ s پۈتۈن بىر كۈن ئىچىدە%2 $ s غىچە",
"Every Week on %1$s between %2$s - %3$s" : "ھەر ھەپتە%1 $ s دىكى%2 $ s -%3 $ s ئارىلىقىدا",
"Every Week on %1$s between %2$s - %3$s until %4$s" : "ھەر ھەپتە%1 $ s دىكى%2 $ s -%3 $ s ئارىلىقىدا%4 $ s غىچە",
"Every %1$d Weeks on %2$s for the entire day" : "پۈتۈن%1 $ d ھەپتىلىك%2 $ s",
"Every %1$d Weeks on %2$s for the entire day until %3$s" : "ھەر%1 $ d ھەپتىلىك%2 $ s پۈتۈن بىر كۈن ئىچىدە%3 $ s غىچە",
"Every %1$d Weeks on %2$s between %3$s - %4$s" : "ھەر%1 $ d ھەپتىلىك%2 $ s دىكى%3 $ s -%4 $ s ئارىلىقىدا",
"Every %1$d Weeks on %2$s between %3$s - %4$s until %5$s" : "ھەر%1 $ d ھەپتىلىكى%2 $ s دىكى%3 $ s -%4 $ s ئارىلىقىدا%5 $ s گىچە",
"Every Month on the %1$s for the entire day" : "ھەر ئايدا%1 $ s پۈتۈن بىر كۈن",
"Every Month on the %1$s for the entire day until %2$s" : "ھەر ئايدا%1 $ s پۈتۈن بىر كۈن ئىچىدە%2 $ s غىچە",
"Every Month on the %1$s between %2$s - %3$s" : "ھەر ئايدا%1 $ s دىكى%2 $ s -%3 $ s ئارىلىقىدا",
"Every Month on the %1$s between %2$s - %3$s until %4$s" : "ھەر ئايدا%1 $ s دىكى%2 $ s -%3 $ s ئارىلىقىدا%4 $ s غىچە",
"Every %1$d Months on the %2$s for the entire day" : "ھەر%1 $ d ئايلار پۈتۈن كۈندىكى%2 $ s",
"Every %1$d Months on the %2$s for the entire day until %3$s" : "ھەر%1 $ d ئايلار%2 $ s پۈتۈن بىر كۈن ئىچىدە%3 $ s غىچە",
"Every %1$d Months on the %2$s between %3$s - %4$s" : "ھەر%1 $ d ئايلار%2 $ s دىكى%3 $ s -%4 $ s ئارىلىقىدا",
"Every %1$d Months on the %2$s between %3$s - %4$s until %5$s" : "ھەر%1 $ d ئايلار%2 $ s دىكى%3 $ s -%4 $ s ئارىلىقىدا%5 $ s غىچە",
"Every Year in %1$s on the %2$s for the entire day" : "ھەر يىلى%1 $ s دىكى%2 $ s پۈتۈن بىر كۈن",
"Every Year in %1$s on the %2$s for the entire day until %3$s" : "ھەر يىلى%1 $ s دىكى%2 $ s پۈتۈن بىر كۈن ئىچىدە%3 $ s غىچە",
"Every Year in %1$s on the %2$s between %3$s - %4$s" : "ھەر يىلى%1 $ s دىكى%2 $ s دىكى%3 $ s -%4 $ s ئارىلىقىدا",
"Every Year in %1$s on the %2$s between %3$s - %4$s until %5$s" : "ھەر يىلى%1 $ s دىكى%2 $ s دىكى%3 $ s -%4 $ s ئارىلىقىدا%5 $ s غىچە",
"Every %1$d Years in %2$s on the %3$s for the entire day" : "ھەر%1 $ d يىللار%2 $ s دىكى پۈتۈن كۈن%3 $ s",
"Every %1$d Years in %2$s on the %3$s for the entire day until %4$s" : "ھەر%1 $ d يىللار%2 $ s يىل ئىچىدە%3 $ s پۈتۈن بىر كۈن ئىچىدە%4 $ s غىچە",
"Every %1$d Years in %2$s on the %3$s between %4$s - %5$s" : "ھەر%1 $ d يىللار%2 $ s دىكى%3 $ s دىكى%4 $ s -%5 $ s",
"Every %1$d Years in %2$s on the %3$s between %4$s - %5$s until %6$s" : "ھەر%1 $ d يىللار%2 $ s دىكى%3 $ s دىكى%4 $ s -%5 $ s ئارىلىقىدىكى%6 $ s",
"On specific dates for the entire day until %1$s" : "پۈتۈن كۈندىكى كونكرېت كۈنلەردە%1 $ s غىچە",
"On specific dates between %1$s - %2$s until %3$s" : "كونكرېت كۈنلەردە%1 $ s -%2 $ s ئارىلىقىدا%3 $ s غىچە",
"Every Week on %1$s for the entire day" : "ھەر ھەپتە پۈتۈن كۈن ئۈچۈن %1$s دا",
"Every Week on %1$s for the entire day until %2$s" : "ھەر ھەپتە%1$s دە پۈتۈن بىر كۈن ئىچىدە %2$s غىچە",
"Every Week on %1$s between %2$s - %3$s" : "ھەر ھەپتە %1$s دە %2$s- %3$s ئارلىقىدا",
"Every Week on %1$s between %2$s - %3$s until %4$s" : "ھەر ھەپتە %1$s دە %4$s كىچە %2$s - %3$s ئارلىقىدا",
"Every %1$d Weeks on %2$s for the entire day" : "ھەر %1$d ھەپتىدە %2$s دە پۈتۈن كۈن",
"Every %1$d Weeks on %2$s for the entire day until %3$s" : "ھەر %1$d ھەپتىدە %2$s دە %3$s كىچە پۈتۈن كۈن",
"Every %1$d Weeks on %2$s between %3$s - %4$s" : "ھەر %1$d ھەپتىدە %2$s دە %3$s - %4$s ئارلىقىدا",
"Every %1$d Weeks on %2$s between %3$s - %4$s until %5$s" : "ھەر %1$d ھەپتىدە %2$s دە %5$s غىچە %3$s - %4$s ئارلىقىدا",
"Every Month on the %1$s for the entire day" : "ھەر ئاينىڭ %1$s دا پۈتۈن كۈن",
"Every Month on the %1$s for the entire day until %2$s" : "ھەر ئاينىڭ %1$s دا %2$s گىچە پۈتۈن كۈن",
"Every Month on the %1$s between %2$s - %3$s" : "ھەر ئاينىڭ %1$s دا %2$s - %3$s ئارلىقىدا",
"Every Month on the %1$s between %2$s - %3$s until %4$s" : "ھەر ئاينىڭ %1$s دا %4$s گىچە %2$s - %3$s ئارلىقىدا",
"Every %1$d Months on the %2$s for the entire day" : "ھەر %1$d ئايدا %2$s دا پۈتۈن كۈن",
"Every %1$d Months on the %2$s for the entire day until %3$s" : "ھەر %1$d ئايدا %2$s دا %3$s غىچە پۈتۈن كۈن",
"Every %1$d Months on the %2$s between %3$s - %4$s" : "ھەر %1$d ئايدا %2$s دا %3$s - %4$s ئارلىقىدا",
"Every %1$d Months on the %2$s between %3$s - %4$s until %5$s" : "ھەر %1$d ئايدا %2$s دا %5$s گىچە %3$s - %4$s ئارلىقىدا",
"Every Year in %1$s on the %2$s for the entire day" : "%1$s دا ھەر يىلنىڭ %2$s دا پۈتۈن كۈن",
"Every Year in %1$s on the %2$s for the entire day until %3$s" : "%1$s دا ھەر يىلنىڭ %2$s دا %3$s غىچە پۈتۈن كۈن",
"Every Year in %1$s on the %2$s between %3$s - %4$s" : "ھەر %1$s يىلدا %2$s دا %3$s - %4$s ئارلىقىدا",
"Every Year in %1$s on the %2$s between %3$s - %4$s until %5$s" : "ھەر %1$s دا %2$s دا %5$s غىچە %3$s - %4$s ئارلىقىدا",
"Every %1$d Years in %2$s on the %3$s for the entire day" : "%2$s دا ھەر %1$d يىلدا %3$s دا پۈتۈن كۈن",
"Every %1$d Years in %2$s on the %3$s for the entire day until %4$s" : "%2$s دا ھەر %1$d يىلدا %3$s دا %4$s كىچە پۈتۈن كۈن",
"Every %1$d Years in %2$s on the %3$s between %4$s - %5$s" : "%2$s دا ھەر %1$d يىلدا %3$s دا %4$s - %5$s ئارلىقىدا",
"Every %1$d Years in %2$s on the %3$s between %4$s - %5$s until %6$s" : "%2$s ئىچىدە ھەر %1$d يىلدا %3$s دا %6$s غىچە %4$s - %5$s ئارلىقىدا",
"On specific dates for the entire day until %1$s" : "%1$s غىچە بەلگىلىك چېسلادا پۈتۈن كۈن",
"On specific dates between %1$s - %2$s until %3$s" : "%1$s - %2$s ئارلىقىدىكى %3$s غىچە بولغان بەلگىلىك چېسلادا",
"In the past on %1$s" : "ئۆتمۈشتە %1$s دا",
"_In a minute on %1$s_::_In %n minutes on %1$s_" : ["%1$s دا بىر مىنۇتتا","%1$s دا %n مىنۇتتا"],
"_In a hour on %1$s_::_In %n hours on %1$s_" : ["%1$s دا بىر مىنۇتتا","%1$s دا %n سائەتتە"],
"_In a day on %1$s_::_In %n days on %1$s_" : ["%1$s دا بىر مىنۇتتا","%1$s دا %n كۈندە"],
"_In a week on %1$s_::_In %n weeks on %1$s_" : ["%1$s دا بىر ھەپتىدە","%1$s دا %n ھەپتىدە"],
"_In a month on %1$s_::_In %n months on %1$s_" : ["%1$s دا بىر ئايدا","%1$s دا %n ئايدا"],
"_In a year on %1$s_::_In %n years on %1$s_" : ["%1$s دا بىر يىلدا","%1$s دا %n يىلدا"],
"In the past on %1$s then on %2$s" : "ئۆتمۈشتە %1$s دە ئاندىن %2$s دا",
"_In a minute on %1$s then on %2$s_::_In %n minutes on %1$s then on %2$s_" : ["%1$s دا بىر مىنۇتتا ئاندىن كىيىن %2$s دا","%1$s دا %n مىنۇتتا ئاندىن كىيىن %2$s دا"],
"_In a hour on %1$s then on %2$s_::_In %n hours on %1$s then on %2$s_" : ["%1$s دا بىر سائەتتە ئاندىن كىيىن %2$s دا","%1$s دا %n سائەتتە ئاندىن كىيىن %2$s دا"],
"_In a day on %1$s then on %2$s_::_In %n days on %1$s then on %2$s_" : ["%1$s دا بىر كۈندە ئاندىن كىيىن %2$s دا","%1$s دا %n كۈندە ئاندىن كىيىن %2$s دا"],
"_In a week on %1$s then on %2$s_::_In %n weeks on %1$s then on %2$s_" : ["%1$s دا بىر ھەپتىدە ئاندىن كىيىن %2$s دا","%1$s دا %n ھەپتىدە ئاندىن كىيىن %2$s دا"],
"_In a month on %1$s then on %2$s_::_In %n months on %1$s then on %2$s_" : ["%1$s دا بىر ئايدا ئاندىن كىيىن %2$s دا","%1$s دا %n ئايدا ئاندىن كىيىن %2$s دا"],
"_In a year on %1$s then on %2$s_::_In %n years on %1$s then on %2$s_" : ["%1$s دا بىر يىلدا ئاندىن كىيىن %2$s دا","%1$s دا %n يىلدا ئاندىن كىيىن %2$s دا"],
"In the past on %1$s then on %2$s and %3$s" : "ئۆتمۈشتە %1$s دە ئاندىن %2$s بىلەن %3$s دە",
"_In a minute on %1$s then on %2$s and %3$s_::_In %n minutes on %1$s then on %2$s and %3$s_" : ["%1$s دا بىر مىنۇتتا ئاندىن كىيىن %2$s بىلەن %3$s دا","%1$s دا %n مىنۇتتا ئاندىن كىيىن %2$s بىلەن %3$s دا"],
"_In a hour on %1$s then on %2$s and %3$s_::_In %n hours on %1$s then on %2$s and %3$s_" : ["%1$s دا بىر سائەتتە ئاندىن كىيىن %2$s بىلەن %3$s دا","%1$s دا %n سائەتتە ئاندىن كىيىن %2$s بىلەن %3$s دا"],
"_In a day on %1$s then on %2$s and %3$s_::_In %n days on %1$s then on %2$s and %3$s_" : ["%1$s دا بىر كۈندە ئاندىن كىيىن %2$s بىلەن %3$s دا","%1$s دا %n كۈندە ئاندىن كىيىن %2$s بىلەن %3$s دا"],
"_In a week on %1$s then on %2$s and %3$s_::_In %n weeks on %1$s then on %2$s and %3$s_" : ["%1$s دا بىر ھەپتىدە ئاندىن كىيىن %2$s بىلەن %3$s دا","%1$s دا %n ھەپتىدە ئاندىن كىيىن %2$s بىلەن %3$s دا"],
"_In a month on %1$s then on %2$s and %3$s_::_In %n months on %1$s then on %2$s and %3$s_" : ["%1$s دا بىر ئايدا ئاندىن كىيىن %2$s بىلەن %3$s دا","%1$s دا %n ئايدا ئاندىن كىيىن %2$s بىلەن %3$s دا"],
"_In a year on %1$s then on %2$s and %3$s_::_In %n years on %1$s then on %2$s and %3$s_" : ["%1$s دا بىر يىلدا ئاندىن كىيىن %2$s بىلەن %3$s دا","%1$s دا %n يىلدا ئاندىن كىيىن %2$s بىلەن %3$s دا"],
"Could not generate next recurrence statement" : "كېيىنكى تەكرارلىنىش باياناتىنى ھاسىل قىلالمىدى",
"Cancelled: %1$s" : "ئەمەلدىن قالدۇرۇلدى:%1 $ s",
"\"%1$s\" has been canceled" : "\"%1 $ s\" ئەمەلدىن قالدۇرۇلدى",
"Re: %1$s" : "Re:%1 $ s",
"%1$s has accepted your invitation" : "%1 $ s سىزنىڭ تەكلىۋىڭىزنى قوبۇل قىلدى",
"%1$s has tentatively accepted your invitation" : "%1 $ s سىزنىڭ تەكلىۋىڭىزنى ۋاقتىنچە قوبۇل قىلدى",
"%1$s has declined your invitation" : "%1 $ s سىزنىڭ تەكلىۋىڭىزنى رەت قىلدى",
"%1$s has responded to your invitation" : "%1 $ s سىزنىڭ تەكلىۋىڭىزگە جاۋاب قايتۇردى",
"Invitation updated: %1$s" : "تەكلىپ يېڭىلاندى:%1 $ s",
"%1$s updated the event \"%2$s\"" : "%1 $ s پائالىيەتنى \"%2 $ s\" يېڭىلىدى",
"Invitation: %1$s" : "تەكلىپ:%1 $ s",
"%1$s would like to invite you to \"%2$s\"" : "%1 $ s سىزنى «%2 $ s» غا تەكلىپ قىلماقچى",
"Cancelled: %1$s" : "ئەمەلدىن قالدۇرۇلدى: %1$s",
"\"%1$s\" has been canceled" : "\"%1$s\" ئەمەلدىن قالدۇرۇلدى",
"Re: %1$s" : "جاۋاپ: %1$s",
"%1$s has accepted your invitation" : "%1$s سىزنىڭ تەكلىۋىڭىزنى قوبۇل قىلدى",
"%1$s has tentatively accepted your invitation" : "%1$s سىزنىڭ تەكلىۋىڭىزنى ۋاقتىنچە قوبۇل قىلدى",
"%1$s has declined your invitation" : "%1$s سىزنىڭ تەكلىۋىڭىزنى رەت قىلدى",
"%1$s has responded to your invitation" : "%1$s سىزنىڭ تەكلىۋىڭىزگە جاۋاب قايتۇردى",
"Invitation updated: %1$s" : "تەكلىپ يېڭىلاندى:%1$s",
"%1$s updated the event \"%2$s\"" : "%1$s پائالىيەتنى \"%2$s\" يېڭىلىدى",
"Invitation: %1$s" : "تەكلىپ:%1$s",
"%1$s would like to invite you to \"%2$s\"" : "%1$s سىزنى «%2$s» غا تەكلىپ قىلماقچى",
"Organizer:" : "تەشكىللىگۈچى:",
"Attendees:" : "قاتناشقۇچىلار:",
"Title:" : "ماۋزۇ:",
@@ -123,7 +165,7 @@ OC.L10N.register(
"Accept" : "قوبۇل قىلىڭ",
"Decline" : "رەت قىلىش",
"More options …" : "تېخىمۇ كۆپ تاللاشلار…",
"More options at %s" : "% S دىكى تېخىمۇ كۆپ تاللاشلار",
"More options at %s" : "%s دىكى تېخىمۇ كۆپ تاللاشلار",
"Monday" : "دۈشەنبە",
"Tuesday" : "سەيشەنبە",
"Wednesday" : "چارشەنبە",
@@ -147,16 +189,18 @@ OC.L10N.register(
"Second" : "ئىككىنچى",
"Third" : "ئۈچىنچىسى",
"Fourth" : "تۆتىنچى",
"Fifth" : "بەشىنچى",
"Last" : "ئاخىرقى",
"Second Last" : "Second Last",
"Third Last" : "ئۈچىنچى ئاخىرقى",
"Fourth Last" : "تۆتىنچى ئاخىرقى",
"Second Last" : "ئارقىدىن ئىككىنچى",
"Third Last" : ارقىدىن ئۈچىنچى",
"Fourth Last" : "ئارقىدىن تۆتىنچى",
"Fifth Last" : "ئارقىدىن بەشىنچى",
"Contacts" : "ئالاقەداشلار",
"{actor} created address book {addressbook}" : "{actor} قۇرغان ئادرېس دەپتىرى {addressbook} دەپتىرى}",
"{actor} created address book {addressbook}" : "{actor} قۇرغان ئادرېس دەپتىرى {addressbook} دەپتىرى",
"You created address book {addressbook}" : "سىز ئادرېس دەپتىرى {addressbook} دەپتىرىنى قۇردىڭىز",
"{actor} deleted address book {addressbook}" : "{actor} ئۆچۈرۈلگەن ئادرېس دەپتىرى {addressbook} دەپتىرى}",
"{actor} deleted address book {addressbook}" : "{actor} ئۆچۈرۈلگەن ئادرېس دەپتىرى {addressbook} دەپتىرى",
"You deleted address book {addressbook}" : "سىز ئادرېس دەپتىرىنى {addressbook} دەپتىرىنى ئۆچۈردىڭىز",
"{actor} updated address book {addressbook}" : "{actor} يېڭىلانغان ئادرېس دەپتىرى {addressbook} دەپتىرى}",
"{actor} updated address book {addressbook}" : "{actor} يېڭىلانغان ئادرېس دەپتىرى {addressbook} دەپتىرى",
"You updated address book {addressbook}" : "سىز ئادرېس دەپتىرىنى {addressbook} دەپتىرىنى يېڭىلىدىڭىز",
"{actor} shared address book {addressbook} with you" : "{actor} ئورتاقلاشقان ئادرېس دەپتىرى {addressbook} دەپتىرى you سىز بىلەن",
"You shared address book {addressbook} with {user}" : "سىز ئادرېس دەپتىرى {addressbook} دەپتىرىنى {user} بىلەن ئورتاقلاشتىڭىز",
@@ -166,50 +210,65 @@ OC.L10N.register(
"{actor} unshared address book {addressbook} from {user}" : "{actor} ھەمبەھىرلەنمىگەن ئادرېس دەپتىرى {addressbook} دەپتىرى {user}",
"{actor} unshared address book {addressbook} from themselves" : "{actor} ئورتاقلاشمىغان ئادرېس دەپتىرى {addressbook} دەپتىرى themselves ئۆزىدىن",
"You shared address book {addressbook} with group {group}" : "گۇرۇپپا {addressbook} with بىلەن ئادرېس دەپتىرى {group} دەپتىرىنى ئورتاقلاشتىڭىز",
"{actor} shared address book {addressbook} with group {group}" : "{actor} گۇرۇپپا {addressbook} بىلەن ئورتاقلاشقان ئادرېس دەپتىرى {group} دەپتىرى}",
"You unshared address book {addressbook} from group {group}" : "گۇرۇپپا {addressbook} ھەمبەھىرلەنگەن ئادرېس دەپتىرى {group} دەپتىرى}",
"{actor} shared address book {addressbook} with group {group}" : "{actor} گۇرۇپپا {addressbook} بىلەن ئورتاقلاشقان ئادرېس دەپتىرى {group} دەپتىرى",
"You unshared address book {addressbook} from group {group}" : "گۇرۇپپا {addressbook} ھەمبەھىرلەنگەن ئادرېس دەپتىرى {group} دەپتىرى",
"{actor} unshared address book {addressbook} from group {group}" : "{actor} ئورتاق بەھرىلىنىدىغان ئادرېس دەپتىرى {addressbook} دەپتىرى group گۇرۇپپا {group}",
"{actor} created contact {card} in address book {addressbook}" : "{actor} بولسا {addressbook} ئادىرىس دەپتىرىدە {card} تونۇشنى قوشتى",
"You created contact {card} in address book {addressbook}" : "سىز ئادرېس دەپتىرى {card} دەپتىرىدە ئالاقىلىشىش {addressbook} قۇردىڭىز",
"{actor} deleted contact {card} from address book {addressbook}" : "{actor} contact ئادرېس دەپتىرى {card} دەپتىرىدىن ئالاقىلىشىش {addressbook} ئۆچۈرۈلگەن",
"You deleted contact {card} from address book {addressbook}" : "ئالاقىلىشىش {card} address ئادرېس دەپتىرى {addressbook} دەپتىرىدىن ئۆچۈرۈلدىڭىز",
"{actor} updated contact {card} in address book {addressbook}" : "{actor} يېڭىلانغان ئالاقىلىشىش {card} address ئادرېس دەپتىرى {addressbook} دەپتىرى}",
"{actor} updated contact {card} in address book {addressbook}" : "{actor} يېڭىلانغان ئالاقىلىشىش {card} address ئادرېس دەپتىرى {addressbook} دەپتىرى",
"You updated contact {card} in address book {addressbook}" : "ئالاقىلىشىش {card} address ئادرېس دەپتىرى {addressbook} دەپتىرىنى يېڭىلىدىڭىز",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "<strong> ئالاقىلىشىش </ strong> ياكى <strong> ئادرېس دەپتىرى </ strong> ئۆزگەرتىلدى",
"System address book disabled" : "سېستىما ئادىرىس دەپتىرى ئېتىك",
"The system contacts address book has been automatically disabled during upgrade. This means that the address book will no longer be available to users in the contacts app or other clients. The system contacts address book was disabled because the amount of contacts in the address book exceeded the maximum recommended number of contacts. This limit is set to prevent performance issues. You can re-enable the system address book with the following command {command}" : "سىستېما ئالاقە ئادرېس دەپتىرى يېڭىلاش جەريانىدا ئاپتوماتىك ھالدا ئېتىۋېتىلدى. بۇ دېگەنلىك، ئادرېس دەپتىرى ئەمدى ئالاقە ئەپ دېتالىدىكى ئىشلەتكۈچىلەر ياكى باشقا خېرىدارلار ئۈچۈن ئېچىلمايدۇ. سىستېما ئالاقە ئادرېس دەپتىرى ئېتىۋېتىلدى، چۈنكى ئادرېس دەپتىرىدىكى ئالاقە سانى تەۋسىيە قىلىنغان ئەڭ يۇقىرى ئالاقە سانىدىن ئېشىپ كەتتى. بۇ چەك ئىقتىدار مەسىلىسىنىڭ ئالدىنى ئېلىش ئۈچۈن بەلگىلەنگەن. سىز تۆۋەندىكى بۇيرۇق {command} ئارقىلىق سىستېما ئادرېس دەپتىرىنى قايتا قوزغىتالايسىز.",
"Accounts" : "ھېسابات",
"System address book which holds all accounts" : "بارلىق ھېساباتلارنى ئۆز ئىچىگە ئالغان سىستېما ئادرېس دەپتىرى",
"File is not updatable: %1$s" : "ھۆججەت يېڭىلانمايدۇ:%1 $ s",
"File is not updatable: %1$s" : "ھۆججەت يېڭىلانمايدۇ: %1$s",
"Failed to get storage for file" : "ھۆججەت ساقلاشقا ئېرىشەلمىدى",
"Could not write to final file, canceled by hook" : "ئاخىرقى ھۆججەتكە يازالمىدى ، قارماق تەرىپىدىن ئەمەلدىن قالدۇرۇلدى",
"Could not write file contents" : "ھۆججەت مەزمۇنىنى يازالمىدى",
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "نىشاننى نىشانغا كۆچۈرگەندە خاتالىق (كۆچۈرۈلگەن:%1 $ s ، مۆلچەردىكى ھۆججەتلەر:%2 $ s)",
"Expected filesize of %1$s but read (from Nextcloud client) and wrote (to Nextcloud storage) %2$s. Could either be a network problem on the sending side or a problem writing to the storage on the server side." : "مۆلچەردىكى ھۆججەتلەر%1 $ s بولىدۇ ، ئەمما ئوقۇڭ (Nextcloud خېرىدارىدىن) ۋە (Nextcloud ساقلىغۇچقا)%2 $ s دەپ يازدى. ئەۋەتىش تەرەپتىكى تور مەسىلىسى ياكى مۇلازىمېتىر تەرەپتىكى ساقلاشقا يېزىش مەسىلىسى بولۇشى مۇمكىن.",
"_%n byte_::_%n bytes_" : ["%n بايت","%n بايت"],
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "نىشاننى نىشانغا كۆچۈرگەندە خاتالىق (كۆچۈرۈلگەن: %1$s، مۆلچەردىكى ھۆججەتلەر:%2$s)",
"Expected filesize of %1$s but read (from Nextcloud client) and wrote (to Nextcloud storage) %2$s. Could either be a network problem on the sending side or a problem writing to the storage on the server side." : "مۆلچەردىكى ھۆججەتلەر %1$s بولىدۇ ، ئەمما ئوقۇڭ (Nextcloud خېرىدارىدىن) ۋە (Nextcloud ساقلىغۇچقا) %2$s دەپ يازدى. ئەۋەتىش تەرەپتىكى تور مەسىلىسى ياكى مۇلازىمېتىر تەرەپتىكى ساقلاشقا يېزىش مەسىلىسى بولۇشى مۇمكىن.",
"Could not rename part file to final file, canceled by hook" : "بۆلەك ھۆججىتىنى ئاخىرقى ھۆججەتكە ئۆزگەرتەلمىدى ، قارماق تەرىپىدىن ئەمەلدىن قالدۇرۇلدى",
"Could not rename part file to final file" : "قىسمەن ھۆججەتنى ئاخىرقى ھۆججەتكە ئۆزگەرتەلمىدى",
"Failed to check file size: %1$s" : "ھۆججەتنىڭ چوڭ-كىچىكلىكىنى تەكشۈرەلمىدى:%1 $ s",
"Encryption not ready: %1$s" : "شىفىرلاش تەييار ئەمەس:%1 $ s",
"Failed to open file: %1$s" : "ھۆججەت ئېچىلمىدى:%1 $ s",
"Failed to unlink: %1$s" : "ئۇلانمىدى:%1 $ s",
"Failed to write file contents: %1$s" : "ھۆججەت مەزمۇنىنى يېزىش مەغلۇب بولدى:%1 $ s",
"File not found: %1$s" : "ھۆججەت تېپىلمىدى:%1 $ s",
"Failed to check file size: %1$s" : "ھۆججەتنىڭ چوڭ-كىچىكلىكىنى تەكشۈرەلمىدى:%1$s",
"Could not open file: %1$s, file does seem to exist" : "ھۆججەتتنى ئاچقىلى بولمىدى: %1$s، ھۆججەت مەۋجۇت ئەمەستەك قىلىدۇ",
"Could not open file: %1$s, file doesn't seem to exist" : "ھۆججەتتنى ئاچقىلى بولمىدى: %1$s، ھۆججەت مەۋجۇت ئەمەستەك قىلىدۇ",
"Encryption not ready: %1$s" : "شىفىرلاش تەييار ئەمەس: %1$s",
"Failed to open file: %1$s" : "ھۆججەت ئېچىلمىدى: %1$s",
"Failed to unlink: %1$s" : "ئۇلانمىنى بىكار قىلىش مەغلۇپ بولدى: %1$s",
"Failed to write file contents: %1$s" : "ھۆججەت مەزمۇنىنى يېزىش مەغلۇب بولدى: %1$s",
"File not found: %1$s" : "ھۆججەت تېپىلمىدى: %1$s",
"Invalid target path" : "نىشان يولى ئىناۋەتسىز",
"System is in maintenance mode." : "سىستېما ئاسراش ھالىتىدە.",
"Upgrade needed" : "يېڭىلاش كېرەك",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "IOS / macOS ئارقىلىق CalDAV ۋە CardDAV نى ئىشلىتىش ئۈچۈن% s نى HTTPS ئىشلىتىش ئۈچۈن تەڭشەش كېرەك.",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "IOS / macOS ئارقىلىق CalDAV ۋە CardDAV نى ئىشلىتىش ئۈچۈن %s نى HTTPS ئىشلىتىش ئۈچۈن تەڭشەش كېرەك.",
"Configures a CalDAV account" : "CalDAV ھېساباتىنى سەپلەيدۇ",
"Configures a CardDAV account" : "CardDAV ھېساباتىنى سەپلەيدۇ",
"Events" : "Events",
"Events" : "ھادىسە",
"Untitled task" : "نامسىز ۋەزىپە",
"Completed on %s" : "% S دا تاماملاندى",
"Due on %s by %s" : "% S نىڭ سەۋەبىدىن% s",
"Due on %s" : "% S سەۋەبىدىن",
"Completed on %s" : "%s دا تاماملاندى",
"Due on %s by %s" : "%s ئىچىدە %s دا مۇددىتى توشىدۇ ",
"Due on %s" : "%s دا مۇددىتى توشىدۇ",
"Welcome to Nextcloud Calendar!\n\nThis is a sample event - explore the flexibility of planning with Nextcloud Calendar by making any edits you want!\n\nWith Nextcloud Calendar, you can:\n- Create, edit, and manage events effortlessly.\n- Create multiple calendars and share them with teammates, friends, or family.\n- Check availability and display your busy times to others.\n- Seamlessly integrate with apps and devices via CalDAV.\n- Customize your experience: schedule recurring events, adjust notifications and other settings." : "Nextcloud كالېندارىغا خۇش كەپسىز!\n\nبۇ بىر ئۈلگە پائالىيەت - Nextcloud كالېندارى بىلەن پىلان تۈزۈشنىڭ جانلىقلىقىنى ئۆزىڭىز خالىغانچە تەھرىرلەش ئارقىلىق ئۆگىنىۋېلىڭ!\n\nNextcloud كالېندارى بىلەن، سىز تۆۋەندىكىلەرنى قىلالايسىز:\n- پائالىيەتلەرنى ئاسانلا يارىتىڭ، تەھرىرلەڭ ۋە باشقۇرۇڭ.\n- كۆپ كالېندارلارنى قۇرۇپ، ئۇلارنى كوماندا ئەزالىرى، دوستلار ياكى ئائىلە ئەزالىرىڭىز بىلەن ئورتاقلىشىڭ.\n- بار-يوقلۇقىنى تەكشۈرۈڭ ۋە ئالدىراش ۋاقتىڭىزنى باشقىلارغا كۆرسىتىڭ.\n- CalDAV ئارقىلىق ئەپ ۋە ئۈسكۈنىلەر بىلەن راۋان بىرلەشتۈرۈڭ.\n- تەجرىبىڭىزنى خاسلاشتۇرۇڭ: تەكرارلىنىدىغان پائالىيەتلەرنى پىلانلاڭ، ئۇقتۇرۇشلار ۋە باشقا تەڭشەكلەرنى تەڭشەڭ.",
"Example event - open me!" : "مىسالەن ھادىسە - مېنى ئاچ!",
"System Address Book" : "سېستىما ئادىرىس دەپتىرى",
"The system address book contains contact information for all users in your instance." : "سىستېما ئادرېس دەپتىرىدە سىزنىڭ مىسالىڭىزدىكى بارلىق ئىشلەتكۈچىلەرنىڭ ئالاقە ئۇچۇرلىرى بار.",
"Enable System Address Book" : "سېستىما ئادىرىس دەپتىرىنى قوزغات",
"DAV system address book" : "DAV سىستېما ئادرېس دەپتىرى",
"No outstanding DAV system address book sync." : "مۇنەۋۋەر DAV سىستېمىسى ئادرېس كىتاب ماسقەدەملەش يوق.",
"The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling \"occ dav:sync-system-addressbook\"." : "مىسالىڭىزدا 1000 دىن ئارتۇق ئىشلەتكۈچى بار ياكى خاتالىق يۈز بەرگەنلىكى ئۈچۈن DAV سىستېمىسى ئادرېس دەپتىرىنى ماسقەدەملەش تېخى ئىجرا بولمىدى. ئۇنى «occ dav: sync-system-addressbook» دەپ چاقىرىپ قولدا ئىجرا قىلىڭ.",
"DAV system address book size" : "DAV سېستىما ئادىرىس دەپتىرى چوڭلۇقى",
"The system address book is disabled" : "سېستىما ئادىرىس دەپتىرى تاقالدى",
"The system address book is enabled, but contains more than the configured limit of %d contacts" : "سىستېما ئادرېس دەپتىرى قوزغىتىلغان، ئەمما ئۇنىڭدا %d ئالاقىلىشىش سانى تەڭشەلگەن چەكتىن ئېشىپ كەتكەن",
"The system address book is enabled and contains less than the configured limit of %d contacts" : "سىستېما ئادرېس دەپتىرى قوزغىتىلغان بولۇپ، ئۇنىڭدا تەڭشەلگەن %d ئالاقە چېكىدىن ئاز ئالاقە بار",
"WebDAV endpoint" : "WebDAV ئاخىرقى نۇقتىسى",
"Could not check that your web server is properly set up to allow file synchronization over WebDAV. Please check manually." : "تور مۇلازىمېتىرىڭىزنىڭ WebDAV ئارقىلىق ھۆججەت ماسقەدەملىشىگە يول قويۇلغانلىقىنى تەكشۈرەلمىدىڭىز. قولدا تەكشۈرۈپ بېقىڭ.",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "تور مۇلازىمېتىرىڭىز ھۆججەتنىڭ ماس قەدەمدە بولۇشىغا يول قويۇلمىدى ، چۈنكى WebDAV كۆرۈنمە يۈزى بۇزۇلغاندەك قىلىدۇ.",
"Your web server is properly set up to allow file synchronization over WebDAV." : "تور مۇلازىمېتىرىڭىز WebDAV ئارقىلىق ھۆججەت ماسقەدەملەش ئۈچۈن مۇۋاپىق تەڭشەلدى.",
"Migrated calendar (%1$s)" : "كۆچۈرۈلگەن كالېندار (%1 $ s)",
"Migrated calendar (%1$s)" : "كۆچۈرۈلگەن كالېندار (%1$s)",
"Calendars including events, details and attendees" : "پائالىيەتلەر ، تەپسىلاتلار ۋە قاتناشقۇچىلارنى ئۆز ئىچىگە ئالغان كالېندارلار",
"Contacts and groups" : "ئالاقىلىشىش ۋە گۇرۇپپىلار",
"WebDAV" : "WebDAV",
@@ -228,7 +287,7 @@ OC.L10N.register(
"Failed to load availability" : "ئىشلىتىشچانلىقىنى يۈكلىيەلمىدى",
"Saved availability" : "تېجەشلىك",
"Failed to save availability" : "ئىشلەتكىلى بولمىدى",
"to" : "to",
"to" : "غا",
"Delete slot" : "ئورۇننى ئۆچۈرۈڭ",
"No working hours set" : "خىزمەت ۋاقتى بېكىتىلمىدى",
"Add slot" : "ئورۇن قوشۇڭ",
@@ -239,7 +298,22 @@ OC.L10N.register(
"Cancel" : "بىكار قىلىش",
"Import" : "ئەكىر",
"Error while saving settings" : "تەڭشەكلەرنى ساقلاش جەريانىدا خاتالىق",
"Contact reset successfully" : "ئالاقىداش مۇۋاپىقىيەتلىك قۇرۇلدى",
"Error while resetting contact" : "ئالاقىداشنى ئەسلىگە قايتۇرۋاتقاندا خاتالىق كۆرۈلدى",
"Contact imported successfully" : "ئالاقىداش مۇۋاپىقىيەتلىك كىرگۈزۈلدى",
"Error while importing contact" : "ئالاقىداشنى كىرگۈزۋاتقاندا خاتالىق كۆرۈلدى",
"Import contact" : "ئالاقىداش كىرگۈزۈش",
"Reset to default" : "سۈكۈتتىكى ھالىتىگە قايتىڭ",
"Import contacts" : "ئالاقىداش كىرگۈزۈش",
"Importing a new .vcf file will delete the existing default contact and replace it with the new one. Do you want to continue?" : "يېڭى .vcf ھۆججىتىنى ئىمپورت قىلىش مەۋجۇت ئۆزلۈكىدىن مەۋجۇت بولغان ئالاقىلىشىشنى ئۆچۈرۈپ، ئۇنىڭ ئورنىغا يېڭىسى بىلەن ئالماشتۇرىدۇ. داۋاملاشتۇرامسىز؟",
"Failed to save example event creation setting" : "مىسال ۋەقە يارىتىش تەڭشىكىنى ساقلاش مەغلۇب بولدى",
"Failed to upload the example event" : "ئۈلگە ۋەقەنى يۈكلەش مەغلۇپ بولدى",
"Custom example event was saved successfully" : "خاسلاشتۇرۇلغان مىسال ۋەقە مۇۋەپپەقىيەتلىك ساقلاندى",
"Failed to delete the custom example event" : "خاسلاشتۇرۇلغان ئۈلگە ۋەقەنى ئۆچۈرۈش مەغلۇپ بولدى",
"Custom example event was deleted successfully" : "خاسلاشتۇرۇلغان مىسال ۋەقە مۇۋەپپەقىيەتلىك ئۆچۈرۈلدى",
"Import calendar event" : "يىلنامە ھادىسىلىرىنى كىرگۈز",
"Uploading a new event will overwrite the existing one." : "يېڭى پائالىيەت يۈكلەش مەۋجۇت پائالىيەتنىڭ ئورنىنى ئالىدۇ.",
"Upload event" : "چىقىرىش ھادىسىسى",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "يەنە {calendarappstoreopen} كالېندار دېتالى {linkclose} ياكى {calendardocopen} نى قاچىلاڭ ئۈستەلئۈستىڭىز ۋە كۆچمە تېلېفونىڭىزنى ئۇلاڭ ↗ {linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "{emailopen} ئېلېكترونلۇق خەت مۇلازىمېتىرى {linkclose} نى مۇۋاپىق تەڭشەشكە كاپالەتلىك قىلىڭ.",
"Calendar server" : "كالېندار مۇلازىمېتىرى",
@@ -252,6 +326,8 @@ OC.L10N.register(
"Send reminder notifications to calendar sharees as well" : "كالېندار ھەمبەھىرلىرىگىمۇ ئەسكەرتىش ئۇقتۇرۇشى ئەۋەتىڭ",
"Reminders are always sent to organizers and attendees." : "ئەسكەرتىش ھەمىشە تەشكىللىگۈچىلەر ۋە قاتناشقۇچىلارغا ئەۋەتىلىدۇ.",
"Enable notifications for events via push" : "ئىتتىرىش ئارقىلىق ۋەقەلەرگە ئۇقتۇرۇشنى قوزغىتىڭ",
"Example content" : "مىسال مەزمۇن",
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "مىسال مەزمۇن Nextcloud نىڭ ئىقتىدارلىرىنى نامايان قىلىش ئۈچۈن خىزمەت قىلىدۇ. سۈكۈتتىكى مەزمۇن Nextcloud بىلەن بىللە يەتكۈزۈلىدۇ، ھەمدە خاسلاشتۇرۇلغان مەزمۇن بىلەن ئالماشتۇرۇلىدۇ.",
"Availability" : "ئىشلەتكىلى بولىدۇ",
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "ئەگەر خىزمەت ۋاقتىڭىزنى تەڭشىسىڭىز ، باشقىلار يىغىن زاكاز قىلغاندا سىزنىڭ ئىشتىن چۈشكەن ۋاقتىڭىزنى كۆرىدۇ.",
"Absence" : "يوق",
@@ -259,7 +335,7 @@ OC.L10N.register(
"There was an error updating your attendance status." : "قاتنىشىش ھالىتىڭىزنى يېڭىلاشتا خاتالىق كۆرۈلدى.",
"Please contact the organizer directly." : "تەشكىللىگۈچى بىلەن بىۋاسىتە ئالاقىلىشىڭ.",
"Are you accepting the invitation?" : "تەكلىپنى قوبۇل قىلامسىز؟",
"Tentative" : "Tentative",
"Tentative" : "ئۇرۇنۇش",
"Your attendance was updated successfully." : "سىزنىڭ قاتنىشىشىڭىز مۇۋەپپەقىيەتلىك يېڭىلاندى.",
"No results." : "ھېچقانداق نەتىجە يوق.",
"Start typing." : "يېزىشنى باشلاڭ.",
+160 -84
View File
@@ -10,7 +10,7 @@
"You updated calendar {calendar}" : "كالېندار {calendar} يېڭىلىدىڭىز",
"{actor} restored calendar {calendar}" : "{actor} ئەسلىگە كەلتۈرۈلگەن كالېندار {calendar}",
"You restored calendar {calendar}" : "كالېندار {calendar} ئەسلىگە كەلتۈردىڭىز",
"You shared calendar {calendar} as public link" : "سىز كالېندار {calendar} public نى ئاممىۋى ئۇلىنىش سۈپىتىدە ھەمبەھىرلىدىڭىز",
"You shared calendar {calendar} as public link" : "سىز كالېندار {calendar} نى ئاممىۋى ئۇلىنىش سۈپىتىدە ھەمبەھىرلىدىڭىز",
"You removed public link for calendar {calendar}" : "كالېندار {calendar} ئۈچۈن ئاممىۋى ئۇلىنىشنى ئۆچۈردىڭىز",
"{actor} shared calendar {calendar} with you" : "{actor} ئورتاقلاشقان كالېندار {calendar} سىز بىلەن",
"You shared calendar {calendar} with {user}" : "سىز كالېندار {calendar} نى {user} بىلەن ئورتاقلاشتىڭىز",
@@ -24,7 +24,7 @@
"You unshared calendar {calendar} from group {group}" : "گۇرۇپپا {calendar} ئورتاقلاشمىغان كالېندار {group}",
"{actor} unshared calendar {calendar} from group {group}" : "{actor} بولسا كالىندار {calendar} نى گۇرۇپپا {group} بىلەن ھەمبەھىرلىمىدى",
"Untitled event" : "نامسىز ھادىسە",
"{actor} created event {event} in calendar {calendar}" : "{actor} كالېندار {event} پائالىيەت {calendar} قۇرغان}",
"{actor} created event {event} in calendar {calendar}" : "{actor} كالېندار {event} پائالىيەت {calendar} قۇرغان",
"You created event {event} in calendar {calendar}" : "كالېندار {event} پائالىيەت {calendar} created قۇردىڭىز",
"{actor} deleted event {event} from calendar {calendar}" : "{actor} ئۆچۈرۈلگەن ھادىسە {event} كالېنداردىن {calendar}",
"You deleted event {event} from calendar {calendar}" : "كالېندار {event} ھادىسە {calendar} ئۆچۈردىڭىز",
@@ -45,72 +45,114 @@
"You solved to-do {todo} in list {calendar}" : "تىزىملىك {calendar} دىكى {todo} نى ھەل قىلدىڭىز",
"{actor} reopened to-do {todo} in list {calendar}" : "{actor} تىزىملىك {calendar} {todo} قايتا ئېچىلدى",
"You reopened to-do {todo} in list {calendar}" : "تىزىملىك {calendar} دىكى {todo} نى قايتا ئاچتىڭىز",
"{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} بولسا كىيىنكى-ئىش {todo} نى {sourceCalendar} تىزىملىكىدىن {targetCalendar} تىزىملىكىگە يۆتكىدى",
"You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "سىز كىيىنكى-ئىش {todo} نى {sourceCalendar} تىزىملىكىدىن {targetCalendar} تىزىملىكىگە يۆتكىدىڭىز",
"Calendar, contacts and tasks" : "كالېندار ، ئالاقىلىشىش ۋە ۋەزىپە",
"A <strong>calendar</strong> was modified" : "<strong> كالېندار </ strong> ئۆزگەرتىلدى",
"A calendar <strong>event</strong> was modified" : "كالېندار <strong> ھادىسە </ strong> ئۆزگەرتىلدى",
"A calendar <strong>to-do</strong> was modified" : "كالېندار <strong> قىلىش </ strong> ئۆزگەرتىلدى",
"A <strong>calendar</strong> was modified" : "<strong> كالېندار </strong> ئۆزگەرتىلدى",
"A calendar <strong>event</strong> was modified" : "كالېندار <strong> ھادىسە </strong> ئۆزگەرتىلدى",
"A calendar <strong>to-do</strong> was modified" : "كالېندار <strong> قىلىش </strong> ئۆزگەرتىلدى",
"Contact birthdays" : "تۇغۇلغان كۈنى بىلەن ئالاقىلىشىڭ",
"Death of %s" : "% S نىڭ ئۆلۈمى",
"Death of %s" : "%s نىڭ ئۆلۈمى",
"Untitled calendar" : "نامسىز كالېندار",
"Calendar:" : "كالېندار:",
"Date:" : "چېسلا:",
"Where:" : "قەيەردە:",
"Description:" : "چۈشەندۈرۈش:",
"%s (in %s)" : "% s (% s)",
"%s (%s ago)" : "% s (% s ago)",
"Calendar: %s" : "كالېندار:% s",
"Date: %s" : "چېسلا:% s",
"Description: %s" : "چۈشەندۈرۈش:% s",
"Where: %s" : "قەيەردە:% s",
"%1$s via %2$s" : "%1 $ s ئارقىلىق%2 $ s",
"_%n year_::_%n years_" : ["%n يىل","%n يىل"],
"_%n month_::_%n months_" : ["%n ئاي","%n ئاي"],
"_%n day_::_%n days_" : ["%n كۈن","%n كۈن"],
"_%n hour_::_%n hours_" : ["%n سائەت","%n سائەت"],
"_%n minute_::_%n minutes_" : ["%n مىنۇت","%n مىنۇت"],
"%s (in %s)" : "%s (%s دا)",
"%s (%s ago)" : "%s (%s بۇرۇن)",
"Calendar: %s" : "كالېندار: %s",
"Date: %s" : "چېسلا: %s",
"Description: %s" : "چۈشەندۈرۈش: %s",
"Where: %s" : "قەيەردە: %s",
"%1$s via %2$s" : "%1$s ئارقىلىق %2$s",
"In the past on %1$s for the entire day" : "پۈتۈن كۈن ئۈچۈن ئۆتمۈشتىكى %1$s دا",
"_In a minute on %1$s for the entire day_::_In %n minutes on %1$s for the entire day_" : ["%1$s دا پۈتۈن كۈندە بىر مىنۇت","%1$s دا پۈتۈن كۈندە %n مىنۇتتا"],
"_In a hour on %1$s for the entire day_::_In %n hours on %1$s for the entire day_" : ["%1$s دا پۈتۈن كۈندە بىر سائەت","%1$s دا پۈتۈن كۈندە %n سائەتتە"],
"_In a day on %1$s for the entire day_::_In %n days on %1$s for the entire day_" : ["%1$s دا پۈتۈن كۈندە بىر كۈن","%1$s دا پۈتۈن كۈندە %n كۈندە"],
"_In a week on %1$s for the entire day_::_In %n weeks on %1$s for the entire day_" : ["%1$s دا پۈتۈن كۈندە بىر ھەپتە","%1$s دا پۈتۈن كۈندە %n ھەپتىدە"],
"_In a month on %1$s for the entire day_::_In %n months on %1$s for the entire day_" : ["%1$s دا پۈتۈن كۈندە بىر ئاي","%1$s دا پۈتۈن كۈندە %n ئايدا"],
"_In a year on %1$s for the entire day_::_In %n years on %1$s for the entire day_" : ["%1$s دا پۈتۈن كۈندە بىر يىل","%1$s دا پۈتۈن كۈندە %n يىلدا"],
"In the past on %1$s between %2$s - %3$s" : "ئۆتمۈشتىكى %1$s دە %2$s - %3$s ئارىسىدا",
"_In a minute on %1$s between %2$s - %3$s_::_In %n minutes on %1$s between %2$s - %3$s_" : ["%1$s دا %2$s - %3$s ئارلىقىدا بىر مىنۇت","%1$s دا %2$s - %3$s ئارلىقىدا %n مىنۇتتا"],
"_In a hour on %1$s between %2$s - %3$s_::_In %n hours on %1$s between %2$s - %3$s_" : ["%1$s دا %2$s - %3$s ئارلىقىدا بىر سائەت","%1$s دا %2$s - %3$s ئارلىقىدا %n سائەتتە"],
"_In a day on %1$s between %2$s - %3$s_::_In %n days on %1$s between %2$s - %3$s_" : ["%1$s دا %2$s - %3$s ئارلىقىدا بىر كۈن","%1$s دا %2$s - %3$s ئارلىقىدا %n كۈندە"],
"_In a week on %1$s between %2$s - %3$s_::_In %n weeks on %1$s between %2$s - %3$s_" : ["%1$s دا %2$s - %3$s ئارلىقىدا بىر ھەپتە","%1$s دا %2$s - %3$s ئارلىقىدا %n ھەپتىدە"],
"_In a month on %1$s between %2$s - %3$s_::_In %n months on %1$s between %2$s - %3$s_" : ["%1$s دا %2$s - %3$s ئارلىقىدا بىر ئاي","%1$s دا %2$s - %3$s ئارلىقىدا %n ئايدا"],
"_In a year on %1$s between %2$s - %3$s_::_In %n years on %1$s between %2$s - %3$s_" : ["%1$s دا %2$s - %3$s ئارلىقىدا بىر يىل","%1$s دا %2$s - %3$s ئارلىقىدا %n يىلدا"],
"Could not generate when statement" : "بايان قىلغاندا ھاسىل قىلالمىدى",
"Every Day for the entire day" : "ھەر بىر كۈن پۈتۈن بىر كۈن",
"Every Day for the entire day until %1$s" : "ھەر بىر كۈن پۈتۈن كۈن%1 $ s غىچە",
"Every Day between %1$s - %2$s" : "ھەر كۈنى%1 $ s -%2 $ s ئارىلىقىدا",
"Every Day between %1$s - %2$s until %3$s" : "ھەر كۈنى%1 $ s -%2 $ s ئارىلىقىدا%3 $ s غىچە",
"Every %1$d Days for the entire day" : "پۈتۈن%1 $ d كۈن",
"Every %1$d Days for the entire day until %2$s" : "ھەر%1 $ d پۈتۈن بىر كۈن ئىچىدە%2 $ s غىچە",
"Every %1$d Days between %2$s - %3$s" : "ھەر%1 $ d كۈنلەر%2 $ s -%3 $ s ئارىلىقىدا",
"Every %1$d Days between %2$s - %3$s until %4$s" : "ھەر%1 $ d كۈنلىرى%2 $ s -%3 $ s ئارىلىقىدا%4 $ s غىچە",
"Every Day for the entire day until %1$s" : "ھەر بىر كۈن پۈتۈن كۈن %1$s غىچە",
"Every Day between %1$s - %2$s" : "ھەر كۈنى %1$s - %2$s ئارىلىقىدا",
"Every Day between %1$s - %2$s until %3$s" : "ھەر كۈنى %3$s غىچە %1$s- %2$s ئارىلىقىدا",
"Every %1$d Days for the entire day" : "پۈتۈن كۈن ئۈچۈن ھەر %1$d كۈندە",
"Every %1$d Days for the entire day until %2$s" : "پۈتۈن كۈن ئۈچۈن %2$s غىچە ھەر %1$d كۈندە",
"Every %1$d Days between %2$s - %3$s" : "ھەر %1$d كۈندە %2$s - %3$s ئارلىقىدا",
"Every %1$d Days between %2$s - %3$s until %4$s" : "ھەر%1$d كۈنلىرى %2$s - %3$s ئارىلىقىدا %4$s غىچە",
"Could not generate event recurrence statement" : "ھادىسە قايتا-قايتا بايانات ھاسىل قىلالمىدى",
"Every Week on %1$s for the entire day" : "ھەر ھەپتە پۈتۈن كۈن ئۈچۈن%1 $ s",
"Every Week on %1$s for the entire day until %2$s" : "ھەر ھەپتە%1 $ s پۈتۈن بىر كۈن ئىچىدە%2 $ s غىچە",
"Every Week on %1$s between %2$s - %3$s" : "ھەر ھەپتە%1 $ s دىكى%2 $ s -%3 $ s ئارىلىقىدا",
"Every Week on %1$s between %2$s - %3$s until %4$s" : "ھەر ھەپتە%1 $ s دىكى%2 $ s -%3 $ s ئارىلىقىدا%4 $ s غىچە",
"Every %1$d Weeks on %2$s for the entire day" : "پۈتۈن%1 $ d ھەپتىلىك%2 $ s",
"Every %1$d Weeks on %2$s for the entire day until %3$s" : "ھەر%1 $ d ھەپتىلىك%2 $ s پۈتۈن بىر كۈن ئىچىدە%3 $ s غىچە",
"Every %1$d Weeks on %2$s between %3$s - %4$s" : "ھەر%1 $ d ھەپتىلىك%2 $ s دىكى%3 $ s -%4 $ s ئارىلىقىدا",
"Every %1$d Weeks on %2$s between %3$s - %4$s until %5$s" : "ھەر%1 $ d ھەپتىلىكى%2 $ s دىكى%3 $ s -%4 $ s ئارىلىقىدا%5 $ s گىچە",
"Every Month on the %1$s for the entire day" : "ھەر ئايدا%1 $ s پۈتۈن بىر كۈن",
"Every Month on the %1$s for the entire day until %2$s" : "ھەر ئايدا%1 $ s پۈتۈن بىر كۈن ئىچىدە%2 $ s غىچە",
"Every Month on the %1$s between %2$s - %3$s" : "ھەر ئايدا%1 $ s دىكى%2 $ s -%3 $ s ئارىلىقىدا",
"Every Month on the %1$s between %2$s - %3$s until %4$s" : "ھەر ئايدا%1 $ s دىكى%2 $ s -%3 $ s ئارىلىقىدا%4 $ s غىچە",
"Every %1$d Months on the %2$s for the entire day" : "ھەر%1 $ d ئايلار پۈتۈن كۈندىكى%2 $ s",
"Every %1$d Months on the %2$s for the entire day until %3$s" : "ھەر%1 $ d ئايلار%2 $ s پۈتۈن بىر كۈن ئىچىدە%3 $ s غىچە",
"Every %1$d Months on the %2$s between %3$s - %4$s" : "ھەر%1 $ d ئايلار%2 $ s دىكى%3 $ s -%4 $ s ئارىلىقىدا",
"Every %1$d Months on the %2$s between %3$s - %4$s until %5$s" : "ھەر%1 $ d ئايلار%2 $ s دىكى%3 $ s -%4 $ s ئارىلىقىدا%5 $ s غىچە",
"Every Year in %1$s on the %2$s for the entire day" : "ھەر يىلى%1 $ s دىكى%2 $ s پۈتۈن بىر كۈن",
"Every Year in %1$s on the %2$s for the entire day until %3$s" : "ھەر يىلى%1 $ s دىكى%2 $ s پۈتۈن بىر كۈن ئىچىدە%3 $ s غىچە",
"Every Year in %1$s on the %2$s between %3$s - %4$s" : "ھەر يىلى%1 $ s دىكى%2 $ s دىكى%3 $ s -%4 $ s ئارىلىقىدا",
"Every Year in %1$s on the %2$s between %3$s - %4$s until %5$s" : "ھەر يىلى%1 $ s دىكى%2 $ s دىكى%3 $ s -%4 $ s ئارىلىقىدا%5 $ s غىچە",
"Every %1$d Years in %2$s on the %3$s for the entire day" : "ھەر%1 $ d يىللار%2 $ s دىكى پۈتۈن كۈن%3 $ s",
"Every %1$d Years in %2$s on the %3$s for the entire day until %4$s" : "ھەر%1 $ d يىللار%2 $ s يىل ئىچىدە%3 $ s پۈتۈن بىر كۈن ئىچىدە%4 $ s غىچە",
"Every %1$d Years in %2$s on the %3$s between %4$s - %5$s" : "ھەر%1 $ d يىللار%2 $ s دىكى%3 $ s دىكى%4 $ s -%5 $ s",
"Every %1$d Years in %2$s on the %3$s between %4$s - %5$s until %6$s" : "ھەر%1 $ d يىللار%2 $ s دىكى%3 $ s دىكى%4 $ s -%5 $ s ئارىلىقىدىكى%6 $ s",
"On specific dates for the entire day until %1$s" : "پۈتۈن كۈندىكى كونكرېت كۈنلەردە%1 $ s غىچە",
"On specific dates between %1$s - %2$s until %3$s" : "كونكرېت كۈنلەردە%1 $ s -%2 $ s ئارىلىقىدا%3 $ s غىچە",
"Every Week on %1$s for the entire day" : "ھەر ھەپتە پۈتۈن كۈن ئۈچۈن %1$s دا",
"Every Week on %1$s for the entire day until %2$s" : "ھەر ھەپتە%1$s دە پۈتۈن بىر كۈن ئىچىدە %2$s غىچە",
"Every Week on %1$s between %2$s - %3$s" : "ھەر ھەپتە %1$s دە %2$s- %3$s ئارلىقىدا",
"Every Week on %1$s between %2$s - %3$s until %4$s" : "ھەر ھەپتە %1$s دە %4$s كىچە %2$s - %3$s ئارلىقىدا",
"Every %1$d Weeks on %2$s for the entire day" : "ھەر %1$d ھەپتىدە %2$s دە پۈتۈن كۈن",
"Every %1$d Weeks on %2$s for the entire day until %3$s" : "ھەر %1$d ھەپتىدە %2$s دە %3$s كىچە پۈتۈن كۈن",
"Every %1$d Weeks on %2$s between %3$s - %4$s" : "ھەر %1$d ھەپتىدە %2$s دە %3$s - %4$s ئارلىقىدا",
"Every %1$d Weeks on %2$s between %3$s - %4$s until %5$s" : "ھەر %1$d ھەپتىدە %2$s دە %5$s غىچە %3$s - %4$s ئارلىقىدا",
"Every Month on the %1$s for the entire day" : "ھەر ئاينىڭ %1$s دا پۈتۈن كۈن",
"Every Month on the %1$s for the entire day until %2$s" : "ھەر ئاينىڭ %1$s دا %2$s گىچە پۈتۈن كۈن",
"Every Month on the %1$s between %2$s - %3$s" : "ھەر ئاينىڭ %1$s دا %2$s - %3$s ئارلىقىدا",
"Every Month on the %1$s between %2$s - %3$s until %4$s" : "ھەر ئاينىڭ %1$s دا %4$s گىچە %2$s - %3$s ئارلىقىدا",
"Every %1$d Months on the %2$s for the entire day" : "ھەر %1$d ئايدا %2$s دا پۈتۈن كۈن",
"Every %1$d Months on the %2$s for the entire day until %3$s" : "ھەر %1$d ئايدا %2$s دا %3$s غىچە پۈتۈن كۈن",
"Every %1$d Months on the %2$s between %3$s - %4$s" : "ھەر %1$d ئايدا %2$s دا %3$s - %4$s ئارلىقىدا",
"Every %1$d Months on the %2$s between %3$s - %4$s until %5$s" : "ھەر %1$d ئايدا %2$s دا %5$s گىچە %3$s - %4$s ئارلىقىدا",
"Every Year in %1$s on the %2$s for the entire day" : "%1$s دا ھەر يىلنىڭ %2$s دا پۈتۈن كۈن",
"Every Year in %1$s on the %2$s for the entire day until %3$s" : "%1$s دا ھەر يىلنىڭ %2$s دا %3$s غىچە پۈتۈن كۈن",
"Every Year in %1$s on the %2$s between %3$s - %4$s" : "ھەر %1$s يىلدا %2$s دا %3$s - %4$s ئارلىقىدا",
"Every Year in %1$s on the %2$s between %3$s - %4$s until %5$s" : "ھەر %1$s دا %2$s دا %5$s غىچە %3$s - %4$s ئارلىقىدا",
"Every %1$d Years in %2$s on the %3$s for the entire day" : "%2$s دا ھەر %1$d يىلدا %3$s دا پۈتۈن كۈن",
"Every %1$d Years in %2$s on the %3$s for the entire day until %4$s" : "%2$s دا ھەر %1$d يىلدا %3$s دا %4$s كىچە پۈتۈن كۈن",
"Every %1$d Years in %2$s on the %3$s between %4$s - %5$s" : "%2$s دا ھەر %1$d يىلدا %3$s دا %4$s - %5$s ئارلىقىدا",
"Every %1$d Years in %2$s on the %3$s between %4$s - %5$s until %6$s" : "%2$s ئىچىدە ھەر %1$d يىلدا %3$s دا %6$s غىچە %4$s - %5$s ئارلىقىدا",
"On specific dates for the entire day until %1$s" : "%1$s غىچە بەلگىلىك چېسلادا پۈتۈن كۈن",
"On specific dates between %1$s - %2$s until %3$s" : "%1$s - %2$s ئارلىقىدىكى %3$s غىچە بولغان بەلگىلىك چېسلادا",
"In the past on %1$s" : "ئۆتمۈشتە %1$s دا",
"_In a minute on %1$s_::_In %n minutes on %1$s_" : ["%1$s دا بىر مىنۇتتا","%1$s دا %n مىنۇتتا"],
"_In a hour on %1$s_::_In %n hours on %1$s_" : ["%1$s دا بىر مىنۇتتا","%1$s دا %n سائەتتە"],
"_In a day on %1$s_::_In %n days on %1$s_" : ["%1$s دا بىر مىنۇتتا","%1$s دا %n كۈندە"],
"_In a week on %1$s_::_In %n weeks on %1$s_" : ["%1$s دا بىر ھەپتىدە","%1$s دا %n ھەپتىدە"],
"_In a month on %1$s_::_In %n months on %1$s_" : ["%1$s دا بىر ئايدا","%1$s دا %n ئايدا"],
"_In a year on %1$s_::_In %n years on %1$s_" : ["%1$s دا بىر يىلدا","%1$s دا %n يىلدا"],
"In the past on %1$s then on %2$s" : "ئۆتمۈشتە %1$s دە ئاندىن %2$s دا",
"_In a minute on %1$s then on %2$s_::_In %n minutes on %1$s then on %2$s_" : ["%1$s دا بىر مىنۇتتا ئاندىن كىيىن %2$s دا","%1$s دا %n مىنۇتتا ئاندىن كىيىن %2$s دا"],
"_In a hour on %1$s then on %2$s_::_In %n hours on %1$s then on %2$s_" : ["%1$s دا بىر سائەتتە ئاندىن كىيىن %2$s دا","%1$s دا %n سائەتتە ئاندىن كىيىن %2$s دا"],
"_In a day on %1$s then on %2$s_::_In %n days on %1$s then on %2$s_" : ["%1$s دا بىر كۈندە ئاندىن كىيىن %2$s دا","%1$s دا %n كۈندە ئاندىن كىيىن %2$s دا"],
"_In a week on %1$s then on %2$s_::_In %n weeks on %1$s then on %2$s_" : ["%1$s دا بىر ھەپتىدە ئاندىن كىيىن %2$s دا","%1$s دا %n ھەپتىدە ئاندىن كىيىن %2$s دا"],
"_In a month on %1$s then on %2$s_::_In %n months on %1$s then on %2$s_" : ["%1$s دا بىر ئايدا ئاندىن كىيىن %2$s دا","%1$s دا %n ئايدا ئاندىن كىيىن %2$s دا"],
"_In a year on %1$s then on %2$s_::_In %n years on %1$s then on %2$s_" : ["%1$s دا بىر يىلدا ئاندىن كىيىن %2$s دا","%1$s دا %n يىلدا ئاندىن كىيىن %2$s دا"],
"In the past on %1$s then on %2$s and %3$s" : "ئۆتمۈشتە %1$s دە ئاندىن %2$s بىلەن %3$s دە",
"_In a minute on %1$s then on %2$s and %3$s_::_In %n minutes on %1$s then on %2$s and %3$s_" : ["%1$s دا بىر مىنۇتتا ئاندىن كىيىن %2$s بىلەن %3$s دا","%1$s دا %n مىنۇتتا ئاندىن كىيىن %2$s بىلەن %3$s دا"],
"_In a hour on %1$s then on %2$s and %3$s_::_In %n hours on %1$s then on %2$s and %3$s_" : ["%1$s دا بىر سائەتتە ئاندىن كىيىن %2$s بىلەن %3$s دا","%1$s دا %n سائەتتە ئاندىن كىيىن %2$s بىلەن %3$s دا"],
"_In a day on %1$s then on %2$s and %3$s_::_In %n days on %1$s then on %2$s and %3$s_" : ["%1$s دا بىر كۈندە ئاندىن كىيىن %2$s بىلەن %3$s دا","%1$s دا %n كۈندە ئاندىن كىيىن %2$s بىلەن %3$s دا"],
"_In a week on %1$s then on %2$s and %3$s_::_In %n weeks on %1$s then on %2$s and %3$s_" : ["%1$s دا بىر ھەپتىدە ئاندىن كىيىن %2$s بىلەن %3$s دا","%1$s دا %n ھەپتىدە ئاندىن كىيىن %2$s بىلەن %3$s دا"],
"_In a month on %1$s then on %2$s and %3$s_::_In %n months on %1$s then on %2$s and %3$s_" : ["%1$s دا بىر ئايدا ئاندىن كىيىن %2$s بىلەن %3$s دا","%1$s دا %n ئايدا ئاندىن كىيىن %2$s بىلەن %3$s دا"],
"_In a year on %1$s then on %2$s and %3$s_::_In %n years on %1$s then on %2$s and %3$s_" : ["%1$s دا بىر يىلدا ئاندىن كىيىن %2$s بىلەن %3$s دا","%1$s دا %n يىلدا ئاندىن كىيىن %2$s بىلەن %3$s دا"],
"Could not generate next recurrence statement" : "كېيىنكى تەكرارلىنىش باياناتىنى ھاسىل قىلالمىدى",
"Cancelled: %1$s" : "ئەمەلدىن قالدۇرۇلدى:%1 $ s",
"\"%1$s\" has been canceled" : "\"%1 $ s\" ئەمەلدىن قالدۇرۇلدى",
"Re: %1$s" : "Re:%1 $ s",
"%1$s has accepted your invitation" : "%1 $ s سىزنىڭ تەكلىۋىڭىزنى قوبۇل قىلدى",
"%1$s has tentatively accepted your invitation" : "%1 $ s سىزنىڭ تەكلىۋىڭىزنى ۋاقتىنچە قوبۇل قىلدى",
"%1$s has declined your invitation" : "%1 $ s سىزنىڭ تەكلىۋىڭىزنى رەت قىلدى",
"%1$s has responded to your invitation" : "%1 $ s سىزنىڭ تەكلىۋىڭىزگە جاۋاب قايتۇردى",
"Invitation updated: %1$s" : "تەكلىپ يېڭىلاندى:%1 $ s",
"%1$s updated the event \"%2$s\"" : "%1 $ s پائالىيەتنى \"%2 $ s\" يېڭىلىدى",
"Invitation: %1$s" : "تەكلىپ:%1 $ s",
"%1$s would like to invite you to \"%2$s\"" : "%1 $ s سىزنى «%2 $ s» غا تەكلىپ قىلماقچى",
"Cancelled: %1$s" : "ئەمەلدىن قالدۇرۇلدى: %1$s",
"\"%1$s\" has been canceled" : "\"%1$s\" ئەمەلدىن قالدۇرۇلدى",
"Re: %1$s" : "جاۋاپ: %1$s",
"%1$s has accepted your invitation" : "%1$s سىزنىڭ تەكلىۋىڭىزنى قوبۇل قىلدى",
"%1$s has tentatively accepted your invitation" : "%1$s سىزنىڭ تەكلىۋىڭىزنى ۋاقتىنچە قوبۇل قىلدى",
"%1$s has declined your invitation" : "%1$s سىزنىڭ تەكلىۋىڭىزنى رەت قىلدى",
"%1$s has responded to your invitation" : "%1$s سىزنىڭ تەكلىۋىڭىزگە جاۋاب قايتۇردى",
"Invitation updated: %1$s" : "تەكلىپ يېڭىلاندى:%1$s",
"%1$s updated the event \"%2$s\"" : "%1$s پائالىيەتنى \"%2$s\" يېڭىلىدى",
"Invitation: %1$s" : "تەكلىپ:%1$s",
"%1$s would like to invite you to \"%2$s\"" : "%1$s سىزنى «%2$s» غا تەكلىپ قىلماقچى",
"Organizer:" : "تەشكىللىگۈچى:",
"Attendees:" : "قاتناشقۇچىلار:",
"Title:" : "ماۋزۇ:",
@@ -121,7 +163,7 @@
"Accept" : "قوبۇل قىلىڭ",
"Decline" : "رەت قىلىش",
"More options …" : "تېخىمۇ كۆپ تاللاشلار…",
"More options at %s" : "% S دىكى تېخىمۇ كۆپ تاللاشلار",
"More options at %s" : "%s دىكى تېخىمۇ كۆپ تاللاشلار",
"Monday" : "دۈشەنبە",
"Tuesday" : "سەيشەنبە",
"Wednesday" : "چارشەنبە",
@@ -145,16 +187,18 @@
"Second" : "ئىككىنچى",
"Third" : "ئۈچىنچىسى",
"Fourth" : "تۆتىنچى",
"Fifth" : "بەشىنچى",
"Last" : "ئاخىرقى",
"Second Last" : "Second Last",
"Third Last" : "ئۈچىنچى ئاخىرقى",
"Fourth Last" : "تۆتىنچى ئاخىرقى",
"Second Last" : "ئارقىدىن ئىككىنچى",
"Third Last" : ارقىدىن ئۈچىنچى",
"Fourth Last" : "ئارقىدىن تۆتىنچى",
"Fifth Last" : "ئارقىدىن بەشىنچى",
"Contacts" : "ئالاقەداشلار",
"{actor} created address book {addressbook}" : "{actor} قۇرغان ئادرېس دەپتىرى {addressbook} دەپتىرى}",
"{actor} created address book {addressbook}" : "{actor} قۇرغان ئادرېس دەپتىرى {addressbook} دەپتىرى",
"You created address book {addressbook}" : "سىز ئادرېس دەپتىرى {addressbook} دەپتىرىنى قۇردىڭىز",
"{actor} deleted address book {addressbook}" : "{actor} ئۆچۈرۈلگەن ئادرېس دەپتىرى {addressbook} دەپتىرى}",
"{actor} deleted address book {addressbook}" : "{actor} ئۆچۈرۈلگەن ئادرېس دەپتىرى {addressbook} دەپتىرى",
"You deleted address book {addressbook}" : "سىز ئادرېس دەپتىرىنى {addressbook} دەپتىرىنى ئۆچۈردىڭىز",
"{actor} updated address book {addressbook}" : "{actor} يېڭىلانغان ئادرېس دەپتىرى {addressbook} دەپتىرى}",
"{actor} updated address book {addressbook}" : "{actor} يېڭىلانغان ئادرېس دەپتىرى {addressbook} دەپتىرى",
"You updated address book {addressbook}" : "سىز ئادرېس دەپتىرىنى {addressbook} دەپتىرىنى يېڭىلىدىڭىز",
"{actor} shared address book {addressbook} with you" : "{actor} ئورتاقلاشقان ئادرېس دەپتىرى {addressbook} دەپتىرى you سىز بىلەن",
"You shared address book {addressbook} with {user}" : "سىز ئادرېس دەپتىرى {addressbook} دەپتىرىنى {user} بىلەن ئورتاقلاشتىڭىز",
@@ -164,50 +208,65 @@
"{actor} unshared address book {addressbook} from {user}" : "{actor} ھەمبەھىرلەنمىگەن ئادرېس دەپتىرى {addressbook} دەپتىرى {user}",
"{actor} unshared address book {addressbook} from themselves" : "{actor} ئورتاقلاشمىغان ئادرېس دەپتىرى {addressbook} دەپتىرى themselves ئۆزىدىن",
"You shared address book {addressbook} with group {group}" : "گۇرۇپپا {addressbook} with بىلەن ئادرېس دەپتىرى {group} دەپتىرىنى ئورتاقلاشتىڭىز",
"{actor} shared address book {addressbook} with group {group}" : "{actor} گۇرۇپپا {addressbook} بىلەن ئورتاقلاشقان ئادرېس دەپتىرى {group} دەپتىرى}",
"You unshared address book {addressbook} from group {group}" : "گۇرۇپپا {addressbook} ھەمبەھىرلەنگەن ئادرېس دەپتىرى {group} دەپتىرى}",
"{actor} shared address book {addressbook} with group {group}" : "{actor} گۇرۇپپا {addressbook} بىلەن ئورتاقلاشقان ئادرېس دەپتىرى {group} دەپتىرى",
"You unshared address book {addressbook} from group {group}" : "گۇرۇپپا {addressbook} ھەمبەھىرلەنگەن ئادرېس دەپتىرى {group} دەپتىرى",
"{actor} unshared address book {addressbook} from group {group}" : "{actor} ئورتاق بەھرىلىنىدىغان ئادرېس دەپتىرى {addressbook} دەپتىرى group گۇرۇپپا {group}",
"{actor} created contact {card} in address book {addressbook}" : "{actor} بولسا {addressbook} ئادىرىس دەپتىرىدە {card} تونۇشنى قوشتى",
"You created contact {card} in address book {addressbook}" : "سىز ئادرېس دەپتىرى {card} دەپتىرىدە ئالاقىلىشىش {addressbook} قۇردىڭىز",
"{actor} deleted contact {card} from address book {addressbook}" : "{actor} contact ئادرېس دەپتىرى {card} دەپتىرىدىن ئالاقىلىشىش {addressbook} ئۆچۈرۈلگەن",
"You deleted contact {card} from address book {addressbook}" : "ئالاقىلىشىش {card} address ئادرېس دەپتىرى {addressbook} دەپتىرىدىن ئۆچۈرۈلدىڭىز",
"{actor} updated contact {card} in address book {addressbook}" : "{actor} يېڭىلانغان ئالاقىلىشىش {card} address ئادرېس دەپتىرى {addressbook} دەپتىرى}",
"{actor} updated contact {card} in address book {addressbook}" : "{actor} يېڭىلانغان ئالاقىلىشىش {card} address ئادرېس دەپتىرى {addressbook} دەپتىرى",
"You updated contact {card} in address book {addressbook}" : "ئالاقىلىشىش {card} address ئادرېس دەپتىرى {addressbook} دەپتىرىنى يېڭىلىدىڭىز",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "<strong> ئالاقىلىشىش </ strong> ياكى <strong> ئادرېس دەپتىرى </ strong> ئۆزگەرتىلدى",
"System address book disabled" : "سېستىما ئادىرىس دەپتىرى ئېتىك",
"The system contacts address book has been automatically disabled during upgrade. This means that the address book will no longer be available to users in the contacts app or other clients. The system contacts address book was disabled because the amount of contacts in the address book exceeded the maximum recommended number of contacts. This limit is set to prevent performance issues. You can re-enable the system address book with the following command {command}" : "سىستېما ئالاقە ئادرېس دەپتىرى يېڭىلاش جەريانىدا ئاپتوماتىك ھالدا ئېتىۋېتىلدى. بۇ دېگەنلىك، ئادرېس دەپتىرى ئەمدى ئالاقە ئەپ دېتالىدىكى ئىشلەتكۈچىلەر ياكى باشقا خېرىدارلار ئۈچۈن ئېچىلمايدۇ. سىستېما ئالاقە ئادرېس دەپتىرى ئېتىۋېتىلدى، چۈنكى ئادرېس دەپتىرىدىكى ئالاقە سانى تەۋسىيە قىلىنغان ئەڭ يۇقىرى ئالاقە سانىدىن ئېشىپ كەتتى. بۇ چەك ئىقتىدار مەسىلىسىنىڭ ئالدىنى ئېلىش ئۈچۈن بەلگىلەنگەن. سىز تۆۋەندىكى بۇيرۇق {command} ئارقىلىق سىستېما ئادرېس دەپتىرىنى قايتا قوزغىتالايسىز.",
"Accounts" : "ھېسابات",
"System address book which holds all accounts" : "بارلىق ھېساباتلارنى ئۆز ئىچىگە ئالغان سىستېما ئادرېس دەپتىرى",
"File is not updatable: %1$s" : "ھۆججەت يېڭىلانمايدۇ:%1 $ s",
"File is not updatable: %1$s" : "ھۆججەت يېڭىلانمايدۇ: %1$s",
"Failed to get storage for file" : "ھۆججەت ساقلاشقا ئېرىشەلمىدى",
"Could not write to final file, canceled by hook" : "ئاخىرقى ھۆججەتكە يازالمىدى ، قارماق تەرىپىدىن ئەمەلدىن قالدۇرۇلدى",
"Could not write file contents" : "ھۆججەت مەزمۇنىنى يازالمىدى",
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "نىشاننى نىشانغا كۆچۈرگەندە خاتالىق (كۆچۈرۈلگەن:%1 $ s ، مۆلچەردىكى ھۆججەتلەر:%2 $ s)",
"Expected filesize of %1$s but read (from Nextcloud client) and wrote (to Nextcloud storage) %2$s. Could either be a network problem on the sending side or a problem writing to the storage on the server side." : "مۆلچەردىكى ھۆججەتلەر%1 $ s بولىدۇ ، ئەمما ئوقۇڭ (Nextcloud خېرىدارىدىن) ۋە (Nextcloud ساقلىغۇچقا)%2 $ s دەپ يازدى. ئەۋەتىش تەرەپتىكى تور مەسىلىسى ياكى مۇلازىمېتىر تەرەپتىكى ساقلاشقا يېزىش مەسىلىسى بولۇشى مۇمكىن.",
"_%n byte_::_%n bytes_" : ["%n بايت","%n بايت"],
"Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "نىشاننى نىشانغا كۆچۈرگەندە خاتالىق (كۆچۈرۈلگەن: %1$s، مۆلچەردىكى ھۆججەتلەر:%2$s)",
"Expected filesize of %1$s but read (from Nextcloud client) and wrote (to Nextcloud storage) %2$s. Could either be a network problem on the sending side or a problem writing to the storage on the server side." : "مۆلچەردىكى ھۆججەتلەر %1$s بولىدۇ ، ئەمما ئوقۇڭ (Nextcloud خېرىدارىدىن) ۋە (Nextcloud ساقلىغۇچقا) %2$s دەپ يازدى. ئەۋەتىش تەرەپتىكى تور مەسىلىسى ياكى مۇلازىمېتىر تەرەپتىكى ساقلاشقا يېزىش مەسىلىسى بولۇشى مۇمكىن.",
"Could not rename part file to final file, canceled by hook" : "بۆلەك ھۆججىتىنى ئاخىرقى ھۆججەتكە ئۆزگەرتەلمىدى ، قارماق تەرىپىدىن ئەمەلدىن قالدۇرۇلدى",
"Could not rename part file to final file" : "قىسمەن ھۆججەتنى ئاخىرقى ھۆججەتكە ئۆزگەرتەلمىدى",
"Failed to check file size: %1$s" : "ھۆججەتنىڭ چوڭ-كىچىكلىكىنى تەكشۈرەلمىدى:%1 $ s",
"Encryption not ready: %1$s" : "شىفىرلاش تەييار ئەمەس:%1 $ s",
"Failed to open file: %1$s" : "ھۆججەت ئېچىلمىدى:%1 $ s",
"Failed to unlink: %1$s" : "ئۇلانمىدى:%1 $ s",
"Failed to write file contents: %1$s" : "ھۆججەت مەزمۇنىنى يېزىش مەغلۇب بولدى:%1 $ s",
"File not found: %1$s" : "ھۆججەت تېپىلمىدى:%1 $ s",
"Failed to check file size: %1$s" : "ھۆججەتنىڭ چوڭ-كىچىكلىكىنى تەكشۈرەلمىدى:%1$s",
"Could not open file: %1$s, file does seem to exist" : "ھۆججەتتنى ئاچقىلى بولمىدى: %1$s، ھۆججەت مەۋجۇت ئەمەستەك قىلىدۇ",
"Could not open file: %1$s, file doesn't seem to exist" : "ھۆججەتتنى ئاچقىلى بولمىدى: %1$s، ھۆججەت مەۋجۇت ئەمەستەك قىلىدۇ",
"Encryption not ready: %1$s" : "شىفىرلاش تەييار ئەمەس: %1$s",
"Failed to open file: %1$s" : "ھۆججەت ئېچىلمىدى: %1$s",
"Failed to unlink: %1$s" : "ئۇلانمىنى بىكار قىلىش مەغلۇپ بولدى: %1$s",
"Failed to write file contents: %1$s" : "ھۆججەت مەزمۇنىنى يېزىش مەغلۇب بولدى: %1$s",
"File not found: %1$s" : "ھۆججەت تېپىلمىدى: %1$s",
"Invalid target path" : "نىشان يولى ئىناۋەتسىز",
"System is in maintenance mode." : "سىستېما ئاسراش ھالىتىدە.",
"Upgrade needed" : "يېڭىلاش كېرەك",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "IOS / macOS ئارقىلىق CalDAV ۋە CardDAV نى ئىشلىتىش ئۈچۈن% s نى HTTPS ئىشلىتىش ئۈچۈن تەڭشەش كېرەك.",
"Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "IOS / macOS ئارقىلىق CalDAV ۋە CardDAV نى ئىشلىتىش ئۈچۈن %s نى HTTPS ئىشلىتىش ئۈچۈن تەڭشەش كېرەك.",
"Configures a CalDAV account" : "CalDAV ھېساباتىنى سەپلەيدۇ",
"Configures a CardDAV account" : "CardDAV ھېساباتىنى سەپلەيدۇ",
"Events" : "Events",
"Events" : "ھادىسە",
"Untitled task" : "نامسىز ۋەزىپە",
"Completed on %s" : "% S دا تاماملاندى",
"Due on %s by %s" : "% S نىڭ سەۋەبىدىن% s",
"Due on %s" : "% S سەۋەبىدىن",
"Completed on %s" : "%s دا تاماملاندى",
"Due on %s by %s" : "%s ئىچىدە %s دا مۇددىتى توشىدۇ ",
"Due on %s" : "%s دا مۇددىتى توشىدۇ",
"Welcome to Nextcloud Calendar!\n\nThis is a sample event - explore the flexibility of planning with Nextcloud Calendar by making any edits you want!\n\nWith Nextcloud Calendar, you can:\n- Create, edit, and manage events effortlessly.\n- Create multiple calendars and share them with teammates, friends, or family.\n- Check availability and display your busy times to others.\n- Seamlessly integrate with apps and devices via CalDAV.\n- Customize your experience: schedule recurring events, adjust notifications and other settings." : "Nextcloud كالېندارىغا خۇش كەپسىز!\n\nبۇ بىر ئۈلگە پائالىيەت - Nextcloud كالېندارى بىلەن پىلان تۈزۈشنىڭ جانلىقلىقىنى ئۆزىڭىز خالىغانچە تەھرىرلەش ئارقىلىق ئۆگىنىۋېلىڭ!\n\nNextcloud كالېندارى بىلەن، سىز تۆۋەندىكىلەرنى قىلالايسىز:\n- پائالىيەتلەرنى ئاسانلا يارىتىڭ، تەھرىرلەڭ ۋە باشقۇرۇڭ.\n- كۆپ كالېندارلارنى قۇرۇپ، ئۇلارنى كوماندا ئەزالىرى، دوستلار ياكى ئائىلە ئەزالىرىڭىز بىلەن ئورتاقلىشىڭ.\n- بار-يوقلۇقىنى تەكشۈرۈڭ ۋە ئالدىراش ۋاقتىڭىزنى باشقىلارغا كۆرسىتىڭ.\n- CalDAV ئارقىلىق ئەپ ۋە ئۈسكۈنىلەر بىلەن راۋان بىرلەشتۈرۈڭ.\n- تەجرىبىڭىزنى خاسلاشتۇرۇڭ: تەكرارلىنىدىغان پائالىيەتلەرنى پىلانلاڭ، ئۇقتۇرۇشلار ۋە باشقا تەڭشەكلەرنى تەڭشەڭ.",
"Example event - open me!" : "مىسالەن ھادىسە - مېنى ئاچ!",
"System Address Book" : "سېستىما ئادىرىس دەپتىرى",
"The system address book contains contact information for all users in your instance." : "سىستېما ئادرېس دەپتىرىدە سىزنىڭ مىسالىڭىزدىكى بارلىق ئىشلەتكۈچىلەرنىڭ ئالاقە ئۇچۇرلىرى بار.",
"Enable System Address Book" : "سېستىما ئادىرىس دەپتىرىنى قوزغات",
"DAV system address book" : "DAV سىستېما ئادرېس دەپتىرى",
"No outstanding DAV system address book sync." : "مۇنەۋۋەر DAV سىستېمىسى ئادرېس كىتاب ماسقەدەملەش يوق.",
"The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling \"occ dav:sync-system-addressbook\"." : "مىسالىڭىزدا 1000 دىن ئارتۇق ئىشلەتكۈچى بار ياكى خاتالىق يۈز بەرگەنلىكى ئۈچۈن DAV سىستېمىسى ئادرېس دەپتىرىنى ماسقەدەملەش تېخى ئىجرا بولمىدى. ئۇنى «occ dav: sync-system-addressbook» دەپ چاقىرىپ قولدا ئىجرا قىلىڭ.",
"DAV system address book size" : "DAV سېستىما ئادىرىس دەپتىرى چوڭلۇقى",
"The system address book is disabled" : "سېستىما ئادىرىس دەپتىرى تاقالدى",
"The system address book is enabled, but contains more than the configured limit of %d contacts" : "سىستېما ئادرېس دەپتىرى قوزغىتىلغان، ئەمما ئۇنىڭدا %d ئالاقىلىشىش سانى تەڭشەلگەن چەكتىن ئېشىپ كەتكەن",
"The system address book is enabled and contains less than the configured limit of %d contacts" : "سىستېما ئادرېس دەپتىرى قوزغىتىلغان بولۇپ، ئۇنىڭدا تەڭشەلگەن %d ئالاقە چېكىدىن ئاز ئالاقە بار",
"WebDAV endpoint" : "WebDAV ئاخىرقى نۇقتىسى",
"Could not check that your web server is properly set up to allow file synchronization over WebDAV. Please check manually." : "تور مۇلازىمېتىرىڭىزنىڭ WebDAV ئارقىلىق ھۆججەت ماسقەدەملىشىگە يول قويۇلغانلىقىنى تەكشۈرەلمىدىڭىز. قولدا تەكشۈرۈپ بېقىڭ.",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "تور مۇلازىمېتىرىڭىز ھۆججەتنىڭ ماس قەدەمدە بولۇشىغا يول قويۇلمىدى ، چۈنكى WebDAV كۆرۈنمە يۈزى بۇزۇلغاندەك قىلىدۇ.",
"Your web server is properly set up to allow file synchronization over WebDAV." : "تور مۇلازىمېتىرىڭىز WebDAV ئارقىلىق ھۆججەت ماسقەدەملەش ئۈچۈن مۇۋاپىق تەڭشەلدى.",
"Migrated calendar (%1$s)" : "كۆچۈرۈلگەن كالېندار (%1 $ s)",
"Migrated calendar (%1$s)" : "كۆچۈرۈلگەن كالېندار (%1$s)",
"Calendars including events, details and attendees" : "پائالىيەتلەر ، تەپسىلاتلار ۋە قاتناشقۇچىلارنى ئۆز ئىچىگە ئالغان كالېندارلار",
"Contacts and groups" : "ئالاقىلىشىش ۋە گۇرۇپپىلار",
"WebDAV" : "WebDAV",
@@ -226,7 +285,7 @@
"Failed to load availability" : "ئىشلىتىشچانلىقىنى يۈكلىيەلمىدى",
"Saved availability" : "تېجەشلىك",
"Failed to save availability" : "ئىشلەتكىلى بولمىدى",
"to" : "to",
"to" : "غا",
"Delete slot" : "ئورۇننى ئۆچۈرۈڭ",
"No working hours set" : "خىزمەت ۋاقتى بېكىتىلمىدى",
"Add slot" : "ئورۇن قوشۇڭ",
@@ -237,7 +296,22 @@
"Cancel" : "بىكار قىلىش",
"Import" : "ئەكىر",
"Error while saving settings" : "تەڭشەكلەرنى ساقلاش جەريانىدا خاتالىق",
"Contact reset successfully" : "ئالاقىداش مۇۋاپىقىيەتلىك قۇرۇلدى",
"Error while resetting contact" : "ئالاقىداشنى ئەسلىگە قايتۇرۋاتقاندا خاتالىق كۆرۈلدى",
"Contact imported successfully" : "ئالاقىداش مۇۋاپىقىيەتلىك كىرگۈزۈلدى",
"Error while importing contact" : "ئالاقىداشنى كىرگۈزۋاتقاندا خاتالىق كۆرۈلدى",
"Import contact" : "ئالاقىداش كىرگۈزۈش",
"Reset to default" : "سۈكۈتتىكى ھالىتىگە قايتىڭ",
"Import contacts" : "ئالاقىداش كىرگۈزۈش",
"Importing a new .vcf file will delete the existing default contact and replace it with the new one. Do you want to continue?" : "يېڭى .vcf ھۆججىتىنى ئىمپورت قىلىش مەۋجۇت ئۆزلۈكىدىن مەۋجۇت بولغان ئالاقىلىشىشنى ئۆچۈرۈپ، ئۇنىڭ ئورنىغا يېڭىسى بىلەن ئالماشتۇرىدۇ. داۋاملاشتۇرامسىز؟",
"Failed to save example event creation setting" : "مىسال ۋەقە يارىتىش تەڭشىكىنى ساقلاش مەغلۇب بولدى",
"Failed to upload the example event" : "ئۈلگە ۋەقەنى يۈكلەش مەغلۇپ بولدى",
"Custom example event was saved successfully" : "خاسلاشتۇرۇلغان مىسال ۋەقە مۇۋەپپەقىيەتلىك ساقلاندى",
"Failed to delete the custom example event" : "خاسلاشتۇرۇلغان ئۈلگە ۋەقەنى ئۆچۈرۈش مەغلۇپ بولدى",
"Custom example event was deleted successfully" : "خاسلاشتۇرۇلغان مىسال ۋەقە مۇۋەپپەقىيەتلىك ئۆچۈرۈلدى",
"Import calendar event" : "يىلنامە ھادىسىلىرىنى كىرگۈز",
"Uploading a new event will overwrite the existing one." : "يېڭى پائالىيەت يۈكلەش مەۋجۇت پائالىيەتنىڭ ئورنىنى ئالىدۇ.",
"Upload event" : "چىقىرىش ھادىسىسى",
"Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "يەنە {calendarappstoreopen} كالېندار دېتالى {linkclose} ياكى {calendardocopen} نى قاچىلاڭ ئۈستەلئۈستىڭىز ۋە كۆچمە تېلېفونىڭىزنى ئۇلاڭ ↗ {linkclose}.",
"Please make sure to properly set up {emailopen}the email server{linkclose}." : "{emailopen} ئېلېكترونلۇق خەت مۇلازىمېتىرى {linkclose} نى مۇۋاپىق تەڭشەشكە كاپالەتلىك قىلىڭ.",
"Calendar server" : "كالېندار مۇلازىمېتىرى",
@@ -250,6 +324,8 @@
"Send reminder notifications to calendar sharees as well" : "كالېندار ھەمبەھىرلىرىگىمۇ ئەسكەرتىش ئۇقتۇرۇشى ئەۋەتىڭ",
"Reminders are always sent to organizers and attendees." : "ئەسكەرتىش ھەمىشە تەشكىللىگۈچىلەر ۋە قاتناشقۇچىلارغا ئەۋەتىلىدۇ.",
"Enable notifications for events via push" : "ئىتتىرىش ئارقىلىق ۋەقەلەرگە ئۇقتۇرۇشنى قوزغىتىڭ",
"Example content" : "مىسال مەزمۇن",
"Example content serves to showcase the features of Nextcloud. Default content is shipped with Nextcloud, and can be replaced by custom content." : "مىسال مەزمۇن Nextcloud نىڭ ئىقتىدارلىرىنى نامايان قىلىش ئۈچۈن خىزمەت قىلىدۇ. سۈكۈتتىكى مەزمۇن Nextcloud بىلەن بىللە يەتكۈزۈلىدۇ، ھەمدە خاسلاشتۇرۇلغان مەزمۇن بىلەن ئالماشتۇرۇلىدۇ.",
"Availability" : "ئىشلەتكىلى بولىدۇ",
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "ئەگەر خىزمەت ۋاقتىڭىزنى تەڭشىسىڭىز ، باشقىلار يىغىن زاكاز قىلغاندا سىزنىڭ ئىشتىن چۈشكەن ۋاقتىڭىزنى كۆرىدۇ.",
"Absence" : "يوق",
@@ -257,7 +333,7 @@
"There was an error updating your attendance status." : "قاتنىشىش ھالىتىڭىزنى يېڭىلاشتا خاتالىق كۆرۈلدى.",
"Please contact the organizer directly." : "تەشكىللىگۈچى بىلەن بىۋاسىتە ئالاقىلىشىڭ.",
"Are you accepting the invitation?" : "تەكلىپنى قوبۇل قىلامسىز؟",
"Tentative" : "Tentative",
"Tentative" : "ئۇرۇنۇش",
"Your attendance was updated successfully." : "سىزنىڭ قاتنىشىشىڭىز مۇۋەپپەقىيەتلىك يېڭىلاندى.",
"No results." : "ھېچقانداق نەتىجە يوق.",
"Start typing." : "يېزىشنى باشلاڭ.",
+1 -1
View File
@@ -24,7 +24,7 @@ class Capabilities implements ICapability {
$capabilities = [
'dav' => [
'chunking' => '1.0',
'public_shares_chunking' => false,
'public_shares_chunking' => true,
]
];
if ($this->config->getSystemValueBool('bulkupload.enabled', true)) {
+19 -28
View File
@@ -69,8 +69,8 @@ class FilesDropPlugin extends ServerPlugin {
public function beforeMethod(RequestInterface $request, ResponseInterface $response) {
$isChunkedUpload = $this->isChunkedUpload($request);
// For the final MOVE request of a chunked upload it is necessary to modify the Destination header.
if ($isChunkedUpload && $request->getMethod() !== 'MOVE') {
// For the PUT and MOVE requests of a chunked upload it is necessary to modify the Destination header.
if ($isChunkedUpload && $request->getMethod() !== 'MOVE' && $request->getMethod() !== 'PUT') {
return;
}
@@ -87,6 +87,23 @@ class FilesDropPlugin extends ServerPlugin {
throw new MethodNotAllowed('Only PUT, MKCOL and MOVE are allowed on files drop');
}
// Extract the attributes for the file request
$isFileRequest = false;
$attributes = $this->share->getAttributes();
if ($attributes !== null) {
$isFileRequest = $attributes->getAttribute('fileRequest', 'enabled') === true;
}
// Retrieve the nickname from the request
$nickname = $request->hasHeader('X-NC-Nickname')
? trim(urldecode($request->getHeader('X-NC-Nickname')))
: null;
// We need a valid nickname for file requests
if ($isFileRequest && !$nickname) {
throw new BadRequest('A nickname header is required for file requests');
}
// If this is a folder creation request
// let's stop there and let the onMkcol handle it
if ($request->getMethod() === 'MKCOL') {
@@ -113,32 +130,6 @@ class FilesDropPlugin extends ServerPlugin {
$rootPath = substr($path, 0, strpos($path, $token) + strlen($token));
// e.g /Folder/image.jpg
$relativePath = substr($path, strlen($rootPath));
$isRootUpload = substr_count($relativePath, '/') === 1;
// Extract the attributes for the file request
$isFileRequest = false;
$attributes = $this->share->getAttributes();
if ($attributes !== null) {
$isFileRequest = $attributes->getAttribute('fileRequest', 'enabled') === true;
}
// Retrieve the nickname from the request
$nickname = $request->hasHeader('X-NC-Nickname')
? trim(urldecode($request->getHeader('X-NC-Nickname')))
: null;
// We need a valid nickname for file requests
if ($isFileRequest && !$nickname) {
throw new BadRequest('A nickname header is required for file requests');
}
// We're only allowing the upload of
// long path with subfolders if a nickname is set.
// This prevents confusion when uploading files and help
// classify them by uploaders.
if (!$nickname && !$isRootUpload) {
throw new BadRequest('A nickname header is required when uploading subfolders');
}
if ($nickname) {
try {
+58 -5
View File
@@ -11,6 +11,7 @@ namespace OCA\DAV\Paginate;
use Sabre\DAV\Server;
use Sabre\DAV\ServerPlugin;
use Sabre\DAV\Xml\Element\Response;
use Sabre\HTTP\RequestInterface;
use Sabre\HTTP\ResponseInterface;
@@ -54,8 +55,13 @@ class PaginatePlugin extends ServerPlugin {
) {
$pageSize = (int)$request->getHeader(self::PAGINATE_COUNT_HEADER) ?: $this->pageSize;
$offset = (int)$request->getHeader(self::PAGINATE_OFFSET_HEADER);
$copyIterator = new LimitedCopyIterator($fileProperties, $pageSize, $offset);
['token' => $token, 'count' => $count] = $this->cache->store($url, $copyIterator);
// wrap the iterator with another that renders XML, this way we
// cache XML, but we keep the first $pageSize elements as objects
// to use for the response of the first page.
$rendererGenerator = $this->getXmlRendererGenerator($copyIterator);
['token' => $token, 'count' => $count] = $this->cache->store($url, $rendererGenerator);
$fileProperties = $copyIterator->getRequestedItems();
$this->server->httpResponse->addHeader(self::PAGINATE_HEADER, 'true');
@@ -65,6 +71,44 @@ class PaginatePlugin extends ServerPlugin {
}
}
/**
* Returns a generator that yields rendered XML entries for the provided
* $fileProperties, as they would appear in the MultiStatus response.
*/
private function getXmlRendererGenerator(iterable $fileProperties): \Generator {
$writer = $this->server->xml->getWriter();
$prefer = $this->server->getHTTPPrefer();
$minimal = $prefer['return'] === 'minimal';
$writer->contextUri = $this->server->getBaseUri();
$writer->openMemory();
$writer->startDocument();
$writer->startElement('{DAV:}multistatus');
// throw away the beginning of the document
$writer->flush();
foreach ($fileProperties as $entry) {
$href = $entry['href'];
unset($entry['href']);
if ($minimal) {
unset($entry[404]);
}
$response = new Response(
ltrim($href, '/'),
$entry
);
$writer->write([
'name' => '{DAV:}response',
'value' => $response,
]);
// flushing does not remove the > for the previous element
// (multistatus)
yield ltrim($writer->flush(), '>');
}
}
public function onMethod(RequestInterface $request, ResponseInterface $response) {
$url = $this->server->httpRequest->getUrl();
if (
@@ -83,11 +127,20 @@ class PaginatePlugin extends ServerPlugin {
$response->setHeader('Content-Type', 'application/xml; charset=utf-8');
$response->setHeader('Vary', 'Brief,Prefer');
$prefer = $this->server->getHTTPPrefer();
$minimal = $prefer['return'] === 'minimal';
// as we cached strings of XML, rebuild the multistatus response
// and output the RAW entries, as stored in the cache
$writer = $this->server->xml->getWriter();
$writer->contextUri = $this->server->getBaseUri();
$writer->openMemory();
$writer->startDocument();
$writer->startElement('{DAV:}multistatus');
foreach ($items as $item) {
$writer->writeRaw($item);
}
$writer->endElement();
$writer->endDocument();
$data = $this->server->generateMultiStatus($items, $minimal);
$response->setBody($data);
$response->setBody($writer->flush());
return false;
}
@@ -175,7 +175,7 @@ class IMipPluginCharsetTest extends TestCase {
->with('core', 'mail_providers_enabled', true)
->willReturn(true);
$mailMessage = new MailProviderMessage();
$mailService = $this->createStubForIntersectionOfInterfaces([IService::class, IMessageSend::class]);
$mailService = $this->createMockForIntersectionOfInterfaces([IService::class, IMessageSend::class]);
$mailService->method('initiateMessage')
->willReturn($mailMessage);
$mailService->expects(self::once())
+3 -3
View File
@@ -30,7 +30,7 @@ class CapabilitiesTest extends TestCase {
$expected = [
'dav' => [
'chunking' => '1.0',
'public_shares_chunking' => false,
'public_shares_chunking' => true,
],
];
$this->assertSame($expected, $capabilities->getCapabilities());
@@ -50,7 +50,7 @@ class CapabilitiesTest extends TestCase {
$expected = [
'dav' => [
'chunking' => '1.0',
'public_shares_chunking' => false,
'public_shares_chunking' => true,
'bulkupload' => '1.0',
],
];
@@ -71,7 +71,7 @@ class CapabilitiesTest extends TestCase {
$expected = [
'dav' => [
'chunking' => '1.0',
'public_shares_chunking' => false,
'public_shares_chunking' => true,
'absence-supported' => true,
'absence-replacement' => true,
],
@@ -13,6 +13,7 @@ use OCP\Files\NotFoundException;
use OCP\Share\IAttributes;
use OCP\Share\IShare;
use PHPUnit\Framework\MockObject\MockObject;
use Sabre\DAV\Exception\BadRequest;
use Sabre\DAV\Server;
use Sabre\HTTP\RequestInterface;
use Sabre\HTTP\ResponseInterface;
@@ -23,6 +24,7 @@ class FilesDropPluginTest extends TestCase {
private FilesDropPlugin $plugin;
private Folder&MockObject $node;
private IAttributes&MockObject $attributes;
private IShare&MockObject $share;
private Server&MockObject $server;
private RequestInterface&MockObject $request;
@@ -45,10 +47,10 @@ class FilesDropPluginTest extends TestCase {
$this->request = $this->createMock(RequestInterface::class);
$this->response = $this->createMock(ResponseInterface::class);
$attributes = $this->createMock(IAttributes::class);
$this->attributes = $this->createMock(IAttributes::class);
$this->share->expects($this->any())
->method('getAttributes')
->willReturn($attributes);
->willReturn($this->attributes);
$this->share
->method('getToken')
@@ -104,7 +106,7 @@ class FilesDropPluginTest extends TestCase {
$this->plugin->beforeMethod($this->request, $this->response);
}
public function testMKCOL(): void {
public function testFileDropMKCOLWithoutNickname(): void {
$this->plugin->enable();
$this->plugin->setShare($this->share);
@@ -116,6 +118,45 @@ class FilesDropPluginTest extends TestCase {
$this->plugin->beforeMethod($this->request, $this->response);
}
public function testFileRequestNoMKCOLWithoutNickname(): void {
$this->plugin->enable();
$this->plugin->setShare($this->share);
$this->request->method('getMethod')
->willReturn('MKCOL');
$this->attributes
->method('getAttribute')
->with('fileRequest', 'enabled')
->willReturn(true);
$this->expectException(BadRequest::class);
$this->plugin->beforeMethod($this->request, $this->response);
}
public function testFileRequestMKCOLWithNickname(): void {
$this->plugin->enable();
$this->plugin->setShare($this->share);
$this->request->method('getMethod')
->willReturn('MKCOL');
$this->attributes
->method('getAttribute')
->with('fileRequest', 'enabled')
->willReturn(true);
$this->request->method('hasHeader')
->with('X-NC-Nickname')
->willReturn(true);
$this->request->method('getHeader')
->with('X-NC-Nickname')
->willReturn('nickname');
$this->plugin->beforeMethod($this->request, $this->response);
}
public function testSubdirPut(): void {
$this->plugin->enable();
$this->plugin->setShare($this->share);
@@ -36,9 +36,7 @@ use Sabre\VObject\Component\VEvent;
use Sabre\VObject\Reader;
use Test\TestCase;
/**
* @covers \OCA\DAV\Listener\OutOfOfficeListener
*/
#[\PHPUnit\Framework\Attributes\CoversClass(OutOfOfficeListener::class)]
class OutOfOfficeListenerTest extends TestCase {
private ServerFactory&MockObject $serverFactory;
@@ -0,0 +1,337 @@
<?php
declare(strict_types=1);
/**
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
namespace OCA\DAV\Tests\unit\Paginate;
use OCA\DAV\Paginate\PaginateCache;
use OCA\DAV\Paginate\PaginatePlugin;
use PHPUnit\Framework\MockObject\MockObject;
use Sabre\DAV\Server;
use Sabre\HTTP\RequestInterface;
use Sabre\HTTP\ResponseInterface;
use Sabre\Xml\Service;
use Test\TestCase;
class PaginatePluginTest extends TestCase {
private PaginateCache&MockObject $cache;
private PaginatePlugin $plugin;
private Server&MockObject $server;
private RequestInterface&MockObject $request;
private ResponseInterface&MockObject $response;
public function testOnMultiStatusCachesAndUpdatesResponse(): void {
$this->initializePlugin();
$fileProperties = [
[
'href' => '/file1',
200 => [
'{DAV:}displayname' => 'File 1',
'{DAV:}resourcetype' => null
],
],
[
'href' => '/file2',
200 => [
'{DAV:}displayname' => 'File 2',
'{DAV:}resourcetype' => null
],
],
[
'href' => '/file3',
200 => [
'{DAV:}displayname' => 'File 3',
'{DAV:}resourcetype' => null
],
],
];
$this->request->expects(self::exactly(2))
->method('hasHeader')
->willReturnMap([
[PaginatePlugin::PAGINATE_HEADER, true],
[PaginatePlugin::PAGINATE_TOKEN_HEADER, false],
]);
$this->request->expects(self::once())
->method('getUrl')
->willReturn('url');
$this->request->expects(self::exactly(2))
->method('getHeader')
->willReturnMap([
[PaginatePlugin::PAGINATE_COUNT_HEADER, 2],
[PaginatePlugin::PAGINATE_OFFSET_HEADER, 0],
]);
$this->request->expects(self::once())
->method('setHeader')
->with(PaginatePlugin::PAGINATE_TOKEN_HEADER, 'token');
$this->cache->expects(self::once())
->method('store')
->with(
'url',
$this->callback(function ($generator) {
self::assertInstanceOf(\Generator::class, $generator);
$items = iterator_to_array($generator);
self::assertCount(3, $items);
self::assertStringContainsString($this->getResponseXmlForFile('/dav/file1', 'File 1'), $items[0]);
self::assertStringContainsString($this->getResponseXmlForFile('/dav/file2', 'File 2'), $items[1]);
self::assertStringContainsString($this->getResponseXmlForFile('/dav/file3', 'File 3'), $items[2]);
return true;
}),
)
->willReturn([
'token' => 'token',
'count' => 3,
]);
$this->expectSequentialCalls(
$this->response,
'addHeader',
[
[PaginatePlugin::PAGINATE_HEADER, 'true'],
[PaginatePlugin::PAGINATE_TOKEN_HEADER, 'token'],
[PaginatePlugin::PAGINATE_TOTAL_HEADER, '3'],
],
);
$this->plugin->onMultiStatus($fileProperties);
self::assertInstanceOf(\Iterator::class, $fileProperties);
// the iterator should be replaced with one that has the amount of
// items for the page
$items = iterator_to_array($fileProperties, false);
$this->assertCount(2, $items);
}
private function initializePlugin(): void {
$this->expectSequentialCalls(
$this->server,
'on',
[
['beforeMultiStatus', [$this->plugin, 'onMultiStatus'], 100],
['method:SEARCH', [$this->plugin, 'onMethod'], 1],
['method:PROPFIND', [$this->plugin, 'onMethod'], 1],
['method:REPORT', [$this->plugin, 'onMethod'], 1],
],
);
$this->plugin->initialize($this->server);
}
/**
* @param array<int, array<int, mixed>> $expectedCalls
*/
private function expectSequentialCalls(MockObject $mock, string $method, array $expectedCalls): void {
$mock->expects(self::exactly(\count($expectedCalls)))
->method($method)
->willReturnCallback(function (...$args) use (&$expectedCalls) {
$expected = array_shift($expectedCalls);
self::assertNotNull($expected);
self::assertSame($expected, $args);
});
}
private function getResponseXmlForFile(string $fileName, string $displayName): string {
return preg_replace('/>\s+</', '><', <<<XML
<d:response>
<d:href>$fileName</d:href>
<d:propstat>
<d:prop>
<d:displayname>$displayName</d:displayname>
<d:resourcetype/>
</d:prop>
<d:status>HTTP/1.1 200 OK</d:status>
</d:propstat>
</d:response>
XML
);
}
public function testOnMultiStatusSkipsWhenHeadersAndCacheExist(): void {
$this->initializePlugin();
$fileProperties = [
[
'href' => '/file1',
],
[
'href' => '/file2',
],
];
$this->request->expects(self::exactly(2))
->method('hasHeader')
->willReturnMap([
[PaginatePlugin::PAGINATE_HEADER, true],
[PaginatePlugin::PAGINATE_TOKEN_HEADER, true],
]);
$this->request->expects(self::once())
->method('getUrl')
->willReturn('');
$this->request->expects(self::once())
->method('getHeader')
->with(PaginatePlugin::PAGINATE_TOKEN_HEADER)
->willReturn('token');
$this->cache->expects(self::once())
->method('exists')
->with('', 'token')
->willReturn(true);
$this->cache->expects(self::never())
->method('store');
$this->plugin->onMultiStatus($fileProperties);
self::assertInstanceOf(\Iterator::class, $fileProperties);
self::assertSame(
[
['href' => '/file1'],
['href' => '/file2'],
],
iterator_to_array($fileProperties)
);
}
public function testOnMethodReturnsCachedResponse(): void {
$this->initializePlugin();
$response = $this->createMock(ResponseInterface::class);
$this->request->expects(self::exactly(2))
->method('hasHeader')
->willReturnMap([
[PaginatePlugin::PAGINATE_TOKEN_HEADER, true],
[PaginatePlugin::PAGINATE_OFFSET_HEADER, true],
]);
$this->request->expects(self::once())
->method('getUrl')
->willReturn('url');
$this->request->expects(self::exactly(4))
->method('getHeader')
->willReturnMap([
[PaginatePlugin::PAGINATE_TOKEN_HEADER, 'token'],
[PaginatePlugin::PAGINATE_OFFSET_HEADER, '2'],
[PaginatePlugin::PAGINATE_COUNT_HEADER, '4'],
]);
$this->cache->expects(self::once())
->method('exists')
->with('url', 'token')
->willReturn(true);
$this->cache->expects(self::once())
->method('get')
->with('url', 'token', 2, 4)
->willReturn((function (): \Generator {
yield $this->getResponseXmlForFile('/file1', 'File 1');
yield $this->getResponseXmlForFile('/file2', 'File 2');
})());
$response->expects(self::once())
->method('setStatus')
->with(207);
$response->expects(self::once())
->method('addHeader')
->with(PaginatePlugin::PAGINATE_HEADER, 'true');
$this->expectSequentialCalls(
$response,
'setHeader',
[
['Content-Type', 'application/xml; charset=utf-8'],
['Vary', 'Brief,Prefer'],
],
);
$response->expects(self::once())
->method('setBody')
->with($this->callback(function (string $body) {
// header of the XML
self::assertStringContainsString(<<<XML
<?xml version="1.0"?>
<d:multistatus xmlns:d="DAV:">
XML,
$body);
self::assertStringContainsString($this->getResponseXmlForFile('/file1', 'File 1'), $body);
self::assertStringContainsString($this->getResponseXmlForFile('/file2', 'File 2'), $body);
// footer of the XML
self::assertStringContainsString('</d:multistatus>', $body);
return true;
}));
self::assertFalse($this->plugin->onMethod($this->request, $response));
}
public function testOnMultiStatusNoPaginateHeaderShouldSucceed(): void {
$this->initializePlugin();
$this->request->expects(self::once())
->method('getUrl')
->willReturn('');
$this->cache->expects(self::never())
->method('exists');
$this->cache->expects(self::never())
->method('store');
$this->plugin->onMultiStatus($this->request);
}
public function testOnMethodNoTokenHeaderShouldSucceed(): void {
$this->initializePlugin();
$this->request->expects(self::once())
->method('hasHeader')
->with(PaginatePlugin::PAGINATE_TOKEN_HEADER)
->willReturn(false);
$this->cache->expects(self::never())
->method('exists');
$this->cache->expects(self::never())
->method('get');
$this->plugin->onMethod($this->request, $this->response);
}
protected function setUp(): void {
parent::setUp();
$this->cache = $this->createMock(PaginateCache::class);
$this->server = $this->getMockBuilder(Server::class)
->disableOriginalConstructor()
->onlyMethods(['on', 'getHTTPPrefer', 'getBaseUri'])
->getMock();
$this->request = $this->createMock(RequestInterface::class);
$this->response = $this->createMock(ResponseInterface::class);
$this->server->httpRequest = $this->request;
$this->server->httpResponse = $this->response;
$this->server->xml = new Service();
$this->server->xml->namespaceMap = [ 'DAV:' => 'd' ];
$this->server->method('getHTTPPrefer')
->willReturn(['return' => null]);
$this->server->method('getBaseUri')
->willReturn('/dav/');
$this->plugin = new PaginatePlugin($this->cache, 2);
}
}
+1
View File
@@ -67,6 +67,7 @@
<command>OCA\Encryption\Command\FixEncryptedVersion</command>
<command>OCA\Encryption\Command\FixKeyLocation</command>
<command>OCA\Encryption\Command\DropLegacyFileKey</command>
<command>OCA\Encryption\Command\CleanOrphanedKeys</command>
</commands>
<settings>
@@ -8,6 +8,7 @@ $baseDir = $vendorDir;
return array(
'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
'OCA\\Encryption\\AppInfo\\Application' => $baseDir . '/../lib/AppInfo/Application.php',
'OCA\\Encryption\\Command\\CleanOrphanedKeys' => $baseDir . '/../lib/Command/CleanOrphanedKeys.php',
'OCA\\Encryption\\Command\\DisableMasterKey' => $baseDir . '/../lib/Command/DisableMasterKey.php',
'OCA\\Encryption\\Command\\DropLegacyFileKey' => $baseDir . '/../lib/Command/DropLegacyFileKey.php',
'OCA\\Encryption\\Command\\EnableMasterKey' => $baseDir . '/../lib/Command/EnableMasterKey.php',
@@ -27,6 +28,7 @@ return array(
'OCA\\Encryption\\Exceptions\\PrivateKeyMissingException' => $baseDir . '/../lib/Exceptions/PrivateKeyMissingException.php',
'OCA\\Encryption\\Exceptions\\PublicKeyMissingException' => $baseDir . '/../lib/Exceptions/PublicKeyMissingException.php',
'OCA\\Encryption\\KeyManager' => $baseDir . '/../lib/KeyManager.php',
'OCA\\Encryption\\Listeners\\BeforeTemplateRenderedListener' => $baseDir . '/../lib/Listeners/BeforeTemplateRenderedListener.php',
'OCA\\Encryption\\Listeners\\UserEventsListener' => $baseDir . '/../lib/Listeners/UserEventsListener.php',
'OCA\\Encryption\\Migration\\SetMasterKeyStatus' => $baseDir . '/../lib/Migration/SetMasterKeyStatus.php',
'OCA\\Encryption\\Recovery' => $baseDir . '/../lib/Recovery.php',
@@ -23,6 +23,7 @@ class ComposerStaticInitEncryption
public static $classMap = array (
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
'OCA\\Encryption\\AppInfo\\Application' => __DIR__ . '/..' . '/../lib/AppInfo/Application.php',
'OCA\\Encryption\\Command\\CleanOrphanedKeys' => __DIR__ . '/..' . '/../lib/Command/CleanOrphanedKeys.php',
'OCA\\Encryption\\Command\\DisableMasterKey' => __DIR__ . '/..' . '/../lib/Command/DisableMasterKey.php',
'OCA\\Encryption\\Command\\DropLegacyFileKey' => __DIR__ . '/..' . '/../lib/Command/DropLegacyFileKey.php',
'OCA\\Encryption\\Command\\EnableMasterKey' => __DIR__ . '/..' . '/../lib/Command/EnableMasterKey.php',
@@ -42,6 +43,7 @@ class ComposerStaticInitEncryption
'OCA\\Encryption\\Exceptions\\PrivateKeyMissingException' => __DIR__ . '/..' . '/../lib/Exceptions/PrivateKeyMissingException.php',
'OCA\\Encryption\\Exceptions\\PublicKeyMissingException' => __DIR__ . '/..' . '/../lib/Exceptions/PublicKeyMissingException.php',
'OCA\\Encryption\\KeyManager' => __DIR__ . '/..' . '/../lib/KeyManager.php',
'OCA\\Encryption\\Listeners\\BeforeTemplateRenderedListener' => __DIR__ . '/..' . '/../lib/Listeners/BeforeTemplateRenderedListener.php',
'OCA\\Encryption\\Listeners\\UserEventsListener' => __DIR__ . '/..' . '/../lib/Listeners/UserEventsListener.php',
'OCA\\Encryption\\Migration\\SetMasterKeyStatus' => __DIR__ . '/..' . '/../lib/Migration/SetMasterKeyStatus.php',
'OCA\\Encryption\\Recovery' => __DIR__ . '/..' . '/../lib/Recovery.php',
+3
View File
@@ -34,6 +34,9 @@ OC.L10N.register(
"Please login to the web interface, go to the \"Security\" section of your personal settings and update your encryption password by entering this password into the \"Old login password\" field and your current login password." : "Jelentkezzen be a webes felületre, ugorjon a személyes beállításai „Biztonság” szakaszához, és frissítse a titkosítási jelszavát úgy, hogy megadja ezt a jelszót a „Régi bejelentkezési jelszó” mezőben, majd megadja a jelenlegi bejelentkezési jelszavát.",
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "A fájl nem fejthető vissza, valószínűleg ez egy megosztott fájl. Kérje meg a fájl tulajdonosát, hogy ossza meg újra Önnel ezt a fájlt.",
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Ez a fájl nem olvasható, valószínűleg ez egy megosztott fájl. Kérje meg a fájl tulajdonosát, hogy ossza meg újra Önnel ezt a fájlt.",
"Default Encryption Module" : "Alapértelmezett titkosítási modul",
"Default encryption module for Nextcloud Server-side Encryption (SSE)" : "Alapértelmezett titkosítási modul a kiszolgálóoldali titkosításhoz (SSE)",
"This app provides the (default) cryptography implementation for Nextcloud's Server-side Encryption (SSE) feature.\n\n\t\t\t**Encryption Details**\n\t\t\t* **Cipher Mode:** AES-256-CTR (default)\n\t\t\t* **Authentication:** HMAC-SHA256\n\n\t\t\t**Important Warnings**\n\t\t\t* **DANGER:** Do not disable this application until all files have been decrypted (`occ encryption:decrypt-all`).\n\t\t\t* **WARNING**: Reverting to non-encrypted file storage after activation requires command-line access. The action is permanent via the Web UI.\"\n\n\t\t\t**Notes for Existing Files**\n\t\t\t* By default, enabling SSE does not encrypt existing files; only new files will be encrypted.\n\t\t\t* To encrypt all existing files, use the command `occ encryption:encrypt-all`.\n\n\t\t\t**Before You Begin**\n\t\t\t* **Read the Documentation:** Before you enable SSE, encrypt existing files, or disable SSE, it is critical to \n\t\t\t\tread the documentation to understand implications and the appropriate procedures to avoid data loss." : "Ez az alkalmazás biztosítja az (alapértelmezett) titkosítási megvalósítást a Nextcloud kiszolgálóoldali titkosítási (SSE) funkciójához.\n\n\t\t\t**Titkosítás részletei**\n\t\t\t* **Titkosítási mód:** AES-256-CTR (alapértelmezett)\n\t\t\t* **Hitelesítés:** HMAC-SHA256\n\n\t\t\t**Fontos figyelmeztetések**\n\t\t\t* **VESZÉLY:** Ne tiltsa le az alkalmazást addig, amíg fel nem oldotta az összes fájl titkosítását (`occ encryption:decrypt-all`).\n\t\t\t* **FIGYELMEZTETÉS**: A nem titkosított fájltárolásra visszaálláshoz parancssoros hozzáférés szükséges. A művelet a webes felületen végleges.\"\n\n\t\t\t**Megjegyzés a meglévő fájlokhoz**\n\t\t\t* Alapértelmezés szerint az SSE engedélyezése nem titkosítja a meglévő fájlokat; csak az új fájlok lesznek titkosítva.\n\t\t\t* Az összes meglévő fájl titkosításához használja az `occ encryption:encrypt-all` parancsot.\n\n\t\t\t**Mielőtt nekikezd**\n\t\t\t* **Olvassa el a dokumentációt:** Az SSE engedélyezése, a meglévő fájlok titkosítása vagy az SSE letiltása előtt \n\t\t\t\telengedhetetlen a dokumentáció elolvasása, hogy tisztában legyen a következményekkel, és az adatvesztés\n\t\t\t\telkerülését eredményező folyamatokkal.",
"Default encryption module" : "Alapértelmezett titkosítási modul",
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "A titkosító alkalmazás engedélyezett, de a kulcsai még nincsenek előkészítve. Lépjen ki, majd lépjen be újra.",
"Encrypt the home storage" : "Helyi tároló titkosítása",
+3
View File
@@ -32,6 +32,9 @@
"Please login to the web interface, go to the \"Security\" section of your personal settings and update your encryption password by entering this password into the \"Old login password\" field and your current login password." : "Jelentkezzen be a webes felületre, ugorjon a személyes beállításai „Biztonság” szakaszához, és frissítse a titkosítási jelszavát úgy, hogy megadja ezt a jelszót a „Régi bejelentkezési jelszó” mezőben, majd megadja a jelenlegi bejelentkezési jelszavát.",
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "A fájl nem fejthető vissza, valószínűleg ez egy megosztott fájl. Kérje meg a fájl tulajdonosát, hogy ossza meg újra Önnel ezt a fájlt.",
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Ez a fájl nem olvasható, valószínűleg ez egy megosztott fájl. Kérje meg a fájl tulajdonosát, hogy ossza meg újra Önnel ezt a fájlt.",
"Default Encryption Module" : "Alapértelmezett titkosítási modul",
"Default encryption module for Nextcloud Server-side Encryption (SSE)" : "Alapértelmezett titkosítási modul a kiszolgálóoldali titkosításhoz (SSE)",
"This app provides the (default) cryptography implementation for Nextcloud's Server-side Encryption (SSE) feature.\n\n\t\t\t**Encryption Details**\n\t\t\t* **Cipher Mode:** AES-256-CTR (default)\n\t\t\t* **Authentication:** HMAC-SHA256\n\n\t\t\t**Important Warnings**\n\t\t\t* **DANGER:** Do not disable this application until all files have been decrypted (`occ encryption:decrypt-all`).\n\t\t\t* **WARNING**: Reverting to non-encrypted file storage after activation requires command-line access. The action is permanent via the Web UI.\"\n\n\t\t\t**Notes for Existing Files**\n\t\t\t* By default, enabling SSE does not encrypt existing files; only new files will be encrypted.\n\t\t\t* To encrypt all existing files, use the command `occ encryption:encrypt-all`.\n\n\t\t\t**Before You Begin**\n\t\t\t* **Read the Documentation:** Before you enable SSE, encrypt existing files, or disable SSE, it is critical to \n\t\t\t\tread the documentation to understand implications and the appropriate procedures to avoid data loss." : "Ez az alkalmazás biztosítja az (alapértelmezett) titkosítási megvalósítást a Nextcloud kiszolgálóoldali titkosítási (SSE) funkciójához.\n\n\t\t\t**Titkosítás részletei**\n\t\t\t* **Titkosítási mód:** AES-256-CTR (alapértelmezett)\n\t\t\t* **Hitelesítés:** HMAC-SHA256\n\n\t\t\t**Fontos figyelmeztetések**\n\t\t\t* **VESZÉLY:** Ne tiltsa le az alkalmazást addig, amíg fel nem oldotta az összes fájl titkosítását (`occ encryption:decrypt-all`).\n\t\t\t* **FIGYELMEZTETÉS**: A nem titkosított fájltárolásra visszaálláshoz parancssoros hozzáférés szükséges. A művelet a webes felületen végleges.\"\n\n\t\t\t**Megjegyzés a meglévő fájlokhoz**\n\t\t\t* Alapértelmezés szerint az SSE engedélyezése nem titkosítja a meglévő fájlokat; csak az új fájlok lesznek titkosítva.\n\t\t\t* Az összes meglévő fájl titkosításához használja az `occ encryption:encrypt-all` parancsot.\n\n\t\t\t**Mielőtt nekikezd**\n\t\t\t* **Olvassa el a dokumentációt:** Az SSE engedélyezése, a meglévő fájlok titkosítása vagy az SSE letiltása előtt \n\t\t\t\telengedhetetlen a dokumentáció elolvasása, hogy tisztában legyen a következményekkel, és az adatvesztés\n\t\t\t\telkerülését eredményező folyamatokkal.",
"Default encryption module" : "Alapértelmezett titkosítási modul",
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "A titkosító alkalmazás engedélyezett, de a kulcsai még nincsenek előkészítve. Lépjen ki, majd lépjen be újra.",
"Encrypt the home storage" : "Helyi tároló titkosítása",
+6 -2
View File
@@ -29,11 +29,14 @@ OC.L10N.register(
"Missing Signature" : "قولدىن كەتكەن ئىمزا",
"one-time password for server-side-encryption" : "مۇلازىمېتىرنى مەخپىيلەشتۈرۈش ئۈچۈن بىر قېتىم پارول",
"Encryption password" : "مەخپىي شىفىر",
"The administration enabled server-side-encryption. Your files were encrypted using the password <strong>%s</strong>." : "باشقۇرۇش مۇلازىمىتىر تەرەپنى مەخپىيلەشتۈرۈشنى قوزغىدى. ھۆججەتلىرىڭىز مەخپىي نومۇر <strong>% s </strong> ئارقىلىق شىفىرلاندى.",
"The administration enabled server-side-encryption. Your files were encrypted using the password \"%s\"." : "باشقۇرۇش مۇلازىمىتىر تەرەپنى مەخپىيلەشتۈرۈشنى قوزغىدى. ھۆججەتلىرىڭىز «% s» پارولى ئارقىلىق شىفىرلاندى.",
"The administration enabled server-side-encryption. Your files were encrypted using the password <strong>%s</strong>." : "باشقۇرۇش مۇلازىمىتىر تەرەپنى مەخپىيلەشتۈرۈشنى قوزغىدى. ھۆججەتلىرىڭىز مەخپىي نومۇر <strong>%s</strong> ئارقىلىق شىفىرلاندى.",
"The administration enabled server-side-encryption. Your files were encrypted using the password \"%s\"." : "باشقۇرۇش مۇلازىمىتىر تەرەپنى مەخپىيلەشتۈرۈشنى قوزغىدى. ھۆججەتلىرىڭىز «%s» پارولى ئارقىلىق شىفىرلاندى.",
"Please login to the web interface, go to the \"Security\" section of your personal settings and update your encryption password by entering this password into the \"Old login password\" field and your current login password." : "تور كۆرۈنمە يۈزىگە كىرىڭ ، شەخسىي تەڭشەكلىرىڭىزنىڭ «بىخەتەرلىك» بۆلىكىگە كىرىپ ، مەخپىي شىفىرىڭىزنى «كونا كىرىش پارولى» دېگەن ئورۇنغا ۋە نۆۋەتتىكى كىرىش پارولىڭىزنى كىرگۈزۈڭ.",
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "بۇ ھۆججەتنى يېشىش مۇمكىن ئەمەس ، بەلكىم بۇ ئورتاق ھۆججەت بولۇشى مۇمكىن. ھۆججەت ئىگىسىدىن ھۆججەتنى سىز بىلەن ئورتاقلىشىشنى تەلەپ قىلىڭ.",
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "بۇ ھۆججەتنى ئوقۇيالمايدۇ ، بەلكىم بۇ ئورتاق ھۆججەت بولۇشى مۇمكىن. ھۆججەت ئىگىسىدىن ھۆججەتنى سىز بىلەن ئورتاقلىشىشنى تەلەپ قىلىڭ.",
"Default Encryption Module" : "سۈكۈتتىكى شىفىرلاش بۆلىكى",
"Default encryption module for Nextcloud Server-side Encryption (SSE)" : "Nextcloud مۇلازىمېتىر تەرەپ شىفىرلاش (SSE) ئۈچۈن سۈكۈتتىكى شىفىرلاش مودۇلى",
"This app provides the (default) cryptography implementation for Nextcloud's Server-side Encryption (SSE) feature.\n\n\t\t\t**Encryption Details**\n\t\t\t* **Cipher Mode:** AES-256-CTR (default)\n\t\t\t* **Authentication:** HMAC-SHA256\n\n\t\t\t**Important Warnings**\n\t\t\t* **DANGER:** Do not disable this application until all files have been decrypted (`occ encryption:decrypt-all`).\n\t\t\t* **WARNING**: Reverting to non-encrypted file storage after activation requires command-line access. The action is permanent via the Web UI.\"\n\n\t\t\t**Notes for Existing Files**\n\t\t\t* By default, enabling SSE does not encrypt existing files; only new files will be encrypted.\n\t\t\t* To encrypt all existing files, use the command `occ encryption:encrypt-all`.\n\n\t\t\t**Before You Begin**\n\t\t\t* **Read the Documentation:** Before you enable SSE, encrypt existing files, or disable SSE, it is critical to \n\t\t\t\tread the documentation to understand implications and the appropriate procedures to avoid data loss." : "بۇ ئەپ Nextcloud نىڭ سېرۋېر تەرەپ شىفىرلاش (SSE) ئىقتىدارى ئۈچۈن (ئۆزلۈكىدىن) شىفىرلاش ئىجراسىنى تەمىنلەيدۇ.\n\n\t\t\t**شىفىرلاش تەپسىلاتلىرى**\n\t\t\t* **شىفىر ھالىتى:** AES-256-CTR (ئۆزلۈكىدىن)\n\t\t\t* **ئىشەنچنى جەزملەشتۈرۈش:** HMAC-SHA256\n\n\t\t\t**مۇھىم ئاگاھلاندۇرۇشلار**\n\t\t\t* **خەتەر:** بارلىق ھۆججەتلەر شىفىرلانمىغۇچە بۇ ئەپنى چەكلىمەڭ (`occ encryption:decrypt-all`).\n\t\t\t* **ئاگاھلاندۇرۇش**: ئاكتىپلانغاندىن كېيىن شىفىرلانمىغان ھۆججەت ساقلىغۇچقا قايتىش ئۈچۈن بۇيرۇق قۇرىغا كىرىش كېرەك. بۇ ھەرىكەت تور ئىشلەتكۈچى ئارايۈزى ئارقىلىق مەڭگۈلۈك بولىدۇ.\n\n\t\t\t**مەۋجۇت ھۆججەتلەر ئۈچۈن ئەسكەرتىشلەر**\n\t\t\t* ئۆزلۈكىدىن، SSE نى قوزغىتىش مەۋجۇت ھۆججەتلەرنى شىفىرلىمايدۇ؛ پەقەت يېڭى ھۆججەتلەرلا شىفىرلىنىدۇ.\n\t\t\t* بارلىق مەۋجۇت ھۆججەتلەرنى شىفىرلاش ئۈچۈن، `occ encryption:encrypt-all` بۇيرۇقىنى ئىشلىتىڭ.\n\n\t\t\t**باشلاشتىن بۇرۇن**\n\t\t\t* **ھۆججەتلەرنى ئوقۇڭ:** SSE نى قوزغىتىشتىن، مەۋجۇت ھۆججەتلەرنى شىفىرلاشتىن ياكى SSE نى چەكلەشتىن بۇرۇن، سانلىق مەلۇمات يوقىلىشىنىڭ ئالدىنى ئېلىش ئۈچۈن مۇناسىۋەتلىك تەرتىپلەرنى ۋە ئۇنىڭ ئاقىۋەتلىرىنى چۈشىنىش ئۈچۈن ھۆججەتلەرنى ئوقۇش ناھايىتى مۇھىم.",
"Default encryption module" : "كۆڭۈلدىكى مەخپىيلەشتۈرۈش مودۇلى",
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "شىفىرلاش دېتالى قوزغىتىلغان ، ئەمما ئاچقۇچلىرىڭىز دەسلەپكى قەدەمدە قوزغىتىلمىغان ، قايتا كىرىپ قايتا كىرىڭ",
"Encrypt the home storage" : "ئۆي ئامبىرىنى مەخپىيلەشتۈرۈڭ",
@@ -51,6 +54,7 @@ OC.L10N.register(
"Basic encryption module" : "ئاساسىي مەخپىيلەشتۈرۈش مودۇلى",
"Your private key password no longer matches your log-in password." : "شەخسىي ئاچقۇچ پارولىڭىز كىرىش پارولىڭىزغا ماس كەلمەيدۇ.",
"Set your old private key password to your current log-in password:" : "كونا شەخسىي پارولىڭىزنى نۆۋەتتىكى كىرىش پارولىڭىزغا تەڭشەڭ:",
"If you do not remember your old password you can ask your administrator to recover your files." : "ئەگەر كونا پارولىڭىزنى ئېسىڭىزدە تۇتالمىسىڭىز، باشقۇرغۇچىڭىزدىن ھۆججەتلىرىڭىزنى ئەسلىگە كەلتۈرۈشنى تەلەپ قىلسىڭىز بولىدۇ.",
"Old log-in password" : "كونا كىرىش پارولى",
"Current log-in password" : "نۆۋەتتىكى كىرىش پارولى",
"Update Private Key Password" : "شەخسىي ئاچقۇچ پارولىنى يېڭىلاڭ",
+6 -2
View File
@@ -27,11 +27,14 @@
"Missing Signature" : "قولدىن كەتكەن ئىمزا",
"one-time password for server-side-encryption" : "مۇلازىمېتىرنى مەخپىيلەشتۈرۈش ئۈچۈن بىر قېتىم پارول",
"Encryption password" : "مەخپىي شىفىر",
"The administration enabled server-side-encryption. Your files were encrypted using the password <strong>%s</strong>." : "باشقۇرۇش مۇلازىمىتىر تەرەپنى مەخپىيلەشتۈرۈشنى قوزغىدى. ھۆججەتلىرىڭىز مەخپىي نومۇر <strong>% s </strong> ئارقىلىق شىفىرلاندى.",
"The administration enabled server-side-encryption. Your files were encrypted using the password \"%s\"." : "باشقۇرۇش مۇلازىمىتىر تەرەپنى مەخپىيلەشتۈرۈشنى قوزغىدى. ھۆججەتلىرىڭىز «% s» پارولى ئارقىلىق شىفىرلاندى.",
"The administration enabled server-side-encryption. Your files were encrypted using the password <strong>%s</strong>." : "باشقۇرۇش مۇلازىمىتىر تەرەپنى مەخپىيلەشتۈرۈشنى قوزغىدى. ھۆججەتلىرىڭىز مەخپىي نومۇر <strong>%s</strong> ئارقىلىق شىفىرلاندى.",
"The administration enabled server-side-encryption. Your files were encrypted using the password \"%s\"." : "باشقۇرۇش مۇلازىمىتىر تەرەپنى مەخپىيلەشتۈرۈشنى قوزغىدى. ھۆججەتلىرىڭىز «%s» پارولى ئارقىلىق شىفىرلاندى.",
"Please login to the web interface, go to the \"Security\" section of your personal settings and update your encryption password by entering this password into the \"Old login password\" field and your current login password." : "تور كۆرۈنمە يۈزىگە كىرىڭ ، شەخسىي تەڭشەكلىرىڭىزنىڭ «بىخەتەرلىك» بۆلىكىگە كىرىپ ، مەخپىي شىفىرىڭىزنى «كونا كىرىش پارولى» دېگەن ئورۇنغا ۋە نۆۋەتتىكى كىرىش پارولىڭىزنى كىرگۈزۈڭ.",
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "بۇ ھۆججەتنى يېشىش مۇمكىن ئەمەس ، بەلكىم بۇ ئورتاق ھۆججەت بولۇشى مۇمكىن. ھۆججەت ئىگىسىدىن ھۆججەتنى سىز بىلەن ئورتاقلىشىشنى تەلەپ قىلىڭ.",
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "بۇ ھۆججەتنى ئوقۇيالمايدۇ ، بەلكىم بۇ ئورتاق ھۆججەت بولۇشى مۇمكىن. ھۆججەت ئىگىسىدىن ھۆججەتنى سىز بىلەن ئورتاقلىشىشنى تەلەپ قىلىڭ.",
"Default Encryption Module" : "سۈكۈتتىكى شىفىرلاش بۆلىكى",
"Default encryption module for Nextcloud Server-side Encryption (SSE)" : "Nextcloud مۇلازىمېتىر تەرەپ شىفىرلاش (SSE) ئۈچۈن سۈكۈتتىكى شىفىرلاش مودۇلى",
"This app provides the (default) cryptography implementation for Nextcloud's Server-side Encryption (SSE) feature.\n\n\t\t\t**Encryption Details**\n\t\t\t* **Cipher Mode:** AES-256-CTR (default)\n\t\t\t* **Authentication:** HMAC-SHA256\n\n\t\t\t**Important Warnings**\n\t\t\t* **DANGER:** Do not disable this application until all files have been decrypted (`occ encryption:decrypt-all`).\n\t\t\t* **WARNING**: Reverting to non-encrypted file storage after activation requires command-line access. The action is permanent via the Web UI.\"\n\n\t\t\t**Notes for Existing Files**\n\t\t\t* By default, enabling SSE does not encrypt existing files; only new files will be encrypted.\n\t\t\t* To encrypt all existing files, use the command `occ encryption:encrypt-all`.\n\n\t\t\t**Before You Begin**\n\t\t\t* **Read the Documentation:** Before you enable SSE, encrypt existing files, or disable SSE, it is critical to \n\t\t\t\tread the documentation to understand implications and the appropriate procedures to avoid data loss." : "بۇ ئەپ Nextcloud نىڭ سېرۋېر تەرەپ شىفىرلاش (SSE) ئىقتىدارى ئۈچۈن (ئۆزلۈكىدىن) شىفىرلاش ئىجراسىنى تەمىنلەيدۇ.\n\n\t\t\t**شىفىرلاش تەپسىلاتلىرى**\n\t\t\t* **شىفىر ھالىتى:** AES-256-CTR (ئۆزلۈكىدىن)\n\t\t\t* **ئىشەنچنى جەزملەشتۈرۈش:** HMAC-SHA256\n\n\t\t\t**مۇھىم ئاگاھلاندۇرۇشلار**\n\t\t\t* **خەتەر:** بارلىق ھۆججەتلەر شىفىرلانمىغۇچە بۇ ئەپنى چەكلىمەڭ (`occ encryption:decrypt-all`).\n\t\t\t* **ئاگاھلاندۇرۇش**: ئاكتىپلانغاندىن كېيىن شىفىرلانمىغان ھۆججەت ساقلىغۇچقا قايتىش ئۈچۈن بۇيرۇق قۇرىغا كىرىش كېرەك. بۇ ھەرىكەت تور ئىشلەتكۈچى ئارايۈزى ئارقىلىق مەڭگۈلۈك بولىدۇ.\n\n\t\t\t**مەۋجۇت ھۆججەتلەر ئۈچۈن ئەسكەرتىشلەر**\n\t\t\t* ئۆزلۈكىدىن، SSE نى قوزغىتىش مەۋجۇت ھۆججەتلەرنى شىفىرلىمايدۇ؛ پەقەت يېڭى ھۆججەتلەرلا شىفىرلىنىدۇ.\n\t\t\t* بارلىق مەۋجۇت ھۆججەتلەرنى شىفىرلاش ئۈچۈن، `occ encryption:encrypt-all` بۇيرۇقىنى ئىشلىتىڭ.\n\n\t\t\t**باشلاشتىن بۇرۇن**\n\t\t\t* **ھۆججەتلەرنى ئوقۇڭ:** SSE نى قوزغىتىشتىن، مەۋجۇت ھۆججەتلەرنى شىفىرلاشتىن ياكى SSE نى چەكلەشتىن بۇرۇن، سانلىق مەلۇمات يوقىلىشىنىڭ ئالدىنى ئېلىش ئۈچۈن مۇناسىۋەتلىك تەرتىپلەرنى ۋە ئۇنىڭ ئاقىۋەتلىرىنى چۈشىنىش ئۈچۈن ھۆججەتلەرنى ئوقۇش ناھايىتى مۇھىم.",
"Default encryption module" : "كۆڭۈلدىكى مەخپىيلەشتۈرۈش مودۇلى",
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "شىفىرلاش دېتالى قوزغىتىلغان ، ئەمما ئاچقۇچلىرىڭىز دەسلەپكى قەدەمدە قوزغىتىلمىغان ، قايتا كىرىپ قايتا كىرىڭ",
"Encrypt the home storage" : "ئۆي ئامبىرىنى مەخپىيلەشتۈرۈڭ",
@@ -49,6 +52,7 @@
"Basic encryption module" : "ئاساسىي مەخپىيلەشتۈرۈش مودۇلى",
"Your private key password no longer matches your log-in password." : "شەخسىي ئاچقۇچ پارولىڭىز كىرىش پارولىڭىزغا ماس كەلمەيدۇ.",
"Set your old private key password to your current log-in password:" : "كونا شەخسىي پارولىڭىزنى نۆۋەتتىكى كىرىش پارولىڭىزغا تەڭشەڭ:",
"If you do not remember your old password you can ask your administrator to recover your files." : "ئەگەر كونا پارولىڭىزنى ئېسىڭىزدە تۇتالمىسىڭىز، باشقۇرغۇچىڭىزدىن ھۆججەتلىرىڭىزنى ئەسلىگە كەلتۈرۈشنى تەلەپ قىلسىڭىز بولىدۇ.",
"Old log-in password" : "كونا كىرىش پارولى",
"Current log-in password" : "نۆۋەتتىكى كىرىش پارولى",
"Update Private Key Password" : "شەخسىي ئاچقۇچ پارولىنى يېڭىلاڭ",
+3 -2
View File
@@ -14,6 +14,7 @@ use OCA\Encryption\Crypto\DecryptAll;
use OCA\Encryption\Crypto\EncryptAll;
use OCA\Encryption\Crypto\Encryption;
use OCA\Encryption\KeyManager;
use OCA\Encryption\Listeners\BeforeTemplateRenderedListener;
use OCA\Encryption\Listeners\UserEventsListener;
use OCA\Encryption\Session;
use OCA\Encryption\Users\Setup;
@@ -22,6 +23,7 @@ use OCP\AppFramework\App;
use OCP\AppFramework\Bootstrap\IBootContext;
use OCP\AppFramework\Bootstrap\IBootstrap;
use OCP\AppFramework\Bootstrap\IRegistrationContext;
use OCP\AppFramework\Http\Events\BeforeTemplateRenderedEvent;
use OCP\Encryption\IManager;
use OCP\EventDispatcher\IEventDispatcher;
use OCP\IConfig;
@@ -47,8 +49,6 @@ class Application extends App implements IBootstrap {
}
public function boot(IBootContext $context): void {
\OCP\Util::addScript(self::APP_ID, 'encryption');
$context->injectFn(function (IManager $encryptionManager) use ($context): void {
if (!($encryptionManager instanceof \OC\Encryption\Manager)) {
return;
@@ -89,6 +89,7 @@ class Application extends App implements IBootstrap {
}
// No maintenance so register all events
$eventDispatcher->addServiceListener(BeforeTemplateRenderedEvent::class, BeforeTemplateRenderedListener::class);
$eventDispatcher->addServiceListener(UserLoggedInEvent::class, UserEventsListener::class);
$eventDispatcher->addServiceListener(UserLoggedInWithCookieEvent::class, UserEventsListener::class);
$eventDispatcher->addServiceListener(UserLoggedOutEvent::class, UserEventsListener::class);
@@ -0,0 +1,202 @@
<?php
declare(strict_types=1);
/**
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
namespace OCA\Encryption\Command;
use OC\Encryption\Util;
use OC\Files\SetupManager;
use OCA\Encryption\Crypto\Encryption;
use OCP\Files\File;
use OCP\Files\Folder;
use OCP\Files\IRootFolder;
use OCP\Files\NotFoundException;
use OCP\IConfig;
use OCP\IUser;
use OCP\IUserManager;
use Psr\Log\LoggerInterface;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Helper\ProgressBar;
use Symfony\Component\Console\Helper\QuestionHelper;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Question\ConfirmationQuestion;
use Symfony\Component\Console\Question\Question;
class CleanOrphanedKeys extends Command {
public function __construct(
protected IConfig $config,
protected QuestionHelper $questionHelper,
private IUserManager $userManager,
private Util $encryptionUtil,
private SetupManager $setupManager,
private IRootFolder $rootFolder,
private LoggerInterface $logger,
) {
parent::__construct();
}
protected function configure(): void {
$this
->setName('encryption:clean-orphaned-keys')
->setDescription('Scan the keys storage for orphaned keys and remove them');
}
protected function execute(InputInterface $input, OutputInterface $output): int {
$orphanedKeys = [];
$headline = 'Scanning all keys for file parity';
$output->writeln($headline);
$output->writeln(str_pad('', strlen($headline), '='));
$output->writeln("\n");
$progress = new ProgressBar($output);
$progress->setFormat(" %message% \n [%bar%]");
foreach ($this->userManager->getSeenUsers() as $user) {
$uid = $user->getUID();
$progress->setMessage('Scanning all keys for: ' . $uid);
$progress->advance();
$this->setupUserFileSystem($user);
$root = $this->encryptionUtil->getKeyStorageRoot() . '/' . $uid . '/files_encryption/keys';
$userOrphanedKeys = $this->scanFolder($output, $root, $uid);
$orphanedKeys = array_merge($orphanedKeys, $userOrphanedKeys);
}
$progress->setMessage('Scanned orphaned keys for all users');
$progress->finish();
$output->writeln("\n");
foreach ($orphanedKeys as $keyPath) {
$output->writeln('Orphaned key found: ' . $keyPath);
}
if (count($orphanedKeys) == 0) {
return self::SUCCESS;
}
$question = new ConfirmationQuestion('Do you want to delete all orphaned keys? (y/n) ', false);
if ($this->questionHelper->ask($input, $output, $question)) {
$this->deleteAll($orphanedKeys, $output);
} else {
$question = new ConfirmationQuestion('Do you want to delete specific keys? (y/n) ', false);
if ($this->questionHelper->ask($input, $output, $question)) {
$this->deleteSpecific($input, $output, $orphanedKeys);
}
}
return self::SUCCESS;
}
private function scanFolder(OutputInterface $output, string $folderPath, string $user) : array {
$orphanedKeys = [];
try {
$folder = $this->rootFolder->get($folderPath);
} catch (NotFoundException $e) {
// Happens when user doesn't have encrypted files
$this->logger->error('Error when accessing folder ' . $folderPath . ' for user ' . $user, ['exception' => $e]);
return [];
}
if (!($folder instanceof Folder)) {
$this->logger->error('Invalid folder');
return [];
}
foreach ($folder->getDirectoryListing() as $item) {
$path = $folderPath . '/' . $item->getName();
$stopValue = $this->stopCondition($path);
if ($stopValue === null) {
$this->logger->error('Reached unexpected state when scanning user\'s filesystem for orphaned encryption keys' . $path);
} elseif ($stopValue) {
$filePath = str_replace('files_encryption/keys/', '', $path);
try {
$this->rootFolder->get($filePath);
} catch (NotFoundException $e) {
// We found an orphaned key
$orphanedKeys[] = $path;
continue;
}
} else {
$orphanedKeys = array_merge($orphanedKeys, $this->scanFolder($output, $path, $user));
}
}
return $orphanedKeys;
}
/**
* Checks the stop considition for the recursion
* following the logic that keys are stored in files_encryption/keys/<user>/<path>/<fileName>/OC_DEFAULT_MODULE/<key>.sharekey
* @param string $path path of the current folder
* @return bool|null true if we should stop and found a key, false if we should continue, null if we shouldn't end up here
*/
private function stopCondition(string $path) : ?bool {
$folder = $this->rootFolder->get($path);
if ($folder instanceof Folder) {
$content = $folder->getDirectoryListing();
$subfolder = $content[0];
if (count($content) === 1 && $subfolder->getName() === Encryption::ID) {
if ($subfolder instanceof Folder) {
$content = $subfolder->getDirectoryListing();
if (count($content) === 1 && $content[0] instanceof File) {
return strtolower($content[0]->getExtension()) === 'sharekey' ;
}
}
}
return false;
}
// We shouldn't end up here, because we return true when reaching the folder named after the file containing OC_DEFAULT_MODULE
return null;
}
private function deleteAll(array $keys, OutputInterface $output) {
foreach ($keys as $key) {
$file = $this->rootFolder->get($key);
try {
$file->delete();
$output->writeln('Key deleted: ' . $key);
} catch (\Exception $e) {
$output->writeln('Failed to delete ' . $key);
$this->logger->error('Error when deleting orphaned key ' . $key . '. ' . $e->getMessage());
}
}
}
private function deleteSpecific(InputInterface $input, OutputInterface $output, array $orphanedKeys) {
$question = new Question('Please enter path for key to delete: ');
$path = $this->questionHelper->ask($input, $output, $question);
if (!in_array(trim($path), $orphanedKeys)) {
$output->writeln('Wrong key path');
} else {
try {
$this->rootFolder->get(trim($path))->delete();
$output->writeln('Key deleted: ' . $path);
} catch (\Exception $e) {
$output->writeln('Failed to delete ' . $path);
$this->logger->error('Error when deleting orphaned key ' . $path . '. ' . $e->getMessage());
}
$orphanedKeys = array_filter($orphanedKeys, function ($k) use ($path) {
return $k !== trim($path);
});
}
if (count($orphanedKeys) == 0) {
return;
}
$output->writeln('Remaining orphaned keys: ');
foreach ($orphanedKeys as $keyPath) {
$output->writeln($keyPath);
}
$question = new ConfirmationQuestion('Do you want to delete more orphaned keys? (y/n) ', false);
if ($this->questionHelper->ask($input, $output, $question)) {
$this->deleteSpecific($input, $output, $orphanedKeys);
}
}
/**
* setup user file system
*/
protected function setupUserFileSystem(IUser $user): void {
$this->setupManager->tearDown();
$this->setupManager->setupForUser($user);
}
}
+3 -6
View File
@@ -23,7 +23,6 @@ class KeyManager {
private string $recoveryKeyId;
private string $publicShareKeyId;
private string $masterKeyId;
private ?string $keyUid;
private string $publicKeyId = 'publicKey';
private string $privateKeyId = 'privateKey';
private string $shareKeyId = 'shareKey';
@@ -33,7 +32,7 @@ class KeyManager {
private IStorage $keyStorage,
private Crypt $crypt,
private IConfig $config,
IUserSession $userSession,
private IUserSession $userSession,
private Session $session,
private LoggerInterface $logger,
private Util $util,
@@ -61,8 +60,6 @@ class KeyManager {
$this->masterKeyId = 'master_' . substr(md5((string)time()), 0, 8);
$this->config->setAppValue('encryption', 'masterKeyId', $this->masterKeyId);
}
$this->keyUid = $userSession->isLoggedIn() ? $userSession->getUser()?->getUID() : null;
}
/**
@@ -352,7 +349,7 @@ class KeyManager {
* @param ?bool $useLegacyFileKey null means try both
*/
public function getFileKey(string $path, ?bool $useLegacyFileKey, bool $useDecryptAll = false): string {
$publicAccess = ($this->keyUid === null);
$publicAccess = !$this->userSession->isLoggedIn();
$encryptedFileKey = '';
if ($useLegacyFileKey ?? true) {
$encryptedFileKey = $this->keyStorage->getFileKey($path, $this->fileKeyId, Encryption::ID);
@@ -381,7 +378,7 @@ class KeyManager {
$privateKey = $this->keyStorage->getSystemUserKey($this->publicShareKeyId . '.' . $this->privateKeyId, Encryption::ID);
$privateKey = $this->crypt->decryptPrivateKey($privateKey);
} else {
$uid = $this->keyUid;
$uid = $this->userSession->getUser()?->getUID();
$shareKey = $this->getShareKey($path, $uid);
$privateKey = $this->session->getPrivateKey();
}
@@ -0,0 +1,34 @@
<?php
declare(strict_types=1);
/**
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
namespace OCA\Encryption\Listeners;
use OCA\Encryption\AppInfo\Application;
use OCP\AppFramework\Http\Events\BeforeTemplateRenderedEvent;
use OCP\AppFramework\Http\TemplateResponse;
use OCP\EventDispatcher\Event;
use OCP\EventDispatcher\IEventListener;
use OCP\Util;
/** @template-implements IEventListener<BeforeTemplateRenderedEvent> */
class BeforeTemplateRenderedListener implements IEventListener {
public function handle(Event $event): void {
if (!($event instanceof BeforeTemplateRenderedEvent)) {
// Unrelated
return;
}
if ($event->getResponse()->getRenderAs() !== TemplateResponse::RENDER_AS_USER) {
// Do not test encryption status on public or login pages
return;
}
Util::addScript(Application::APP_ID, 'encryption');
}
}
+11 -1
View File
@@ -22,6 +22,7 @@ use OCP\Encryption\Keys\IStorage;
use OCP\Files\Cache\ICache;
use OCP\Files\Storage\IStorage as FilesIStorage;
use OCP\IConfig;
use OCP\IUser;
use OCP\IUserSession;
use OCP\Lock\ILockingProvider;
use OCP\Lock\LockedException;
@@ -356,6 +357,9 @@ class KeyManagerTest extends TestCase {
public function testGetFileKey(?string $uid, bool $isMasterKeyEnabled, string $privateKey, string $encryptedFileKey, string $expected): void {
$path = '/foo.txt';
$this->userMock->expects(self::once())
->method('isLoggedIn')
->willReturn($uid !== null);
if ($isMasterKeyEnabled) {
$expectedUid = 'masterKeyId';
$this->configMock->expects($this->any())->method('getSystemValue')->with('secret')
@@ -364,10 +368,16 @@ class KeyManagerTest extends TestCase {
$expectedUid = 'systemKeyId';
} else {
$expectedUid = $uid;
$userObjectMock = $this->createMock(IUser::class);
$userObjectMock->expects(self::once())
->method('getUID')
->willReturn($uid);
$this->userMock->expects(self::once())
->method('getUser')
->willReturn($userObjectMock);
}
$this->invokePrivate($this->instance, 'masterKeyId', ['masterKeyId']);
$this->invokePrivate($this->instance, 'keyUid', [$uid]);
$this->keyStorageMock->expects($this->exactly(2))
->method('getFileKey')
+15
View File
@@ -23,12 +23,23 @@ OC.L10N.register(
"Sharing" : "Megosztás",
"Federated file sharing" : "Föderált fájlmegosztás",
"Provide federated file sharing across servers" : "Föderált fájlmegosztás biztosítása a kiszolgálók között",
"Confirm data upload to lookup server" : "Keresési kiszolgálóra történő adatfeltöltés megerősítése",
"When enabled, all account properties (e.g. email address) with scope visibility set to \"published\", will be automatically synced and transmitted to an external system and made available in a public, global address book." : "Ha engedélyezve van, az összes „közzétett” láthatóságú fióktulajdonság (például e-mail-cím) automatikusan szinkronizálva lesz és átküldésre kerül egy nyilvános, globális címjegyzékbe.",
"Disable upload" : "Feltöltés letiltása",
"Enable data upload" : "Adatfeltöltés engedélyezése",
"Confirm querying lookup server" : "Keresési kiszolgálóról való lekérés megerősítése",
"When enabled, the search input when creating shares will be sent to an external system that provides a public and global address book." : "Ha engedélyezve van, a keresési bemenet el lesz küldve egy külső rendszernek, amely egy nyilvános és globális címjegyzéket biztosít.",
"This is used to retrieve the federated cloud ID to make federated sharing easier." : "Ez arra használatos, hogy lekérje a föderált felhőazonosítót, hogy megkönnyítse a föderált megosztást.",
"Moreover, email addresses of users might be sent to that system in order to verify them." : "Továbbá a felhasználók e-mail-címe is elküldésre kerülhet ellenőrzés céljából.",
"Disable querying" : "Lekérdezés letiltása",
"Enable querying" : "Lekérdezés engedélyezése",
"Unable to update federated files sharing config" : "A föderált fájlmegosztási konfiguráció nem frissíthető",
"Adjust how people can share between servers. This includes shares between people on this server as well if they are using federated sharing." : "Beállítás, hogy az emberek hogyan oszthatnak meg kiszolgálók között. Ebbe beleértendők a kiszolgálón lévő emberek közti megosztások és a megosztások is.",
"Allow people on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Engedélyezés a kiszolgálón lévő embereknek, hogy megosztásokat küldjenek más kiszolgálóknak (ez a lehetőség lehetővé teszi a nyilvános megosztások WebDAV hozzáférését is)",
"Allow people on this server to receive shares from other servers" : "Engedélyezés a kiszolgálón lévő embereknek, hogy megosztásokat fogadjanak más kiszolgálóktól",
"Allow people on this server to send shares to groups on other servers" : "Engedélyezés a kiszolgálón lévő embereknek, hogy megosztásokat küldjenek más kiszolgálók csoportjainak",
"Allow people on this server to receive group shares from other servers" : "Engedélyezés a kiszolgálón lévő embereknek, hogy csoportmegosztásokat fogadjanak más kiszolgálóktól",
"The lookup server is only available for global scale." : "Ez a szolgáltatás csak globális körben érhető el",
"Search global and public address book for people" : "Emberek keresése a globális és a nyilvános címjegyzékben",
"Allow people to publish their data to a global and public address book" : "Engedélyezés az emberek számára, hogy közzétegyék az adataikat a globális és nyilvános címjegyzékben",
"Trusted federation" : "Megbízható föderáció",
@@ -36,17 +47,21 @@ OC.L10N.register(
"Share with me through my #Nextcloud Federated Cloud ID, see {url}" : "Ossza meg velem a #Nextcloud föderált felhőazonosítóm segítségével, lásd {url}",
"Share with me through my #Nextcloud Federated Cloud ID" : "Ossza meg velem a #Nextcloud föderált felhőazonosítóm segítségével ",
"Share with me via Nextcloud" : "Ossza meg velem a Nextcloudon keresztül",
"Cloud ID copied" : "Felhőazonosító másolva",
"Copy" : "Másolás",
"Clipboard not available. Please copy the cloud ID manually." : "A vágólap nem érhető el. Másolja át a felhőazonosítót kézileg.",
"Copied!" : "Másolva!",
"Federated Cloud" : "Föderált felhő",
"You can share with anyone who uses a {productName} server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "Bármelyik {productName}-kiszolgálót vagy egyéb Open Cloud Mesh-kompatibilis (OCM) kiszolgálót és szolgáltatást használó felhasználóval megoszthatja adatait. Csak írja a föderált felhőazonosítóját a megosztási párbeszédablakba. Hasonlóan néz ki: person@cloud.example.com",
"Your Federated Cloud ID" : "Az Ön föderált felhőazonosítója",
"Share it so your friends can share files with you:" : "Ossza meg, hogy a barátai is oszthassanak meg Önnel fájlokat:",
"Facebook" : "Facebook",
"X (formerly Twitter)" : "X (korábban Twitter)",
"formerly Twitter" : "korábban Twitter",
"Mastodon" : "Mastodon",
"Bluesky" : "Bluesky",
"Add to your website" : "Adja hozzá saját weboldalához",
"Share with me via {productName}" : "Megnyitás {productName} használatával",
"HTML Code:" : "HTML-kód:",
"Cancel" : "Mégse",
"Add remote share" : "Távoli megosztás hozzáadása",
+15
View File
@@ -21,12 +21,23 @@
"Sharing" : "Megosztás",
"Federated file sharing" : "Föderált fájlmegosztás",
"Provide federated file sharing across servers" : "Föderált fájlmegosztás biztosítása a kiszolgálók között",
"Confirm data upload to lookup server" : "Keresési kiszolgálóra történő adatfeltöltés megerősítése",
"When enabled, all account properties (e.g. email address) with scope visibility set to \"published\", will be automatically synced and transmitted to an external system and made available in a public, global address book." : "Ha engedélyezve van, az összes „közzétett” láthatóságú fióktulajdonság (például e-mail-cím) automatikusan szinkronizálva lesz és átküldésre kerül egy nyilvános, globális címjegyzékbe.",
"Disable upload" : "Feltöltés letiltása",
"Enable data upload" : "Adatfeltöltés engedélyezése",
"Confirm querying lookup server" : "Keresési kiszolgálóról való lekérés megerősítése",
"When enabled, the search input when creating shares will be sent to an external system that provides a public and global address book." : "Ha engedélyezve van, a keresési bemenet el lesz küldve egy külső rendszernek, amely egy nyilvános és globális címjegyzéket biztosít.",
"This is used to retrieve the federated cloud ID to make federated sharing easier." : "Ez arra használatos, hogy lekérje a föderált felhőazonosítót, hogy megkönnyítse a föderált megosztást.",
"Moreover, email addresses of users might be sent to that system in order to verify them." : "Továbbá a felhasználók e-mail-címe is elküldésre kerülhet ellenőrzés céljából.",
"Disable querying" : "Lekérdezés letiltása",
"Enable querying" : "Lekérdezés engedélyezése",
"Unable to update federated files sharing config" : "A föderált fájlmegosztási konfiguráció nem frissíthető",
"Adjust how people can share between servers. This includes shares between people on this server as well if they are using federated sharing." : "Beállítás, hogy az emberek hogyan oszthatnak meg kiszolgálók között. Ebbe beleértendők a kiszolgálón lévő emberek közti megosztások és a megosztások is.",
"Allow people on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Engedélyezés a kiszolgálón lévő embereknek, hogy megosztásokat küldjenek más kiszolgálóknak (ez a lehetőség lehetővé teszi a nyilvános megosztások WebDAV hozzáférését is)",
"Allow people on this server to receive shares from other servers" : "Engedélyezés a kiszolgálón lévő embereknek, hogy megosztásokat fogadjanak más kiszolgálóktól",
"Allow people on this server to send shares to groups on other servers" : "Engedélyezés a kiszolgálón lévő embereknek, hogy megosztásokat küldjenek más kiszolgálók csoportjainak",
"Allow people on this server to receive group shares from other servers" : "Engedélyezés a kiszolgálón lévő embereknek, hogy csoportmegosztásokat fogadjanak más kiszolgálóktól",
"The lookup server is only available for global scale." : "Ez a szolgáltatás csak globális körben érhető el",
"Search global and public address book for people" : "Emberek keresése a globális és a nyilvános címjegyzékben",
"Allow people to publish their data to a global and public address book" : "Engedélyezés az emberek számára, hogy közzétegyék az adataikat a globális és nyilvános címjegyzékben",
"Trusted federation" : "Megbízható föderáció",
@@ -34,17 +45,21 @@
"Share with me through my #Nextcloud Federated Cloud ID, see {url}" : "Ossza meg velem a #Nextcloud föderált felhőazonosítóm segítségével, lásd {url}",
"Share with me through my #Nextcloud Federated Cloud ID" : "Ossza meg velem a #Nextcloud föderált felhőazonosítóm segítségével ",
"Share with me via Nextcloud" : "Ossza meg velem a Nextcloudon keresztül",
"Cloud ID copied" : "Felhőazonosító másolva",
"Copy" : "Másolás",
"Clipboard not available. Please copy the cloud ID manually." : "A vágólap nem érhető el. Másolja át a felhőazonosítót kézileg.",
"Copied!" : "Másolva!",
"Federated Cloud" : "Föderált felhő",
"You can share with anyone who uses a {productName} server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "Bármelyik {productName}-kiszolgálót vagy egyéb Open Cloud Mesh-kompatibilis (OCM) kiszolgálót és szolgáltatást használó felhasználóval megoszthatja adatait. Csak írja a föderált felhőazonosítóját a megosztási párbeszédablakba. Hasonlóan néz ki: person@cloud.example.com",
"Your Federated Cloud ID" : "Az Ön föderált felhőazonosítója",
"Share it so your friends can share files with you:" : "Ossza meg, hogy a barátai is oszthassanak meg Önnel fájlokat:",
"Facebook" : "Facebook",
"X (formerly Twitter)" : "X (korábban Twitter)",
"formerly Twitter" : "korábban Twitter",
"Mastodon" : "Mastodon",
"Bluesky" : "Bluesky",
"Add to your website" : "Adja hozzá saját weboldalához",
"Share with me via {productName}" : "Megnyitás {productName} használatával",
"HTML Code:" : "HTML-kód:",
"Cancel" : "Mégse",
"Add remote share" : "Távoli megosztás hozzáadása",
+6
View File
@@ -23,9 +23,11 @@ OC.L10N.register(
"Sharing" : "Condivisione",
"Federated file sharing" : "Condivisione file federata",
"Provide federated file sharing across servers" : "Fornisce una condivisione di file federata tra server",
"Confirm data upload to lookup server" : "Conferma il caricamento dei dati sul server di ricerca",
"When enabled, all account properties (e.g. email address) with scope visibility set to \"published\", will be automatically synced and transmitted to an external system and made available in a public, global address book." : "Se abilitata, tutte le proprietà dell'account (ad esempio l'indirizzo e-mail) con visibilità dell'ambito impostata su \"pubblicato\" verranno automaticamente sincronizzate e trasmesse a un sistema esterno e rese disponibili in una rubrica pubblica globale.",
"Disable upload" : "Disattiva il caricamento",
"Enable data upload" : "Abilita il caricamento dei dati",
"Confirm querying lookup server" : "Conferma richiesta al server di ricerca",
"When enabled, the search input when creating shares will be sent to an external system that provides a public and global address book." : "Se abilitata, l'input di ricerca durante la creazione delle condivisioni verrà inviato a un sistema esterno che fornisce una rubrica pubblica e globale.",
"This is used to retrieve the federated cloud ID to make federated sharing easier." : "Serve a recuperare l'ID cloud federato per semplificare la condivisione federata.",
"Moreover, email addresses of users might be sent to that system in order to verify them." : "Inoltre, gli indirizzi email degli utenti potrebbero essere inviati a tale sistema per verificarli.",
@@ -37,6 +39,7 @@ OC.L10N.register(
"Allow people on this server to receive shares from other servers" : "Consenti alle persone su questo server di ricevere condivisioni da altri server",
"Allow people on this server to send shares to groups on other servers" : "Consenti alle persone su questo server di inviare condivisioni a gruppi su altri server",
"Allow people on this server to receive group shares from other servers" : "Consenti alle persone su questo server di ricevere condivisioni di gruppo da altri server",
"The lookup server is only available for global scale." : "Il server di ricerca è disponibile solo su scala globale.",
"Search global and public address book for people" : "Cerca persone nella rubrica globale e pubblica",
"Allow people to publish their data to a global and public address book" : "Consenti alle persone di pubblicare i propri dati in una rubrica globale e pubblica",
"Trusted federation" : "Federazioni attendibili",
@@ -49,13 +52,16 @@ OC.L10N.register(
"Clipboard not available. Please copy the cloud ID manually." : "Appunti non disponibili. Copia manualmente l'ID cloud.",
"Copied!" : "Copiato!",
"Federated Cloud" : "Cloud federata",
"You can share with anyone who uses a {productName} server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "Puoi condividere con chiunque utilizzi un server {productName} o altri server e servizi compatibili con Open Cloud Mesh (OCM)! Basta inserire il loro Federated Cloud ID nella finestra di dialogo di condivisione. Ha questo aspetto: person@cloud.example.com",
"Your Federated Cloud ID" : "Il tuo ID cloud federato",
"Share it so your friends can share files with you:" : "Condividilo in modo che i tuoi amici possano condividere file con te:",
"Facebook" : "Facebook",
"X (formerly Twitter)" : "X (ex Twitter)",
"formerly Twitter" : "precedentemente Twitter",
"Mastodon" : "Mastodon",
"Bluesky" : "Bluesky",
"Add to your website" : "Aggiungi al tuo sito web",
"Share with me via {productName}" : "Condividi con me tramite {productName}",
"HTML Code:" : "Codice HTML:",
"Cancel" : "Annulla",
"Add remote share" : "Aggiungi condivisione remota",
+6
View File
@@ -21,9 +21,11 @@
"Sharing" : "Condivisione",
"Federated file sharing" : "Condivisione file federata",
"Provide federated file sharing across servers" : "Fornisce una condivisione di file federata tra server",
"Confirm data upload to lookup server" : "Conferma il caricamento dei dati sul server di ricerca",
"When enabled, all account properties (e.g. email address) with scope visibility set to \"published\", will be automatically synced and transmitted to an external system and made available in a public, global address book." : "Se abilitata, tutte le proprietà dell'account (ad esempio l'indirizzo e-mail) con visibilità dell'ambito impostata su \"pubblicato\" verranno automaticamente sincronizzate e trasmesse a un sistema esterno e rese disponibili in una rubrica pubblica globale.",
"Disable upload" : "Disattiva il caricamento",
"Enable data upload" : "Abilita il caricamento dei dati",
"Confirm querying lookup server" : "Conferma richiesta al server di ricerca",
"When enabled, the search input when creating shares will be sent to an external system that provides a public and global address book." : "Se abilitata, l'input di ricerca durante la creazione delle condivisioni verrà inviato a un sistema esterno che fornisce una rubrica pubblica e globale.",
"This is used to retrieve the federated cloud ID to make federated sharing easier." : "Serve a recuperare l'ID cloud federato per semplificare la condivisione federata.",
"Moreover, email addresses of users might be sent to that system in order to verify them." : "Inoltre, gli indirizzi email degli utenti potrebbero essere inviati a tale sistema per verificarli.",
@@ -35,6 +37,7 @@
"Allow people on this server to receive shares from other servers" : "Consenti alle persone su questo server di ricevere condivisioni da altri server",
"Allow people on this server to send shares to groups on other servers" : "Consenti alle persone su questo server di inviare condivisioni a gruppi su altri server",
"Allow people on this server to receive group shares from other servers" : "Consenti alle persone su questo server di ricevere condivisioni di gruppo da altri server",
"The lookup server is only available for global scale." : "Il server di ricerca è disponibile solo su scala globale.",
"Search global and public address book for people" : "Cerca persone nella rubrica globale e pubblica",
"Allow people to publish their data to a global and public address book" : "Consenti alle persone di pubblicare i propri dati in una rubrica globale e pubblica",
"Trusted federation" : "Federazioni attendibili",
@@ -47,13 +50,16 @@
"Clipboard not available. Please copy the cloud ID manually." : "Appunti non disponibili. Copia manualmente l'ID cloud.",
"Copied!" : "Copiato!",
"Federated Cloud" : "Cloud federata",
"You can share with anyone who uses a {productName} server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "Puoi condividere con chiunque utilizzi un server {productName} o altri server e servizi compatibili con Open Cloud Mesh (OCM)! Basta inserire il loro Federated Cloud ID nella finestra di dialogo di condivisione. Ha questo aspetto: person@cloud.example.com",
"Your Federated Cloud ID" : "Il tuo ID cloud federato",
"Share it so your friends can share files with you:" : "Condividilo in modo che i tuoi amici possano condividere file con te:",
"Facebook" : "Facebook",
"X (formerly Twitter)" : "X (ex Twitter)",
"formerly Twitter" : "precedentemente Twitter",
"Mastodon" : "Mastodon",
"Bluesky" : "Bluesky",
"Add to your website" : "Aggiungi al tuo sito web",
"Share with me via {productName}" : "Condividi con me tramite {productName}",
"HTML Code:" : "Codice HTML:",
"Cancel" : "Annulla",
"Add remote share" : "Aggiungi condivisione remota",
+4
View File
@@ -47,17 +47,21 @@ OC.L10N.register(
"Share with me through my #Nextcloud Federated Cloud ID, see {url}" : "Zdieľajte so mnou prostredníctvom môjho #identifikátora združeného cloudu Nextcloud, pozrite {url}",
"Share with me through my #Nextcloud Federated Cloud ID" : "Sprístupnite mi obsah prostredníctvom môjho #identifikátora združeného cloudu Nextcloud",
"Share with me via Nextcloud" : "Sprístupnené cez Nextcloud",
"Cloud ID copied" : "Cloud ID bolo skopírované",
"Copy" : "Kopírovať",
"Clipboard not available. Please copy the cloud ID manually." : "Schránka nie je prístupná. Prosím skopírujte cloud ID manuálne.",
"Copied!" : "Skopírované!",
"Federated Cloud" : "Federovaný cloud",
"You can share with anyone who uses a {productName} server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "Môžete zdieľať s kýmkoľvek, kto používa server {productName} alebo iné servery a služby kompatibilné s Open Cloud Mesh (OCM). Stačí zadať ich Federated Cloud ID do dialógového okna zdieľania. Vyzerá to ako osoba@cloud.example.com",
"Your Federated Cloud ID" : "Váš identifikátor v rámci federovaného cloudu",
"Share it so your friends can share files with you:" : "Dajte vedieť vašim priateľom ako s vami môžu zdieľať súbory:",
"Facebook" : "Facebook",
"X (formerly Twitter)" : "X (predtým Twitter)",
"formerly Twitter" : "predtým Twitter",
"Mastodon" : "Mastodon",
"Bluesky" : "Bluesky",
"Add to your website" : "Pridať na svoju webstránku",
"Share with me via {productName}" : "Zdieľať som mnou cez {productName}",
"HTML Code:" : "HTML kód:",
"Cancel" : "Zrušiť",
"Add remote share" : "Pridať vzdialené úložisko",
+4
View File
@@ -45,17 +45,21 @@
"Share with me through my #Nextcloud Federated Cloud ID, see {url}" : "Zdieľajte so mnou prostredníctvom môjho #identifikátora združeného cloudu Nextcloud, pozrite {url}",
"Share with me through my #Nextcloud Federated Cloud ID" : "Sprístupnite mi obsah prostredníctvom môjho #identifikátora združeného cloudu Nextcloud",
"Share with me via Nextcloud" : "Sprístupnené cez Nextcloud",
"Cloud ID copied" : "Cloud ID bolo skopírované",
"Copy" : "Kopírovať",
"Clipboard not available. Please copy the cloud ID manually." : "Schránka nie je prístupná. Prosím skopírujte cloud ID manuálne.",
"Copied!" : "Skopírované!",
"Federated Cloud" : "Federovaný cloud",
"You can share with anyone who uses a {productName} server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "Môžete zdieľať s kýmkoľvek, kto používa server {productName} alebo iné servery a služby kompatibilné s Open Cloud Mesh (OCM). Stačí zadať ich Federated Cloud ID do dialógového okna zdieľania. Vyzerá to ako osoba@cloud.example.com",
"Your Federated Cloud ID" : "Váš identifikátor v rámci federovaného cloudu",
"Share it so your friends can share files with you:" : "Dajte vedieť vašim priateľom ako s vami môžu zdieľať súbory:",
"Facebook" : "Facebook",
"X (formerly Twitter)" : "X (predtým Twitter)",
"formerly Twitter" : "predtým Twitter",
"Mastodon" : "Mastodon",
"Bluesky" : "Bluesky",
"Add to your website" : "Pridať na svoju webstránku",
"Share with me via {productName}" : "Zdieľať som mnou cez {productName}",
"HTML Code:" : "HTML kód:",
"Cancel" : "Zrušiť",
"Add remote share" : "Pridať vzdialené úložisko",
+23 -5
View File
@@ -8,13 +8,14 @@ OC.L10N.register(
"Federated Share request sent, you will receive an invitation. Check your notifications." : "فېدېراتسىيە ھەمبەھىر تەلىپى ئەۋەتىلدى ، تەكلىپ تاپشۇرۇۋالىسىز. ئۇقتۇرۇشلىرىڭىزنى تەكشۈرۈڭ.",
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "فېدېراتسىيە ئۈلۈشىنى قۇرالمىدى ، قارىماققا فېدېراتسىيە بىلەن مۇلازىمېتىر بەك كونا (Nextcloud <= 9).",
"It is not allowed to send federated group shares from this server." : "بۇ مۇلازىمېتىردىن فېدېراتسىيە گۇرۇپپا پېيىنى ئەۋەتىشكە بولمايدۇ.",
"Sharing %1$s failed, because this item is already shared with the account %2$s" : "%1 $ s نى ئورتاقلىشىش مەغلۇب بولدى ، چۈنكى بۇ تۈر%2 $ s ھېساباتى بىلەن ئورتاقلاشتى",
"Sharing %1$s failed, because this item is already shared with the account %2$s" : "%1$s نى ئورتاقلىشىش مەغلۇب بولدى ، چۈنكى بۇ تۈر%2$s ھېساباتى بىلەن ئورتاقلاشتى",
"Not allowed to create a federated share to the same account" : "ئوخشاش ھېساباتقا فېدېراتسىيە ئورتاقلىشىش قۇرۇشقا بولمايدۇ",
"Federated shares require read permissions" : "فېدېراتسىيە پاي چېكى ئوقۇش ئىجازىتىنى تەلەپ قىلىدۇ",
"File is already shared with %s" : "ھۆججەت ئاللىقاچان% s بىلەن ئورتاقلاشتى",
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "%1 $ s نى ئورتاقلىشىش مەغلۇب بولدى ،%2 $ s نى تاپالمىدى ، بەلكىم مۇلازىمېتىر ھازىرچە ئېرىشكىلى بولمايدۇ ياكى ئۆزى ئىمزا قويغان گۇۋاھنامىنى ئىشلىتىشى مۇمكىن.",
"File is already shared with %s" : "ھۆججەت ئاللىقاچان %s بىلەن ئورتاقلاشتى",
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "%1$s نى ئورتاقلىشىش مەغلۇب بولدى ،%2$s نى تاپالمىدى ، بەلكىم مۇلازىمېتىر ھازىرچە ئېرىشكىلى بولمايدۇ ياكى ئۆزى ئىمزا قويغان گۇۋاھنامىنى ئىشلىتىشى مۇمكىن.",
"Could not find share" : "ئورتاقلىشالمىدى",
"Federated sharing" : "فېدېراتسىيە ئورتاقلىشىش",
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "سىز {user} دىن {share} نى يىراقتىكى ھەمبەھىر سۈپىتىدە تاپشۇرۋالدىڭىز ({behalf} ئۈچۈن)",
"You received {share} as a remote share from {user}" : "{share} دىن يىراقتىن ئورتاقلىشىش سۈپىتىدە {user} نى تاپشۇرۇۋالدىڭىز",
"Accept" : "قوبۇل قىلىڭ",
"Decline" : "رەت قىلىش",
@@ -22,28 +23,45 @@ OC.L10N.register(
"Sharing" : "ھەمبەھىر",
"Federated file sharing" : "فېدېراتسىيە ھۆججەت ئورتاقلىشىش",
"Provide federated file sharing across servers" : "مۇلازىمېتىرلاردا فېدېراتسىيە ھۆججەت ئورتاقلىشىشنى تەمىنلەڭ",
"Confirm data upload to lookup server" : "ئىزدەش سېرۋېرىغا سانلىق مەلۇمات يوللاشنى جەزملەشتۈرۈڭ",
"When enabled, all account properties (e.g. email address) with scope visibility set to \"published\", will be automatically synced and transmitted to an external system and made available in a public, global address book." : "قوزغىتىلغاندا، دائىرە كۆرۈنۈشچانلىقى «ئېلان قىلىنغان» غا تەڭشەلگەن بارلىق ھېسابات خاسلىقلىرى (مەسىلەن، ئېلخەت ئادرېسى) ئاپتوماتىك ھالدا ماسلاشتۇرۇلۇپ، تاشقى سىستېمىغا يەتكۈزۈلىدۇ ھەمدە ئاممىۋى، دۇنياۋى ئادرېس دەپتىرىدە كۆرسىتىلىدۇ.",
"Disable upload" : "چىقىرىشنى تاقا",
"Enable data upload" : "چىقىرىشنى قوزغات",
"Confirm querying lookup server" : "ئىزدەش مۇلازىمېتىرىغا تەلەپ يوللاشنى جەزىملە",
"When enabled, the search input when creating shares will be sent to an external system that provides a public and global address book." : "قوزغىتىلغاندا، ئورتاقلىشىشلارنى قۇرغاندا ئىزدەش كىرگۈزۈش سانلىق مەلۇماتلىرى ئاممىۋى ۋە دۇنياۋى ئادرېس دەپتىرى بىلەن تەمىنلەيدىغان سىرتقى سىستېمىغا ئەۋەتىلىدۇ.",
"This is used to retrieve the federated cloud ID to make federated sharing easier." : "بۇ، فېدېراتسىيەلىك بۇلۇت كىملىكىنى ئېلىش ۋە فېدېراتسىيەلىك ئورتاقلىشىشنى ئاسانلاشتۇرۇش ئۈچۈن ئىشلىتىلىدۇ.",
"Moreover, email addresses of users might be sent to that system in order to verify them." : "ئۇنىڭ ئۈستىگە، ئىشلەتكۈچىلەرنىڭ ئېلخەت ئادرېسى ئۇلارنى تەكشۈرۈش ئۈچۈن شۇ سىستېمىغا ئەۋەتىلىشى مۇمكىن.",
"Disable querying" : "بۇيرۇق ئەۋەتىشنى تاقا",
"Enable querying" : "بۇيرۇق ئەۋەتىشنى قوزغات",
"Unable to update federated files sharing config" : "فېدېراتسىيە ھۆججەت ئورتاقلىشىش سەپلىمىسىنى يېڭىلاشقا ئامالسىز",
"Adjust how people can share between servers. This includes shares between people on this server as well if they are using federated sharing." : "كىشىلەرنىڭ مۇلازىمېتىر ئارىسىدا قانداق ھەمبەھىرلىنىدىغانلىقىنى تەڭشەڭ. بۇ ئەگەر ئورتاق بەھرىلىنىشنى ئىشلىتىۋاتقان بولسا ، بۇ مۇلازىمېتىردىكى كىشىلەر ئوتتۇرىسىدىكى ئورتاقلىشىشنى ئۆز ئىچىگە ئالىدۇ.",
"Allow people on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "بۇ مۇلازىمېتىردىكى كىشىلەرنىڭ باشقا مۇلازىمېتىرلارغا پاي ئەۋەتىشىگە يول قويۇڭ (بۇ تاللاش WebDAV نىڭ ئاممىۋى پاينى زىيارەت قىلىشىغا يول قويىدۇ)",
"Allow people on this server to receive shares from other servers" : "بۇ مۇلازىمېتىردىكى كىشىلەرنىڭ باشقا مۇلازىمېتىرلاردىن پاي تاپشۇرۇۋېلىشىغا يول قويۇڭ",
"Allow people on this server to send shares to groups on other servers" : "بۇ مۇلازىمېتىردىكى كىشىلەرنىڭ باشقا مۇلازىمېتىرلاردىكى گۇرۇپپىلارغا ئورتاقلىشىشىغا يول قويۇڭ",
"Allow people on this server to receive group shares from other servers" : "بۇ مۇلازىمېتىردىكى كىشىلەرنىڭ باشقا مۇلازىمېتىرلاردىن گۇرۇپپا ئۈلۈشىنى قوبۇل قىلىشىغا يول قويۇڭ",
"The lookup server is only available for global scale." : "ئىزدەش سېرۋېرى پەقەت دۇنياۋى كۆلەمدە ئىشلىتىشكە بولىدۇ.",
"Search global and public address book for people" : "كىشىلەر ئۈچۈن دۇنياۋى ۋە ئاممىۋى ئادرېس دەپتىرىنى ئىزدەڭ",
"Allow people to publish their data to a global and public address book" : "كىشىلەرنىڭ سانلىق مەلۇماتلىرىنى دۇنياۋى ۋە ئاممىۋى ئادرېس دەپتىرىگە ئېلان قىلىشىغا يول قويۇڭ",
"Share with me through my #Nextcloud Federated Cloud ID, see {url}" : "#Nextcloud فېدېراتسىيە بۇلۇت كىملىكىم ئارقىلىق مەن بىلەن ئورتاقلىشىڭ ، {url} see نى كۆرۈڭ",
"Share with me through my #Nextcloud Federated Cloud ID" : "مېنىڭ # كېيىنكى بۇلۇت فېدېراتسىيە بۇلۇت كىملىكىم ئارقىلىق مەن بىلەن ئورتاقلىشىڭ",
"Trusted federation" : "ئىشەنچلىك فېدىراتسىيە",
"Automatically accept shares from trusted federated accounts and groups by default" : "ئۆزلۈكىدىن ئىشەنچلىك فېدېراتسىيە ھېساباتلىرى ۋە گۇرۇپپىلىرىدىن ئاپتوماتىك ھالدا پاي ئېلىش",
"Share with me through my #Nextcloud Federated Cloud ID, see {url}" : "Nextcloud# فېدېراتسىيە بۇلۇت كىملىكىم ئارقىلىق مەن بىلەن ئورتاقلىشىڭ ، {url} see نى كۆرۈڭ",
"Share with me through my #Nextcloud Federated Cloud ID" : "مېنىڭ Nextcloud# فېدېراتسىيە بۇلۇت كىملىكىم ئارقىلىق مەن بىلەن ئورتاقلىشىڭ",
"Share with me via Nextcloud" : "Nextcloud ئارقىلىق مەن بىلەن ئورتاقلىشىڭ",
"Cloud ID copied" : "بۇلۇت ID كۆچۈرۈلدى",
"Copy" : "كۆچۈرۈڭ",
"Clipboard not available. Please copy the cloud ID manually." : "چاپلاش تاختىسى يوق. بۇلۇت كىملىكىنى قولدا كۆچۈرۈڭ.",
"Copied!" : "كۆچۈرۈلگەن!",
"Federated Cloud" : "فېدېراتسىيە بۇلۇت",
"You can share with anyone who uses a {productName} server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "{productName} سېرۋېرى ياكى باشقا Open Cloud Mesh (OCM) بىلەن ماس كېلىدىغان سېرۋېر ۋە مۇلازىمەتلەرنى ئىشلىتىدىغان ھەر قانداق ئادەم بىلەن ئورتاقلىشالايسىز! ئۇلارنىڭ فېدېراتسىيەلىك بۇلۇت نومۇرىنى ئورتاقلىشىش سۆزلەشكۈسىگە كىرگۈزۈڭ. ئۇ person@cloud.example.com غا ئوخشايدۇ.",
"Your Federated Cloud ID" : "فېدېراتسىيە بۇلۇت كىملىكىڭىز",
"Share it so your friends can share files with you:" : "ھەمبەھىرلەڭ ، دوستلىرىڭىز ھۆججەتلەرنى سىز بىلەن ئورتاقلىشالايدۇ:",
"Facebook" : "Facebook",
"X (formerly Twitter)" : "X (ئىلگىرىكى Twitter)",
"formerly Twitter" : "ئىلگىرى Twitter",
"Mastodon" : "Mastodon",
"Bluesky" : "Bluesky",
"Add to your website" : "تور بېتىڭىزگە قوشۇڭ",
"Share with me via {productName}" : "مەن بىلەن {productName} ئارقىلىق ھەمبەھىرلە",
"HTML Code:" : "HTML كودى:",
"Cancel" : "ۋاز كەچ",
"Add remote share" : "يىراقتىن ئورتاقلىشىش",
+23 -5
View File
@@ -6,13 +6,14 @@
"Federated Share request sent, you will receive an invitation. Check your notifications." : "فېدېراتسىيە ھەمبەھىر تەلىپى ئەۋەتىلدى ، تەكلىپ تاپشۇرۇۋالىسىز. ئۇقتۇرۇشلىرىڭىزنى تەكشۈرۈڭ.",
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "فېدېراتسىيە ئۈلۈشىنى قۇرالمىدى ، قارىماققا فېدېراتسىيە بىلەن مۇلازىمېتىر بەك كونا (Nextcloud <= 9).",
"It is not allowed to send federated group shares from this server." : "بۇ مۇلازىمېتىردىن فېدېراتسىيە گۇرۇپپا پېيىنى ئەۋەتىشكە بولمايدۇ.",
"Sharing %1$s failed, because this item is already shared with the account %2$s" : "%1 $ s نى ئورتاقلىشىش مەغلۇب بولدى ، چۈنكى بۇ تۈر%2 $ s ھېساباتى بىلەن ئورتاقلاشتى",
"Sharing %1$s failed, because this item is already shared with the account %2$s" : "%1$s نى ئورتاقلىشىش مەغلۇب بولدى ، چۈنكى بۇ تۈر%2$s ھېساباتى بىلەن ئورتاقلاشتى",
"Not allowed to create a federated share to the same account" : "ئوخشاش ھېساباتقا فېدېراتسىيە ئورتاقلىشىش قۇرۇشقا بولمايدۇ",
"Federated shares require read permissions" : "فېدېراتسىيە پاي چېكى ئوقۇش ئىجازىتىنى تەلەپ قىلىدۇ",
"File is already shared with %s" : "ھۆججەت ئاللىقاچان% s بىلەن ئورتاقلاشتى",
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "%1 $ s نى ئورتاقلىشىش مەغلۇب بولدى ،%2 $ s نى تاپالمىدى ، بەلكىم مۇلازىمېتىر ھازىرچە ئېرىشكىلى بولمايدۇ ياكى ئۆزى ئىمزا قويغان گۇۋاھنامىنى ئىشلىتىشى مۇمكىن.",
"File is already shared with %s" : "ھۆججەت ئاللىقاچان %s بىلەن ئورتاقلاشتى",
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "%1$s نى ئورتاقلىشىش مەغلۇب بولدى ،%2$s نى تاپالمىدى ، بەلكىم مۇلازىمېتىر ھازىرچە ئېرىشكىلى بولمايدۇ ياكى ئۆزى ئىمزا قويغان گۇۋاھنامىنى ئىشلىتىشى مۇمكىن.",
"Could not find share" : "ئورتاقلىشالمىدى",
"Federated sharing" : "فېدېراتسىيە ئورتاقلىشىش",
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "سىز {user} دىن {share} نى يىراقتىكى ھەمبەھىر سۈپىتىدە تاپشۇرۋالدىڭىز ({behalf} ئۈچۈن)",
"You received {share} as a remote share from {user}" : "{share} دىن يىراقتىن ئورتاقلىشىش سۈپىتىدە {user} نى تاپشۇرۇۋالدىڭىز",
"Accept" : "قوبۇل قىلىڭ",
"Decline" : "رەت قىلىش",
@@ -20,28 +21,45 @@
"Sharing" : "ھەمبەھىر",
"Federated file sharing" : "فېدېراتسىيە ھۆججەت ئورتاقلىشىش",
"Provide federated file sharing across servers" : "مۇلازىمېتىرلاردا فېدېراتسىيە ھۆججەت ئورتاقلىشىشنى تەمىنلەڭ",
"Confirm data upload to lookup server" : "ئىزدەش سېرۋېرىغا سانلىق مەلۇمات يوللاشنى جەزملەشتۈرۈڭ",
"When enabled, all account properties (e.g. email address) with scope visibility set to \"published\", will be automatically synced and transmitted to an external system and made available in a public, global address book." : "قوزغىتىلغاندا، دائىرە كۆرۈنۈشچانلىقى «ئېلان قىلىنغان» غا تەڭشەلگەن بارلىق ھېسابات خاسلىقلىرى (مەسىلەن، ئېلخەت ئادرېسى) ئاپتوماتىك ھالدا ماسلاشتۇرۇلۇپ، تاشقى سىستېمىغا يەتكۈزۈلىدۇ ھەمدە ئاممىۋى، دۇنياۋى ئادرېس دەپتىرىدە كۆرسىتىلىدۇ.",
"Disable upload" : "چىقىرىشنى تاقا",
"Enable data upload" : "چىقىرىشنى قوزغات",
"Confirm querying lookup server" : "ئىزدەش مۇلازىمېتىرىغا تەلەپ يوللاشنى جەزىملە",
"When enabled, the search input when creating shares will be sent to an external system that provides a public and global address book." : "قوزغىتىلغاندا، ئورتاقلىشىشلارنى قۇرغاندا ئىزدەش كىرگۈزۈش سانلىق مەلۇماتلىرى ئاممىۋى ۋە دۇنياۋى ئادرېس دەپتىرى بىلەن تەمىنلەيدىغان سىرتقى سىستېمىغا ئەۋەتىلىدۇ.",
"This is used to retrieve the federated cloud ID to make federated sharing easier." : "بۇ، فېدېراتسىيەلىك بۇلۇت كىملىكىنى ئېلىش ۋە فېدېراتسىيەلىك ئورتاقلىشىشنى ئاسانلاشتۇرۇش ئۈچۈن ئىشلىتىلىدۇ.",
"Moreover, email addresses of users might be sent to that system in order to verify them." : "ئۇنىڭ ئۈستىگە، ئىشلەتكۈچىلەرنىڭ ئېلخەت ئادرېسى ئۇلارنى تەكشۈرۈش ئۈچۈن شۇ سىستېمىغا ئەۋەتىلىشى مۇمكىن.",
"Disable querying" : "بۇيرۇق ئەۋەتىشنى تاقا",
"Enable querying" : "بۇيرۇق ئەۋەتىشنى قوزغات",
"Unable to update federated files sharing config" : "فېدېراتسىيە ھۆججەت ئورتاقلىشىش سەپلىمىسىنى يېڭىلاشقا ئامالسىز",
"Adjust how people can share between servers. This includes shares between people on this server as well if they are using federated sharing." : "كىشىلەرنىڭ مۇلازىمېتىر ئارىسىدا قانداق ھەمبەھىرلىنىدىغانلىقىنى تەڭشەڭ. بۇ ئەگەر ئورتاق بەھرىلىنىشنى ئىشلىتىۋاتقان بولسا ، بۇ مۇلازىمېتىردىكى كىشىلەر ئوتتۇرىسىدىكى ئورتاقلىشىشنى ئۆز ئىچىگە ئالىدۇ.",
"Allow people on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "بۇ مۇلازىمېتىردىكى كىشىلەرنىڭ باشقا مۇلازىمېتىرلارغا پاي ئەۋەتىشىگە يول قويۇڭ (بۇ تاللاش WebDAV نىڭ ئاممىۋى پاينى زىيارەت قىلىشىغا يول قويىدۇ)",
"Allow people on this server to receive shares from other servers" : "بۇ مۇلازىمېتىردىكى كىشىلەرنىڭ باشقا مۇلازىمېتىرلاردىن پاي تاپشۇرۇۋېلىشىغا يول قويۇڭ",
"Allow people on this server to send shares to groups on other servers" : "بۇ مۇلازىمېتىردىكى كىشىلەرنىڭ باشقا مۇلازىمېتىرلاردىكى گۇرۇپپىلارغا ئورتاقلىشىشىغا يول قويۇڭ",
"Allow people on this server to receive group shares from other servers" : "بۇ مۇلازىمېتىردىكى كىشىلەرنىڭ باشقا مۇلازىمېتىرلاردىن گۇرۇپپا ئۈلۈشىنى قوبۇل قىلىشىغا يول قويۇڭ",
"The lookup server is only available for global scale." : "ئىزدەش سېرۋېرى پەقەت دۇنياۋى كۆلەمدە ئىشلىتىشكە بولىدۇ.",
"Search global and public address book for people" : "كىشىلەر ئۈچۈن دۇنياۋى ۋە ئاممىۋى ئادرېس دەپتىرىنى ئىزدەڭ",
"Allow people to publish their data to a global and public address book" : "كىشىلەرنىڭ سانلىق مەلۇماتلىرىنى دۇنياۋى ۋە ئاممىۋى ئادرېس دەپتىرىگە ئېلان قىلىشىغا يول قويۇڭ",
"Share with me through my #Nextcloud Federated Cloud ID, see {url}" : "#Nextcloud فېدېراتسىيە بۇلۇت كىملىكىم ئارقىلىق مەن بىلەن ئورتاقلىشىڭ ، {url} see نى كۆرۈڭ",
"Share with me through my #Nextcloud Federated Cloud ID" : "مېنىڭ # كېيىنكى بۇلۇت فېدېراتسىيە بۇلۇت كىملىكىم ئارقىلىق مەن بىلەن ئورتاقلىشىڭ",
"Trusted federation" : "ئىشەنچلىك فېدىراتسىيە",
"Automatically accept shares from trusted federated accounts and groups by default" : "ئۆزلۈكىدىن ئىشەنچلىك فېدېراتسىيە ھېساباتلىرى ۋە گۇرۇپپىلىرىدىن ئاپتوماتىك ھالدا پاي ئېلىش",
"Share with me through my #Nextcloud Federated Cloud ID, see {url}" : "Nextcloud# فېدېراتسىيە بۇلۇت كىملىكىم ئارقىلىق مەن بىلەن ئورتاقلىشىڭ ، {url} see نى كۆرۈڭ",
"Share with me through my #Nextcloud Federated Cloud ID" : "مېنىڭ Nextcloud# فېدېراتسىيە بۇلۇت كىملىكىم ئارقىلىق مەن بىلەن ئورتاقلىشىڭ",
"Share with me via Nextcloud" : "Nextcloud ئارقىلىق مەن بىلەن ئورتاقلىشىڭ",
"Cloud ID copied" : "بۇلۇت ID كۆچۈرۈلدى",
"Copy" : "كۆچۈرۈڭ",
"Clipboard not available. Please copy the cloud ID manually." : "چاپلاش تاختىسى يوق. بۇلۇت كىملىكىنى قولدا كۆچۈرۈڭ.",
"Copied!" : "كۆچۈرۈلگەن!",
"Federated Cloud" : "فېدېراتسىيە بۇلۇت",
"You can share with anyone who uses a {productName} server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "{productName} سېرۋېرى ياكى باشقا Open Cloud Mesh (OCM) بىلەن ماس كېلىدىغان سېرۋېر ۋە مۇلازىمەتلەرنى ئىشلىتىدىغان ھەر قانداق ئادەم بىلەن ئورتاقلىشالايسىز! ئۇلارنىڭ فېدېراتسىيەلىك بۇلۇت نومۇرىنى ئورتاقلىشىش سۆزلەشكۈسىگە كىرگۈزۈڭ. ئۇ person@cloud.example.com غا ئوخشايدۇ.",
"Your Federated Cloud ID" : "فېدېراتسىيە بۇلۇت كىملىكىڭىز",
"Share it so your friends can share files with you:" : "ھەمبەھىرلەڭ ، دوستلىرىڭىز ھۆججەتلەرنى سىز بىلەن ئورتاقلىشالايدۇ:",
"Facebook" : "Facebook",
"X (formerly Twitter)" : "X (ئىلگىرىكى Twitter)",
"formerly Twitter" : "ئىلگىرى Twitter",
"Mastodon" : "Mastodon",
"Bluesky" : "Bluesky",
"Add to your website" : "تور بېتىڭىزگە قوشۇڭ",
"Share with me via {productName}" : "مەن بىلەن {productName} ئارقىلىق ھەمبەھىرلە",
"HTML Code:" : "HTML كودى:",
"Cancel" : "ۋاز كەچ",
"Add remote share" : "يىراقتىن ئورتاقلىشىش",
@@ -1,7 +1,7 @@
<?php
/**
* SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2016-2025 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* SPDX-License-Identifier: AGPL-3.0-only
*/
@@ -35,10 +35,13 @@ class Application extends App implements IBootstrap {
private function registerCloudFederationProvider(ICloudFederationProviderManager $manager,
IAppContainer $appContainer): void {
$manager->addCloudFederationProvider('file',
'Federated Files Sharing',
function () use ($appContainer): CloudFederationProviderFiles {
return $appContainer->get(CloudFederationProviderFiles::class);
});
$fileResourceTypes = ['file', 'folder'];
foreach ($fileResourceTypes as $type) {
$manager->addCloudFederationProvider($type,
'Federated Files Sharing',
function () use ($appContainer): CloudFederationProviderFiles {
return $appContainer->get(CloudFederationProviderFiles::class);
});
}
}
}
+4
View File
@@ -2,6 +2,8 @@ OC.L10N.register(
"federation",
{
"Added to the list of trusted servers" : "ئىشەنچلىك مۇلازىمېتىرلار تىزىملىكىگە قوشۇلدى",
"No server found with ID: %s" : "بۇ ID دىكى بىرەر مۇلازىمېتىر تېپىلمىدى: %s",
"Could not remove server" : "مۇلازىمېتىرنى ئۆچۈرگىلى بولمىدى",
"Server is already in the list of trusted servers." : "مۇلازىمېتىر ئاللىقاچان ئىشەنچلىك مۇلازىمېتىرلار تىزىملىكىدە.",
"No server to federate with found" : "تېپىلغان مۇلازىمېتىر يوق",
"Could not add server" : "مۇلازىمېتىرنى قوشالمىدى",
@@ -9,7 +11,9 @@ OC.L10N.register(
"Federation" : "فېدېراتسىيە",
"Federation allows you to connect with other trusted servers to exchange the account directory." : "فېدېراتسىيە ھېسابات مۇندەرىجىسىنى ئالماشتۇرۇش ئۈچۈن باشقا ئىشەنچلىك مۇلازىمېتىرلار بىلەن ئۇلىنالايسىز.",
"Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing." : "فېدېراتسىيە ھېسابات مۇندەرىجىسىنى ئالماشتۇرۇش ئۈچۈن باشقا ئىشەنچلىك مۇلازىمېتىرلار بىلەن ئۇلىنالايسىز. مەسىلەن ، فېدېراتسىيە ئورتاقلىشىش ئۈچۈن تاشقى ھېساباتلارنى ئاپتوماتىك تاماملاشقا ئىشلىتىلىدۇ.",
"External documentation for Federated Cloud Sharing" : "فېدىراتسىيەلىك بۇلۇت ھەمبەھىرلەشكە ئائىت سىرىتقى قوللانما",
"Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "فېدېراتسىيە ھېسابات مۇندەرىجىسىنى ئالماشتۇرۇش ئۈچۈن باشقا ئىشەنچلىك مۇلازىمېتىرلار بىلەن ئۇلىنالايسىز. مەسىلەن ، فېدېراتسىيە ئورتاقلىشىش ئۈچۈن تاشقى ھېساباتلارنى ئاپتوماتىك تاماملاشقا ئىشلىتىلىدۇ. فېدېراتىپ ئورتاقلىشىش ئۈچۈن مۇلازىمېتىرنى ئىشەنچلىك مۇلازىمېتىر قىلىپ قوشۇشنىڭ ھاجىتى يوق.",
"Each server must validate the other. This process may require a few cron cycles." : "ھەر بىر سېرۋېر يەنە بىرىنى دەلىللىشى كېرەك. بۇ جەريان بىر قانچە cron دەۋرىنى تەلەپ قىلىشى مۇمكىن.",
"+ Add trusted server" : "+ ئىشەنچلىك مۇلازىمېتىر قوشۇڭ",
"Trusted server" : "ئىشەنچلىك مۇلازىمېتىر",
"Add" : "قوش"
+4
View File
@@ -1,5 +1,7 @@
{ "translations": {
"Added to the list of trusted servers" : "ئىشەنچلىك مۇلازىمېتىرلار تىزىملىكىگە قوشۇلدى",
"No server found with ID: %s" : "بۇ ID دىكى بىرەر مۇلازىمېتىر تېپىلمىدى: %s",
"Could not remove server" : "مۇلازىمېتىرنى ئۆچۈرگىلى بولمىدى",
"Server is already in the list of trusted servers." : "مۇلازىمېتىر ئاللىقاچان ئىشەنچلىك مۇلازىمېتىرلار تىزىملىكىدە.",
"No server to federate with found" : "تېپىلغان مۇلازىمېتىر يوق",
"Could not add server" : "مۇلازىمېتىرنى قوشالمىدى",
@@ -7,7 +9,9 @@
"Federation" : "فېدېراتسىيە",
"Federation allows you to connect with other trusted servers to exchange the account directory." : "فېدېراتسىيە ھېسابات مۇندەرىجىسىنى ئالماشتۇرۇش ئۈچۈن باشقا ئىشەنچلىك مۇلازىمېتىرلار بىلەن ئۇلىنالايسىز.",
"Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing." : "فېدېراتسىيە ھېسابات مۇندەرىجىسىنى ئالماشتۇرۇش ئۈچۈن باشقا ئىشەنچلىك مۇلازىمېتىرلار بىلەن ئۇلىنالايسىز. مەسىلەن ، فېدېراتسىيە ئورتاقلىشىش ئۈچۈن تاشقى ھېساباتلارنى ئاپتوماتىك تاماملاشقا ئىشلىتىلىدۇ.",
"External documentation for Federated Cloud Sharing" : "فېدىراتسىيەلىك بۇلۇت ھەمبەھىرلەشكە ئائىت سىرىتقى قوللانما",
"Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "فېدېراتسىيە ھېسابات مۇندەرىجىسىنى ئالماشتۇرۇش ئۈچۈن باشقا ئىشەنچلىك مۇلازىمېتىرلار بىلەن ئۇلىنالايسىز. مەسىلەن ، فېدېراتسىيە ئورتاقلىشىش ئۈچۈن تاشقى ھېساباتلارنى ئاپتوماتىك تاماملاشقا ئىشلىتىلىدۇ. فېدېراتىپ ئورتاقلىشىش ئۈچۈن مۇلازىمېتىرنى ئىشەنچلىك مۇلازىمېتىر قىلىپ قوشۇشنىڭ ھاجىتى يوق.",
"Each server must validate the other. This process may require a few cron cycles." : "ھەر بىر سېرۋېر يەنە بىرىنى دەلىللىشى كېرەك. بۇ جەريان بىر قانچە cron دەۋرىنى تەلەپ قىلىشى مۇمكىن.",
"+ Add trusted server" : "+ ئىشەنچلىك مۇلازىمېتىر قوشۇڭ",
"Trusted server" : "ئىشەنچلىك مۇلازىمېتىر",
"Add" : "قوش"
+2
View File
@@ -47,6 +47,8 @@
<command>OCA\Files\Command\Copy</command>
<command>OCA\Files\Command\Move</command>
<command>OCA\Files\Command\SanitizeFilenames</command>
<command>OCA\Files\Command\Mount\Refresh</command>
<command>OCA\Files\Command\Mount\ListMounts</command>
<command>OCA\Files\Command\Object\Delete</command>
<command>OCA\Files\Command\Object\Get</command>
<command>OCA\Files\Command\Object\Put</command>
@@ -33,6 +33,8 @@ return array(
'OCA\\Files\\Command\\Delete' => $baseDir . '/../lib/Command/Delete.php',
'OCA\\Files\\Command\\DeleteOrphanedFiles' => $baseDir . '/../lib/Command/DeleteOrphanedFiles.php',
'OCA\\Files\\Command\\Get' => $baseDir . '/../lib/Command/Get.php',
'OCA\\Files\\Command\\Mount\\ListMounts' => $baseDir . '/../lib/Command/Mount/ListMounts.php',
'OCA\\Files\\Command\\Mount\\Refresh' => $baseDir . '/../lib/Command/Mount/Refresh.php',
'OCA\\Files\\Command\\Move' => $baseDir . '/../lib/Command/Move.php',
'OCA\\Files\\Command\\Object\\Delete' => $baseDir . '/../lib/Command/Object/Delete.php',
'OCA\\Files\\Command\\Object\\Get' => $baseDir . '/../lib/Command/Object/Get.php',
@@ -48,6 +48,8 @@ class ComposerStaticInitFiles
'OCA\\Files\\Command\\Delete' => __DIR__ . '/..' . '/../lib/Command/Delete.php',
'OCA\\Files\\Command\\DeleteOrphanedFiles' => __DIR__ . '/..' . '/../lib/Command/DeleteOrphanedFiles.php',
'OCA\\Files\\Command\\Get' => __DIR__ . '/..' . '/../lib/Command/Get.php',
'OCA\\Files\\Command\\Mount\\ListMounts' => __DIR__ . '/..' . '/../lib/Command/Mount/ListMounts.php',
'OCA\\Files\\Command\\Mount\\Refresh' => __DIR__ . '/..' . '/../lib/Command/Mount/Refresh.php',
'OCA\\Files\\Command\\Move' => __DIR__ . '/..' . '/../lib/Command/Move.php',
'OCA\\Files\\Command\\Object\\Delete' => __DIR__ . '/..' . '/../lib/Command/Object/Delete.php',
'OCA\\Files\\Command\\Object\\Get' => __DIR__ . '/..' . '/../lib/Command/Object/Get.php',
+27 -31
View File
@@ -100,12 +100,32 @@ OC.L10N.register(
"Type" : "النوع",
"Active filters" : "فلاتر نشطة",
"Remove filter" : "إزالة عامل التصفية ",
"Appearance" : "المظهر",
"Show hidden files" : "عرض الملفات المخفية",
"Show file type column" : "عرض عمود نوع الملف",
"Crop image previews" : "اقتصاص صورة العروض",
"General" : "عامٌّ",
"Sort favorites first" : "فرز المفضلة أولا",
"Sort folders before files" : "فرز المجلدات قبل الملفات",
"All files" : "كل الملفات",
"Personal files" : "ملفات شخصية",
"Additional settings" : "الإعدادات المتقدمة",
"Actions" : "الإجراءات",
"File actions" : "إجراءات الملفات",
"Selection" : "اختيار",
"Select all files" : "تحديد كل الملفات",
"Deselect all" : "إلغاء تحديد الكل",
"Navigation" : "التنقل",
"View" : "عرض",
"Toggle grid view" : "تفعيل/تعطيل وضع القائمة",
"Show those shortcuts" : "أعرُض تلك الاختصارات",
"Warnings" : "تحذيرات",
"WebDAV URL" : "عنوان URL لـ WebDAV",
"Total rows summary" : "ملخص مجموع الأسطر",
"Toggle selection for all files and folders" : "تبديل الاختيار لكل الملفات و المجلدات",
"Name" : "الاسم",
"File type" : "نوع الملف",
"Size" : "الحجم",
"Actions" : "الإجراءات",
"(selected)" : "(تم اختياره)",
"List of files and folders." : "قائمة الملفات والمجلدات",
"You have used your space quota and cannot upload files anymore." : "لقد قمت باستنفاذ كامل حصتك التخزينية و لايمكنك تحميل المزيد من الملفات.",
@@ -150,34 +170,7 @@ OC.L10N.register(
"Do not show this dialog again." : "لا تُظهِر هذه النافذة مرة أخرى",
"Select file or folder to link to" : "اختر ملف أو مجلد للربط معه",
"Choose {file}" : "إختر {file}",
"Clipboard is not available" : "الحافظة غير متاحة",
"Files settings" : "إعدادات الملفات",
"General" : "عامٌّ",
"All files" : "كل الملفات",
"Personal files" : "ملفات شخصية",
"Sort favorites first" : "فرز المفضلة أولا",
"Sort folders before files" : "فرز المجلدات قبل الملفات",
"Appearance" : "المظهر",
"Show hidden files" : "عرض الملفات المخفية",
"Show file type column" : "عرض عمود نوع الملف",
"Crop image previews" : "اقتصاص صورة العروض",
"Additional settings" : "الإعدادات المتقدمة",
"WebDAV" : "WebDAV",
"WebDAV URL" : "عنوان URL لـ WebDAV",
"Copy" : "نسخ",
"Warnings" : "تحذيرات",
"Keyboard shortcuts" : "اختصارات لوحة المفاتيح",
"File actions" : "إجراءات الملفات",
"Rename" : "إعادة التسمية",
"Delete" : "حذف ",
"Manage tags" : "إدارة الوسوم",
"Selection" : "اختيار",
"Select all files" : "تحديد كل الملفات",
"Deselect all" : "إلغاء تحديد الكل",
"Navigation" : "التنقل",
"View" : "عرض",
"Toggle grid view" : "تفعيل/تعطيل وضع القائمة",
"Show those shortcuts" : "أعرُض تلك الاختصارات",
"Share" : "مشاركة",
"Shared by link" : "شاركته باستخدام رابط مشاركة",
"Shared" : "مشاركة",
@@ -222,13 +215,11 @@ OC.L10N.register(
"Failed to convert files: {message}" : "تعذّر تحويل الملفات: {message}",
"All files failed to be converted" : "تعذّر تحويل كل الملفات",
"One file could not be converted: {message}" : "تعذّر تحويل الملف : {message}",
"_One file could not be converted_::_%n files could not be converted_" : ["%n ملف لايمكن تحويله","ملف واحد لايمكن تحويله","%n ملف لايمكن تحويله","%n ملفات لايمكن تحويلها","%n ملف لايمكن تحويله","%n ملف لايمكن تحويله"],
"_One file successfully converted_::_%n files successfully converted_" : ["%n ملف تمّ تحويله بنجاحٍ","ملف واحد تمّ تحويله بنجاحٍ","%n ملف تمّ تحويله بنجاحٍ","%n ملفات تمّ تحويلها بنجاحٍ","%n ملف تمّ تحويله بنجاحٍ","%n ملف تمّ تحويله بنجاحٍ"],
"Files successfully converted" : "ملفات تمّ تحويلها بنجاحٍ",
"Failed to convert files" : "تعذّر تحويل الملفات",
"File successfully converted" : "تمّ تحويل الملفات بنجاحٍ",
"Failed to convert file: {message}" : "تعذّر تحويل الملف: {message}",
"Failed to convert file" : "تعذّر تحويل ملف",
"Delete" : "حذف ",
"Leave this share" : "مغادرة هذه المشاركة",
"Leave these shares" : "مغادرة هاتين المشاركتين",
"Disconnect storage" : "قطع اتصال التخزين",
@@ -254,6 +245,7 @@ OC.L10N.register(
"The file does not exist anymore" : "الملف لم يعد موجوداً",
"Choose destination" : "تحديد الوجهة",
"Copy to {target}" : "نسخ إلى {target}",
"Copy" : "نسخ",
"Move to {target}" : "نقل إلى {target}",
"Move" : "نقل",
"Move or copy operation failed" : "عملية النسخ أو النقل فشلت",
@@ -266,6 +258,7 @@ OC.L10N.register(
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "يجب أن يفتح الملف الآن على جهازك. إذا لم يحدث ذلك، فيرجى التأكد من تثبيت تطبيق سطح المكتب.",
"Retry and close" : "أعِد المحاولة ثم أغلِق",
"Open online" : "إفتَح مُتَّصِلاً بالإنترنت",
"Rename" : "إعادة التسمية",
"Details" : "التفاصيل",
"View in folder" : "عرض في المجلد",
"Today" : "اليوم",
@@ -340,14 +333,17 @@ OC.L10N.register(
"Submitting fields …" : "إرسال الحقول ...",
"\"{displayName}\" action executed successfully" : "\"{displayName}\" الأمر نُفّذ بنجاح",
"Filter file names …" : "تصفية بأسماء الملفات...",
"Clipboard is not available" : "الحافظة غير متاحة",
"WebDAV URL copied to clipboard" : "تم نسخ WebDAV URL إلى الحافظة",
"Enable the grid view" : "تمكين العرض الشبكي",
"Enable folder tree" : "تمكين شجرة المجلدات",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "نسخ الرابط",
"Use this address to access your Files via WebDAV" : "استخدم هذا العنوان للوصول للملفات عبر WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "إذا كنت قد فعّلت خاصية \"التحقق ثنائي العوامل من الهوية 2FA\"، يجب عليك تجديد كلمة مرور التطبيق بالضغط هنا.",
"Prevent warning dialogs from open or reenable them." : "منع نوافذ التحذير من الفتح أو إعادة تمكينها.",
"Show a warning dialog when changing a file extension." : "أظهِر نافذة التحذير عندما يتم تغيير امتداد الملف.",
"Keyboard shortcuts" : "اختصارات لوحة المفاتيح",
"Speed up your Files experience with these quick shortcuts." : "سرِّع تعاملك مع الملفات بهذه الاختصارات السريعة.",
"Open the actions menu for a file" : "إفتَح قائمة الإجراءات للملف",
"Rename a file" : "تغيير اسم ملف",
+27 -31
View File
@@ -98,12 +98,32 @@
"Type" : "النوع",
"Active filters" : "فلاتر نشطة",
"Remove filter" : "إزالة عامل التصفية ",
"Appearance" : "المظهر",
"Show hidden files" : "عرض الملفات المخفية",
"Show file type column" : "عرض عمود نوع الملف",
"Crop image previews" : "اقتصاص صورة العروض",
"General" : "عامٌّ",
"Sort favorites first" : "فرز المفضلة أولا",
"Sort folders before files" : "فرز المجلدات قبل الملفات",
"All files" : "كل الملفات",
"Personal files" : "ملفات شخصية",
"Additional settings" : "الإعدادات المتقدمة",
"Actions" : "الإجراءات",
"File actions" : "إجراءات الملفات",
"Selection" : "اختيار",
"Select all files" : "تحديد كل الملفات",
"Deselect all" : "إلغاء تحديد الكل",
"Navigation" : "التنقل",
"View" : "عرض",
"Toggle grid view" : "تفعيل/تعطيل وضع القائمة",
"Show those shortcuts" : "أعرُض تلك الاختصارات",
"Warnings" : "تحذيرات",
"WebDAV URL" : "عنوان URL لـ WebDAV",
"Total rows summary" : "ملخص مجموع الأسطر",
"Toggle selection for all files and folders" : "تبديل الاختيار لكل الملفات و المجلدات",
"Name" : "الاسم",
"File type" : "نوع الملف",
"Size" : "الحجم",
"Actions" : "الإجراءات",
"(selected)" : "(تم اختياره)",
"List of files and folders." : "قائمة الملفات والمجلدات",
"You have used your space quota and cannot upload files anymore." : "لقد قمت باستنفاذ كامل حصتك التخزينية و لايمكنك تحميل المزيد من الملفات.",
@@ -148,34 +168,7 @@
"Do not show this dialog again." : "لا تُظهِر هذه النافذة مرة أخرى",
"Select file or folder to link to" : "اختر ملف أو مجلد للربط معه",
"Choose {file}" : "إختر {file}",
"Clipboard is not available" : "الحافظة غير متاحة",
"Files settings" : "إعدادات الملفات",
"General" : "عامٌّ",
"All files" : "كل الملفات",
"Personal files" : "ملفات شخصية",
"Sort favorites first" : "فرز المفضلة أولا",
"Sort folders before files" : "فرز المجلدات قبل الملفات",
"Appearance" : "المظهر",
"Show hidden files" : "عرض الملفات المخفية",
"Show file type column" : "عرض عمود نوع الملف",
"Crop image previews" : "اقتصاص صورة العروض",
"Additional settings" : "الإعدادات المتقدمة",
"WebDAV" : "WebDAV",
"WebDAV URL" : "عنوان URL لـ WebDAV",
"Copy" : "نسخ",
"Warnings" : "تحذيرات",
"Keyboard shortcuts" : "اختصارات لوحة المفاتيح",
"File actions" : "إجراءات الملفات",
"Rename" : "إعادة التسمية",
"Delete" : "حذف ",
"Manage tags" : "إدارة الوسوم",
"Selection" : "اختيار",
"Select all files" : "تحديد كل الملفات",
"Deselect all" : "إلغاء تحديد الكل",
"Navigation" : "التنقل",
"View" : "عرض",
"Toggle grid view" : "تفعيل/تعطيل وضع القائمة",
"Show those shortcuts" : "أعرُض تلك الاختصارات",
"Share" : "مشاركة",
"Shared by link" : "شاركته باستخدام رابط مشاركة",
"Shared" : "مشاركة",
@@ -220,13 +213,11 @@
"Failed to convert files: {message}" : "تعذّر تحويل الملفات: {message}",
"All files failed to be converted" : "تعذّر تحويل كل الملفات",
"One file could not be converted: {message}" : "تعذّر تحويل الملف : {message}",
"_One file could not be converted_::_%n files could not be converted_" : ["%n ملف لايمكن تحويله","ملف واحد لايمكن تحويله","%n ملف لايمكن تحويله","%n ملفات لايمكن تحويلها","%n ملف لايمكن تحويله","%n ملف لايمكن تحويله"],
"_One file successfully converted_::_%n files successfully converted_" : ["%n ملف تمّ تحويله بنجاحٍ","ملف واحد تمّ تحويله بنجاحٍ","%n ملف تمّ تحويله بنجاحٍ","%n ملفات تمّ تحويلها بنجاحٍ","%n ملف تمّ تحويله بنجاحٍ","%n ملف تمّ تحويله بنجاحٍ"],
"Files successfully converted" : "ملفات تمّ تحويلها بنجاحٍ",
"Failed to convert files" : "تعذّر تحويل الملفات",
"File successfully converted" : "تمّ تحويل الملفات بنجاحٍ",
"Failed to convert file: {message}" : "تعذّر تحويل الملف: {message}",
"Failed to convert file" : "تعذّر تحويل ملف",
"Delete" : "حذف ",
"Leave this share" : "مغادرة هذه المشاركة",
"Leave these shares" : "مغادرة هاتين المشاركتين",
"Disconnect storage" : "قطع اتصال التخزين",
@@ -252,6 +243,7 @@
"The file does not exist anymore" : "الملف لم يعد موجوداً",
"Choose destination" : "تحديد الوجهة",
"Copy to {target}" : "نسخ إلى {target}",
"Copy" : "نسخ",
"Move to {target}" : "نقل إلى {target}",
"Move" : "نقل",
"Move or copy operation failed" : "عملية النسخ أو النقل فشلت",
@@ -264,6 +256,7 @@
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "يجب أن يفتح الملف الآن على جهازك. إذا لم يحدث ذلك، فيرجى التأكد من تثبيت تطبيق سطح المكتب.",
"Retry and close" : "أعِد المحاولة ثم أغلِق",
"Open online" : "إفتَح مُتَّصِلاً بالإنترنت",
"Rename" : "إعادة التسمية",
"Details" : "التفاصيل",
"View in folder" : "عرض في المجلد",
"Today" : "اليوم",
@@ -338,14 +331,17 @@
"Submitting fields …" : "إرسال الحقول ...",
"\"{displayName}\" action executed successfully" : "\"{displayName}\" الأمر نُفّذ بنجاح",
"Filter file names …" : "تصفية بأسماء الملفات...",
"Clipboard is not available" : "الحافظة غير متاحة",
"WebDAV URL copied to clipboard" : "تم نسخ WebDAV URL إلى الحافظة",
"Enable the grid view" : "تمكين العرض الشبكي",
"Enable folder tree" : "تمكين شجرة المجلدات",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "نسخ الرابط",
"Use this address to access your Files via WebDAV" : "استخدم هذا العنوان للوصول للملفات عبر WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "إذا كنت قد فعّلت خاصية \"التحقق ثنائي العوامل من الهوية 2FA\"، يجب عليك تجديد كلمة مرور التطبيق بالضغط هنا.",
"Prevent warning dialogs from open or reenable them." : "منع نوافذ التحذير من الفتح أو إعادة تمكينها.",
"Show a warning dialog when changing a file extension." : "أظهِر نافذة التحذير عندما يتم تغيير امتداد الملف.",
"Keyboard shortcuts" : "اختصارات لوحة المفاتيح",
"Speed up your Files experience with these quick shortcuts." : "سرِّع تعاملك مع الملفات بهذه الاختصارات السريعة.",
"Open the actions menu for a file" : "إفتَح قائمة الإجراءات للملف",
"Rename a file" : "تغيير اسم ملف",
+21 -22
View File
@@ -79,11 +79,25 @@ OC.L10N.register(
"Modified" : "Modificóse",
"Type" : "Tipu",
"Remove filter" : "Quitar la peñera",
"Appearance" : "Aspeutu",
"Show hidden files" : "Amosar los ficheros anubríos",
"Crop image previews" : "Recortar la previsualización d'imáxenes",
"General" : "Xeneral",
"Sort favorites first" : "Ordenar los favoritos primero",
"Sort folders before files" : "Ordenar les carpetes enantes que los ficheros",
"All files" : "Tolos ficheros",
"Personal files" : "Ficheros personales",
"Additional settings" : "Configuración adicional",
"Actions" : "Aiciones",
"Selection" : "Seleición",
"Navigation" : "Navegación",
"View" : "Ver",
"Toggle grid view" : "Alternar la vista de rexáu",
"WebDAV URL" : "URL de WebDAV",
"Total rows summary" : "Resume total de fieleres",
"Toggle selection for all files and folders" : "Alternar la seleición de tolos ficheros y toles carpetes",
"Name" : "Nome",
"Size" : "Tamañu",
"Actions" : "Aiciones",
"List of files and folders." : "Una llista de ficheros y carpetes.",
"Column headers with buttons are sortable." : "Les testeres de les columnes con botones puen ordenase.",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Esta llista nun ta completa por motivos de rindimientu. Los ficheros van apaecer a midida que navegues pela llista.",
@@ -112,28 +126,7 @@ OC.L10N.register(
"New owner" : "Propietariu nuevu",
"Select file or folder to link to" : "Seleicionar un ficheru o una carpeta a la qu'enllaciar",
"Choose {file}" : "Escoyer «{file}»",
"Clipboard is not available" : "El cartafueyu nun ta disponible",
"Files settings" : "Configuración de Ficheros",
"General" : "Xeneral",
"All files" : "Tolos ficheros",
"Personal files" : "Ficheros personales",
"Sort favorites first" : "Ordenar los favoritos primero",
"Sort folders before files" : "Ordenar les carpetes enantes que los ficheros",
"Appearance" : "Aspeutu",
"Show hidden files" : "Amosar los ficheros anubríos",
"Crop image previews" : "Recortar la previsualización d'imáxenes",
"Additional settings" : "Configuración adicional",
"WebDAV" : "WebDAV",
"WebDAV URL" : "URL de WebDAV",
"Copy" : "Copiar",
"Keyboard shortcuts" : "Atayos del tecláu",
"Rename" : "Renomar",
"Delete" : "Desaniciar",
"Manage tags" : "Xestionar les etiquetes",
"Selection" : "Seleición",
"Navigation" : "Navegación",
"View" : "Ver",
"Toggle grid view" : "Alternar la vista de rexáu",
"Share" : "Compartir",
"Shared by link" : "Compartir pente un enllaz",
"Shared" : "Compartío",
@@ -167,6 +160,7 @@ OC.L10N.register(
"Pick a template for {name}" : "Escoyer una plantía pa: {name}",
"Create a new file with the selected template" : "Crea un ficheru cola plantía seleicionada",
"Creating file" : "Creando'l ficheru",
"Delete" : "Desaniciar",
"Leave this share" : "Dexar esta compartición",
"Leave these shares" : "Dexar estes comparticiones",
"Disconnect storage" : "Desconectar l'almacenamientu",
@@ -190,6 +184,7 @@ OC.L10N.register(
"The file does not exist anymore" : "El ficheru yá nun esiste",
"Choose destination" : "Escoyer el destín",
"Copy to {target}" : "Copiar a {target}",
"Copy" : "Copiar",
"Move to {target}" : "Mover a {target}",
"Move" : "Mover",
"Move or copy operation failed" : "La operación de mover o copiar falló",
@@ -198,6 +193,7 @@ OC.L10N.register(
"Open in Files" : "Abrir en Ficheros",
"Open locally" : "Abrir llocalmente",
"Failed to redirect to client" : "Nun se pue redirixir al veceru",
"Rename" : "Renomar",
"Details" : "Detalles",
"View in folder" : "Ver na carpeta",
"Today" : "Güei",
@@ -253,11 +249,14 @@ OC.L10N.register(
"\"{displayName}\" batch action executed successfully" : "L'aición per llotes «{displayName}» executóse correutamente",
"\"{displayName}\" action failed" : "L'aición «{displayName}» falló",
"\"{displayName}\" action executed successfully" : "L'aición «{displayName}» executóse correutamente",
"Clipboard is not available" : "El cartafueyu nun ta disponible",
"WebDAV URL copied to clipboard" : "La URL de WebDAV copióse nel cartafueyu",
"Enable the grid view" : "Activar la vista de rexáu",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Copiar nel cartafueyu",
"Use this address to access your Files via WebDAV" : "Usa esta direición p'acceder a los ficheros per WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Si tienes activada l'autenticación en dos pasos, tienes de crear y usar una contraseña p'aplicaciones nueva calcando equí.",
"Keyboard shortcuts" : "Atayos del tecláu",
"Deletion cancelled" : "Anulóse'l desaniciu",
"Edit locally" : "Editar llocalmente",
"Move cancelled" : "Anulóse la operación de mover",
+21 -22
View File
@@ -77,11 +77,25 @@
"Modified" : "Modificóse",
"Type" : "Tipu",
"Remove filter" : "Quitar la peñera",
"Appearance" : "Aspeutu",
"Show hidden files" : "Amosar los ficheros anubríos",
"Crop image previews" : "Recortar la previsualización d'imáxenes",
"General" : "Xeneral",
"Sort favorites first" : "Ordenar los favoritos primero",
"Sort folders before files" : "Ordenar les carpetes enantes que los ficheros",
"All files" : "Tolos ficheros",
"Personal files" : "Ficheros personales",
"Additional settings" : "Configuración adicional",
"Actions" : "Aiciones",
"Selection" : "Seleición",
"Navigation" : "Navegación",
"View" : "Ver",
"Toggle grid view" : "Alternar la vista de rexáu",
"WebDAV URL" : "URL de WebDAV",
"Total rows summary" : "Resume total de fieleres",
"Toggle selection for all files and folders" : "Alternar la seleición de tolos ficheros y toles carpetes",
"Name" : "Nome",
"Size" : "Tamañu",
"Actions" : "Aiciones",
"List of files and folders." : "Una llista de ficheros y carpetes.",
"Column headers with buttons are sortable." : "Les testeres de les columnes con botones puen ordenase.",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Esta llista nun ta completa por motivos de rindimientu. Los ficheros van apaecer a midida que navegues pela llista.",
@@ -110,28 +124,7 @@
"New owner" : "Propietariu nuevu",
"Select file or folder to link to" : "Seleicionar un ficheru o una carpeta a la qu'enllaciar",
"Choose {file}" : "Escoyer «{file}»",
"Clipboard is not available" : "El cartafueyu nun ta disponible",
"Files settings" : "Configuración de Ficheros",
"General" : "Xeneral",
"All files" : "Tolos ficheros",
"Personal files" : "Ficheros personales",
"Sort favorites first" : "Ordenar los favoritos primero",
"Sort folders before files" : "Ordenar les carpetes enantes que los ficheros",
"Appearance" : "Aspeutu",
"Show hidden files" : "Amosar los ficheros anubríos",
"Crop image previews" : "Recortar la previsualización d'imáxenes",
"Additional settings" : "Configuración adicional",
"WebDAV" : "WebDAV",
"WebDAV URL" : "URL de WebDAV",
"Copy" : "Copiar",
"Keyboard shortcuts" : "Atayos del tecláu",
"Rename" : "Renomar",
"Delete" : "Desaniciar",
"Manage tags" : "Xestionar les etiquetes",
"Selection" : "Seleición",
"Navigation" : "Navegación",
"View" : "Ver",
"Toggle grid view" : "Alternar la vista de rexáu",
"Share" : "Compartir",
"Shared by link" : "Compartir pente un enllaz",
"Shared" : "Compartío",
@@ -165,6 +158,7 @@
"Pick a template for {name}" : "Escoyer una plantía pa: {name}",
"Create a new file with the selected template" : "Crea un ficheru cola plantía seleicionada",
"Creating file" : "Creando'l ficheru",
"Delete" : "Desaniciar",
"Leave this share" : "Dexar esta compartición",
"Leave these shares" : "Dexar estes comparticiones",
"Disconnect storage" : "Desconectar l'almacenamientu",
@@ -188,6 +182,7 @@
"The file does not exist anymore" : "El ficheru yá nun esiste",
"Choose destination" : "Escoyer el destín",
"Copy to {target}" : "Copiar a {target}",
"Copy" : "Copiar",
"Move to {target}" : "Mover a {target}",
"Move" : "Mover",
"Move or copy operation failed" : "La operación de mover o copiar falló",
@@ -196,6 +191,7 @@
"Open in Files" : "Abrir en Ficheros",
"Open locally" : "Abrir llocalmente",
"Failed to redirect to client" : "Nun se pue redirixir al veceru",
"Rename" : "Renomar",
"Details" : "Detalles",
"View in folder" : "Ver na carpeta",
"Today" : "Güei",
@@ -251,11 +247,14 @@
"\"{displayName}\" batch action executed successfully" : "L'aición per llotes «{displayName}» executóse correutamente",
"\"{displayName}\" action failed" : "L'aición «{displayName}» falló",
"\"{displayName}\" action executed successfully" : "L'aición «{displayName}» executóse correutamente",
"Clipboard is not available" : "El cartafueyu nun ta disponible",
"WebDAV URL copied to clipboard" : "La URL de WebDAV copióse nel cartafueyu",
"Enable the grid view" : "Activar la vista de rexáu",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Copiar nel cartafueyu",
"Use this address to access your Files via WebDAV" : "Usa esta direición p'acceder a los ficheros per WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Si tienes activada l'autenticación en dos pasos, tienes de crear y usar una contraseña p'aplicaciones nueva calcando equí.",
"Keyboard shortcuts" : "Atayos del tecláu",
"Deletion cancelled" : "Anulóse'l desaniciu",
"Edit locally" : "Editar llocalmente",
"Move cancelled" : "Anulóse la operación de mover",
+41 -48
View File
@@ -108,6 +108,39 @@ OC.L10N.register(
"Type" : "Тып",
"Active filters" : "Актыўныя фільтры",
"Remove filter" : "Выдаліць фільтр",
"Appearance" : "Знешні выгляд",
"Show hidden files" : "Паказваць схаваныя файлы",
"Show file type column" : "Паказаць слупок тыпу файла",
"Show file extensions" : "Паказваць пашырэнні файлаў",
"Crop image previews" : "Абразаць перадпрагляд малюнкаў",
"General" : "Агульныя",
"Sort favorites first" : "Спачатку паказваць абраныя",
"Sort folders before files" : "Паказваць папкі перад файламі",
"Default view" : "Прадвызначаны выгляд",
"All files" : "Усе файлы",
"Personal files" : "Асабістыя файлы",
"Additional settings" : "Дадатковыя налады",
"Actions" : "Дзеянні",
"File actions" : "Дзеянні з файламі",
"Selection" : "Выбар",
"Select all files" : "Выбраць усе файлы",
"Deselect all" : "Скасаваць выбар усіх",
"Select or deselect" : "Выбраць або скасаваць выбар",
"Select a range" : "Выбраць дыяпазон",
"Navigation" : "Навігацыя",
"Go to parent folder" : "Перайсці ў бацькоўскую папку",
"Go to file above" : "Перайсці да файла вышэй",
"Go to file below" : "Перайсці да файла ніжэй",
"Go left in grid" : "Перайсці лявей па сетцы",
"Go right in grid" : "Перайсці правей па сетцы",
"View" : "Выгляд",
"Toggle grid view" : "Пераключыць выгляд сеткі",
"Open file sidebar" : "Адкрыць бакавую панэль файла",
"Show those shortcuts" : "Паказаць гэтыя спалучэнні клавіш",
"Warnings" : "Папярэджанні",
"Warn before changing a file extension" : "Папярэджваць перад зменай пашырэння файла",
"WebDAV URL" : "URL-адрас WebDAV",
"How to access files using WebDAV" : "Як атрымаць доступ да файлаў з дапамогай WebDAV",
"Total rows summary" : "Зводка па ўсіх радках",
"Toggle selection for all files and folders" : "Пераключыць выбар для ўсіх файлаў і папак",
"Name" : "Назва",
@@ -116,7 +149,6 @@ OC.L10N.register(
"{displayName}: failed on some elements" : "{displayName}: не атрымалася на некаторых элементах",
"{displayName}: done" : "{displayName}: гатова",
"{displayName}: failed" : "{displayName}: не атрымалася",
"Actions" : "Дзеянні",
"(selected)" : "(выбраны)",
"List of files and folders." : "Спіс файлаў і папак.",
"You have used your space quota and cannot upload files anymore." : "Вы выкарысталі сваю квоту прасторы і больш не можаце запампоўваць файлы.",
@@ -183,51 +215,7 @@ OC.L10N.register(
"Do not show this dialog again." : "Больш не паказваць гэта дыялогавае акно.",
"Select file or folder to link to" : "Выберыце файл або каталог, на які трэба зрабіць спасылку",
"Choose {file}" : "Выбраць {file}",
"Clipboard is not available" : "Буфер абмену недаступны",
"WebDAV URL copied" : "URL-адрас WebDAV скапіяваны",
"Files settings" : "Налады Файлаў",
"General" : "Агульныя",
"Default view" : "Прадвызначаны выгляд",
"All files" : "Усе файлы",
"Personal files" : "Асабістыя файлы",
"Sort favorites first" : "Спачатку паказваць абраныя",
"Sort folders before files" : "Паказваць папкі перад файламі",
"Folder tree" : "Дрэва папак",
"Appearance" : "Знешні выгляд",
"Show hidden files" : "Паказваць схаваныя файлы",
"Show file type column" : "Паказаць слупок тыпу файла",
"Show file extensions" : "Паказваць пашырэнні файлаў",
"Crop image previews" : "Абразаць перадпрагляд малюнкаў",
"Additional settings" : "Дадатковыя налады",
"WebDAV" : "WebDAV",
"WebDAV URL" : "URL-адрас WebDAV",
"Copy" : "Капіяваць",
"How to access files using WebDAV" : "Як атрымаць доступ да файлаў з дапамогай WebDAV",
"Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "Для вашага ўліковага запісу ўключана двухфактарная аўтэнтыфікацыя, таму для падключэння да знешняга кліента WebDAV вам трэба выкарыстоўваць пароль праграмы.",
"Warnings" : "Папярэджанні",
"Warn before changing a file extension" : "Папярэджваць перад зменай пашырэння файла",
"Warn before deleting files" : "Папярэджваць перад выдаленнем файлаў",
"Keyboard shortcuts" : "Спалучэнні клавіш",
"File actions" : "Дзеянні з файламі",
"Rename" : "Перайменаваць",
"Delete" : "Выдаліць",
"Add or remove favorite" : "Дадаць або выдаліць з абранага",
"Manage tags" : "Кіраванне тэгамі",
"Selection" : "Выбар",
"Select all files" : "Выбраць усе файлы",
"Deselect all" : "Скасаваць выбар усіх",
"Select or deselect" : "Выбраць або скасаваць выбар",
"Select a range" : "Выбраць дыяпазон",
"Navigation" : "Навігацыя",
"Go to parent folder" : "Перайсці ў бацькоўскую папку",
"Go to file above" : "Перайсці да файла вышэй",
"Go to file below" : "Перайсці да файла ніжэй",
"Go left in grid" : "Перайсці лявей па сетцы",
"Go right in grid" : "Перайсці правей па сетцы",
"View" : "Выгляд",
"Toggle grid view" : "Пераключыць выгляд сеткі",
"Open file sidebar" : "Адкрыць бакавую панэль файла",
"Show those shortcuts" : "Паказаць гэтыя спалучэнні клавіш",
"Share" : "Абагуліць",
"Shared by link" : "Абагулена праз спасылку",
"Shared" : "Абагуленыя",
@@ -276,14 +264,12 @@ OC.L10N.register(
"Failed to convert files: {message}" : "Не ўдалося сканвертаваць файлы: {message}",
"All files failed to be converted" : "Не ўдалося сканвертаваць усе файлы",
"One file could not be converted: {message}" : "Не ўдалося сканвертаваць адзін файл: {message}",
"_One file could not be converted_::_%n files could not be converted_" : ["Не ўдалося сканвертаваць адзін файл","Не ўдалося сканвертаваць %n файлы","Не ўдалося сканвертаваць %n файлаў","Не ўдалося сканвертаваць %n файлаў"],
"_One file successfully converted_::_%n files successfully converted_" : ["Адзін файл паспяхова сканвертаваны","%n файлы паспяхова сканвертаваны","%n файлаў паспяхова сканвертавана","%n файлаў паспяхова сканвертавана"],
"Files successfully converted" : "Файлы паспяхова сканвертаваны",
"Failed to convert files" : "Не ўдалося сканвертаваць файлы",
"Converting file …" : "Канвертацыя файла …",
"File successfully converted" : "Файл паспяхова сканвертаваны",
"Failed to convert file: {message}" : "Не ўдалося сканвертаваць файл: {message}",
"Failed to convert file" : "Не ўдалося сканвертаваць файл",
"Delete" : "Выдаліць",
"Leave this share" : "Пакінуць гэта абагульванне",
"Leave these shares" : "Пакінуць гэтыя абагульванні",
"Disconnect storage" : "Адлучыць сховішча",
@@ -301,6 +287,7 @@ OC.L10N.register(
"Download" : "Спампаваць",
"The requested file is not available." : "Запытаны файл недаступны.",
"The requested files are not available." : "Запытаныя файлы недаступны.",
"Add or remove favorite" : "Дадаць або выдаліць з абранага",
"Moving \"{source}\" to \"{destination}\" …" : "Перамяшчэнне \"{source}\" у \"{destination}\" …",
"Copying \"{source}\" to \"{destination}\" …" : "Капіяванне \"{source}\" у \"{destination}\" …",
"Destination is not a folder" : "Месца прызначэння не з'яўляецца папкай",
@@ -313,6 +300,7 @@ OC.L10N.register(
"The file does not exist anymore" : "Файл больш не існуе",
"Choose destination" : "Выберыце прызначэнне",
"Copy to {target}" : "Капіяваць у {target}",
"Copy" : "Капіяваць",
"Move to {target}" : "Перамясціць у {target}",
"Move" : "Перамясціць",
"Move or copy operation failed" : "Не ўдалося перамясціць або скапіяваць",
@@ -325,6 +313,7 @@ OC.L10N.register(
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Файл павінен адкрыцца на вашай прыладзе. Калі не, праверце, ці ўсталявана ў вас праграма для ПК.",
"Retry and close" : "Паўтарыць спробу і закрыць",
"Open online" : "Адкрыць анлайн",
"Rename" : "Перайменаваць",
"Details" : "Падрабязнасці",
"View in folder" : "Праглядзець у папцы",
"Today" : "Сёння",
@@ -380,6 +369,7 @@ OC.L10N.register(
"No favorites yet" : "Пакуль няма абраных",
"Files and folders you mark as favorite will show up here" : "Тут будуць адлюстроўвацца файлы і папкі, якія вы пазначаеце як абраныя",
"List of your files and folders." : "Спіс вашых файлаў і папак.",
"Folder tree" : "Дрэва папак",
"List of your files and folders that are not shared." : "Спіс вашых неабагуленых файлаў і папак.",
"No personal files found" : "Асабістых файлаў не знойдзена",
"Files that are not shared will show up here." : "Тут будуць адлюстроўвацца неабагуленыя файлы.",
@@ -404,14 +394,17 @@ OC.L10N.register(
"Submitting fields …" : "Адпраўка палёў …",
"\"{displayName}\" action executed successfully" : "Дзеянне \"{displayName}\" паспяхова выканана",
"Filter file names …" : "Фільтраваць назвы файлаў …",
"Clipboard is not available" : "Буфер абмену недаступны",
"WebDAV URL copied to clipboard" : "URL-адрас WebDAV скапіяваны ў буфер абмену",
"Enable the grid view" : "Уключыць выгляд сеткі",
"Enable folder tree" : "Уключыць дрэва папак",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Капіяваць у буфер абмену",
"Use this address to access your Files via WebDAV" : "Выкарыстоўвайце гэты адрас для доступу да вашых файлаў праз WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Калі вы ўключылі 2FA, вам трэба стварыць і ўжываць новы пароль праграмы, націснуўшы тут.",
"Prevent warning dialogs from open or reenable them." : "Забараніць папярэджанні або зноў уключыць іх.",
"Show a warning dialog when changing a file extension." : "Паказваць папярэджанне пры змене пашырэння файла.",
"Keyboard shortcuts" : "Спалучэнні клавіш",
"Speed up your Files experience with these quick shortcuts." : "Паскорце працу ў Файлах з дапамогай спалучэнняў клавіш.",
"Open the actions menu for a file" : "Адкрыць меню дзеянняў для файла",
"Rename a file" : "Перайменаваць файл",
+41 -48
View File
@@ -106,6 +106,39 @@
"Type" : "Тып",
"Active filters" : "Актыўныя фільтры",
"Remove filter" : "Выдаліць фільтр",
"Appearance" : "Знешні выгляд",
"Show hidden files" : "Паказваць схаваныя файлы",
"Show file type column" : "Паказаць слупок тыпу файла",
"Show file extensions" : "Паказваць пашырэнні файлаў",
"Crop image previews" : "Абразаць перадпрагляд малюнкаў",
"General" : "Агульныя",
"Sort favorites first" : "Спачатку паказваць абраныя",
"Sort folders before files" : "Паказваць папкі перад файламі",
"Default view" : "Прадвызначаны выгляд",
"All files" : "Усе файлы",
"Personal files" : "Асабістыя файлы",
"Additional settings" : "Дадатковыя налады",
"Actions" : "Дзеянні",
"File actions" : "Дзеянні з файламі",
"Selection" : "Выбар",
"Select all files" : "Выбраць усе файлы",
"Deselect all" : "Скасаваць выбар усіх",
"Select or deselect" : "Выбраць або скасаваць выбар",
"Select a range" : "Выбраць дыяпазон",
"Navigation" : "Навігацыя",
"Go to parent folder" : "Перайсці ў бацькоўскую папку",
"Go to file above" : "Перайсці да файла вышэй",
"Go to file below" : "Перайсці да файла ніжэй",
"Go left in grid" : "Перайсці лявей па сетцы",
"Go right in grid" : "Перайсці правей па сетцы",
"View" : "Выгляд",
"Toggle grid view" : "Пераключыць выгляд сеткі",
"Open file sidebar" : "Адкрыць бакавую панэль файла",
"Show those shortcuts" : "Паказаць гэтыя спалучэнні клавіш",
"Warnings" : "Папярэджанні",
"Warn before changing a file extension" : "Папярэджваць перад зменай пашырэння файла",
"WebDAV URL" : "URL-адрас WebDAV",
"How to access files using WebDAV" : "Як атрымаць доступ да файлаў з дапамогай WebDAV",
"Total rows summary" : "Зводка па ўсіх радках",
"Toggle selection for all files and folders" : "Пераключыць выбар для ўсіх файлаў і папак",
"Name" : "Назва",
@@ -114,7 +147,6 @@
"{displayName}: failed on some elements" : "{displayName}: не атрымалася на некаторых элементах",
"{displayName}: done" : "{displayName}: гатова",
"{displayName}: failed" : "{displayName}: не атрымалася",
"Actions" : "Дзеянні",
"(selected)" : "(выбраны)",
"List of files and folders." : "Спіс файлаў і папак.",
"You have used your space quota and cannot upload files anymore." : "Вы выкарысталі сваю квоту прасторы і больш не можаце запампоўваць файлы.",
@@ -181,51 +213,7 @@
"Do not show this dialog again." : "Больш не паказваць гэта дыялогавае акно.",
"Select file or folder to link to" : "Выберыце файл або каталог, на які трэба зрабіць спасылку",
"Choose {file}" : "Выбраць {file}",
"Clipboard is not available" : "Буфер абмену недаступны",
"WebDAV URL copied" : "URL-адрас WebDAV скапіяваны",
"Files settings" : "Налады Файлаў",
"General" : "Агульныя",
"Default view" : "Прадвызначаны выгляд",
"All files" : "Усе файлы",
"Personal files" : "Асабістыя файлы",
"Sort favorites first" : "Спачатку паказваць абраныя",
"Sort folders before files" : "Паказваць папкі перад файламі",
"Folder tree" : "Дрэва папак",
"Appearance" : "Знешні выгляд",
"Show hidden files" : "Паказваць схаваныя файлы",
"Show file type column" : "Паказаць слупок тыпу файла",
"Show file extensions" : "Паказваць пашырэнні файлаў",
"Crop image previews" : "Абразаць перадпрагляд малюнкаў",
"Additional settings" : "Дадатковыя налады",
"WebDAV" : "WebDAV",
"WebDAV URL" : "URL-адрас WebDAV",
"Copy" : "Капіяваць",
"How to access files using WebDAV" : "Як атрымаць доступ да файлаў з дапамогай WebDAV",
"Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "Для вашага ўліковага запісу ўключана двухфактарная аўтэнтыфікацыя, таму для падключэння да знешняга кліента WebDAV вам трэба выкарыстоўваць пароль праграмы.",
"Warnings" : "Папярэджанні",
"Warn before changing a file extension" : "Папярэджваць перад зменай пашырэння файла",
"Warn before deleting files" : "Папярэджваць перад выдаленнем файлаў",
"Keyboard shortcuts" : "Спалучэнні клавіш",
"File actions" : "Дзеянні з файламі",
"Rename" : "Перайменаваць",
"Delete" : "Выдаліць",
"Add or remove favorite" : "Дадаць або выдаліць з абранага",
"Manage tags" : "Кіраванне тэгамі",
"Selection" : "Выбар",
"Select all files" : "Выбраць усе файлы",
"Deselect all" : "Скасаваць выбар усіх",
"Select or deselect" : "Выбраць або скасаваць выбар",
"Select a range" : "Выбраць дыяпазон",
"Navigation" : "Навігацыя",
"Go to parent folder" : "Перайсці ў бацькоўскую папку",
"Go to file above" : "Перайсці да файла вышэй",
"Go to file below" : "Перайсці да файла ніжэй",
"Go left in grid" : "Перайсці лявей па сетцы",
"Go right in grid" : "Перайсці правей па сетцы",
"View" : "Выгляд",
"Toggle grid view" : "Пераключыць выгляд сеткі",
"Open file sidebar" : "Адкрыць бакавую панэль файла",
"Show those shortcuts" : "Паказаць гэтыя спалучэнні клавіш",
"Share" : "Абагуліць",
"Shared by link" : "Абагулена праз спасылку",
"Shared" : "Абагуленыя",
@@ -274,14 +262,12 @@
"Failed to convert files: {message}" : "Не ўдалося сканвертаваць файлы: {message}",
"All files failed to be converted" : "Не ўдалося сканвертаваць усе файлы",
"One file could not be converted: {message}" : "Не ўдалося сканвертаваць адзін файл: {message}",
"_One file could not be converted_::_%n files could not be converted_" : ["Не ўдалося сканвертаваць адзін файл","Не ўдалося сканвертаваць %n файлы","Не ўдалося сканвертаваць %n файлаў","Не ўдалося сканвертаваць %n файлаў"],
"_One file successfully converted_::_%n files successfully converted_" : ["Адзін файл паспяхова сканвертаваны","%n файлы паспяхова сканвертаваны","%n файлаў паспяхова сканвертавана","%n файлаў паспяхова сканвертавана"],
"Files successfully converted" : "Файлы паспяхова сканвертаваны",
"Failed to convert files" : "Не ўдалося сканвертаваць файлы",
"Converting file …" : "Канвертацыя файла …",
"File successfully converted" : "Файл паспяхова сканвертаваны",
"Failed to convert file: {message}" : "Не ўдалося сканвертаваць файл: {message}",
"Failed to convert file" : "Не ўдалося сканвертаваць файл",
"Delete" : "Выдаліць",
"Leave this share" : "Пакінуць гэта абагульванне",
"Leave these shares" : "Пакінуць гэтыя абагульванні",
"Disconnect storage" : "Адлучыць сховішча",
@@ -299,6 +285,7 @@
"Download" : "Спампаваць",
"The requested file is not available." : "Запытаны файл недаступны.",
"The requested files are not available." : "Запытаныя файлы недаступны.",
"Add or remove favorite" : "Дадаць або выдаліць з абранага",
"Moving \"{source}\" to \"{destination}\" …" : "Перамяшчэнне \"{source}\" у \"{destination}\" …",
"Copying \"{source}\" to \"{destination}\" …" : "Капіяванне \"{source}\" у \"{destination}\" …",
"Destination is not a folder" : "Месца прызначэння не з'яўляецца папкай",
@@ -311,6 +298,7 @@
"The file does not exist anymore" : "Файл больш не існуе",
"Choose destination" : "Выберыце прызначэнне",
"Copy to {target}" : "Капіяваць у {target}",
"Copy" : "Капіяваць",
"Move to {target}" : "Перамясціць у {target}",
"Move" : "Перамясціць",
"Move or copy operation failed" : "Не ўдалося перамясціць або скапіяваць",
@@ -323,6 +311,7 @@
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Файл павінен адкрыцца на вашай прыладзе. Калі не, праверце, ці ўсталявана ў вас праграма для ПК.",
"Retry and close" : "Паўтарыць спробу і закрыць",
"Open online" : "Адкрыць анлайн",
"Rename" : "Перайменаваць",
"Details" : "Падрабязнасці",
"View in folder" : "Праглядзець у папцы",
"Today" : "Сёння",
@@ -378,6 +367,7 @@
"No favorites yet" : "Пакуль няма абраных",
"Files and folders you mark as favorite will show up here" : "Тут будуць адлюстроўвацца файлы і папкі, якія вы пазначаеце як абраныя",
"List of your files and folders." : "Спіс вашых файлаў і папак.",
"Folder tree" : "Дрэва папак",
"List of your files and folders that are not shared." : "Спіс вашых неабагуленых файлаў і папак.",
"No personal files found" : "Асабістых файлаў не знойдзена",
"Files that are not shared will show up here." : "Тут будуць адлюстроўвацца неабагуленыя файлы.",
@@ -402,14 +392,17 @@
"Submitting fields …" : "Адпраўка палёў …",
"\"{displayName}\" action executed successfully" : "Дзеянне \"{displayName}\" паспяхова выканана",
"Filter file names …" : "Фільтраваць назвы файлаў …",
"Clipboard is not available" : "Буфер абмену недаступны",
"WebDAV URL copied to clipboard" : "URL-адрас WebDAV скапіяваны ў буфер абмену",
"Enable the grid view" : "Уключыць выгляд сеткі",
"Enable folder tree" : "Уключыць дрэва папак",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Капіяваць у буфер абмену",
"Use this address to access your Files via WebDAV" : "Выкарыстоўвайце гэты адрас для доступу да вашых файлаў праз WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Калі вы ўключылі 2FA, вам трэба стварыць і ўжываць новы пароль праграмы, націснуўшы тут.",
"Prevent warning dialogs from open or reenable them." : "Забараніць папярэджанні або зноў уключыць іх.",
"Show a warning dialog when changing a file extension." : "Паказваць папярэджанне пры змене пашырэння файла.",
"Keyboard shortcuts" : "Спалучэнні клавіш",
"Speed up your Files experience with these quick shortcuts." : "Паскорце працу ў Файлах з дапамогай спалучэнняў клавіш.",
"Open the actions menu for a file" : "Адкрыць меню дзеянняў для файла",
"Rename a file" : "Перайменаваць файл",
+451
View File
@@ -0,0 +1,451 @@
OC.L10N.register(
"files",
{
"Added to favorites" : "Добавено към любимите",
"Removed from favorites" : "Премахни от любимите",
"You added {file} to your favorites" : "Добавихте {file} към любимите",
"You removed {file} from your favorites" : "Премахнахте {file} от любимите",
"Favorites" : "Любими",
"File changes" : "Файлови промени",
"Created by {user}" : "Създаден от {user}",
"Changed by {user}" : "Променен от {user}",
"Deleted by {user}" : "Изтрит от {user}",
"Restored by {user}" : "Възстановен от {user}",
"Renamed by {user}" : "Преименуван от {user}",
"Moved by {user}" : "Преместен от {user}",
"\"remote account\"" : "\"профил за отдалечен достъп\"",
"You created {file}" : "Създадохте {file}",
"You created an encrypted file in {file}" : "Създадохте криптиран файл в {file}",
"{user} created {file}" : "{user} създаде {file}",
"{user} created an encrypted file in {file}" : "{user} създаде криптиран файл в {file}",
"{file} was created in a public folder" : "{file} беше създаден в публична папка",
"You changed {file}" : "Променихте {file}",
"You changed an encrypted file in {file}" : "Променихте криптиран файл в {file}",
"{user} changed {file}" : "{user} промени {file}",
"{user} changed an encrypted file in {file}" : "{user} промени криптиран файл в {file}",
"You deleted {file}" : "Изтрихте {file}",
"You deleted an encrypted file in {file}" : "Изтрихте криптиран файл в {file}",
"{user} deleted {file}" : "{user} изтри {file}",
"{user} deleted an encrypted file in {file}" : "{user} изтри криптиран файл в {file}",
"You restored {file}" : "Възстановихте {file}",
"{user} restored {file}" : "{user} възстанови {file}",
"You renamed {oldfile} (hidden) to {newfile} (hidden)" : "Преименувахте {oldfile} (скрит) на {newfile} (скрит)",
"You renamed {oldfile} (hidden) to {newfile}" : "Преименувахте {oldfile} (скрит) на {newfile}",
"You renamed {oldfile} to {newfile} (hidden)" : "Преименувахте {oldfile} на {newfile} (скрит)",
"You renamed {oldfile} to {newfile}" : "Преименувахте {oldfile} на {newfile}",
"{user} renamed {oldfile} (hidden) to {newfile} (hidden)" : "{user} преименува {oldfile} (скрит) на {newfile} (скрит)",
"{user} renamed {oldfile} (hidden) to {newfile}" : "{user} преименува {oldfile} (скрит) на {newfile}",
"{user} renamed {oldfile} to {newfile} (hidden)" : "{user} преименува {oldfile} на {newfile} (скрит)",
"{user} renamed {oldfile} to {newfile}" : "{user} преименува {oldfile} на {newfile}",
"You moved {oldfile} to {newfile}" : "Преместихте {oldfile} в {newfile}",
"{user} moved {oldfile} to {newfile}" : "{user} премести {oldfile} в {newfile}",
"A file has been added to or removed from your <strong>favorites</strong>" : "Добавяне или премахване на файл от <strong>любимите</strong> ви",
"Files" : "Файлове",
"A file or folder has been <strong>changed</strong>" : "<strong>Промяна</strong> на файл / папка",
"A favorite file or folder has been <strong>changed</strong>" : "Предпочетен файл или папка е <strong>променен</strong>",
"Failed to authorize" : "Неуспешно оторизиране",
"Invalid folder path" : "Невалиден път на папката",
"Folder not found" : "Папката не е намерена",
"The file cannot be found" : "Файлът не може да бъде намерен",
"The destination path does not exist: %1$s" : "Пътят на местоназначението не съществува: %1$s",
"You do not have permission to create a file at the specified location" : "Нямате разрешение да създавате файл на посоченото място",
"The file could not be converted." : "Файлът не можа да бъде конвертиран.",
"Could not get relative path to converted file" : "Не можа да се получи свързан път до конвертирания файл",
"Limit must be a positive integer." : "Лимитът трябва да е положително цяло число.",
"The replacement character may only be a single character." : "Заместващият символ може да бъде само един символ.",
"Filename sanitization already started." : "Изчистването на имената на файловете вече е започнато.",
"No filename sanitization in progress." : "Няма стариран процес за почистване на имена на файлове.",
"Favorite files" : "Любими файлове",
"No favorites" : "Няма любими",
"More favorites" : "Още любими",
"Accept" : "Приемане",
"Reject" : "Откажи",
"Incoming ownership transfer from {user}" : "Входящо прехвърляне на собственост от {user}",
"Do you want to accept {path}?\n\nNote: The transfer process after accepting may take up to 1 hour." : " Ще приеметели {path}?\n\nЗабележка: Процесът на прехвърляне след приемане може да отнеме до 1 час.",
"Ownership transfer denied" : "Прехвърлянето на собственост е отказано",
"Your ownership transfer of {path} was denied by {user}." : "Прехвърлянето на собствеността Ви {path} беше отказано от {user}.",
"Ownership transfer failed" : "Промяната на собственик е неуспешна",
"Your ownership transfer of {path} to {user} failed." : "Вашето прехвърляне на собственост на {path} към {user} беше неуспешно.",
"The ownership transfer of {path} from {user} failed." : "Прехвърлянето на собственост на {path} към {user} беше неуспешно.",
"Ownership transfer done" : "Промяната на собственик е успешна",
"Your ownership transfer of {path} to {user} has completed." : "Вашето прехвърляне на собственост на {path} към {user} е завършено.",
"The ownership transfer of {path} from {user} has completed." : "Прехвърлянето на собственост на {path} към {user} е завършено.",
"in %s" : "в %s",
"Transferred from %1$s on %2$s" : "Прехвърлено от %1$s на %2$s",
"File Management" : "Управление на файлове",
"Home" : "Домашен",
"Target folder does not exist any more" : "Дестинацията не съществува",
"Reload current directory" : "Презареждане на текущата директория",
"Go to the \"{dir}\" directory" : "Отидете в директорията \"{dir}\"",
"Current directory path" : "Път на текущата директория",
"Your have used your space quota and cannot upload files anymore" : "Използвали сте квотата си за пространство и вече не можете да качвате файлове",
"You do not have permission to upload or create files here." : "Нямате разрешение да качвате или създавате файлове тук.",
"Drag and drop files here to upload" : "Плъзнете и пуснете файлове тук, за да ги качите",
"Favorite" : "Любими",
"Back" : "Назад",
"Toggle selection for file \"{displayName}\"" : "Превключване на избора за файл \"{displayName}\"",
"Toggle selection for folder \"{displayName}\"" : "Превключване на избора за папка \"{displayName}\"",
"File is loading" : "Файлът се зарежда",
"Folder is loading" : "Папката се зарежда",
"Filename" : "Име на файла",
"Folder name" : "Име на папка",
"This node is unavailable" : "Тази точка е недостъпна",
"Another entry with the same name already exists." : "Вече съществува друг запис със същото име.",
"Invalid filename." : "Невалидно име на файл.",
"Renamed \"{oldName}\" to \"{newName}\"" : "Преименуван \"{oldName}\" на \"{newName}\"",
"Rename file" : "Преименуване на файл",
"Folder" : "Папка",
"Unknown file type" : "Неизвестен тип файл",
"{ext} image" : "{ext}изображение",
"{ext} video" : "{ext}видео",
"{ext} audio" : "{ext} аудио",
"{ext} text" : "{ext} текст",
"Pending" : "Чакащо",
"Unknown date" : "Неизвестна дата",
"Clear filter" : "Изчстиване на филтър",
"Modified" : "Промяна",
"Search everywhere" : "Търси навсякъде",
"Type" : "Тип",
"Active filters" : "Актижни филтри",
"Remove filter" : "Премахни филтър",
"Appearance" : "Изглед",
"Show hidden files" : "Показвай и скрити файлове",
"Show file type column" : "Показване на колона тип файл",
"Show file extensions" : "Показване на файлови разширения",
"Crop image previews" : "Изрязване на визуализациите на изображение",
"General" : "Общи",
"Sort favorites first" : "Първо сортирайте любимите",
"Sort folders before files" : "Сортиране на папки преди файлове",
"Enable folder tree view" : "Активиране на дървовиден изглед на папки",
"Default view" : "Изглед по подразбиране",
"All files" : "Всички файлове",
"Personal files" : "Лични файлове",
"Additional settings" : "Допълнителни настройки",
"Actions" : "Действия",
"File actions" : "Действия с файлове",
"Selection" : "Избор",
"Select all files" : "Изберете всички файлове",
"Deselect all" : "Откажи всички избрани",
"Select or deselect" : "Изберете или премахнете отметката",
"Select a range" : "Изберете обхват",
"Navigation" : "Навигация",
"Go to parent folder" : "Отидете до основната папка",
"Go to file above" : "Отидете до файла по-горе",
"Go to file below" : "Отидете до файла по-долу",
"Go left in grid" : "Отидете ляво на мрежата",
"Go right in grid" : "Отидете дясно на мрежата",
"View" : "Изглед",
"Toggle grid view" : "Превключи решетъчния изглед",
"Open file sidebar" : "Отворете страничната лента на файла",
"Show those shortcuts" : "Показване тези преки пътища",
"Warnings" : "Предупреждения",
"Warn before changing a file extension" : "Предупреждение преди промяна на файлово разширение",
"Warn before deleting a file" : "Предупреждение преди изтриване на файл",
"WebDAV URL" : "WebDAV URL",
"Create an app password" : "Създайте парола за приложение",
"Required for WebDAV authentication because Two-Factor Authentication is enabled for this account." : "Изисква се за WebDAV удостоверяване, тъй като двуфакторното удостоверяване е активирано за този акаунт.",
"How to access files using WebDAV" : "Как да получите достъп до файлове чрез WebDAV",
"Total rows summary" : "Обобщение на общия брой редове",
"Toggle selection for all files and folders" : "Превключване на избора за всички файлове и папки",
"Name" : "Име",
"File type" : "Тип файл",
"Size" : "Размер",
"{displayName}: failed on some elements" : "{displayName}: неуспешно за някои елементи",
"{displayName}: done" : "{displayName}: готово",
"{displayName}: failed" : "{displayName}: неуспешно",
"(selected)" : "(избрано)",
"List of files and folders." : "Списък с файлове и папки.",
"You have used your space quota and cannot upload files anymore." : "Използвали сте квотата си за пространство и вече не можете да качвате файлове.",
"Column headers with buttons are sortable." : "Имената на колоните с бутони имат възможност за сортиране.",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Този списък не е изобразен изцяло от съображения за производителност. Файловете ще се изобразяват, докато навигирате в списъка.",
"File not found" : "Файлът не е намерен",
"_{count} selected_::_{count} selected_" : ["{count} избрани","{count} избрани"],
"Search everywhere …" : "Търсете навсякъде...",
"Search here …" : "Търсете тук...",
"Search scope options" : "Опции за обхват на търсене",
"Search here" : "Търсете тук",
"{usedQuotaByte} used" : "{usedQuotaByte} използвано",
"{used} of {quota} used" : "{used} от {quota} използвани",
"{relative}% used" : "{relative}% използвано",
"Could not refresh storage stats" : "Статистиката за хранилище не можа да се обнови",
"Your storage is full, files can not be updated or synced anymore!" : "Хранилището е запълнено. Поради това качването и синхронизирането на файлове е невъзможно!",
"Storage information" : "Информация за съхранение",
"Storage quota" : "Квота за съхранение",
"New folder" : "Нова папка",
"Create new folder" : "Създай нова папка",
"This name is already in use." : "Това име вече се използва.",
"Create" : "Създаване",
"Files starting with a dot are hidden by default" : "Файловете започващи с точка са скрити по подразбиране",
"Failed to start filename sanitization." : "Стартирането на почистването на имената на файловете е неуспешно.",
"Failed to refresh filename sanitization status." : "Неуспешно обновяване на състоянието на почистване на имената на файловете.",
"Filename sanitization in progress." : "Извършва се почистване на имената на файловете.",
"Currently {processedUsers} of {totalUsers} accounts are already processed." : "В момента {processedUsers}от {totalUsers} сметките вече са обработени.",
"Preparing …" : "Подготвя се...",
"Refresh" : "Опресняване",
"All files have been santized for Windows filename support." : "Всички файлове са обработени за поддръжка на имена на файлове в Windows.",
"Some files could not be sanitized, please check your logs." : "Някои файлове не можаха да бъдат почистени, моля, проверете лог файловете си.",
"Sanitization errors" : "Грешки при почистване",
"Not sanitized filenames" : "Непочистени имена на файлове",
"Windows filename support has been enabled." : "Поддръжката на имена на файлове в Windows е активирана.",
"While this blocks users from creating new files with unsupported filenames, existing files are not yet renamed and thus still may break sync on Windows." : "Въпреки че това блокира потребителите от създаване на нови файлове с неподдържани имена на файлове, съществуващите файлове все още не са преименувани и следователно все още може да прекъсне синхронизацията в Windows.",
"You can trigger a rename of files with invalid filenames, this will be done in the background and may take some time." : "Можете да задействате преименуване на файлове с невалидни имена на файлове. Това ще се извършва във фонов режим и може да отнеме известно време.",
"Please note that this may cause high workload on the sync clients." : "Моля, обърнете внимание, че това може да доведе до голямо натоварване на клиентите за синхронизация. ",
"Limit" : "Ограничение",
"This allows to configure how many users should be processed in one background job run." : "Това позволява да се конфигурира колко потребители трябва да бъдат обработени в едно фоново изпълнение на задача.",
"Sanitize filenames" : "Почистване на имената на файловете",
"(starting)" : "(започва)",
"Fill template fields" : "Попълнете полетата на шаблона",
"Submitting fields …" : "Изпращане на полета…",
"Submit" : "Изпращане",
"Choose a file or folder to transfer" : "Избор на файл или папка за прехвърляне",
"Transfer" : "Прехвърли",
"Transfer {path} to {userid}" : "Прехвърляне на {path} към {userid}",
"Invalid path selected" : "Предоставен е невалиден път до файл.",
"Unknown error" : "Неизвестна грешка",
"Ownership transfer request sent" : "Изпратена заявка за прехвърляне на собствеността",
"Cannot transfer ownership of a file or folder you do not own" : "Не можете да прехвърляте собственост върху файл или папка, които не притежавате",
"Transfer ownership of a file or folder" : "Прехвърляне на собственост на файл или папка",
"Choose file or folder to transfer" : "Избор на файл или папка за прехвърляне",
"Change" : "Промени",
"New owner" : "Нов собственик",
"Keep {old}" : "Запазете {old}",
"Keep without extension" : "Съхранявайте без разширение",
"Use {new}" : "Използвайте {new}",
"Remove extension" : "Премахване на разширението",
"Change file extension" : "Променете файловото разширение",
"Changing the file extension from \"{old}\" to \"{new}\" may render the file unreadable." : "Промяната на файловото разширение от \"{old}\" на \"{new}\" може да направи файла нечетлив",
"Removing the file extension \"{old}\" may render the file unreadable." : "Премахването на файловото разширение \"{old}\" може да направи файла нечетлив.",
"Adding the file extension \"{new}\" may render the file unreadable." : "Добавянето на файловото разширение \"{new}\" може да направи файла нечетлив.",
"Do not show this dialog again." : "Не показвай този диалогов прозорец отново.",
"Select file or folder to link to" : "Избор на файл или папка, към които да поставите връзка",
"Choose {file}" : "Изберете {file}",
"Files settings" : "Настройки на файловете",
"Share" : "Споделяне",
"Shared by link" : "Споделени с връзка",
"Shared" : "Споделен",
"Switch to list view" : "Превключване към изглед на списък",
"Switch to grid view" : "Превключване към мрежов изглед",
"The file could not be found" : "Файлът не може да бъде намерен",
"Upload was cancelled by user" : "Качването е отменено от потребителя",
"Not enough free space" : "Няма достатъчно свободно място",
"Operation is blocked by access control" : "Операцията се блокира от контрол на достъпа",
"Error during upload: {message}" : "Грешка при качване: {message}",
"Error during upload, status code {status}" : "Грешка при качване, код на състоянието {status}",
"Unknown error during upload" : "Неизвестна грешка по време на качване",
"Loading current folder" : "Зареждане на текущата папка",
"Retry" : "Опитай отново",
"No files in here" : "Няма файлове",
"Upload some content or sync with your devices!" : "Качете съдържание или синхронизирайте с вашите устройства!",
"Go back" : "Назад",
"Views" : "Изгледи",
"You" : "Вие",
"Shared multiple times with different people" : "Споделяно многократно с различни хора",
"Unable to change the favorite state of the file" : "Не може да се промени любимото състояние на файла",
"Error while loading the file data" : "Грешка при зареждането на файловете.",
"Owner" : "Създател",
"Remove from favorites" : "Премахни от любимите",
"Add to favorites" : "Добави към любимите",
"Tags" : "Етикети",
"Your files" : "Вашите файлове",
"Open in files" : "Отваряне във файлове",
"File cannot be accessed" : "Файлът не е достъпен",
"The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "Файлът не можа да бъде намерен или нямате разрешения да го видите. Помолете подателя да го сподели.",
"No search results for “{query}”" : "Няма резултати от търсенето на “{query}”",
"Search for files" : "Търсене на файлове",
"Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "Позволява ограничаване на имената на файловете, за да се гарантира, че файловете могат да бъдат синхронизирани с всички клиенти. По подразбиране са разрешени всички имена на файлове, валидни за POSIX (напр. Linux или macOS).",
"After enabling the Windows compatible filenames, existing files cannot be modified anymore but can be renamed to valid new names by their owner." : "След активиране на съвместимите с Windows имена на файлове, съществуващите файлове вече не могат да бъдат променяни, но могат да бъдат преименувани на валидни нови имена от техния собственик.",
"Failed to toggle Windows filename support" : "Неуспешно превключване на поддръжката за имена на файлове в Windows",
"Files compatibility" : "Съвместимост на файлове",
"Enforce Windows compatibility" : "Налагане на съвместимост с Windows",
"This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "Това ще блокира имена на файлове, които не са валидни в Windows системи, като например използването на резервирани имена или специални символи. Но това няма да наложи съвместимост с чувствителността към малки и големи букви.",
"Blank" : "Празен",
"Unable to create new file from template" : "Не може да се създаде нов файл от шаблон",
"Pick a template for {name}" : "Избор на шаблон за {name}",
"Create a new file with the selected template" : "Създаване на нов файл с избрания шаблон",
"Creating file" : "Създаване на файл ",
"Save as {displayName}" : "Запиши като {displayName}",
"Save as …" : "Запиши като...",
"Converting files …" : "Преобразуване на файлове...",
"Failed to convert files: {message}" : "Неуспешно конвертиране на файлове: {message}",
"All files failed to be converted" : "Неуспешно конвертиране на всички файлове",
"One file could not be converted: {message}" : "Един файл не може да бъде конвертиран: {message}",
"_%n file could not be converted_::_%n files could not be converted_" : ["%n файл не може да бъде конвертиран","%n файловете не могат да бъдат конвертирани"],
"_%n file converted_::_%n files converted_" : ["%n преобразуван файл","%nпреобразувани файлове"],
"Files converted" : "Преобразувани файлове",
"Failed to convert files" : "Неуспешно конвертиране на файлове",
"Converting file …" : "Файлът се преобразува...",
"File successfully converted" : "Файлът е успешно преобразуван",
"Failed to convert file: {message}" : "Неуспешно конвертиране на файл: {message}",
"Failed to convert file" : "Неуспешно конвертиране на файла",
"Delete" : "Изтрий",
"Leave this share" : "Напускане на споделянето",
"Leave these shares" : "Разреши споделянето",
"Disconnect storage" : "Извади хранилището",
"Disconnect storages" : "Прекъснете съхранението",
"Delete permanently" : "Изтрий завинаги",
"Delete and unshare" : "Изтриване и прекратяване на споделянето",
"Delete file" : "Изтриване на файлове",
"Delete files" : "Изтриване на файлове",
"Delete folder" : "Изтриване на папка",
"Delete folders" : "Изтриване на папки",
"_You are about to permanently delete {count} item_::_You are about to permanently delete {count} items_" : ["На път сте да изтриете елемента {count} за постоянно","На път сте да изтриете елементите {count} за постоянно"],
"_You are about to delete {count} item_::_You are about to delete {count} items_" : ["На път сте да изтриете {count} елемент","На път сте да изтриете {count} елементи"],
"Confirm deletion" : "Потвърдете изтриването",
"Cancel" : "Отказ",
"Download" : "Изтегли",
"The requested file is not available." : "Заявеният файл не е наличен.",
"The requested files are not available." : "Заявените файлове не са налични.",
"Add or remove favorite" : "Добавете или премахнете любими",
"Moving \"{source}\" to \"{destination}\" …" : "Преместване на \"{source}“ към “{destination}\"…",
"Copying \"{source}\" to \"{destination}\" …" : "Копиране на \"{source}“ в “{destination}\"…",
"Destination is not a folder" : "Предназначчението не е папка",
"This file/folder is already in that directory" : "Този файл/папка вече е в тази директория",
"You cannot move a file/folder onto itself or into a subfolder of itself" : "Не можете да преместите файл/папка в папка или в подпапка",
"(copy)" : "(копие)",
"(copy %n)" : "(копирай %n)",
"A file or folder with that name already exists in this folder" : "В тази папка вече съществува файл или папка с това име",
"The files are locked" : "Файловете са заключени",
"The file does not exist anymore" : "Файлът вече не съществува",
"Choose destination" : "Изберете дестинация",
"Copy to {target}" : "Копиране в {target}",
"Copy" : "Копирай",
"Move to {target}" : "Преместване на {target}",
"Move" : "Преместване",
"Move or copy operation failed" : "Операцията за преместване или копиране не бе успешна",
"Move or copy" : "Премести или копирай",
"Open folder {displayName}" : "Отворете папка {displayName}",
"Open in Files" : "Отворете във Файлове",
"Open locally" : "Локално отваряне",
"Failed to redirect to client" : "Неуспешно пренасочване към клиент",
"Open file locally" : "Локално отваряне на файл",
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Файлът вече би трябвало да се отвори на вашето устройство. Ако не се отвори, моля, проверете дали имате инсталирано настолното приложение.",
"Retry and close" : "Опитайте отново и затворете",
"Open online" : "Отворете онлайн",
"Rename" : "Преименувай",
"Details" : "Подробности",
"View in folder" : "Преглед в папката",
"Today" : "Днес",
"Last 7 days" : "Последни 7 дни",
"Last 30 days" : "Последните 30 дни",
"This year ({year})" : "Тази година ({year})",
"Last year ({year})" : "Миналата година ({year})",
"Documents" : "Документи",
"Spreadsheets" : "Електронни таблици",
"Presentations" : "Презентации",
"PDFs" : "PDF-и",
"Folders" : "Папки",
"Audio" : "Аудио",
"Images" : "Изображения",
"Videos" : "Видеа",
"Created new folder \"{name}\"" : "Създадена е нова папка “{name}\"",
"Unable to initialize the templates directory" : "Неуспешно инициализиране на директорията с шаблони",
"Create templates folder" : "Създаване на папка за шаблони",
"Templates" : "Шаблони",
"New template folder" : "Нова папка за шаблони",
"In folder" : "В папка",
"Search in all files" : "Търсене във всички файлове",
"Search in folder: {folder}" : "Търси в папка: {folder}",
"One of the dropped files could not be processed" : "Един от изтритите файлове не можа да бъде обработен",
"Your browser does not support the Filesystem API. Directories will not be uploaded" : "Вашият браузър не поддържа Filesystem API. Директориите няма да бъдат качени.",
"No files to upload" : "Няма файлове за качване",
"Unable to create the directory {directory}" : "Не може да създадете директорията {directory}",
"Some files could not be uploaded" : "Някои файлове не можаха да бъдат качени",
"Files uploaded successfully" : "Файловете са качени успешно",
"No files to process" : "Няма файлове за обработка",
"Some files could not be copied" : "Някои файлове не можаха да бъдат копирани",
"Some files could not be moved" : "Някои файлове не могат да бъдат преместени",
"Files copied successfully" : "Файловете са успешно копирани",
"Files moved successfully" : "Файловете са преместени успешно",
"Conflicts resolution skipped" : "Разрешаването на конфликти е пропуснато",
"Upload cancelled" : "Качването е отменено",
"Could not rename \"{oldName}\", it does not exist any more" : "Файлът \"{oldName}\" не може да бъде преименуван защото не съществува",
"The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Името \"{newName}\" се ползва в директорията \"{dir}\". Моля, изберете друго име.",
"Could not rename \"{oldName}\"" : "\"{oldName}\" не може да бъде преименуван",
"This operation is forbidden" : "Операцията е забранена",
"This folder is unavailable, please try again later or contact the administration" : "Тази папка не е налична, моля опитайте отново по-късно или се свържете с администрацията",
"Storage is temporarily not available" : "Временно хранилището не е налично",
"Unexpected error: {error}" : "Неочаквана грешка: {error}",
"_%n file_::_%n files_" : ["%n файл","%n файла"],
"_%n folder_::_%n folders_" : ["%n папка","%n папки"],
"_%n hidden_::_%n hidden_" : ["%nскрит","%nскрити"],
"Filename must not be empty." : "Името на файла не трябва да е празно.",
"\"{char}\" is not allowed inside a filename." : "\"{char}\" не е разрешено в името на файла.",
"\"{segment}\" is a reserved name and not allowed for filenames." : "\"{segment}\" е резервирано име и не е разрешено за имена на файлове.",
"\"{extension}\" is not an allowed filetype." : "\"{extension}\" не е разрешен файлов тип.",
"Filenames must not end with \"{extension}\"." : "Имената на файловете не трябва да завършват с \"{extension}\"",
"List of favorite files and folders." : "Списък с любими файлове и папки.",
"No favorites yet" : "Няма любими",
"Files and folders you mark as favorite will show up here" : "Файловете и папките които маркирате като любими ще се показват тук",
"List of your files and folders." : "Списък с вашите файлове и папки.",
"Folder tree" : "Дърво на папките",
"List of your files and folders that are not shared." : "Списък с вашите файлове и папки, които не са споделени.",
"No personal files found" : "Не са открити лични файлове",
"Files that are not shared will show up here." : "Файловете, които не са споделени ще се показват тук.",
"Recent" : "Последни",
"List of recently modified files and folders." : "Списък с наскоро променени файлове и папки.",
"No recently modified files" : "Няма наскоро модифицирани файлове",
"Files and folders you recently modified will show up here." : "Файловете и папките, които наскоро сте променили, ще се покажат тук.",
"Search" : "Търсене",
"Search results within your files." : "Резултати от търсенето във вашите файлове.",
"No entries found in this folder" : "Няма намерени записи в тази папка",
"Select all" : "Избери всички",
"Upload too large" : "Прекалено голям файл за качване",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Файловете, които се опитвате да качите са по-големи от позволеното на сървъра.",
"%1$s (renamed)" : "%1$s (преименуван)",
"renamed file" : "преименуван файл",
"Upload (max. %s)" : "Качи (макс. %s)",
"After enabling the windows compatible filenames, existing files cannot be modified anymore but can be renamed to valid new names by their owner." : "След активиране на съвместимите с Windows имена на файлове, съществуващите файлове вече не могат да бъдат променяни, но могат да бъдат преименувани на валидни нови имена от техния собственик.",
"It is also possible to migrate files automatically after enabling this setting, please refer to the documentation about the occ command." : "Възможно е също така автоматично мигриране на файлове след активиране на тази настройка. Моля, вижте документацията за командата occ.",
"\"{displayName}\" failed on some elements" : "\"{displayName}“ неуспешно при някои елементи",
"\"{displayName}\" batch action executed successfully" : " Пакетното действие „{displayName}“ е изпълнено успешно",
"\"{displayName}\" action failed" : "Действието „{displayName}“ е неуспешно",
"Submitting fields …" : "Изпращане на полета...",
"\"{displayName}\" action executed successfully" : "Действието „{displayName}“ е изпълнено успешно",
"Filter file names …" : "Филтриране на имена на файлове...",
"Clipboard is not available" : "Клипбордът не е достъпен",
"WebDAV URL copied to clipboard" : "WebDAV URL адрес е копиран в клипборда",
"Enable the grid view" : "Активирайте мрежовия изглед",
"Enable folder tree" : "Активиране на дървото на папките",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Копиране в клипборда",
"Use this address to access your Files via WebDAV" : "Ползвайте този адрес за достъп до файловете си чрез WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Ако сте активирали 2FA, трябва да създадете и използвате нова парола за приложението, като кликнете тук.",
"Prevent warning dialogs from open or reenable them." : "Предотвратете отварянето на предупредителни диалози или ги активирайте отново.",
"Show a warning dialog when changing a file extension." : "Показване на диалогов прозорец за предупреждение при промяна на файлово разширение.",
"Keyboard shortcuts" : "Бързи клавиши",
"Speed up your Files experience with these quick shortcuts." : "Ускорете работата си с Файлове с тези бързи клавишни комбинации.",
"Open the actions menu for a file" : "Отваряне на менюто с действия за файл",
"Rename a file" : "Преименуване на файл",
"Delete a file" : "Изтриване на файл",
"Favorite or remove a file from favorites" : "Добавяне към любими или премахване на файл от любими ",
"Manage tags for a file" : "Управление на етикети за файл",
"Deselect all files" : "Демаркирайте всички файлове",
"Select or deselect a file" : "Избиране или премахване на избора на файл",
"Select a range of files" : "Изберете диапазон от файлове",
"Navigate to the parent folder" : "Навигиране до основната папка",
"Navigate to the file above" : "Отидете до файла по-горе",
"Navigate to the file below" : "Отидете до файла по-долу",
"Navigate to the file on the left (in grid mode)" : "Придвижете се до файла отляво (в режим на мрежа)",
"Navigate to the file on the right (in grid mode)" : "Придвижете се до файла отдясно (в режим на мрежа)",
"Toggle the grid view" : "Превключване на мрежовия изглед",
"Open the sidebar for a file" : "Отваряне на страничната лента за файл",
"Save as …" : "Запази като...",
"Converting files …" : "Конвертиране на файлове...",
"Converting file …" : "Файлът се преобразува...",
"Deletion cancelled" : "Изтриването е отменено",
"Edit locally" : "Локално редактиране",
"Moving \"{source}\" to \"{destination}\" …" : "Преместване на \"{source}\" към \"{destination}\" …",
"Copying \"{source}\" to \"{destination}\" …" : "Копиране на \"{source}\" в \"{destination}\" …",
"Move cancelled" : "Преместването е отменено",
"Cancelled move or copy of \"{filename}\"." : "Преместването или копирането на \"{filename}\" е отменено.",
"Cancelled move or copy operation" : "Операцията за преместване или копиране е отменена",
"Open details" : "Отваряне на подробности",
"Photos and images" : "Снимки и изображения",
"New folder creation cancelled" : "Създаването на нова папка е отменено",
"This directory is unavailable, please check the logs or contact the administrator" : "Директорията не е налична. Проверете журнала или се свържете с администратора",
"All folders" : "Всички папки",
"Search everywhere …" : "Търсете навсякъде...",
"Search here …" : "Търсете тук...",
"Preparing …" : "Подготвя се..."
},
"nplurals=2; plural=(n != 1);");
+449
View File
@@ -0,0 +1,449 @@
{ "translations": {
"Added to favorites" : "Добавено към любимите",
"Removed from favorites" : "Премахни от любимите",
"You added {file} to your favorites" : "Добавихте {file} към любимите",
"You removed {file} from your favorites" : "Премахнахте {file} от любимите",
"Favorites" : "Любими",
"File changes" : "Файлови промени",
"Created by {user}" : "Създаден от {user}",
"Changed by {user}" : "Променен от {user}",
"Deleted by {user}" : "Изтрит от {user}",
"Restored by {user}" : "Възстановен от {user}",
"Renamed by {user}" : "Преименуван от {user}",
"Moved by {user}" : "Преместен от {user}",
"\"remote account\"" : "\"профил за отдалечен достъп\"",
"You created {file}" : "Създадохте {file}",
"You created an encrypted file in {file}" : "Създадохте криптиран файл в {file}",
"{user} created {file}" : "{user} създаде {file}",
"{user} created an encrypted file in {file}" : "{user} създаде криптиран файл в {file}",
"{file} was created in a public folder" : "{file} беше създаден в публична папка",
"You changed {file}" : "Променихте {file}",
"You changed an encrypted file in {file}" : "Променихте криптиран файл в {file}",
"{user} changed {file}" : "{user} промени {file}",
"{user} changed an encrypted file in {file}" : "{user} промени криптиран файл в {file}",
"You deleted {file}" : "Изтрихте {file}",
"You deleted an encrypted file in {file}" : "Изтрихте криптиран файл в {file}",
"{user} deleted {file}" : "{user} изтри {file}",
"{user} deleted an encrypted file in {file}" : "{user} изтри криптиран файл в {file}",
"You restored {file}" : "Възстановихте {file}",
"{user} restored {file}" : "{user} възстанови {file}",
"You renamed {oldfile} (hidden) to {newfile} (hidden)" : "Преименувахте {oldfile} (скрит) на {newfile} (скрит)",
"You renamed {oldfile} (hidden) to {newfile}" : "Преименувахте {oldfile} (скрит) на {newfile}",
"You renamed {oldfile} to {newfile} (hidden)" : "Преименувахте {oldfile} на {newfile} (скрит)",
"You renamed {oldfile} to {newfile}" : "Преименувахте {oldfile} на {newfile}",
"{user} renamed {oldfile} (hidden) to {newfile} (hidden)" : "{user} преименува {oldfile} (скрит) на {newfile} (скрит)",
"{user} renamed {oldfile} (hidden) to {newfile}" : "{user} преименува {oldfile} (скрит) на {newfile}",
"{user} renamed {oldfile} to {newfile} (hidden)" : "{user} преименува {oldfile} на {newfile} (скрит)",
"{user} renamed {oldfile} to {newfile}" : "{user} преименува {oldfile} на {newfile}",
"You moved {oldfile} to {newfile}" : "Преместихте {oldfile} в {newfile}",
"{user} moved {oldfile} to {newfile}" : "{user} премести {oldfile} в {newfile}",
"A file has been added to or removed from your <strong>favorites</strong>" : "Добавяне или премахване на файл от <strong>любимите</strong> ви",
"Files" : "Файлове",
"A file or folder has been <strong>changed</strong>" : "<strong>Промяна</strong> на файл / папка",
"A favorite file or folder has been <strong>changed</strong>" : "Предпочетен файл или папка е <strong>променен</strong>",
"Failed to authorize" : "Неуспешно оторизиране",
"Invalid folder path" : "Невалиден път на папката",
"Folder not found" : "Папката не е намерена",
"The file cannot be found" : "Файлът не може да бъде намерен",
"The destination path does not exist: %1$s" : "Пътят на местоназначението не съществува: %1$s",
"You do not have permission to create a file at the specified location" : "Нямате разрешение да създавате файл на посоченото място",
"The file could not be converted." : "Файлът не можа да бъде конвертиран.",
"Could not get relative path to converted file" : "Не можа да се получи свързан път до конвертирания файл",
"Limit must be a positive integer." : "Лимитът трябва да е положително цяло число.",
"The replacement character may only be a single character." : "Заместващият символ може да бъде само един символ.",
"Filename sanitization already started." : "Изчистването на имената на файловете вече е започнато.",
"No filename sanitization in progress." : "Няма стариран процес за почистване на имена на файлове.",
"Favorite files" : "Любими файлове",
"No favorites" : "Няма любими",
"More favorites" : "Още любими",
"Accept" : "Приемане",
"Reject" : "Откажи",
"Incoming ownership transfer from {user}" : "Входящо прехвърляне на собственост от {user}",
"Do you want to accept {path}?\n\nNote: The transfer process after accepting may take up to 1 hour." : " Ще приеметели {path}?\n\nЗабележка: Процесът на прехвърляне след приемане може да отнеме до 1 час.",
"Ownership transfer denied" : "Прехвърлянето на собственост е отказано",
"Your ownership transfer of {path} was denied by {user}." : "Прехвърлянето на собствеността Ви {path} беше отказано от {user}.",
"Ownership transfer failed" : "Промяната на собственик е неуспешна",
"Your ownership transfer of {path} to {user} failed." : "Вашето прехвърляне на собственост на {path} към {user} беше неуспешно.",
"The ownership transfer of {path} from {user} failed." : "Прехвърлянето на собственост на {path} към {user} беше неуспешно.",
"Ownership transfer done" : "Промяната на собственик е успешна",
"Your ownership transfer of {path} to {user} has completed." : "Вашето прехвърляне на собственост на {path} към {user} е завършено.",
"The ownership transfer of {path} from {user} has completed." : "Прехвърлянето на собственост на {path} към {user} е завършено.",
"in %s" : "в %s",
"Transferred from %1$s on %2$s" : "Прехвърлено от %1$s на %2$s",
"File Management" : "Управление на файлове",
"Home" : "Домашен",
"Target folder does not exist any more" : "Дестинацията не съществува",
"Reload current directory" : "Презареждане на текущата директория",
"Go to the \"{dir}\" directory" : "Отидете в директорията \"{dir}\"",
"Current directory path" : "Път на текущата директория",
"Your have used your space quota and cannot upload files anymore" : "Използвали сте квотата си за пространство и вече не можете да качвате файлове",
"You do not have permission to upload or create files here." : "Нямате разрешение да качвате или създавате файлове тук.",
"Drag and drop files here to upload" : "Плъзнете и пуснете файлове тук, за да ги качите",
"Favorite" : "Любими",
"Back" : "Назад",
"Toggle selection for file \"{displayName}\"" : "Превключване на избора за файл \"{displayName}\"",
"Toggle selection for folder \"{displayName}\"" : "Превключване на избора за папка \"{displayName}\"",
"File is loading" : "Файлът се зарежда",
"Folder is loading" : "Папката се зарежда",
"Filename" : "Име на файла",
"Folder name" : "Име на папка",
"This node is unavailable" : "Тази точка е недостъпна",
"Another entry with the same name already exists." : "Вече съществува друг запис със същото име.",
"Invalid filename." : "Невалидно име на файл.",
"Renamed \"{oldName}\" to \"{newName}\"" : "Преименуван \"{oldName}\" на \"{newName}\"",
"Rename file" : "Преименуване на файл",
"Folder" : "Папка",
"Unknown file type" : "Неизвестен тип файл",
"{ext} image" : "{ext}изображение",
"{ext} video" : "{ext}видео",
"{ext} audio" : "{ext} аудио",
"{ext} text" : "{ext} текст",
"Pending" : "Чакащо",
"Unknown date" : "Неизвестна дата",
"Clear filter" : "Изчстиване на филтър",
"Modified" : "Промяна",
"Search everywhere" : "Търси навсякъде",
"Type" : "Тип",
"Active filters" : "Актижни филтри",
"Remove filter" : "Премахни филтър",
"Appearance" : "Изглед",
"Show hidden files" : "Показвай и скрити файлове",
"Show file type column" : "Показване на колона тип файл",
"Show file extensions" : "Показване на файлови разширения",
"Crop image previews" : "Изрязване на визуализациите на изображение",
"General" : "Общи",
"Sort favorites first" : "Първо сортирайте любимите",
"Sort folders before files" : "Сортиране на папки преди файлове",
"Enable folder tree view" : "Активиране на дървовиден изглед на папки",
"Default view" : "Изглед по подразбиране",
"All files" : "Всички файлове",
"Personal files" : "Лични файлове",
"Additional settings" : "Допълнителни настройки",
"Actions" : "Действия",
"File actions" : "Действия с файлове",
"Selection" : "Избор",
"Select all files" : "Изберете всички файлове",
"Deselect all" : "Откажи всички избрани",
"Select or deselect" : "Изберете или премахнете отметката",
"Select a range" : "Изберете обхват",
"Navigation" : "Навигация",
"Go to parent folder" : "Отидете до основната папка",
"Go to file above" : "Отидете до файла по-горе",
"Go to file below" : "Отидете до файла по-долу",
"Go left in grid" : "Отидете ляво на мрежата",
"Go right in grid" : "Отидете дясно на мрежата",
"View" : "Изглед",
"Toggle grid view" : "Превключи решетъчния изглед",
"Open file sidebar" : "Отворете страничната лента на файла",
"Show those shortcuts" : "Показване тези преки пътища",
"Warnings" : "Предупреждения",
"Warn before changing a file extension" : "Предупреждение преди промяна на файлово разширение",
"Warn before deleting a file" : "Предупреждение преди изтриване на файл",
"WebDAV URL" : "WebDAV URL",
"Create an app password" : "Създайте парола за приложение",
"Required for WebDAV authentication because Two-Factor Authentication is enabled for this account." : "Изисква се за WebDAV удостоверяване, тъй като двуфакторното удостоверяване е активирано за този акаунт.",
"How to access files using WebDAV" : "Как да получите достъп до файлове чрез WebDAV",
"Total rows summary" : "Обобщение на общия брой редове",
"Toggle selection for all files and folders" : "Превключване на избора за всички файлове и папки",
"Name" : "Име",
"File type" : "Тип файл",
"Size" : "Размер",
"{displayName}: failed on some elements" : "{displayName}: неуспешно за някои елементи",
"{displayName}: done" : "{displayName}: готово",
"{displayName}: failed" : "{displayName}: неуспешно",
"(selected)" : "(избрано)",
"List of files and folders." : "Списък с файлове и папки.",
"You have used your space quota and cannot upload files anymore." : "Използвали сте квотата си за пространство и вече не можете да качвате файлове.",
"Column headers with buttons are sortable." : "Имената на колоните с бутони имат възможност за сортиране.",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Този списък не е изобразен изцяло от съображения за производителност. Файловете ще се изобразяват, докато навигирате в списъка.",
"File not found" : "Файлът не е намерен",
"_{count} selected_::_{count} selected_" : ["{count} избрани","{count} избрани"],
"Search everywhere …" : "Търсете навсякъде...",
"Search here …" : "Търсете тук...",
"Search scope options" : "Опции за обхват на търсене",
"Search here" : "Търсете тук",
"{usedQuotaByte} used" : "{usedQuotaByte} използвано",
"{used} of {quota} used" : "{used} от {quota} използвани",
"{relative}% used" : "{relative}% използвано",
"Could not refresh storage stats" : "Статистиката за хранилище не можа да се обнови",
"Your storage is full, files can not be updated or synced anymore!" : "Хранилището е запълнено. Поради това качването и синхронизирането на файлове е невъзможно!",
"Storage information" : "Информация за съхранение",
"Storage quota" : "Квота за съхранение",
"New folder" : "Нова папка",
"Create new folder" : "Създай нова папка",
"This name is already in use." : "Това име вече се използва.",
"Create" : "Създаване",
"Files starting with a dot are hidden by default" : "Файловете започващи с точка са скрити по подразбиране",
"Failed to start filename sanitization." : "Стартирането на почистването на имената на файловете е неуспешно.",
"Failed to refresh filename sanitization status." : "Неуспешно обновяване на състоянието на почистване на имената на файловете.",
"Filename sanitization in progress." : "Извършва се почистване на имената на файловете.",
"Currently {processedUsers} of {totalUsers} accounts are already processed." : "В момента {processedUsers}от {totalUsers} сметките вече са обработени.",
"Preparing …" : "Подготвя се...",
"Refresh" : "Опресняване",
"All files have been santized for Windows filename support." : "Всички файлове са обработени за поддръжка на имена на файлове в Windows.",
"Some files could not be sanitized, please check your logs." : "Някои файлове не можаха да бъдат почистени, моля, проверете лог файловете си.",
"Sanitization errors" : "Грешки при почистване",
"Not sanitized filenames" : "Непочистени имена на файлове",
"Windows filename support has been enabled." : "Поддръжката на имена на файлове в Windows е активирана.",
"While this blocks users from creating new files with unsupported filenames, existing files are not yet renamed and thus still may break sync on Windows." : "Въпреки че това блокира потребителите от създаване на нови файлове с неподдържани имена на файлове, съществуващите файлове все още не са преименувани и следователно все още може да прекъсне синхронизацията в Windows.",
"You can trigger a rename of files with invalid filenames, this will be done in the background and may take some time." : "Можете да задействате преименуване на файлове с невалидни имена на файлове. Това ще се извършва във фонов режим и може да отнеме известно време.",
"Please note that this may cause high workload on the sync clients." : "Моля, обърнете внимание, че това може да доведе до голямо натоварване на клиентите за синхронизация. ",
"Limit" : "Ограничение",
"This allows to configure how many users should be processed in one background job run." : "Това позволява да се конфигурира колко потребители трябва да бъдат обработени в едно фоново изпълнение на задача.",
"Sanitize filenames" : "Почистване на имената на файловете",
"(starting)" : "(започва)",
"Fill template fields" : "Попълнете полетата на шаблона",
"Submitting fields …" : "Изпращане на полета…",
"Submit" : "Изпращане",
"Choose a file or folder to transfer" : "Избор на файл или папка за прехвърляне",
"Transfer" : "Прехвърли",
"Transfer {path} to {userid}" : "Прехвърляне на {path} към {userid}",
"Invalid path selected" : "Предоставен е невалиден път до файл.",
"Unknown error" : "Неизвестна грешка",
"Ownership transfer request sent" : "Изпратена заявка за прехвърляне на собствеността",
"Cannot transfer ownership of a file or folder you do not own" : "Не можете да прехвърляте собственост върху файл или папка, които не притежавате",
"Transfer ownership of a file or folder" : "Прехвърляне на собственост на файл или папка",
"Choose file or folder to transfer" : "Избор на файл или папка за прехвърляне",
"Change" : "Промени",
"New owner" : "Нов собственик",
"Keep {old}" : "Запазете {old}",
"Keep without extension" : "Съхранявайте без разширение",
"Use {new}" : "Използвайте {new}",
"Remove extension" : "Премахване на разширението",
"Change file extension" : "Променете файловото разширение",
"Changing the file extension from \"{old}\" to \"{new}\" may render the file unreadable." : "Промяната на файловото разширение от \"{old}\" на \"{new}\" може да направи файла нечетлив",
"Removing the file extension \"{old}\" may render the file unreadable." : "Премахването на файловото разширение \"{old}\" може да направи файла нечетлив.",
"Adding the file extension \"{new}\" may render the file unreadable." : "Добавянето на файловото разширение \"{new}\" може да направи файла нечетлив.",
"Do not show this dialog again." : "Не показвай този диалогов прозорец отново.",
"Select file or folder to link to" : "Избор на файл или папка, към които да поставите връзка",
"Choose {file}" : "Изберете {file}",
"Files settings" : "Настройки на файловете",
"Share" : "Споделяне",
"Shared by link" : "Споделени с връзка",
"Shared" : "Споделен",
"Switch to list view" : "Превключване към изглед на списък",
"Switch to grid view" : "Превключване към мрежов изглед",
"The file could not be found" : "Файлът не може да бъде намерен",
"Upload was cancelled by user" : "Качването е отменено от потребителя",
"Not enough free space" : "Няма достатъчно свободно място",
"Operation is blocked by access control" : "Операцията се блокира от контрол на достъпа",
"Error during upload: {message}" : "Грешка при качване: {message}",
"Error during upload, status code {status}" : "Грешка при качване, код на състоянието {status}",
"Unknown error during upload" : "Неизвестна грешка по време на качване",
"Loading current folder" : "Зареждане на текущата папка",
"Retry" : "Опитай отново",
"No files in here" : "Няма файлове",
"Upload some content or sync with your devices!" : "Качете съдържание или синхронизирайте с вашите устройства!",
"Go back" : "Назад",
"Views" : "Изгледи",
"You" : "Вие",
"Shared multiple times with different people" : "Споделяно многократно с различни хора",
"Unable to change the favorite state of the file" : "Не може да се промени любимото състояние на файла",
"Error while loading the file data" : "Грешка при зареждането на файловете.",
"Owner" : "Създател",
"Remove from favorites" : "Премахни от любимите",
"Add to favorites" : "Добави към любимите",
"Tags" : "Етикети",
"Your files" : "Вашите файлове",
"Open in files" : "Отваряне във файлове",
"File cannot be accessed" : "Файлът не е достъпен",
"The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "Файлът не можа да бъде намерен или нямате разрешения да го видите. Помолете подателя да го сподели.",
"No search results for “{query}”" : "Няма резултати от търсенето на “{query}”",
"Search for files" : "Търсене на файлове",
"Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "Позволява ограничаване на имената на файловете, за да се гарантира, че файловете могат да бъдат синхронизирани с всички клиенти. По подразбиране са разрешени всички имена на файлове, валидни за POSIX (напр. Linux или macOS).",
"After enabling the Windows compatible filenames, existing files cannot be modified anymore but can be renamed to valid new names by their owner." : "След активиране на съвместимите с Windows имена на файлове, съществуващите файлове вече не могат да бъдат променяни, но могат да бъдат преименувани на валидни нови имена от техния собственик.",
"Failed to toggle Windows filename support" : "Неуспешно превключване на поддръжката за имена на файлове в Windows",
"Files compatibility" : "Съвместимост на файлове",
"Enforce Windows compatibility" : "Налагане на съвместимост с Windows",
"This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "Това ще блокира имена на файлове, които не са валидни в Windows системи, като например използването на резервирани имена или специални символи. Но това няма да наложи съвместимост с чувствителността към малки и големи букви.",
"Blank" : "Празен",
"Unable to create new file from template" : "Не може да се създаде нов файл от шаблон",
"Pick a template for {name}" : "Избор на шаблон за {name}",
"Create a new file with the selected template" : "Създаване на нов файл с избрания шаблон",
"Creating file" : "Създаване на файл ",
"Save as {displayName}" : "Запиши като {displayName}",
"Save as …" : "Запиши като...",
"Converting files …" : "Преобразуване на файлове...",
"Failed to convert files: {message}" : "Неуспешно конвертиране на файлове: {message}",
"All files failed to be converted" : "Неуспешно конвертиране на всички файлове",
"One file could not be converted: {message}" : "Един файл не може да бъде конвертиран: {message}",
"_%n file could not be converted_::_%n files could not be converted_" : ["%n файл не може да бъде конвертиран","%n файловете не могат да бъдат конвертирани"],
"_%n file converted_::_%n files converted_" : ["%n преобразуван файл","%nпреобразувани файлове"],
"Files converted" : "Преобразувани файлове",
"Failed to convert files" : "Неуспешно конвертиране на файлове",
"Converting file …" : "Файлът се преобразува...",
"File successfully converted" : "Файлът е успешно преобразуван",
"Failed to convert file: {message}" : "Неуспешно конвертиране на файл: {message}",
"Failed to convert file" : "Неуспешно конвертиране на файла",
"Delete" : "Изтрий",
"Leave this share" : "Напускане на споделянето",
"Leave these shares" : "Разреши споделянето",
"Disconnect storage" : "Извади хранилището",
"Disconnect storages" : "Прекъснете съхранението",
"Delete permanently" : "Изтрий завинаги",
"Delete and unshare" : "Изтриване и прекратяване на споделянето",
"Delete file" : "Изтриване на файлове",
"Delete files" : "Изтриване на файлове",
"Delete folder" : "Изтриване на папка",
"Delete folders" : "Изтриване на папки",
"_You are about to permanently delete {count} item_::_You are about to permanently delete {count} items_" : ["На път сте да изтриете елемента {count} за постоянно","На път сте да изтриете елементите {count} за постоянно"],
"_You are about to delete {count} item_::_You are about to delete {count} items_" : ["На път сте да изтриете {count} елемент","На път сте да изтриете {count} елементи"],
"Confirm deletion" : "Потвърдете изтриването",
"Cancel" : "Отказ",
"Download" : "Изтегли",
"The requested file is not available." : "Заявеният файл не е наличен.",
"The requested files are not available." : "Заявените файлове не са налични.",
"Add or remove favorite" : "Добавете или премахнете любими",
"Moving \"{source}\" to \"{destination}\" …" : "Преместване на \"{source}“ към “{destination}\"…",
"Copying \"{source}\" to \"{destination}\" …" : "Копиране на \"{source}“ в “{destination}\"…",
"Destination is not a folder" : "Предназначчението не е папка",
"This file/folder is already in that directory" : "Този файл/папка вече е в тази директория",
"You cannot move a file/folder onto itself or into a subfolder of itself" : "Не можете да преместите файл/папка в папка или в подпапка",
"(copy)" : "(копие)",
"(copy %n)" : "(копирай %n)",
"A file or folder with that name already exists in this folder" : "В тази папка вече съществува файл или папка с това име",
"The files are locked" : "Файловете са заключени",
"The file does not exist anymore" : "Файлът вече не съществува",
"Choose destination" : "Изберете дестинация",
"Copy to {target}" : "Копиране в {target}",
"Copy" : "Копирай",
"Move to {target}" : "Преместване на {target}",
"Move" : "Преместване",
"Move or copy operation failed" : "Операцията за преместване или копиране не бе успешна",
"Move or copy" : "Премести или копирай",
"Open folder {displayName}" : "Отворете папка {displayName}",
"Open in Files" : "Отворете във Файлове",
"Open locally" : "Локално отваряне",
"Failed to redirect to client" : "Неуспешно пренасочване към клиент",
"Open file locally" : "Локално отваряне на файл",
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Файлът вече би трябвало да се отвори на вашето устройство. Ако не се отвори, моля, проверете дали имате инсталирано настолното приложение.",
"Retry and close" : "Опитайте отново и затворете",
"Open online" : "Отворете онлайн",
"Rename" : "Преименувай",
"Details" : "Подробности",
"View in folder" : "Преглед в папката",
"Today" : "Днес",
"Last 7 days" : "Последни 7 дни",
"Last 30 days" : "Последните 30 дни",
"This year ({year})" : "Тази година ({year})",
"Last year ({year})" : "Миналата година ({year})",
"Documents" : "Документи",
"Spreadsheets" : "Електронни таблици",
"Presentations" : "Презентации",
"PDFs" : "PDF-и",
"Folders" : "Папки",
"Audio" : "Аудио",
"Images" : "Изображения",
"Videos" : "Видеа",
"Created new folder \"{name}\"" : "Създадена е нова папка “{name}\"",
"Unable to initialize the templates directory" : "Неуспешно инициализиране на директорията с шаблони",
"Create templates folder" : "Създаване на папка за шаблони",
"Templates" : "Шаблони",
"New template folder" : "Нова папка за шаблони",
"In folder" : "В папка",
"Search in all files" : "Търсене във всички файлове",
"Search in folder: {folder}" : "Търси в папка: {folder}",
"One of the dropped files could not be processed" : "Един от изтритите файлове не можа да бъде обработен",
"Your browser does not support the Filesystem API. Directories will not be uploaded" : "Вашият браузър не поддържа Filesystem API. Директориите няма да бъдат качени.",
"No files to upload" : "Няма файлове за качване",
"Unable to create the directory {directory}" : "Не може да създадете директорията {directory}",
"Some files could not be uploaded" : "Някои файлове не можаха да бъдат качени",
"Files uploaded successfully" : "Файловете са качени успешно",
"No files to process" : "Няма файлове за обработка",
"Some files could not be copied" : "Някои файлове не можаха да бъдат копирани",
"Some files could not be moved" : "Някои файлове не могат да бъдат преместени",
"Files copied successfully" : "Файловете са успешно копирани",
"Files moved successfully" : "Файловете са преместени успешно",
"Conflicts resolution skipped" : "Разрешаването на конфликти е пропуснато",
"Upload cancelled" : "Качването е отменено",
"Could not rename \"{oldName}\", it does not exist any more" : "Файлът \"{oldName}\" не може да бъде преименуван защото не съществува",
"The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Името \"{newName}\" се ползва в директорията \"{dir}\". Моля, изберете друго име.",
"Could not rename \"{oldName}\"" : "\"{oldName}\" не може да бъде преименуван",
"This operation is forbidden" : "Операцията е забранена",
"This folder is unavailable, please try again later or contact the administration" : "Тази папка не е налична, моля опитайте отново по-късно или се свържете с администрацията",
"Storage is temporarily not available" : "Временно хранилището не е налично",
"Unexpected error: {error}" : "Неочаквана грешка: {error}",
"_%n file_::_%n files_" : ["%n файл","%n файла"],
"_%n folder_::_%n folders_" : ["%n папка","%n папки"],
"_%n hidden_::_%n hidden_" : ["%nскрит","%nскрити"],
"Filename must not be empty." : "Името на файла не трябва да е празно.",
"\"{char}\" is not allowed inside a filename." : "\"{char}\" не е разрешено в името на файла.",
"\"{segment}\" is a reserved name and not allowed for filenames." : "\"{segment}\" е резервирано име и не е разрешено за имена на файлове.",
"\"{extension}\" is not an allowed filetype." : "\"{extension}\" не е разрешен файлов тип.",
"Filenames must not end with \"{extension}\"." : "Имената на файловете не трябва да завършват с \"{extension}\"",
"List of favorite files and folders." : "Списък с любими файлове и папки.",
"No favorites yet" : "Няма любими",
"Files and folders you mark as favorite will show up here" : "Файловете и папките които маркирате като любими ще се показват тук",
"List of your files and folders." : "Списък с вашите файлове и папки.",
"Folder tree" : "Дърво на папките",
"List of your files and folders that are not shared." : "Списък с вашите файлове и папки, които не са споделени.",
"No personal files found" : "Не са открити лични файлове",
"Files that are not shared will show up here." : "Файловете, които не са споделени ще се показват тук.",
"Recent" : "Последни",
"List of recently modified files and folders." : "Списък с наскоро променени файлове и папки.",
"No recently modified files" : "Няма наскоро модифицирани файлове",
"Files and folders you recently modified will show up here." : "Файловете и папките, които наскоро сте променили, ще се покажат тук.",
"Search" : "Търсене",
"Search results within your files." : "Резултати от търсенето във вашите файлове.",
"No entries found in this folder" : "Няма намерени записи в тази папка",
"Select all" : "Избери всички",
"Upload too large" : "Прекалено голям файл за качване",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Файловете, които се опитвате да качите са по-големи от позволеното на сървъра.",
"%1$s (renamed)" : "%1$s (преименуван)",
"renamed file" : "преименуван файл",
"Upload (max. %s)" : "Качи (макс. %s)",
"After enabling the windows compatible filenames, existing files cannot be modified anymore but can be renamed to valid new names by their owner." : "След активиране на съвместимите с Windows имена на файлове, съществуващите файлове вече не могат да бъдат променяни, но могат да бъдат преименувани на валидни нови имена от техния собственик.",
"It is also possible to migrate files automatically after enabling this setting, please refer to the documentation about the occ command." : "Възможно е също така автоматично мигриране на файлове след активиране на тази настройка. Моля, вижте документацията за командата occ.",
"\"{displayName}\" failed on some elements" : "\"{displayName}“ неуспешно при някои елементи",
"\"{displayName}\" batch action executed successfully" : " Пакетното действие „{displayName}“ е изпълнено успешно",
"\"{displayName}\" action failed" : "Действието „{displayName}“ е неуспешно",
"Submitting fields …" : "Изпращане на полета...",
"\"{displayName}\" action executed successfully" : "Действието „{displayName}“ е изпълнено успешно",
"Filter file names …" : "Филтриране на имена на файлове...",
"Clipboard is not available" : "Клипбордът не е достъпен",
"WebDAV URL copied to clipboard" : "WebDAV URL адрес е копиран в клипборда",
"Enable the grid view" : "Активирайте мрежовия изглед",
"Enable folder tree" : "Активиране на дървото на папките",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Копиране в клипборда",
"Use this address to access your Files via WebDAV" : "Ползвайте този адрес за достъп до файловете си чрез WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Ако сте активирали 2FA, трябва да създадете и използвате нова парола за приложението, като кликнете тук.",
"Prevent warning dialogs from open or reenable them." : "Предотвратете отварянето на предупредителни диалози или ги активирайте отново.",
"Show a warning dialog when changing a file extension." : "Показване на диалогов прозорец за предупреждение при промяна на файлово разширение.",
"Keyboard shortcuts" : "Бързи клавиши",
"Speed up your Files experience with these quick shortcuts." : "Ускорете работата си с Файлове с тези бързи клавишни комбинации.",
"Open the actions menu for a file" : "Отваряне на менюто с действия за файл",
"Rename a file" : "Преименуване на файл",
"Delete a file" : "Изтриване на файл",
"Favorite or remove a file from favorites" : "Добавяне към любими или премахване на файл от любими ",
"Manage tags for a file" : "Управление на етикети за файл",
"Deselect all files" : "Демаркирайте всички файлове",
"Select or deselect a file" : "Избиране или премахване на избора на файл",
"Select a range of files" : "Изберете диапазон от файлове",
"Navigate to the parent folder" : "Навигиране до основната папка",
"Navigate to the file above" : "Отидете до файла по-горе",
"Navigate to the file below" : "Отидете до файла по-долу",
"Navigate to the file on the left (in grid mode)" : "Придвижете се до файла отляво (в режим на мрежа)",
"Navigate to the file on the right (in grid mode)" : "Придвижете се до файла отдясно (в режим на мрежа)",
"Toggle the grid view" : "Превключване на мрежовия изглед",
"Open the sidebar for a file" : "Отваряне на страничната лента за файл",
"Save as …" : "Запази като...",
"Converting files …" : "Конвертиране на файлове...",
"Converting file …" : "Файлът се преобразува...",
"Deletion cancelled" : "Изтриването е отменено",
"Edit locally" : "Локално редактиране",
"Moving \"{source}\" to \"{destination}\" …" : "Преместване на \"{source}\" към \"{destination}\" …",
"Copying \"{source}\" to \"{destination}\" …" : "Копиране на \"{source}\" в \"{destination}\" …",
"Move cancelled" : "Преместването е отменено",
"Cancelled move or copy of \"{filename}\"." : "Преместването или копирането на \"{filename}\" е отменено.",
"Cancelled move or copy operation" : "Операцията за преместване или копиране е отменена",
"Open details" : "Отваряне на подробности",
"Photos and images" : "Снимки и изображения",
"New folder creation cancelled" : "Създаването на нова папка е отменено",
"This directory is unavailable, please check the logs or contact the administrator" : "Директорията не е налична. Проверете журнала или се свържете с администратора",
"All folders" : "Всички папки",
"Search everywhere …" : "Търсете навсякъде...",
"Search here …" : "Търсете тук...",
"Preparing …" : "Подготвя се..."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+30 -30
View File
@@ -51,6 +51,8 @@ OC.L10N.register(
"You do not have permission to create a file at the specified location" : "No teniu permís per crear fitxers a la ubicació especificada",
"The file could not be converted." : "No s'ha pogut convertir el fitxer.",
"Could not get relative path to converted file" : "No s'ha pogut obtenir el camí relatiu al fitxer convertit",
"Limit must be a positive integer." : "El límit ha de ser un enter positiu.",
"The replacement character may only be a single character." : "El caràcter de substitució només pot ser un sol caràcter.",
"Favorite files" : "Fitxers preferits",
"No favorites" : "No hi ha preferits",
"More favorites" : "Més preferits",
@@ -91,6 +93,7 @@ OC.L10N.register(
"Renamed \"{oldName}\" to \"{newName}\"" : "S'ha canviat el nom de «{oldName}» a «{newName}»",
"Rename file" : "Canvia el nom del fitxer",
"Folder" : "Carpeta",
"Unknown file type" : "Tipus de fitxer desconegut",
"Pending" : "Pendent",
"Unknown date" : "Data desconeguda",
"Clear filter" : "Esborra el filtre",
@@ -99,11 +102,31 @@ OC.L10N.register(
"Type" : "Tipus",
"Active filters" : "Filtres actius",
"Remove filter" : "Suprimeix el filtre",
"Appearance" : "Aparença",
"Show hidden files" : "Mostra els fitxers ocults",
"Crop image previews" : "Retalla les previsualitzacions de les imatges",
"General" : "General",
"Sort favorites first" : "Ordena primer els preferits",
"Sort folders before files" : "Ordena les carpetes abans dels fitxers",
"All files" : "Tots els fitxers",
"Personal files" : "Fitxers personals",
"Additional settings" : "Paràmetres addicionals",
"Actions" : "Accions",
"File actions" : "Arxivar accions",
"Selection" : "Selecció",
"Select all files" : "Seleccioneu tots els fitxers",
"Deselect all" : "No seleccionis res",
"Navigation" : "Navegació",
"View" : "Visualització",
"Toggle grid view" : "Canvia la visualització de quadrícula",
"Show those shortcuts" : "Mostra aquestes dreceres",
"Warnings" : "Advertiments",
"WebDAV URL" : "URL de WebDAV",
"Total rows summary" : "Resum de totes les files",
"Toggle selection for all files and folders" : "Canvia la selecció per a tots els fitxers i carpetes",
"Name" : "Nom",
"File type" : "Tipus de fitxer",
"Size" : "Mida",
"Actions" : "Accions",
"(selected)" : "(seleccionat)",
"List of files and folders." : "Llista de fitxers i carpetes.",
"You have used your space quota and cannot upload files anymore." : "Heu utilitzat la quota d'espai i ja no podeu pujar fitxers.",
@@ -147,33 +170,7 @@ OC.L10N.register(
"Do not show this dialog again." : "No torneu a mostrar aquest diàleg.",
"Select file or folder to link to" : "Seleccioneu el fitxer o la carpeta que voleu enllaçar",
"Choose {file}" : "Tria {file}",
"Clipboard is not available" : "El porta-retalls no està disponible",
"Files settings" : "Paràmetres de Fitxers",
"General" : "General",
"All files" : "Tots els fitxers",
"Personal files" : "Fitxers personals",
"Sort favorites first" : "Ordena primer els preferits",
"Sort folders before files" : "Ordena les carpetes abans dels fitxers",
"Appearance" : "Aparença",
"Show hidden files" : "Mostra els fitxers ocults",
"Crop image previews" : "Retalla les previsualitzacions de les imatges",
"Additional settings" : "Paràmetres addicionals",
"WebDAV" : "WebDAV",
"WebDAV URL" : "URL de WebDAV",
"Copy" : "Copia",
"Warnings" : "Advertiments",
"Keyboard shortcuts" : "Dreceres de teclat",
"File actions" : "Arxivar accions",
"Rename" : "Canvia el nom",
"Delete" : "Suprimeix",
"Manage tags" : "Administrar les etiquetes",
"Selection" : "Selecció",
"Select all files" : "Seleccioneu tots els fitxers",
"Deselect all" : "No seleccionis res",
"Navigation" : "Navegació",
"View" : "Visualització",
"Toggle grid view" : "Canvia la visualització de quadrícula",
"Show those shortcuts" : "Mostra aquestes dreceres",
"Share" : "Comparteix",
"Shared by link" : "S'ha compartit amb un enllaç",
"Shared" : "S'ha compartit",
@@ -217,13 +214,11 @@ OC.L10N.register(
"Failed to convert files: {message}" : "No s'han pogut convertir els fitxers: {message}",
"All files failed to be converted" : "No s'han pogut convertir tots els fitxers",
"One file could not be converted: {message}" : "No s'ha pogut convertir un fitxer: {message}",
"_One file could not be converted_::_%n files could not be converted_" : ["No s'ha pogut convertir un fitxer","No shan pogut convertir %n fitxers"],
"_One file successfully converted_::_%n files successfully converted_" : ["Un fitxer s'ha convertit correctament","%n fitxers s'han convertit correctament"],
"Files successfully converted" : "Els fitxers s'han convertit correctament",
"Failed to convert files" : "No s'han pogut convertir els fitxers",
"File successfully converted" : "El fitxer s'ha convertit correctament",
"Failed to convert file: {message}" : "No s'ha pogut convertir el fitxer: {message}",
"Failed to convert file" : "No s'ha pogut convertir el fitxer",
"Delete" : "Suprimeix",
"Leave this share" : "Abandona aquest element compartit",
"Leave these shares" : "Abandona aquests elements compartits",
"Disconnect storage" : "Desconnecta l'emmagatzematge",
@@ -249,6 +244,7 @@ OC.L10N.register(
"The file does not exist anymore" : "El fitxer ja no existeix",
"Choose destination" : "Trieu una destinació",
"Copy to {target}" : "Copia a {target}",
"Copy" : "Copia",
"Move to {target}" : "Mou a {target}",
"Move" : "Mou",
"Move or copy operation failed" : "Error en l'operació de desplaçament o còpia",
@@ -261,6 +257,7 @@ OC.L10N.register(
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Ara s'hauria d'obrir el fitxer al dispositiu. Si no és així, comproveu que teniu instal·lada l'aplicació d'escriptori.",
"Retry and close" : "Torna-ho a provar i tanca",
"Open online" : "Obre en línia",
"Rename" : "Canvia el nom",
"Details" : "Detalls",
"View in folder" : "Visualitza-ho en la carpeta",
"Today" : "Avui",
@@ -332,14 +329,17 @@ OC.L10N.register(
"Submitting fields …" : "S'estan enviant camps …",
"\"{displayName}\" action executed successfully" : "L'acció «{displayName}» s'ha executat correctament",
"Filter file names …" : "Filtra els noms dels fitxers …",
"Clipboard is not available" : "El porta-retalls no està disponible",
"WebDAV URL copied to clipboard" : "S'ha copiat l'URL de WebDAV al porta-retalls",
"Enable the grid view" : "Habilita la visualització de quadrícula",
"Enable folder tree" : "Habilita l'arbre de carpetes",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Copia-ho al porta-retalls",
"Use this address to access your Files via WebDAV" : "Utilitzeu aquesta adreça per a accedir als vostres fitxers mitjançant WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Si heu habilitat l'autenticació de doble factor, podeu crear i utilitzar una nova contrasenya d'aplicació fent clic aquí.",
"Prevent warning dialogs from open or reenable them." : "Eviteu que s'obrin els diàlegs d'advertència o torneu-los a habilitar.",
"Show a warning dialog when changing a file extension." : "Mostra un diàleg d'avís quan es canvia una extensió de fitxer.",
"Keyboard shortcuts" : "Dreceres de teclat",
"Speed up your Files experience with these quick shortcuts." : "Accelereu l'experiència Fitxers amb aquestes dreceres ràpides.",
"Open the actions menu for a file" : "Obre el menú d'accions per un fitxer",
"Rename a file" : "Canvia el nom del fitxer",
+30 -30
View File
@@ -49,6 +49,8 @@
"You do not have permission to create a file at the specified location" : "No teniu permís per crear fitxers a la ubicació especificada",
"The file could not be converted." : "No s'ha pogut convertir el fitxer.",
"Could not get relative path to converted file" : "No s'ha pogut obtenir el camí relatiu al fitxer convertit",
"Limit must be a positive integer." : "El límit ha de ser un enter positiu.",
"The replacement character may only be a single character." : "El caràcter de substitució només pot ser un sol caràcter.",
"Favorite files" : "Fitxers preferits",
"No favorites" : "No hi ha preferits",
"More favorites" : "Més preferits",
@@ -89,6 +91,7 @@
"Renamed \"{oldName}\" to \"{newName}\"" : "S'ha canviat el nom de «{oldName}» a «{newName}»",
"Rename file" : "Canvia el nom del fitxer",
"Folder" : "Carpeta",
"Unknown file type" : "Tipus de fitxer desconegut",
"Pending" : "Pendent",
"Unknown date" : "Data desconeguda",
"Clear filter" : "Esborra el filtre",
@@ -97,11 +100,31 @@
"Type" : "Tipus",
"Active filters" : "Filtres actius",
"Remove filter" : "Suprimeix el filtre",
"Appearance" : "Aparença",
"Show hidden files" : "Mostra els fitxers ocults",
"Crop image previews" : "Retalla les previsualitzacions de les imatges",
"General" : "General",
"Sort favorites first" : "Ordena primer els preferits",
"Sort folders before files" : "Ordena les carpetes abans dels fitxers",
"All files" : "Tots els fitxers",
"Personal files" : "Fitxers personals",
"Additional settings" : "Paràmetres addicionals",
"Actions" : "Accions",
"File actions" : "Arxivar accions",
"Selection" : "Selecció",
"Select all files" : "Seleccioneu tots els fitxers",
"Deselect all" : "No seleccionis res",
"Navigation" : "Navegació",
"View" : "Visualització",
"Toggle grid view" : "Canvia la visualització de quadrícula",
"Show those shortcuts" : "Mostra aquestes dreceres",
"Warnings" : "Advertiments",
"WebDAV URL" : "URL de WebDAV",
"Total rows summary" : "Resum de totes les files",
"Toggle selection for all files and folders" : "Canvia la selecció per a tots els fitxers i carpetes",
"Name" : "Nom",
"File type" : "Tipus de fitxer",
"Size" : "Mida",
"Actions" : "Accions",
"(selected)" : "(seleccionat)",
"List of files and folders." : "Llista de fitxers i carpetes.",
"You have used your space quota and cannot upload files anymore." : "Heu utilitzat la quota d'espai i ja no podeu pujar fitxers.",
@@ -145,33 +168,7 @@
"Do not show this dialog again." : "No torneu a mostrar aquest diàleg.",
"Select file or folder to link to" : "Seleccioneu el fitxer o la carpeta que voleu enllaçar",
"Choose {file}" : "Tria {file}",
"Clipboard is not available" : "El porta-retalls no està disponible",
"Files settings" : "Paràmetres de Fitxers",
"General" : "General",
"All files" : "Tots els fitxers",
"Personal files" : "Fitxers personals",
"Sort favorites first" : "Ordena primer els preferits",
"Sort folders before files" : "Ordena les carpetes abans dels fitxers",
"Appearance" : "Aparença",
"Show hidden files" : "Mostra els fitxers ocults",
"Crop image previews" : "Retalla les previsualitzacions de les imatges",
"Additional settings" : "Paràmetres addicionals",
"WebDAV" : "WebDAV",
"WebDAV URL" : "URL de WebDAV",
"Copy" : "Copia",
"Warnings" : "Advertiments",
"Keyboard shortcuts" : "Dreceres de teclat",
"File actions" : "Arxivar accions",
"Rename" : "Canvia el nom",
"Delete" : "Suprimeix",
"Manage tags" : "Administrar les etiquetes",
"Selection" : "Selecció",
"Select all files" : "Seleccioneu tots els fitxers",
"Deselect all" : "No seleccionis res",
"Navigation" : "Navegació",
"View" : "Visualització",
"Toggle grid view" : "Canvia la visualització de quadrícula",
"Show those shortcuts" : "Mostra aquestes dreceres",
"Share" : "Comparteix",
"Shared by link" : "S'ha compartit amb un enllaç",
"Shared" : "S'ha compartit",
@@ -215,13 +212,11 @@
"Failed to convert files: {message}" : "No s'han pogut convertir els fitxers: {message}",
"All files failed to be converted" : "No s'han pogut convertir tots els fitxers",
"One file could not be converted: {message}" : "No s'ha pogut convertir un fitxer: {message}",
"_One file could not be converted_::_%n files could not be converted_" : ["No s'ha pogut convertir un fitxer","No shan pogut convertir %n fitxers"],
"_One file successfully converted_::_%n files successfully converted_" : ["Un fitxer s'ha convertit correctament","%n fitxers s'han convertit correctament"],
"Files successfully converted" : "Els fitxers s'han convertit correctament",
"Failed to convert files" : "No s'han pogut convertir els fitxers",
"File successfully converted" : "El fitxer s'ha convertit correctament",
"Failed to convert file: {message}" : "No s'ha pogut convertir el fitxer: {message}",
"Failed to convert file" : "No s'ha pogut convertir el fitxer",
"Delete" : "Suprimeix",
"Leave this share" : "Abandona aquest element compartit",
"Leave these shares" : "Abandona aquests elements compartits",
"Disconnect storage" : "Desconnecta l'emmagatzematge",
@@ -247,6 +242,7 @@
"The file does not exist anymore" : "El fitxer ja no existeix",
"Choose destination" : "Trieu una destinació",
"Copy to {target}" : "Copia a {target}",
"Copy" : "Copia",
"Move to {target}" : "Mou a {target}",
"Move" : "Mou",
"Move or copy operation failed" : "Error en l'operació de desplaçament o còpia",
@@ -259,6 +255,7 @@
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Ara s'hauria d'obrir el fitxer al dispositiu. Si no és així, comproveu que teniu instal·lada l'aplicació d'escriptori.",
"Retry and close" : "Torna-ho a provar i tanca",
"Open online" : "Obre en línia",
"Rename" : "Canvia el nom",
"Details" : "Detalls",
"View in folder" : "Visualitza-ho en la carpeta",
"Today" : "Avui",
@@ -330,14 +327,17 @@
"Submitting fields …" : "S'estan enviant camps …",
"\"{displayName}\" action executed successfully" : "L'acció «{displayName}» s'ha executat correctament",
"Filter file names …" : "Filtra els noms dels fitxers …",
"Clipboard is not available" : "El porta-retalls no està disponible",
"WebDAV URL copied to clipboard" : "S'ha copiat l'URL de WebDAV al porta-retalls",
"Enable the grid view" : "Habilita la visualització de quadrícula",
"Enable folder tree" : "Habilita l'arbre de carpetes",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Copia-ho al porta-retalls",
"Use this address to access your Files via WebDAV" : "Utilitzeu aquesta adreça per a accedir als vostres fitxers mitjançant WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Si heu habilitat l'autenticació de doble factor, podeu crear i utilitzar una nova contrasenya d'aplicació fent clic aquí.",
"Prevent warning dialogs from open or reenable them." : "Eviteu que s'obrin els diàlegs d'advertència o torneu-los a habilitar.",
"Show a warning dialog when changing a file extension." : "Mostra un diàleg d'avís quan es canvia una extensió de fitxer.",
"Keyboard shortcuts" : "Dreceres de teclat",
"Speed up your Files experience with these quick shortcuts." : "Accelereu l'experiència Fitxers amb aquestes dreceres ràpides.",
"Open the actions menu for a file" : "Obre el menú d'accions per un fitxer",
"Rename a file" : "Canvia el nom del fitxer",
+48 -48
View File
@@ -108,6 +108,43 @@ OC.L10N.register(
"Type" : "Typ",
"Active filters" : "Zapnuté filtry",
"Remove filter" : "Odebrat filtr",
"Appearance" : "Vzhled",
"Show hidden files" : "Zobrazit skryté soubory",
"Show file type column" : "Zobrazovat sloupec Typ souboru",
"Show file extensions" : "Zobrazovat přípony souborů",
"Crop image previews" : "Oříznout náhledy obrázků",
"General" : "Obecné",
"Sort favorites first" : "Seřadit od oblíbených",
"Sort folders before files" : "Při řazení zobrazovat složky a pak až soubory",
"Enable folder tree view" : "Zapnout stromové zobrazení složek",
"Default view" : "Výchozí pohled",
"All files" : "Všechny soubory",
"Personal files" : "Osobní soubory",
"Additional settings" : "Další nastavení",
"Actions" : "Akce",
"File actions" : "Akce ohledně souboru",
"Selection" : "Výběr",
"Select all files" : "Vybrat všechny soubory",
"Deselect all" : "Zrušit označení všeho",
"Select or deselect" : "Vybrat/zrušit výběr",
"Select a range" : "Vybrat rozsah",
"Navigation" : "Pohyb",
"Go to parent folder" : "Přejít do nadřazené složky",
"Go to file above" : "Přejít na soubor nad",
"Go to file below" : "Přejít na soubor pod",
"Go left in grid" : "Přejít vlevo v mřížce",
"Go right in grid" : "Přejít vpravo v mřížce",
"View" : "Zobrazit",
"Toggle grid view" : "Vyp/zap. zobrazení v mřížce",
"Open file sidebar" : "Otevřít postranní panel souboru",
"Show those shortcuts" : "Zobrazit tyto zkratky",
"Warnings" : "Varování",
"Warn before changing a file extension" : "Varovat před provedením změny přípony souboru",
"Warn before deleting a file" : "Varovat před smazáním souboru",
"WebDAV URL" : "WebDAV URL",
"Create an app password" : "Vytvořit heslo aplikace",
"Required for WebDAV authentication because Two-Factor Authentication is enabled for this account." : "Vyžadováno pro WebDAV ověřování se, protože je pro tento účet zapnuté ověřování se i druhým faktorem.",
"How to access files using WebDAV" : "Jak přistupovat k souborům pomocí WebDAV",
"Total rows summary" : "Celkový souhrn řádek",
"Toggle selection for all files and folders" : "Vybrat / zrušit výběr všech souborů a složek",
"Name" : "Název",
@@ -116,7 +153,6 @@ OC.L10N.register(
"{displayName}: failed on some elements" : "{displayName}: nepodařilo se na některých prvcích",
"{displayName}: done" : "{displayName}: dokončeno",
"{displayName}: failed" : "{displayName}: nezdařilo se",
"Actions" : "Akce",
"(selected)" : "(vybráno)",
"List of files and folders." : "Seznam souborů a složek.",
"You have used your space quota and cannot upload files anymore." : "Využili jste celou svou kvótu na prostor a už nemůžete nahrávat další soubory.",
@@ -183,51 +219,7 @@ OC.L10N.register(
"Do not show this dialog again." : "Nezobrazovat tento dialog znovu.",
"Select file or folder to link to" : "Vyberte soubor nebo složku na kterou odkazovat",
"Choose {file}" : "Zvolit {file}",
"Clipboard is not available" : "Schránka není k dispozici",
"WebDAV URL copied" : "WebDAV URL zkopírována",
"Files settings" : "Nastavení pro Soubory",
"General" : "Obecné",
"Default view" : "Výchozí pohled",
"All files" : "Všechny soubory",
"Personal files" : "Osobní soubory",
"Sort favorites first" : "Seřadit od oblíbených",
"Sort folders before files" : "Při řazení zobrazovat složky a pak až soubory",
"Folder tree" : "Strom složek",
"Appearance" : "Vzhled",
"Show hidden files" : "Zobrazit skryté soubory",
"Show file type column" : "Zobrazovat sloupec Typ souboru",
"Show file extensions" : "Zobrazovat přípony souborů",
"Crop image previews" : "Oříznout náhledy obrázků",
"Additional settings" : "Další nastavení",
"WebDAV" : "WebDAV",
"WebDAV URL" : "WebDAV URL",
"Copy" : "Kopírovat",
"How to access files using WebDAV" : "Jak přistupovat k souborům pomocí WebDAV",
"Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "U vašeho účtu je zapnuté dvoufázové ověřování a proto pro připojení externího WebDAV klienta bude třeba použít heslo pro konkrétní aplikaci.",
"Warnings" : "Varování",
"Warn before changing a file extension" : "Varovat před provedením změny přípony souboru",
"Warn before deleting files" : "Varovat před smazáním souborů",
"Keyboard shortcuts" : "Klávesové zkratky",
"File actions" : "Akce ohledně souboru",
"Rename" : "Přejmenovat",
"Delete" : "Smazat",
"Add or remove favorite" : "Přidat nebo odebrat oblíbené",
"Manage tags" : "Spravovat štítky",
"Selection" : "Výběr",
"Select all files" : "Vybrat všechny soubory",
"Deselect all" : "Zrušit označení všeho",
"Select or deselect" : "Vybrat/zrušit výběr",
"Select a range" : "Vybrat rozsah",
"Navigation" : "Pohyb",
"Go to parent folder" : "Přejít do nadřazené složky",
"Go to file above" : "Přejít na soubor nad",
"Go to file below" : "Přejít na soubor pod",
"Go left in grid" : "Přejít vlevo v mřížce",
"Go right in grid" : "Přejít vpravo v mřížce",
"View" : "Zobrazit",
"Toggle grid view" : "Vyp/zap. zobrazení v mřížce",
"Open file sidebar" : "Otevřít postranní panel souboru",
"Show those shortcuts" : "Zobrazit tyto zkratky",
"Share" : "Nasdílet",
"Shared by link" : "Sdíleno pomocí odkazu",
"Shared" : "Sdíleno",
@@ -277,14 +269,15 @@ OC.L10N.register(
"Failed to convert files: {message}" : "Nepodařilo se převést soubory: {message}",
"All files failed to be converted" : "Žádný ze souborů se nepodařilo převést",
"One file could not be converted: {message}" : "Jeden soubor nebylo možné převést: {message}",
"_One file could not be converted_::_%n files could not be converted_" : ["Jeden soubor nebylo možné převést","%n soubory nebylo možné převést","%n souborů nebylo možné převést","%n soubory nebylo možné převést"],
"_One file successfully converted_::_%n files successfully converted_" : ["Jeden soubor úspěšně převeden","%n soubory úspěšně převedeny","%n souborů úspěšně převedeno","%n soubory úspěšně převedeny"],
"Files successfully converted" : "Soubory úspěšně převedeny",
"_%n file could not be converted_::_%n files could not be converted_" : ["%n soubor nebylo možné převést","%n soubory nebylo možné převést","%n souborů nebylo možné převést","%n soubory nebylo možné převést"],
"_%n file converted_::_%n files converted_" : ["%n soubor převeden","%n soubory převedeny","%n souborů převedeno","%n soubory převedeny"],
"Files converted" : "Soubory převedeny",
"Failed to convert files" : "Nepodařilo se převést soubory",
"Converting file …" : "Převádění souboru …",
"File successfully converted" : "Soubor úspěšně převeden",
"Failed to convert file: {message}" : "Nepodařilo se převést soubor: {message}",
"Failed to convert file" : "Nepodařilo se převést soubor",
"Delete" : "Smazat",
"Leave this share" : "Opustit toto sdílení",
"Leave these shares" : "Opustit tato sdílení",
"Disconnect storage" : "Odpojit úložiště",
@@ -302,6 +295,7 @@ OC.L10N.register(
"Download" : "Stáhnout",
"The requested file is not available." : "Požadovaný soubor není k dispozici.",
"The requested files are not available." : "Požadované soubory nejsou k dispozici.",
"Add or remove favorite" : "Přidat nebo odebrat oblíbené",
"Moving \"{source}\" to \"{destination}\" …" : "Přesouvání „{source}“ do „{destination}“ …",
"Copying \"{source}\" to \"{destination}\" …" : "Kopírování „{source}“ do „{destination}“ …",
"Destination is not a folder" : "Cíl není složka",
@@ -314,6 +308,7 @@ OC.L10N.register(
"The file does not exist anymore" : "Soubor už neexistuje",
"Choose destination" : "Vyberte cíl",
"Copy to {target}" : "Zkopírovat do {target}",
"Copy" : "Kopírovat",
"Move to {target}" : "Přesunout do {target}",
"Move" : "Přesunout",
"Move or copy operation failed" : "Operace přesunu či zkopírování se nezdařila",
@@ -326,6 +321,7 @@ OC.L10N.register(
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Soubor by se nyní měl otevřít na vašem zařízení. Pokud ne, zkontrolujte, zda máte nainstalovanou desktopovou aplikaci.",
"Retry and close" : "Zkusit znovu a zavřít",
"Open online" : "Otevřít online",
"Rename" : "Přejmenovat",
"Details" : "Podrobnosti",
"View in folder" : "Zobrazit ve složce",
"Today" : "Dnes",
@@ -381,6 +377,7 @@ OC.L10N.register(
"No favorites yet" : "Zatím nic oblíbeného",
"Files and folders you mark as favorite will show up here" : "Zde budou zobrazeny soubory a složky, které označíte jako oblíbené",
"List of your files and folders." : "Seznam vašich souborů a složek.",
"Folder tree" : "Strom složek",
"List of your files and folders that are not shared." : "Seznam vašich souborů a složek, které nejsou sdíleny.",
"No personal files found" : "Nenalezeny žádné osobní soubory",
"Files that are not shared will show up here." : "Soubory, které nejsou nikomu sdíleny se zobrazí zde.",
@@ -405,14 +402,17 @@ OC.L10N.register(
"Submitting fields …" : "Odesílání kolonek…",
"\"{displayName}\" action executed successfully" : "akce „{displayName}“ úspěšně vykonána",
"Filter file names …" : "Filtrovat názvy souborů…",
"Clipboard is not available" : "Schránka není k dispozici",
"WebDAV URL copied to clipboard" : "WebDAV URL zkopírována do schránky",
"Enable the grid view" : "Zapnout zobrazení v mřížce",
"Enable folder tree" : "Zapnout strom složek",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Zkopírovat do schránky",
"Use this address to access your Files via WebDAV" : "Tuto adresu použijte pro přístup k vašim souborům prostřednictvím protokolu WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Pokud jste zapnuli 2FA (dvoufaktorovou autentizaci), je třeba kliknutím sem vytvořit a použít nové heslo pro aplikaci.",
"Prevent warning dialogs from open or reenable them." : "Zabránit dialogům s varováními v otevírání nebo znovupovolení.",
"Show a warning dialog when changing a file extension." : "Při měnění přípony souboru zobrazit varovný dialog.",
"Keyboard shortcuts" : "Klávesové zkratky",
"Speed up your Files experience with these quick shortcuts." : "Zrychlete svůj dojem ze Souborů pomocí těchto rychlých zkratek.",
"Open the actions menu for a file" : "Otevřít nabídku akcí pro soubor",
"Rename a file" : "Přejmenovat soubor",
+48 -48
View File
@@ -106,6 +106,43 @@
"Type" : "Typ",
"Active filters" : "Zapnuté filtry",
"Remove filter" : "Odebrat filtr",
"Appearance" : "Vzhled",
"Show hidden files" : "Zobrazit skryté soubory",
"Show file type column" : "Zobrazovat sloupec Typ souboru",
"Show file extensions" : "Zobrazovat přípony souborů",
"Crop image previews" : "Oříznout náhledy obrázků",
"General" : "Obecné",
"Sort favorites first" : "Seřadit od oblíbených",
"Sort folders before files" : "Při řazení zobrazovat složky a pak až soubory",
"Enable folder tree view" : "Zapnout stromové zobrazení složek",
"Default view" : "Výchozí pohled",
"All files" : "Všechny soubory",
"Personal files" : "Osobní soubory",
"Additional settings" : "Další nastavení",
"Actions" : "Akce",
"File actions" : "Akce ohledně souboru",
"Selection" : "Výběr",
"Select all files" : "Vybrat všechny soubory",
"Deselect all" : "Zrušit označení všeho",
"Select or deselect" : "Vybrat/zrušit výběr",
"Select a range" : "Vybrat rozsah",
"Navigation" : "Pohyb",
"Go to parent folder" : "Přejít do nadřazené složky",
"Go to file above" : "Přejít na soubor nad",
"Go to file below" : "Přejít na soubor pod",
"Go left in grid" : "Přejít vlevo v mřížce",
"Go right in grid" : "Přejít vpravo v mřížce",
"View" : "Zobrazit",
"Toggle grid view" : "Vyp/zap. zobrazení v mřížce",
"Open file sidebar" : "Otevřít postranní panel souboru",
"Show those shortcuts" : "Zobrazit tyto zkratky",
"Warnings" : "Varování",
"Warn before changing a file extension" : "Varovat před provedením změny přípony souboru",
"Warn before deleting a file" : "Varovat před smazáním souboru",
"WebDAV URL" : "WebDAV URL",
"Create an app password" : "Vytvořit heslo aplikace",
"Required for WebDAV authentication because Two-Factor Authentication is enabled for this account." : "Vyžadováno pro WebDAV ověřování se, protože je pro tento účet zapnuté ověřování se i druhým faktorem.",
"How to access files using WebDAV" : "Jak přistupovat k souborům pomocí WebDAV",
"Total rows summary" : "Celkový souhrn řádek",
"Toggle selection for all files and folders" : "Vybrat / zrušit výběr všech souborů a složek",
"Name" : "Název",
@@ -114,7 +151,6 @@
"{displayName}: failed on some elements" : "{displayName}: nepodařilo se na některých prvcích",
"{displayName}: done" : "{displayName}: dokončeno",
"{displayName}: failed" : "{displayName}: nezdařilo se",
"Actions" : "Akce",
"(selected)" : "(vybráno)",
"List of files and folders." : "Seznam souborů a složek.",
"You have used your space quota and cannot upload files anymore." : "Využili jste celou svou kvótu na prostor a už nemůžete nahrávat další soubory.",
@@ -181,51 +217,7 @@
"Do not show this dialog again." : "Nezobrazovat tento dialog znovu.",
"Select file or folder to link to" : "Vyberte soubor nebo složku na kterou odkazovat",
"Choose {file}" : "Zvolit {file}",
"Clipboard is not available" : "Schránka není k dispozici",
"WebDAV URL copied" : "WebDAV URL zkopírována",
"Files settings" : "Nastavení pro Soubory",
"General" : "Obecné",
"Default view" : "Výchozí pohled",
"All files" : "Všechny soubory",
"Personal files" : "Osobní soubory",
"Sort favorites first" : "Seřadit od oblíbených",
"Sort folders before files" : "Při řazení zobrazovat složky a pak až soubory",
"Folder tree" : "Strom složek",
"Appearance" : "Vzhled",
"Show hidden files" : "Zobrazit skryté soubory",
"Show file type column" : "Zobrazovat sloupec Typ souboru",
"Show file extensions" : "Zobrazovat přípony souborů",
"Crop image previews" : "Oříznout náhledy obrázků",
"Additional settings" : "Další nastavení",
"WebDAV" : "WebDAV",
"WebDAV URL" : "WebDAV URL",
"Copy" : "Kopírovat",
"How to access files using WebDAV" : "Jak přistupovat k souborům pomocí WebDAV",
"Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "U vašeho účtu je zapnuté dvoufázové ověřování a proto pro připojení externího WebDAV klienta bude třeba použít heslo pro konkrétní aplikaci.",
"Warnings" : "Varování",
"Warn before changing a file extension" : "Varovat před provedením změny přípony souboru",
"Warn before deleting files" : "Varovat před smazáním souborů",
"Keyboard shortcuts" : "Klávesové zkratky",
"File actions" : "Akce ohledně souboru",
"Rename" : "Přejmenovat",
"Delete" : "Smazat",
"Add or remove favorite" : "Přidat nebo odebrat oblíbené",
"Manage tags" : "Spravovat štítky",
"Selection" : "Výběr",
"Select all files" : "Vybrat všechny soubory",
"Deselect all" : "Zrušit označení všeho",
"Select or deselect" : "Vybrat/zrušit výběr",
"Select a range" : "Vybrat rozsah",
"Navigation" : "Pohyb",
"Go to parent folder" : "Přejít do nadřazené složky",
"Go to file above" : "Přejít na soubor nad",
"Go to file below" : "Přejít na soubor pod",
"Go left in grid" : "Přejít vlevo v mřížce",
"Go right in grid" : "Přejít vpravo v mřížce",
"View" : "Zobrazit",
"Toggle grid view" : "Vyp/zap. zobrazení v mřížce",
"Open file sidebar" : "Otevřít postranní panel souboru",
"Show those shortcuts" : "Zobrazit tyto zkratky",
"Share" : "Nasdílet",
"Shared by link" : "Sdíleno pomocí odkazu",
"Shared" : "Sdíleno",
@@ -275,14 +267,15 @@
"Failed to convert files: {message}" : "Nepodařilo se převést soubory: {message}",
"All files failed to be converted" : "Žádný ze souborů se nepodařilo převést",
"One file could not be converted: {message}" : "Jeden soubor nebylo možné převést: {message}",
"_One file could not be converted_::_%n files could not be converted_" : ["Jeden soubor nebylo možné převést","%n soubory nebylo možné převést","%n souborů nebylo možné převést","%n soubory nebylo možné převést"],
"_One file successfully converted_::_%n files successfully converted_" : ["Jeden soubor úspěšně převeden","%n soubory úspěšně převedeny","%n souborů úspěšně převedeno","%n soubory úspěšně převedeny"],
"Files successfully converted" : "Soubory úspěšně převedeny",
"_%n file could not be converted_::_%n files could not be converted_" : ["%n soubor nebylo možné převést","%n soubory nebylo možné převést","%n souborů nebylo možné převést","%n soubory nebylo možné převést"],
"_%n file converted_::_%n files converted_" : ["%n soubor převeden","%n soubory převedeny","%n souborů převedeno","%n soubory převedeny"],
"Files converted" : "Soubory převedeny",
"Failed to convert files" : "Nepodařilo se převést soubory",
"Converting file …" : "Převádění souboru …",
"File successfully converted" : "Soubor úspěšně převeden",
"Failed to convert file: {message}" : "Nepodařilo se převést soubor: {message}",
"Failed to convert file" : "Nepodařilo se převést soubor",
"Delete" : "Smazat",
"Leave this share" : "Opustit toto sdílení",
"Leave these shares" : "Opustit tato sdílení",
"Disconnect storage" : "Odpojit úložiště",
@@ -300,6 +293,7 @@
"Download" : "Stáhnout",
"The requested file is not available." : "Požadovaný soubor není k dispozici.",
"The requested files are not available." : "Požadované soubory nejsou k dispozici.",
"Add or remove favorite" : "Přidat nebo odebrat oblíbené",
"Moving \"{source}\" to \"{destination}\" …" : "Přesouvání „{source}“ do „{destination}“ …",
"Copying \"{source}\" to \"{destination}\" …" : "Kopírování „{source}“ do „{destination}“ …",
"Destination is not a folder" : "Cíl není složka",
@@ -312,6 +306,7 @@
"The file does not exist anymore" : "Soubor už neexistuje",
"Choose destination" : "Vyberte cíl",
"Copy to {target}" : "Zkopírovat do {target}",
"Copy" : "Kopírovat",
"Move to {target}" : "Přesunout do {target}",
"Move" : "Přesunout",
"Move or copy operation failed" : "Operace přesunu či zkopírování se nezdařila",
@@ -324,6 +319,7 @@
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Soubor by se nyní měl otevřít na vašem zařízení. Pokud ne, zkontrolujte, zda máte nainstalovanou desktopovou aplikaci.",
"Retry and close" : "Zkusit znovu a zavřít",
"Open online" : "Otevřít online",
"Rename" : "Přejmenovat",
"Details" : "Podrobnosti",
"View in folder" : "Zobrazit ve složce",
"Today" : "Dnes",
@@ -379,6 +375,7 @@
"No favorites yet" : "Zatím nic oblíbeného",
"Files and folders you mark as favorite will show up here" : "Zde budou zobrazeny soubory a složky, které označíte jako oblíbené",
"List of your files and folders." : "Seznam vašich souborů a složek.",
"Folder tree" : "Strom složek",
"List of your files and folders that are not shared." : "Seznam vašich souborů a složek, které nejsou sdíleny.",
"No personal files found" : "Nenalezeny žádné osobní soubory",
"Files that are not shared will show up here." : "Soubory, které nejsou nikomu sdíleny se zobrazí zde.",
@@ -403,14 +400,17 @@
"Submitting fields …" : "Odesílání kolonek…",
"\"{displayName}\" action executed successfully" : "akce „{displayName}“ úspěšně vykonána",
"Filter file names …" : "Filtrovat názvy souborů…",
"Clipboard is not available" : "Schránka není k dispozici",
"WebDAV URL copied to clipboard" : "WebDAV URL zkopírována do schránky",
"Enable the grid view" : "Zapnout zobrazení v mřížce",
"Enable folder tree" : "Zapnout strom složek",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Zkopírovat do schránky",
"Use this address to access your Files via WebDAV" : "Tuto adresu použijte pro přístup k vašim souborům prostřednictvím protokolu WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Pokud jste zapnuli 2FA (dvoufaktorovou autentizaci), je třeba kliknutím sem vytvořit a použít nové heslo pro aplikaci.",
"Prevent warning dialogs from open or reenable them." : "Zabránit dialogům s varováními v otevírání nebo znovupovolení.",
"Show a warning dialog when changing a file extension." : "Při měnění přípony souboru zobrazit varovný dialog.",
"Keyboard shortcuts" : "Klávesové zkratky",
"Speed up your Files experience with these quick shortcuts." : "Zrychlete svůj dojem ze Souborů pomocí těchto rychlých zkratek.",
"Open the actions menu for a file" : "Otevřít nabídku akcí pro soubor",
"Rename a file" : "Přejmenovat soubor",
+44 -48
View File
@@ -108,6 +108,39 @@ OC.L10N.register(
"Type" : "Type",
"Active filters" : "Aktive filtre",
"Remove filter" : "Fjern filter",
"Appearance" : "Udseende",
"Show hidden files" : "Vis skjulte filer",
"Show file type column" : "Vis filtype kolonne",
"Show file extensions" : "Vis filendelser",
"Crop image previews" : "Beskær forhåndsvisninger af billeder",
"General" : "Generelt",
"Sort favorites first" : "Vis favoritter først",
"Sort folders before files" : "Sorter mapper før filer",
"Default view" : "Standard visning",
"All files" : "Alle filer",
"Personal files" : "Personlige filer",
"Additional settings" : "Yderligere indstillinger",
"Actions" : "Handlinger",
"File actions" : "Fil-handlinger",
"Selection" : "Valg",
"Select all files" : "Vælg alle filer",
"Deselect all" : "Fravælg alle",
"Select or deselect" : "Vælg eller fravælg",
"Select a range" : "Vælg et område",
"Navigation" : "Navigation",
"Go to parent folder" : "Gå til overordnet mappe",
"Go to file above" : "Gå til filen over",
"Go to file below" : "Gå til filen under",
"Go left in grid" : "Gå til venstre i gitter",
"Go right in grid" : "Gå til højre i gitter",
"View" : "Vis",
"Toggle grid view" : "Vis som liste",
"Open file sidebar" : "Åbn fil sidebjælke",
"Show those shortcuts" : "Vis disse genveje",
"Warnings" : "Advarsler",
"Warn before changing a file extension" : "Advar inden en filendelse ændres",
"WebDAV URL" : "WebDAV URL",
"How to access files using WebDAV" : "Hvordan filer tilgås ved hjælp af WebDAV",
"Total rows summary" : "Samlet række antal",
"Toggle selection for all files and folders" : "Skift markering for alle filer og mapper",
"Name" : "Navn",
@@ -116,7 +149,6 @@ OC.L10N.register(
"{displayName}: failed on some elements" : "{displayName}: fejlede på nogle elementer",
"{displayName}: done" : "{displayName}: færdig",
"{displayName}: failed" : "{displayName}: fejlede",
"Actions" : "Handlinger",
"(selected)" : "(valgt)",
"List of files and folders." : "Liste med filer og mapper.",
"You have used your space quota and cannot upload files anymore." : "Du har opbrugt din plads kvote og kan ikke uploade flere filer.",
@@ -183,51 +215,7 @@ OC.L10N.register(
"Do not show this dialog again." : "Vis ikke denne dialog igen.",
"Select file or folder to link to" : "Vælg fil eller mappe at linke til",
"Choose {file}" : "Vælg {file}",
"Clipboard is not available" : "Udklipsholderen er ikke tilgængelig",
"WebDAV URL copied" : "WebDAV URL kopieret",
"Files settings" : "indstillinger for filer",
"General" : "Generelt",
"Default view" : "Standard visning",
"All files" : "Alle filer",
"Personal files" : "Personlige filer",
"Sort favorites first" : "Vis favoritter først",
"Sort folders before files" : "Sorter mapper før filer",
"Folder tree" : "Mappetræ",
"Appearance" : "Udseende",
"Show hidden files" : "Vis skjulte filer",
"Show file type column" : "Vis filtype kolonne",
"Show file extensions" : "Vis filendelser",
"Crop image previews" : "Beskær forhåndsvisninger af billeder",
"Additional settings" : "Yderligere indstillinger",
"WebDAV" : "WebDAV",
"WebDAV URL" : "WebDAV URL",
"Copy" : "Kopier",
"How to access files using WebDAV" : "Hvordan filer tilgås ved hjælp af WebDAV",
"Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "To-faktor godkendelse er aktiveret på din konto, og derfor skal du anvende en app adgangskode for at forbinde til en ekstern WebDAV klient.",
"Warnings" : "Advarsler",
"Warn before changing a file extension" : "Advar inden en filendelse ændres",
"Warn before deleting files" : "Advar inden filer slettes",
"Keyboard shortcuts" : "Tastaturgenveje",
"File actions" : "Fil-handlinger",
"Rename" : "Omdøb",
"Delete" : "Slet",
"Add or remove favorite" : "Tilføj eller fjern fremhævning",
"Manage tags" : "Administrer tags",
"Selection" : "Valg",
"Select all files" : "Vælg alle filer",
"Deselect all" : "Fravælg alle",
"Select or deselect" : "Vælg eller fravælg",
"Select a range" : "Vælg et område",
"Navigation" : "Navigation",
"Go to parent folder" : "Gå til overordnet mappe",
"Go to file above" : "Gå til filen over",
"Go to file below" : "Gå til filen under",
"Go left in grid" : "Gå til venstre i gitter",
"Go right in grid" : "Gå til højre i gitter",
"View" : "Vis",
"Toggle grid view" : "Vis som liste",
"Open file sidebar" : "Åbn fil sidebjælke",
"Show those shortcuts" : "Vis disse genveje",
"Share" : "Del",
"Shared by link" : "Delt via link",
"Shared" : "Delt",
@@ -277,14 +265,15 @@ OC.L10N.register(
"Failed to convert files: {message}" : "Kunne ikke konvertere filer: {message}",
"All files failed to be converted" : "Alle filer kunne ikke konverteres",
"One file could not be converted: {message}" : "En fil kunne ikke konverteres: {message}",
"_One file could not be converted_::_%n files could not be converted_" : ["En fil kunne ikke konverteres","%n filer kunne ikke konverteres"],
"_One file successfully converted_::_%n files successfully converted_" : ["En fil konverteret","%n filer konverteret"],
"Files successfully converted" : "Filer konverteret",
"_%n file could not be converted_::_%n files could not be converted_" : ["%n fil kunne ikke konverteres","%n filer kunne ikke konverteres"],
"_%n file converted_::_%n files converted_" : ["%n fil konverteret converted","%n filer konverteret"],
"Files converted" : "Filer konverteret",
"Failed to convert files" : "Kunne ikke konvertere filer",
"Converting file …" : "Konverterer fil …",
"File successfully converted" : "Filen konverteret",
"Failed to convert file: {message}" : "Kunne ikke konvertere fil: {message}",
"Failed to convert file" : "Kunne ikke konvertere fil",
"Delete" : "Slet",
"Leave this share" : "Forlad dette delte drev",
"Leave these shares" : "Forlad disse delinger",
"Disconnect storage" : "Frakobl lager",
@@ -302,6 +291,7 @@ OC.L10N.register(
"Download" : "Download",
"The requested file is not available." : "Den forespurgte fil er ikke tilgængelig.",
"The requested files are not available." : "De forespurgte filer er ikke tilgængelige.",
"Add or remove favorite" : "Tilføj eller fjern fremhævning",
"Moving \"{source}\" to \"{destination}\" …" : "Flytter \"{source}\" til \"{destination}\" …",
"Copying \"{source}\" to \"{destination}\" …" : "Kopierer \"{source}\" til \"{destination}\" …",
"Destination is not a folder" : "Destinationen er ikke en mappe",
@@ -314,6 +304,7 @@ OC.L10N.register(
"The file does not exist anymore" : "Filen findes ikke længere",
"Choose destination" : "Vælg destination",
"Copy to {target}" : "Kopiér til {target}",
"Copy" : "Kopier",
"Move to {target}" : "Flyt til {target}",
"Move" : "Flyt",
"Move or copy operation failed" : "Flytte- eller kopioperationen fejlede",
@@ -326,6 +317,7 @@ OC.L10N.register(
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Filen bør nu åbne på dit apparat. Hvis den ikke gør det, så kontroller venligst at desktop app'en er installeret.",
"Retry and close" : "Forsøg igen og luk",
"Open online" : "Åben online",
"Rename" : "Omdøb",
"Details" : "Detaljer",
"View in folder" : "Vis i mappe",
"Today" : "I dag",
@@ -381,6 +373,7 @@ OC.L10N.register(
"No favorites yet" : "Ingen foretrukne endnu",
"Files and folders you mark as favorite will show up here" : "Filer og mapper som du har markeret som foretrukne, vil blive vist her",
"List of your files and folders." : "Liste med dine filer og mapper.",
"Folder tree" : "Mappetræ",
"List of your files and folders that are not shared." : "Liste med dine filer og mapper, der ikke er delt.",
"No personal files found" : "Ingen personlige filer fundet",
"Files that are not shared will show up here." : "Filer der ikke er delt vil blive vist her.",
@@ -405,14 +398,17 @@ OC.L10N.register(
"Submitting fields …" : "Sender felter …",
"\"{displayName}\" action executed successfully" : "\"{displayName}\"-handling blev udført korrekt",
"Filter file names …" : "Filtrer filnavne ...",
"Clipboard is not available" : "Udklipsholderen er ikke tilgængelig",
"WebDAV URL copied to clipboard" : "WebDAV URL kopieret til udklipsholder",
"Enable the grid view" : "Aktiver gittervisning",
"Enable folder tree" : "Aktiver mappetræ",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Kopier til udklipsholder",
"Use this address to access your Files via WebDAV" : "Brug denne adresse til at få adgang til dine filer via WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Hvis du har aktiveret 2-faktor godkendelse, skal du oprette en app-token, ved at følge dette link.",
"Prevent warning dialogs from open or reenable them." : "Forhindr advarselsdialoger i at åbner, eller genaktiver dem.",
"Show a warning dialog when changing a file extension." : "Vis en advarselsdialog når en filendelse ændres.",
"Keyboard shortcuts" : "Tastaturgenveje",
"Speed up your Files experience with these quick shortcuts." : "Øg hastigheden for din filoplevelse med disse hurtig-genveje.",
"Open the actions menu for a file" : "Åben handlingsmenuen for en fil",
"Rename a file" : "Omdøb en fil",
+44 -48
View File
@@ -106,6 +106,39 @@
"Type" : "Type",
"Active filters" : "Aktive filtre",
"Remove filter" : "Fjern filter",
"Appearance" : "Udseende",
"Show hidden files" : "Vis skjulte filer",
"Show file type column" : "Vis filtype kolonne",
"Show file extensions" : "Vis filendelser",
"Crop image previews" : "Beskær forhåndsvisninger af billeder",
"General" : "Generelt",
"Sort favorites first" : "Vis favoritter først",
"Sort folders before files" : "Sorter mapper før filer",
"Default view" : "Standard visning",
"All files" : "Alle filer",
"Personal files" : "Personlige filer",
"Additional settings" : "Yderligere indstillinger",
"Actions" : "Handlinger",
"File actions" : "Fil-handlinger",
"Selection" : "Valg",
"Select all files" : "Vælg alle filer",
"Deselect all" : "Fravælg alle",
"Select or deselect" : "Vælg eller fravælg",
"Select a range" : "Vælg et område",
"Navigation" : "Navigation",
"Go to parent folder" : "Gå til overordnet mappe",
"Go to file above" : "Gå til filen over",
"Go to file below" : "Gå til filen under",
"Go left in grid" : "Gå til venstre i gitter",
"Go right in grid" : "Gå til højre i gitter",
"View" : "Vis",
"Toggle grid view" : "Vis som liste",
"Open file sidebar" : "Åbn fil sidebjælke",
"Show those shortcuts" : "Vis disse genveje",
"Warnings" : "Advarsler",
"Warn before changing a file extension" : "Advar inden en filendelse ændres",
"WebDAV URL" : "WebDAV URL",
"How to access files using WebDAV" : "Hvordan filer tilgås ved hjælp af WebDAV",
"Total rows summary" : "Samlet række antal",
"Toggle selection for all files and folders" : "Skift markering for alle filer og mapper",
"Name" : "Navn",
@@ -114,7 +147,6 @@
"{displayName}: failed on some elements" : "{displayName}: fejlede på nogle elementer",
"{displayName}: done" : "{displayName}: færdig",
"{displayName}: failed" : "{displayName}: fejlede",
"Actions" : "Handlinger",
"(selected)" : "(valgt)",
"List of files and folders." : "Liste med filer og mapper.",
"You have used your space quota and cannot upload files anymore." : "Du har opbrugt din plads kvote og kan ikke uploade flere filer.",
@@ -181,51 +213,7 @@
"Do not show this dialog again." : "Vis ikke denne dialog igen.",
"Select file or folder to link to" : "Vælg fil eller mappe at linke til",
"Choose {file}" : "Vælg {file}",
"Clipboard is not available" : "Udklipsholderen er ikke tilgængelig",
"WebDAV URL copied" : "WebDAV URL kopieret",
"Files settings" : "indstillinger for filer",
"General" : "Generelt",
"Default view" : "Standard visning",
"All files" : "Alle filer",
"Personal files" : "Personlige filer",
"Sort favorites first" : "Vis favoritter først",
"Sort folders before files" : "Sorter mapper før filer",
"Folder tree" : "Mappetræ",
"Appearance" : "Udseende",
"Show hidden files" : "Vis skjulte filer",
"Show file type column" : "Vis filtype kolonne",
"Show file extensions" : "Vis filendelser",
"Crop image previews" : "Beskær forhåndsvisninger af billeder",
"Additional settings" : "Yderligere indstillinger",
"WebDAV" : "WebDAV",
"WebDAV URL" : "WebDAV URL",
"Copy" : "Kopier",
"How to access files using WebDAV" : "Hvordan filer tilgås ved hjælp af WebDAV",
"Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "To-faktor godkendelse er aktiveret på din konto, og derfor skal du anvende en app adgangskode for at forbinde til en ekstern WebDAV klient.",
"Warnings" : "Advarsler",
"Warn before changing a file extension" : "Advar inden en filendelse ændres",
"Warn before deleting files" : "Advar inden filer slettes",
"Keyboard shortcuts" : "Tastaturgenveje",
"File actions" : "Fil-handlinger",
"Rename" : "Omdøb",
"Delete" : "Slet",
"Add or remove favorite" : "Tilføj eller fjern fremhævning",
"Manage tags" : "Administrer tags",
"Selection" : "Valg",
"Select all files" : "Vælg alle filer",
"Deselect all" : "Fravælg alle",
"Select or deselect" : "Vælg eller fravælg",
"Select a range" : "Vælg et område",
"Navigation" : "Navigation",
"Go to parent folder" : "Gå til overordnet mappe",
"Go to file above" : "Gå til filen over",
"Go to file below" : "Gå til filen under",
"Go left in grid" : "Gå til venstre i gitter",
"Go right in grid" : "Gå til højre i gitter",
"View" : "Vis",
"Toggle grid view" : "Vis som liste",
"Open file sidebar" : "Åbn fil sidebjælke",
"Show those shortcuts" : "Vis disse genveje",
"Share" : "Del",
"Shared by link" : "Delt via link",
"Shared" : "Delt",
@@ -275,14 +263,15 @@
"Failed to convert files: {message}" : "Kunne ikke konvertere filer: {message}",
"All files failed to be converted" : "Alle filer kunne ikke konverteres",
"One file could not be converted: {message}" : "En fil kunne ikke konverteres: {message}",
"_One file could not be converted_::_%n files could not be converted_" : ["En fil kunne ikke konverteres","%n filer kunne ikke konverteres"],
"_One file successfully converted_::_%n files successfully converted_" : ["En fil konverteret","%n filer konverteret"],
"Files successfully converted" : "Filer konverteret",
"_%n file could not be converted_::_%n files could not be converted_" : ["%n fil kunne ikke konverteres","%n filer kunne ikke konverteres"],
"_%n file converted_::_%n files converted_" : ["%n fil konverteret converted","%n filer konverteret"],
"Files converted" : "Filer konverteret",
"Failed to convert files" : "Kunne ikke konvertere filer",
"Converting file …" : "Konverterer fil …",
"File successfully converted" : "Filen konverteret",
"Failed to convert file: {message}" : "Kunne ikke konvertere fil: {message}",
"Failed to convert file" : "Kunne ikke konvertere fil",
"Delete" : "Slet",
"Leave this share" : "Forlad dette delte drev",
"Leave these shares" : "Forlad disse delinger",
"Disconnect storage" : "Frakobl lager",
@@ -300,6 +289,7 @@
"Download" : "Download",
"The requested file is not available." : "Den forespurgte fil er ikke tilgængelig.",
"The requested files are not available." : "De forespurgte filer er ikke tilgængelige.",
"Add or remove favorite" : "Tilføj eller fjern fremhævning",
"Moving \"{source}\" to \"{destination}\" …" : "Flytter \"{source}\" til \"{destination}\" …",
"Copying \"{source}\" to \"{destination}\" …" : "Kopierer \"{source}\" til \"{destination}\" …",
"Destination is not a folder" : "Destinationen er ikke en mappe",
@@ -312,6 +302,7 @@
"The file does not exist anymore" : "Filen findes ikke længere",
"Choose destination" : "Vælg destination",
"Copy to {target}" : "Kopiér til {target}",
"Copy" : "Kopier",
"Move to {target}" : "Flyt til {target}",
"Move" : "Flyt",
"Move or copy operation failed" : "Flytte- eller kopioperationen fejlede",
@@ -324,6 +315,7 @@
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Filen bør nu åbne på dit apparat. Hvis den ikke gør det, så kontroller venligst at desktop app'en er installeret.",
"Retry and close" : "Forsøg igen og luk",
"Open online" : "Åben online",
"Rename" : "Omdøb",
"Details" : "Detaljer",
"View in folder" : "Vis i mappe",
"Today" : "I dag",
@@ -379,6 +371,7 @@
"No favorites yet" : "Ingen foretrukne endnu",
"Files and folders you mark as favorite will show up here" : "Filer og mapper som du har markeret som foretrukne, vil blive vist her",
"List of your files and folders." : "Liste med dine filer og mapper.",
"Folder tree" : "Mappetræ",
"List of your files and folders that are not shared." : "Liste med dine filer og mapper, der ikke er delt.",
"No personal files found" : "Ingen personlige filer fundet",
"Files that are not shared will show up here." : "Filer der ikke er delt vil blive vist her.",
@@ -403,14 +396,17 @@
"Submitting fields …" : "Sender felter …",
"\"{displayName}\" action executed successfully" : "\"{displayName}\"-handling blev udført korrekt",
"Filter file names …" : "Filtrer filnavne ...",
"Clipboard is not available" : "Udklipsholderen er ikke tilgængelig",
"WebDAV URL copied to clipboard" : "WebDAV URL kopieret til udklipsholder",
"Enable the grid view" : "Aktiver gittervisning",
"Enable folder tree" : "Aktiver mappetræ",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Kopier til udklipsholder",
"Use this address to access your Files via WebDAV" : "Brug denne adresse til at få adgang til dine filer via WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Hvis du har aktiveret 2-faktor godkendelse, skal du oprette en app-token, ved at følge dette link.",
"Prevent warning dialogs from open or reenable them." : "Forhindr advarselsdialoger i at åbner, eller genaktiver dem.",
"Show a warning dialog when changing a file extension." : "Vis en advarselsdialog når en filendelse ændres.",
"Keyboard shortcuts" : "Tastaturgenveje",
"Speed up your Files experience with these quick shortcuts." : "Øg hastigheden for din filoplevelse med disse hurtig-genveje.",
"Open the actions menu for a file" : "Åben handlingsmenuen for en fil",
"Rename a file" : "Omdøb en fil",
+48 -48
View File
@@ -108,6 +108,43 @@ OC.L10N.register(
"Type" : "Typ",
"Active filters" : "Aktive Filter",
"Remove filter" : "Filter entfernen",
"Appearance" : "Aussehen",
"Show hidden files" : "Versteckte Dateien anzeigen",
"Show file type column" : "Dateityp-Spalte anzeigen",
"Show file extensions" : "Dateierweiterungen anzeigen",
"Crop image previews" : "Bildvorschauen zuschneiden",
"General" : "Allgemein",
"Sort favorites first" : "Favoriten zuerst sortieren",
"Sort folders before files" : "Ordner vor Dateien sortieren",
"Enable folder tree view" : "Ordnerbaumansicht aktivieren",
"Default view" : "Standardansicht",
"All files" : "Alle Dateien",
"Personal files" : "Persönliche Dateien",
"Additional settings" : "Zusätzliche Einstellungen",
"Actions" : "Aktionen",
"File actions" : "Dateiaktionen",
"Selection" : "Auswahl",
"Select all files" : "Alle Dateien auswählen",
"Deselect all" : "Auswahl aufheben",
"Select or deselect" : "Aus- oder abwählen",
"Select a range" : "Einen Bereich auswählen",
"Navigation" : "Navigation",
"Go to parent folder" : "Zum übergeordneten Ordner wechseln",
"Go to file above" : "Zur Datei darüber wechseln",
"Go to file below" : "Zur Datei darunter wechseln",
"Go left in grid" : "Im Raster nach links gehen",
"Go right in grid" : "Im Raster nach rechts gehen",
"View" : "Ansehen",
"Toggle grid view" : "Rasteransicht umschalten",
"Open file sidebar" : "Datei-Seitenleiste öffnen",
"Show those shortcuts" : "Diese Tastaturkürzel anzeigen",
"Warnings" : "Warnungen",
"Warn before changing a file extension" : "Vor der Änderung einer Dateierweiterung warnen",
"Warn before deleting a file" : "Warnung vor dem Löschen einer Datei",
"WebDAV URL" : "WebDAV-URL",
"Create an app password" : "Ein App-Passwort erstellen",
"Required for WebDAV authentication because Two-Factor Authentication is enabled for this account." : "Erforderlich für die WebDAV-Authentifizierung, da für dieses Konto die Zwei-Faktor-Authentifizierung aktiviert ist.",
"How to access files using WebDAV" : "So greifst du mit WebDAV auf Dateien zu",
"Total rows summary" : "Zusammenfassung aller Zeilen",
"Toggle selection for all files and folders" : "Auswahl für alle Dateien und Ordner umschalten",
"Name" : "Name",
@@ -116,7 +153,6 @@ OC.L10N.register(
"{displayName}: failed on some elements" : "{displayName}: Ist bei einigen Elementen fehlgeschlagen",
"{displayName}: done" : "{displayName}: Abgeschlossen",
"{displayName}: failed" : "{displayName}: Fehlgeschlagen",
"Actions" : "Aktionen",
"(selected)" : "(ausgewählt)",
"List of files and folders." : "Liste der Dateien und Ordner",
"You have used your space quota and cannot upload files anymore." : "Dein Speicherplatzkontigent ist aufgebraucht, Du kannst keine weiteren Dateien hochladen.",
@@ -183,51 +219,7 @@ OC.L10N.register(
"Do not show this dialog again." : "Diesen Dialog nicht mehr anzeigen.",
"Select file or folder to link to" : "Datei oder Ordner zum Verknüpfen auswählen",
"Choose {file}" : "{file} auswählen",
"Clipboard is not available" : "Zwischenablage ist nicht verfügbar",
"WebDAV URL copied" : "WebDAV-URL kopiert",
"Files settings" : "Dateien-Einstellungen",
"General" : "Allgemein",
"Default view" : "Standardansicht",
"All files" : "Alle Dateien",
"Personal files" : "Persönliche Dateien",
"Sort favorites first" : "Favoriten zuerst sortieren",
"Sort folders before files" : "Ordner vor Dateien sortieren",
"Folder tree" : "Ordnerbaum",
"Appearance" : "Aussehen",
"Show hidden files" : "Versteckte Dateien anzeigen",
"Show file type column" : "Dateityp-Spalte anzeigen",
"Show file extensions" : "Dateierweiterungen anzeigen",
"Crop image previews" : "Bildvorschauen zuschneiden",
"Additional settings" : "Zusätzliche Einstellungen",
"WebDAV" : "WebDAV",
"WebDAV URL" : "WebDAV-URL",
"Copy" : "Kopieren",
"How to access files using WebDAV" : "So greifst du mit WebDAV auf Dateien zu",
"Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "Für dein Konto ist die Zwei-Faktor-Authentifizierung aktiviert. Zur Verbindung eines externen WebDAV-Clients ist daher die Verwendung eines App-Passwortes erforderlich.",
"Warnings" : "Warnungen",
"Warn before changing a file extension" : "Vor der Änderung einer Dateierweiterung warnen",
"Warn before deleting files" : "Vor dem Löschen von Dateien warnen",
"Keyboard shortcuts" : "Tastaturkürzel",
"File actions" : "Dateiaktionen",
"Rename" : "Umbenennen",
"Delete" : "Löschen",
"Add or remove favorite" : "Favorit hinzufügen oder entfernen",
"Manage tags" : "Schlagworte verwalten",
"Selection" : "Auswahl",
"Select all files" : "Alle Dateien auswählen",
"Deselect all" : "Auswahl aufheben",
"Select or deselect" : "Aus- oder abwählen",
"Select a range" : "Einen Bereich auswählen",
"Navigation" : "Navigation",
"Go to parent folder" : "Zum übergeordneten Ordner wechseln",
"Go to file above" : "Zur Datei darüber wechseln",
"Go to file below" : "Zur Datei darunter wechseln",
"Go left in grid" : "Im Raster nach links gehen",
"Go right in grid" : "Im Raster nach rechts gehen",
"View" : "Ansehen",
"Toggle grid view" : "Rasteransicht umschalten",
"Open file sidebar" : "Datei-Seitenleiste öffnen",
"Show those shortcuts" : "Diese Tastaturkürzel anzeigen",
"Share" : "Teilen",
"Shared by link" : "Über einen Link geteilt",
"Shared" : "Geteilt",
@@ -277,14 +269,15 @@ OC.L10N.register(
"Failed to convert files: {message}" : "Fehler beim Konvertieren der Dateien: {message}",
"All files failed to be converted" : "Alle Dateien konnten nicht konvertiert werden",
"One file could not be converted: {message}" : "Eine Datei konnte nicht konvertiert werden: {message}",
"_One file could not be converted_::_%n files could not be converted_" : ["Eine Datei konnte nicht konvertiert werden","%n Dateien konnten nicht konvertiert werden"],
"_One file successfully converted_::_%n files successfully converted_" : ["Eine Datei konvertiert","%n Dateien konvertiert"],
"Files successfully converted" : "Dateien konvertiert",
"_%n file could not be converted_::_%n files could not be converted_" : ["%n Datei konnte nicht konvertiert werden","%n Dateien konnten nicht konvertiert werden"],
"_%n file converted_::_%n files converted_" : ["%n Datei konvertiert","%n Dateien konvertiert"],
"Files converted" : "Dateien konvertiert",
"Failed to convert files" : "Dateien konnten nicht konvertiert werden",
"Converting file …" : "Datei wird konvertiert …",
"File successfully converted" : "Datei konvertiert",
"Failed to convert file: {message}" : "Fehler beim Konvertieren der Datei: {message}",
"Failed to convert file" : "Datei konnte nicht konvertiert werden",
"Delete" : "Löschen",
"Leave this share" : "Diese Freigabe verlassen",
"Leave these shares" : "Diese Freigaben verlassen",
"Disconnect storage" : "Speicher trennen",
@@ -302,6 +295,7 @@ OC.L10N.register(
"Download" : "Herunterladen",
"The requested file is not available." : "Die angeforderte Datei ist nicht verfügbar.",
"The requested files are not available." : "Die angeforderten Dateien sind nicht verfügbar.",
"Add or remove favorite" : "Favorit hinzufügen oder entfernen",
"Moving \"{source}\" to \"{destination}\" …" : "Verschiebe \"{source}\" nach \"{destination}\" …",
"Copying \"{source}\" to \"{destination}\" …" : "Kopiere \"{source}\" nach \"{destination}\" …",
"Destination is not a folder" : "Ziel ist kein Ordner",
@@ -314,6 +308,7 @@ OC.L10N.register(
"The file does not exist anymore" : "Die Datei existiert nicht mehr",
"Choose destination" : "Ziel wählen",
"Copy to {target}" : "Nach {target} kopieren",
"Copy" : "Kopieren",
"Move to {target}" : "Nach {target} verschieben",
"Move" : "Verschieben",
"Move or copy operation failed" : "Verschiebe- oder Kopieroperation ist fehlgeschlagen.",
@@ -326,6 +321,7 @@ OC.L10N.register(
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Die Datei sollte sich jetzt auf deinem Gerät öffnen. Wenn dies nicht der Fall ist, überprüfe, ob du die Desktop-App installiert hast.",
"Retry and close" : "Erneut versuchen und schließen",
"Open online" : "Online öffnen",
"Rename" : "Umbenennen",
"Details" : "Details",
"View in folder" : "In Ordner anzeigen",
"Today" : "Heute",
@@ -381,6 +377,7 @@ OC.L10N.register(
"No favorites yet" : "Noch keine Favoriten vorhanden",
"Files and folders you mark as favorite will show up here" : "Dateien und Ordner, die als Favoriten markiert werden, erscheinen hier",
"List of your files and folders." : "Liste deiner Dateien und Ordner",
"Folder tree" : "Ordnerbaum",
"List of your files and folders that are not shared." : "Liste deiner Dateien und Ordner, die nicht geteilt wurden.",
"No personal files found" : "Keine persönlichen Dateien gefunden",
"Files that are not shared will show up here." : "Dateien, die nicht geteilt wurden, werden hier angezeigt.",
@@ -405,14 +402,17 @@ OC.L10N.register(
"Submitting fields …" : "Felder werden übermittelt …",
"\"{displayName}\" action executed successfully" : "Aktion \"{displayName}\" ausgeführt",
"Filter file names …" : "Dateinamen filtern …",
"Clipboard is not available" : "Zwischenablage ist nicht verfügbar",
"WebDAV URL copied to clipboard" : "WebDAV-URL in die Zwischenablage kopiert",
"Enable the grid view" : "Kachelansicht aktivieren",
"Enable folder tree" : "Ordnerstruktur aktivieren",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "In die Zwischenablage kopieren",
"Use this address to access your Files via WebDAV" : "Diese Adresse benutzen, um über WebDAV auf deine Dateien zuzugreifen.",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Wenn du 2FA aktiviert hast, musst du ein neues App-Passwort erstellen und verwenden, indem du hier klickst.",
"Prevent warning dialogs from open or reenable them." : "Öffnen von Warndialogen verhindern oder diese erneut aktivieren.",
"Show a warning dialog when changing a file extension." : "Beim Ändern einer Dateierweiterung einen Warndialog anzeigen.",
"Keyboard shortcuts" : "Tastaturkürzel",
"Speed up your Files experience with these quick shortcuts." : "Mit diesen Schnellzugriffen schneller mit Dateien arbeiten.",
"Open the actions menu for a file" : "Aktionsmenü für eine Datei öffnen",
"Rename a file" : "Eine Datei umbenennen",
+48 -48
View File
@@ -106,6 +106,43 @@
"Type" : "Typ",
"Active filters" : "Aktive Filter",
"Remove filter" : "Filter entfernen",
"Appearance" : "Aussehen",
"Show hidden files" : "Versteckte Dateien anzeigen",
"Show file type column" : "Dateityp-Spalte anzeigen",
"Show file extensions" : "Dateierweiterungen anzeigen",
"Crop image previews" : "Bildvorschauen zuschneiden",
"General" : "Allgemein",
"Sort favorites first" : "Favoriten zuerst sortieren",
"Sort folders before files" : "Ordner vor Dateien sortieren",
"Enable folder tree view" : "Ordnerbaumansicht aktivieren",
"Default view" : "Standardansicht",
"All files" : "Alle Dateien",
"Personal files" : "Persönliche Dateien",
"Additional settings" : "Zusätzliche Einstellungen",
"Actions" : "Aktionen",
"File actions" : "Dateiaktionen",
"Selection" : "Auswahl",
"Select all files" : "Alle Dateien auswählen",
"Deselect all" : "Auswahl aufheben",
"Select or deselect" : "Aus- oder abwählen",
"Select a range" : "Einen Bereich auswählen",
"Navigation" : "Navigation",
"Go to parent folder" : "Zum übergeordneten Ordner wechseln",
"Go to file above" : "Zur Datei darüber wechseln",
"Go to file below" : "Zur Datei darunter wechseln",
"Go left in grid" : "Im Raster nach links gehen",
"Go right in grid" : "Im Raster nach rechts gehen",
"View" : "Ansehen",
"Toggle grid view" : "Rasteransicht umschalten",
"Open file sidebar" : "Datei-Seitenleiste öffnen",
"Show those shortcuts" : "Diese Tastaturkürzel anzeigen",
"Warnings" : "Warnungen",
"Warn before changing a file extension" : "Vor der Änderung einer Dateierweiterung warnen",
"Warn before deleting a file" : "Warnung vor dem Löschen einer Datei",
"WebDAV URL" : "WebDAV-URL",
"Create an app password" : "Ein App-Passwort erstellen",
"Required for WebDAV authentication because Two-Factor Authentication is enabled for this account." : "Erforderlich für die WebDAV-Authentifizierung, da für dieses Konto die Zwei-Faktor-Authentifizierung aktiviert ist.",
"How to access files using WebDAV" : "So greifst du mit WebDAV auf Dateien zu",
"Total rows summary" : "Zusammenfassung aller Zeilen",
"Toggle selection for all files and folders" : "Auswahl für alle Dateien und Ordner umschalten",
"Name" : "Name",
@@ -114,7 +151,6 @@
"{displayName}: failed on some elements" : "{displayName}: Ist bei einigen Elementen fehlgeschlagen",
"{displayName}: done" : "{displayName}: Abgeschlossen",
"{displayName}: failed" : "{displayName}: Fehlgeschlagen",
"Actions" : "Aktionen",
"(selected)" : "(ausgewählt)",
"List of files and folders." : "Liste der Dateien und Ordner",
"You have used your space quota and cannot upload files anymore." : "Dein Speicherplatzkontigent ist aufgebraucht, Du kannst keine weiteren Dateien hochladen.",
@@ -181,51 +217,7 @@
"Do not show this dialog again." : "Diesen Dialog nicht mehr anzeigen.",
"Select file or folder to link to" : "Datei oder Ordner zum Verknüpfen auswählen",
"Choose {file}" : "{file} auswählen",
"Clipboard is not available" : "Zwischenablage ist nicht verfügbar",
"WebDAV URL copied" : "WebDAV-URL kopiert",
"Files settings" : "Dateien-Einstellungen",
"General" : "Allgemein",
"Default view" : "Standardansicht",
"All files" : "Alle Dateien",
"Personal files" : "Persönliche Dateien",
"Sort favorites first" : "Favoriten zuerst sortieren",
"Sort folders before files" : "Ordner vor Dateien sortieren",
"Folder tree" : "Ordnerbaum",
"Appearance" : "Aussehen",
"Show hidden files" : "Versteckte Dateien anzeigen",
"Show file type column" : "Dateityp-Spalte anzeigen",
"Show file extensions" : "Dateierweiterungen anzeigen",
"Crop image previews" : "Bildvorschauen zuschneiden",
"Additional settings" : "Zusätzliche Einstellungen",
"WebDAV" : "WebDAV",
"WebDAV URL" : "WebDAV-URL",
"Copy" : "Kopieren",
"How to access files using WebDAV" : "So greifst du mit WebDAV auf Dateien zu",
"Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "Für dein Konto ist die Zwei-Faktor-Authentifizierung aktiviert. Zur Verbindung eines externen WebDAV-Clients ist daher die Verwendung eines App-Passwortes erforderlich.",
"Warnings" : "Warnungen",
"Warn before changing a file extension" : "Vor der Änderung einer Dateierweiterung warnen",
"Warn before deleting files" : "Vor dem Löschen von Dateien warnen",
"Keyboard shortcuts" : "Tastaturkürzel",
"File actions" : "Dateiaktionen",
"Rename" : "Umbenennen",
"Delete" : "Löschen",
"Add or remove favorite" : "Favorit hinzufügen oder entfernen",
"Manage tags" : "Schlagworte verwalten",
"Selection" : "Auswahl",
"Select all files" : "Alle Dateien auswählen",
"Deselect all" : "Auswahl aufheben",
"Select or deselect" : "Aus- oder abwählen",
"Select a range" : "Einen Bereich auswählen",
"Navigation" : "Navigation",
"Go to parent folder" : "Zum übergeordneten Ordner wechseln",
"Go to file above" : "Zur Datei darüber wechseln",
"Go to file below" : "Zur Datei darunter wechseln",
"Go left in grid" : "Im Raster nach links gehen",
"Go right in grid" : "Im Raster nach rechts gehen",
"View" : "Ansehen",
"Toggle grid view" : "Rasteransicht umschalten",
"Open file sidebar" : "Datei-Seitenleiste öffnen",
"Show those shortcuts" : "Diese Tastaturkürzel anzeigen",
"Share" : "Teilen",
"Shared by link" : "Über einen Link geteilt",
"Shared" : "Geteilt",
@@ -275,14 +267,15 @@
"Failed to convert files: {message}" : "Fehler beim Konvertieren der Dateien: {message}",
"All files failed to be converted" : "Alle Dateien konnten nicht konvertiert werden",
"One file could not be converted: {message}" : "Eine Datei konnte nicht konvertiert werden: {message}",
"_One file could not be converted_::_%n files could not be converted_" : ["Eine Datei konnte nicht konvertiert werden","%n Dateien konnten nicht konvertiert werden"],
"_One file successfully converted_::_%n files successfully converted_" : ["Eine Datei konvertiert","%n Dateien konvertiert"],
"Files successfully converted" : "Dateien konvertiert",
"_%n file could not be converted_::_%n files could not be converted_" : ["%n Datei konnte nicht konvertiert werden","%n Dateien konnten nicht konvertiert werden"],
"_%n file converted_::_%n files converted_" : ["%n Datei konvertiert","%n Dateien konvertiert"],
"Files converted" : "Dateien konvertiert",
"Failed to convert files" : "Dateien konnten nicht konvertiert werden",
"Converting file …" : "Datei wird konvertiert …",
"File successfully converted" : "Datei konvertiert",
"Failed to convert file: {message}" : "Fehler beim Konvertieren der Datei: {message}",
"Failed to convert file" : "Datei konnte nicht konvertiert werden",
"Delete" : "Löschen",
"Leave this share" : "Diese Freigabe verlassen",
"Leave these shares" : "Diese Freigaben verlassen",
"Disconnect storage" : "Speicher trennen",
@@ -300,6 +293,7 @@
"Download" : "Herunterladen",
"The requested file is not available." : "Die angeforderte Datei ist nicht verfügbar.",
"The requested files are not available." : "Die angeforderten Dateien sind nicht verfügbar.",
"Add or remove favorite" : "Favorit hinzufügen oder entfernen",
"Moving \"{source}\" to \"{destination}\" …" : "Verschiebe \"{source}\" nach \"{destination}\" …",
"Copying \"{source}\" to \"{destination}\" …" : "Kopiere \"{source}\" nach \"{destination}\" …",
"Destination is not a folder" : "Ziel ist kein Ordner",
@@ -312,6 +306,7 @@
"The file does not exist anymore" : "Die Datei existiert nicht mehr",
"Choose destination" : "Ziel wählen",
"Copy to {target}" : "Nach {target} kopieren",
"Copy" : "Kopieren",
"Move to {target}" : "Nach {target} verschieben",
"Move" : "Verschieben",
"Move or copy operation failed" : "Verschiebe- oder Kopieroperation ist fehlgeschlagen.",
@@ -324,6 +319,7 @@
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Die Datei sollte sich jetzt auf deinem Gerät öffnen. Wenn dies nicht der Fall ist, überprüfe, ob du die Desktop-App installiert hast.",
"Retry and close" : "Erneut versuchen und schließen",
"Open online" : "Online öffnen",
"Rename" : "Umbenennen",
"Details" : "Details",
"View in folder" : "In Ordner anzeigen",
"Today" : "Heute",
@@ -379,6 +375,7 @@
"No favorites yet" : "Noch keine Favoriten vorhanden",
"Files and folders you mark as favorite will show up here" : "Dateien und Ordner, die als Favoriten markiert werden, erscheinen hier",
"List of your files and folders." : "Liste deiner Dateien und Ordner",
"Folder tree" : "Ordnerbaum",
"List of your files and folders that are not shared." : "Liste deiner Dateien und Ordner, die nicht geteilt wurden.",
"No personal files found" : "Keine persönlichen Dateien gefunden",
"Files that are not shared will show up here." : "Dateien, die nicht geteilt wurden, werden hier angezeigt.",
@@ -403,14 +400,17 @@
"Submitting fields …" : "Felder werden übermittelt …",
"\"{displayName}\" action executed successfully" : "Aktion \"{displayName}\" ausgeführt",
"Filter file names …" : "Dateinamen filtern …",
"Clipboard is not available" : "Zwischenablage ist nicht verfügbar",
"WebDAV URL copied to clipboard" : "WebDAV-URL in die Zwischenablage kopiert",
"Enable the grid view" : "Kachelansicht aktivieren",
"Enable folder tree" : "Ordnerstruktur aktivieren",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "In die Zwischenablage kopieren",
"Use this address to access your Files via WebDAV" : "Diese Adresse benutzen, um über WebDAV auf deine Dateien zuzugreifen.",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Wenn du 2FA aktiviert hast, musst du ein neues App-Passwort erstellen und verwenden, indem du hier klickst.",
"Prevent warning dialogs from open or reenable them." : "Öffnen von Warndialogen verhindern oder diese erneut aktivieren.",
"Show a warning dialog when changing a file extension." : "Beim Ändern einer Dateierweiterung einen Warndialog anzeigen.",
"Keyboard shortcuts" : "Tastaturkürzel",
"Speed up your Files experience with these quick shortcuts." : "Mit diesen Schnellzugriffen schneller mit Dateien arbeiten.",
"Open the actions menu for a file" : "Aktionsmenü für eine Datei öffnen",
"Rename a file" : "Eine Datei umbenennen",
+49 -49
View File
@@ -44,7 +44,7 @@ OC.L10N.register(
"A file or folder has been <strong>changed</strong>" : "Eine Datei oder ein Ordner wurde <strong>geändert</strong>",
"A favorite file or folder has been <strong>changed</strong>" : "Eine favorisierte Datei oder ein Ordner wurde <strong>geändert</strong>",
"Failed to authorize" : "Autorisierung fehlgeschlagen",
"Invalid folder path" : "Ungültiger Order-Pfad",
"Invalid folder path" : "Ungültiger Ordner-Pfad",
"Folder not found" : "Ordner nicht gefunden",
"The file cannot be found" : "Die Datei kann nicht gefunden werden",
"The destination path does not exist: %1$s" : "Der Zielpfad existiert nicht: %1$s",
@@ -108,6 +108,43 @@ OC.L10N.register(
"Type" : "Typ",
"Active filters" : "Aktive Filter",
"Remove filter" : "Filter entfernen",
"Appearance" : "Aussehen",
"Show hidden files" : "Versteckte Dateien anzeigen",
"Show file type column" : "Dateityp-Spalte anzeigen",
"Show file extensions" : "Dateierweiterungen anzeigen",
"Crop image previews" : "Bildvorschauen zuschneiden",
"General" : "Allgemein",
"Sort favorites first" : "Favoriten zuerst sortieren",
"Sort folders before files" : "Ordner vor Dateien sortieren",
"Enable folder tree view" : "Ordnerbaumansicht aktivieren",
"Default view" : "Standardansicht",
"All files" : "Alle Dateien",
"Personal files" : "Persönliche Dateien",
"Additional settings" : "Zusätzliche Einstellungen",
"Actions" : "Aktionen",
"File actions" : "Dateiaktionen",
"Selection" : "Auswahl",
"Select all files" : "Alle Dateien auswählen",
"Deselect all" : "Auswahl aufheben",
"Select or deselect" : "Aus- oder abwählen",
"Select a range" : "Einen Bereich auswählen",
"Navigation" : "Navigation",
"Go to parent folder" : "Zum übergeordneten Ordner wechseln",
"Go to file above" : "Zur Datei darüber wechseln",
"Go to file below" : "Zur Datei darunter wechseln",
"Go left in grid" : "Im Raster nach links gehen",
"Go right in grid" : "Im Raster nach rechts gehen",
"View" : "Ansicht",
"Toggle grid view" : "Kachelansicht umschalten",
"Open file sidebar" : "Datei-Seitenleiste öffnen",
"Show those shortcuts" : "Diese Tastaturkürzel anzeigen",
"Warnings" : "Warnungen",
"Warn before changing a file extension" : "Vor der Änderung einer Dateierweiterung warnen",
"Warn before deleting a file" : "Warnung vor dem Löschen einer Datei",
"WebDAV URL" : "WebDAV-URL",
"Create an app password" : "Ein App-Passwort erstellen",
"Required for WebDAV authentication because Two-Factor Authentication is enabled for this account." : "Erforderlich für die WebDAV-Authentifizierung, da für dieses Konto die Zwei-Faktor-Authentifizierung aktiviert ist.",
"How to access files using WebDAV" : "So greifen Sie mit WebDAV auf Dateien zu",
"Total rows summary" : "Zusammenfassung aller Zeilen",
"Toggle selection for all files and folders" : "Auswahl für alle Dateien und Ordner umschalten",
"Name" : "Name",
@@ -116,7 +153,6 @@ OC.L10N.register(
"{displayName}: failed on some elements" : "{displayName}: Ist bei einigen Elementen fehlgeschlagen",
"{displayName}: done" : "{displayName}: Abgeschlossen",
"{displayName}: failed" : "{displayName}: Fehlgeschlagen",
"Actions" : "Aktionen",
"(selected)" : "(ausgewählt)",
"List of files and folders." : "Liste der Dateien und Ordner.",
"You have used your space quota and cannot upload files anymore." : "Ihr Speicherplatzkontigent ist aufgebraucht, Sie können keine weiteren Dateien hochladen.",
@@ -183,51 +219,7 @@ OC.L10N.register(
"Do not show this dialog again." : "Diesen Dialog nicht mehr anzeigen.",
"Select file or folder to link to" : "Datei oder Ordner zum Verknüpfen auswählen",
"Choose {file}" : "{file} auswählen",
"Clipboard is not available" : "Zwischenablage ist nicht verfügbar",
"WebDAV URL copied" : "WebDAV-URL kopiert",
"Files settings" : "Dateien-Einstellungen",
"General" : "Allgemein",
"Default view" : "Standardansicht",
"All files" : "Alle Dateien",
"Personal files" : "Persönliche Dateien",
"Sort favorites first" : "Favoriten zuerst sortieren",
"Sort folders before files" : "Ordner vor Dateien sortieren",
"Folder tree" : "Ordnerbaum",
"Appearance" : "Aussehen",
"Show hidden files" : "Versteckte Dateien anzeigen",
"Show file type column" : "Dateityp-Spalte anzeigen",
"Show file extensions" : "Dateierweiterungen anzeigen",
"Crop image previews" : "Bildvorschauen zuschneiden",
"Additional settings" : "Zusätzliche Einstellungen",
"WebDAV" : "WebDAV",
"WebDAV URL" : "WebDAV-URL",
"Copy" : "Kopieren",
"How to access files using WebDAV" : "So greifen Sie mit WebDAV auf Dateien zu",
"Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "Für Ihr Konto ist die Zwei-Faktor-Authentifizierung aktiviert. Zur Verbindung eines externen WebDAV-Clients ist daher die Verwendung eines App-Passwortes erforderlich.",
"Warnings" : "Warnungen",
"Warn before changing a file extension" : "Vor der Änderung einer Dateierweiterung warnen",
"Warn before deleting files" : "Vor dem Löschen von Dateien warnen",
"Keyboard shortcuts" : "Tastaturkürzel",
"File actions" : "Dateiaktionen",
"Rename" : "Umbenennen",
"Delete" : "Löschen",
"Add or remove favorite" : "Favorit hinzufügen oder entfernen",
"Manage tags" : "Schlagworte verwalten",
"Selection" : "Auswahl",
"Select all files" : "Alle Dateien auswählen",
"Deselect all" : "Auswahl aufheben",
"Select or deselect" : "Aus- oder abwählen",
"Select a range" : "Einen Bereich auswählen",
"Navigation" : "Navigation",
"Go to parent folder" : "Zum übergeordneten Ordner wechseln",
"Go to file above" : "Zur Datei darüber wechseln",
"Go to file below" : "Zur Datei darunter wechseln",
"Go left in grid" : "Im Raster nach links gehen",
"Go right in grid" : "Im Raster nach rechts gehen",
"View" : "Ansicht",
"Toggle grid view" : "Kachelansicht umschalten",
"Open file sidebar" : "Datei-Seitenleiste öffnen",
"Show those shortcuts" : "Diese Tastaturkürzel anzeigen",
"Share" : "Teilen",
"Shared by link" : "Über einen Link geteilt",
"Shared" : "Geteilt",
@@ -277,14 +269,15 @@ OC.L10N.register(
"Failed to convert files: {message}" : "Fehler beim Konvertieren der Dateien: {message}",
"All files failed to be converted" : "Alle Dateien konnten nicht konvertiert werden",
"One file could not be converted: {message}" : "Eine Datei konnte nicht konvertiert werden: {message}",
"_One file could not be converted_::_%n files could not be converted_" : ["Eine Datei konnte nicht konvertiert werden","%n Dateien konnten nicht konvertiert werden"],
"_One file successfully converted_::_%n files successfully converted_" : ["Eine Datei konvertiert","%n Dateien konvertiert"],
"Files successfully converted" : "Dateien konvertiert",
"_%n file could not be converted_::_%n files could not be converted_" : ["%n Datei konnte nicht konvertiert werden","%n Dateien konnten nicht konvertiert werden"],
"_%n file converted_::_%n files converted_" : ["%n Datei konvertiert","%n Dateien konvertiert"],
"Files converted" : "Dateien konvertiert",
"Failed to convert files" : "Dateien konnten nicht konvertiert werden",
"Converting file …" : "Datei wird konvertiert …",
"File successfully converted" : "Datei konvertiert",
"Failed to convert file: {message}" : "Fehler beim Konvertieren der Datei: {message}",
"Failed to convert file" : "Datei konnte nicht konvertiert werden",
"Delete" : "Löschen",
"Leave this share" : "Diese Freigabe verlassen",
"Leave these shares" : "Diese Freigaben verlassen",
"Disconnect storage" : "Speicher trennen",
@@ -302,6 +295,7 @@ OC.L10N.register(
"Download" : "Herunterladen",
"The requested file is not available." : "Die angeforderte Datei ist nicht verfügbar.",
"The requested files are not available." : "Die angeforderten Dateien sind nicht verfügbar.",
"Add or remove favorite" : "Favorit hinzufügen oder entfernen",
"Moving \"{source}\" to \"{destination}\" …" : "Verschiebe \"{source}\" nach \"{destination}\" …",
"Copying \"{source}\" to \"{destination}\" …" : "Kopiere \"{source}\" nach \"{destination}\" …",
"Destination is not a folder" : "Ziel ist kein Ordner",
@@ -314,6 +308,7 @@ OC.L10N.register(
"The file does not exist anymore" : "Diese Datei existiert nicht mehr",
"Choose destination" : "Ziel wählen",
"Copy to {target}" : "Nach {target} kopieren",
"Copy" : "Kopieren",
"Move to {target}" : "Nach {target} verschieben",
"Move" : "Verschieben",
"Move or copy operation failed" : "Verschiebe- oder Kopieroperation ist fehlgeschlagen.",
@@ -326,6 +321,7 @@ OC.L10N.register(
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Die Datei sollte sich jetzt auf Ihrem Gerät öffnen. Wenn dies nicht der Fall ist, überprüfen Sie, ob Sie die Desktop-App installiert haben.",
"Retry and close" : "Erneut versuchen und schließen",
"Open online" : "Online öffnen",
"Rename" : "Umbenennen",
"Details" : "Details",
"View in folder" : "In Ordner anzeigen",
"Today" : "Heute",
@@ -381,6 +377,7 @@ OC.L10N.register(
"No favorites yet" : "Noch keine Favoriten vorhanden",
"Files and folders you mark as favorite will show up here" : "Dateien und Ordner, die Sie als Favoriten kennzeichnen, werden hier erscheinen",
"List of your files and folders." : "Liste Ihrer Dateien und Ordner.",
"Folder tree" : "Ordnerbaum",
"List of your files and folders that are not shared." : "Liste Ihrer Dateien und Ordner, die nicht geteilt wurden.",
"No personal files found" : "Keine persönlichen Dateien gefunden",
"Files that are not shared will show up here." : "Dateien, die nicht geteilt wurden, werden hier angezeigt.",
@@ -405,14 +402,17 @@ OC.L10N.register(
"Submitting fields …" : "Felder werden übermittelt …",
"\"{displayName}\" action executed successfully" : "Aktion \"{displayName}\" ausgeführt",
"Filter file names …" : "Dateinamen filtern …",
"Clipboard is not available" : "Zwischenablage ist nicht verfügbar",
"WebDAV URL copied to clipboard" : "WebDAV-URL in die Zwischenablage kopiert",
"Enable the grid view" : "Kachelansicht aktivieren",
"Enable folder tree" : "Ordnerstruktur aktivieren",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "In die Zwischenablage kopieren",
"Use this address to access your Files via WebDAV" : "Benutzen Sie diese Adresse, um via WebDAV auf Ihre Dateien zuzugreifen.",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Wenn Sie 2FA aktiviert haben, müssen Sie ein neues App-Passwort erstellen und verwenden, indem Sie hier klicken.",
"Prevent warning dialogs from open or reenable them." : "Öffnen von Warndialogen verhindern oder diese erneut aktivieren.",
"Show a warning dialog when changing a file extension." : "Beim Ändern einer Dateierweiterung einen Warndialog anzeigen.",
"Keyboard shortcuts" : "Tastaturkürzel",
"Speed up your Files experience with these quick shortcuts." : "Arbeiten Sie schneller mit Dateien mit diesen Schnellzugriffen.",
"Open the actions menu for a file" : "Aktionsmenü für eine Datei öffnen",
"Rename a file" : "Eine Datei umbenennen",
+49 -49
View File
@@ -42,7 +42,7 @@
"A file or folder has been <strong>changed</strong>" : "Eine Datei oder ein Ordner wurde <strong>geändert</strong>",
"A favorite file or folder has been <strong>changed</strong>" : "Eine favorisierte Datei oder ein Ordner wurde <strong>geändert</strong>",
"Failed to authorize" : "Autorisierung fehlgeschlagen",
"Invalid folder path" : "Ungültiger Order-Pfad",
"Invalid folder path" : "Ungültiger Ordner-Pfad",
"Folder not found" : "Ordner nicht gefunden",
"The file cannot be found" : "Die Datei kann nicht gefunden werden",
"The destination path does not exist: %1$s" : "Der Zielpfad existiert nicht: %1$s",
@@ -106,6 +106,43 @@
"Type" : "Typ",
"Active filters" : "Aktive Filter",
"Remove filter" : "Filter entfernen",
"Appearance" : "Aussehen",
"Show hidden files" : "Versteckte Dateien anzeigen",
"Show file type column" : "Dateityp-Spalte anzeigen",
"Show file extensions" : "Dateierweiterungen anzeigen",
"Crop image previews" : "Bildvorschauen zuschneiden",
"General" : "Allgemein",
"Sort favorites first" : "Favoriten zuerst sortieren",
"Sort folders before files" : "Ordner vor Dateien sortieren",
"Enable folder tree view" : "Ordnerbaumansicht aktivieren",
"Default view" : "Standardansicht",
"All files" : "Alle Dateien",
"Personal files" : "Persönliche Dateien",
"Additional settings" : "Zusätzliche Einstellungen",
"Actions" : "Aktionen",
"File actions" : "Dateiaktionen",
"Selection" : "Auswahl",
"Select all files" : "Alle Dateien auswählen",
"Deselect all" : "Auswahl aufheben",
"Select or deselect" : "Aus- oder abwählen",
"Select a range" : "Einen Bereich auswählen",
"Navigation" : "Navigation",
"Go to parent folder" : "Zum übergeordneten Ordner wechseln",
"Go to file above" : "Zur Datei darüber wechseln",
"Go to file below" : "Zur Datei darunter wechseln",
"Go left in grid" : "Im Raster nach links gehen",
"Go right in grid" : "Im Raster nach rechts gehen",
"View" : "Ansicht",
"Toggle grid view" : "Kachelansicht umschalten",
"Open file sidebar" : "Datei-Seitenleiste öffnen",
"Show those shortcuts" : "Diese Tastaturkürzel anzeigen",
"Warnings" : "Warnungen",
"Warn before changing a file extension" : "Vor der Änderung einer Dateierweiterung warnen",
"Warn before deleting a file" : "Warnung vor dem Löschen einer Datei",
"WebDAV URL" : "WebDAV-URL",
"Create an app password" : "Ein App-Passwort erstellen",
"Required for WebDAV authentication because Two-Factor Authentication is enabled for this account." : "Erforderlich für die WebDAV-Authentifizierung, da für dieses Konto die Zwei-Faktor-Authentifizierung aktiviert ist.",
"How to access files using WebDAV" : "So greifen Sie mit WebDAV auf Dateien zu",
"Total rows summary" : "Zusammenfassung aller Zeilen",
"Toggle selection for all files and folders" : "Auswahl für alle Dateien und Ordner umschalten",
"Name" : "Name",
@@ -114,7 +151,6 @@
"{displayName}: failed on some elements" : "{displayName}: Ist bei einigen Elementen fehlgeschlagen",
"{displayName}: done" : "{displayName}: Abgeschlossen",
"{displayName}: failed" : "{displayName}: Fehlgeschlagen",
"Actions" : "Aktionen",
"(selected)" : "(ausgewählt)",
"List of files and folders." : "Liste der Dateien und Ordner.",
"You have used your space quota and cannot upload files anymore." : "Ihr Speicherplatzkontigent ist aufgebraucht, Sie können keine weiteren Dateien hochladen.",
@@ -181,51 +217,7 @@
"Do not show this dialog again." : "Diesen Dialog nicht mehr anzeigen.",
"Select file or folder to link to" : "Datei oder Ordner zum Verknüpfen auswählen",
"Choose {file}" : "{file} auswählen",
"Clipboard is not available" : "Zwischenablage ist nicht verfügbar",
"WebDAV URL copied" : "WebDAV-URL kopiert",
"Files settings" : "Dateien-Einstellungen",
"General" : "Allgemein",
"Default view" : "Standardansicht",
"All files" : "Alle Dateien",
"Personal files" : "Persönliche Dateien",
"Sort favorites first" : "Favoriten zuerst sortieren",
"Sort folders before files" : "Ordner vor Dateien sortieren",
"Folder tree" : "Ordnerbaum",
"Appearance" : "Aussehen",
"Show hidden files" : "Versteckte Dateien anzeigen",
"Show file type column" : "Dateityp-Spalte anzeigen",
"Show file extensions" : "Dateierweiterungen anzeigen",
"Crop image previews" : "Bildvorschauen zuschneiden",
"Additional settings" : "Zusätzliche Einstellungen",
"WebDAV" : "WebDAV",
"WebDAV URL" : "WebDAV-URL",
"Copy" : "Kopieren",
"How to access files using WebDAV" : "So greifen Sie mit WebDAV auf Dateien zu",
"Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "Für Ihr Konto ist die Zwei-Faktor-Authentifizierung aktiviert. Zur Verbindung eines externen WebDAV-Clients ist daher die Verwendung eines App-Passwortes erforderlich.",
"Warnings" : "Warnungen",
"Warn before changing a file extension" : "Vor der Änderung einer Dateierweiterung warnen",
"Warn before deleting files" : "Vor dem Löschen von Dateien warnen",
"Keyboard shortcuts" : "Tastaturkürzel",
"File actions" : "Dateiaktionen",
"Rename" : "Umbenennen",
"Delete" : "Löschen",
"Add or remove favorite" : "Favorit hinzufügen oder entfernen",
"Manage tags" : "Schlagworte verwalten",
"Selection" : "Auswahl",
"Select all files" : "Alle Dateien auswählen",
"Deselect all" : "Auswahl aufheben",
"Select or deselect" : "Aus- oder abwählen",
"Select a range" : "Einen Bereich auswählen",
"Navigation" : "Navigation",
"Go to parent folder" : "Zum übergeordneten Ordner wechseln",
"Go to file above" : "Zur Datei darüber wechseln",
"Go to file below" : "Zur Datei darunter wechseln",
"Go left in grid" : "Im Raster nach links gehen",
"Go right in grid" : "Im Raster nach rechts gehen",
"View" : "Ansicht",
"Toggle grid view" : "Kachelansicht umschalten",
"Open file sidebar" : "Datei-Seitenleiste öffnen",
"Show those shortcuts" : "Diese Tastaturkürzel anzeigen",
"Share" : "Teilen",
"Shared by link" : "Über einen Link geteilt",
"Shared" : "Geteilt",
@@ -275,14 +267,15 @@
"Failed to convert files: {message}" : "Fehler beim Konvertieren der Dateien: {message}",
"All files failed to be converted" : "Alle Dateien konnten nicht konvertiert werden",
"One file could not be converted: {message}" : "Eine Datei konnte nicht konvertiert werden: {message}",
"_One file could not be converted_::_%n files could not be converted_" : ["Eine Datei konnte nicht konvertiert werden","%n Dateien konnten nicht konvertiert werden"],
"_One file successfully converted_::_%n files successfully converted_" : ["Eine Datei konvertiert","%n Dateien konvertiert"],
"Files successfully converted" : "Dateien konvertiert",
"_%n file could not be converted_::_%n files could not be converted_" : ["%n Datei konnte nicht konvertiert werden","%n Dateien konnten nicht konvertiert werden"],
"_%n file converted_::_%n files converted_" : ["%n Datei konvertiert","%n Dateien konvertiert"],
"Files converted" : "Dateien konvertiert",
"Failed to convert files" : "Dateien konnten nicht konvertiert werden",
"Converting file …" : "Datei wird konvertiert …",
"File successfully converted" : "Datei konvertiert",
"Failed to convert file: {message}" : "Fehler beim Konvertieren der Datei: {message}",
"Failed to convert file" : "Datei konnte nicht konvertiert werden",
"Delete" : "Löschen",
"Leave this share" : "Diese Freigabe verlassen",
"Leave these shares" : "Diese Freigaben verlassen",
"Disconnect storage" : "Speicher trennen",
@@ -300,6 +293,7 @@
"Download" : "Herunterladen",
"The requested file is not available." : "Die angeforderte Datei ist nicht verfügbar.",
"The requested files are not available." : "Die angeforderten Dateien sind nicht verfügbar.",
"Add or remove favorite" : "Favorit hinzufügen oder entfernen",
"Moving \"{source}\" to \"{destination}\" …" : "Verschiebe \"{source}\" nach \"{destination}\" …",
"Copying \"{source}\" to \"{destination}\" …" : "Kopiere \"{source}\" nach \"{destination}\" …",
"Destination is not a folder" : "Ziel ist kein Ordner",
@@ -312,6 +306,7 @@
"The file does not exist anymore" : "Diese Datei existiert nicht mehr",
"Choose destination" : "Ziel wählen",
"Copy to {target}" : "Nach {target} kopieren",
"Copy" : "Kopieren",
"Move to {target}" : "Nach {target} verschieben",
"Move" : "Verschieben",
"Move or copy operation failed" : "Verschiebe- oder Kopieroperation ist fehlgeschlagen.",
@@ -324,6 +319,7 @@
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Die Datei sollte sich jetzt auf Ihrem Gerät öffnen. Wenn dies nicht der Fall ist, überprüfen Sie, ob Sie die Desktop-App installiert haben.",
"Retry and close" : "Erneut versuchen und schließen",
"Open online" : "Online öffnen",
"Rename" : "Umbenennen",
"Details" : "Details",
"View in folder" : "In Ordner anzeigen",
"Today" : "Heute",
@@ -379,6 +375,7 @@
"No favorites yet" : "Noch keine Favoriten vorhanden",
"Files and folders you mark as favorite will show up here" : "Dateien und Ordner, die Sie als Favoriten kennzeichnen, werden hier erscheinen",
"List of your files and folders." : "Liste Ihrer Dateien und Ordner.",
"Folder tree" : "Ordnerbaum",
"List of your files and folders that are not shared." : "Liste Ihrer Dateien und Ordner, die nicht geteilt wurden.",
"No personal files found" : "Keine persönlichen Dateien gefunden",
"Files that are not shared will show up here." : "Dateien, die nicht geteilt wurden, werden hier angezeigt.",
@@ -403,14 +400,17 @@
"Submitting fields …" : "Felder werden übermittelt …",
"\"{displayName}\" action executed successfully" : "Aktion \"{displayName}\" ausgeführt",
"Filter file names …" : "Dateinamen filtern …",
"Clipboard is not available" : "Zwischenablage ist nicht verfügbar",
"WebDAV URL copied to clipboard" : "WebDAV-URL in die Zwischenablage kopiert",
"Enable the grid view" : "Kachelansicht aktivieren",
"Enable folder tree" : "Ordnerstruktur aktivieren",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "In die Zwischenablage kopieren",
"Use this address to access your Files via WebDAV" : "Benutzen Sie diese Adresse, um via WebDAV auf Ihre Dateien zuzugreifen.",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Wenn Sie 2FA aktiviert haben, müssen Sie ein neues App-Passwort erstellen und verwenden, indem Sie hier klicken.",
"Prevent warning dialogs from open or reenable them." : "Öffnen von Warndialogen verhindern oder diese erneut aktivieren.",
"Show a warning dialog when changing a file extension." : "Beim Ändern einer Dateierweiterung einen Warndialog anzeigen.",
"Keyboard shortcuts" : "Tastaturkürzel",
"Speed up your Files experience with these quick shortcuts." : "Arbeiten Sie schneller mit Dateien mit diesen Schnellzugriffen.",
"Open the actions menu for a file" : "Aktionsmenü für eine Datei öffnen",
"Rename a file" : "Eine Datei umbenennen",
+41 -48
View File
@@ -108,6 +108,39 @@ OC.L10N.register(
"Type" : "Τύπος",
"Active filters" : "Ενεργά φίλτρα",
"Remove filter" : "Αφαίρεση φίλτρου",
"Appearance" : "Εμφάνιση",
"Show hidden files" : "Εμφάνιση κρυφών αρχείων",
"Show file type column" : "Εμφάνιση στήλης τύπου αρχείου",
"Show file extensions" : "Εμφάνιση επεκτάσεων αρχείων",
"Crop image previews" : "Περικοπή προεπισκόπησης εικόνας",
"General" : "Γενικά",
"Sort favorites first" : "Ταξινόμηση των αγαπημένων πρώτα",
"Sort folders before files" : "Ταξινόμηση φακέλων πριν από τα αρχεία",
"Default view" : "Προεπιλεγμένη προβολή",
"All files" : "Όλα τα αρχεία",
"Personal files" : "Προσωπικά αρχεία",
"Additional settings" : "Επιπρόσθετες ρυθμίσεις",
"Actions" : "Ενέργειες",
"File actions" : "Ενέργειες αρχείου",
"Selection" : "Επιλογή",
"Select all files" : "Επιλογή όλων των αρχείων",
"Deselect all" : "Αναίρεση επιλογής όλων",
"Select or deselect" : "Επιλογή ή αναίρεση επιλογής",
"Select a range" : "Επιλογή εύρους",
"Navigation" : "Πλοήγηση",
"Go to parent folder" : "Μετάβαση στον γονικό φάκελο",
"Go to file above" : "Μετάβαση στο αρχείο πάνω",
"Go to file below" : "Μετάβαση στο αρχείο κάτω",
"Go left in grid" : "Μετάβαση αριστερά στο πλέγμα",
"Go right in grid" : "Μετάβαση δεξιά στο πλέγμα",
"View" : "Προβολή",
"Toggle grid view" : "Εναλλαγή σε προβολή πλέγματος",
"Open file sidebar" : "Άνοιγμα πλευρικής μπάρας αρχείου",
"Show those shortcuts" : "Εμφάνιση αυτών των συντομεύσεων",
"Warnings" : "Προειδοποιήσεις",
"Warn before changing a file extension" : "Προειδοποίηση πριν από την αλλαγή επέκτασης αρχείου",
"WebDAV URL" : "WebDAV URL",
"How to access files using WebDAV" : "Πώς να αποκτήσετε πρόσβαση σε αρχεία χρησιμοποιώντας WebDAV",
"Total rows summary" : "Συνολική σύνοψη γραμμών",
"Toggle selection for all files and folders" : "Εναλλαγή επιλογής για όλα τα αρχεία και τους φακέλους",
"Name" : "Όνομα",
@@ -116,7 +149,6 @@ OC.L10N.register(
"{displayName}: failed on some elements" : "{displayName}: απέτυχε σε ορισμένα στοιχεία",
"{displayName}: done" : "{displayName}: ολοκληρώθηκε",
"{displayName}: failed" : "{displayName}: απέτυχε",
"Actions" : "Ενέργειες",
"(selected)" : "(επιλεγμένα)",
"List of files and folders." : "Λίστα αρχείων και φακέλων.",
"You have used your space quota and cannot upload files anymore." : "Έχετε χρησιμοποιήσει το όριο χώρου σας και δεν μπορείτε να μεταφορτώσετε αρχεία πλέον.",
@@ -183,51 +215,7 @@ OC.L10N.register(
"Do not show this dialog again." : "Να μην εμφανιστεί ξανά αυτό το παράθυρο διαλόγου.",
"Select file or folder to link to" : "Επιλέξτε αρχείο ή φάκελο για σύνδεση",
"Choose {file}" : "Επιλέξτε {file}",
"Clipboard is not available" : "Το πρόχειρο δεν είναι διαθέσιμο",
"WebDAV URL copied" : "Αντιγράφηκε η WebDAV URL",
"Files settings" : "Ρυθμίσεις αρχείων",
"General" : "Γενικά",
"Default view" : "Προεπιλεγμένη προβολή",
"All files" : "Όλα τα αρχεία",
"Personal files" : "Προσωπικά αρχεία",
"Sort favorites first" : "Ταξινόμηση των αγαπημένων πρώτα",
"Sort folders before files" : "Ταξινόμηση φακέλων πριν από τα αρχεία",
"Folder tree" : "Δέντρο φακέλων",
"Appearance" : "Εμφάνιση",
"Show hidden files" : "Εμφάνιση κρυφών αρχείων",
"Show file type column" : "Εμφάνιση στήλης τύπου αρχείου",
"Show file extensions" : "Εμφάνιση επεκτάσεων αρχείων",
"Crop image previews" : "Περικοπή προεπισκόπησης εικόνας",
"Additional settings" : "Επιπρόσθετες ρυθμίσεις",
"WebDAV" : "WebDAV",
"WebDAV URL" : "WebDAV URL",
"Copy" : "Αντιγραφή",
"How to access files using WebDAV" : "Πώς να αποκτήσετε πρόσβαση σε αρχεία χρησιμοποιώντας WebDAV",
"Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "Η Πιστοποίηση Δύο Παραγόντων είναι ενεργοποιημένη για το λογαριασμό σας, και επομένως πρέπει να χρησιμοποιήσετε έναν κωδικό εφαρμογής για να συνδεθείτε με έναν εξωτερικό πελάτη WebDAV.",
"Warnings" : "Προειδοποιήσεις",
"Warn before changing a file extension" : "Προειδοποίηση πριν από την αλλαγή επέκτασης αρχείου",
"Warn before deleting files" : "Προειδοποίηση πριν από τη διαγραφή αρχείων",
"Keyboard shortcuts" : "Συντομεύσεις πληκτρολογίου",
"File actions" : "Ενέργειες αρχείου",
"Rename" : "Μετονομασία",
"Delete" : "Διαγραφή",
"Add or remove favorite" : "Προσθήκη ή αφαίρεση αγαπημένου",
"Manage tags" : "Διαχείριση ετικετών",
"Selection" : "Επιλογή",
"Select all files" : "Επιλογή όλων των αρχείων",
"Deselect all" : "Αναίρεση επιλογής όλων",
"Select or deselect" : "Επιλογή ή αναίρεση επιλογής",
"Select a range" : "Επιλογή εύρους",
"Navigation" : "Πλοήγηση",
"Go to parent folder" : "Μετάβαση στον γονικό φάκελο",
"Go to file above" : "Μετάβαση στο αρχείο πάνω",
"Go to file below" : "Μετάβαση στο αρχείο κάτω",
"Go left in grid" : "Μετάβαση αριστερά στο πλέγμα",
"Go right in grid" : "Μετάβαση δεξιά στο πλέγμα",
"View" : "Προβολή",
"Toggle grid view" : "Εναλλαγή σε προβολή πλέγματος",
"Open file sidebar" : "Άνοιγμα πλευρικής μπάρας αρχείου",
"Show those shortcuts" : "Εμφάνιση αυτών των συντομεύσεων",
"Share" : "Διαμοιρασμός",
"Shared by link" : "Διαμοιρασμένα μέσω συνδέσμου",
"Shared" : "Κοινόχρηστα",
@@ -277,14 +265,12 @@ OC.L10N.register(
"Failed to convert files: {message}" : "Αποτυχία μετατροπής αρχείων: {message}",
"All files failed to be converted" : "Όλα τα αρχεία απέτυχαν να μετατραπούν",
"One file could not be converted: {message}" : "Ένα αρχείο δεν μπορούσε να μετατραπεί: {message}",
"_One file could not be converted_::_%n files could not be converted_" : ["Ένα αρχείο δεν μπορούσε να μετατραπεί","%n αρχεία δεν μπορούσαν να μετατραπούν"],
"_One file successfully converted_::_%n files successfully converted_" : ["Ένα αρχείο μετατράπηκε επιτυχώς","%n αρχεία μετατράπηκαν επιτυχώς"],
"Files successfully converted" : "Τα αρχεία μετατράπηκαν επιτυχώς",
"Failed to convert files" : "Αποτυχία μετατροπής αρχείων",
"Converting file …" : "Μετατροπή αρχείων …",
"File successfully converted" : "Το αρχείο μετατράπηκε επιτυχώς",
"Failed to convert file: {message}" : "Αποτυχία μετατροπής αρχείου: {message}",
"Failed to convert file" : "Αποτυχία μετατροπής αρχείου",
"Delete" : "Διαγραφή",
"Leave this share" : "Αποχώρηση από αυτό το κοινόχρηστο",
"Leave these shares" : "Αποχώρηση από αυτά τα κοινόχρηστα",
"Disconnect storage" : "Αποσύνδεση αποθηκευτικού χώρου",
@@ -302,6 +288,7 @@ OC.L10N.register(
"Download" : "Λήψη",
"The requested file is not available." : "Το ζητούμενο αρχείο δεν είναι διαθέσιμο.",
"The requested files are not available." : "Τα ζητούμενα αρχεία δεν είναι διαθέσιμα.",
"Add or remove favorite" : "Προσθήκη ή αφαίρεση αγαπημένου",
"Destination is not a folder" : "Ο προορισμός δεν είναι φάκελος",
"This file/folder is already in that directory" : "Αυτό το αρχείο/φάκελος βρίσκεται ήδη σε αυτόν τον κατάλογο",
"You cannot move a file/folder onto itself or into a subfolder of itself" : "Δεν μπορείτε να μετακινήσετε ένα αρχείο/φάκελο στον εαυτό του ή σε έναν υποφάκελο του ίδιου του φακέλου.",
@@ -312,6 +299,7 @@ OC.L10N.register(
"The file does not exist anymore" : "Το αρχείο δεν υπάρχει πλέον",
"Choose destination" : "Επιλέξτε προορισμό",
"Copy to {target}" : "Αντιγραφή σε {target}",
"Copy" : "Αντιγραφή",
"Move to {target}" : "Μετακίνηση σε {target}",
"Move" : "Μετακίνηση",
"Move or copy operation failed" : "Η λειτουργία μετακίνησης ή αντιγραφής απέτυχε",
@@ -324,6 +312,7 @@ OC.L10N.register(
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Το αρχείο θα πρέπει τώρα να ανοίξει στη συσκευή σας. Εάν δεν ανοίξει, παρακαλώ ελέγξτε ότι έχετε εγκατεστημένη την εφαρμογή στον υπολογιστή.",
"Retry and close" : "Δοκιμή ξανά και κλείσιμο",
"Open online" : "Άνοιγμα online",
"Rename" : "Μετονομασία",
"Details" : "Λεπτομέρειες",
"View in folder" : "Προβολή στον φάκελο",
"Today" : "Σήμερα",
@@ -379,6 +368,7 @@ OC.L10N.register(
"No favorites yet" : "Κανένα αγαπημένο ακόμα",
"Files and folders you mark as favorite will show up here" : "Τα αρχεία και οι φάκελοι που σημειώνονται ως αγαπημένα θα εμφανιστούν εδώ",
"List of your files and folders." : "Λίστα των αρχείων και φακέλων σας.",
"Folder tree" : "Δέντρο φακέλων",
"List of your files and folders that are not shared." : "Λίστα αρχείων και φακέλων που δεν είναι κοινόχρηστα.",
"No personal files found" : "Δε βρέθηκαν προσωπικά αρχεία",
"Files that are not shared will show up here." : "Τα αρχεία που δεν είναι κοινόχρηστα θα εμφανίζονται εδώ.",
@@ -403,14 +393,17 @@ OC.L10N.register(
"Submitting fields …" : "Υποβολή πεδίων …",
"\"{displayName}\" action executed successfully" : "Η ενέργεια του/της \"{displayName}\" εκτελέστηκε επιτυχώς",
"Filter file names …" : "Φιλτράρισμα ονομάτων αρχείων …",
"Clipboard is not available" : "Το πρόχειρο δεν είναι διαθέσιμο",
"WebDAV URL copied to clipboard" : "Ο σύνδεσμος WebDAV αντιγράφηκε στο πρόχειρο",
"Enable the grid view" : "Ενεργοποίηση της προβολής πλέγματος",
"Enable folder tree" : "Ενεργοποίηση δέντρου φακέλων",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Αντιγραφή στο πρόχειρο",
"Use this address to access your Files via WebDAV" : "Χρήση αυτής της διεύθυνσης για πρόσβαση στα Αρχεία σας μέσω WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Εάν έχετε ενεργοποιήσει το 2FA, πρέπει να δημιουργήσετε και να χρησιμοποιήσετε έναν νέο κωδικό πρόσβασης εφαρμογής κάνοντας κλικ εδώ.",
"Prevent warning dialogs from open or reenable them." : "Αποτροπή ανοίγματος παραθύρων προειδοποίησης ή επανενεργοποίησή τους.",
"Show a warning dialog when changing a file extension." : "Εμφάνιση παραθύρου προειδοποίησης κατά την αλλαγή επέκτασης αρχείου.",
"Keyboard shortcuts" : "Συντομεύσεις πληκτρολογίου",
"Speed up your Files experience with these quick shortcuts." : "Επιταχύνετε την εμπειρία σας στα Αρχεία με αυτές τις γρήγορες συντόμευσεις.",
"Open the actions menu for a file" : "Άνοιγμα του μενού ενεργειών για ένα αρχείο",
"Rename a file" : "Μετονομασία αρχείου",
+41 -48
View File
@@ -106,6 +106,39 @@
"Type" : "Τύπος",
"Active filters" : "Ενεργά φίλτρα",
"Remove filter" : "Αφαίρεση φίλτρου",
"Appearance" : "Εμφάνιση",
"Show hidden files" : "Εμφάνιση κρυφών αρχείων",
"Show file type column" : "Εμφάνιση στήλης τύπου αρχείου",
"Show file extensions" : "Εμφάνιση επεκτάσεων αρχείων",
"Crop image previews" : "Περικοπή προεπισκόπησης εικόνας",
"General" : "Γενικά",
"Sort favorites first" : "Ταξινόμηση των αγαπημένων πρώτα",
"Sort folders before files" : "Ταξινόμηση φακέλων πριν από τα αρχεία",
"Default view" : "Προεπιλεγμένη προβολή",
"All files" : "Όλα τα αρχεία",
"Personal files" : "Προσωπικά αρχεία",
"Additional settings" : "Επιπρόσθετες ρυθμίσεις",
"Actions" : "Ενέργειες",
"File actions" : "Ενέργειες αρχείου",
"Selection" : "Επιλογή",
"Select all files" : "Επιλογή όλων των αρχείων",
"Deselect all" : "Αναίρεση επιλογής όλων",
"Select or deselect" : "Επιλογή ή αναίρεση επιλογής",
"Select a range" : "Επιλογή εύρους",
"Navigation" : "Πλοήγηση",
"Go to parent folder" : "Μετάβαση στον γονικό φάκελο",
"Go to file above" : "Μετάβαση στο αρχείο πάνω",
"Go to file below" : "Μετάβαση στο αρχείο κάτω",
"Go left in grid" : "Μετάβαση αριστερά στο πλέγμα",
"Go right in grid" : "Μετάβαση δεξιά στο πλέγμα",
"View" : "Προβολή",
"Toggle grid view" : "Εναλλαγή σε προβολή πλέγματος",
"Open file sidebar" : "Άνοιγμα πλευρικής μπάρας αρχείου",
"Show those shortcuts" : "Εμφάνιση αυτών των συντομεύσεων",
"Warnings" : "Προειδοποιήσεις",
"Warn before changing a file extension" : "Προειδοποίηση πριν από την αλλαγή επέκτασης αρχείου",
"WebDAV URL" : "WebDAV URL",
"How to access files using WebDAV" : "Πώς να αποκτήσετε πρόσβαση σε αρχεία χρησιμοποιώντας WebDAV",
"Total rows summary" : "Συνολική σύνοψη γραμμών",
"Toggle selection for all files and folders" : "Εναλλαγή επιλογής για όλα τα αρχεία και τους φακέλους",
"Name" : "Όνομα",
@@ -114,7 +147,6 @@
"{displayName}: failed on some elements" : "{displayName}: απέτυχε σε ορισμένα στοιχεία",
"{displayName}: done" : "{displayName}: ολοκληρώθηκε",
"{displayName}: failed" : "{displayName}: απέτυχε",
"Actions" : "Ενέργειες",
"(selected)" : "(επιλεγμένα)",
"List of files and folders." : "Λίστα αρχείων και φακέλων.",
"You have used your space quota and cannot upload files anymore." : "Έχετε χρησιμοποιήσει το όριο χώρου σας και δεν μπορείτε να μεταφορτώσετε αρχεία πλέον.",
@@ -181,51 +213,7 @@
"Do not show this dialog again." : "Να μην εμφανιστεί ξανά αυτό το παράθυρο διαλόγου.",
"Select file or folder to link to" : "Επιλέξτε αρχείο ή φάκελο για σύνδεση",
"Choose {file}" : "Επιλέξτε {file}",
"Clipboard is not available" : "Το πρόχειρο δεν είναι διαθέσιμο",
"WebDAV URL copied" : "Αντιγράφηκε η WebDAV URL",
"Files settings" : "Ρυθμίσεις αρχείων",
"General" : "Γενικά",
"Default view" : "Προεπιλεγμένη προβολή",
"All files" : "Όλα τα αρχεία",
"Personal files" : "Προσωπικά αρχεία",
"Sort favorites first" : "Ταξινόμηση των αγαπημένων πρώτα",
"Sort folders before files" : "Ταξινόμηση φακέλων πριν από τα αρχεία",
"Folder tree" : "Δέντρο φακέλων",
"Appearance" : "Εμφάνιση",
"Show hidden files" : "Εμφάνιση κρυφών αρχείων",
"Show file type column" : "Εμφάνιση στήλης τύπου αρχείου",
"Show file extensions" : "Εμφάνιση επεκτάσεων αρχείων",
"Crop image previews" : "Περικοπή προεπισκόπησης εικόνας",
"Additional settings" : "Επιπρόσθετες ρυθμίσεις",
"WebDAV" : "WebDAV",
"WebDAV URL" : "WebDAV URL",
"Copy" : "Αντιγραφή",
"How to access files using WebDAV" : "Πώς να αποκτήσετε πρόσβαση σε αρχεία χρησιμοποιώντας WebDAV",
"Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "Η Πιστοποίηση Δύο Παραγόντων είναι ενεργοποιημένη για το λογαριασμό σας, και επομένως πρέπει να χρησιμοποιήσετε έναν κωδικό εφαρμογής για να συνδεθείτε με έναν εξωτερικό πελάτη WebDAV.",
"Warnings" : "Προειδοποιήσεις",
"Warn before changing a file extension" : "Προειδοποίηση πριν από την αλλαγή επέκτασης αρχείου",
"Warn before deleting files" : "Προειδοποίηση πριν από τη διαγραφή αρχείων",
"Keyboard shortcuts" : "Συντομεύσεις πληκτρολογίου",
"File actions" : "Ενέργειες αρχείου",
"Rename" : "Μετονομασία",
"Delete" : "Διαγραφή",
"Add or remove favorite" : "Προσθήκη ή αφαίρεση αγαπημένου",
"Manage tags" : "Διαχείριση ετικετών",
"Selection" : "Επιλογή",
"Select all files" : "Επιλογή όλων των αρχείων",
"Deselect all" : "Αναίρεση επιλογής όλων",
"Select or deselect" : "Επιλογή ή αναίρεση επιλογής",
"Select a range" : "Επιλογή εύρους",
"Navigation" : "Πλοήγηση",
"Go to parent folder" : "Μετάβαση στον γονικό φάκελο",
"Go to file above" : "Μετάβαση στο αρχείο πάνω",
"Go to file below" : "Μετάβαση στο αρχείο κάτω",
"Go left in grid" : "Μετάβαση αριστερά στο πλέγμα",
"Go right in grid" : "Μετάβαση δεξιά στο πλέγμα",
"View" : "Προβολή",
"Toggle grid view" : "Εναλλαγή σε προβολή πλέγματος",
"Open file sidebar" : "Άνοιγμα πλευρικής μπάρας αρχείου",
"Show those shortcuts" : "Εμφάνιση αυτών των συντομεύσεων",
"Share" : "Διαμοιρασμός",
"Shared by link" : "Διαμοιρασμένα μέσω συνδέσμου",
"Shared" : "Κοινόχρηστα",
@@ -275,14 +263,12 @@
"Failed to convert files: {message}" : "Αποτυχία μετατροπής αρχείων: {message}",
"All files failed to be converted" : "Όλα τα αρχεία απέτυχαν να μετατραπούν",
"One file could not be converted: {message}" : "Ένα αρχείο δεν μπορούσε να μετατραπεί: {message}",
"_One file could not be converted_::_%n files could not be converted_" : ["Ένα αρχείο δεν μπορούσε να μετατραπεί","%n αρχεία δεν μπορούσαν να μετατραπούν"],
"_One file successfully converted_::_%n files successfully converted_" : ["Ένα αρχείο μετατράπηκε επιτυχώς","%n αρχεία μετατράπηκαν επιτυχώς"],
"Files successfully converted" : "Τα αρχεία μετατράπηκαν επιτυχώς",
"Failed to convert files" : "Αποτυχία μετατροπής αρχείων",
"Converting file …" : "Μετατροπή αρχείων …",
"File successfully converted" : "Το αρχείο μετατράπηκε επιτυχώς",
"Failed to convert file: {message}" : "Αποτυχία μετατροπής αρχείου: {message}",
"Failed to convert file" : "Αποτυχία μετατροπής αρχείου",
"Delete" : "Διαγραφή",
"Leave this share" : "Αποχώρηση από αυτό το κοινόχρηστο",
"Leave these shares" : "Αποχώρηση από αυτά τα κοινόχρηστα",
"Disconnect storage" : "Αποσύνδεση αποθηκευτικού χώρου",
@@ -300,6 +286,7 @@
"Download" : "Λήψη",
"The requested file is not available." : "Το ζητούμενο αρχείο δεν είναι διαθέσιμο.",
"The requested files are not available." : "Τα ζητούμενα αρχεία δεν είναι διαθέσιμα.",
"Add or remove favorite" : "Προσθήκη ή αφαίρεση αγαπημένου",
"Destination is not a folder" : "Ο προορισμός δεν είναι φάκελος",
"This file/folder is already in that directory" : "Αυτό το αρχείο/φάκελος βρίσκεται ήδη σε αυτόν τον κατάλογο",
"You cannot move a file/folder onto itself or into a subfolder of itself" : "Δεν μπορείτε να μετακινήσετε ένα αρχείο/φάκελο στον εαυτό του ή σε έναν υποφάκελο του ίδιου του φακέλου.",
@@ -310,6 +297,7 @@
"The file does not exist anymore" : "Το αρχείο δεν υπάρχει πλέον",
"Choose destination" : "Επιλέξτε προορισμό",
"Copy to {target}" : "Αντιγραφή σε {target}",
"Copy" : "Αντιγραφή",
"Move to {target}" : "Μετακίνηση σε {target}",
"Move" : "Μετακίνηση",
"Move or copy operation failed" : "Η λειτουργία μετακίνησης ή αντιγραφής απέτυχε",
@@ -322,6 +310,7 @@
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Το αρχείο θα πρέπει τώρα να ανοίξει στη συσκευή σας. Εάν δεν ανοίξει, παρακαλώ ελέγξτε ότι έχετε εγκατεστημένη την εφαρμογή στον υπολογιστή.",
"Retry and close" : "Δοκιμή ξανά και κλείσιμο",
"Open online" : "Άνοιγμα online",
"Rename" : "Μετονομασία",
"Details" : "Λεπτομέρειες",
"View in folder" : "Προβολή στον φάκελο",
"Today" : "Σήμερα",
@@ -377,6 +366,7 @@
"No favorites yet" : "Κανένα αγαπημένο ακόμα",
"Files and folders you mark as favorite will show up here" : "Τα αρχεία και οι φάκελοι που σημειώνονται ως αγαπημένα θα εμφανιστούν εδώ",
"List of your files and folders." : "Λίστα των αρχείων και φακέλων σας.",
"Folder tree" : "Δέντρο φακέλων",
"List of your files and folders that are not shared." : "Λίστα αρχείων και φακέλων που δεν είναι κοινόχρηστα.",
"No personal files found" : "Δε βρέθηκαν προσωπικά αρχεία",
"Files that are not shared will show up here." : "Τα αρχεία που δεν είναι κοινόχρηστα θα εμφανίζονται εδώ.",
@@ -401,14 +391,17 @@
"Submitting fields …" : "Υποβολή πεδίων …",
"\"{displayName}\" action executed successfully" : "Η ενέργεια του/της \"{displayName}\" εκτελέστηκε επιτυχώς",
"Filter file names …" : "Φιλτράρισμα ονομάτων αρχείων …",
"Clipboard is not available" : "Το πρόχειρο δεν είναι διαθέσιμο",
"WebDAV URL copied to clipboard" : "Ο σύνδεσμος WebDAV αντιγράφηκε στο πρόχειρο",
"Enable the grid view" : "Ενεργοποίηση της προβολής πλέγματος",
"Enable folder tree" : "Ενεργοποίηση δέντρου φακέλων",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Αντιγραφή στο πρόχειρο",
"Use this address to access your Files via WebDAV" : "Χρήση αυτής της διεύθυνσης για πρόσβαση στα Αρχεία σας μέσω WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Εάν έχετε ενεργοποιήσει το 2FA, πρέπει να δημιουργήσετε και να χρησιμοποιήσετε έναν νέο κωδικό πρόσβασης εφαρμογής κάνοντας κλικ εδώ.",
"Prevent warning dialogs from open or reenable them." : "Αποτροπή ανοίγματος παραθύρων προειδοποίησης ή επανενεργοποίησή τους.",
"Show a warning dialog when changing a file extension." : "Εμφάνιση παραθύρου προειδοποίησης κατά την αλλαγή επέκτασης αρχείου.",
"Keyboard shortcuts" : "Συντομεύσεις πληκτρολογίου",
"Speed up your Files experience with these quick shortcuts." : "Επιταχύνετε την εμπειρία σας στα Αρχεία με αυτές τις γρήγορες συντόμευσεις.",
"Open the actions menu for a file" : "Άνοιγμα του μενού ενεργειών για ένα αρχείο",
"Rename a file" : "Μετονομασία αρχείου",
+48 -48
View File
@@ -108,6 +108,43 @@ OC.L10N.register(
"Type" : "Type",
"Active filters" : "Active filters",
"Remove filter" : "Remove filter",
"Appearance" : "Appearance",
"Show hidden files" : "Show hidden files",
"Show file type column" : "Show file type column",
"Show file extensions" : "Show file extensions",
"Crop image previews" : "Crop image previews",
"General" : "General",
"Sort favorites first" : "Sort favourites first",
"Sort folders before files" : "Sort folders before files",
"Enable folder tree view" : "Enable folder tree view",
"Default view" : "Default view",
"All files" : "All files",
"Personal files" : "Personal files",
"Additional settings" : "Additional settings",
"Actions" : "Actions",
"File actions" : "File actions",
"Selection" : "Selection",
"Select all files" : "Select all files",
"Deselect all" : "Deselect all",
"Select or deselect" : "Select or deselect",
"Select a range" : "Select a range",
"Navigation" : "Navigation",
"Go to parent folder" : "Go to parent folder",
"Go to file above" : "Go to file above",
"Go to file below" : "Go to file below",
"Go left in grid" : "Go left in grid",
"Go right in grid" : "Go right in grid",
"View" : "View",
"Toggle grid view" : "Toggle grid view",
"Open file sidebar" : "Open file sidebar",
"Show those shortcuts" : "Show those shortcuts",
"Warnings" : "Warnings",
"Warn before changing a file extension" : "Warn before changing a file extension",
"Warn before deleting a file" : "Warn before deleting a file",
"WebDAV URL" : "WebDAV URL",
"Create an app password" : "Create an app password",
"Required for WebDAV authentication because Two-Factor Authentication is enabled for this account." : "Required for WebDAV authentication because Two-Factor Authentication is enabled for this account.",
"How to access files using WebDAV" : "How to access files using WebDAV",
"Total rows summary" : "Total rows summary",
"Toggle selection for all files and folders" : "Toggle selection for all files and folders",
"Name" : "Name",
@@ -116,7 +153,6 @@ OC.L10N.register(
"{displayName}: failed on some elements" : "{displayName}: failed on some elements",
"{displayName}: done" : "{displayName}: done",
"{displayName}: failed" : "{displayName}: failed",
"Actions" : "Actions",
"(selected)" : "(selected)",
"List of files and folders." : "List of files and folders.",
"You have used your space quota and cannot upload files anymore." : "You have used your space quota and cannot upload files anymore.",
@@ -183,51 +219,7 @@ OC.L10N.register(
"Do not show this dialog again." : "Do not show this dialogue again.",
"Select file or folder to link to" : "Select file or folder to link to",
"Choose {file}" : "Choose {file}",
"Clipboard is not available" : "Clipboard is not available",
"WebDAV URL copied" : "WebDAV URL copied",
"Files settings" : "Files settings",
"General" : "General",
"Default view" : "Default view",
"All files" : "All files",
"Personal files" : "Personal files",
"Sort favorites first" : "Sort favourites first",
"Sort folders before files" : "Sort folders before files",
"Folder tree" : "Folder tree",
"Appearance" : "Appearance",
"Show hidden files" : "Show hidden files",
"Show file type column" : "Show file type column",
"Show file extensions" : "Show file extensions",
"Crop image previews" : "Crop image previews",
"Additional settings" : "Additional settings",
"WebDAV" : "WebDAV",
"WebDAV URL" : "WebDAV URL",
"Copy" : "Copy",
"How to access files using WebDAV" : "How to access files using WebDAV",
"Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client.",
"Warnings" : "Warnings",
"Warn before changing a file extension" : "Warn before changing a file extension",
"Warn before deleting files" : "Warn before deleting files",
"Keyboard shortcuts" : "Keyboard shortcuts",
"File actions" : "File actions",
"Rename" : "Rename",
"Delete" : "Delete",
"Add or remove favorite" : "Add or remove favorite",
"Manage tags" : "Manage tags",
"Selection" : "Selection",
"Select all files" : "Select all files",
"Deselect all" : "Deselect all",
"Select or deselect" : "Select or deselect",
"Select a range" : "Select a range",
"Navigation" : "Navigation",
"Go to parent folder" : "Go to parent folder",
"Go to file above" : "Go to file above",
"Go to file below" : "Go to file below",
"Go left in grid" : "Go left in grid",
"Go right in grid" : "Go right in grid",
"View" : "View",
"Toggle grid view" : "Toggle grid view",
"Open file sidebar" : "Open file sidebar",
"Show those shortcuts" : "Show those shortcuts",
"Share" : "Share",
"Shared by link" : "Shared by link",
"Shared" : "Shared",
@@ -277,14 +269,15 @@ OC.L10N.register(
"Failed to convert files: {message}" : "Failed to convert files: {message}",
"All files failed to be converted" : "All files failed to be converted",
"One file could not be converted: {message}" : "One file could not be converted: {message}",
"_One file could not be converted_::_%n files could not be converted_" : ["One file could not be converted","%n files could not be converted"],
"_One file successfully converted_::_%n files successfully converted_" : ["One file successfully converted","%n files successfully converted"],
"Files successfully converted" : "Files successfully converted",
"_%n file could not be converted_::_%n files could not be converted_" : ["%n file could not be converted","%n files could not be converted"],
"_%n file converted_::_%n files converted_" : ["%n file converted","%n files converted"],
"Files converted" : "Files converted",
"Failed to convert files" : "Failed to convert files",
"Converting file …" : "Converting file …",
"File successfully converted" : "File successfully converted",
"Failed to convert file: {message}" : "Failed to convert file: {message}",
"Failed to convert file" : "Failed to convert file",
"Delete" : "Delete",
"Leave this share" : "Leave this share",
"Leave these shares" : "Leave these shares",
"Disconnect storage" : "Disconnect storage",
@@ -302,6 +295,7 @@ OC.L10N.register(
"Download" : "Download",
"The requested file is not available." : "The requested file is not available.",
"The requested files are not available." : "The requested files are not available.",
"Add or remove favorite" : "Add or remove favorite",
"Moving \"{source}\" to \"{destination}\" …" : "Moving \"{source}\" to \"{destination}\" …",
"Copying \"{source}\" to \"{destination}\" …" : "Copying \"{source}\" to \"{destination}\" …",
"Destination is not a folder" : "Destination is not a folder",
@@ -314,6 +308,7 @@ OC.L10N.register(
"The file does not exist anymore" : "The file does not exist anymore",
"Choose destination" : "Choose destination",
"Copy to {target}" : "Copy to {target}",
"Copy" : "Copy",
"Move to {target}" : "Move to {target}",
"Move" : "Move",
"Move or copy operation failed" : "Move or copy operation failed",
@@ -326,6 +321,7 @@ OC.L10N.register(
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "The file should now open on your device. If it doesn't, please check that you have the desktop app installed.",
"Retry and close" : "Retry and close",
"Open online" : "Open online",
"Rename" : "Rename",
"Details" : "Details",
"View in folder" : "View in folder",
"Today" : "Today",
@@ -381,6 +377,7 @@ OC.L10N.register(
"No favorites yet" : "No favourites yet",
"Files and folders you mark as favorite will show up here" : "Files and folders you mark as favourite will show up here",
"List of your files and folders." : "List of your files and folders.",
"Folder tree" : "Folder tree",
"List of your files and folders that are not shared." : "List of your files and folders that are not shared.",
"No personal files found" : "No personal files found",
"Files that are not shared will show up here." : "Files that are not shared will show up here.",
@@ -405,14 +402,17 @@ OC.L10N.register(
"Submitting fields …" : "Submitting fields …",
"\"{displayName}\" action executed successfully" : "\"{displayName}\" action executed successfully",
"Filter file names …" : "Filter file names …",
"Clipboard is not available" : "Clipboard is not available",
"WebDAV URL copied to clipboard" : "WebDAV URL copied to clipboard",
"Enable the grid view" : "Enable the grid view",
"Enable folder tree" : "Enable folder tree",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Copy to clipboard",
"Use this address to access your Files via WebDAV" : "Use this address to access your Files via WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "If you have enabled 2FA, you must create and use a new app password by clicking here.",
"Prevent warning dialogs from open or reenable them." : "Prevent warning dialogues from opening or reenable them.",
"Show a warning dialog when changing a file extension." : "Show a warning dialog when changing a file extension.",
"Keyboard shortcuts" : "Keyboard shortcuts",
"Speed up your Files experience with these quick shortcuts." : "Speed up your Files experience with these quick shortcuts.",
"Open the actions menu for a file" : "Open the actions menu for a file",
"Rename a file" : "Rename a file",
+48 -48
View File
@@ -106,6 +106,43 @@
"Type" : "Type",
"Active filters" : "Active filters",
"Remove filter" : "Remove filter",
"Appearance" : "Appearance",
"Show hidden files" : "Show hidden files",
"Show file type column" : "Show file type column",
"Show file extensions" : "Show file extensions",
"Crop image previews" : "Crop image previews",
"General" : "General",
"Sort favorites first" : "Sort favourites first",
"Sort folders before files" : "Sort folders before files",
"Enable folder tree view" : "Enable folder tree view",
"Default view" : "Default view",
"All files" : "All files",
"Personal files" : "Personal files",
"Additional settings" : "Additional settings",
"Actions" : "Actions",
"File actions" : "File actions",
"Selection" : "Selection",
"Select all files" : "Select all files",
"Deselect all" : "Deselect all",
"Select or deselect" : "Select or deselect",
"Select a range" : "Select a range",
"Navigation" : "Navigation",
"Go to parent folder" : "Go to parent folder",
"Go to file above" : "Go to file above",
"Go to file below" : "Go to file below",
"Go left in grid" : "Go left in grid",
"Go right in grid" : "Go right in grid",
"View" : "View",
"Toggle grid view" : "Toggle grid view",
"Open file sidebar" : "Open file sidebar",
"Show those shortcuts" : "Show those shortcuts",
"Warnings" : "Warnings",
"Warn before changing a file extension" : "Warn before changing a file extension",
"Warn before deleting a file" : "Warn before deleting a file",
"WebDAV URL" : "WebDAV URL",
"Create an app password" : "Create an app password",
"Required for WebDAV authentication because Two-Factor Authentication is enabled for this account." : "Required for WebDAV authentication because Two-Factor Authentication is enabled for this account.",
"How to access files using WebDAV" : "How to access files using WebDAV",
"Total rows summary" : "Total rows summary",
"Toggle selection for all files and folders" : "Toggle selection for all files and folders",
"Name" : "Name",
@@ -114,7 +151,6 @@
"{displayName}: failed on some elements" : "{displayName}: failed on some elements",
"{displayName}: done" : "{displayName}: done",
"{displayName}: failed" : "{displayName}: failed",
"Actions" : "Actions",
"(selected)" : "(selected)",
"List of files and folders." : "List of files and folders.",
"You have used your space quota and cannot upload files anymore." : "You have used your space quota and cannot upload files anymore.",
@@ -181,51 +217,7 @@
"Do not show this dialog again." : "Do not show this dialogue again.",
"Select file or folder to link to" : "Select file or folder to link to",
"Choose {file}" : "Choose {file}",
"Clipboard is not available" : "Clipboard is not available",
"WebDAV URL copied" : "WebDAV URL copied",
"Files settings" : "Files settings",
"General" : "General",
"Default view" : "Default view",
"All files" : "All files",
"Personal files" : "Personal files",
"Sort favorites first" : "Sort favourites first",
"Sort folders before files" : "Sort folders before files",
"Folder tree" : "Folder tree",
"Appearance" : "Appearance",
"Show hidden files" : "Show hidden files",
"Show file type column" : "Show file type column",
"Show file extensions" : "Show file extensions",
"Crop image previews" : "Crop image previews",
"Additional settings" : "Additional settings",
"WebDAV" : "WebDAV",
"WebDAV URL" : "WebDAV URL",
"Copy" : "Copy",
"How to access files using WebDAV" : "How to access files using WebDAV",
"Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client.",
"Warnings" : "Warnings",
"Warn before changing a file extension" : "Warn before changing a file extension",
"Warn before deleting files" : "Warn before deleting files",
"Keyboard shortcuts" : "Keyboard shortcuts",
"File actions" : "File actions",
"Rename" : "Rename",
"Delete" : "Delete",
"Add or remove favorite" : "Add or remove favorite",
"Manage tags" : "Manage tags",
"Selection" : "Selection",
"Select all files" : "Select all files",
"Deselect all" : "Deselect all",
"Select or deselect" : "Select or deselect",
"Select a range" : "Select a range",
"Navigation" : "Navigation",
"Go to parent folder" : "Go to parent folder",
"Go to file above" : "Go to file above",
"Go to file below" : "Go to file below",
"Go left in grid" : "Go left in grid",
"Go right in grid" : "Go right in grid",
"View" : "View",
"Toggle grid view" : "Toggle grid view",
"Open file sidebar" : "Open file sidebar",
"Show those shortcuts" : "Show those shortcuts",
"Share" : "Share",
"Shared by link" : "Shared by link",
"Shared" : "Shared",
@@ -275,14 +267,15 @@
"Failed to convert files: {message}" : "Failed to convert files: {message}",
"All files failed to be converted" : "All files failed to be converted",
"One file could not be converted: {message}" : "One file could not be converted: {message}",
"_One file could not be converted_::_%n files could not be converted_" : ["One file could not be converted","%n files could not be converted"],
"_One file successfully converted_::_%n files successfully converted_" : ["One file successfully converted","%n files successfully converted"],
"Files successfully converted" : "Files successfully converted",
"_%n file could not be converted_::_%n files could not be converted_" : ["%n file could not be converted","%n files could not be converted"],
"_%n file converted_::_%n files converted_" : ["%n file converted","%n files converted"],
"Files converted" : "Files converted",
"Failed to convert files" : "Failed to convert files",
"Converting file …" : "Converting file …",
"File successfully converted" : "File successfully converted",
"Failed to convert file: {message}" : "Failed to convert file: {message}",
"Failed to convert file" : "Failed to convert file",
"Delete" : "Delete",
"Leave this share" : "Leave this share",
"Leave these shares" : "Leave these shares",
"Disconnect storage" : "Disconnect storage",
@@ -300,6 +293,7 @@
"Download" : "Download",
"The requested file is not available." : "The requested file is not available.",
"The requested files are not available." : "The requested files are not available.",
"Add or remove favorite" : "Add or remove favorite",
"Moving \"{source}\" to \"{destination}\" …" : "Moving \"{source}\" to \"{destination}\" …",
"Copying \"{source}\" to \"{destination}\" …" : "Copying \"{source}\" to \"{destination}\" …",
"Destination is not a folder" : "Destination is not a folder",
@@ -312,6 +306,7 @@
"The file does not exist anymore" : "The file does not exist anymore",
"Choose destination" : "Choose destination",
"Copy to {target}" : "Copy to {target}",
"Copy" : "Copy",
"Move to {target}" : "Move to {target}",
"Move" : "Move",
"Move or copy operation failed" : "Move or copy operation failed",
@@ -324,6 +319,7 @@
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "The file should now open on your device. If it doesn't, please check that you have the desktop app installed.",
"Retry and close" : "Retry and close",
"Open online" : "Open online",
"Rename" : "Rename",
"Details" : "Details",
"View in folder" : "View in folder",
"Today" : "Today",
@@ -379,6 +375,7 @@
"No favorites yet" : "No favourites yet",
"Files and folders you mark as favorite will show up here" : "Files and folders you mark as favourite will show up here",
"List of your files and folders." : "List of your files and folders.",
"Folder tree" : "Folder tree",
"List of your files and folders that are not shared." : "List of your files and folders that are not shared.",
"No personal files found" : "No personal files found",
"Files that are not shared will show up here." : "Files that are not shared will show up here.",
@@ -403,14 +400,17 @@
"Submitting fields …" : "Submitting fields …",
"\"{displayName}\" action executed successfully" : "\"{displayName}\" action executed successfully",
"Filter file names …" : "Filter file names …",
"Clipboard is not available" : "Clipboard is not available",
"WebDAV URL copied to clipboard" : "WebDAV URL copied to clipboard",
"Enable the grid view" : "Enable the grid view",
"Enable folder tree" : "Enable folder tree",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Copy to clipboard",
"Use this address to access your Files via WebDAV" : "Use this address to access your Files via WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "If you have enabled 2FA, you must create and use a new app password by clicking here.",
"Prevent warning dialogs from open or reenable them." : "Prevent warning dialogues from opening or reenable them.",
"Show a warning dialog when changing a file extension." : "Show a warning dialog when changing a file extension.",
"Keyboard shortcuts" : "Keyboard shortcuts",
"Speed up your Files experience with these quick shortcuts." : "Speed up your Files experience with these quick shortcuts.",
"Open the actions menu for a file" : "Open the actions menu for a file",
"Rename a file" : "Rename a file",
+41 -48
View File
@@ -108,6 +108,39 @@ OC.L10N.register(
"Type" : "Tipo",
"Active filters" : "Filtros activos",
"Remove filter" : "Quitar filtro",
"Appearance" : "Apariencia",
"Show hidden files" : "Mostrar archivos ocultos",
"Show file type column" : "Mostrar la columna de tipo de archivo",
"Show file extensions" : "Mostrar extensiones de archivos",
"Crop image previews" : "Recortar la previsualización de las imágenes",
"General" : "General",
"Sort favorites first" : "Ordenar los favoritos primero",
"Sort folders before files" : "Ordenar carpetas antes que archivos",
"Default view" : "Vista predeterminada",
"All files" : "Todos los archivos",
"Personal files" : "Archivos personales",
"Additional settings" : "Ajustes adicionales",
"Actions" : "Acciones",
"File actions" : "Acciones de archivo",
"Selection" : "Selección",
"Select all files" : "Seleccionar todos los archivos",
"Deselect all" : "Deseleccionar todos",
"Select or deselect" : "Seleccionar o deseleccionar",
"Select a range" : "Seleccionar rango",
"Navigation" : "Navegación",
"Go to parent folder" : "Ir a carpeta superior",
"Go to file above" : "Ir al archivo anterior",
"Go to file below" : "Ir al archivo siguiente",
"Go left in grid" : "Desplazarse a la izquierda en la cuadrícula",
"Go right in grid" : "Desplazarse a la derecha en la cuadrícula",
"View" : "Vista",
"Toggle grid view" : "Alternar vista de cuadrícula",
"Open file sidebar" : "Abrir la barra lateral de archivo",
"Show those shortcuts" : "Mostrar estos atajos",
"Warnings" : "Advertencias",
"Warn before changing a file extension" : "Advertir antes de cambiar la extensión de un archivo.",
"WebDAV URL" : "URL de WebDAV",
"How to access files using WebDAV" : "Como acceder a los archivos usando WebDAV",
"Total rows summary" : "Resumen de filas totales",
"Toggle selection for all files and folders" : "Seleccionar/deseleccionar todos los archivos y carpetas",
"Name" : "Nombre",
@@ -116,7 +149,6 @@ OC.L10N.register(
"{displayName}: failed on some elements" : "{displayName}: falló en algunos elementos",
"{displayName}: done" : "{displayName}: listo",
"{displayName}: failed" : "{displayName}: falló",
"Actions" : "Acciones",
"(selected)" : "(seleccionado)",
"List of files and folders." : "Lista de archivos y carpetas.",
"You have used your space quota and cannot upload files anymore." : "Ha usado su cuota de almacenamiento y ya no puede subir más archivos.",
@@ -179,51 +211,7 @@ OC.L10N.register(
"Do not show this dialog again." : "No mostrar este diálogo de nuevo.",
"Select file or folder to link to" : "Selecciona archivo o carpeta a enlazar",
"Choose {file}" : "Seleccionar {file}",
"Clipboard is not available" : "El portapapeles no está disponible",
"WebDAV URL copied" : "URL de WebDAV copiado",
"Files settings" : "Configuración de archivos",
"General" : "General",
"Default view" : "Vista predeterminada",
"All files" : "Todos los archivos",
"Personal files" : "Archivos personales",
"Sort favorites first" : "Ordenar los favoritos primero",
"Sort folders before files" : "Ordenar carpetas antes que archivos",
"Folder tree" : "Árbol de carpetas",
"Appearance" : "Apariencia",
"Show hidden files" : "Mostrar archivos ocultos",
"Show file type column" : "Mostrar la columna de tipo de archivo",
"Show file extensions" : "Mostrar extensiones de archivos",
"Crop image previews" : "Recortar la previsualización de las imágenes",
"Additional settings" : "Ajustes adicionales",
"WebDAV" : "WebDAV",
"WebDAV URL" : "URL de WebDAV",
"Copy" : "Copiar",
"How to access files using WebDAV" : "Como acceder a los archivos usando WebDAV",
"Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "La autenticación en dos factores está habilitada para su cuenta y, por lo tanto, debe usar una contraseña de aplicación para conectar un cliente WebDAV externo.",
"Warnings" : "Advertencias",
"Warn before changing a file extension" : "Advertir antes de cambiar la extensión de un archivo.",
"Warn before deleting files" : "Advertir antes de eliminar archivos",
"Keyboard shortcuts" : "Atajos de teclado",
"File actions" : "Acciones de archivo",
"Rename" : "Renombrar",
"Delete" : "Eliminar",
"Add or remove favorite" : "Añadir o quitar favorito",
"Manage tags" : "Gestionar etiquetas",
"Selection" : "Selección",
"Select all files" : "Seleccionar todos los archivos",
"Deselect all" : "Deseleccionar todos",
"Select or deselect" : "Seleccionar o deseleccionar",
"Select a range" : "Seleccionar rango",
"Navigation" : "Navegación",
"Go to parent folder" : "Ir a carpeta superior",
"Go to file above" : "Ir al archivo anterior",
"Go to file below" : "Ir al archivo siguiente",
"Go left in grid" : "Desplazarse a la izquierda en la cuadrícula",
"Go right in grid" : "Desplazarse a la derecha en la cuadrícula",
"View" : "Vista",
"Toggle grid view" : "Alternar vista de cuadrícula",
"Open file sidebar" : "Abrir la barra lateral de archivo",
"Show those shortcuts" : "Mostrar estos atajos",
"Share" : "Compartir",
"Shared by link" : "Compartido por enlace",
"Shared" : "Compartido",
@@ -271,13 +259,11 @@ OC.L10N.register(
"Failed to convert files: {message}" : "Fallo al convertir archivos: {message}",
"All files failed to be converted" : "Todos los archivos han fallado al convertirse",
"One file could not be converted: {message}" : "Un archivo no ha podido ser convertido: {message}",
"_One file could not be converted_::_%n files could not be converted_" : ["Un archivo no pudo ser convertido","%n archivos no pudieron ser convertidos","%n archivos no pudieron ser convertidos"],
"_One file successfully converted_::_%n files successfully converted_" : ["Un archivo convertido exitosamente","%n archivos convertidos exitosamente","%n archivos convertidos exitosamente"],
"Files successfully converted" : "Archivos convertidos exitosamente",
"Failed to convert files" : "Fallo al convertir archivos",
"File successfully converted" : "Archivo convertido exitosamente",
"Failed to convert file: {message}" : "Fallo al convertir el archivo: {message}",
"Failed to convert file" : "Fallo al convertir el archivo",
"Delete" : "Eliminar",
"Leave this share" : "Abandonar este recurso compartido",
"Leave these shares" : "Abandonar estos recursos compartidos",
"Disconnect storage" : "Desconectar almacenamiento",
@@ -295,6 +281,7 @@ OC.L10N.register(
"Download" : "Descargar",
"The requested file is not available." : "El archivo solicitado no está disponible.",
"The requested files are not available." : "Los archivos solicitados no están disponibles.",
"Add or remove favorite" : "Añadir o quitar favorito",
"Destination is not a folder" : "El destino no es una carpeta",
"This file/folder is already in that directory" : "Este archivo/carpeta ya está en ese directorio",
"You cannot move a file/folder onto itself or into a subfolder of itself" : "No puede mover un archivo/carpeta a sí mismo o a una sub-carpeta de sí mismo",
@@ -305,6 +292,7 @@ OC.L10N.register(
"The file does not exist anymore" : "El archivo ya no existe",
"Choose destination" : "Elegir destino",
"Copy to {target}" : "Copiar a {target}",
"Copy" : "Copiar",
"Move to {target}" : "Mover a {target}",
"Move" : "Mover",
"Move or copy operation failed" : "La operación de mover o copiar falló",
@@ -317,6 +305,7 @@ OC.L10N.register(
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "El archivo se abrirá ahora en su dispositivo. Si esto no ocurre, por favor verifique que ha instalado la aplicación de escritorio.",
"Retry and close" : "Reintentar y cerrar",
"Open online" : "Abrir en línea",
"Rename" : "Renombrar",
"Details" : "Detalles",
"View in folder" : "Ver en carpeta",
"Today" : "Hoy",
@@ -372,6 +361,7 @@ OC.L10N.register(
"No favorites yet" : "Aún no hay favoritos",
"Files and folders you mark as favorite will show up here" : "Aquí aparecerán los archivos y carpetas que has marcado como favoritos",
"List of your files and folders." : "Lista de sus archivos y carpetas.",
"Folder tree" : "Árbol de carpetas",
"List of your files and folders that are not shared." : "Lista de sus archivos y carpetas que no están compartidos.",
"No personal files found" : "No se encontraron archivos personales",
"Files that are not shared will show up here." : "Los archivos y carpetas que no ha compartido aparecerán aquí.",
@@ -396,14 +386,17 @@ OC.L10N.register(
"Submitting fields …" : "Enviando campos …",
"\"{displayName}\" action executed successfully" : "la acción \"{displayName}\" se ejecutó exitosamente",
"Filter file names …" : "Filtrar nombres de archivo …",
"Clipboard is not available" : "El portapapeles no está disponible",
"WebDAV URL copied to clipboard" : "URL de WebDAV copiado al portapapeles",
"Enable the grid view" : "Habilitar vista de cuadrícula",
"Enable folder tree" : "Habilitar el árbol de carpetas",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Copiar al portapapeles",
"Use this address to access your Files via WebDAV" : "Use esta dirección para acceder a sus archivos vía WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Si ha habilitado 2FA, debe crear y utilizar una nueva contraseña de aplicación haciendo clic aquí.",
"Prevent warning dialogs from open or reenable them." : "Evitar que se abran los diálogos de advertencia o volver a habilitarlos.",
"Show a warning dialog when changing a file extension." : "Mostrar un diálogo de advertencia cuando se cambia la extensión de un archivo.",
"Keyboard shortcuts" : "Atajos de teclado",
"Speed up your Files experience with these quick shortcuts." : "Acelere su experiencia con Archivos con estos rápidos atajos de teclado.",
"Open the actions menu for a file" : "Abrir el menú de acciones para un archivo",
"Rename a file" : "Renombrar un archivo",
+41 -48
View File
@@ -106,6 +106,39 @@
"Type" : "Tipo",
"Active filters" : "Filtros activos",
"Remove filter" : "Quitar filtro",
"Appearance" : "Apariencia",
"Show hidden files" : "Mostrar archivos ocultos",
"Show file type column" : "Mostrar la columna de tipo de archivo",
"Show file extensions" : "Mostrar extensiones de archivos",
"Crop image previews" : "Recortar la previsualización de las imágenes",
"General" : "General",
"Sort favorites first" : "Ordenar los favoritos primero",
"Sort folders before files" : "Ordenar carpetas antes que archivos",
"Default view" : "Vista predeterminada",
"All files" : "Todos los archivos",
"Personal files" : "Archivos personales",
"Additional settings" : "Ajustes adicionales",
"Actions" : "Acciones",
"File actions" : "Acciones de archivo",
"Selection" : "Selección",
"Select all files" : "Seleccionar todos los archivos",
"Deselect all" : "Deseleccionar todos",
"Select or deselect" : "Seleccionar o deseleccionar",
"Select a range" : "Seleccionar rango",
"Navigation" : "Navegación",
"Go to parent folder" : "Ir a carpeta superior",
"Go to file above" : "Ir al archivo anterior",
"Go to file below" : "Ir al archivo siguiente",
"Go left in grid" : "Desplazarse a la izquierda en la cuadrícula",
"Go right in grid" : "Desplazarse a la derecha en la cuadrícula",
"View" : "Vista",
"Toggle grid view" : "Alternar vista de cuadrícula",
"Open file sidebar" : "Abrir la barra lateral de archivo",
"Show those shortcuts" : "Mostrar estos atajos",
"Warnings" : "Advertencias",
"Warn before changing a file extension" : "Advertir antes de cambiar la extensión de un archivo.",
"WebDAV URL" : "URL de WebDAV",
"How to access files using WebDAV" : "Como acceder a los archivos usando WebDAV",
"Total rows summary" : "Resumen de filas totales",
"Toggle selection for all files and folders" : "Seleccionar/deseleccionar todos los archivos y carpetas",
"Name" : "Nombre",
@@ -114,7 +147,6 @@
"{displayName}: failed on some elements" : "{displayName}: falló en algunos elementos",
"{displayName}: done" : "{displayName}: listo",
"{displayName}: failed" : "{displayName}: falló",
"Actions" : "Acciones",
"(selected)" : "(seleccionado)",
"List of files and folders." : "Lista de archivos y carpetas.",
"You have used your space quota and cannot upload files anymore." : "Ha usado su cuota de almacenamiento y ya no puede subir más archivos.",
@@ -177,51 +209,7 @@
"Do not show this dialog again." : "No mostrar este diálogo de nuevo.",
"Select file or folder to link to" : "Selecciona archivo o carpeta a enlazar",
"Choose {file}" : "Seleccionar {file}",
"Clipboard is not available" : "El portapapeles no está disponible",
"WebDAV URL copied" : "URL de WebDAV copiado",
"Files settings" : "Configuración de archivos",
"General" : "General",
"Default view" : "Vista predeterminada",
"All files" : "Todos los archivos",
"Personal files" : "Archivos personales",
"Sort favorites first" : "Ordenar los favoritos primero",
"Sort folders before files" : "Ordenar carpetas antes que archivos",
"Folder tree" : "Árbol de carpetas",
"Appearance" : "Apariencia",
"Show hidden files" : "Mostrar archivos ocultos",
"Show file type column" : "Mostrar la columna de tipo de archivo",
"Show file extensions" : "Mostrar extensiones de archivos",
"Crop image previews" : "Recortar la previsualización de las imágenes",
"Additional settings" : "Ajustes adicionales",
"WebDAV" : "WebDAV",
"WebDAV URL" : "URL de WebDAV",
"Copy" : "Copiar",
"How to access files using WebDAV" : "Como acceder a los archivos usando WebDAV",
"Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "La autenticación en dos factores está habilitada para su cuenta y, por lo tanto, debe usar una contraseña de aplicación para conectar un cliente WebDAV externo.",
"Warnings" : "Advertencias",
"Warn before changing a file extension" : "Advertir antes de cambiar la extensión de un archivo.",
"Warn before deleting files" : "Advertir antes de eliminar archivos",
"Keyboard shortcuts" : "Atajos de teclado",
"File actions" : "Acciones de archivo",
"Rename" : "Renombrar",
"Delete" : "Eliminar",
"Add or remove favorite" : "Añadir o quitar favorito",
"Manage tags" : "Gestionar etiquetas",
"Selection" : "Selección",
"Select all files" : "Seleccionar todos los archivos",
"Deselect all" : "Deseleccionar todos",
"Select or deselect" : "Seleccionar o deseleccionar",
"Select a range" : "Seleccionar rango",
"Navigation" : "Navegación",
"Go to parent folder" : "Ir a carpeta superior",
"Go to file above" : "Ir al archivo anterior",
"Go to file below" : "Ir al archivo siguiente",
"Go left in grid" : "Desplazarse a la izquierda en la cuadrícula",
"Go right in grid" : "Desplazarse a la derecha en la cuadrícula",
"View" : "Vista",
"Toggle grid view" : "Alternar vista de cuadrícula",
"Open file sidebar" : "Abrir la barra lateral de archivo",
"Show those shortcuts" : "Mostrar estos atajos",
"Share" : "Compartir",
"Shared by link" : "Compartido por enlace",
"Shared" : "Compartido",
@@ -269,13 +257,11 @@
"Failed to convert files: {message}" : "Fallo al convertir archivos: {message}",
"All files failed to be converted" : "Todos los archivos han fallado al convertirse",
"One file could not be converted: {message}" : "Un archivo no ha podido ser convertido: {message}",
"_One file could not be converted_::_%n files could not be converted_" : ["Un archivo no pudo ser convertido","%n archivos no pudieron ser convertidos","%n archivos no pudieron ser convertidos"],
"_One file successfully converted_::_%n files successfully converted_" : ["Un archivo convertido exitosamente","%n archivos convertidos exitosamente","%n archivos convertidos exitosamente"],
"Files successfully converted" : "Archivos convertidos exitosamente",
"Failed to convert files" : "Fallo al convertir archivos",
"File successfully converted" : "Archivo convertido exitosamente",
"Failed to convert file: {message}" : "Fallo al convertir el archivo: {message}",
"Failed to convert file" : "Fallo al convertir el archivo",
"Delete" : "Eliminar",
"Leave this share" : "Abandonar este recurso compartido",
"Leave these shares" : "Abandonar estos recursos compartidos",
"Disconnect storage" : "Desconectar almacenamiento",
@@ -293,6 +279,7 @@
"Download" : "Descargar",
"The requested file is not available." : "El archivo solicitado no está disponible.",
"The requested files are not available." : "Los archivos solicitados no están disponibles.",
"Add or remove favorite" : "Añadir o quitar favorito",
"Destination is not a folder" : "El destino no es una carpeta",
"This file/folder is already in that directory" : "Este archivo/carpeta ya está en ese directorio",
"You cannot move a file/folder onto itself or into a subfolder of itself" : "No puede mover un archivo/carpeta a sí mismo o a una sub-carpeta de sí mismo",
@@ -303,6 +290,7 @@
"The file does not exist anymore" : "El archivo ya no existe",
"Choose destination" : "Elegir destino",
"Copy to {target}" : "Copiar a {target}",
"Copy" : "Copiar",
"Move to {target}" : "Mover a {target}",
"Move" : "Mover",
"Move or copy operation failed" : "La operación de mover o copiar falló",
@@ -315,6 +303,7 @@
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "El archivo se abrirá ahora en su dispositivo. Si esto no ocurre, por favor verifique que ha instalado la aplicación de escritorio.",
"Retry and close" : "Reintentar y cerrar",
"Open online" : "Abrir en línea",
"Rename" : "Renombrar",
"Details" : "Detalles",
"View in folder" : "Ver en carpeta",
"Today" : "Hoy",
@@ -370,6 +359,7 @@
"No favorites yet" : "Aún no hay favoritos",
"Files and folders you mark as favorite will show up here" : "Aquí aparecerán los archivos y carpetas que has marcado como favoritos",
"List of your files and folders." : "Lista de sus archivos y carpetas.",
"Folder tree" : "Árbol de carpetas",
"List of your files and folders that are not shared." : "Lista de sus archivos y carpetas que no están compartidos.",
"No personal files found" : "No se encontraron archivos personales",
"Files that are not shared will show up here." : "Los archivos y carpetas que no ha compartido aparecerán aquí.",
@@ -394,14 +384,17 @@
"Submitting fields …" : "Enviando campos …",
"\"{displayName}\" action executed successfully" : "la acción \"{displayName}\" se ejecutó exitosamente",
"Filter file names …" : "Filtrar nombres de archivo …",
"Clipboard is not available" : "El portapapeles no está disponible",
"WebDAV URL copied to clipboard" : "URL de WebDAV copiado al portapapeles",
"Enable the grid view" : "Habilitar vista de cuadrícula",
"Enable folder tree" : "Habilitar el árbol de carpetas",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Copiar al portapapeles",
"Use this address to access your Files via WebDAV" : "Use esta dirección para acceder a sus archivos vía WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Si ha habilitado 2FA, debe crear y utilizar una nueva contraseña de aplicación haciendo clic aquí.",
"Prevent warning dialogs from open or reenable them." : "Evitar que se abran los diálogos de advertencia o volver a habilitarlos.",
"Show a warning dialog when changing a file extension." : "Mostrar un diálogo de advertencia cuando se cambia la extensión de un archivo.",
"Keyboard shortcuts" : "Atajos de teclado",
"Speed up your Files experience with these quick shortcuts." : "Acelere su experiencia con Archivos con estos rápidos atajos de teclado.",
"Open the actions menu for a file" : "Abrir el menú de acciones para un archivo",
"Rename a file" : "Renombrar un archivo",
+22 -23
View File
@@ -91,11 +91,26 @@ OC.L10N.register(
"Type" : "Tipo",
"Active filters" : "Filtros activos",
"Remove filter" : "Quitar filtro",
"Appearance" : "Apariencia",
"Show hidden files" : "Mostrar archivos ocultos",
"Crop image previews" : "Recortar la previsualización de las imágenes",
"General" : "General",
"Sort favorites first" : "Ordenar los favoritos primero",
"Sort folders before files" : "Ordenar carpetas antes que archivos",
"All files" : "Todos los archivos",
"Personal files" : "Archivos personales",
"Additional settings" : "Configuraciones adicionales",
"Actions" : "Acciones",
"Selection" : "Selección",
"Deselect all" : "Deseleccionar todo",
"Navigation" : "Navegación",
"View" : "Ver",
"Toggle grid view" : "Vista de cuadrícula",
"WebDAV URL" : "WebDAV URL",
"Total rows summary" : "Resumen de filas totales",
"Toggle selection for all files and folders" : "Alternar selección para todos los archivos y carpetas",
"Name" : "Nombre",
"Size" : "Tamaño",
"Actions" : "Acciones",
"(selected)" : "(seleccionado)",
"List of files and folders." : "Lista de archivos y carpetas.",
"Column headers with buttons are sortable." : "Las columnas con botones en la cabecera son ordenables.",
@@ -134,29 +149,7 @@ OC.L10N.register(
"Adding the file extension \"{new}\" may render the file unreadable." : "Añadir la extensión de archivo \"{new}\" podría volver al archivo inaccesible.",
"Select file or folder to link to" : "Seleccionar archivo o carpeta para enlazar.",
"Choose {file}" : "Elegir {file}",
"Clipboard is not available" : "El portapapeles no está disponible",
"Files settings" : "Configuración de archivos",
"General" : "General",
"All files" : "Todos los archivos",
"Personal files" : "Archivos personales",
"Sort favorites first" : "Ordenar los favoritos primero",
"Sort folders before files" : "Ordenar carpetas antes que archivos",
"Appearance" : "Apariencia",
"Show hidden files" : "Mostrar archivos ocultos",
"Crop image previews" : "Recortar la previsualización de las imágenes",
"Additional settings" : "Configuraciones adicionales",
"WebDAV" : "WebDAV",
"WebDAV URL" : "WebDAV URL",
"Copy" : "Copiar",
"Keyboard shortcuts" : "Atajos del teclado",
"Rename" : "Renombrar",
"Delete" : "Borrar",
"Manage tags" : "Administrar etiquetas",
"Selection" : "Selección",
"Deselect all" : "Deseleccionar todo",
"Navigation" : "Navegación",
"View" : "Ver",
"Toggle grid view" : "Vista de cuadrícula",
"Share" : "Compartir",
"Shared by link" : "Compartido por liga",
"Shared" : "Compartido",
@@ -194,6 +187,7 @@ OC.L10N.register(
"Pick a template for {name}" : "Elija una plantilla para {name}",
"Create a new file with the selected template" : "Crear un nuevo archivo con la plantilla seleccionada",
"Creating file" : "Creando el archivo",
"Delete" : "Borrar",
"Leave this share" : "Dejar este recurso compartido",
"Leave these shares" : "Dejar estos recursos compartidos",
"Disconnect storage" : "Desconectar almacenamiento",
@@ -219,6 +213,7 @@ OC.L10N.register(
"The file does not exist anymore" : "El archivo ya no existe",
"Choose destination" : "Elegir destino",
"Copy to {target}" : "Copiar a {target}",
"Copy" : "Copiar",
"Move to {target}" : "Mover a {target}",
"Move" : "Mover",
"Move or copy operation failed" : "La operación de mover o copiar falló",
@@ -228,6 +223,7 @@ OC.L10N.register(
"Failed to redirect to client" : "Fallo al redirigir al cliente",
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "El archivo se abrirá ahora en tu dispositivo. Si esto no ocurre, por favor verifica que hayas instalado la aplicación de escritorio.",
"Retry and close" : "Reintentar y cerrar",
"Rename" : "Renombrar",
"Details" : "Detalles",
"View in folder" : "Ver en la carpeta",
"Today" : "Hoy",
@@ -296,12 +292,15 @@ OC.L10N.register(
"\"{displayName}\" batch action executed successfully" : "La acción en lote \"{displayName}\" se ejecutó exitosamente",
"\"{displayName}\" action failed" : "La acción \"{displayName}\" falló",
"\"{displayName}\" action executed successfully" : "La acción \"{displayName}\" se ejecutó correctamente",
"Clipboard is not available" : "El portapapeles no está disponible",
"WebDAV URL copied to clipboard" : "WebDAV URL copiada al portapapeles",
"Enable the grid view" : "Habilitar la vista de cuadrícula",
"Enable folder tree" : "Habilitar el árbol de carpetas",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Copiar al portapapeles",
"Use this address to access your Files via WebDAV" : "Use esta dirección para acceder a tus archivos vía WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Si ha habilitado 2FA, debe crear y utilizar una nueva contraseña de aplicación haciendo clic aquí.",
"Keyboard shortcuts" : "Atajos del teclado",
"Deletion cancelled" : "Eliminación cancelada",
"Edit locally" : "Editar localmente",
"Moving \"{source}\" to \"{destination}\" …" : "Moviendo \"{source}\" a \"{destination}\" …",
+22 -23
View File
@@ -89,11 +89,26 @@
"Type" : "Tipo",
"Active filters" : "Filtros activos",
"Remove filter" : "Quitar filtro",
"Appearance" : "Apariencia",
"Show hidden files" : "Mostrar archivos ocultos",
"Crop image previews" : "Recortar la previsualización de las imágenes",
"General" : "General",
"Sort favorites first" : "Ordenar los favoritos primero",
"Sort folders before files" : "Ordenar carpetas antes que archivos",
"All files" : "Todos los archivos",
"Personal files" : "Archivos personales",
"Additional settings" : "Configuraciones adicionales",
"Actions" : "Acciones",
"Selection" : "Selección",
"Deselect all" : "Deseleccionar todo",
"Navigation" : "Navegación",
"View" : "Ver",
"Toggle grid view" : "Vista de cuadrícula",
"WebDAV URL" : "WebDAV URL",
"Total rows summary" : "Resumen de filas totales",
"Toggle selection for all files and folders" : "Alternar selección para todos los archivos y carpetas",
"Name" : "Nombre",
"Size" : "Tamaño",
"Actions" : "Acciones",
"(selected)" : "(seleccionado)",
"List of files and folders." : "Lista de archivos y carpetas.",
"Column headers with buttons are sortable." : "Las columnas con botones en la cabecera son ordenables.",
@@ -132,29 +147,7 @@
"Adding the file extension \"{new}\" may render the file unreadable." : "Añadir la extensión de archivo \"{new}\" podría volver al archivo inaccesible.",
"Select file or folder to link to" : "Seleccionar archivo o carpeta para enlazar.",
"Choose {file}" : "Elegir {file}",
"Clipboard is not available" : "El portapapeles no está disponible",
"Files settings" : "Configuración de archivos",
"General" : "General",
"All files" : "Todos los archivos",
"Personal files" : "Archivos personales",
"Sort favorites first" : "Ordenar los favoritos primero",
"Sort folders before files" : "Ordenar carpetas antes que archivos",
"Appearance" : "Apariencia",
"Show hidden files" : "Mostrar archivos ocultos",
"Crop image previews" : "Recortar la previsualización de las imágenes",
"Additional settings" : "Configuraciones adicionales",
"WebDAV" : "WebDAV",
"WebDAV URL" : "WebDAV URL",
"Copy" : "Copiar",
"Keyboard shortcuts" : "Atajos del teclado",
"Rename" : "Renombrar",
"Delete" : "Borrar",
"Manage tags" : "Administrar etiquetas",
"Selection" : "Selección",
"Deselect all" : "Deseleccionar todo",
"Navigation" : "Navegación",
"View" : "Ver",
"Toggle grid view" : "Vista de cuadrícula",
"Share" : "Compartir",
"Shared by link" : "Compartido por liga",
"Shared" : "Compartido",
@@ -192,6 +185,7 @@
"Pick a template for {name}" : "Elija una plantilla para {name}",
"Create a new file with the selected template" : "Crear un nuevo archivo con la plantilla seleccionada",
"Creating file" : "Creando el archivo",
"Delete" : "Borrar",
"Leave this share" : "Dejar este recurso compartido",
"Leave these shares" : "Dejar estos recursos compartidos",
"Disconnect storage" : "Desconectar almacenamiento",
@@ -217,6 +211,7 @@
"The file does not exist anymore" : "El archivo ya no existe",
"Choose destination" : "Elegir destino",
"Copy to {target}" : "Copiar a {target}",
"Copy" : "Copiar",
"Move to {target}" : "Mover a {target}",
"Move" : "Mover",
"Move or copy operation failed" : "La operación de mover o copiar falló",
@@ -226,6 +221,7 @@
"Failed to redirect to client" : "Fallo al redirigir al cliente",
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "El archivo se abrirá ahora en tu dispositivo. Si esto no ocurre, por favor verifica que hayas instalado la aplicación de escritorio.",
"Retry and close" : "Reintentar y cerrar",
"Rename" : "Renombrar",
"Details" : "Detalles",
"View in folder" : "Ver en la carpeta",
"Today" : "Hoy",
@@ -294,12 +290,15 @@
"\"{displayName}\" batch action executed successfully" : "La acción en lote \"{displayName}\" se ejecutó exitosamente",
"\"{displayName}\" action failed" : "La acción \"{displayName}\" falló",
"\"{displayName}\" action executed successfully" : "La acción \"{displayName}\" se ejecutó correctamente",
"Clipboard is not available" : "El portapapeles no está disponible",
"WebDAV URL copied to clipboard" : "WebDAV URL copiada al portapapeles",
"Enable the grid view" : "Habilitar la vista de cuadrícula",
"Enable folder tree" : "Habilitar el árbol de carpetas",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Copiar al portapapeles",
"Use this address to access your Files via WebDAV" : "Use esta dirección para acceder a tus archivos vía WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Si ha habilitado 2FA, debe crear y utilizar una nueva contraseña de aplicación haciendo clic aquí.",
"Keyboard shortcuts" : "Atajos del teclado",
"Deletion cancelled" : "Eliminación cancelada",
"Edit locally" : "Editar localmente",
"Moving \"{source}\" to \"{destination}\" …" : "Moviendo \"{source}\" a \"{destination}\" …",
+48 -48
View File
@@ -108,6 +108,43 @@ OC.L10N.register(
"Type" : "Tüüp",
"Active filters" : "Aktiivsed filtrid",
"Remove filter" : "Eemalda filter",
"Appearance" : "Välimus",
"Show hidden files" : "Näita peidetud faile",
"Show file type column" : "Näita failitüübi veergu",
"Show file extensions" : "Näita faililaiendeid",
"Crop image previews" : "Kadreeri piltide eelvaated",
"General" : "Üldine",
"Sort favorites first" : "Järjesta lemmikud esimesena",
"Sort folders before files" : "Järjesta kaustad enne faile",
"Enable folder tree view" : "Võta kasutusele kaustapuu vaade",
"Default view" : "Vaikimisi vaade",
"All files" : "Kõik failid",
"Personal files" : "Isiklikud failid",
"Additional settings" : "Lisaseadistused",
"Actions" : "Tegevused",
"File actions" : "Tegevused failidega",
"Selection" : "Valik",
"Select all files" : "Vali kõik failid",
"Deselect all" : "Eemalda kogu valik",
"Select or deselect" : "Vali või eemalda valik",
"Select a range" : "Vali vahemik",
"Navigation" : "Liikumine",
"Go to parent folder" : "Mine ülakausta",
"Go to file above" : "Mine ülal oleva faili juurde",
"Go to file below" : "Mine allpool oleva faili juurde",
"Go left in grid" : "Mine ruudustikus vasakule",
"Go right in grid" : "Mine ruudustikus paremale",
"View" : "Vaata",
"Toggle grid view" : "Lülita ruudustikuvaade sisse/välja",
"Open file sidebar" : "Ava failide külgriba",
"Show those shortcuts" : "Näita neid otseteid",
"Warnings" : "Hoiatused",
"Warn before changing a file extension" : "Hoiata enne faililaiendi muutmist",
"Warn before deleting a file" : "Hoiata enne faili kustutamist",
"WebDAV URL" : "WebDAV-i võrguaadress",
"Create an app password" : "Loo rakenduse salasõna",
"Required for WebDAV authentication because Two-Factor Authentication is enabled for this account." : "Kuna see konto kasutab kahefaktorilist autentimist, siis on see nõutav WebDAV-i autentimise jaoks.",
"How to access files using WebDAV" : "Ligipääs failidele WebDAV-i vahendusel",
"Total rows summary" : "Ridade koondkokkuvõte",
"Toggle selection for all files and folders" : "Lülita kõikide failide ja kaustade valik sisse/välja",
"Name" : "Nimi",
@@ -116,7 +153,6 @@ OC.L10N.register(
"{displayName}: failed on some elements" : "{displayName}: ei toiminud mõne objekti puhul",
"{displayName}: done" : "{displayName}: valmis",
"{displayName}: failed" : "{displayName}: ei õnnestunud",
"Actions" : "Tegevused",
"(selected)" : "(valitud)",
"List of files and folders." : "Failide ja kaustade loend",
"You have used your space quota and cannot upload files anymore." : "Sa oled kasutanud ära kogu oma andmeruumi kvoodi ega saa rohkem faile üles laadida.",
@@ -183,51 +219,7 @@ OC.L10N.register(
"Do not show this dialog again." : "Ära näita seda vaadet enam uuesti.",
"Select file or folder to link to" : "Vali lingitav fail või kaust",
"Choose {file}" : "Vali „{file}“",
"Clipboard is not available" : "Lõikelaud ei ole saadaval",
"WebDAV URL copied" : "WebDAV-i võrguaadress on kopeeritud",
"Files settings" : "Failide seadistused",
"General" : "Üldine",
"Default view" : "Vaikimisi vaade",
"All files" : "Kõik failid",
"Personal files" : "Isiklikud failid",
"Sort favorites first" : "Järjesta lemmikud esimesena",
"Sort folders before files" : "Järjesta kaustad enne faile",
"Folder tree" : "Kaustapuu",
"Appearance" : "Välimus",
"Show hidden files" : "Näita peidetud faile",
"Show file type column" : "Näita failitüübi veergu",
"Show file extensions" : "Näita faililaiendeid",
"Crop image previews" : "Kadreeri piltide eelvaated",
"Additional settings" : "Lisaseadistused",
"WebDAV" : "WebDAV",
"WebDAV URL" : "WebDAV-i võrguaadress",
"Copy" : "Kopeeri",
"How to access files using WebDAV" : "Ligipääs failidele WebDAV-i vahendusel",
"Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "Kaheastmeline autentimine on sellel kontol kasutusel ja seega pead välise WebDAV-i kliendi jaoks kasutama rakenduse salasõna.",
"Warnings" : "Hoiatused",
"Warn before changing a file extension" : "Hoiata enne faililaiendi muutmist",
"Warn before deleting files" : "Hoiata enne failide kustutamist",
"Keyboard shortcuts" : "Klaviatuuri kiirklahvid",
"File actions" : "Tegevused failidega",
"Rename" : "Muuda nime",
"Delete" : "Kustuta",
"Add or remove favorite" : "Lisa või eemalda lemmik",
"Manage tags" : "Halda silte",
"Selection" : "Valik",
"Select all files" : "Vali kõik failid",
"Deselect all" : "Eemalda kogu valik",
"Select or deselect" : "Vali või eemalda valik",
"Select a range" : "Vali vahemik",
"Navigation" : "Liikumine",
"Go to parent folder" : "Mine ülakausta",
"Go to file above" : "Mine ülal oleva faili juurde",
"Go to file below" : "Mine allpool oleva faili juurde",
"Go left in grid" : "Mine ruudustikus vasakule",
"Go right in grid" : "Mine ruudustikus paremale",
"View" : "Vaata",
"Toggle grid view" : "Lülita ruudustikuvaade sisse/välja",
"Open file sidebar" : "Ava failide külgriba",
"Show those shortcuts" : "Näita neid otseteid",
"Share" : "Jaga",
"Shared by link" : "Jagatud lingiga",
"Shared" : "Jagatud",
@@ -277,14 +269,15 @@ OC.L10N.register(
"Failed to convert files: {message}" : "Failide teisendamine ei õnnestunud: {message}",
"All files failed to be converted" : "Kõiki faile ei õnnestunud teisendada",
"One file could not be converted: {message}" : "Ühe faili teisendamine ei õnnestunud: {message}",
"_One file could not be converted_::_%n files could not be converted_" : ["Ühe faili teisendamine ei õnnestunud","%n faili teisendamine ei õnnestunud"],
"_One file successfully converted_::_%n files successfully converted_" : ["Ühe faili teisendamine õnnestus","%n faili teisendamine õnnestus"],
"Files successfully converted" : "Failide teisendamine õnnestus",
"_%n file could not be converted_::_%n files could not be converted_" : ["%n faili teisendamine ei õnnestunud","%n faili teisendamine ei õnnestunud"],
"_%n file converted_::_%n files converted_" : ["%n fail on teisendatud","%n faili on teisendatud"],
"Files converted" : "Failid on teisendatud",
"Failed to convert files" : "Failide teisendamine ei õnnestunud",
"Converting file …" : "Teisendan faile…",
"File successfully converted" : "Faili teisendamine õnnestus",
"Failed to convert file: {message}" : "Faili teisendamine ei õnnestunud: {message}",
"Failed to convert file" : "Faili teisendamine ei õnnestunud",
"Delete" : "Kustuta",
"Leave this share" : "Lahku jaoskaustast",
"Leave these shares" : "Lahku neist jaoskaustadest",
"Disconnect storage" : "Ühenda andmeruum lahti",
@@ -302,6 +295,7 @@ OC.L10N.register(
"Download" : "Laadi alla",
"The requested file is not available." : "Soovitud fail pole saadaval.",
"The requested files are not available." : "Soovitud failid pole saadaval.",
"Add or remove favorite" : "Lisa või eemalda lemmik",
"Moving \"{source}\" to \"{destination}\" …" : "Teisaldan „{source}“ → „{destination}“…",
"Copying \"{source}\" to \"{destination}\" …" : "Kopeerin „{source}“ → „{destination}“…",
"Destination is not a folder" : "Sihtasukoht pole kaust",
@@ -314,6 +308,7 @@ OC.L10N.register(
"The file does not exist anymore" : "Neid faile pole enam olemas",
"Choose destination" : "Vali sihtkaust",
"Copy to {target}" : "Kopeeri kausta {target}",
"Copy" : "Kopeeri",
"Move to {target}" : "Teisalda kausta {target}",
"Move" : "Teisalda",
"Move or copy operation failed" : "Teisaldamine või kopeerimine ei õnnestunud",
@@ -326,6 +321,7 @@ OC.L10N.register(
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Fail peaks nüüd sinu seadmes või arvutis olema avatud. Kui see nii pole, siis palun kontrolli, et töölauarakendus on paigaldatud.",
"Retry and close" : "Proovi uuesti ja sulge",
"Open online" : "Ava võrgust",
"Rename" : "Muuda nime",
"Details" : "Üksikasjad",
"View in folder" : "Vaata kaustas",
"Today" : "Täna",
@@ -381,6 +377,7 @@ OC.L10N.register(
"No favorites yet" : "Lemmikuid veel pole",
"Files and folders you mark as favorite will show up here" : "Siin kuvatakse faile ja kaustasid, mille oled märkinud lemmikuteks",
"List of your files and folders." : "Sinu failide ja kaustade loend.",
"Folder tree" : "Kaustapuu",
"List of your files and folders that are not shared." : "Sinu mittejagatud failide ja kaustade loend",
"No personal files found" : "Isiklikke faile ei leitud",
"Files that are not shared will show up here." : "Siin kuvatakse faile ja kaustu, mida sa pole teistega jaganud.",
@@ -405,14 +402,17 @@ OC.L10N.register(
"Submitting fields …" : "Saadan välju…",
"\"{displayName}\" action executed successfully" : "Toiming õnnestus: „{displayName}“",
"Filter file names …" : "Otsi failinimesid…",
"Clipboard is not available" : "Lõikelaud ei ole saadaval",
"WebDAV URL copied to clipboard" : "WebDAV-i võrguaadress on kopeeritud lõikelauale",
"Enable the grid view" : "Võta kasutusele ruudustikuvaade",
"Enable folder tree" : "Võta kasutusele kaustapuu",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Kopeeri lõikelauale",
"Use this address to access your Files via WebDAV" : "Oma failidele WebDAV-i kaudu ligipääsemiseks kasuta seda aadressi",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Kui sa oled kaheastmelise autentimise kasutusele võtnud, siis pead looma ja kasutama rakenduse uut salasõna klikates siia.",
"Prevent warning dialogs from open or reenable them." : "Ära kasuta hoiatusteateid nende avamisel või uuesti kasutusele võtmisel.",
"Show a warning dialog when changing a file extension." : "Faililaiendi muutmisel näita hoiatust.",
"Keyboard shortcuts" : "Klaviatuuri kiirklahvid",
"Speed up your Files experience with these quick shortcuts." : "Tee failirakenduse kasutamine kiiremaks nende kiirklahvidega.",
"Open the actions menu for a file" : "Ava failitoimingute menüü",
"Rename a file" : "Muuda failinime",
+48 -48
View File
@@ -106,6 +106,43 @@
"Type" : "Tüüp",
"Active filters" : "Aktiivsed filtrid",
"Remove filter" : "Eemalda filter",
"Appearance" : "Välimus",
"Show hidden files" : "Näita peidetud faile",
"Show file type column" : "Näita failitüübi veergu",
"Show file extensions" : "Näita faililaiendeid",
"Crop image previews" : "Kadreeri piltide eelvaated",
"General" : "Üldine",
"Sort favorites first" : "Järjesta lemmikud esimesena",
"Sort folders before files" : "Järjesta kaustad enne faile",
"Enable folder tree view" : "Võta kasutusele kaustapuu vaade",
"Default view" : "Vaikimisi vaade",
"All files" : "Kõik failid",
"Personal files" : "Isiklikud failid",
"Additional settings" : "Lisaseadistused",
"Actions" : "Tegevused",
"File actions" : "Tegevused failidega",
"Selection" : "Valik",
"Select all files" : "Vali kõik failid",
"Deselect all" : "Eemalda kogu valik",
"Select or deselect" : "Vali või eemalda valik",
"Select a range" : "Vali vahemik",
"Navigation" : "Liikumine",
"Go to parent folder" : "Mine ülakausta",
"Go to file above" : "Mine ülal oleva faili juurde",
"Go to file below" : "Mine allpool oleva faili juurde",
"Go left in grid" : "Mine ruudustikus vasakule",
"Go right in grid" : "Mine ruudustikus paremale",
"View" : "Vaata",
"Toggle grid view" : "Lülita ruudustikuvaade sisse/välja",
"Open file sidebar" : "Ava failide külgriba",
"Show those shortcuts" : "Näita neid otseteid",
"Warnings" : "Hoiatused",
"Warn before changing a file extension" : "Hoiata enne faililaiendi muutmist",
"Warn before deleting a file" : "Hoiata enne faili kustutamist",
"WebDAV URL" : "WebDAV-i võrguaadress",
"Create an app password" : "Loo rakenduse salasõna",
"Required for WebDAV authentication because Two-Factor Authentication is enabled for this account." : "Kuna see konto kasutab kahefaktorilist autentimist, siis on see nõutav WebDAV-i autentimise jaoks.",
"How to access files using WebDAV" : "Ligipääs failidele WebDAV-i vahendusel",
"Total rows summary" : "Ridade koondkokkuvõte",
"Toggle selection for all files and folders" : "Lülita kõikide failide ja kaustade valik sisse/välja",
"Name" : "Nimi",
@@ -114,7 +151,6 @@
"{displayName}: failed on some elements" : "{displayName}: ei toiminud mõne objekti puhul",
"{displayName}: done" : "{displayName}: valmis",
"{displayName}: failed" : "{displayName}: ei õnnestunud",
"Actions" : "Tegevused",
"(selected)" : "(valitud)",
"List of files and folders." : "Failide ja kaustade loend",
"You have used your space quota and cannot upload files anymore." : "Sa oled kasutanud ära kogu oma andmeruumi kvoodi ega saa rohkem faile üles laadida.",
@@ -181,51 +217,7 @@
"Do not show this dialog again." : "Ära näita seda vaadet enam uuesti.",
"Select file or folder to link to" : "Vali lingitav fail või kaust",
"Choose {file}" : "Vali „{file}“",
"Clipboard is not available" : "Lõikelaud ei ole saadaval",
"WebDAV URL copied" : "WebDAV-i võrguaadress on kopeeritud",
"Files settings" : "Failide seadistused",
"General" : "Üldine",
"Default view" : "Vaikimisi vaade",
"All files" : "Kõik failid",
"Personal files" : "Isiklikud failid",
"Sort favorites first" : "Järjesta lemmikud esimesena",
"Sort folders before files" : "Järjesta kaustad enne faile",
"Folder tree" : "Kaustapuu",
"Appearance" : "Välimus",
"Show hidden files" : "Näita peidetud faile",
"Show file type column" : "Näita failitüübi veergu",
"Show file extensions" : "Näita faililaiendeid",
"Crop image previews" : "Kadreeri piltide eelvaated",
"Additional settings" : "Lisaseadistused",
"WebDAV" : "WebDAV",
"WebDAV URL" : "WebDAV-i võrguaadress",
"Copy" : "Kopeeri",
"How to access files using WebDAV" : "Ligipääs failidele WebDAV-i vahendusel",
"Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "Kaheastmeline autentimine on sellel kontol kasutusel ja seega pead välise WebDAV-i kliendi jaoks kasutama rakenduse salasõna.",
"Warnings" : "Hoiatused",
"Warn before changing a file extension" : "Hoiata enne faililaiendi muutmist",
"Warn before deleting files" : "Hoiata enne failide kustutamist",
"Keyboard shortcuts" : "Klaviatuuri kiirklahvid",
"File actions" : "Tegevused failidega",
"Rename" : "Muuda nime",
"Delete" : "Kustuta",
"Add or remove favorite" : "Lisa või eemalda lemmik",
"Manage tags" : "Halda silte",
"Selection" : "Valik",
"Select all files" : "Vali kõik failid",
"Deselect all" : "Eemalda kogu valik",
"Select or deselect" : "Vali või eemalda valik",
"Select a range" : "Vali vahemik",
"Navigation" : "Liikumine",
"Go to parent folder" : "Mine ülakausta",
"Go to file above" : "Mine ülal oleva faili juurde",
"Go to file below" : "Mine allpool oleva faili juurde",
"Go left in grid" : "Mine ruudustikus vasakule",
"Go right in grid" : "Mine ruudustikus paremale",
"View" : "Vaata",
"Toggle grid view" : "Lülita ruudustikuvaade sisse/välja",
"Open file sidebar" : "Ava failide külgriba",
"Show those shortcuts" : "Näita neid otseteid",
"Share" : "Jaga",
"Shared by link" : "Jagatud lingiga",
"Shared" : "Jagatud",
@@ -275,14 +267,15 @@
"Failed to convert files: {message}" : "Failide teisendamine ei õnnestunud: {message}",
"All files failed to be converted" : "Kõiki faile ei õnnestunud teisendada",
"One file could not be converted: {message}" : "Ühe faili teisendamine ei õnnestunud: {message}",
"_One file could not be converted_::_%n files could not be converted_" : ["Ühe faili teisendamine ei õnnestunud","%n faili teisendamine ei õnnestunud"],
"_One file successfully converted_::_%n files successfully converted_" : ["Ühe faili teisendamine õnnestus","%n faili teisendamine õnnestus"],
"Files successfully converted" : "Failide teisendamine õnnestus",
"_%n file could not be converted_::_%n files could not be converted_" : ["%n faili teisendamine ei õnnestunud","%n faili teisendamine ei õnnestunud"],
"_%n file converted_::_%n files converted_" : ["%n fail on teisendatud","%n faili on teisendatud"],
"Files converted" : "Failid on teisendatud",
"Failed to convert files" : "Failide teisendamine ei õnnestunud",
"Converting file …" : "Teisendan faile…",
"File successfully converted" : "Faili teisendamine õnnestus",
"Failed to convert file: {message}" : "Faili teisendamine ei õnnestunud: {message}",
"Failed to convert file" : "Faili teisendamine ei õnnestunud",
"Delete" : "Kustuta",
"Leave this share" : "Lahku jaoskaustast",
"Leave these shares" : "Lahku neist jaoskaustadest",
"Disconnect storage" : "Ühenda andmeruum lahti",
@@ -300,6 +293,7 @@
"Download" : "Laadi alla",
"The requested file is not available." : "Soovitud fail pole saadaval.",
"The requested files are not available." : "Soovitud failid pole saadaval.",
"Add or remove favorite" : "Lisa või eemalda lemmik",
"Moving \"{source}\" to \"{destination}\" …" : "Teisaldan „{source}“ → „{destination}“…",
"Copying \"{source}\" to \"{destination}\" …" : "Kopeerin „{source}“ → „{destination}“…",
"Destination is not a folder" : "Sihtasukoht pole kaust",
@@ -312,6 +306,7 @@
"The file does not exist anymore" : "Neid faile pole enam olemas",
"Choose destination" : "Vali sihtkaust",
"Copy to {target}" : "Kopeeri kausta {target}",
"Copy" : "Kopeeri",
"Move to {target}" : "Teisalda kausta {target}",
"Move" : "Teisalda",
"Move or copy operation failed" : "Teisaldamine või kopeerimine ei õnnestunud",
@@ -324,6 +319,7 @@
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Fail peaks nüüd sinu seadmes või arvutis olema avatud. Kui see nii pole, siis palun kontrolli, et töölauarakendus on paigaldatud.",
"Retry and close" : "Proovi uuesti ja sulge",
"Open online" : "Ava võrgust",
"Rename" : "Muuda nime",
"Details" : "Üksikasjad",
"View in folder" : "Vaata kaustas",
"Today" : "Täna",
@@ -379,6 +375,7 @@
"No favorites yet" : "Lemmikuid veel pole",
"Files and folders you mark as favorite will show up here" : "Siin kuvatakse faile ja kaustasid, mille oled märkinud lemmikuteks",
"List of your files and folders." : "Sinu failide ja kaustade loend.",
"Folder tree" : "Kaustapuu",
"List of your files and folders that are not shared." : "Sinu mittejagatud failide ja kaustade loend",
"No personal files found" : "Isiklikke faile ei leitud",
"Files that are not shared will show up here." : "Siin kuvatakse faile ja kaustu, mida sa pole teistega jaganud.",
@@ -403,14 +400,17 @@
"Submitting fields …" : "Saadan välju…",
"\"{displayName}\" action executed successfully" : "Toiming õnnestus: „{displayName}“",
"Filter file names …" : "Otsi failinimesid…",
"Clipboard is not available" : "Lõikelaud ei ole saadaval",
"WebDAV URL copied to clipboard" : "WebDAV-i võrguaadress on kopeeritud lõikelauale",
"Enable the grid view" : "Võta kasutusele ruudustikuvaade",
"Enable folder tree" : "Võta kasutusele kaustapuu",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Kopeeri lõikelauale",
"Use this address to access your Files via WebDAV" : "Oma failidele WebDAV-i kaudu ligipääsemiseks kasuta seda aadressi",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Kui sa oled kaheastmelise autentimise kasutusele võtnud, siis pead looma ja kasutama rakenduse uut salasõna klikates siia.",
"Prevent warning dialogs from open or reenable them." : "Ära kasuta hoiatusteateid nende avamisel või uuesti kasutusele võtmisel.",
"Show a warning dialog when changing a file extension." : "Faililaiendi muutmisel näita hoiatust.",
"Keyboard shortcuts" : "Klaviatuuri kiirklahvid",
"Speed up your Files experience with these quick shortcuts." : "Tee failirakenduse kasutamine kiiremaks nende kiirklahvidega.",
"Open the actions menu for a file" : "Ava failitoimingute menüü",
"Rename a file" : "Muuda failinime",
+41 -48
View File
@@ -108,6 +108,39 @@ OC.L10N.register(
"Type" : "Mota",
"Active filters" : "Iragazki aktiboak",
"Remove filter" : "Kendu iragazkia",
"Appearance" : "Itxura",
"Show hidden files" : "Erakutsi ezkutuko fitxategiak",
"Show file type column" : "Erakutsi fitxategi luzapenen zutabea",
"Show file extensions" : "Erakutsi fitxategien luzapena",
"Crop image previews" : "Moztu irudien aurrebistak",
"General" : "Orokorra",
"Sort favorites first" : "Ordenatu gogokoak lehenengo",
"Sort folders before files" : "Ordenatu karpetak fitxategien aurretik",
"Default view" : "Ikuspegi lehenetsia",
"All files" : "Fitxategi guztiak",
"Personal files" : "Fitxategi pertsonalak",
"Additional settings" : "Ezarpen gehiago",
"Actions" : "Ekintzak",
"File actions" : "Fitxategi ekintzak",
"Selection" : "Hautapena",
"Select all files" : "Fitxategi guztiak aukeratu",
"Deselect all" : "Deshautatu dena",
"Select or deselect" : "Hautatu edo desautatu",
"Select a range" : "Hautatu tarte bat",
"Navigation" : "Nabigazioa",
"Go to parent folder" : "Joan karpeta gurasora",
"Go to file above" : "Joan goiko fitxategira",
"Go to file below" : "Joan beheko fitxategira",
"Go left in grid" : "Joan ezkerrera saretan",
"Go right in grid" : "Joan eskuinera saretan",
"View" : "Ikusi",
"Toggle grid view" : "Txandakatu sareta ikuspegia",
"Open file sidebar" : "Ireki alboko barra",
"Show those shortcuts" : "Erakutsi lasterbide horiek",
"Warnings" : "Oharrak",
"Warn before changing a file extension" : "Abisatu fitxategiaren luzapena aldatu aurretik",
"WebDAV URL" : "WebDAV URLa",
"How to access files using WebDAV" : "Nola sartu fitxategietara WebDAV erabiliz",
"Total rows summary" : "Errenkaden guztirako laburpena",
"Toggle selection for all files and folders" : "Ordeztu hautatutako fitxategi eta karpeta guztiak",
"Name" : "Izena",
@@ -116,7 +149,6 @@ OC.L10N.register(
"{displayName}: failed on some elements" : "{displayName}: huts egin du elementu batzuetan",
"{displayName}: done" : "{displayName}: egina",
"{displayName}: failed" : "{displayName}: huts egin du",
"Actions" : "Ekintzak",
"(selected)" : "(hautatuta)",
"List of files and folders." : "Fitxategi eta karpeten zerrenda.",
"You have used your space quota and cannot upload files anymore." : "Zure espazio-kuota erabili duzu eta ezin duzu fitxategi gehiago kargatu.",
@@ -179,51 +211,7 @@ OC.L10N.register(
"Do not show this dialog again." : "Ez erakutsi elkarrizketa hau berriro",
"Select file or folder to link to" : "Hautatu estekatzeko fitxategia edo karpeta",
"Choose {file}" : "Aukeratu {file}",
"Clipboard is not available" : "Arbela ez dago erabilgarri",
"WebDAV URL copied" : "WebDAV URLa kopiatu da",
"Files settings" : "FItxategien ezarpenak",
"General" : "Orokorra",
"Default view" : "Ikuspegi lehenetsia",
"All files" : "Fitxategi guztiak",
"Personal files" : "Fitxategi pertsonalak",
"Sort favorites first" : "Ordenatu gogokoak lehenengo",
"Sort folders before files" : "Ordenatu karpetak fitxategien aurretik",
"Folder tree" : "Fitxategien zuhaitza",
"Appearance" : "Itxura",
"Show hidden files" : "Erakutsi ezkutuko fitxategiak",
"Show file type column" : "Erakutsi fitxategi luzapenen zutabea",
"Show file extensions" : "Erakutsi fitxategien luzapena",
"Crop image previews" : "Moztu irudien aurrebistak",
"Additional settings" : "Ezarpen gehiago",
"WebDAV" : "WebDAV",
"WebDAV URL" : "WebDAV URLa",
"Copy" : "Kopiatu",
"How to access files using WebDAV" : "Nola sartu fitxategietara WebDAV erabiliz",
"Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "Bi faktoreko autentifikazioa aktibatuta dago zure kontuan, eta, beraz, aplikazioaren pasahitza erabili behar duzu kanpoko WebDAV bezero bat konektatzeko.",
"Warnings" : "Oharrak",
"Warn before changing a file extension" : "Abisatu fitxategiaren luzapena aldatu aurretik",
"Warn before deleting files" : "Abisatu fitxategiak ezabatu aurretik",
"Keyboard shortcuts" : "Teklatuaren lasterbideak",
"File actions" : "Fitxategi ekintzak",
"Rename" : "Berrizendatu",
"Delete" : "Ezabatu",
"Add or remove favorite" : "Gehitu edo kendu gogokoetatik",
"Manage tags" : "Kudeatu etiketak",
"Selection" : "Hautapena",
"Select all files" : "Fitxategi guztiak aukeratu",
"Deselect all" : "Deshautatu dena",
"Select or deselect" : "Hautatu edo desautatu",
"Select a range" : "Hautatu tarte bat",
"Navigation" : "Nabigazioa",
"Go to parent folder" : "Joan karpeta gurasora",
"Go to file above" : "Joan goiko fitxategira",
"Go to file below" : "Joan beheko fitxategira",
"Go left in grid" : "Joan ezkerrera saretan",
"Go right in grid" : "Joan eskuinera saretan",
"View" : "Ikusi",
"Toggle grid view" : "Txandakatu sareta ikuspegia",
"Open file sidebar" : "Ireki alboko barra",
"Show those shortcuts" : "Erakutsi lasterbide horiek",
"Share" : "Partekatu",
"Shared by link" : "Esteka bidez partekatuta",
"Shared" : "Partekatuta",
@@ -271,13 +259,11 @@ OC.L10N.register(
"Failed to convert files: {message}" : "Huts egin du fitxategiak bihurtzeak: {message}",
"All files failed to be converted" : "Huts egin du fitxategi guztiak bihurtzean",
"One file could not be converted: {message}" : "Fitxategi bat ezin izan da bihurtu: {message}",
"_One file could not be converted_::_%n files could not be converted_" : ["Fitxategi bat ezin izan da bihurtu","%n fitxategi ezin izan dira bihurtu"],
"_One file successfully converted_::_%n files successfully converted_" : ["Fitxategi bat behar bezala bihurtu da","%n fitxategi behar bezala bihurtu dira"],
"Files successfully converted" : "Fitxategiak behar bezala bihurtu dira",
"Failed to convert files" : "Huts egin du fitxategien bihurtzeak",
"File successfully converted" : "Fitxategia behar bezala bihurtu da",
"Failed to convert file: {message}" : "Fitxategi honen bihurtzeak huts egin du: {message}",
"Failed to convert file" : "Huts egin du fitxategiaren bihurtzeak",
"Delete" : "Ezabatu",
"Leave this share" : "Utzi partekatze hau",
"Leave these shares" : "Utzi partekatze hauek",
"Disconnect storage" : "Deskonektatu biltegia",
@@ -295,6 +281,7 @@ OC.L10N.register(
"Download" : "Deskargatu",
"The requested file is not available." : "Eskatutako fitxategia ez dago eskuragarri.",
"The requested files are not available." : "Eskatutako fitxategiak ez daude eskuragarri.",
"Add or remove favorite" : "Gehitu edo kendu gogokoetatik",
"Destination is not a folder" : "Helburua ez da karpeta bat",
"This file/folder is already in that directory" : "Fitxategi/karpeta hau dagoeneko karpeta horretan dago",
"You cannot move a file/folder onto itself or into a subfolder of itself" : "Ezin duzu fitxategi/karpeta bat berera edo bere azpikarpeta batera mugitu",
@@ -305,6 +292,7 @@ OC.L10N.register(
"The file does not exist anymore" : "Fitxategia ez da existizen dagoeneko",
"Choose destination" : "Aukeratu helburua",
"Copy to {target}" : "Kopiatu hona: {target}",
"Copy" : "Kopiatu",
"Move to {target}" : "Mugitu hona: {target}",
"Move" : "Mugitu",
"Move or copy operation failed" : "Mugitzeko edo kopiatzeko eragiketak huts egin du",
@@ -317,6 +305,7 @@ OC.L10N.register(
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Fitxategia orain zure gailuan ireki beharko litzateke. Hala ez bada, egiaztatu mahaigaineko aplikazioa instalatuta duzula.",
"Retry and close" : "Saiatu berriro eta itxi",
"Open online" : "Ireki linean",
"Rename" : "Berrizendatu",
"Details" : "Xehetasunak",
"View in folder" : "Ikusi karpetan",
"Today" : "Gaur",
@@ -372,6 +361,7 @@ OC.L10N.register(
"No favorites yet" : "Gogokorik ez oraindik",
"Files and folders you mark as favorite will show up here" : "Gogokotzat markatutako fitxategi eta karpetak hemen agertuko dira",
"List of your files and folders." : "Zure fitxategi eta karpeten zerrenda.",
"Folder tree" : "Fitxategien zuhaitza",
"List of your files and folders that are not shared." : "Partekatu ez diren zure fitxategi eta karpeten zerrenda.",
"No personal files found" : "Ez dago fitxategi pertsonalik",
"Files that are not shared will show up here." : "Partekatu ez dituzun fitxategiak hemen agertuko dira",
@@ -396,14 +386,17 @@ OC.L10N.register(
"Submitting fields …" : "Bidaltzeko eremuak",
"\"{displayName}\" action executed successfully" : "\"{displayName}\" ekintza behar bezala exekutatu da",
"Filter file names …" : "Iragazi fitxategien izenak...",
"Clipboard is not available" : "Arbela ez dago erabilgarri",
"WebDAV URL copied to clipboard" : "WebDAV URLa arbelean kopiatu da",
"Enable the grid view" : "Gaitu sareta ikuspegira",
"Enable folder tree" : "Gaitu karpeta-zuhaitza",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Kopiatu arbelera",
"Use this address to access your Files via WebDAV" : "Erabili helbide hau WebDAV bidez zure fitxategietara sartzeko",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "2FA gaitu baduzu, aplikazioaren pasahitz berria sortu eta erabili behar duzu hemen klik eginez.",
"Prevent warning dialogs from open or reenable them." : "Ohar-elkarrizketak ez irekitzea edo berriro aktibatzea.",
"Show a warning dialog when changing a file extension." : "Erakutsi oharra fitxategi baten luzapena aldatzean",
"Keyboard shortcuts" : "Teklatuaren lasterbideak",
"Speed up your Files experience with these quick shortcuts." : "Azkartu zure Fitxategi esperientzia lasterbide bizkor hauekin",
"Open the actions menu for a file" : "Ireki ekintza menua fitxategi baterako",
"Rename a file" : "Fitxategi bat berrizendatu",
+41 -48
View File
@@ -106,6 +106,39 @@
"Type" : "Mota",
"Active filters" : "Iragazki aktiboak",
"Remove filter" : "Kendu iragazkia",
"Appearance" : "Itxura",
"Show hidden files" : "Erakutsi ezkutuko fitxategiak",
"Show file type column" : "Erakutsi fitxategi luzapenen zutabea",
"Show file extensions" : "Erakutsi fitxategien luzapena",
"Crop image previews" : "Moztu irudien aurrebistak",
"General" : "Orokorra",
"Sort favorites first" : "Ordenatu gogokoak lehenengo",
"Sort folders before files" : "Ordenatu karpetak fitxategien aurretik",
"Default view" : "Ikuspegi lehenetsia",
"All files" : "Fitxategi guztiak",
"Personal files" : "Fitxategi pertsonalak",
"Additional settings" : "Ezarpen gehiago",
"Actions" : "Ekintzak",
"File actions" : "Fitxategi ekintzak",
"Selection" : "Hautapena",
"Select all files" : "Fitxategi guztiak aukeratu",
"Deselect all" : "Deshautatu dena",
"Select or deselect" : "Hautatu edo desautatu",
"Select a range" : "Hautatu tarte bat",
"Navigation" : "Nabigazioa",
"Go to parent folder" : "Joan karpeta gurasora",
"Go to file above" : "Joan goiko fitxategira",
"Go to file below" : "Joan beheko fitxategira",
"Go left in grid" : "Joan ezkerrera saretan",
"Go right in grid" : "Joan eskuinera saretan",
"View" : "Ikusi",
"Toggle grid view" : "Txandakatu sareta ikuspegia",
"Open file sidebar" : "Ireki alboko barra",
"Show those shortcuts" : "Erakutsi lasterbide horiek",
"Warnings" : "Oharrak",
"Warn before changing a file extension" : "Abisatu fitxategiaren luzapena aldatu aurretik",
"WebDAV URL" : "WebDAV URLa",
"How to access files using WebDAV" : "Nola sartu fitxategietara WebDAV erabiliz",
"Total rows summary" : "Errenkaden guztirako laburpena",
"Toggle selection for all files and folders" : "Ordeztu hautatutako fitxategi eta karpeta guztiak",
"Name" : "Izena",
@@ -114,7 +147,6 @@
"{displayName}: failed on some elements" : "{displayName}: huts egin du elementu batzuetan",
"{displayName}: done" : "{displayName}: egina",
"{displayName}: failed" : "{displayName}: huts egin du",
"Actions" : "Ekintzak",
"(selected)" : "(hautatuta)",
"List of files and folders." : "Fitxategi eta karpeten zerrenda.",
"You have used your space quota and cannot upload files anymore." : "Zure espazio-kuota erabili duzu eta ezin duzu fitxategi gehiago kargatu.",
@@ -177,51 +209,7 @@
"Do not show this dialog again." : "Ez erakutsi elkarrizketa hau berriro",
"Select file or folder to link to" : "Hautatu estekatzeko fitxategia edo karpeta",
"Choose {file}" : "Aukeratu {file}",
"Clipboard is not available" : "Arbela ez dago erabilgarri",
"WebDAV URL copied" : "WebDAV URLa kopiatu da",
"Files settings" : "FItxategien ezarpenak",
"General" : "Orokorra",
"Default view" : "Ikuspegi lehenetsia",
"All files" : "Fitxategi guztiak",
"Personal files" : "Fitxategi pertsonalak",
"Sort favorites first" : "Ordenatu gogokoak lehenengo",
"Sort folders before files" : "Ordenatu karpetak fitxategien aurretik",
"Folder tree" : "Fitxategien zuhaitza",
"Appearance" : "Itxura",
"Show hidden files" : "Erakutsi ezkutuko fitxategiak",
"Show file type column" : "Erakutsi fitxategi luzapenen zutabea",
"Show file extensions" : "Erakutsi fitxategien luzapena",
"Crop image previews" : "Moztu irudien aurrebistak",
"Additional settings" : "Ezarpen gehiago",
"WebDAV" : "WebDAV",
"WebDAV URL" : "WebDAV URLa",
"Copy" : "Kopiatu",
"How to access files using WebDAV" : "Nola sartu fitxategietara WebDAV erabiliz",
"Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "Bi faktoreko autentifikazioa aktibatuta dago zure kontuan, eta, beraz, aplikazioaren pasahitza erabili behar duzu kanpoko WebDAV bezero bat konektatzeko.",
"Warnings" : "Oharrak",
"Warn before changing a file extension" : "Abisatu fitxategiaren luzapena aldatu aurretik",
"Warn before deleting files" : "Abisatu fitxategiak ezabatu aurretik",
"Keyboard shortcuts" : "Teklatuaren lasterbideak",
"File actions" : "Fitxategi ekintzak",
"Rename" : "Berrizendatu",
"Delete" : "Ezabatu",
"Add or remove favorite" : "Gehitu edo kendu gogokoetatik",
"Manage tags" : "Kudeatu etiketak",
"Selection" : "Hautapena",
"Select all files" : "Fitxategi guztiak aukeratu",
"Deselect all" : "Deshautatu dena",
"Select or deselect" : "Hautatu edo desautatu",
"Select a range" : "Hautatu tarte bat",
"Navigation" : "Nabigazioa",
"Go to parent folder" : "Joan karpeta gurasora",
"Go to file above" : "Joan goiko fitxategira",
"Go to file below" : "Joan beheko fitxategira",
"Go left in grid" : "Joan ezkerrera saretan",
"Go right in grid" : "Joan eskuinera saretan",
"View" : "Ikusi",
"Toggle grid view" : "Txandakatu sareta ikuspegia",
"Open file sidebar" : "Ireki alboko barra",
"Show those shortcuts" : "Erakutsi lasterbide horiek",
"Share" : "Partekatu",
"Shared by link" : "Esteka bidez partekatuta",
"Shared" : "Partekatuta",
@@ -269,13 +257,11 @@
"Failed to convert files: {message}" : "Huts egin du fitxategiak bihurtzeak: {message}",
"All files failed to be converted" : "Huts egin du fitxategi guztiak bihurtzean",
"One file could not be converted: {message}" : "Fitxategi bat ezin izan da bihurtu: {message}",
"_One file could not be converted_::_%n files could not be converted_" : ["Fitxategi bat ezin izan da bihurtu","%n fitxategi ezin izan dira bihurtu"],
"_One file successfully converted_::_%n files successfully converted_" : ["Fitxategi bat behar bezala bihurtu da","%n fitxategi behar bezala bihurtu dira"],
"Files successfully converted" : "Fitxategiak behar bezala bihurtu dira",
"Failed to convert files" : "Huts egin du fitxategien bihurtzeak",
"File successfully converted" : "Fitxategia behar bezala bihurtu da",
"Failed to convert file: {message}" : "Fitxategi honen bihurtzeak huts egin du: {message}",
"Failed to convert file" : "Huts egin du fitxategiaren bihurtzeak",
"Delete" : "Ezabatu",
"Leave this share" : "Utzi partekatze hau",
"Leave these shares" : "Utzi partekatze hauek",
"Disconnect storage" : "Deskonektatu biltegia",
@@ -293,6 +279,7 @@
"Download" : "Deskargatu",
"The requested file is not available." : "Eskatutako fitxategia ez dago eskuragarri.",
"The requested files are not available." : "Eskatutako fitxategiak ez daude eskuragarri.",
"Add or remove favorite" : "Gehitu edo kendu gogokoetatik",
"Destination is not a folder" : "Helburua ez da karpeta bat",
"This file/folder is already in that directory" : "Fitxategi/karpeta hau dagoeneko karpeta horretan dago",
"You cannot move a file/folder onto itself or into a subfolder of itself" : "Ezin duzu fitxategi/karpeta bat berera edo bere azpikarpeta batera mugitu",
@@ -303,6 +290,7 @@
"The file does not exist anymore" : "Fitxategia ez da existizen dagoeneko",
"Choose destination" : "Aukeratu helburua",
"Copy to {target}" : "Kopiatu hona: {target}",
"Copy" : "Kopiatu",
"Move to {target}" : "Mugitu hona: {target}",
"Move" : "Mugitu",
"Move or copy operation failed" : "Mugitzeko edo kopiatzeko eragiketak huts egin du",
@@ -315,6 +303,7 @@
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Fitxategia orain zure gailuan ireki beharko litzateke. Hala ez bada, egiaztatu mahaigaineko aplikazioa instalatuta duzula.",
"Retry and close" : "Saiatu berriro eta itxi",
"Open online" : "Ireki linean",
"Rename" : "Berrizendatu",
"Details" : "Xehetasunak",
"View in folder" : "Ikusi karpetan",
"Today" : "Gaur",
@@ -370,6 +359,7 @@
"No favorites yet" : "Gogokorik ez oraindik",
"Files and folders you mark as favorite will show up here" : "Gogokotzat markatutako fitxategi eta karpetak hemen agertuko dira",
"List of your files and folders." : "Zure fitxategi eta karpeten zerrenda.",
"Folder tree" : "Fitxategien zuhaitza",
"List of your files and folders that are not shared." : "Partekatu ez diren zure fitxategi eta karpeten zerrenda.",
"No personal files found" : "Ez dago fitxategi pertsonalik",
"Files that are not shared will show up here." : "Partekatu ez dituzun fitxategiak hemen agertuko dira",
@@ -394,14 +384,17 @@
"Submitting fields …" : "Bidaltzeko eremuak",
"\"{displayName}\" action executed successfully" : "\"{displayName}\" ekintza behar bezala exekutatu da",
"Filter file names …" : "Iragazi fitxategien izenak...",
"Clipboard is not available" : "Arbela ez dago erabilgarri",
"WebDAV URL copied to clipboard" : "WebDAV URLa arbelean kopiatu da",
"Enable the grid view" : "Gaitu sareta ikuspegira",
"Enable folder tree" : "Gaitu karpeta-zuhaitza",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Kopiatu arbelera",
"Use this address to access your Files via WebDAV" : "Erabili helbide hau WebDAV bidez zure fitxategietara sartzeko",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "2FA gaitu baduzu, aplikazioaren pasahitz berria sortu eta erabili behar duzu hemen klik eginez.",
"Prevent warning dialogs from open or reenable them." : "Ohar-elkarrizketak ez irekitzea edo berriro aktibatzea.",
"Show a warning dialog when changing a file extension." : "Erakutsi oharra fitxategi baten luzapena aldatzean",
"Keyboard shortcuts" : "Teklatuaren lasterbideak",
"Speed up your Files experience with these quick shortcuts." : "Azkartu zure Fitxategi esperientzia lasterbide bizkor hauekin",
"Open the actions menu for a file" : "Ireki ekintza menua fitxategi baterako",
"Rename a file" : "Fitxategi bat berrizendatu",
+27 -31
View File
@@ -104,12 +104,32 @@ OC.L10N.register(
"Type" : "نوع",
"Active filters" : "فیلترهای فعال",
"Remove filter" : "فیلتر را بردارید",
"Appearance" : "ظاهر",
"Show hidden files" : "نمایش پرونده‌های مخفی",
"Show file type column" : "Show file type column",
"Crop image previews" : "پیش نمایش تصویر برش",
"General" : "عمومی",
"Sort favorites first" : "ابتدا موارد دلخواه را مرتب کنید",
"Sort folders before files" : "Sort folders before files",
"All files" : "تمامی فایل‌ها",
"Personal files" : "فایل‌های شخصی",
"Additional settings" : "تنظیمات اضافی",
"Actions" : "فعالیت ها",
"File actions" : "File actions",
"Selection" : "انتخاب",
"Select all files" : "Select all files",
"Deselect all" : "لغو انتخاب همه",
"Navigation" : "جهت یابی",
"View" : "نمایش",
"Toggle grid view" : "نمای دریچه را تغییر دهید",
"Show those shortcuts" : "Show those shortcuts",
"Warnings" : "Warnings",
"WebDAV URL" : "WebDAV URL",
"Total rows summary" : "خلاصه کل ردیف ها",
"Toggle selection for all files and folders" : "Toggle selection for all files and folders",
"Name" : "نام",
"File type" : "File type",
"Size" : "اندازه",
"Actions" : "فعالیت ها",
"(selected)" : "(selected)",
"List of files and folders." : "لیست فایل ها و پوشه ها",
"You have used your space quota and cannot upload files anymore." : "You have used your space quota and cannot upload files anymore.",
@@ -153,34 +173,7 @@ OC.L10N.register(
"Do not show this dialog again." : "Do not show this dialog again.",
"Select file or folder to link to" : "فایل یا پوشه را برای پیوند انتخاب کنید",
"Choose {file}" : "انتخاب {file}",
"Clipboard is not available" : "کلیپ بورد در دسترس نیست",
"Files settings" : "تنظیمات پرونده‌ها",
"General" : "عمومی",
"All files" : "تمامی فایل‌ها",
"Personal files" : "فایل‌های شخصی",
"Sort favorites first" : "ابتدا موارد دلخواه را مرتب کنید",
"Sort folders before files" : "Sort folders before files",
"Appearance" : "ظاهر",
"Show hidden files" : "نمایش پرونده‌های مخفی",
"Show file type column" : "Show file type column",
"Crop image previews" : "پیش نمایش تصویر برش",
"Additional settings" : "تنظیمات اضافی",
"WebDAV" : "WebDAV",
"WebDAV URL" : "WebDAV URL",
"Copy" : "رونوشت",
"Warnings" : "Warnings",
"Keyboard shortcuts" : "میان‌برهای صفحه‌کلید",
"File actions" : "File actions",
"Rename" : "تغییرنام",
"Delete" : "حذف",
"Manage tags" : "مدیریت برچسب ها",
"Selection" : "انتخاب",
"Select all files" : "Select all files",
"Deselect all" : "لغو انتخاب همه",
"Navigation" : "جهت یابی",
"View" : "نمایش",
"Toggle grid view" : "نمای دریچه را تغییر دهید",
"Show those shortcuts" : "Show those shortcuts",
"Share" : "اشتراک‌گذاری",
"Shared by link" : "اشتراک گذاشته شده از طریق لینک",
"Shared" : "به اشتراک گذاشته شده ",
@@ -224,13 +217,11 @@ OC.L10N.register(
"Failed to convert files: {message}" : "Failed to convert files: {message}",
"All files failed to be converted" : "All files failed to be converted",
"One file could not be converted: {message}" : "One file could not be converted: {message}",
"_One file could not be converted_::_%n files could not be converted_" : ["One file could not be converted","%n files could not be converted"],
"_One file successfully converted_::_%n files successfully converted_" : ["One file successfully converted","%n files successfully converted"],
"Files successfully converted" : "Files successfully converted",
"Failed to convert files" : "Failed to convert files",
"File successfully converted" : "File successfully converted",
"Failed to convert file: {message}" : "Failed to convert file: {message}",
"Failed to convert file" : "Failed to convert file",
"Delete" : "حذف",
"Leave this share" : "ترک این اشتراک",
"Leave these shares" : "Leave these shares",
"Disconnect storage" : "فضای ذخیره را جدا کنید",
@@ -254,6 +245,7 @@ OC.L10N.register(
"The file does not exist anymore" : "The file does not exist anymore",
"Choose destination" : "Choose destination",
"Copy to {target}" : "رونوشت به {target}",
"Copy" : "رونوشت",
"Move to {target}" : "جابجایی به {target}",
"Move" : "انتقال",
"Move or copy operation failed" : "Move or copy operation failed",
@@ -266,6 +258,7 @@ OC.L10N.register(
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "The file should now open on your device. If it doesn't, please check that you have the desktop app installed.",
"Retry and close" : "Retry and close",
"Open online" : "Open online",
"Rename" : "تغییرنام",
"Details" : "جزئیات",
"View in folder" : "مشاهده در پوشه",
"Today" : "امروز",
@@ -342,14 +335,17 @@ OC.L10N.register(
"Submitting fields …" : "Submitting fields …",
"\"{displayName}\" action executed successfully" : "عملکرد \"{displayName}\" با موفقیت اجرا شد",
"Filter file names …" : "Filter file names …",
"Clipboard is not available" : "کلیپ بورد در دسترس نیست",
"WebDAV URL copied to clipboard" : "URL WebDAV در کلیپ بورد کپی شد",
"Enable the grid view" : "Enable the grid view",
"Enable folder tree" : "Enable folder tree",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "کپی به کلیپ بورد",
"Use this address to access your Files via WebDAV" : "از این آدرس برای دسترسی به فایل های خود از طریق WebDAV استفاده کنید",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "اگر 2FA را فعال کرده اید، باید با کلیک کردن در اینجا یک رمز عبور برنامه جدید ایجاد و استفاده کنید.",
"Prevent warning dialogs from open or reenable them." : "Prevent warning dialogs from open or reenable them.",
"Show a warning dialog when changing a file extension." : "Show a warning dialog when changing a file extension.",
"Keyboard shortcuts" : "میان‌برهای صفحه‌کلید",
"Speed up your Files experience with these quick shortcuts." : "Speed up your Files experience with these quick shortcuts.",
"Open the actions menu for a file" : "Open the actions menu for a file",
"Rename a file" : "Rename a file",
+27 -31
View File
@@ -102,12 +102,32 @@
"Type" : "نوع",
"Active filters" : "فیلترهای فعال",
"Remove filter" : "فیلتر را بردارید",
"Appearance" : "ظاهر",
"Show hidden files" : "نمایش پرونده‌های مخفی",
"Show file type column" : "Show file type column",
"Crop image previews" : "پیش نمایش تصویر برش",
"General" : "عمومی",
"Sort favorites first" : "ابتدا موارد دلخواه را مرتب کنید",
"Sort folders before files" : "Sort folders before files",
"All files" : "تمامی فایل‌ها",
"Personal files" : "فایل‌های شخصی",
"Additional settings" : "تنظیمات اضافی",
"Actions" : "فعالیت ها",
"File actions" : "File actions",
"Selection" : "انتخاب",
"Select all files" : "Select all files",
"Deselect all" : "لغو انتخاب همه",
"Navigation" : "جهت یابی",
"View" : "نمایش",
"Toggle grid view" : "نمای دریچه را تغییر دهید",
"Show those shortcuts" : "Show those shortcuts",
"Warnings" : "Warnings",
"WebDAV URL" : "WebDAV URL",
"Total rows summary" : "خلاصه کل ردیف ها",
"Toggle selection for all files and folders" : "Toggle selection for all files and folders",
"Name" : "نام",
"File type" : "File type",
"Size" : "اندازه",
"Actions" : "فعالیت ها",
"(selected)" : "(selected)",
"List of files and folders." : "لیست فایل ها و پوشه ها",
"You have used your space quota and cannot upload files anymore." : "You have used your space quota and cannot upload files anymore.",
@@ -151,34 +171,7 @@
"Do not show this dialog again." : "Do not show this dialog again.",
"Select file or folder to link to" : "فایل یا پوشه را برای پیوند انتخاب کنید",
"Choose {file}" : "انتخاب {file}",
"Clipboard is not available" : "کلیپ بورد در دسترس نیست",
"Files settings" : "تنظیمات پرونده‌ها",
"General" : "عمومی",
"All files" : "تمامی فایل‌ها",
"Personal files" : "فایل‌های شخصی",
"Sort favorites first" : "ابتدا موارد دلخواه را مرتب کنید",
"Sort folders before files" : "Sort folders before files",
"Appearance" : "ظاهر",
"Show hidden files" : "نمایش پرونده‌های مخفی",
"Show file type column" : "Show file type column",
"Crop image previews" : "پیش نمایش تصویر برش",
"Additional settings" : "تنظیمات اضافی",
"WebDAV" : "WebDAV",
"WebDAV URL" : "WebDAV URL",
"Copy" : "رونوشت",
"Warnings" : "Warnings",
"Keyboard shortcuts" : "میان‌برهای صفحه‌کلید",
"File actions" : "File actions",
"Rename" : "تغییرنام",
"Delete" : "حذف",
"Manage tags" : "مدیریت برچسب ها",
"Selection" : "انتخاب",
"Select all files" : "Select all files",
"Deselect all" : "لغو انتخاب همه",
"Navigation" : "جهت یابی",
"View" : "نمایش",
"Toggle grid view" : "نمای دریچه را تغییر دهید",
"Show those shortcuts" : "Show those shortcuts",
"Share" : "اشتراک‌گذاری",
"Shared by link" : "اشتراک گذاشته شده از طریق لینک",
"Shared" : "به اشتراک گذاشته شده ",
@@ -222,13 +215,11 @@
"Failed to convert files: {message}" : "Failed to convert files: {message}",
"All files failed to be converted" : "All files failed to be converted",
"One file could not be converted: {message}" : "One file could not be converted: {message}",
"_One file could not be converted_::_%n files could not be converted_" : ["One file could not be converted","%n files could not be converted"],
"_One file successfully converted_::_%n files successfully converted_" : ["One file successfully converted","%n files successfully converted"],
"Files successfully converted" : "Files successfully converted",
"Failed to convert files" : "Failed to convert files",
"File successfully converted" : "File successfully converted",
"Failed to convert file: {message}" : "Failed to convert file: {message}",
"Failed to convert file" : "Failed to convert file",
"Delete" : "حذف",
"Leave this share" : "ترک این اشتراک",
"Leave these shares" : "Leave these shares",
"Disconnect storage" : "فضای ذخیره را جدا کنید",
@@ -252,6 +243,7 @@
"The file does not exist anymore" : "The file does not exist anymore",
"Choose destination" : "Choose destination",
"Copy to {target}" : "رونوشت به {target}",
"Copy" : "رونوشت",
"Move to {target}" : "جابجایی به {target}",
"Move" : "انتقال",
"Move or copy operation failed" : "Move or copy operation failed",
@@ -264,6 +256,7 @@
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "The file should now open on your device. If it doesn't, please check that you have the desktop app installed.",
"Retry and close" : "Retry and close",
"Open online" : "Open online",
"Rename" : "تغییرنام",
"Details" : "جزئیات",
"View in folder" : "مشاهده در پوشه",
"Today" : "امروز",
@@ -340,14 +333,17 @@
"Submitting fields …" : "Submitting fields …",
"\"{displayName}\" action executed successfully" : "عملکرد \"{displayName}\" با موفقیت اجرا شد",
"Filter file names …" : "Filter file names …",
"Clipboard is not available" : "کلیپ بورد در دسترس نیست",
"WebDAV URL copied to clipboard" : "URL WebDAV در کلیپ بورد کپی شد",
"Enable the grid view" : "Enable the grid view",
"Enable folder tree" : "Enable folder tree",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "کپی به کلیپ بورد",
"Use this address to access your Files via WebDAV" : "از این آدرس برای دسترسی به فایل های خود از طریق WebDAV استفاده کنید",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "اگر 2FA را فعال کرده اید، باید با کلیک کردن در اینجا یک رمز عبور برنامه جدید ایجاد و استفاده کنید.",
"Prevent warning dialogs from open or reenable them." : "Prevent warning dialogs from open or reenable them.",
"Show a warning dialog when changing a file extension." : "Show a warning dialog when changing a file extension.",
"Keyboard shortcuts" : "میان‌برهای صفحه‌کلید",
"Speed up your Files experience with these quick shortcuts." : "Speed up your Files experience with these quick shortcuts.",
"Open the actions menu for a file" : "Open the actions menu for a file",
"Rename a file" : "Rename a file",
+36 -40
View File
@@ -101,12 +101,40 @@ OC.L10N.register(
"Type" : "Tyyppi",
"Active filters" : "Aktiiviset suodattimet",
"Remove filter" : "Poista suodatin",
"Appearance" : "Ulkoasu",
"Show hidden files" : "Näytä piilotetut tiedostot",
"Show file type column" : "Näytä tiedostotyypin sarake",
"Show file extensions" : "Näytä tiedostopäätteet",
"Crop image previews" : "Rajaa kuvien esikatseluja",
"General" : "Yleiset",
"Sort favorites first" : "Järjestä suosikit ensiksi",
"Sort folders before files" : "Järjestä kansiot ennen tiedostoja",
"Default view" : "Oletusnäkymä",
"All files" : "Kaikki tiedostot",
"Personal files" : "Henkilökohtaiset tiedostot",
"Additional settings" : "Lisäasetukset",
"Actions" : "Toiminnot",
"File actions" : "Tiedostotoiminnot",
"Selection" : "Valinta",
"Select all files" : "Valitse kaikki tiedostot",
"Deselect all" : "Poista valinnat",
"Navigation" : "Navigointi",
"Go to parent folder" : "Siirry ylätason kansioon",
"Go to file above" : "Siirry yllä olevaan tiedostoon",
"Go to file below" : "Siirry alla olevaan tiedostoon",
"Go left in grid" : "Siirry vasemmalle ruudukossa",
"Go right in grid" : "Siirry oikealle ruudukossa",
"View" : "Näytä",
"Toggle grid view" : "Ruudukkonäkymä päälle/pois",
"Open file sidebar" : "Avaa tiedoston sivupalkki",
"Warnings" : "Varoitukset",
"Warn before changing a file extension" : "Varoita ennen tiedostopäätteen muuttamista",
"WebDAV URL" : "WebDAV:in URL-osoite",
"Name" : "Nimi",
"File type" : "Tiedoston tyyppi",
"Size" : "Koko",
"{displayName}: done" : "{displayName}: valmis",
"{displayName}: failed" : "{displayName}: epäonnistui",
"Actions" : "Toiminnot",
"(selected)" : "(valittu)",
"List of files and folders." : "Luettelo tiedostoista ja kansioista.",
"You have used your space quota and cannot upload files anymore." : "Olet käyttänyt tilakiintiösi, etkä voi enää ladata tiedostoja.",
@@ -157,45 +185,7 @@ OC.L10N.register(
"Do not show this dialog again." : "Älä näytä uudelleen",
"Select file or folder to link to" : "Valitse tiedosto tai kansio, johon linkitetään",
"Choose {file}" : "Valitse {file}",
"Clipboard is not available" : "Leikepöytä ei ole käytettävissä",
"WebDAV URL copied" : "WebDAV:in URL-osoite kopioitu",
"Files settings" : "Tiedostojen asetukset",
"General" : "Yleiset",
"Default view" : "Oletusnäkymä",
"All files" : "Kaikki tiedostot",
"Personal files" : "Henkilökohtaiset tiedostot",
"Sort favorites first" : "Järjestä suosikit ensiksi",
"Sort folders before files" : "Järjestä kansiot ennen tiedostoja",
"Folder tree" : "Kansiopuu",
"Appearance" : "Ulkoasu",
"Show hidden files" : "Näytä piilotetut tiedostot",
"Show file type column" : "Näytä tiedostotyypin sarake",
"Show file extensions" : "Näytä tiedostopäätteet",
"Crop image previews" : "Rajaa kuvien esikatseluja",
"Additional settings" : "Lisäasetukset",
"WebDAV" : "WebDAV",
"WebDAV URL" : "WebDAV:in URL-osoite",
"Copy" : "Kopioi",
"Warnings" : "Varoitukset",
"Warn before changing a file extension" : "Varoita ennen tiedostopäätteen muuttamista",
"Warn before deleting files" : "Varoita ennen tiedostojen poistamista",
"Keyboard shortcuts" : "Pikanäppäimet",
"File actions" : "Tiedostotoiminnot",
"Rename" : "Nimeä uudelleen",
"Delete" : "Poista",
"Manage tags" : "Hallitse tunnisteita",
"Selection" : "Valinta",
"Select all files" : "Valitse kaikki tiedostot",
"Deselect all" : "Poista valinnat",
"Navigation" : "Navigointi",
"Go to parent folder" : "Siirry ylätason kansioon",
"Go to file above" : "Siirry yllä olevaan tiedostoon",
"Go to file below" : "Siirry alla olevaan tiedostoon",
"Go left in grid" : "Siirry vasemmalle ruudukossa",
"Go right in grid" : "Siirry oikealle ruudukossa",
"View" : "Näytä",
"Toggle grid view" : "Ruudukkonäkymä päälle/pois",
"Open file sidebar" : "Avaa tiedoston sivupalkki",
"Share" : "Jaa",
"Shared by link" : "Jaettu linkillä",
"Shared" : "Jaettu",
@@ -238,11 +228,11 @@ OC.L10N.register(
"Failed to convert files: {message}" : "Tiedostojen muuntaminen epäonnistui: {message}",
"All files failed to be converted" : "Mitään tiedostoista ei voitu muuntaa",
"One file could not be converted: {message}" : "Yhtä tiedostoa ei voitu muuntaa: {message}",
"Files successfully converted" : "Tiedostot muunnettu onnistuneesti",
"Failed to convert files" : "Tiedostojen muuntaminen epäonnistui",
"File successfully converted" : "Tiedosto muunnettu onnistuneesti",
"Failed to convert file: {message}" : "Tiedoston muuntaminen epäonnistui: {message}",
"Failed to convert file" : "Tiedoston muuntaminen epäonnistui",
"Delete" : "Poista",
"Leave this share" : "Poistu tästä jaosta",
"Disconnect storage" : "Katkaise yhteys tallennustilaan",
"Disconnect storages" : "Katkaise yhteys tallennustiloihin",
@@ -267,6 +257,7 @@ OC.L10N.register(
"The file does not exist anymore" : "Tiedostoa ei ole enää olemassa",
"Choose destination" : "Valitse kohde",
"Copy to {target}" : "Kopioi kohteeseen {target}",
"Copy" : "Kopioi",
"Move to {target}" : "Siirrä kohteeseen {target}",
"Move" : "Siirrä",
"Move or copy operation failed" : "Siirto- tai kopiointitoiminto epäonnistui",
@@ -277,6 +268,7 @@ OC.L10N.register(
"Failed to redirect to client" : "Uudelleenohjaus asiakkaaseen epäonnistui",
"Open file locally" : "Avaa tiedosto paikallisesti",
"Retry and close" : "Yritä uudelleen ja sulje",
"Rename" : "Nimeä uudelleen",
"Details" : "Tiedot",
"View in folder" : "Näe kansiossa",
"Today" : "Tänään",
@@ -331,6 +323,7 @@ OC.L10N.register(
"No favorites yet" : "Ei vielä suosikkeja",
"Files and folders you mark as favorite will show up here" : "Suosikeiksi merkitsemäsi tiedostot ja kansiot näkyvät täällä",
"List of your files and folders." : "Luettelo tiedostoistasi ja kansioistasi.",
"Folder tree" : "Kansiopuu",
"List of your files and folders that are not shared." : "Luettelo tiedostoistasi ja kansioistasi, joita ei ole jaettu.",
"No personal files found" : "Henkilökohtaisia tiedostoja ei löytynyt",
"Files that are not shared will show up here." : "Tiedostot, joita ei ole jasettu, näkyvät täällä.",
@@ -348,13 +341,16 @@ OC.L10N.register(
"Upload (max. %s)" : "Lähetys (enintään %s)",
"\"{displayName}\" batch action executed successfully" : "\"{displayName}\" massatoiminto suoritettu",
"Filter file names …" : "Suodata tiedostonimiä…",
"Clipboard is not available" : "Leikepöytä ei ole käytettävissä",
"WebDAV URL copied to clipboard" : "WebDAV-osoite kopioitu leikepöydälle",
"Enable the grid view" : "Käytä ruudukkonäkymää",
"Enable folder tree" : "Ota kansiopuu käyttöön",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Kopioi leikepöydälle",
"Use this address to access your Files via WebDAV" : "Käytä tätä osoitetta yhdistääksesi tiedostosi WebDAV:in kautta",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Jos sinulla on kaksivaiheinen todennus käytössä, sinun täytyy luoda uusi sovellussalasana ja käyttää sitä napsauttamalla tästä.",
"Show a warning dialog when changing a file extension." : "Näytä varoitus tiedostopäätettä muuttaessa.",
"Keyboard shortcuts" : "Pikanäppäimet",
"Speed up your Files experience with these quick shortcuts." : "Nopeuta tiedostonhallinnan kokemusta näillä pikanäppäimillä.",
"Open the actions menu for a file" : "Avaa tiedoston toimintovalikko",
"Rename a file" : "Nimeä tiedosto uudelleen",
+36 -40
View File
@@ -99,12 +99,40 @@
"Type" : "Tyyppi",
"Active filters" : "Aktiiviset suodattimet",
"Remove filter" : "Poista suodatin",
"Appearance" : "Ulkoasu",
"Show hidden files" : "Näytä piilotetut tiedostot",
"Show file type column" : "Näytä tiedostotyypin sarake",
"Show file extensions" : "Näytä tiedostopäätteet",
"Crop image previews" : "Rajaa kuvien esikatseluja",
"General" : "Yleiset",
"Sort favorites first" : "Järjestä suosikit ensiksi",
"Sort folders before files" : "Järjestä kansiot ennen tiedostoja",
"Default view" : "Oletusnäkymä",
"All files" : "Kaikki tiedostot",
"Personal files" : "Henkilökohtaiset tiedostot",
"Additional settings" : "Lisäasetukset",
"Actions" : "Toiminnot",
"File actions" : "Tiedostotoiminnot",
"Selection" : "Valinta",
"Select all files" : "Valitse kaikki tiedostot",
"Deselect all" : "Poista valinnat",
"Navigation" : "Navigointi",
"Go to parent folder" : "Siirry ylätason kansioon",
"Go to file above" : "Siirry yllä olevaan tiedostoon",
"Go to file below" : "Siirry alla olevaan tiedostoon",
"Go left in grid" : "Siirry vasemmalle ruudukossa",
"Go right in grid" : "Siirry oikealle ruudukossa",
"View" : "Näytä",
"Toggle grid view" : "Ruudukkonäkymä päälle/pois",
"Open file sidebar" : "Avaa tiedoston sivupalkki",
"Warnings" : "Varoitukset",
"Warn before changing a file extension" : "Varoita ennen tiedostopäätteen muuttamista",
"WebDAV URL" : "WebDAV:in URL-osoite",
"Name" : "Nimi",
"File type" : "Tiedoston tyyppi",
"Size" : "Koko",
"{displayName}: done" : "{displayName}: valmis",
"{displayName}: failed" : "{displayName}: epäonnistui",
"Actions" : "Toiminnot",
"(selected)" : "(valittu)",
"List of files and folders." : "Luettelo tiedostoista ja kansioista.",
"You have used your space quota and cannot upload files anymore." : "Olet käyttänyt tilakiintiösi, etkä voi enää ladata tiedostoja.",
@@ -155,45 +183,7 @@
"Do not show this dialog again." : "Älä näytä uudelleen",
"Select file or folder to link to" : "Valitse tiedosto tai kansio, johon linkitetään",
"Choose {file}" : "Valitse {file}",
"Clipboard is not available" : "Leikepöytä ei ole käytettävissä",
"WebDAV URL copied" : "WebDAV:in URL-osoite kopioitu",
"Files settings" : "Tiedostojen asetukset",
"General" : "Yleiset",
"Default view" : "Oletusnäkymä",
"All files" : "Kaikki tiedostot",
"Personal files" : "Henkilökohtaiset tiedostot",
"Sort favorites first" : "Järjestä suosikit ensiksi",
"Sort folders before files" : "Järjestä kansiot ennen tiedostoja",
"Folder tree" : "Kansiopuu",
"Appearance" : "Ulkoasu",
"Show hidden files" : "Näytä piilotetut tiedostot",
"Show file type column" : "Näytä tiedostotyypin sarake",
"Show file extensions" : "Näytä tiedostopäätteet",
"Crop image previews" : "Rajaa kuvien esikatseluja",
"Additional settings" : "Lisäasetukset",
"WebDAV" : "WebDAV",
"WebDAV URL" : "WebDAV:in URL-osoite",
"Copy" : "Kopioi",
"Warnings" : "Varoitukset",
"Warn before changing a file extension" : "Varoita ennen tiedostopäätteen muuttamista",
"Warn before deleting files" : "Varoita ennen tiedostojen poistamista",
"Keyboard shortcuts" : "Pikanäppäimet",
"File actions" : "Tiedostotoiminnot",
"Rename" : "Nimeä uudelleen",
"Delete" : "Poista",
"Manage tags" : "Hallitse tunnisteita",
"Selection" : "Valinta",
"Select all files" : "Valitse kaikki tiedostot",
"Deselect all" : "Poista valinnat",
"Navigation" : "Navigointi",
"Go to parent folder" : "Siirry ylätason kansioon",
"Go to file above" : "Siirry yllä olevaan tiedostoon",
"Go to file below" : "Siirry alla olevaan tiedostoon",
"Go left in grid" : "Siirry vasemmalle ruudukossa",
"Go right in grid" : "Siirry oikealle ruudukossa",
"View" : "Näytä",
"Toggle grid view" : "Ruudukkonäkymä päälle/pois",
"Open file sidebar" : "Avaa tiedoston sivupalkki",
"Share" : "Jaa",
"Shared by link" : "Jaettu linkillä",
"Shared" : "Jaettu",
@@ -236,11 +226,11 @@
"Failed to convert files: {message}" : "Tiedostojen muuntaminen epäonnistui: {message}",
"All files failed to be converted" : "Mitään tiedostoista ei voitu muuntaa",
"One file could not be converted: {message}" : "Yhtä tiedostoa ei voitu muuntaa: {message}",
"Files successfully converted" : "Tiedostot muunnettu onnistuneesti",
"Failed to convert files" : "Tiedostojen muuntaminen epäonnistui",
"File successfully converted" : "Tiedosto muunnettu onnistuneesti",
"Failed to convert file: {message}" : "Tiedoston muuntaminen epäonnistui: {message}",
"Failed to convert file" : "Tiedoston muuntaminen epäonnistui",
"Delete" : "Poista",
"Leave this share" : "Poistu tästä jaosta",
"Disconnect storage" : "Katkaise yhteys tallennustilaan",
"Disconnect storages" : "Katkaise yhteys tallennustiloihin",
@@ -265,6 +255,7 @@
"The file does not exist anymore" : "Tiedostoa ei ole enää olemassa",
"Choose destination" : "Valitse kohde",
"Copy to {target}" : "Kopioi kohteeseen {target}",
"Copy" : "Kopioi",
"Move to {target}" : "Siirrä kohteeseen {target}",
"Move" : "Siirrä",
"Move or copy operation failed" : "Siirto- tai kopiointitoiminto epäonnistui",
@@ -275,6 +266,7 @@
"Failed to redirect to client" : "Uudelleenohjaus asiakkaaseen epäonnistui",
"Open file locally" : "Avaa tiedosto paikallisesti",
"Retry and close" : "Yritä uudelleen ja sulje",
"Rename" : "Nimeä uudelleen",
"Details" : "Tiedot",
"View in folder" : "Näe kansiossa",
"Today" : "Tänään",
@@ -329,6 +321,7 @@
"No favorites yet" : "Ei vielä suosikkeja",
"Files and folders you mark as favorite will show up here" : "Suosikeiksi merkitsemäsi tiedostot ja kansiot näkyvät täällä",
"List of your files and folders." : "Luettelo tiedostoistasi ja kansioistasi.",
"Folder tree" : "Kansiopuu",
"List of your files and folders that are not shared." : "Luettelo tiedostoistasi ja kansioistasi, joita ei ole jaettu.",
"No personal files found" : "Henkilökohtaisia tiedostoja ei löytynyt",
"Files that are not shared will show up here." : "Tiedostot, joita ei ole jasettu, näkyvät täällä.",
@@ -346,13 +339,16 @@
"Upload (max. %s)" : "Lähetys (enintään %s)",
"\"{displayName}\" batch action executed successfully" : "\"{displayName}\" massatoiminto suoritettu",
"Filter file names …" : "Suodata tiedostonimiä…",
"Clipboard is not available" : "Leikepöytä ei ole käytettävissä",
"WebDAV URL copied to clipboard" : "WebDAV-osoite kopioitu leikepöydälle",
"Enable the grid view" : "Käytä ruudukkonäkymää",
"Enable folder tree" : "Ota kansiopuu käyttöön",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Kopioi leikepöydälle",
"Use this address to access your Files via WebDAV" : "Käytä tätä osoitetta yhdistääksesi tiedostosi WebDAV:in kautta",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Jos sinulla on kaksivaiheinen todennus käytössä, sinun täytyy luoda uusi sovellussalasana ja käyttää sitä napsauttamalla tästä.",
"Show a warning dialog when changing a file extension." : "Näytä varoitus tiedostopäätettä muuttaessa.",
"Keyboard shortcuts" : "Pikanäppäimet",
"Speed up your Files experience with these quick shortcuts." : "Nopeuta tiedostonhallinnan kokemusta näillä pikanäppäimillä.",
"Open the actions menu for a file" : "Avaa tiedoston toimintovalikko",
"Rename a file" : "Nimeä tiedosto uudelleen",
+44 -48
View File
@@ -108,6 +108,39 @@ OC.L10N.register(
"Type" : "Type",
"Active filters" : "Filtres actifs",
"Remove filter" : "Retirer le filtre",
"Appearance" : "Apparence",
"Show hidden files" : "Montrer les fichiers masqués",
"Show file type column" : "Afficher la colonne du type de fichier",
"Show file extensions" : "Afficher les extensions de fichiers",
"Crop image previews" : "Afficher en miniatures carrées",
"General" : "Général",
"Sort favorites first" : "Trier les favoris en premier",
"Sort folders before files" : "Trier les dossiers avant les fichiers",
"Default view" : "Vue par défaut",
"All files" : "Tous les fichiers",
"Personal files" : "Fichiers personnels",
"Additional settings" : "Paramètres supplémentaires",
"Actions" : "Actions",
"File actions" : "Actions de fichiers",
"Selection" : "Choix",
"Select all files" : "Sélectionner tous les fichiers",
"Deselect all" : "Tout désélectionner",
"Select or deselect" : "Sélectionner ou désélectionner",
"Select a range" : "Sélectionner une plage",
"Navigation" : "Navigation",
"Go to parent folder" : "Aller au dossier parent",
"Go to file above" : "Aller au fichier au-dessus",
"Go to file below" : "Aller au fichier au-dessous",
"Go left in grid" : "Aller à gauche dans la grille",
"Go right in grid" : "Aller à droite dans la grille",
"View" : "Voir",
"Toggle grid view" : "Activer/Désactiver l'affichage mosaïque",
"Open file sidebar" : "Ouvrir le panneau latéral du fichier",
"Show those shortcuts" : "Montrer ces raccourcis",
"Warnings" : "Avertissements",
"Warn before changing a file extension" : "Avertir avant de modifier l'extension d'un fichier",
"WebDAV URL" : "URL WebDAV",
"How to access files using WebDAV" : "Comment accéder aux fichiers en utilisant WebDAV",
"Total rows summary" : "Récapitulatif du nombre total de lignes",
"Toggle selection for all files and folders" : "Basculer la sélection pour tous les fichiers et dossiers",
"Name" : "Nom",
@@ -116,7 +149,6 @@ OC.L10N.register(
"{displayName}: failed on some elements" : "{displayName} : a échoué pour certains éléments",
"{displayName}: done" : "{displayName} : terminé",
"{displayName}: failed" : "{displayName} : échec",
"Actions" : "Actions",
"(selected)" : "(sélectionné)",
"List of files and folders." : "Liste des fichiers et dossiers.",
"You have used your space quota and cannot upload files anymore." : "Vous avez utilisé votre quota d'espace et vous ne pouvez plus téléverser de fichiers",
@@ -183,51 +215,7 @@ OC.L10N.register(
"Do not show this dialog again." : "Ne plus montrer cette boite de dialogue.",
"Select file or folder to link to" : "Sélection d'un fichier ou d'un dossier à lier",
"Choose {file}" : "Choisir {file}",
"Clipboard is not available" : "Le presse-papiers n'est pas disponible",
"WebDAV URL copied" : "URL WebDAV copiée",
"Files settings" : "Paramètres de Fichiers",
"General" : "Général",
"Default view" : "Vue par défaut",
"All files" : "Tous les fichiers",
"Personal files" : "Fichiers personnels",
"Sort favorites first" : "Trier les favoris en premier",
"Sort folders before files" : "Trier les dossiers avant les fichiers",
"Folder tree" : "Arborescence des dossiers",
"Appearance" : "Apparence",
"Show hidden files" : "Montrer les fichiers masqués",
"Show file type column" : "Afficher la colonne du type de fichier",
"Show file extensions" : "Afficher les extensions de fichiers",
"Crop image previews" : "Afficher en miniatures carrées",
"Additional settings" : "Paramètres supplémentaires",
"WebDAV" : "WebDAV",
"WebDAV URL" : "URL WebDAV",
"Copy" : "Copier",
"How to access files using WebDAV" : "Comment accéder aux fichiers en utilisant WebDAV",
"Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "L'authentification à deux facteurs est activée pour votre compte. Vous devez donc utiliser un mot de passe d'application pour connecter un client WebDAV externe.",
"Warnings" : "Avertissements",
"Warn before changing a file extension" : "Avertir avant de modifier l'extension d'un fichier",
"Warn before deleting files" : "Avertir avant de supprimer des fichiers",
"Keyboard shortcuts" : "Raccourcis clavier",
"File actions" : "Actions de fichiers",
"Rename" : "Renommer",
"Delete" : "Supprimer",
"Add or remove favorite" : "Ajouter ou supprimer un favoris",
"Manage tags" : "Gérer les étiquettes",
"Selection" : "Choix",
"Select all files" : "Sélectionner tous les fichiers",
"Deselect all" : "Tout désélectionner",
"Select or deselect" : "Sélectionner ou désélectionner",
"Select a range" : "Sélectionner une plage",
"Navigation" : "Navigation",
"Go to parent folder" : "Aller au dossier parent",
"Go to file above" : "Aller au fichier au-dessus",
"Go to file below" : "Aller au fichier au-dessous",
"Go left in grid" : "Aller à gauche dans la grille",
"Go right in grid" : "Aller à droite dans la grille",
"View" : "Voir",
"Toggle grid view" : "Activer/Désactiver l'affichage mosaïque",
"Open file sidebar" : "Ouvrir le panneau latéral du fichier",
"Show those shortcuts" : "Montrer ces raccourcis",
"Share" : "Partager",
"Shared by link" : "Partagés par lien",
"Shared" : "Partagé",
@@ -277,14 +265,15 @@ OC.L10N.register(
"Failed to convert files: {message}" : "Impossible de convertir les fichiers : {message}",
"All files failed to be converted" : "Aucun fichier n'a pu être converti",
"One file could not be converted: {message}" : "Le fichier {message} n'a pas pu être converti",
"_One file could not be converted_::_%n files could not be converted_" : ["Un fichier n'a pas pu être converti","%n fichiers n'ont pas pu être convertis","%n fichiers n'ont pas pu être convertis"],
"_One file successfully converted_::_%n files successfully converted_" : ["Un fichier converti avec succès","%n fichiers convertis avec succès","%n fichiers convertis avec succès"],
"Files successfully converted" : "Fichiers convertis avec succès",
"_%n file could not be converted_::_%n files could not be converted_" : ["Un fichier n'a pas pu être converti","%n fichiers n'ont pas pu être convertis","%n fichiers n'ont pas pu être convertis"],
"_%n file converted_::_%n files converted_" : ["%n fichier converti","%n fichiers convertis","%n fichiers convertis"],
"Files converted" : "Fichiers convertis",
"Failed to convert files" : "Impossible de convertir les fichiers",
"Converting file …" : "Conversion du fichier …",
"File successfully converted" : "Fichier converti avec succès",
"Failed to convert file: {message}" : "Impossible de convertir le fichier : {message}",
"Failed to convert file" : "Impossible de convertir le fichier",
"Delete" : "Supprimer",
"Leave this share" : "Quitter ce partage",
"Leave these shares" : "Quitter ces partages",
"Disconnect storage" : "Déconnecter ce support de stockage",
@@ -302,6 +291,7 @@ OC.L10N.register(
"Download" : "Télécharger",
"The requested file is not available." : "Le fichier demandé n'est pas disponible.",
"The requested files are not available." : "Les fichiers demandés ne sont pas disponibles.",
"Add or remove favorite" : "Ajouter ou supprimer un favoris",
"Moving \"{source}\" to \"{destination}\" …" : "Déplacement de \"{source}\" vers \"{destination}\" …",
"Copying \"{source}\" to \"{destination}\" …" : "Copie de \"{source}\" vers \"{destination}\" …",
"Destination is not a folder" : "La destination n'est pas un dossier",
@@ -314,6 +304,7 @@ OC.L10N.register(
"The file does not exist anymore" : "Le fichier n'existe plus",
"Choose destination" : "Choisir la destination",
"Copy to {target}" : "Copier vers {target}",
"Copy" : "Copier",
"Move to {target}" : "Déplacer vers {target}",
"Move" : "Déplacer",
"Move or copy operation failed" : "L'opération de copie ou de déplacement a échoué",
@@ -326,6 +317,7 @@ OC.L10N.register(
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Le fichier devrait maintenant s'ouvrir sur votre appareil. Si ce n'est pas le cas, vérifiez que vous avez installé l'application de bureau.",
"Retry and close" : "Réessayer et fermer",
"Open online" : "Ouvrir en ligne",
"Rename" : "Renommer",
"Details" : "Détails",
"View in folder" : "Afficher dans le dossier",
"Today" : "Aujourdhui",
@@ -381,6 +373,7 @@ OC.L10N.register(
"No favorites yet" : "Aucun favori pour l'instant",
"Files and folders you mark as favorite will show up here" : "Les fichiers et dossiers ajoutés à vos favoris apparaîtront ici",
"List of your files and folders." : "Liste de vos fichiers et dossiers.",
"Folder tree" : "Arborescence des dossiers",
"List of your files and folders that are not shared." : "Liste de vos fichiers et dossiers non partagés.",
"No personal files found" : "Aucun fichier personnel trouvé",
"Files that are not shared will show up here." : "Les fichiers qui ne sont pas partagés apparaîtront ici.",
@@ -405,14 +398,17 @@ OC.L10N.register(
"Submitting fields …" : "Soumission des champs...",
"\"{displayName}\" action executed successfully" : "Action \"{displayName}\" exécutée avec succès",
"Filter file names …" : "Filtrer les noms de fichier…",
"Clipboard is not available" : "Le presse-papiers n'est pas disponible",
"WebDAV URL copied to clipboard" : "URL WebDAV copiée dans le presse-papier",
"Enable the grid view" : "Activer la vue en grille",
"Enable folder tree" : "Activer l'arborescence des dossiers",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Copier dans le presse-papiers",
"Use this address to access your Files via WebDAV" : "Utilisez cette adresse pour accéder à vos fichiers via WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Si vous avez activé le 2FA, vous devez créer et utiliser un nouveau mot de passe d'application en cliquant ici.",
"Prevent warning dialogs from open or reenable them." : "Empêchez l'ouverture des boîtes de dialogue d'avertissement ou réactivez-les.",
"Show a warning dialog when changing a file extension." : "Afficher un avertissement quand l'extension du fichier est modifiée.",
"Keyboard shortcuts" : "Raccourcis clavier",
"Speed up your Files experience with these quick shortcuts." : "Accélérez votre expérience Fichiers avec ces raccourcis rapides.",
"Open the actions menu for a file" : "Ouvrir le menu d'actions pour un fichier",
"Rename a file" : "Renommer un fichier",
+44 -48
View File
@@ -106,6 +106,39 @@
"Type" : "Type",
"Active filters" : "Filtres actifs",
"Remove filter" : "Retirer le filtre",
"Appearance" : "Apparence",
"Show hidden files" : "Montrer les fichiers masqués",
"Show file type column" : "Afficher la colonne du type de fichier",
"Show file extensions" : "Afficher les extensions de fichiers",
"Crop image previews" : "Afficher en miniatures carrées",
"General" : "Général",
"Sort favorites first" : "Trier les favoris en premier",
"Sort folders before files" : "Trier les dossiers avant les fichiers",
"Default view" : "Vue par défaut",
"All files" : "Tous les fichiers",
"Personal files" : "Fichiers personnels",
"Additional settings" : "Paramètres supplémentaires",
"Actions" : "Actions",
"File actions" : "Actions de fichiers",
"Selection" : "Choix",
"Select all files" : "Sélectionner tous les fichiers",
"Deselect all" : "Tout désélectionner",
"Select or deselect" : "Sélectionner ou désélectionner",
"Select a range" : "Sélectionner une plage",
"Navigation" : "Navigation",
"Go to parent folder" : "Aller au dossier parent",
"Go to file above" : "Aller au fichier au-dessus",
"Go to file below" : "Aller au fichier au-dessous",
"Go left in grid" : "Aller à gauche dans la grille",
"Go right in grid" : "Aller à droite dans la grille",
"View" : "Voir",
"Toggle grid view" : "Activer/Désactiver l'affichage mosaïque",
"Open file sidebar" : "Ouvrir le panneau latéral du fichier",
"Show those shortcuts" : "Montrer ces raccourcis",
"Warnings" : "Avertissements",
"Warn before changing a file extension" : "Avertir avant de modifier l'extension d'un fichier",
"WebDAV URL" : "URL WebDAV",
"How to access files using WebDAV" : "Comment accéder aux fichiers en utilisant WebDAV",
"Total rows summary" : "Récapitulatif du nombre total de lignes",
"Toggle selection for all files and folders" : "Basculer la sélection pour tous les fichiers et dossiers",
"Name" : "Nom",
@@ -114,7 +147,6 @@
"{displayName}: failed on some elements" : "{displayName} : a échoué pour certains éléments",
"{displayName}: done" : "{displayName} : terminé",
"{displayName}: failed" : "{displayName} : échec",
"Actions" : "Actions",
"(selected)" : "(sélectionné)",
"List of files and folders." : "Liste des fichiers et dossiers.",
"You have used your space quota and cannot upload files anymore." : "Vous avez utilisé votre quota d'espace et vous ne pouvez plus téléverser de fichiers",
@@ -181,51 +213,7 @@
"Do not show this dialog again." : "Ne plus montrer cette boite de dialogue.",
"Select file or folder to link to" : "Sélection d'un fichier ou d'un dossier à lier",
"Choose {file}" : "Choisir {file}",
"Clipboard is not available" : "Le presse-papiers n'est pas disponible",
"WebDAV URL copied" : "URL WebDAV copiée",
"Files settings" : "Paramètres de Fichiers",
"General" : "Général",
"Default view" : "Vue par défaut",
"All files" : "Tous les fichiers",
"Personal files" : "Fichiers personnels",
"Sort favorites first" : "Trier les favoris en premier",
"Sort folders before files" : "Trier les dossiers avant les fichiers",
"Folder tree" : "Arborescence des dossiers",
"Appearance" : "Apparence",
"Show hidden files" : "Montrer les fichiers masqués",
"Show file type column" : "Afficher la colonne du type de fichier",
"Show file extensions" : "Afficher les extensions de fichiers",
"Crop image previews" : "Afficher en miniatures carrées",
"Additional settings" : "Paramètres supplémentaires",
"WebDAV" : "WebDAV",
"WebDAV URL" : "URL WebDAV",
"Copy" : "Copier",
"How to access files using WebDAV" : "Comment accéder aux fichiers en utilisant WebDAV",
"Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "L'authentification à deux facteurs est activée pour votre compte. Vous devez donc utiliser un mot de passe d'application pour connecter un client WebDAV externe.",
"Warnings" : "Avertissements",
"Warn before changing a file extension" : "Avertir avant de modifier l'extension d'un fichier",
"Warn before deleting files" : "Avertir avant de supprimer des fichiers",
"Keyboard shortcuts" : "Raccourcis clavier",
"File actions" : "Actions de fichiers",
"Rename" : "Renommer",
"Delete" : "Supprimer",
"Add or remove favorite" : "Ajouter ou supprimer un favoris",
"Manage tags" : "Gérer les étiquettes",
"Selection" : "Choix",
"Select all files" : "Sélectionner tous les fichiers",
"Deselect all" : "Tout désélectionner",
"Select or deselect" : "Sélectionner ou désélectionner",
"Select a range" : "Sélectionner une plage",
"Navigation" : "Navigation",
"Go to parent folder" : "Aller au dossier parent",
"Go to file above" : "Aller au fichier au-dessus",
"Go to file below" : "Aller au fichier au-dessous",
"Go left in grid" : "Aller à gauche dans la grille",
"Go right in grid" : "Aller à droite dans la grille",
"View" : "Voir",
"Toggle grid view" : "Activer/Désactiver l'affichage mosaïque",
"Open file sidebar" : "Ouvrir le panneau latéral du fichier",
"Show those shortcuts" : "Montrer ces raccourcis",
"Share" : "Partager",
"Shared by link" : "Partagés par lien",
"Shared" : "Partagé",
@@ -275,14 +263,15 @@
"Failed to convert files: {message}" : "Impossible de convertir les fichiers : {message}",
"All files failed to be converted" : "Aucun fichier n'a pu être converti",
"One file could not be converted: {message}" : "Le fichier {message} n'a pas pu être converti",
"_One file could not be converted_::_%n files could not be converted_" : ["Un fichier n'a pas pu être converti","%n fichiers n'ont pas pu être convertis","%n fichiers n'ont pas pu être convertis"],
"_One file successfully converted_::_%n files successfully converted_" : ["Un fichier converti avec succès","%n fichiers convertis avec succès","%n fichiers convertis avec succès"],
"Files successfully converted" : "Fichiers convertis avec succès",
"_%n file could not be converted_::_%n files could not be converted_" : ["Un fichier n'a pas pu être converti","%n fichiers n'ont pas pu être convertis","%n fichiers n'ont pas pu être convertis"],
"_%n file converted_::_%n files converted_" : ["%n fichier converti","%n fichiers convertis","%n fichiers convertis"],
"Files converted" : "Fichiers convertis",
"Failed to convert files" : "Impossible de convertir les fichiers",
"Converting file …" : "Conversion du fichier …",
"File successfully converted" : "Fichier converti avec succès",
"Failed to convert file: {message}" : "Impossible de convertir le fichier : {message}",
"Failed to convert file" : "Impossible de convertir le fichier",
"Delete" : "Supprimer",
"Leave this share" : "Quitter ce partage",
"Leave these shares" : "Quitter ces partages",
"Disconnect storage" : "Déconnecter ce support de stockage",
@@ -300,6 +289,7 @@
"Download" : "Télécharger",
"The requested file is not available." : "Le fichier demandé n'est pas disponible.",
"The requested files are not available." : "Les fichiers demandés ne sont pas disponibles.",
"Add or remove favorite" : "Ajouter ou supprimer un favoris",
"Moving \"{source}\" to \"{destination}\" …" : "Déplacement de \"{source}\" vers \"{destination}\" …",
"Copying \"{source}\" to \"{destination}\" …" : "Copie de \"{source}\" vers \"{destination}\" …",
"Destination is not a folder" : "La destination n'est pas un dossier",
@@ -312,6 +302,7 @@
"The file does not exist anymore" : "Le fichier n'existe plus",
"Choose destination" : "Choisir la destination",
"Copy to {target}" : "Copier vers {target}",
"Copy" : "Copier",
"Move to {target}" : "Déplacer vers {target}",
"Move" : "Déplacer",
"Move or copy operation failed" : "L'opération de copie ou de déplacement a échoué",
@@ -324,6 +315,7 @@
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Le fichier devrait maintenant s'ouvrir sur votre appareil. Si ce n'est pas le cas, vérifiez que vous avez installé l'application de bureau.",
"Retry and close" : "Réessayer et fermer",
"Open online" : "Ouvrir en ligne",
"Rename" : "Renommer",
"Details" : "Détails",
"View in folder" : "Afficher dans le dossier",
"Today" : "Aujourdhui",
@@ -379,6 +371,7 @@
"No favorites yet" : "Aucun favori pour l'instant",
"Files and folders you mark as favorite will show up here" : "Les fichiers et dossiers ajoutés à vos favoris apparaîtront ici",
"List of your files and folders." : "Liste de vos fichiers et dossiers.",
"Folder tree" : "Arborescence des dossiers",
"List of your files and folders that are not shared." : "Liste de vos fichiers et dossiers non partagés.",
"No personal files found" : "Aucun fichier personnel trouvé",
"Files that are not shared will show up here." : "Les fichiers qui ne sont pas partagés apparaîtront ici.",
@@ -403,14 +396,17 @@
"Submitting fields …" : "Soumission des champs...",
"\"{displayName}\" action executed successfully" : "Action \"{displayName}\" exécutée avec succès",
"Filter file names …" : "Filtrer les noms de fichier…",
"Clipboard is not available" : "Le presse-papiers n'est pas disponible",
"WebDAV URL copied to clipboard" : "URL WebDAV copiée dans le presse-papier",
"Enable the grid view" : "Activer la vue en grille",
"Enable folder tree" : "Activer l'arborescence des dossiers",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Copier dans le presse-papiers",
"Use this address to access your Files via WebDAV" : "Utilisez cette adresse pour accéder à vos fichiers via WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Si vous avez activé le 2FA, vous devez créer et utiliser un nouveau mot de passe d'application en cliquant ici.",
"Prevent warning dialogs from open or reenable them." : "Empêchez l'ouverture des boîtes de dialogue d'avertissement ou réactivez-les.",
"Show a warning dialog when changing a file extension." : "Afficher un avertissement quand l'extension du fichier est modifiée.",
"Keyboard shortcuts" : "Raccourcis clavier",
"Speed up your Files experience with these quick shortcuts." : "Accélérez votre expérience Fichiers avec ces raccourcis rapides.",
"Open the actions menu for a file" : "Ouvrir le menu d'actions pour un fichier",
"Rename a file" : "Renommer un fichier",
+48 -48
View File
@@ -108,6 +108,43 @@ OC.L10N.register(
"Type" : "Cineál",
"Active filters" : "Scagairí gníomhacha",
"Remove filter" : "Bain an scagaire",
"Appearance" : "Dealramh",
"Show hidden files" : "Taispeáin comhaid i bhfolach",
"Show file type column" : "Taispeáin colún cineál comhaid",
"Show file extensions" : "Taispeáin síntí comhaid",
"Crop image previews" : "Réamhamhairc íomhá barr",
"General" : "Ginearálta",
"Sort favorites first" : "Sórtáil na cinn is ansa leat ar dtús",
"Sort folders before files" : "Sórtáil fillteáin roimh chomhaid",
"Enable folder tree view" : "Cumasaigh radharc crann fillteán",
"Default view" : "Amharc réamhshocraithe",
"All files" : "Gach comhad",
"Personal files" : "Comhaid phearsanta",
"Additional settings" : "Socruithe breise",
"Actions" : "Gníomhartha",
"File actions" : "Gníomhartha comhaid",
"Selection" : "Roghnú",
"Select all files" : "Roghnaigh gach comhad",
"Deselect all" : "Díroghnaigh go léir",
"Select or deselect" : "Roghnaigh nó díroghnaigh",
"Select a range" : "Roghnaigh raon",
"Navigation" : "Loingseoireacht",
"Go to parent folder" : "Téigh go dtí an fillteán tuismitheora",
"Go to file above" : "Téigh go dtí an comhad thuas",
"Go to file below" : "Téigh go dtí an comhad thíos",
"Go left in grid" : "Téigh ar chlé sa ghreille",
"Go right in grid" : "Téigh ar dheis sa ghreille",
"View" : "Amharc",
"Toggle grid view" : "Scoránaigh amharc greille",
"Open file sidebar" : "Oscail barra taoibh an chomhaid",
"Show those shortcuts" : "Taispeáin na haicearraí sin",
"Warnings" : "Rabhaidh",
"Warn before changing a file extension" : "Tabhair rabhadh sula n-athraítear síneadh comhaid",
"Warn before deleting a file" : "Rabhadh roimh chomhad a scriosadh",
"WebDAV URL" : "URL WebDAV",
"Create an app password" : "Cruthaigh pasfhocal aip",
"Required for WebDAV authentication because Two-Factor Authentication is enabled for this account." : "Riachtanach le haghaidh fíordheimhniú WebDAV mar go bhfuil Fíordheimhniú Dhá Fhachtóir cumasaithe don chuntas seo.",
"How to access files using WebDAV" : "Conas rochtain a fháil ar chomhaid ag baint úsáide as WebDAV",
"Total rows summary" : "Achoimre ar na sraitheanna iomlána",
"Toggle selection for all files and folders" : "Scoránaigh an roghnúchán do gach comhad agus fillteán",
"Name" : "Ainm",
@@ -116,7 +153,6 @@ OC.L10N.register(
"{displayName}: failed on some elements" : "{displayName}: theip ar roinnt eilimintí",
"{displayName}: done" : "{displayName}: déanta",
"{displayName}: failed" : "{displayName}: theip air",
"Actions" : "Gníomhartha",
"(selected)" : "(roghnaithe)",
"List of files and folders." : "Liosta de chomhaid agus fillteáin.",
"You have used your space quota and cannot upload files anymore." : "D'úsáid tú do chuóta spáis agus ní féidir leat comhaid a uaslódáil a thuilleadh.",
@@ -183,51 +219,7 @@ OC.L10N.register(
"Do not show this dialog again." : "Ná taispeáin an dialóg seo arís.",
"Select file or folder to link to" : "Roghnaigh comhad nó fillteán le nascadh leis",
"Choose {file}" : "Roghnaigh {file}",
"Clipboard is not available" : "Níl fáil ar an ngearrthaisce",
"WebDAV URL copied" : "URL WebDAV cóipeáilte",
"Files settings" : "Socruithe comhaid",
"General" : "Ginearálta",
"Default view" : "Amharc réamhshocraithe",
"All files" : "Gach comhad",
"Personal files" : "Comhaid phearsanta",
"Sort favorites first" : "Sórtáil na cinn is ansa leat ar dtús",
"Sort folders before files" : "Sórtáil fillteáin roimh chomhaid",
"Folder tree" : "Crann fillteán",
"Appearance" : "Dealramh",
"Show hidden files" : "Taispeáin comhaid i bhfolach",
"Show file type column" : "Taispeáin colún cineál comhaid",
"Show file extensions" : "Taispeáin síntí comhaid",
"Crop image previews" : "Réamhamhairc íomhá barr",
"Additional settings" : "Socruithe breise",
"WebDAV" : "WebDAV",
"WebDAV URL" : "URL WebDAV",
"Copy" : "Cóipeáil",
"How to access files using WebDAV" : "Conas rochtain a fháil ar chomhaid ag baint úsáide as WebDAV",
"Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "Tá Fíordheimhniú Dhá Fhachtóir cumasaithe do do chuntas, agus dá bhrí sin ní mór duit pasfhocal aipe a úsáid chun cliant seachtrach WebDAV a nascadh.",
"Warnings" : "Rabhaidh",
"Warn before changing a file extension" : "Tabhair rabhadh sula n-athraítear síneadh comhaid",
"Warn before deleting files" : "Rabhadh roimh scriosadh comhad",
"Keyboard shortcuts" : "Aicearraí méarchláir",
"File actions" : "Gníomhartha comhaid",
"Rename" : "Athainmnigh",
"Delete" : "Scrios",
"Add or remove favorite" : "Cuir leis nó bain an rogha is fearr leat",
"Manage tags" : "Bainistigh clibeanna",
"Selection" : "Roghnú",
"Select all files" : "Roghnaigh gach comhad",
"Deselect all" : "Díroghnaigh go léir",
"Select or deselect" : "Roghnaigh nó díroghnaigh",
"Select a range" : "Roghnaigh raon",
"Navigation" : "Loingseoireacht",
"Go to parent folder" : "Téigh go dtí an fillteán tuismitheora",
"Go to file above" : "Téigh go dtí an comhad thuas",
"Go to file below" : "Téigh go dtí an comhad thíos",
"Go left in grid" : "Téigh ar chlé sa ghreille",
"Go right in grid" : "Téigh ar dheis sa ghreille",
"View" : "Amharc",
"Toggle grid view" : "Scoránaigh amharc greille",
"Open file sidebar" : "Oscail barra taoibh an chomhaid",
"Show those shortcuts" : "Taispeáin na haicearraí sin",
"Share" : "Comhroinn",
"Shared by link" : "Roinnte ag nasc",
"Shared" : "Roinnte",
@@ -277,14 +269,15 @@ OC.L10N.register(
"Failed to convert files: {message}" : "Theip ar thiontú comhaid: {message}",
"All files failed to be converted" : "Theip ar gach comhad a thiontú",
"One file could not be converted: {message}" : "Níorbh fhéidir comhad amháin a thiontú:{message}",
"_One file could not be converted_::_%n files could not be converted_" : ["Níorbh fhéidir comhad amháin a thiontú","Níorbh fhéidir %n comhad a thiontú","Níorbh fhéidir %n comhad a thiontú","Níorbh fhéidir %n comhad a thiontú","Níorbh fhéidir %n comhad a thiontú"],
"_One file successfully converted_::_%n files successfully converted_" : ["D'éirigh le comhad amháin a thiontú","D'éirigh le %n comhad a thiontú","D'éirigh le %n comhad a thiontú","D'éirigh le %n comhad a thiontú","D'éirigh le %n comhad a thiontú"],
"Files successfully converted" : "Comhaid a thiontú go rathúil",
"_%n file could not be converted_::_%n files could not be converted_" : ["Níorbh fhéidir %n comhad a thiontú","Níorbh fhéidir %n comhaid a thiontú","Níorbh fhéidir %n comhaid a thiontú","Níorbh fhéidir %n comhaid a thiontú","Níorbh fhéidir %n comhaid a thiontú"],
"_%n file converted_::_%n files converted_" : ["%n comhad tiontaithe","%n comhaid tiontaithe","%n comhaid tiontaithe","%n comhaid tiontaithe","%n comhaid tiontaithe"],
"Files converted" : "Comhaid a tiontaíodh",
"Failed to convert files" : "Theip ar thiontú comhaid",
"Converting file …" : "Ag tiontú comhaid …",
"File successfully converted" : "D'éirigh leis an gcomhad a thiontú",
"Failed to convert file: {message}" : "Theip ar an gcomhad a thiontú: {message}",
"Failed to convert file" : "Theip ar thiontú an chomhaid",
"Delete" : "Scrios",
"Leave this share" : "Fág an sciar seo",
"Leave these shares" : "Fág na scaireanna seo",
"Disconnect storage" : "Déan stóráil a dhícheangal",
@@ -302,6 +295,7 @@ OC.L10N.register(
"Download" : "Íoslódáil",
"The requested file is not available." : "Níl an comhad iarrtha ar fáil.",
"The requested files are not available." : "Níl na comhaid iarrtha ar fáil.",
"Add or remove favorite" : "Cuir leis nó bain an rogha is fearr leat",
"Moving \"{source}\" to \"{destination}\" …" : "Ag bogadh \"{source}\" go \"{destination}\" …",
"Copying \"{source}\" to \"{destination}\" …" : "Ag cóipeáil \"{source}\" go \"{destination}\" …",
"Destination is not a folder" : "Ní fillteán é ceann scríbe",
@@ -314,6 +308,7 @@ OC.L10N.register(
"The file does not exist anymore" : "Níl an comhad ann a thuilleadh",
"Choose destination" : "Roghnaigh ceann scríbe",
"Copy to {target}" : "Cóipeáil chuig {target}",
"Copy" : "Cóipeáil",
"Move to {target}" : "Bog go {target}",
"Move" : "Bog",
"Move or copy operation failed" : "Theip ar an oibríocht a bhogadh nó a chóipeáil",
@@ -326,6 +321,7 @@ OC.L10N.register(
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Ba cheart an comhad a oscailt anois ar do ghléas. Mura ndéanann sé, seiceáil le do thoil go bhfuil an aip deisce suiteáilte agat.",
"Retry and close" : "Bain triail eile as agus dún",
"Open online" : "Oscail ar líne",
"Rename" : "Athainmnigh",
"Details" : "Sonraí",
"View in folder" : "Amharc san fhillteán",
"Today" : "Inniu",
@@ -381,6 +377,7 @@ OC.L10N.register(
"No favorites yet" : "Níl aon cheanáin go fóill",
"Files and folders you mark as favorite will show up here" : "Taispeánfar comhaid agus fillteáin a mharcálann tú mar is fearr leat anseo",
"List of your files and folders." : "Liosta de do chuid comhad agus fillteáin.",
"Folder tree" : "Crann fillteán",
"List of your files and folders that are not shared." : "Liosta de do chuid comhad agus fillteáin nach bhfuil roinnte.",
"No personal files found" : "Níor aimsíodh aon chomhaid phearsanta",
"Files that are not shared will show up here." : "Taispeánfar comhaid nach bhfuil roinnte anseo.",
@@ -405,14 +402,17 @@ OC.L10N.register(
"Submitting fields …" : "Réimsí á gcur isteach…",
"\"{displayName}\" action executed successfully" : "Cuireadh an gníomh \"{displayName}\" i gcrích go rathúil",
"Filter file names …" : "Scag ainmneacha na gcomhad…",
"Clipboard is not available" : "Níl fáil ar an ngearrthaisce",
"WebDAV URL copied to clipboard" : "URL WebDAV cóipeáilte chuig an ngearrthaisce",
"Enable the grid view" : "Cumasaigh an radharc greille",
"Enable folder tree" : "Cumasaigh crann fillteáin",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Cóipeáil chuig an ngearrthaisce",
"Use this address to access your Files via WebDAV" : "Úsáid an seoladh seo chun do Chomhaid a rochtain trí WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Má tá 2FA cumasaithe agat, ní mór duit pasfhocal aip nua a chruthú agus a úsáid trí chliceáil anseo.",
"Prevent warning dialogs from open or reenable them." : "Cosc a chur ar dialóga rabhaidh ó iad a oscailt nó iad a athchumasú.",
"Show a warning dialog when changing a file extension." : "Taispeáin dialóg rabhaidh nuair a athraítear síneadh comhad.",
"Keyboard shortcuts" : "Aicearraí méarchláir",
"Speed up your Files experience with these quick shortcuts." : "Déan do thaithí Comhaid a bhrostú leis na haicearraí tapa seo.",
"Open the actions menu for a file" : "Oscail an roghchlár gníomhartha le haghaidh comhad",
"Rename a file" : "Athainmnigh comhad",
+48 -48
View File
@@ -106,6 +106,43 @@
"Type" : "Cineál",
"Active filters" : "Scagairí gníomhacha",
"Remove filter" : "Bain an scagaire",
"Appearance" : "Dealramh",
"Show hidden files" : "Taispeáin comhaid i bhfolach",
"Show file type column" : "Taispeáin colún cineál comhaid",
"Show file extensions" : "Taispeáin síntí comhaid",
"Crop image previews" : "Réamhamhairc íomhá barr",
"General" : "Ginearálta",
"Sort favorites first" : "Sórtáil na cinn is ansa leat ar dtús",
"Sort folders before files" : "Sórtáil fillteáin roimh chomhaid",
"Enable folder tree view" : "Cumasaigh radharc crann fillteán",
"Default view" : "Amharc réamhshocraithe",
"All files" : "Gach comhad",
"Personal files" : "Comhaid phearsanta",
"Additional settings" : "Socruithe breise",
"Actions" : "Gníomhartha",
"File actions" : "Gníomhartha comhaid",
"Selection" : "Roghnú",
"Select all files" : "Roghnaigh gach comhad",
"Deselect all" : "Díroghnaigh go léir",
"Select or deselect" : "Roghnaigh nó díroghnaigh",
"Select a range" : "Roghnaigh raon",
"Navigation" : "Loingseoireacht",
"Go to parent folder" : "Téigh go dtí an fillteán tuismitheora",
"Go to file above" : "Téigh go dtí an comhad thuas",
"Go to file below" : "Téigh go dtí an comhad thíos",
"Go left in grid" : "Téigh ar chlé sa ghreille",
"Go right in grid" : "Téigh ar dheis sa ghreille",
"View" : "Amharc",
"Toggle grid view" : "Scoránaigh amharc greille",
"Open file sidebar" : "Oscail barra taoibh an chomhaid",
"Show those shortcuts" : "Taispeáin na haicearraí sin",
"Warnings" : "Rabhaidh",
"Warn before changing a file extension" : "Tabhair rabhadh sula n-athraítear síneadh comhaid",
"Warn before deleting a file" : "Rabhadh roimh chomhad a scriosadh",
"WebDAV URL" : "URL WebDAV",
"Create an app password" : "Cruthaigh pasfhocal aip",
"Required for WebDAV authentication because Two-Factor Authentication is enabled for this account." : "Riachtanach le haghaidh fíordheimhniú WebDAV mar go bhfuil Fíordheimhniú Dhá Fhachtóir cumasaithe don chuntas seo.",
"How to access files using WebDAV" : "Conas rochtain a fháil ar chomhaid ag baint úsáide as WebDAV",
"Total rows summary" : "Achoimre ar na sraitheanna iomlána",
"Toggle selection for all files and folders" : "Scoránaigh an roghnúchán do gach comhad agus fillteán",
"Name" : "Ainm",
@@ -114,7 +151,6 @@
"{displayName}: failed on some elements" : "{displayName}: theip ar roinnt eilimintí",
"{displayName}: done" : "{displayName}: déanta",
"{displayName}: failed" : "{displayName}: theip air",
"Actions" : "Gníomhartha",
"(selected)" : "(roghnaithe)",
"List of files and folders." : "Liosta de chomhaid agus fillteáin.",
"You have used your space quota and cannot upload files anymore." : "D'úsáid tú do chuóta spáis agus ní féidir leat comhaid a uaslódáil a thuilleadh.",
@@ -181,51 +217,7 @@
"Do not show this dialog again." : "Ná taispeáin an dialóg seo arís.",
"Select file or folder to link to" : "Roghnaigh comhad nó fillteán le nascadh leis",
"Choose {file}" : "Roghnaigh {file}",
"Clipboard is not available" : "Níl fáil ar an ngearrthaisce",
"WebDAV URL copied" : "URL WebDAV cóipeáilte",
"Files settings" : "Socruithe comhaid",
"General" : "Ginearálta",
"Default view" : "Amharc réamhshocraithe",
"All files" : "Gach comhad",
"Personal files" : "Comhaid phearsanta",
"Sort favorites first" : "Sórtáil na cinn is ansa leat ar dtús",
"Sort folders before files" : "Sórtáil fillteáin roimh chomhaid",
"Folder tree" : "Crann fillteán",
"Appearance" : "Dealramh",
"Show hidden files" : "Taispeáin comhaid i bhfolach",
"Show file type column" : "Taispeáin colún cineál comhaid",
"Show file extensions" : "Taispeáin síntí comhaid",
"Crop image previews" : "Réamhamhairc íomhá barr",
"Additional settings" : "Socruithe breise",
"WebDAV" : "WebDAV",
"WebDAV URL" : "URL WebDAV",
"Copy" : "Cóipeáil",
"How to access files using WebDAV" : "Conas rochtain a fháil ar chomhaid ag baint úsáide as WebDAV",
"Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "Tá Fíordheimhniú Dhá Fhachtóir cumasaithe do do chuntas, agus dá bhrí sin ní mór duit pasfhocal aipe a úsáid chun cliant seachtrach WebDAV a nascadh.",
"Warnings" : "Rabhaidh",
"Warn before changing a file extension" : "Tabhair rabhadh sula n-athraítear síneadh comhaid",
"Warn before deleting files" : "Rabhadh roimh scriosadh comhad",
"Keyboard shortcuts" : "Aicearraí méarchláir",
"File actions" : "Gníomhartha comhaid",
"Rename" : "Athainmnigh",
"Delete" : "Scrios",
"Add or remove favorite" : "Cuir leis nó bain an rogha is fearr leat",
"Manage tags" : "Bainistigh clibeanna",
"Selection" : "Roghnú",
"Select all files" : "Roghnaigh gach comhad",
"Deselect all" : "Díroghnaigh go léir",
"Select or deselect" : "Roghnaigh nó díroghnaigh",
"Select a range" : "Roghnaigh raon",
"Navigation" : "Loingseoireacht",
"Go to parent folder" : "Téigh go dtí an fillteán tuismitheora",
"Go to file above" : "Téigh go dtí an comhad thuas",
"Go to file below" : "Téigh go dtí an comhad thíos",
"Go left in grid" : "Téigh ar chlé sa ghreille",
"Go right in grid" : "Téigh ar dheis sa ghreille",
"View" : "Amharc",
"Toggle grid view" : "Scoránaigh amharc greille",
"Open file sidebar" : "Oscail barra taoibh an chomhaid",
"Show those shortcuts" : "Taispeáin na haicearraí sin",
"Share" : "Comhroinn",
"Shared by link" : "Roinnte ag nasc",
"Shared" : "Roinnte",
@@ -275,14 +267,15 @@
"Failed to convert files: {message}" : "Theip ar thiontú comhaid: {message}",
"All files failed to be converted" : "Theip ar gach comhad a thiontú",
"One file could not be converted: {message}" : "Níorbh fhéidir comhad amháin a thiontú:{message}",
"_One file could not be converted_::_%n files could not be converted_" : ["Níorbh fhéidir comhad amháin a thiontú","Níorbh fhéidir %n comhad a thiontú","Níorbh fhéidir %n comhad a thiontú","Níorbh fhéidir %n comhad a thiontú","Níorbh fhéidir %n comhad a thiontú"],
"_One file successfully converted_::_%n files successfully converted_" : ["D'éirigh le comhad amháin a thiontú","D'éirigh le %n comhad a thiontú","D'éirigh le %n comhad a thiontú","D'éirigh le %n comhad a thiontú","D'éirigh le %n comhad a thiontú"],
"Files successfully converted" : "Comhaid a thiontú go rathúil",
"_%n file could not be converted_::_%n files could not be converted_" : ["Níorbh fhéidir %n comhad a thiontú","Níorbh fhéidir %n comhaid a thiontú","Níorbh fhéidir %n comhaid a thiontú","Níorbh fhéidir %n comhaid a thiontú","Níorbh fhéidir %n comhaid a thiontú"],
"_%n file converted_::_%n files converted_" : ["%n comhad tiontaithe","%n comhaid tiontaithe","%n comhaid tiontaithe","%n comhaid tiontaithe","%n comhaid tiontaithe"],
"Files converted" : "Comhaid a tiontaíodh",
"Failed to convert files" : "Theip ar thiontú comhaid",
"Converting file …" : "Ag tiontú comhaid …",
"File successfully converted" : "D'éirigh leis an gcomhad a thiontú",
"Failed to convert file: {message}" : "Theip ar an gcomhad a thiontú: {message}",
"Failed to convert file" : "Theip ar thiontú an chomhaid",
"Delete" : "Scrios",
"Leave this share" : "Fág an sciar seo",
"Leave these shares" : "Fág na scaireanna seo",
"Disconnect storage" : "Déan stóráil a dhícheangal",
@@ -300,6 +293,7 @@
"Download" : "Íoslódáil",
"The requested file is not available." : "Níl an comhad iarrtha ar fáil.",
"The requested files are not available." : "Níl na comhaid iarrtha ar fáil.",
"Add or remove favorite" : "Cuir leis nó bain an rogha is fearr leat",
"Moving \"{source}\" to \"{destination}\" …" : "Ag bogadh \"{source}\" go \"{destination}\" …",
"Copying \"{source}\" to \"{destination}\" …" : "Ag cóipeáil \"{source}\" go \"{destination}\" …",
"Destination is not a folder" : "Ní fillteán é ceann scríbe",
@@ -312,6 +306,7 @@
"The file does not exist anymore" : "Níl an comhad ann a thuilleadh",
"Choose destination" : "Roghnaigh ceann scríbe",
"Copy to {target}" : "Cóipeáil chuig {target}",
"Copy" : "Cóipeáil",
"Move to {target}" : "Bog go {target}",
"Move" : "Bog",
"Move or copy operation failed" : "Theip ar an oibríocht a bhogadh nó a chóipeáil",
@@ -324,6 +319,7 @@
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Ba cheart an comhad a oscailt anois ar do ghléas. Mura ndéanann sé, seiceáil le do thoil go bhfuil an aip deisce suiteáilte agat.",
"Retry and close" : "Bain triail eile as agus dún",
"Open online" : "Oscail ar líne",
"Rename" : "Athainmnigh",
"Details" : "Sonraí",
"View in folder" : "Amharc san fhillteán",
"Today" : "Inniu",
@@ -379,6 +375,7 @@
"No favorites yet" : "Níl aon cheanáin go fóill",
"Files and folders you mark as favorite will show up here" : "Taispeánfar comhaid agus fillteáin a mharcálann tú mar is fearr leat anseo",
"List of your files and folders." : "Liosta de do chuid comhad agus fillteáin.",
"Folder tree" : "Crann fillteán",
"List of your files and folders that are not shared." : "Liosta de do chuid comhad agus fillteáin nach bhfuil roinnte.",
"No personal files found" : "Níor aimsíodh aon chomhaid phearsanta",
"Files that are not shared will show up here." : "Taispeánfar comhaid nach bhfuil roinnte anseo.",
@@ -403,14 +400,17 @@
"Submitting fields …" : "Réimsí á gcur isteach…",
"\"{displayName}\" action executed successfully" : "Cuireadh an gníomh \"{displayName}\" i gcrích go rathúil",
"Filter file names …" : "Scag ainmneacha na gcomhad…",
"Clipboard is not available" : "Níl fáil ar an ngearrthaisce",
"WebDAV URL copied to clipboard" : "URL WebDAV cóipeáilte chuig an ngearrthaisce",
"Enable the grid view" : "Cumasaigh an radharc greille",
"Enable folder tree" : "Cumasaigh crann fillteáin",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Cóipeáil chuig an ngearrthaisce",
"Use this address to access your Files via WebDAV" : "Úsáid an seoladh seo chun do Chomhaid a rochtain trí WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Má tá 2FA cumasaithe agat, ní mór duit pasfhocal aip nua a chruthú agus a úsáid trí chliceáil anseo.",
"Prevent warning dialogs from open or reenable them." : "Cosc a chur ar dialóga rabhaidh ó iad a oscailt nó iad a athchumasú.",
"Show a warning dialog when changing a file extension." : "Taispeáin dialóg rabhaidh nuair a athraítear síneadh comhad.",
"Keyboard shortcuts" : "Aicearraí méarchláir",
"Speed up your Files experience with these quick shortcuts." : "Déan do thaithí Comhaid a bhrostú leis na haicearraí tapa seo.",
"Open the actions menu for a file" : "Oscail an roghchlár gníomhartha le haghaidh comhad",
"Rename a file" : "Athainmnigh comhad",
+48 -48
View File
@@ -108,6 +108,43 @@ OC.L10N.register(
"Type" : "Escribir",
"Active filters" : "Filtros activos",
"Remove filter" : "Retirar o filtro",
"Appearance" : "Aparencia",
"Show hidden files" : "Amosar os ficheiros agochados",
"Show file type column" : "Amosar a columna de tipo de ficheiro",
"Show file extensions" : "Amosar as extensións de ficheiro",
"Crop image previews" : "Recortar a vista previa das imaxes",
"General" : "Xeral",
"Sort favorites first" : "Ordenar primeiro os favoritos",
"Sort folders before files" : "Ordenar os cartafoles antes que os ficheiros",
"Enable folder tree view" : "Activar a vista en árbore de cartafoles",
"Default view" : "Vista predeterminada",
"All files" : "Todos os ficheiros",
"Personal files" : "Ficheiros persoais",
"Additional settings" : "Axustes adicionais",
"Actions" : "Accións",
"File actions" : "Accións de ficheiro",
"Selection" : "Selección",
"Select all files" : "Seleccionar todos os ficheiros",
"Deselect all" : "Deseleccionar todo",
"Select or deselect" : "Seleccionar ou deseleccionar",
"Select a range" : "Seleccionar un intervalo",
"Navigation" : "Navegación",
"Go to parent folder" : "Ir ao cartafol superior",
"Go to file above" : "Ir ao ficheiro de arriba",
"Go to file below" : "Ir ao ficheiro de abaixo",
"Go left in grid" : "Ir á esquerda na grella",
"Go right in grid" : "Ir á dereita na grella",
"View" : "Ver",
"Toggle grid view" : "Alternar a vista como grade",
"Open file sidebar" : "Abrir a barra lateral do ficheiro",
"Show those shortcuts" : "Amosar eses atallos",
"Warnings" : "Advertencias",
"Warn before changing a file extension" : "Advertir antes de cambiar unha extensión de ficheiro",
"Warn before deleting a file" : "Advertir antes de borrar un ficheiro",
"WebDAV URL" : "URL de WebDAV",
"Create an app password" : "Crear un contrasinal de aplicación",
"Required for WebDAV authentication because Two-Factor Authentication is enabled for this account." : "É necesario para a autenticación WebDAV porque a autenticación de dous factores está activada para esta conta.",
"How to access files using WebDAV" : "Como acceder aos ficheiros empregando WebDAV",
"Total rows summary" : "Resumo total de filas",
"Toggle selection for all files and folders" : "Conmutar a selección para todos os ficheiros e cartafoles",
"Name" : "Nome",
@@ -116,7 +153,6 @@ OC.L10N.register(
"{displayName}: failed on some elements" : "Produciuse un fallo nalgúns elementos de {displayName}",
"{displayName}: done" : "{displayName}: feito",
"{displayName}: failed" : "{displayName}: produciuse un fallo",
"Actions" : "Accións",
"(selected)" : "(seleccionado)",
"List of files and folders." : "Lista de ficheiros e cartafoles",
"You have used your space quota and cannot upload files anymore." : "Vde. usou a súa cota de espazo e xa non pode enviar ningún ficheiro más",
@@ -183,51 +219,7 @@ OC.L10N.register(
"Do not show this dialog again." : "Non volver amosar este diálogo",
"Select file or folder to link to" : "Seleccione o ficheiro ou cartafol ao que ligar",
"Choose {file}" : "Escoller {file}",
"Clipboard is not available" : "O portapapeis non está dispoñíbel",
"WebDAV URL copied" : "URL de WebDAV copiado",
"Files settings" : "Axustes de Ficheiros",
"General" : "Xeral",
"Default view" : "Vista predeterminada",
"All files" : "Todos os ficheiros",
"Personal files" : "Ficheiros persoais",
"Sort favorites first" : "Ordenar primeiro os favoritos",
"Sort folders before files" : "Ordenar os cartafoles antes que os ficheiros",
"Folder tree" : "Árbore de cartafoles",
"Appearance" : "Aparencia",
"Show hidden files" : "Amosar os ficheiros agochados",
"Show file type column" : "Amosar a columna de tipo de ficheiro",
"Show file extensions" : "Amosar as extensións de ficheiro",
"Crop image previews" : "Recortar a vista previa das imaxes",
"Additional settings" : "Axustes adicionais",
"WebDAV" : "WebDAV",
"WebDAV URL" : "URL de WebDAV",
"Copy" : "Copiar",
"How to access files using WebDAV" : "Como acceder aos ficheiros empregando WebDAV",
"Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "A autenticación de dous factores está activada para a súa conta e, polo tanto, necesita usar un contrasinal de aplicación para conectar un cliente WebDAV externo.",
"Warnings" : "Advertencias",
"Warn before changing a file extension" : "Advertir antes de cambiar unha extensión de ficheiro",
"Warn before deleting files" : "Advertir antes de borrar ficheiros",
"Keyboard shortcuts" : "Atallos de teclado",
"File actions" : "Accións de ficheiro",
"Rename" : "Cambiar o nome",
"Delete" : "Eliminar",
"Add or remove favorite" : "Engadir ou retirar favoritos",
"Manage tags" : "Xestionar as etiquetas",
"Selection" : "Selección",
"Select all files" : "Seleccionar todos os ficheiros",
"Deselect all" : "Deseleccionar todo",
"Select or deselect" : "Seleccionar ou deseleccionar",
"Select a range" : "Seleccionar un intervalo",
"Navigation" : "Navegación",
"Go to parent folder" : "Ir ao cartafol superior",
"Go to file above" : "Ir ao ficheiro de arriba",
"Go to file below" : "Ir ao ficheiro de abaixo",
"Go left in grid" : "Ir á esquerda na grella",
"Go right in grid" : "Ir á dereita na grella",
"View" : "Ver",
"Toggle grid view" : "Alternar a vista como grade",
"Open file sidebar" : "Abrir a barra lateral do ficheiro",
"Show those shortcuts" : "Amosar eses atallos",
"Share" : "Compartir",
"Shared by link" : "Compartido por ligazón",
"Shared" : "Compartido",
@@ -277,14 +269,15 @@ OC.L10N.register(
"Failed to convert files: {message}" : "Produciuse un fallo ao converter os ficheiros: {message}",
"All files failed to be converted" : "Non foi posíbel converter ningún ficheiro",
"One file could not be converted: {message}" : "Non foi posíbel converter un ficheiro: {message}",
"_One file could not be converted_::_%n files could not be converted_" : ["Non foi posíbel converter un ficheiro","Non foi posíbel converter %n ficheiros"],
"_One file successfully converted_::_%n files successfully converted_" : ["Foi convertido correctamente un ficheiro","%n ficheiros foron convertidos correctamente"],
"Files successfully converted" : "Os ficheiros foron convertidos correctamente",
"_%n file could not be converted_::_%n files could not be converted_" : ["Non foi posíbel converter %n ficheiro","Non foi posíbel converter %n ficheiros"],
"_%n file converted_::_%n files converted_" : ["%n ficheiro convertido","%n ficheiros convertidos"],
"Files converted" : "Ficheiros convertidos",
"Failed to convert files" : "Produciuse un fallo ao converter os ficheiros",
"Converting file …" : "Convertendo o ficheiro…",
"File successfully converted" : "O ficheiro foi convertido correctamente",
"Failed to convert file: {message}" : "Produciuse un fallo ao converter o ficheiro: {message}",
"Failed to convert file" : "Produciuse un fallo ao converter o ficheiro",
"Delete" : "Eliminar",
"Leave this share" : "Deixar esta compartición",
"Leave these shares" : "Deixar estas comparticións",
"Disconnect storage" : "Desconectar o almacenamento",
@@ -302,6 +295,7 @@ OC.L10N.register(
"Download" : "Descargar",
"The requested file is not available." : "O ficheiro solicitado non está dispoñíbel.",
"The requested files are not available." : "Os ficheiros solicitados non están dispoñíbeis",
"Add or remove favorite" : "Engadir ou retirar favoritos",
"Moving \"{source}\" to \"{destination}\" …" : "Movendo «{source}» a «{destination}»…",
"Copying \"{source}\" to \"{destination}\" …" : "Copiando «{source}» en «{destination}»…",
"Destination is not a folder" : "O destino non é un cartafol",
@@ -314,6 +308,7 @@ OC.L10N.register(
"The file does not exist anymore" : "O ficheiro xa non existe",
"Choose destination" : "Escoller o destino",
"Copy to {target}" : "Copiar en {target}",
"Copy" : "Copiar",
"Move to {target}" : "Mover a {target}",
"Move" : "Mover",
"Move or copy operation failed" : "Produciuse un erro na operación de copia ou de movemento",
@@ -326,6 +321,7 @@ OC.L10N.register(
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "O ficheiro debería abrirse agora no seu dispositivo. Se non é así, comprobe se ten instalada a aplicación de escritorio.",
"Retry and close" : "Tentar de novo e pechar",
"Open online" : "Abrir en liña",
"Rename" : "Cambiar o nome",
"Details" : "Detalles",
"View in folder" : "Ver no cartafol",
"Today" : "Hoxe",
@@ -381,6 +377,7 @@ OC.L10N.register(
"No favorites yet" : "Aínda non hai favoritos",
"Files and folders you mark as favorite will show up here" : "Os ficheiros e cartafoles que marque como favoritos amosaranse aquí",
"List of your files and folders." : "Lista dos seus ficheiros e cartafoles",
"Folder tree" : "Árbore de cartafoles",
"List of your files and folders that are not shared." : "Lista dos seus ficheiros e cartafoles que non están a seren compartidos.",
"No personal files found" : "Non se atopou ningún ficheiro persoal",
"Files that are not shared will show up here." : "Os ficheiros que non se comparten amosaranse aquí.",
@@ -405,14 +402,17 @@ OC.L10N.register(
"Submitting fields …" : "Enviando os campos...",
"\"{displayName}\" action executed successfully" : "A acción «{displayName}» executouse correctamente",
"Filter file names …" : "Filtrar os nomes de ficheiro…",
"Clipboard is not available" : "O portapapeis non está dispoñíbel",
"WebDAV URL copied to clipboard" : "O URL de WebDAV foi copiado no portapapeis",
"Enable the grid view" : "Activar a vista de grade",
"Enable folder tree" : "Activar a árbore de cartafoles",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Copiar no portapapeis.",
"Use this address to access your Files via WebDAV" : "Empregue este enderezo para acceder ao seu Ficheiros mediante WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Se activou 2FA, cree e utilice un novo contrasinal de aplicación premendo aquí.",
"Prevent warning dialogs from open or reenable them." : "Impedir abrir ou reactivar os diálogos de advertencia",
"Show a warning dialog when changing a file extension." : "Amosar un diálogo de advertencia ao cambiar unha extensión de ficheiro.",
"Keyboard shortcuts" : "Atallos de teclado",
"Speed up your Files experience with these quick shortcuts." : "Acelere a súa experiencia con Ficheiros con estes atallos rápidos.",
"Open the actions menu for a file" : "Abrir o menú de accións dun ficheiro",
"Rename a file" : "Cambiar o nome dun ficheiro",
+48 -48
View File
@@ -106,6 +106,43 @@
"Type" : "Escribir",
"Active filters" : "Filtros activos",
"Remove filter" : "Retirar o filtro",
"Appearance" : "Aparencia",
"Show hidden files" : "Amosar os ficheiros agochados",
"Show file type column" : "Amosar a columna de tipo de ficheiro",
"Show file extensions" : "Amosar as extensións de ficheiro",
"Crop image previews" : "Recortar a vista previa das imaxes",
"General" : "Xeral",
"Sort favorites first" : "Ordenar primeiro os favoritos",
"Sort folders before files" : "Ordenar os cartafoles antes que os ficheiros",
"Enable folder tree view" : "Activar a vista en árbore de cartafoles",
"Default view" : "Vista predeterminada",
"All files" : "Todos os ficheiros",
"Personal files" : "Ficheiros persoais",
"Additional settings" : "Axustes adicionais",
"Actions" : "Accións",
"File actions" : "Accións de ficheiro",
"Selection" : "Selección",
"Select all files" : "Seleccionar todos os ficheiros",
"Deselect all" : "Deseleccionar todo",
"Select or deselect" : "Seleccionar ou deseleccionar",
"Select a range" : "Seleccionar un intervalo",
"Navigation" : "Navegación",
"Go to parent folder" : "Ir ao cartafol superior",
"Go to file above" : "Ir ao ficheiro de arriba",
"Go to file below" : "Ir ao ficheiro de abaixo",
"Go left in grid" : "Ir á esquerda na grella",
"Go right in grid" : "Ir á dereita na grella",
"View" : "Ver",
"Toggle grid view" : "Alternar a vista como grade",
"Open file sidebar" : "Abrir a barra lateral do ficheiro",
"Show those shortcuts" : "Amosar eses atallos",
"Warnings" : "Advertencias",
"Warn before changing a file extension" : "Advertir antes de cambiar unha extensión de ficheiro",
"Warn before deleting a file" : "Advertir antes de borrar un ficheiro",
"WebDAV URL" : "URL de WebDAV",
"Create an app password" : "Crear un contrasinal de aplicación",
"Required for WebDAV authentication because Two-Factor Authentication is enabled for this account." : "É necesario para a autenticación WebDAV porque a autenticación de dous factores está activada para esta conta.",
"How to access files using WebDAV" : "Como acceder aos ficheiros empregando WebDAV",
"Total rows summary" : "Resumo total de filas",
"Toggle selection for all files and folders" : "Conmutar a selección para todos os ficheiros e cartafoles",
"Name" : "Nome",
@@ -114,7 +151,6 @@
"{displayName}: failed on some elements" : "Produciuse un fallo nalgúns elementos de {displayName}",
"{displayName}: done" : "{displayName}: feito",
"{displayName}: failed" : "{displayName}: produciuse un fallo",
"Actions" : "Accións",
"(selected)" : "(seleccionado)",
"List of files and folders." : "Lista de ficheiros e cartafoles",
"You have used your space quota and cannot upload files anymore." : "Vde. usou a súa cota de espazo e xa non pode enviar ningún ficheiro más",
@@ -181,51 +217,7 @@
"Do not show this dialog again." : "Non volver amosar este diálogo",
"Select file or folder to link to" : "Seleccione o ficheiro ou cartafol ao que ligar",
"Choose {file}" : "Escoller {file}",
"Clipboard is not available" : "O portapapeis non está dispoñíbel",
"WebDAV URL copied" : "URL de WebDAV copiado",
"Files settings" : "Axustes de Ficheiros",
"General" : "Xeral",
"Default view" : "Vista predeterminada",
"All files" : "Todos os ficheiros",
"Personal files" : "Ficheiros persoais",
"Sort favorites first" : "Ordenar primeiro os favoritos",
"Sort folders before files" : "Ordenar os cartafoles antes que os ficheiros",
"Folder tree" : "Árbore de cartafoles",
"Appearance" : "Aparencia",
"Show hidden files" : "Amosar os ficheiros agochados",
"Show file type column" : "Amosar a columna de tipo de ficheiro",
"Show file extensions" : "Amosar as extensións de ficheiro",
"Crop image previews" : "Recortar a vista previa das imaxes",
"Additional settings" : "Axustes adicionais",
"WebDAV" : "WebDAV",
"WebDAV URL" : "URL de WebDAV",
"Copy" : "Copiar",
"How to access files using WebDAV" : "Como acceder aos ficheiros empregando WebDAV",
"Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "A autenticación de dous factores está activada para a súa conta e, polo tanto, necesita usar un contrasinal de aplicación para conectar un cliente WebDAV externo.",
"Warnings" : "Advertencias",
"Warn before changing a file extension" : "Advertir antes de cambiar unha extensión de ficheiro",
"Warn before deleting files" : "Advertir antes de borrar ficheiros",
"Keyboard shortcuts" : "Atallos de teclado",
"File actions" : "Accións de ficheiro",
"Rename" : "Cambiar o nome",
"Delete" : "Eliminar",
"Add or remove favorite" : "Engadir ou retirar favoritos",
"Manage tags" : "Xestionar as etiquetas",
"Selection" : "Selección",
"Select all files" : "Seleccionar todos os ficheiros",
"Deselect all" : "Deseleccionar todo",
"Select or deselect" : "Seleccionar ou deseleccionar",
"Select a range" : "Seleccionar un intervalo",
"Navigation" : "Navegación",
"Go to parent folder" : "Ir ao cartafol superior",
"Go to file above" : "Ir ao ficheiro de arriba",
"Go to file below" : "Ir ao ficheiro de abaixo",
"Go left in grid" : "Ir á esquerda na grella",
"Go right in grid" : "Ir á dereita na grella",
"View" : "Ver",
"Toggle grid view" : "Alternar a vista como grade",
"Open file sidebar" : "Abrir a barra lateral do ficheiro",
"Show those shortcuts" : "Amosar eses atallos",
"Share" : "Compartir",
"Shared by link" : "Compartido por ligazón",
"Shared" : "Compartido",
@@ -275,14 +267,15 @@
"Failed to convert files: {message}" : "Produciuse un fallo ao converter os ficheiros: {message}",
"All files failed to be converted" : "Non foi posíbel converter ningún ficheiro",
"One file could not be converted: {message}" : "Non foi posíbel converter un ficheiro: {message}",
"_One file could not be converted_::_%n files could not be converted_" : ["Non foi posíbel converter un ficheiro","Non foi posíbel converter %n ficheiros"],
"_One file successfully converted_::_%n files successfully converted_" : ["Foi convertido correctamente un ficheiro","%n ficheiros foron convertidos correctamente"],
"Files successfully converted" : "Os ficheiros foron convertidos correctamente",
"_%n file could not be converted_::_%n files could not be converted_" : ["Non foi posíbel converter %n ficheiro","Non foi posíbel converter %n ficheiros"],
"_%n file converted_::_%n files converted_" : ["%n ficheiro convertido","%n ficheiros convertidos"],
"Files converted" : "Ficheiros convertidos",
"Failed to convert files" : "Produciuse un fallo ao converter os ficheiros",
"Converting file …" : "Convertendo o ficheiro…",
"File successfully converted" : "O ficheiro foi convertido correctamente",
"Failed to convert file: {message}" : "Produciuse un fallo ao converter o ficheiro: {message}",
"Failed to convert file" : "Produciuse un fallo ao converter o ficheiro",
"Delete" : "Eliminar",
"Leave this share" : "Deixar esta compartición",
"Leave these shares" : "Deixar estas comparticións",
"Disconnect storage" : "Desconectar o almacenamento",
@@ -300,6 +293,7 @@
"Download" : "Descargar",
"The requested file is not available." : "O ficheiro solicitado non está dispoñíbel.",
"The requested files are not available." : "Os ficheiros solicitados non están dispoñíbeis",
"Add or remove favorite" : "Engadir ou retirar favoritos",
"Moving \"{source}\" to \"{destination}\" …" : "Movendo «{source}» a «{destination}»…",
"Copying \"{source}\" to \"{destination}\" …" : "Copiando «{source}» en «{destination}»…",
"Destination is not a folder" : "O destino non é un cartafol",
@@ -312,6 +306,7 @@
"The file does not exist anymore" : "O ficheiro xa non existe",
"Choose destination" : "Escoller o destino",
"Copy to {target}" : "Copiar en {target}",
"Copy" : "Copiar",
"Move to {target}" : "Mover a {target}",
"Move" : "Mover",
"Move or copy operation failed" : "Produciuse un erro na operación de copia ou de movemento",
@@ -324,6 +319,7 @@
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "O ficheiro debería abrirse agora no seu dispositivo. Se non é así, comprobe se ten instalada a aplicación de escritorio.",
"Retry and close" : "Tentar de novo e pechar",
"Open online" : "Abrir en liña",
"Rename" : "Cambiar o nome",
"Details" : "Detalles",
"View in folder" : "Ver no cartafol",
"Today" : "Hoxe",
@@ -379,6 +375,7 @@
"No favorites yet" : "Aínda non hai favoritos",
"Files and folders you mark as favorite will show up here" : "Os ficheiros e cartafoles que marque como favoritos amosaranse aquí",
"List of your files and folders." : "Lista dos seus ficheiros e cartafoles",
"Folder tree" : "Árbore de cartafoles",
"List of your files and folders that are not shared." : "Lista dos seus ficheiros e cartafoles que non están a seren compartidos.",
"No personal files found" : "Non se atopou ningún ficheiro persoal",
"Files that are not shared will show up here." : "Os ficheiros que non se comparten amosaranse aquí.",
@@ -403,14 +400,17 @@
"Submitting fields …" : "Enviando os campos...",
"\"{displayName}\" action executed successfully" : "A acción «{displayName}» executouse correctamente",
"Filter file names …" : "Filtrar os nomes de ficheiro…",
"Clipboard is not available" : "O portapapeis non está dispoñíbel",
"WebDAV URL copied to clipboard" : "O URL de WebDAV foi copiado no portapapeis",
"Enable the grid view" : "Activar a vista de grade",
"Enable folder tree" : "Activar a árbore de cartafoles",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Copiar no portapapeis.",
"Use this address to access your Files via WebDAV" : "Empregue este enderezo para acceder ao seu Ficheiros mediante WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Se activou 2FA, cree e utilice un novo contrasinal de aplicación premendo aquí.",
"Prevent warning dialogs from open or reenable them." : "Impedir abrir ou reactivar os diálogos de advertencia",
"Show a warning dialog when changing a file extension." : "Amosar un diálogo de advertencia ao cambiar unha extensión de ficheiro.",
"Keyboard shortcuts" : "Atallos de teclado",
"Speed up your Files experience with these quick shortcuts." : "Acelere a súa experiencia con Ficheiros con estes atallos rápidos.",
"Open the actions menu for a file" : "Abrir o menú de accións dun ficheiro",
"Rename a file" : "Cambiar o nome dun ficheiro",
+48 -48
View File
@@ -108,6 +108,43 @@ OC.L10N.register(
"Type" : "Típus",
"Active filters" : "Aktív szűrők",
"Remove filter" : "Szűrő eltávolítása",
"Appearance" : "Megjelenés",
"Show hidden files" : "Rejtett fájlok megjelenítése",
"Show file type column" : "Fájltípus oszlop megjelenítése",
"Show file extensions" : "Fájlkiterjesztések megjelenítése",
"Crop image previews" : "Kép előnézetek vágása",
"General" : "Általános",
"Sort favorites first" : "Kedvencek előre rendezése",
"Sort folders before files" : "Mappák fájlok elé rendezése",
"Enable folder tree view" : "Mappafanézet engedélyezése",
"Default view" : "Alapértelmezett nézet",
"All files" : "Összes fájl",
"Personal files" : "Személyes fájlok",
"Additional settings" : "További beállítások",
"Actions" : "Műveletek",
"File actions" : "Fájlműveletek",
"Selection" : "Kijelölés",
"Select all files" : "Összes fájl kijelölése",
"Deselect all" : "Kijelölés megszüntetése",
"Select or deselect" : "Kijelölés vagy annak megszüntetése",
"Select a range" : "Válasszon tartományt",
"Navigation" : "Navigáció",
"Go to parent folder" : "Ugrás a szülőmappához",
"Go to file above" : "Ugrás a fentebbi fájlhoz",
"Go to file below" : "Ugrás a lentebbi fájlhoz",
"Go left in grid" : "Balra ugrás a rácsban",
"Go right in grid" : "Jobbra ugrás a rácsban",
"View" : "Nézet",
"Toggle grid view" : "Rácsnézet be/ki",
"Open file sidebar" : "Fájl oldalsáv megnyitása",
"Show those shortcuts" : "Gyorsbillentyűk megjelenítése",
"Warnings" : "Figyelmeztetések",
"Warn before changing a file extension" : "Figyelmeztetés a fájlkiterjesztés módosítása előtt",
"Warn before deleting a file" : "Figyelmeztetés fájl törlése előtt",
"WebDAV URL" : "WebDAV-webcím",
"Create an app password" : "Alkalmazásjelszó létrehozása",
"Required for WebDAV authentication because Two-Factor Authentication is enabled for this account." : "A WebDAV-hitelesítéshez szükséges, mert a Kétlépcsős hitelesítés engedélyezve van ennél a fióknál.",
"How to access files using WebDAV" : "Hogyan érje el a fájlokat WebDAV-val",
"Total rows summary" : "Összes sor összegzése",
"Toggle selection for all files and folders" : "Minden fájl és mappa kijelölésének átváltása",
"Name" : "Név",
@@ -116,7 +153,6 @@ OC.L10N.register(
"{displayName}: failed on some elements" : "{displayName}: egyes elemeken sikertelen",
"{displayName}: done" : "{displayName}: kész",
"{displayName}: failed" : "{displayName}: sikertelen",
"Actions" : "Műveletek",
"(selected)" : "(kiválasztva)",
"List of files and folders." : "Fájlok és mappák felsorolása.",
"You have used your space quota and cannot upload files anymore." : "Már felhasználta a tárhelykvótáját, így már nem tölthet fel fájlokat.",
@@ -183,51 +219,7 @@ OC.L10N.register(
"Do not show this dialog again." : "Ne jelenítse meg újra ezt a párbeszédablakot.",
"Select file or folder to link to" : "Válassza ki a hivatkozandó fájlt vagy mappát",
"Choose {file}" : "{file} kiválasztása",
"Clipboard is not available" : "A vágólap nem érhető el",
"WebDAV URL copied" : "WebDAV-webcím másolva",
"Files settings" : "Fájlok beállításai",
"General" : "Általános",
"Default view" : "Alapértelmezett nézet",
"All files" : "Összes fájl",
"Personal files" : "Személyes fájlok",
"Sort favorites first" : "Kedvencek előre rendezése",
"Sort folders before files" : "Mappák fájlok elé rendezése",
"Folder tree" : "Mappafa",
"Appearance" : "Megjelenés",
"Show hidden files" : "Rejtett fájlok megjelenítése",
"Show file type column" : "Fájltípus oszlop megjelenítése",
"Show file extensions" : "Fájlkiterjesztések megjelenítése",
"Crop image previews" : "Kép előnézetek vágása",
"Additional settings" : "További beállítások",
"WebDAV" : "WebDAV",
"WebDAV URL" : "WebDAV-webcím",
"Copy" : "Másolás",
"How to access files using WebDAV" : "Hogyan érje el a fájlokat WebDAV-val",
"Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "A kétlépcsős hitelesítése engedélyezve van a fiókjához, ezért alkalmazásjelszót kell használnia, ha a külső WebDAV-klienssel kapcsolódik.",
"Warnings" : "Figyelmeztetések",
"Warn before changing a file extension" : "Figyelmeztetés a fájlkiterjesztés módosítása előtt",
"Warn before deleting files" : "Figyelmeztetés a fáljok törlése előtt",
"Keyboard shortcuts" : "Gyorsbillentyűk",
"File actions" : "Fájlműveletek",
"Rename" : "Átnevezés",
"Delete" : "Törlés",
"Add or remove favorite" : "Kedvenc hozzáadása vagy eltávolítása",
"Manage tags" : "Címkék kezelése",
"Selection" : "Kijelölés",
"Select all files" : "Összes fájl kijelölése",
"Deselect all" : "Kijelölés megszüntetése",
"Select or deselect" : "Kijelölés vagy annak megszüntetése",
"Select a range" : "Válasszon tartományt",
"Navigation" : "Navigáció",
"Go to parent folder" : "Ugrás a szülőmappához",
"Go to file above" : "Ugrás a fentebbi fájlhoz",
"Go to file below" : "Ugrás a lentebbi fájlhoz",
"Go left in grid" : "Balra ugrás a rácsban",
"Go right in grid" : "Jobbra ugrás a rácsban",
"View" : "Nézet",
"Toggle grid view" : "Rácsnézet be/ki",
"Open file sidebar" : "Fájl oldalsáv megnyitása",
"Show those shortcuts" : "Gyorsbillentyűk megjelenítése",
"Share" : "Megosztás",
"Shared by link" : "Megosztva hivatkozással",
"Shared" : "Megosztva",
@@ -277,14 +269,15 @@ OC.L10N.register(
"Failed to convert files: {message}" : "Nem sikerült a fájlok átalakítása: {message}",
"All files failed to be converted" : "Az összes fájl átalakítása sikertelen",
"One file could not be converted: {message}" : "Egy fájl nem alakítható át: {message}",
"_One file could not be converted_::_%n files could not be converted_" : ["Egy fájl nem alakítható át","%n fájl nem alakítható át"],
"_One file successfully converted_::_%n files successfully converted_" : ["Egy fájl sikeresen átalakítva","%n fájl sikeresen átalakítva"],
"Files successfully converted" : "Fájlok sikeresen átalakítva",
"_%n file could not be converted_::_%n files could not be converted_" : ["%n fájl nem alakítható át","%n fájl nem alakítható át"],
"_%n file converted_::_%n files converted_" : ["%n fájl átalakítva","%n fájl átalakítva"],
"Files converted" : "Fájlok átalakítva",
"Failed to convert files" : "Nem sikerült a fájlok átalakítása",
"Converting file …" : "Fájl átalakítása…",
"File successfully converted" : "Fájl sikeresen átalakítva",
"Failed to convert file: {message}" : "Nem sikerült a fájl átalakítása: {message}",
"Failed to convert file" : "Nem sikerült a fájl átalakítása",
"Delete" : "Törlés",
"Leave this share" : "Megosztás elhagyása",
"Leave these shares" : "Megosztások elhagyása",
"Disconnect storage" : "Tároló leválasztása",
@@ -302,6 +295,7 @@ OC.L10N.register(
"Download" : "Letöltés",
"The requested file is not available." : "A kért fájl nem érhető el.",
"The requested files are not available." : "A kért fájlok nem érhetőek el.",
"Add or remove favorite" : "Kedvenc hozzáadása vagy eltávolítása",
"Moving \"{source}\" to \"{destination}\" …" : "A(z) „{source}” áthelyezése ide: „{destination}”…",
"Copying \"{source}\" to \"{destination}\" …" : "A(z) „{source}” másolása ide: „{destination}”…",
"Destination is not a folder" : "A cél nem mappa",
@@ -314,6 +308,7 @@ OC.L10N.register(
"The file does not exist anymore" : "Ez a fájl már nem létezik",
"Choose destination" : "Válasszon célt",
"Copy to {target}" : "Másolás ide: {target}",
"Copy" : "Másolás",
"Move to {target}" : "Áthelyezés ide: {target}",
"Move" : "Áthelyezés",
"Move or copy operation failed" : "Nem sikerült az áthelyezés vagy a másolás",
@@ -326,6 +321,7 @@ OC.L10N.register(
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "A fájlnak most már meg kellene nyílni az eszközén. Ha mégsem, ellenőrizze, hogy telepítve van-e az asztali alkalmazás.",
"Retry and close" : "Újrapróbálás és bezárás",
"Open online" : "Megnyitás online",
"Rename" : "Átnevezés",
"Details" : "Részletek",
"View in folder" : "Megtekintés mappában",
"Today" : "Ma",
@@ -381,6 +377,7 @@ OC.L10N.register(
"No favorites yet" : "Még nincsenek kedvencek",
"Files and folders you mark as favorite will show up here" : "A kedvencnek jelölt fájlokat és mappákat itt találja meg",
"List of your files and folders." : "Saját fájlok és mappák felsorolása.",
"Folder tree" : "Mappafa",
"List of your files and folders that are not shared." : "Meg nem osztott fájlok és mappák felsorolása.",
"No personal files found" : "Nem találhatóak személyes fájlok",
"Files that are not shared will show up here." : "A meg nem osztott fájlok itt fognak megjelenni.",
@@ -405,14 +402,17 @@ OC.L10N.register(
"Submitting fields …" : "Mezők beküldése…",
"\"{displayName}\" action executed successfully" : "A(z) „{displayName}” művelet sikeresen végrehajtva",
"Filter file names …" : "Fájlnevek szűrése…",
"Clipboard is not available" : "A vágólap nem érhető el",
"WebDAV URL copied to clipboard" : "A WebDAV-cím a vágólapra másolva",
"Enable the grid view" : "Rácsnézet engedélyezése",
"Enable folder tree" : "Mappafa engedélyezése",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Másolás a vágólapra",
"Use this address to access your Files via WebDAV" : "Ezzel a címmel férhet hozzá a Fájlokhoz a WebDAV-on keresztül",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Ha engedélyezte a kétfaktoros hitelesítést, akkor kattintson ide, hogy létrehozzon egy új alkalmazásjelszót, és azt használja.",
"Prevent warning dialogs from open or reenable them." : "Figyelmeztető párbeszédablakok megnyitásának megakadályozása vagy engedélyezése.",
"Show a warning dialog when changing a file extension." : "Figyelmeztető párbeszédablakok megnyitása a fájlkiterjesztés módosításakor.",
"Keyboard shortcuts" : "Gyorsbillentyűk",
"Speed up your Files experience with these quick shortcuts." : "Gyorsítsa fel a fájlböngészést ezekkel a billentyűparancsokkal.",
"Open the actions menu for a file" : "Nyissa meg a fájl műveletek menüjét",
"Rename a file" : "Fájl átnevezése",
+48 -48
View File
@@ -106,6 +106,43 @@
"Type" : "Típus",
"Active filters" : "Aktív szűrők",
"Remove filter" : "Szűrő eltávolítása",
"Appearance" : "Megjelenés",
"Show hidden files" : "Rejtett fájlok megjelenítése",
"Show file type column" : "Fájltípus oszlop megjelenítése",
"Show file extensions" : "Fájlkiterjesztések megjelenítése",
"Crop image previews" : "Kép előnézetek vágása",
"General" : "Általános",
"Sort favorites first" : "Kedvencek előre rendezése",
"Sort folders before files" : "Mappák fájlok elé rendezése",
"Enable folder tree view" : "Mappafanézet engedélyezése",
"Default view" : "Alapértelmezett nézet",
"All files" : "Összes fájl",
"Personal files" : "Személyes fájlok",
"Additional settings" : "További beállítások",
"Actions" : "Műveletek",
"File actions" : "Fájlműveletek",
"Selection" : "Kijelölés",
"Select all files" : "Összes fájl kijelölése",
"Deselect all" : "Kijelölés megszüntetése",
"Select or deselect" : "Kijelölés vagy annak megszüntetése",
"Select a range" : "Válasszon tartományt",
"Navigation" : "Navigáció",
"Go to parent folder" : "Ugrás a szülőmappához",
"Go to file above" : "Ugrás a fentebbi fájlhoz",
"Go to file below" : "Ugrás a lentebbi fájlhoz",
"Go left in grid" : "Balra ugrás a rácsban",
"Go right in grid" : "Jobbra ugrás a rácsban",
"View" : "Nézet",
"Toggle grid view" : "Rácsnézet be/ki",
"Open file sidebar" : "Fájl oldalsáv megnyitása",
"Show those shortcuts" : "Gyorsbillentyűk megjelenítése",
"Warnings" : "Figyelmeztetések",
"Warn before changing a file extension" : "Figyelmeztetés a fájlkiterjesztés módosítása előtt",
"Warn before deleting a file" : "Figyelmeztetés fájl törlése előtt",
"WebDAV URL" : "WebDAV-webcím",
"Create an app password" : "Alkalmazásjelszó létrehozása",
"Required for WebDAV authentication because Two-Factor Authentication is enabled for this account." : "A WebDAV-hitelesítéshez szükséges, mert a Kétlépcsős hitelesítés engedélyezve van ennél a fióknál.",
"How to access files using WebDAV" : "Hogyan érje el a fájlokat WebDAV-val",
"Total rows summary" : "Összes sor összegzése",
"Toggle selection for all files and folders" : "Minden fájl és mappa kijelölésének átváltása",
"Name" : "Név",
@@ -114,7 +151,6 @@
"{displayName}: failed on some elements" : "{displayName}: egyes elemeken sikertelen",
"{displayName}: done" : "{displayName}: kész",
"{displayName}: failed" : "{displayName}: sikertelen",
"Actions" : "Műveletek",
"(selected)" : "(kiválasztva)",
"List of files and folders." : "Fájlok és mappák felsorolása.",
"You have used your space quota and cannot upload files anymore." : "Már felhasználta a tárhelykvótáját, így már nem tölthet fel fájlokat.",
@@ -181,51 +217,7 @@
"Do not show this dialog again." : "Ne jelenítse meg újra ezt a párbeszédablakot.",
"Select file or folder to link to" : "Válassza ki a hivatkozandó fájlt vagy mappát",
"Choose {file}" : "{file} kiválasztása",
"Clipboard is not available" : "A vágólap nem érhető el",
"WebDAV URL copied" : "WebDAV-webcím másolva",
"Files settings" : "Fájlok beállításai",
"General" : "Általános",
"Default view" : "Alapértelmezett nézet",
"All files" : "Összes fájl",
"Personal files" : "Személyes fájlok",
"Sort favorites first" : "Kedvencek előre rendezése",
"Sort folders before files" : "Mappák fájlok elé rendezése",
"Folder tree" : "Mappafa",
"Appearance" : "Megjelenés",
"Show hidden files" : "Rejtett fájlok megjelenítése",
"Show file type column" : "Fájltípus oszlop megjelenítése",
"Show file extensions" : "Fájlkiterjesztések megjelenítése",
"Crop image previews" : "Kép előnézetek vágása",
"Additional settings" : "További beállítások",
"WebDAV" : "WebDAV",
"WebDAV URL" : "WebDAV-webcím",
"Copy" : "Másolás",
"How to access files using WebDAV" : "Hogyan érje el a fájlokat WebDAV-val",
"Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "A kétlépcsős hitelesítése engedélyezve van a fiókjához, ezért alkalmazásjelszót kell használnia, ha a külső WebDAV-klienssel kapcsolódik.",
"Warnings" : "Figyelmeztetések",
"Warn before changing a file extension" : "Figyelmeztetés a fájlkiterjesztés módosítása előtt",
"Warn before deleting files" : "Figyelmeztetés a fáljok törlése előtt",
"Keyboard shortcuts" : "Gyorsbillentyűk",
"File actions" : "Fájlműveletek",
"Rename" : "Átnevezés",
"Delete" : "Törlés",
"Add or remove favorite" : "Kedvenc hozzáadása vagy eltávolítása",
"Manage tags" : "Címkék kezelése",
"Selection" : "Kijelölés",
"Select all files" : "Összes fájl kijelölése",
"Deselect all" : "Kijelölés megszüntetése",
"Select or deselect" : "Kijelölés vagy annak megszüntetése",
"Select a range" : "Válasszon tartományt",
"Navigation" : "Navigáció",
"Go to parent folder" : "Ugrás a szülőmappához",
"Go to file above" : "Ugrás a fentebbi fájlhoz",
"Go to file below" : "Ugrás a lentebbi fájlhoz",
"Go left in grid" : "Balra ugrás a rácsban",
"Go right in grid" : "Jobbra ugrás a rácsban",
"View" : "Nézet",
"Toggle grid view" : "Rácsnézet be/ki",
"Open file sidebar" : "Fájl oldalsáv megnyitása",
"Show those shortcuts" : "Gyorsbillentyűk megjelenítése",
"Share" : "Megosztás",
"Shared by link" : "Megosztva hivatkozással",
"Shared" : "Megosztva",
@@ -275,14 +267,15 @@
"Failed to convert files: {message}" : "Nem sikerült a fájlok átalakítása: {message}",
"All files failed to be converted" : "Az összes fájl átalakítása sikertelen",
"One file could not be converted: {message}" : "Egy fájl nem alakítható át: {message}",
"_One file could not be converted_::_%n files could not be converted_" : ["Egy fájl nem alakítható át","%n fájl nem alakítható át"],
"_One file successfully converted_::_%n files successfully converted_" : ["Egy fájl sikeresen átalakítva","%n fájl sikeresen átalakítva"],
"Files successfully converted" : "Fájlok sikeresen átalakítva",
"_%n file could not be converted_::_%n files could not be converted_" : ["%n fájl nem alakítható át","%n fájl nem alakítható át"],
"_%n file converted_::_%n files converted_" : ["%n fájl átalakítva","%n fájl átalakítva"],
"Files converted" : "Fájlok átalakítva",
"Failed to convert files" : "Nem sikerült a fájlok átalakítása",
"Converting file …" : "Fájl átalakítása…",
"File successfully converted" : "Fájl sikeresen átalakítva",
"Failed to convert file: {message}" : "Nem sikerült a fájl átalakítása: {message}",
"Failed to convert file" : "Nem sikerült a fájl átalakítása",
"Delete" : "Törlés",
"Leave this share" : "Megosztás elhagyása",
"Leave these shares" : "Megosztások elhagyása",
"Disconnect storage" : "Tároló leválasztása",
@@ -300,6 +293,7 @@
"Download" : "Letöltés",
"The requested file is not available." : "A kért fájl nem érhető el.",
"The requested files are not available." : "A kért fájlok nem érhetőek el.",
"Add or remove favorite" : "Kedvenc hozzáadása vagy eltávolítása",
"Moving \"{source}\" to \"{destination}\" …" : "A(z) „{source}” áthelyezése ide: „{destination}”…",
"Copying \"{source}\" to \"{destination}\" …" : "A(z) „{source}” másolása ide: „{destination}”…",
"Destination is not a folder" : "A cél nem mappa",
@@ -312,6 +306,7 @@
"The file does not exist anymore" : "Ez a fájl már nem létezik",
"Choose destination" : "Válasszon célt",
"Copy to {target}" : "Másolás ide: {target}",
"Copy" : "Másolás",
"Move to {target}" : "Áthelyezés ide: {target}",
"Move" : "Áthelyezés",
"Move or copy operation failed" : "Nem sikerült az áthelyezés vagy a másolás",
@@ -324,6 +319,7 @@
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "A fájlnak most már meg kellene nyílni az eszközén. Ha mégsem, ellenőrizze, hogy telepítve van-e az asztali alkalmazás.",
"Retry and close" : "Újrapróbálás és bezárás",
"Open online" : "Megnyitás online",
"Rename" : "Átnevezés",
"Details" : "Részletek",
"View in folder" : "Megtekintés mappában",
"Today" : "Ma",
@@ -379,6 +375,7 @@
"No favorites yet" : "Még nincsenek kedvencek",
"Files and folders you mark as favorite will show up here" : "A kedvencnek jelölt fájlokat és mappákat itt találja meg",
"List of your files and folders." : "Saját fájlok és mappák felsorolása.",
"Folder tree" : "Mappafa",
"List of your files and folders that are not shared." : "Meg nem osztott fájlok és mappák felsorolása.",
"No personal files found" : "Nem találhatóak személyes fájlok",
"Files that are not shared will show up here." : "A meg nem osztott fájlok itt fognak megjelenni.",
@@ -403,14 +400,17 @@
"Submitting fields …" : "Mezők beküldése…",
"\"{displayName}\" action executed successfully" : "A(z) „{displayName}” művelet sikeresen végrehajtva",
"Filter file names …" : "Fájlnevek szűrése…",
"Clipboard is not available" : "A vágólap nem érhető el",
"WebDAV URL copied to clipboard" : "A WebDAV-cím a vágólapra másolva",
"Enable the grid view" : "Rácsnézet engedélyezése",
"Enable folder tree" : "Mappafa engedélyezése",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Másolás a vágólapra",
"Use this address to access your Files via WebDAV" : "Ezzel a címmel férhet hozzá a Fájlokhoz a WebDAV-on keresztül",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Ha engedélyezte a kétfaktoros hitelesítést, akkor kattintson ide, hogy létrehozzon egy új alkalmazásjelszót, és azt használja.",
"Prevent warning dialogs from open or reenable them." : "Figyelmeztető párbeszédablakok megnyitásának megakadályozása vagy engedélyezése.",
"Show a warning dialog when changing a file extension." : "Figyelmeztető párbeszédablakok megnyitása a fájlkiterjesztés módosításakor.",
"Keyboard shortcuts" : "Gyorsbillentyűk",
"Speed up your Files experience with these quick shortcuts." : "Gyorsítsa fel a fájlböngészést ezekkel a billentyűparancsokkal.",
"Open the actions menu for a file" : "Nyissa meg a fájl műveletek menüjét",
"Rename a file" : "Fájl átnevezése",
+41 -48
View File
@@ -108,6 +108,39 @@ OC.L10N.register(
"Type" : "Tegund",
"Active filters" : "Virkar síur",
"Remove filter" : "Fjarlægja síu",
"Appearance" : "Útlit",
"Show hidden files" : "Sýna faldar skrár",
"Show file type column" : "Sýna dálk fyrir skráategund",
"Show file extensions" : "Birta skráaendingar",
"Crop image previews" : "Skera utan af forskoðun mynda",
"General" : "Almennt",
"Sort favorites first" : "Raða eftirlætum fremst",
"Sort folders before files" : "Raða möppum á undan skrám",
"Default view" : "Sjálfgefin sýn",
"All files" : "Allar skrár",
"Personal files" : "Einkaskrár",
"Additional settings" : "Valfrjálsar stillingar",
"Actions" : "Aðgerðir",
"File actions" : "Skráaaðgerðir",
"Selection" : "Val",
"Select all files" : "Velja allar skrár",
"Deselect all" : "Afvelja allt",
"Select or deselect" : "Velja eða afvelja",
"Select a range" : "Veldu svið",
"Navigation" : "Yfirsýn",
"Go to parent folder" : "Fara í yfirmöppu",
"Go to file above" : "Fara í skrá fyrir ofan",
"Go to file below" : "Fara í skrá fyrir neðan",
"Go left in grid" : "Fara til vinstri í reitum",
"Go right in grid" : "Fara til hægri í reitum",
"View" : "Skoða",
"Toggle grid view" : "Víxla reitasýn af/á",
"Open file sidebar" : "Opna hliðarspjald skráa",
"Show those shortcuts" : "Sýna þessa flýtilykla",
"Warnings" : "Aðvaranir",
"Warn before changing a file extension" : "Aðvara áður en skráarendingu er breytt",
"WebDAV URL" : "WebDAV-slóð",
"How to access files using WebDAV" : "Hvernig á að nálgast skrár í gegnum WebDAV",
"Total rows summary" : "Samantek á fjölda raða",
"Toggle selection for all files and folders" : "Víxla vali af/á fyrir allar skrár og möppur",
"Name" : "Heiti",
@@ -116,7 +149,6 @@ OC.L10N.register(
"{displayName}: failed on some elements" : "{displayName}: mistókst á einhverjum atriðum",
"{displayName}: done" : "{displayName}: lokið",
"{displayName}: failed" : "{displayName}: mistókst",
"Actions" : "Aðgerðir",
"(selected)" : "(valið)",
"List of files and folders." : "Listi yfir skrár og möppur.",
"You have used your space quota and cannot upload files anymore." : "Þú hefur fullnýtt geymslukvótann þinn og getur ekki lengur sent inn skrár.",
@@ -183,51 +215,7 @@ OC.L10N.register(
"Do not show this dialog again." : "Ekki sýna þennan glugga aftur.",
"Select file or folder to link to" : "Veldu skrá eða möppu til að tengja í",
"Choose {file}" : "Veldu {file}",
"Clipboard is not available" : "Klippispjald er ekki tiltækt",
"WebDAV URL copied" : "WebDAV-slóð afrituð",
"Files settings" : "Stillingar skráaforritsins",
"General" : "Almennt",
"Default view" : "Sjálfgefin sýn",
"All files" : "Allar skrár",
"Personal files" : "Einkaskrár",
"Sort favorites first" : "Raða eftirlætum fremst",
"Sort folders before files" : "Raða möppum á undan skrám",
"Folder tree" : "Möppugreinar",
"Appearance" : "Útlit",
"Show hidden files" : "Sýna faldar skrár",
"Show file type column" : "Sýna dálk fyrir skráategund",
"Show file extensions" : "Birta skráaendingar",
"Crop image previews" : "Skera utan af forskoðun mynda",
"Additional settings" : "Valfrjálsar stillingar",
"WebDAV" : "WebDAV",
"WebDAV URL" : "WebDAV-slóð",
"Copy" : "Afrita",
"How to access files using WebDAV" : "Hvernig á að nálgast skrár í gegnum WebDAV",
"Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "Tveggja-þátta auðkenning fyrir aðganginn þinn er virk og þar með þarft þú að nota lykilorð forrits til að tengjast utanaðkomandi WebDAV-forriti.",
"Warnings" : "Aðvaranir",
"Warn before changing a file extension" : "Aðvara áður en skráarendingu er breytt",
"Warn before deleting files" : "Aðvara áður en skrám er eytt",
"Keyboard shortcuts" : "Flýtileiðir á lyklaborði",
"File actions" : "Skráaaðgerðir",
"Rename" : "Endurnefna",
"Delete" : "Eyða",
"Add or remove favorite" : "Bæta við eða fjarlægja eftirlæti",
"Manage tags" : "Sýsla með merki",
"Selection" : "Val",
"Select all files" : "Velja allar skrár",
"Deselect all" : "Afvelja allt",
"Select or deselect" : "Velja eða afvelja",
"Select a range" : "Veldu svið",
"Navigation" : "Yfirsýn",
"Go to parent folder" : "Fara í yfirmöppu",
"Go to file above" : "Fara í skrá fyrir ofan",
"Go to file below" : "Fara í skrá fyrir neðan",
"Go left in grid" : "Fara til vinstri í reitum",
"Go right in grid" : "Fara til hægri í reitum",
"View" : "Skoða",
"Toggle grid view" : "Víxla reitasýn af/á",
"Open file sidebar" : "Opna hliðarspjald skráa",
"Show those shortcuts" : "Sýna þessa flýtilykla",
"Share" : "Deila",
"Shared by link" : "Deilt með tengli",
"Shared" : "Sameiginlegt",
@@ -277,14 +265,12 @@ OC.L10N.register(
"Failed to convert files: {message}" : "Mistókst að umbreyta skrám: {message}",
"All files failed to be converted" : "Mistókst að umbreyta öllum skrám",
"One file could not be converted: {message}" : "Ekki var hægt að umbreyta einni skrá: {message}",
"_One file could not be converted_::_%n files could not be converted_" : ["Ekki var hægt að umbreyta einni skrá","Ekki var hægt að umbreyta %n skrám"],
"_One file successfully converted_::_%n files successfully converted_" : ["Tókst að umbreyta einni skrá","Tókst að umbreyta %n skrám"],
"Files successfully converted" : "Tókst að umbreyta skrám",
"Failed to convert files" : "Mistókst að umbreyta skrám",
"Converting file …" : "Umbreyti skrá…",
"File successfully converted" : "Tókst að umbreyta skrá",
"Failed to convert file: {message}" : "Mistókst að umbreyta skrá: {message}",
"Failed to convert file" : "Mistókst að umbreyta skrá",
"Delete" : "Eyða",
"Leave this share" : "Yfirgefa þessa sameign",
"Leave these shares" : "Yfirgefa þessar sameignir",
"Disconnect storage" : "Aftengja geymslu",
@@ -302,6 +288,7 @@ OC.L10N.register(
"Download" : "Niðurhal",
"The requested file is not available." : "Umbeðin skrá er ekki tiltæk.",
"The requested files are not available." : "Umbeðnar skrár eru ekki tiltækar.",
"Add or remove favorite" : "Bæta við eða fjarlægja eftirlæti",
"Moving \"{source}\" to \"{destination}\" …" : "Færi \"{source}\" í \"{destination}\" …",
"Copying \"{source}\" to \"{destination}\" …" : "Afrita \"{source}\" í \"{destination}\" …",
"Destination is not a folder" : "Áfangastaðurinn er ekki mappa",
@@ -314,6 +301,7 @@ OC.L10N.register(
"The file does not exist anymore" : "Skráin er ekki lengur til",
"Choose destination" : "Veldu áfangastað",
"Copy to {target}" : "Afrita í {target}",
"Copy" : "Afrita",
"Move to {target}" : "Færa í {target}",
"Move" : "Færa",
"Move or copy operation failed" : "Aðgerð við að færa eða afrita mistókst",
@@ -326,6 +314,7 @@ OC.L10N.register(
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Skráin ætti núna að opnast á tækinu þínu. Ef það gerist ekki, ættirðu að ganga úr skugga um að þú sért með vinnutölvuforritið uppsett.",
"Retry and close" : "Prófa aftur og loka",
"Open online" : "Opna á netinu",
"Rename" : "Endurnefna",
"Details" : "Nánar",
"View in folder" : "Skoða í möppu",
"Today" : "Í dag",
@@ -381,6 +370,7 @@ OC.L10N.register(
"No favorites yet" : "Engin eftirlæti ennþá",
"Files and folders you mark as favorite will show up here" : "Skrár og möppur sem þú merkir sem eftirlæti birtast hér",
"List of your files and folders." : "Listi yfir skrárnar þínar og möppur.",
"Folder tree" : "Möppugreinar",
"List of your files and folders that are not shared." : "Listi yfir skrárnar þínar og möppur sem ekki er deilt.",
"No personal files found" : "Engar einkaskrár fundust",
"Files that are not shared will show up here." : "Skrár sem ekki er deilt birtast hér.",
@@ -404,13 +394,16 @@ OC.L10N.register(
"Submitting fields …" : "Sendi inn gagnasvið…",
"\"{displayName}\" action executed successfully" : "Tókst að framkvæma \"{displayName}\" aðgerð",
"Filter file names …" : "Sía skráaheiti …",
"Clipboard is not available" : "Klippispjald er ekki tiltækt",
"WebDAV URL copied to clipboard" : "WebDAV-slóð afrituð á klippispjaldið",
"Enable the grid view" : "Virkja reitasýnina",
"Enable folder tree" : "Virkja möppugreinar",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Afrita á klippispjald",
"Use this address to access your Files via WebDAV" : "Notaðu þetta vistfang til að nálgast skráaforritið þitt með WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Ef þú hefur virkjað 2FA tveggja-þrepa-auðkenningu, þarftu að útbúa nýtt lykilorð forrits og nota það með því að smella hér.",
"Show a warning dialog when changing a file extension." : "Birta aðvörunarglugga þegar skráarendingu er breytt.",
"Keyboard shortcuts" : "Flýtileiðir á lyklaborði",
"Speed up your Files experience with these quick shortcuts." : "Flýttu fyrir vinnu þinni með skrár með þessum flýtilyklum.",
"Open the actions menu for a file" : "Opna aðgerðavalmynd fyrir skrá",
"Rename a file" : "Endurnefna skrá",
+41 -48
View File
@@ -106,6 +106,39 @@
"Type" : "Tegund",
"Active filters" : "Virkar síur",
"Remove filter" : "Fjarlægja síu",
"Appearance" : "Útlit",
"Show hidden files" : "Sýna faldar skrár",
"Show file type column" : "Sýna dálk fyrir skráategund",
"Show file extensions" : "Birta skráaendingar",
"Crop image previews" : "Skera utan af forskoðun mynda",
"General" : "Almennt",
"Sort favorites first" : "Raða eftirlætum fremst",
"Sort folders before files" : "Raða möppum á undan skrám",
"Default view" : "Sjálfgefin sýn",
"All files" : "Allar skrár",
"Personal files" : "Einkaskrár",
"Additional settings" : "Valfrjálsar stillingar",
"Actions" : "Aðgerðir",
"File actions" : "Skráaaðgerðir",
"Selection" : "Val",
"Select all files" : "Velja allar skrár",
"Deselect all" : "Afvelja allt",
"Select or deselect" : "Velja eða afvelja",
"Select a range" : "Veldu svið",
"Navigation" : "Yfirsýn",
"Go to parent folder" : "Fara í yfirmöppu",
"Go to file above" : "Fara í skrá fyrir ofan",
"Go to file below" : "Fara í skrá fyrir neðan",
"Go left in grid" : "Fara til vinstri í reitum",
"Go right in grid" : "Fara til hægri í reitum",
"View" : "Skoða",
"Toggle grid view" : "Víxla reitasýn af/á",
"Open file sidebar" : "Opna hliðarspjald skráa",
"Show those shortcuts" : "Sýna þessa flýtilykla",
"Warnings" : "Aðvaranir",
"Warn before changing a file extension" : "Aðvara áður en skráarendingu er breytt",
"WebDAV URL" : "WebDAV-slóð",
"How to access files using WebDAV" : "Hvernig á að nálgast skrár í gegnum WebDAV",
"Total rows summary" : "Samantek á fjölda raða",
"Toggle selection for all files and folders" : "Víxla vali af/á fyrir allar skrár og möppur",
"Name" : "Heiti",
@@ -114,7 +147,6 @@
"{displayName}: failed on some elements" : "{displayName}: mistókst á einhverjum atriðum",
"{displayName}: done" : "{displayName}: lokið",
"{displayName}: failed" : "{displayName}: mistókst",
"Actions" : "Aðgerðir",
"(selected)" : "(valið)",
"List of files and folders." : "Listi yfir skrár og möppur.",
"You have used your space quota and cannot upload files anymore." : "Þú hefur fullnýtt geymslukvótann þinn og getur ekki lengur sent inn skrár.",
@@ -181,51 +213,7 @@
"Do not show this dialog again." : "Ekki sýna þennan glugga aftur.",
"Select file or folder to link to" : "Veldu skrá eða möppu til að tengja í",
"Choose {file}" : "Veldu {file}",
"Clipboard is not available" : "Klippispjald er ekki tiltækt",
"WebDAV URL copied" : "WebDAV-slóð afrituð",
"Files settings" : "Stillingar skráaforritsins",
"General" : "Almennt",
"Default view" : "Sjálfgefin sýn",
"All files" : "Allar skrár",
"Personal files" : "Einkaskrár",
"Sort favorites first" : "Raða eftirlætum fremst",
"Sort folders before files" : "Raða möppum á undan skrám",
"Folder tree" : "Möppugreinar",
"Appearance" : "Útlit",
"Show hidden files" : "Sýna faldar skrár",
"Show file type column" : "Sýna dálk fyrir skráategund",
"Show file extensions" : "Birta skráaendingar",
"Crop image previews" : "Skera utan af forskoðun mynda",
"Additional settings" : "Valfrjálsar stillingar",
"WebDAV" : "WebDAV",
"WebDAV URL" : "WebDAV-slóð",
"Copy" : "Afrita",
"How to access files using WebDAV" : "Hvernig á að nálgast skrár í gegnum WebDAV",
"Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "Tveggja-þátta auðkenning fyrir aðganginn þinn er virk og þar með þarft þú að nota lykilorð forrits til að tengjast utanaðkomandi WebDAV-forriti.",
"Warnings" : "Aðvaranir",
"Warn before changing a file extension" : "Aðvara áður en skráarendingu er breytt",
"Warn before deleting files" : "Aðvara áður en skrám er eytt",
"Keyboard shortcuts" : "Flýtileiðir á lyklaborði",
"File actions" : "Skráaaðgerðir",
"Rename" : "Endurnefna",
"Delete" : "Eyða",
"Add or remove favorite" : "Bæta við eða fjarlægja eftirlæti",
"Manage tags" : "Sýsla með merki",
"Selection" : "Val",
"Select all files" : "Velja allar skrár",
"Deselect all" : "Afvelja allt",
"Select or deselect" : "Velja eða afvelja",
"Select a range" : "Veldu svið",
"Navigation" : "Yfirsýn",
"Go to parent folder" : "Fara í yfirmöppu",
"Go to file above" : "Fara í skrá fyrir ofan",
"Go to file below" : "Fara í skrá fyrir neðan",
"Go left in grid" : "Fara til vinstri í reitum",
"Go right in grid" : "Fara til hægri í reitum",
"View" : "Skoða",
"Toggle grid view" : "Víxla reitasýn af/á",
"Open file sidebar" : "Opna hliðarspjald skráa",
"Show those shortcuts" : "Sýna þessa flýtilykla",
"Share" : "Deila",
"Shared by link" : "Deilt með tengli",
"Shared" : "Sameiginlegt",
@@ -275,14 +263,12 @@
"Failed to convert files: {message}" : "Mistókst að umbreyta skrám: {message}",
"All files failed to be converted" : "Mistókst að umbreyta öllum skrám",
"One file could not be converted: {message}" : "Ekki var hægt að umbreyta einni skrá: {message}",
"_One file could not be converted_::_%n files could not be converted_" : ["Ekki var hægt að umbreyta einni skrá","Ekki var hægt að umbreyta %n skrám"],
"_One file successfully converted_::_%n files successfully converted_" : ["Tókst að umbreyta einni skrá","Tókst að umbreyta %n skrám"],
"Files successfully converted" : "Tókst að umbreyta skrám",
"Failed to convert files" : "Mistókst að umbreyta skrám",
"Converting file …" : "Umbreyti skrá…",
"File successfully converted" : "Tókst að umbreyta skrá",
"Failed to convert file: {message}" : "Mistókst að umbreyta skrá: {message}",
"Failed to convert file" : "Mistókst að umbreyta skrá",
"Delete" : "Eyða",
"Leave this share" : "Yfirgefa þessa sameign",
"Leave these shares" : "Yfirgefa þessar sameignir",
"Disconnect storage" : "Aftengja geymslu",
@@ -300,6 +286,7 @@
"Download" : "Niðurhal",
"The requested file is not available." : "Umbeðin skrá er ekki tiltæk.",
"The requested files are not available." : "Umbeðnar skrár eru ekki tiltækar.",
"Add or remove favorite" : "Bæta við eða fjarlægja eftirlæti",
"Moving \"{source}\" to \"{destination}\" …" : "Færi \"{source}\" í \"{destination}\" …",
"Copying \"{source}\" to \"{destination}\" …" : "Afrita \"{source}\" í \"{destination}\" …",
"Destination is not a folder" : "Áfangastaðurinn er ekki mappa",
@@ -312,6 +299,7 @@
"The file does not exist anymore" : "Skráin er ekki lengur til",
"Choose destination" : "Veldu áfangastað",
"Copy to {target}" : "Afrita í {target}",
"Copy" : "Afrita",
"Move to {target}" : "Færa í {target}",
"Move" : "Færa",
"Move or copy operation failed" : "Aðgerð við að færa eða afrita mistókst",
@@ -324,6 +312,7 @@
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Skráin ætti núna að opnast á tækinu þínu. Ef það gerist ekki, ættirðu að ganga úr skugga um að þú sért með vinnutölvuforritið uppsett.",
"Retry and close" : "Prófa aftur og loka",
"Open online" : "Opna á netinu",
"Rename" : "Endurnefna",
"Details" : "Nánar",
"View in folder" : "Skoða í möppu",
"Today" : "Í dag",
@@ -379,6 +368,7 @@
"No favorites yet" : "Engin eftirlæti ennþá",
"Files and folders you mark as favorite will show up here" : "Skrár og möppur sem þú merkir sem eftirlæti birtast hér",
"List of your files and folders." : "Listi yfir skrárnar þínar og möppur.",
"Folder tree" : "Möppugreinar",
"List of your files and folders that are not shared." : "Listi yfir skrárnar þínar og möppur sem ekki er deilt.",
"No personal files found" : "Engar einkaskrár fundust",
"Files that are not shared will show up here." : "Skrár sem ekki er deilt birtast hér.",
@@ -402,13 +392,16 @@
"Submitting fields …" : "Sendi inn gagnasvið…",
"\"{displayName}\" action executed successfully" : "Tókst að framkvæma \"{displayName}\" aðgerð",
"Filter file names …" : "Sía skráaheiti …",
"Clipboard is not available" : "Klippispjald er ekki tiltækt",
"WebDAV URL copied to clipboard" : "WebDAV-slóð afrituð á klippispjaldið",
"Enable the grid view" : "Virkja reitasýnina",
"Enable folder tree" : "Virkja möppugreinar",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Afrita á klippispjald",
"Use this address to access your Files via WebDAV" : "Notaðu þetta vistfang til að nálgast skráaforritið þitt með WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Ef þú hefur virkjað 2FA tveggja-þrepa-auðkenningu, þarftu að útbúa nýtt lykilorð forrits og nota það með því að smella hér.",
"Show a warning dialog when changing a file extension." : "Birta aðvörunarglugga þegar skráarendingu er breytt.",
"Keyboard shortcuts" : "Flýtileiðir á lyklaborði",
"Speed up your Files experience with these quick shortcuts." : "Flýttu fyrir vinnu þinni með skrár með þessum flýtilyklum.",
"Open the actions menu for a file" : "Opna aðgerðavalmynd fyrir skrá",
"Rename a file" : "Endurnefna skrá",
+44 -48
View File
@@ -108,6 +108,39 @@ OC.L10N.register(
"Type" : "Tipo",
"Active filters" : "Filtri attivi",
"Remove filter" : "Rimuovi filtro",
"Appearance" : "Aspetto",
"Show hidden files" : "Mostra i file nascosti",
"Show file type column" : "Mostra colonna tipo di file",
"Show file extensions" : "Mostra estensioni di file",
"Crop image previews" : "Ritaglia le anteprime delle immagini",
"General" : "Generale",
"Sort favorites first" : "Ordina prima i preferiti",
"Sort folders before files" : "Ordina cartelle prima dei files",
"Default view" : "Vista predefinita",
"All files" : "Tutti i file",
"Personal files" : "File personali",
"Additional settings" : "Impostazioni aggiuntive",
"Actions" : "Azioni",
"File actions" : "Azioni sui file",
"Selection" : "Selezione",
"Select all files" : "Seleziona tutti i file",
"Deselect all" : "Deseleziona tutto",
"Select or deselect" : "Seleziona o deseleziona",
"Select a range" : "Seleziona un intervallo",
"Navigation" : "Navigazione",
"Go to parent folder" : "Vai alla cartella padre",
"Go to file above" : "Vai al file sopra",
"Go to file below" : "Vai al file sotto",
"Go left in grid" : "Vai a sinistra nella griglia",
"Go right in grid" : "Vai a destra nella griglia",
"View" : "Visualizza",
"Toggle grid view" : "Commuta la vista a griglia",
"Open file sidebar" : "Apri la barra laterale del file",
"Show those shortcuts" : "Mostra quelle scorciatoie",
"Warnings" : "Avvertenze",
"Warn before changing a file extension" : "Avvisa prima di modificare l'estensione di un file",
"WebDAV URL" : "URL WebDAV",
"How to access files using WebDAV" : "Come accedere ai file tramite WebDAV",
"Total rows summary" : "Riepilogo totale delle righe",
"Toggle selection for all files and folders" : "Attiva/disattiva la selezione per tutti i file e le cartelle",
"Name" : "Nome",
@@ -116,7 +149,6 @@ OC.L10N.register(
"{displayName}: failed on some elements" : "{displayName}: non riuscito su alcuni elementi",
"{displayName}: done" : "{displayName}: fatto",
"{displayName}: failed" : "{displayName}: non riuscito",
"Actions" : "Azioni",
"(selected)" : "(selezionato)",
"List of files and folders." : "Lista di file e cartelle.",
"You have used your space quota and cannot upload files anymore." : "Hai esaurito la tua quota di spazio e non puoi più caricare file.",
@@ -183,51 +215,7 @@ OC.L10N.register(
"Do not show this dialog again." : "Non visualizzare più questa finestra di dialogo.",
"Select file or folder to link to" : "Seleziona un file o una cartella da collegare",
"Choose {file}" : "Scegli {file}",
"Clipboard is not available" : "Appunti non disponibili",
"WebDAV URL copied" : "URL WebDAV copiato",
"Files settings" : "Impostazioni File",
"General" : "Generale",
"Default view" : "Vista predefinita",
"All files" : "Tutti i file",
"Personal files" : "File personali",
"Sort favorites first" : "Ordina prima i preferiti",
"Sort folders before files" : "Ordina cartelle prima dei files",
"Folder tree" : "Albero delle cartella",
"Appearance" : "Aspetto",
"Show hidden files" : "Mostra i file nascosti",
"Show file type column" : "Mostra colonna tipo di file",
"Show file extensions" : "Mostra estensioni di file",
"Crop image previews" : "Ritaglia le anteprime delle immagini",
"Additional settings" : "Impostazioni aggiuntive",
"WebDAV" : "WebDAV",
"WebDAV URL" : "URL WebDAV",
"Copy" : "Copia",
"How to access files using WebDAV" : "Come accedere ai file tramite WebDAV",
"Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "Per il tuo account è abilitata l'autenticazione a due fattori, pertanto devi utilizzare una password dell'app per connetterti a un client WebDAV esterno.",
"Warnings" : "Avvertenze",
"Warn before changing a file extension" : "Avvisa prima di modificare l'estensione di un file",
"Warn before deleting files" : "Avvisa prima di eliminare i file",
"Keyboard shortcuts" : "Scorciatoie da tastiera",
"File actions" : "Azioni sui file",
"Rename" : "Rinomina",
"Delete" : "Elimina",
"Add or remove favorite" : "Aggiungi o rimuovi preferito",
"Manage tags" : "Gestisci etichette",
"Selection" : "Selezione",
"Select all files" : "Seleziona tutti i file",
"Deselect all" : "Deseleziona tutto",
"Select or deselect" : "Seleziona o deseleziona",
"Select a range" : "Seleziona un intervallo",
"Navigation" : "Navigazione",
"Go to parent folder" : "Vai alla cartella padre",
"Go to file above" : "Vai al file sopra",
"Go to file below" : "Vai al file sotto",
"Go left in grid" : "Vai a sinistra nella griglia",
"Go right in grid" : "Vai a destra nella griglia",
"View" : "Visualizza",
"Toggle grid view" : "Commuta la vista a griglia",
"Open file sidebar" : "Apri la barra laterale del file",
"Show those shortcuts" : "Mostra quelle scorciatoie",
"Share" : "Condividi",
"Shared by link" : "Condivisi tramite collegamento",
"Shared" : "Condiviso",
@@ -277,14 +265,15 @@ OC.L10N.register(
"Failed to convert files: {message}" : "Impossibile convertire i file: {message}",
"All files failed to be converted" : "Non è stato possibile convertire tutti i file",
"One file could not be converted: {message}" : "Un file non può essere convertito: {message}",
"_One file could not be converted_::_%n files could not be converted_" : ["Un file non è stato convertito","%nfile non possono essere convertiti","%n file non possono essere convertiti"],
"_One file successfully converted_::_%n files successfully converted_" : ["Un file convertito correttamente","%nfile convertiti con successo","%n file convertiti con successo"],
"Files successfully converted" : "File convertiti con successo",
"_%n file could not be converted_::_%n files could not be converted_" : ["%n file non può essere convertito","%n file non possono essere convertiti","%n file non possono essere convertiti"],
"_%n file converted_::_%n files converted_" : ["%n file convertito","%n file convertiti","%n file convertiti"],
"Files converted" : "File convertiti",
"Failed to convert files" : "Impossibile convertire i file",
"Converting file …" : "Conversione del file …",
"File successfully converted" : "File convertito con successo",
"Failed to convert file: {message}" : "Impossibile convertire il file: {message}",
"Failed to convert file" : "Impossibile convertire il file",
"Delete" : "Elimina",
"Leave this share" : "Abbandona questa condivisione",
"Leave these shares" : "Abbandona queste condivisioni",
"Disconnect storage" : "Disconnetti archiviazione",
@@ -302,6 +291,7 @@ OC.L10N.register(
"Download" : "Scarica",
"The requested file is not available." : "Il file richiesto non è disponibile.",
"The requested files are not available." : "I file richiesti non sono disponibili.",
"Add or remove favorite" : "Aggiungi o rimuovi preferito",
"Moving \"{source}\" to \"{destination}\" …" : "Spostare \"{source}\" in \"{destination}\" …",
"Copying \"{source}\" to \"{destination}\" …" : "Copiare \"{source}\" in \"{destination}\" …",
"Destination is not a folder" : "La destinazione non è una cartella",
@@ -314,6 +304,7 @@ OC.L10N.register(
"The file does not exist anymore" : "Il file non esiste più",
"Choose destination" : "Scegli la destinazione",
"Copy to {target}" : "Copia in {target}",
"Copy" : "Copia",
"Move to {target}" : "Sposta in {target}",
"Move" : "Sposta",
"Move or copy operation failed" : "Operazione di spostamento o copia fallita",
@@ -326,6 +317,7 @@ OC.L10N.register(
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Il file dovrebbe ora aprirsi sul tuo dispositivo. In caso contrario, controlla di aver installato l'app desktop.",
"Retry and close" : "Riprova e chiudi",
"Open online" : "Apri online",
"Rename" : "Rinomina",
"Details" : "Dettagli",
"View in folder" : "Visualizza nella cartella",
"Today" : "Ogg",
@@ -381,6 +373,7 @@ OC.L10N.register(
"No favorites yet" : "Nessun preferito ancora",
"Files and folders you mark as favorite will show up here" : "I file e le cartelle che marchi come preferiti saranno mostrati qui",
"List of your files and folders." : "Lista dei tuoi file e cartelle.",
"Folder tree" : "Albero delle cartella",
"List of your files and folders that are not shared." : "Elenco dei file e delle cartelle che non sono condivisi.",
"No personal files found" : "Nessun file personale trovato",
"Files that are not shared will show up here." : "I file che non vengono condivisi verranno visualizzati qui.",
@@ -405,14 +398,17 @@ OC.L10N.register(
"Submitting fields …" : "Invio dei campi …",
"\"{displayName}\" action executed successfully" : "L'azione \"{displayName}\" è stata eseguita correttamente",
"Filter file names …" : "Filtra i nomi dei file …",
"Clipboard is not available" : "Appunti non disponibili",
"WebDAV URL copied to clipboard" : "L'URL WebDAV è stato copiato negli appunti",
"Enable the grid view" : "Attiva visuale a griglia",
"Enable folder tree" : "Abilita l'albero delle cartelle",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Copia negli appunti",
"Use this address to access your Files via WebDAV" : "Usa questo indirizzo per accedere ai tuoi file con WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Se hai abilitato il 2FA, devi creare ed usare una nuova password per l'applicazione facendo clic qui.",
"Prevent warning dialogs from open or reenable them." : "Impedire l'apertura delle finestre di dialogo di avviso o riattivarle.",
"Show a warning dialog when changing a file extension." : "Mostra una finestra di dialogo di avviso quando si modifica l'estensione di un file.",
"Keyboard shortcuts" : "Scorciatoie da tastiera",
"Speed up your Files experience with these quick shortcuts." : "Velocizza la tua esperienza con i File con queste rapide scorciatoie.",
"Open the actions menu for a file" : "Aprire il menu delle azioni per un file",
"Rename a file" : "Rinominare un file",
+44 -48
View File
@@ -106,6 +106,39 @@
"Type" : "Tipo",
"Active filters" : "Filtri attivi",
"Remove filter" : "Rimuovi filtro",
"Appearance" : "Aspetto",
"Show hidden files" : "Mostra i file nascosti",
"Show file type column" : "Mostra colonna tipo di file",
"Show file extensions" : "Mostra estensioni di file",
"Crop image previews" : "Ritaglia le anteprime delle immagini",
"General" : "Generale",
"Sort favorites first" : "Ordina prima i preferiti",
"Sort folders before files" : "Ordina cartelle prima dei files",
"Default view" : "Vista predefinita",
"All files" : "Tutti i file",
"Personal files" : "File personali",
"Additional settings" : "Impostazioni aggiuntive",
"Actions" : "Azioni",
"File actions" : "Azioni sui file",
"Selection" : "Selezione",
"Select all files" : "Seleziona tutti i file",
"Deselect all" : "Deseleziona tutto",
"Select or deselect" : "Seleziona o deseleziona",
"Select a range" : "Seleziona un intervallo",
"Navigation" : "Navigazione",
"Go to parent folder" : "Vai alla cartella padre",
"Go to file above" : "Vai al file sopra",
"Go to file below" : "Vai al file sotto",
"Go left in grid" : "Vai a sinistra nella griglia",
"Go right in grid" : "Vai a destra nella griglia",
"View" : "Visualizza",
"Toggle grid view" : "Commuta la vista a griglia",
"Open file sidebar" : "Apri la barra laterale del file",
"Show those shortcuts" : "Mostra quelle scorciatoie",
"Warnings" : "Avvertenze",
"Warn before changing a file extension" : "Avvisa prima di modificare l'estensione di un file",
"WebDAV URL" : "URL WebDAV",
"How to access files using WebDAV" : "Come accedere ai file tramite WebDAV",
"Total rows summary" : "Riepilogo totale delle righe",
"Toggle selection for all files and folders" : "Attiva/disattiva la selezione per tutti i file e le cartelle",
"Name" : "Nome",
@@ -114,7 +147,6 @@
"{displayName}: failed on some elements" : "{displayName}: non riuscito su alcuni elementi",
"{displayName}: done" : "{displayName}: fatto",
"{displayName}: failed" : "{displayName}: non riuscito",
"Actions" : "Azioni",
"(selected)" : "(selezionato)",
"List of files and folders." : "Lista di file e cartelle.",
"You have used your space quota and cannot upload files anymore." : "Hai esaurito la tua quota di spazio e non puoi più caricare file.",
@@ -181,51 +213,7 @@
"Do not show this dialog again." : "Non visualizzare più questa finestra di dialogo.",
"Select file or folder to link to" : "Seleziona un file o una cartella da collegare",
"Choose {file}" : "Scegli {file}",
"Clipboard is not available" : "Appunti non disponibili",
"WebDAV URL copied" : "URL WebDAV copiato",
"Files settings" : "Impostazioni File",
"General" : "Generale",
"Default view" : "Vista predefinita",
"All files" : "Tutti i file",
"Personal files" : "File personali",
"Sort favorites first" : "Ordina prima i preferiti",
"Sort folders before files" : "Ordina cartelle prima dei files",
"Folder tree" : "Albero delle cartella",
"Appearance" : "Aspetto",
"Show hidden files" : "Mostra i file nascosti",
"Show file type column" : "Mostra colonna tipo di file",
"Show file extensions" : "Mostra estensioni di file",
"Crop image previews" : "Ritaglia le anteprime delle immagini",
"Additional settings" : "Impostazioni aggiuntive",
"WebDAV" : "WebDAV",
"WebDAV URL" : "URL WebDAV",
"Copy" : "Copia",
"How to access files using WebDAV" : "Come accedere ai file tramite WebDAV",
"Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "Per il tuo account è abilitata l'autenticazione a due fattori, pertanto devi utilizzare una password dell'app per connetterti a un client WebDAV esterno.",
"Warnings" : "Avvertenze",
"Warn before changing a file extension" : "Avvisa prima di modificare l'estensione di un file",
"Warn before deleting files" : "Avvisa prima di eliminare i file",
"Keyboard shortcuts" : "Scorciatoie da tastiera",
"File actions" : "Azioni sui file",
"Rename" : "Rinomina",
"Delete" : "Elimina",
"Add or remove favorite" : "Aggiungi o rimuovi preferito",
"Manage tags" : "Gestisci etichette",
"Selection" : "Selezione",
"Select all files" : "Seleziona tutti i file",
"Deselect all" : "Deseleziona tutto",
"Select or deselect" : "Seleziona o deseleziona",
"Select a range" : "Seleziona un intervallo",
"Navigation" : "Navigazione",
"Go to parent folder" : "Vai alla cartella padre",
"Go to file above" : "Vai al file sopra",
"Go to file below" : "Vai al file sotto",
"Go left in grid" : "Vai a sinistra nella griglia",
"Go right in grid" : "Vai a destra nella griglia",
"View" : "Visualizza",
"Toggle grid view" : "Commuta la vista a griglia",
"Open file sidebar" : "Apri la barra laterale del file",
"Show those shortcuts" : "Mostra quelle scorciatoie",
"Share" : "Condividi",
"Shared by link" : "Condivisi tramite collegamento",
"Shared" : "Condiviso",
@@ -275,14 +263,15 @@
"Failed to convert files: {message}" : "Impossibile convertire i file: {message}",
"All files failed to be converted" : "Non è stato possibile convertire tutti i file",
"One file could not be converted: {message}" : "Un file non può essere convertito: {message}",
"_One file could not be converted_::_%n files could not be converted_" : ["Un file non è stato convertito","%nfile non possono essere convertiti","%n file non possono essere convertiti"],
"_One file successfully converted_::_%n files successfully converted_" : ["Un file convertito correttamente","%nfile convertiti con successo","%n file convertiti con successo"],
"Files successfully converted" : "File convertiti con successo",
"_%n file could not be converted_::_%n files could not be converted_" : ["%n file non può essere convertito","%n file non possono essere convertiti","%n file non possono essere convertiti"],
"_%n file converted_::_%n files converted_" : ["%n file convertito","%n file convertiti","%n file convertiti"],
"Files converted" : "File convertiti",
"Failed to convert files" : "Impossibile convertire i file",
"Converting file …" : "Conversione del file …",
"File successfully converted" : "File convertito con successo",
"Failed to convert file: {message}" : "Impossibile convertire il file: {message}",
"Failed to convert file" : "Impossibile convertire il file",
"Delete" : "Elimina",
"Leave this share" : "Abbandona questa condivisione",
"Leave these shares" : "Abbandona queste condivisioni",
"Disconnect storage" : "Disconnetti archiviazione",
@@ -300,6 +289,7 @@
"Download" : "Scarica",
"The requested file is not available." : "Il file richiesto non è disponibile.",
"The requested files are not available." : "I file richiesti non sono disponibili.",
"Add or remove favorite" : "Aggiungi o rimuovi preferito",
"Moving \"{source}\" to \"{destination}\" …" : "Spostare \"{source}\" in \"{destination}\" …",
"Copying \"{source}\" to \"{destination}\" …" : "Copiare \"{source}\" in \"{destination}\" …",
"Destination is not a folder" : "La destinazione non è una cartella",
@@ -312,6 +302,7 @@
"The file does not exist anymore" : "Il file non esiste più",
"Choose destination" : "Scegli la destinazione",
"Copy to {target}" : "Copia in {target}",
"Copy" : "Copia",
"Move to {target}" : "Sposta in {target}",
"Move" : "Sposta",
"Move or copy operation failed" : "Operazione di spostamento o copia fallita",
@@ -324,6 +315,7 @@
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Il file dovrebbe ora aprirsi sul tuo dispositivo. In caso contrario, controlla di aver installato l'app desktop.",
"Retry and close" : "Riprova e chiudi",
"Open online" : "Apri online",
"Rename" : "Rinomina",
"Details" : "Dettagli",
"View in folder" : "Visualizza nella cartella",
"Today" : "Ogg",
@@ -379,6 +371,7 @@
"No favorites yet" : "Nessun preferito ancora",
"Files and folders you mark as favorite will show up here" : "I file e le cartelle che marchi come preferiti saranno mostrati qui",
"List of your files and folders." : "Lista dei tuoi file e cartelle.",
"Folder tree" : "Albero delle cartella",
"List of your files and folders that are not shared." : "Elenco dei file e delle cartelle che non sono condivisi.",
"No personal files found" : "Nessun file personale trovato",
"Files that are not shared will show up here." : "I file che non vengono condivisi verranno visualizzati qui.",
@@ -403,14 +396,17 @@
"Submitting fields …" : "Invio dei campi …",
"\"{displayName}\" action executed successfully" : "L'azione \"{displayName}\" è stata eseguita correttamente",
"Filter file names …" : "Filtra i nomi dei file …",
"Clipboard is not available" : "Appunti non disponibili",
"WebDAV URL copied to clipboard" : "L'URL WebDAV è stato copiato negli appunti",
"Enable the grid view" : "Attiva visuale a griglia",
"Enable folder tree" : "Abilita l'albero delle cartelle",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Copia negli appunti",
"Use this address to access your Files via WebDAV" : "Usa questo indirizzo per accedere ai tuoi file con WebDAV",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "Se hai abilitato il 2FA, devi creare ed usare una nuova password per l'applicazione facendo clic qui.",
"Prevent warning dialogs from open or reenable them." : "Impedire l'apertura delle finestre di dialogo di avviso o riattivarle.",
"Show a warning dialog when changing a file extension." : "Mostra una finestra di dialogo di avviso quando si modifica l'estensione di un file.",
"Keyboard shortcuts" : "Scorciatoie da tastiera",
"Speed up your Files experience with these quick shortcuts." : "Velocizza la tua esperienza con i File con queste rapide scorciatoie.",
"Open the actions menu for a file" : "Aprire il menu delle azioni per un file",
"Rename a file" : "Rinominare un file",
+44 -48
View File
@@ -108,6 +108,39 @@ OC.L10N.register(
"Type" : "タイプ",
"Active filters" : "有効なフィルター",
"Remove filter" : "フィルターを削除",
"Appearance" : "表示",
"Show hidden files" : "隠しファイルを表示",
"Show file type column" : "ファイルの種類のカラムを表示する",
"Show file extensions" : "ファイルの拡張子を表示",
"Crop image previews" : "プレビュー画像を切り抜く",
"General" : "一般",
"Sort favorites first" : "お気に入りを最初に並べる",
"Sort folders before files" : "ファイルよりもフォルダを先に並べ替えます",
"Default view" : "デフォルト表示",
"All files" : "すべてのファイル",
"Personal files" : "個人ファイル",
"Additional settings" : "追加設定",
"Actions" : "アクション",
"File actions" : "ファイルアクション",
"Selection" : "選択",
"Select all files" : "全てのファイルを選択",
"Deselect all" : "選択を全解除",
"Select or deselect" : "選択または解除",
"Select a range" : "範囲を選択",
"Navigation" : "ナビゲーション",
"Go to parent folder" : "親フォルダーへ移動",
"Go to file above" : "上のファイルに移動",
"Go to file below" : "下のファイルに移動",
"Go left in grid" : "グリッド内を左に移動",
"Go right in grid" : "グリッド内を右に移動",
"View" : "表示",
"Toggle grid view" : "グリッド表示の切り替え",
"Open file sidebar" : "ファイルサイドバーを開く",
"Show those shortcuts" : "これらのショートカットを表示する",
"Warnings" : "警告",
"Warn before changing a file extension" : "ファイル拡張子を変更する前に警告する",
"WebDAV URL" : "WebDAV URL",
"How to access files using WebDAV" : "WebDAVを使用してファイルにアクセスする方法",
"Total rows summary" : "総行数のサマリー",
"Toggle selection for all files and folders" : "すべてのファイルとフォルダの選択を切り替える",
"Name" : "名前",
@@ -116,7 +149,6 @@ OC.L10N.register(
"{displayName}: failed on some elements" : "{displayName}: いくつかの要素で失敗しました",
"{displayName}: done" : "{displayName}: 完了",
"{displayName}: failed" : "{displayName}: 失敗",
"Actions" : "アクション",
"(selected)" : "(選択済み)",
"List of files and folders." : "ファイルとフォルダの一覧。",
"You have used your space quota and cannot upload files anymore." : "あなたのクォータ容量を使い果たし、ファイルをアップロードできなくなりました。",
@@ -183,51 +215,7 @@ OC.L10N.register(
"Do not show this dialog again." : "このダイアログを二度と表示しない。",
"Select file or folder to link to" : "リンク先のファイルまたはフォルダを選択",
"Choose {file}" : "{file}を選択",
"Clipboard is not available" : "クリップボードは利用できません",
"WebDAV URL copied" : "WebDAV URLをコピーしました",
"Files settings" : "ファイルの設定",
"General" : "一般",
"Default view" : "デフォルト表示",
"All files" : "すべてのファイル",
"Personal files" : "個人ファイル",
"Sort favorites first" : "お気に入りを最初に並べる",
"Sort folders before files" : "ファイルよりもフォルダを先に並べ替えます",
"Folder tree" : "フォルダーツリー",
"Appearance" : "表示",
"Show hidden files" : "隠しファイルを表示",
"Show file type column" : "ファイルの種類のカラムを表示する",
"Show file extensions" : "ファイルの拡張子を表示",
"Crop image previews" : "プレビュー画像を切り抜く",
"Additional settings" : "追加設定",
"WebDAV" : "WebDAV",
"WebDAV URL" : "WebDAV URL",
"Copy" : "コピー",
"How to access files using WebDAV" : "WebDAVを使用してファイルにアクセスする方法",
"Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "2要素認証がアカウントに有効化されています。そのため、外部WebDAVクライアントを接続するにはアプリパスワードを使用する必要があります。",
"Warnings" : "警告",
"Warn before changing a file extension" : "ファイル拡張子を変更する前に警告する",
"Warn before deleting files" : "ファイルを削除する前に警告する",
"Keyboard shortcuts" : "キーボードショートカット",
"File actions" : "ファイルアクション",
"Rename" : "名前の変更",
"Delete" : "削除",
"Add or remove favorite" : "お気に入りを追加または削除",
"Manage tags" : "タグを管理",
"Selection" : "選択",
"Select all files" : "全てのファイルを選択",
"Deselect all" : "選択を全解除",
"Select or deselect" : "選択または解除",
"Select a range" : "範囲を選択",
"Navigation" : "ナビゲーション",
"Go to parent folder" : "親フォルダーへ移動",
"Go to file above" : "上のファイルに移動",
"Go to file below" : "下のファイルに移動",
"Go left in grid" : "グリッド内を左に移動",
"Go right in grid" : "グリッド内を右に移動",
"View" : "表示",
"Toggle grid view" : "グリッド表示の切り替え",
"Open file sidebar" : "ファイルサイドバーを開く",
"Show those shortcuts" : "これらのショートカットを表示する",
"Share" : "共有",
"Shared by link" : "URLリンクで共有中",
"Shared" : "共有中",
@@ -277,14 +265,15 @@ OC.L10N.register(
"Failed to convert files: {message}" : "ファイルの変換に失敗しました: {message}",
"All files failed to be converted" : "すべてのファイルの変換に失敗しました",
"One file could not be converted: {message}" : "1つのファイルが変換できませんでした: {message}",
"_One file could not be converted_::_%n files could not be converted_" : ["%n個のファイルが変換できませんでした"],
"_One file successfully converted_::_%n files successfully converted_" : ["%n個のファイル変換に成功しました"],
"Files successfully converted" : "ファイルは正常に変換されました",
"_%n file could not be converted_::_%n files could not be converted_" : ["%n個のファイルが変換できませんでした"],
"_%n file converted_::_%n files converted_" : ["%n 個のファイル変換されました"],
"Files converted" : "ファイル変換されました",
"Failed to convert files" : "ファイルの変換に失敗しました",
"Converting file …" : "ファイルの変換…",
"File successfully converted" : "ファイルは正常に変換されました",
"Failed to convert file: {message}" : "ファイルの変換に失敗しました: {message}",
"Failed to convert file" : "ファイルの変換に失敗しました",
"Delete" : "削除",
"Leave this share" : "この共有から抜ける",
"Leave these shares" : "これらの共有から抜ける",
"Disconnect storage" : "ストレージを切断する",
@@ -302,6 +291,7 @@ OC.L10N.register(
"Download" : "ダウンロード",
"The requested file is not available." : "要求されたファイルは使用できません。",
"The requested files are not available." : "要求されたファイルは使用できません。",
"Add or remove favorite" : "お気に入りを追加または削除",
"Moving \"{source}\" to \"{destination}\" …" : "\"{source}\" を \"{destination}\"に移動",
"Copying \"{source}\" to \"{destination}\" …" : "\"{source}\" を \"{destination}\"にコピー",
"Destination is not a folder" : "宛先がフォルダではありません",
@@ -314,6 +304,7 @@ OC.L10N.register(
"The file does not exist anymore" : "ファイルはもう存在しません",
"Choose destination" : "移動先を選択",
"Copy to {target}" : "{target} にコピー",
"Copy" : "コピー",
"Move to {target}" : "{target} に移動",
"Move" : "移動",
"Move or copy operation failed" : "移動またはコピー操作は失敗しました",
@@ -326,6 +317,7 @@ OC.L10N.register(
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "ファイルがデバイス上で開くはずです。開かない場合は、デスクトップアプリがインストールされているかご確認ください。",
"Retry and close" : "再試行して閉じる",
"Open online" : "オンラインで開く",
"Rename" : "名前の変更",
"Details" : "詳細",
"View in folder" : "フォルダー内で表示",
"Today" : "今日",
@@ -381,6 +373,7 @@ OC.L10N.register(
"No favorites yet" : "まだお気に入りはありません",
"Files and folders you mark as favorite will show up here" : "お気に入りに登録されたファイルやフォルダーは、ここに表示されます。",
"List of your files and folders." : "ファイルやフォルダーの一覧",
"Folder tree" : "フォルダーツリー",
"List of your files and folders that are not shared." : "共有されていないファイルやフォルダの一覧。",
"No personal files found" : "個人ファイルは見つかりませんでした",
"Files that are not shared will show up here." : "共有されていないファイルは、ここに表示されます。",
@@ -405,14 +398,17 @@ OC.L10N.register(
"Submitting fields …" : "フィールドを送信中…",
"\"{displayName}\" action executed successfully" : "\"{displayName}\" アクションは正常に実行されました",
"Filter file names …" : "ファイルネームフィルター…",
"Clipboard is not available" : "クリップボードは利用できません",
"WebDAV URL copied to clipboard" : "WebDAVのURLがクリップボードにコピーされました",
"Enable the grid view" : "グリッド表示を有効にする",
"Enable folder tree" : "フォルダーツリーを有効にする",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "クリップボードにコピー",
"Use this address to access your Files via WebDAV" : "このアドレスを使用すれば、WebDAV経由でファイルにアクセスできます",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "2FAを有効にしている場合は、ここをクリックして新しいアプリのパスワードを作成し、使用する必要があります。",
"Prevent warning dialogs from open or reenable them." : "警告ダイアログが開かないようにするか、再度有効にする。",
"Show a warning dialog when changing a file extension." : "ファイルの拡張子を変更する際に、警告ダイアログを表示する。",
"Keyboard shortcuts" : "キーボードショートカット",
"Speed up your Files experience with these quick shortcuts." : "これらのショートカットでファイルの取り扱いを高速化します",
"Open the actions menu for a file" : "ファイルのアクションメニューを開く",
"Rename a file" : "ファイル名を変更",
+44 -48
View File
@@ -106,6 +106,39 @@
"Type" : "タイプ",
"Active filters" : "有効なフィルター",
"Remove filter" : "フィルターを削除",
"Appearance" : "表示",
"Show hidden files" : "隠しファイルを表示",
"Show file type column" : "ファイルの種類のカラムを表示する",
"Show file extensions" : "ファイルの拡張子を表示",
"Crop image previews" : "プレビュー画像を切り抜く",
"General" : "一般",
"Sort favorites first" : "お気に入りを最初に並べる",
"Sort folders before files" : "ファイルよりもフォルダを先に並べ替えます",
"Default view" : "デフォルト表示",
"All files" : "すべてのファイル",
"Personal files" : "個人ファイル",
"Additional settings" : "追加設定",
"Actions" : "アクション",
"File actions" : "ファイルアクション",
"Selection" : "選択",
"Select all files" : "全てのファイルを選択",
"Deselect all" : "選択を全解除",
"Select or deselect" : "選択または解除",
"Select a range" : "範囲を選択",
"Navigation" : "ナビゲーション",
"Go to parent folder" : "親フォルダーへ移動",
"Go to file above" : "上のファイルに移動",
"Go to file below" : "下のファイルに移動",
"Go left in grid" : "グリッド内を左に移動",
"Go right in grid" : "グリッド内を右に移動",
"View" : "表示",
"Toggle grid view" : "グリッド表示の切り替え",
"Open file sidebar" : "ファイルサイドバーを開く",
"Show those shortcuts" : "これらのショートカットを表示する",
"Warnings" : "警告",
"Warn before changing a file extension" : "ファイル拡張子を変更する前に警告する",
"WebDAV URL" : "WebDAV URL",
"How to access files using WebDAV" : "WebDAVを使用してファイルにアクセスする方法",
"Total rows summary" : "総行数のサマリー",
"Toggle selection for all files and folders" : "すべてのファイルとフォルダの選択を切り替える",
"Name" : "名前",
@@ -114,7 +147,6 @@
"{displayName}: failed on some elements" : "{displayName}: いくつかの要素で失敗しました",
"{displayName}: done" : "{displayName}: 完了",
"{displayName}: failed" : "{displayName}: 失敗",
"Actions" : "アクション",
"(selected)" : "(選択済み)",
"List of files and folders." : "ファイルとフォルダの一覧。",
"You have used your space quota and cannot upload files anymore." : "あなたのクォータ容量を使い果たし、ファイルをアップロードできなくなりました。",
@@ -181,51 +213,7 @@
"Do not show this dialog again." : "このダイアログを二度と表示しない。",
"Select file or folder to link to" : "リンク先のファイルまたはフォルダを選択",
"Choose {file}" : "{file}を選択",
"Clipboard is not available" : "クリップボードは利用できません",
"WebDAV URL copied" : "WebDAV URLをコピーしました",
"Files settings" : "ファイルの設定",
"General" : "一般",
"Default view" : "デフォルト表示",
"All files" : "すべてのファイル",
"Personal files" : "個人ファイル",
"Sort favorites first" : "お気に入りを最初に並べる",
"Sort folders before files" : "ファイルよりもフォルダを先に並べ替えます",
"Folder tree" : "フォルダーツリー",
"Appearance" : "表示",
"Show hidden files" : "隠しファイルを表示",
"Show file type column" : "ファイルの種類のカラムを表示する",
"Show file extensions" : "ファイルの拡張子を表示",
"Crop image previews" : "プレビュー画像を切り抜く",
"Additional settings" : "追加設定",
"WebDAV" : "WebDAV",
"WebDAV URL" : "WebDAV URL",
"Copy" : "コピー",
"How to access files using WebDAV" : "WebDAVを使用してファイルにアクセスする方法",
"Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "2要素認証がアカウントに有効化されています。そのため、外部WebDAVクライアントを接続するにはアプリパスワードを使用する必要があります。",
"Warnings" : "警告",
"Warn before changing a file extension" : "ファイル拡張子を変更する前に警告する",
"Warn before deleting files" : "ファイルを削除する前に警告する",
"Keyboard shortcuts" : "キーボードショートカット",
"File actions" : "ファイルアクション",
"Rename" : "名前の変更",
"Delete" : "削除",
"Add or remove favorite" : "お気に入りを追加または削除",
"Manage tags" : "タグを管理",
"Selection" : "選択",
"Select all files" : "全てのファイルを選択",
"Deselect all" : "選択を全解除",
"Select or deselect" : "選択または解除",
"Select a range" : "範囲を選択",
"Navigation" : "ナビゲーション",
"Go to parent folder" : "親フォルダーへ移動",
"Go to file above" : "上のファイルに移動",
"Go to file below" : "下のファイルに移動",
"Go left in grid" : "グリッド内を左に移動",
"Go right in grid" : "グリッド内を右に移動",
"View" : "表示",
"Toggle grid view" : "グリッド表示の切り替え",
"Open file sidebar" : "ファイルサイドバーを開く",
"Show those shortcuts" : "これらのショートカットを表示する",
"Share" : "共有",
"Shared by link" : "URLリンクで共有中",
"Shared" : "共有中",
@@ -275,14 +263,15 @@
"Failed to convert files: {message}" : "ファイルの変換に失敗しました: {message}",
"All files failed to be converted" : "すべてのファイルの変換に失敗しました",
"One file could not be converted: {message}" : "1つのファイルが変換できませんでした: {message}",
"_One file could not be converted_::_%n files could not be converted_" : ["%n個のファイルが変換できませんでした"],
"_One file successfully converted_::_%n files successfully converted_" : ["%n個のファイル変換に成功しました"],
"Files successfully converted" : "ファイルは正常に変換されました",
"_%n file could not be converted_::_%n files could not be converted_" : ["%n個のファイルが変換できませんでした"],
"_%n file converted_::_%n files converted_" : ["%n 個のファイル変換されました"],
"Files converted" : "ファイル変換されました",
"Failed to convert files" : "ファイルの変換に失敗しました",
"Converting file …" : "ファイルの変換…",
"File successfully converted" : "ファイルは正常に変換されました",
"Failed to convert file: {message}" : "ファイルの変換に失敗しました: {message}",
"Failed to convert file" : "ファイルの変換に失敗しました",
"Delete" : "削除",
"Leave this share" : "この共有から抜ける",
"Leave these shares" : "これらの共有から抜ける",
"Disconnect storage" : "ストレージを切断する",
@@ -300,6 +289,7 @@
"Download" : "ダウンロード",
"The requested file is not available." : "要求されたファイルは使用できません。",
"The requested files are not available." : "要求されたファイルは使用できません。",
"Add or remove favorite" : "お気に入りを追加または削除",
"Moving \"{source}\" to \"{destination}\" …" : "\"{source}\" を \"{destination}\"に移動",
"Copying \"{source}\" to \"{destination}\" …" : "\"{source}\" を \"{destination}\"にコピー",
"Destination is not a folder" : "宛先がフォルダではありません",
@@ -312,6 +302,7 @@
"The file does not exist anymore" : "ファイルはもう存在しません",
"Choose destination" : "移動先を選択",
"Copy to {target}" : "{target} にコピー",
"Copy" : "コピー",
"Move to {target}" : "{target} に移動",
"Move" : "移動",
"Move or copy operation failed" : "移動またはコピー操作は失敗しました",
@@ -324,6 +315,7 @@
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "ファイルがデバイス上で開くはずです。開かない場合は、デスクトップアプリがインストールされているかご確認ください。",
"Retry and close" : "再試行して閉じる",
"Open online" : "オンラインで開く",
"Rename" : "名前の変更",
"Details" : "詳細",
"View in folder" : "フォルダー内で表示",
"Today" : "今日",
@@ -379,6 +371,7 @@
"No favorites yet" : "まだお気に入りはありません",
"Files and folders you mark as favorite will show up here" : "お気に入りに登録されたファイルやフォルダーは、ここに表示されます。",
"List of your files and folders." : "ファイルやフォルダーの一覧",
"Folder tree" : "フォルダーツリー",
"List of your files and folders that are not shared." : "共有されていないファイルやフォルダの一覧。",
"No personal files found" : "個人ファイルは見つかりませんでした",
"Files that are not shared will show up here." : "共有されていないファイルは、ここに表示されます。",
@@ -403,14 +396,17 @@
"Submitting fields …" : "フィールドを送信中…",
"\"{displayName}\" action executed successfully" : "\"{displayName}\" アクションは正常に実行されました",
"Filter file names …" : "ファイルネームフィルター…",
"Clipboard is not available" : "クリップボードは利用できません",
"WebDAV URL copied to clipboard" : "WebDAVのURLがクリップボードにコピーされました",
"Enable the grid view" : "グリッド表示を有効にする",
"Enable folder tree" : "フォルダーツリーを有効にする",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "クリップボードにコピー",
"Use this address to access your Files via WebDAV" : "このアドレスを使用すれば、WebDAV経由でファイルにアクセスできます",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "2FAを有効にしている場合は、ここをクリックして新しいアプリのパスワードを作成し、使用する必要があります。",
"Prevent warning dialogs from open or reenable them." : "警告ダイアログが開かないようにするか、再度有効にする。",
"Show a warning dialog when changing a file extension." : "ファイルの拡張子を変更する際に、警告ダイアログを表示する。",
"Keyboard shortcuts" : "キーボードショートカット",
"Speed up your Files experience with these quick shortcuts." : "これらのショートカットでファイルの取り扱いを高速化します",
"Open the actions menu for a file" : "ファイルのアクションメニューを開く",
"Rename a file" : "ファイル名を変更",
+41 -44
View File
@@ -99,11 +99,43 @@ OC.L10N.register(
"Type" : "종류",
"Active filters" : "활성 필터",
"Remove filter" : "필터 삭제",
"Appearance" : "외형",
"Show hidden files" : "숨김 파일 보이기",
"Show file type column" : "파일 형식 열 보이기",
"Show file extensions" : "파일 확장자 보이기",
"Crop image previews" : "이미지 미리보기 확대",
"General" : "일반",
"Sort favorites first" : "즐겨찾기를 처음에 나열",
"Sort folders before files" : "폴더를 파일보다 먼저 정렬",
"Default view" : "기본 보기",
"All files" : "모든 파일",
"Personal files" : "개인 파일",
"Additional settings" : "고급 설정",
"Actions" : "작업",
"File actions" : "파일 동작",
"Selection" : "선택",
"Select all files" : "모든 파일 선택",
"Deselect all" : "모두 선택 해제",
"Select or deselect" : "선택 또는 선택 해제",
"Select a range" : "범위 선택",
"Navigation" : "탐색",
"Go to parent folder" : "상위 폴더로 이동",
"Go to file above" : "위 파일로 이동",
"Go to file below" : "아래 파일로 이동",
"Go left in grid" : "그리드에서 왼쪽으로 이동",
"Go right in grid" : "그리드에서 오른쪽으로 이동",
"View" : "보기",
"Toggle grid view" : "그리드뷰 전환",
"Open file sidebar" : "파일 사이드바 열기",
"Show those shortcuts" : "다음 단축키 표시",
"Warnings" : "경고",
"Warn before changing a file extension" : "파일 확장자 변경 시 경고",
"WebDAV URL" : "WebDAV URL",
"How to access files using WebDAV" : "WebDAV를 사용해 파일에 접근하는 방법",
"Total rows summary" : "총 행 요약",
"Toggle selection for all files and folders" : "모든 파일 선택/선택해제",
"Name" : "이름",
"Size" : "크기",
"Actions" : "작업",
"(selected)" : "(선택됨)",
"List of files and folders." : "파일과 폴더의 목록",
"You have used your space quota and cannot upload files anymore." : "저장소 할당량을 모두 사용하여 더 이상 파일을 업로드할 수 없습니다.",
@@ -149,50 +181,7 @@ OC.L10N.register(
"Do not show this dialog again." : "이 알림을 다시 보여주지 마세요.",
"Select file or folder to link to" : "링크할 파일이나 폴더 선택",
"Choose {file}" : "{file} 선택",
"Clipboard is not available" : "클립보드를 사용할 수 없습니다.",
"Files settings" : "파일 설정",
"General" : "일반",
"Default view" : "기본 보기",
"All files" : "모든 파일",
"Personal files" : "개인 파일",
"Sort favorites first" : "즐겨찾기를 처음에 나열",
"Sort folders before files" : "폴더를 파일보다 먼저 정렬",
"Folder tree" : "폴더 트리",
"Appearance" : "외형",
"Show hidden files" : "숨김 파일 보이기",
"Show file type column" : "파일 형식 열 보이기",
"Show file extensions" : "파일 확장자 보이기",
"Crop image previews" : "이미지 미리보기 확대",
"Additional settings" : "고급 설정",
"WebDAV" : "WebDAV",
"WebDAV URL" : "WebDAV URL",
"Copy" : "복사",
"How to access files using WebDAV" : "WebDAV를 사용해 파일에 접근하는 방법",
"Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "2단계 인증이 활성화되어 있어 외부 WebDAV 클라이언트를 연결할 때 앱 암호를 사용해야 합니다.",
"Warnings" : "경고",
"Warn before changing a file extension" : "파일 확장자 변경 시 경고",
"Warn before deleting files" : "파일 삭제 시 경고",
"Keyboard shortcuts" : "키보드 단축키",
"File actions" : "파일 동작",
"Rename" : "이름 바꾸기",
"Delete" : "삭제",
"Add or remove favorite" : "즐겨찾기 추가 또는 삭제",
"Manage tags" : "태그 관리하기",
"Selection" : "선택",
"Select all files" : "모든 파일 선택",
"Deselect all" : "모두 선택 해제",
"Select or deselect" : "선택 또는 선택 해제",
"Select a range" : "범위 선택",
"Navigation" : "탐색",
"Go to parent folder" : "상위 폴더로 이동",
"Go to file above" : "위 파일로 이동",
"Go to file below" : "아래 파일로 이동",
"Go left in grid" : "그리드에서 왼쪽으로 이동",
"Go right in grid" : "그리드에서 오른쪽으로 이동",
"View" : "보기",
"Toggle grid view" : "그리드뷰 전환",
"Open file sidebar" : "파일 사이드바 열기",
"Show those shortcuts" : "다음 단축키 표시",
"Share" : "공유하기",
"Shared by link" : "링크로 공유됨",
"Shared" : "공유됨",
@@ -235,6 +224,7 @@ OC.L10N.register(
"Failed to convert files: {message}" : "파일 변환에 실패함:{message}",
"All files failed to be converted" : "모든 파일이 변환에 실패했습니다.",
"Failed to convert files" : "파일 변환에 실패했습니다",
"Delete" : "삭제",
"Leave this share" : "이 공유에서 떠나기",
"Leave these shares" : "이 공유에서 떠나기",
"Disconnect storage" : "저장소 연결 해제",
@@ -250,6 +240,7 @@ OC.L10N.register(
"Confirm deletion" : "삭제 확인",
"Cancel" : "취소",
"Download" : "다운로드",
"Add or remove favorite" : "즐겨찾기 추가 또는 삭제",
"Destination is not a folder" : "대상이 폴더가 아닙니다.",
"This file/folder is already in that directory" : "이 파일/폴더가 이미 그 경로에 있습니다.",
"You cannot move a file/folder onto itself or into a subfolder of itself" : "파일/폴더를 그 안이나 그 안의 폴더로 이동할 수 없습니다.",
@@ -260,6 +251,7 @@ OC.L10N.register(
"The file does not exist anymore" : "파일이 더이상 존재하지 않습니다.",
"Choose destination" : "목적지 선택",
"Copy to {target}" : "{target}에 복사",
"Copy" : "복사",
"Move to {target}" : "{target}에 이동",
"Move" : "이동",
"Move or copy operation failed" : "이동 또는 복사 작업에 실패함",
@@ -271,6 +263,7 @@ OC.L10N.register(
"Open file locally" : "로컬에서 파일 열기",
"The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "이제 이 파일이 당신의 기기에서 열려야 합니다. 그렇지 않다면, 데스크톱 앱이 설치되어 있는지 확인하세요.",
"Retry and close" : "재시도 후 닫기",
"Rename" : "이름 바꾸기",
"Details" : "자세한 정보",
"View in folder" : "폴더에서 보기",
"Today" : "오늘",
@@ -323,6 +316,7 @@ OC.L10N.register(
"No favorites yet" : "즐겨찾는 항목 없음",
"Files and folders you mark as favorite will show up here" : "즐겨찾기에 추가한 파일과 폴더가 여기에 나타납니다",
"List of your files and folders." : "내 폴더와 파일의 목록",
"Folder tree" : "폴더 트리",
"List of your files and folders that are not shared." : "공유되지 않는 파일과 폴더의 목록",
"No personal files found" : "개인 파일을 찾을 수 없음",
"Files that are not shared will show up here." : "공유되지 않는 파일이 이곳에 나타납니다.",
@@ -341,12 +335,15 @@ OC.L10N.register(
"\"{displayName}\" action failed" : "\"{displayName}\" 작업을 실패함",
"Submitting fields …" : "항목 제출 중 ...",
"\"{displayName}\" action executed successfully" : "\"{displayName}\" 작업을 성공적으로 실행함",
"Clipboard is not available" : "클립보드를 사용할 수 없습니다.",
"WebDAV URL copied to clipboard" : "WebDAV URL이 클립보드에 복사됨",
"Enable the grid view" : "바둑판식 보기 활성화",
"Enable folder tree" : "폴더 트리 활성화",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "클립보드로 복사",
"Use this address to access your Files via WebDAV" : "이 주소를 사용하여 WebDAV를 통해 내 파일에 접근하세요.",
"If you have enabled 2FA, you must create and use a new app password by clicking here." : "2단계 인증을 활성화했다면, 이곳을 클릭해 새로운 앱 암호를 만들어 사용해야 합니다.",
"Keyboard shortcuts" : "키보드 단축키",
"Speed up your Files experience with these quick shortcuts." : "이 빠른 단축키를 사용하여 파일 사용 속도를 높이세요.",
"Open the actions menu for a file" : "파일 작업 메뉴 열기",
"Rename a file" : "파일 이름 바꾸기",

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