Compare commits

..

1 Commits

Author SHA1 Message Date
Varun Patil e2bf476571 docs: document AIO community container
Signed-off-by: Varun Patil <radialapps@gmail.com>
2023-11-16 15:55:35 -08:00
169 changed files with 798 additions and 4547 deletions

View File

@ -15,7 +15,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:

View File

@ -23,10 +23,10 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 18.x
- name: Checkout the app
uses: actions/checkout@v4
uses: actions/checkout@v3
- name: Build vue app
run: |
@ -62,21 +62,21 @@ jobs:
steps:
- name: Checkout server
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
submodules: true
repository: nextcloud/server
ref: ${{ matrix.server-versions }}
- name: Checkout the app
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
path: apps/${{ env.APP_NAME }}
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 18.x
- uses: actions/download-artifact@v2
with:
@ -135,21 +135,21 @@ jobs:
steps:
- name: Checkout server
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
submodules: true
repository: nextcloud/server
ref: ${{ matrix.server-versions }}
- name: Checkout the app
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
path: apps/${{ env.APP_NAME }}
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 18.x
- uses: actions/download-artifact@v2
with:
@ -194,21 +194,21 @@ jobs:
steps:
- name: Checkout server
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
submodules: true
repository: nextcloud/server
ref: ${{ matrix.server-versions }}
- name: Checkout the app
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
path: apps/${{ env.APP_NAME }}
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 18.x
- uses: actions/download-artifact@v2
with:

View File

@ -15,7 +15,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3
- name: Build
working-directory: go-vod

View File

@ -15,12 +15,12 @@ jobs:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 18.x
- name: Build
run: |

View File

@ -22,14 +22,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout server
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
submodules: true
repository: nextcloud/server
ref: stable27
- name: Checkout the app
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
path: apps/memories
@ -46,24 +46,22 @@ jobs:
run: |
make install-tools
- name: Run PHP-CS-Fixer
if: ${{ ! cancelled() }}
working-directory: apps/memories
run: |
vendor/bin/php-cs-fixer fix --dry-run --diff
- name: Run Psalm
if: ${{ ! cancelled() }}
working-directory: apps/memories
run: |
vendor/bin/psalm --no-cache --shepherd --stats --threads=max lib
- name: Run PHP-CS-Fixer
working-directory: apps/memories
run: |
vendor/bin/php-cs-fixer fix --dry-run --diff
vue-lint:
name: Vue Lint
runs-on: ubuntu-latest
steps:
- name: Checkout the app
uses: actions/checkout@v4
uses: actions/checkout@v3
- name: Install dependencies
run: npm ci

View File

@ -2,25 +2,6 @@
All notable changes to this project will be documented in this file.
## [v6.2.2] - 2024-01-10
- Hotfix for a bug in request pipelining.
## [v6.2.0] - 2024-01-09
- Nextcloud 28 compatibility
- Various bug fixes
## [v6.1.5] - 2023-11-25
- Hotfix in service worker caching strategy.
## [v6.1.1] - 2023-11-24
- This is an off-cycle hotfix release for some bugs in v6.1.0 ([see](https://github.com/pulsejet/memories/milestone/19?closed=1)).
- **Breaking**: The CUDA scaler is now the default for NVENC. You may need to reconfigure your transcoder. (see [#582](https://github.com/pulsejet/memories/issues/582))
- This release also cuts down a lot of weirdness and improves the usage of dependencies significantly.
## [v6.1.0] - 2023-11-15
- **Feature**: RAW files are now hidden (stacked) when another file with the same basename exists ([#537](https://github.com/pulsejet/memories/issues/537), [#152](https://github.com/pulsejet/memories/issues/152), [#419](https://github.com/pulsejet/memories/issues/419))

View File

@ -29,7 +29,7 @@ Memories is a *batteries-included* photo management solution for Nextcloud with
1. Run `php occ memories:index` to generate metadata indices for existing photos.
1. Open the 📷 Memories app in Nextcloud and set the directory containing your photos.
]]></description>
<version>6.2.2</version>
<version>6.1.0</version>
<licence>agpl</licence>
<author mail="radialapps@gmail.com">Varun Patil</author>
<namespace>Memories</namespace>
@ -39,7 +39,7 @@ Memories is a *batteries-included* photo management solution for Nextcloud with
<repository>https://github.com/pulsejet/memories</repository>
<screenshot>https://raw.githubusercontent.com/pulsejet/memories/master/appinfo/screenshot.jpg</screenshot>
<dependencies>
<nextcloud min-version="26" max-version="28"/>
<nextcloud min-version="26" max-version="27"/>
</dependencies>
<commands>
<command>OCA\Memories\Command\Index</command>

View File

@ -47,7 +47,7 @@ Yes. All photos are stored in a folder structure, and only displayed as a flat t
**Does it have a mobile app?**
The Android app is available in early access on [Google Play](https://play.google.com/store/apps/details?id=gallery.memories) or [GitHub Releases](https://github.com/pulsejet/memories/releases?q=android). The web app is very responsive on mobile and can be used on Android and iOS. You can use the official Nextcloud app to auto-upload photos and videos from your device.
The Android app is available in early access on [Google Play](https://play.google.com/store/apps/details?id=gallery.memories). The web app is very responsive on mobile and can be used on Android and iOS. You can use the official Nextcloud app to auto-upload photos and videos from your device.
**How is it better than the `Y` FOSS photo manager?**

View File

@ -26,11 +26,11 @@ NVIDIA GPUs support hardware transcoding using NVENC.
## External Transcoder
!!! success "Recommended Configuration"
!!! success "Recommmended Configuration"
The easiest and recommended way to use hardware transcoding in a docker environment is to use an external transcoder.
This setup utilizes a separate docker container that contains the hardware drivers and ffmpeg.
If you cannot do this, other installation methods are also possible.
If you cannot do this, other installation methods are also possible (see below).
[go-vod](https://github.com/pulsejet/memories/tree/master/go-vod), the transcoder of Memories, comes with a pre-built Docker image based on `linuxserver/ffmpeg`. The docker image connects to your Nextcloud instance and pulls the go-vod binary on startup. To set up an external transcoder, follow these steps.
@ -66,7 +66,7 @@ NVIDIA GPUs support hardware transcoding using NVENC.
The `NEXTCLOUD_HOST` environment variable must be set to the URL of your Nextcloud instance. If you are using a reverse proxy, you must set this to the URL of the reverse proxy. If you are using a self-signed certificate or http, you must also set `NEXTCLOUD_ALLOW_INSECURE=1`. This URL is used to download the transcoder binary and to connect to the Nextcloud instance.
!!! tip "Setup for NVENC"
If you want to use NVENC instead of VA-API, uncomment the `runtime` line and remove the `devices` section above. You will need to install the [NVIDIA Container Toolkit](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html) on your host. You may also need to switch to the CUDA scaler in the Memories admin panel.
If you want to use NVENC instead of VA-API, uncomment the `runtime` line and remove the `devices` section above. You will need to install the [NVIDIA Container Toolkit](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html) on your host.
1. You can now configure the go-vod connect address in the Memories admin panel to point to the external container. go-vod uses port `47788` by default, so in our example the **connection address** would be set to **`go-vod:47788`**.
@ -76,9 +76,9 @@ Your external transcoder should now be functional. You can check the transcoding
!!! tip "Usage with Nextcloud AIO"
If you are not using NVENC, you can use the **memories community container**. Relevant documentation can be found [here](https://github.com/nextcloud/all-in-one/tree/main/community-containers/memories), and general directions on using community containers [here](https://github.com/nextcloud/all-in-one/tree/main/community-containers). AIO v7.7.0 or higher is required.
With AIO, you will need to put the container into the `nextcloud-aio` network. Also the `datadir` of AIO needs to be mounted at the same place as in its Nextcloud container into the go-vod container. Usually this would be `nextcloud_aio_nextcloud_data:/mnt/ncdata:ro` or `$NEXTCLOUD_DATADIR:/mnt/ncdata:ro`.
Otherwise, if you want to use NVENC with AIO, you will need to put the container into the `nextcloud-aio` network. Also the `datadir` of AIO needs to be mounted at the same place as in its Nextcloud container into the go-vod container. Usually this would be `nextcloud_aio_nextcloud_data:/mnt/ncdata:ro` or `$NEXTCLOUD_DATADIR:/mnt/ncdata:ro`.
If you are not using NVENC, you can also skip these steps and use the **memories community container** instead. Relevant documentation can be found [here](https://github.com/nextcloud/all-in-one/tree/main/community-containers/memories), and general directions on using community containers [here](https://github.com/nextcloud/all-in-one/tree/main/community-containers).
!!! info "Usage without Docker Compose"

View File

@ -14,7 +14,7 @@ For the best experience, we recommend to use the latest stable version of Nextcl
For easy setup and maintenance, you can use the community Nextcloud Docker image, and add extra dependencies using a custom Dockerfile.
Another option is to use [Nextcloud AIO](https://github.com/nextcloud/all-in-one#how-to-use-this), in which case most dependencies are already installed.
!!! success "Recommended Configuration"
!!! success "Recommmended Configuration"
If you plan to use hardware transcoding, using **Docker Compose** or **Nextcloud AIO** is recommended.
@ -49,6 +49,6 @@ To build the app from source, you need to have [node.js](https://nodejs.org/) in
## Mobile Apps
An Android client for Memories is available in early access on [Google Play](https://play.google.com/store/apps/details?id=gallery.memories) or [GitHub Releases](https://github.com/pulsejet/memories/releases?q=android).
An Android client for Memories is available in early access on [Google Play](https://play.google.com/store/apps/details?id=gallery.memories).
For automatic uploads, you can use the official Nextcloud mobile apps. These are available for [Android](https://play.google.com/store/apps/details?id=com.nextcloud.client) ([F-Droid](https://f-droid.org/en/packages/com.nextcloud.client/)) and [iOS](https://apps.apple.com/us/app/nextcloud/id1125420102).

View File

@ -101,15 +101,7 @@ occ memories:places-setup
### Error: Incorrect string value
If you get this error (or an `Incorrect datetime value` error), it is likely that your database is not using the `utf8mb4` character set. Since the reverse geocoding database contains characters in various languages, it is necessary to use `utf8mb4` to store them. To fix this, you need to convert your database to use `utf8mb4`.
You can also try changing `/etc/myt.cnf` in your MySQL/MariaDB server to use `utf8mb4` by default:
```ini
init_connect='SET NAMES utf8mb4 COLLATE utf8mb4_unicode_ci'
```
Restart your database server after making this change.
If you get this error, it is likely that your database is not using the `utf8mb4` character set. Since the reverse geocoding database contains characters in various languages, it is necessary to use `utf8mb4` to store them. To fix this, you need to convert your database to use `utf8mb4`.
## Transcoding

5
go-vod/.gitignore vendored
View File

@ -20,8 +20,3 @@ go-vod
# Go workspace file
go.work
# Binary folder
ffmpeg/
# RPdb token folder
token.txt

View File

@ -1,78 +0,0 @@
## Dependencies
Für die Ausführung von *go-vod* benötigen wir die [Jellyfin-Version](https://github.com/jellyfin/jellyfin-ffmpeg/releases) von FFmpeg. Die von Arch standardmäßig zur Verfügung gestellte Binary von FFmpeg funktioniert for *VAAPI* **nicht**.
## Beispiele
In dieser Anwendung passieren keine speziellen oder komplexen Sachen! Im Grunde wird das Video nur herunterskaliert und dann in "Stücken" dem Client zurückgegeben. Mehr passiert nicht!
Ein Beispiel hierfür kann folgendermaßen aussehen.
```sh
ffmpeg/ffmpeg -loglevel warning \
# Zu welcher Sekunde des Videos die Segmente starten sollen
-ss 16.000000 -hwaccel \
# VAAPI spezifische sachen
vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi \
-i ffmpeg/sample.mp4 -copyts \
# Flags zum herunterskalieren
-fflags +genpts -vf \ "format=nv12|vaapi,hwupload,scale_vaapi=force_original_aspect_ratio=decrease:format=nv12:w=1920:h=1080" \
# Video und audio mappen
-map "0:v:0" "-c:v" h264_vaapi -global_quality 23 -map "0:a:0?" "-c:a" aac -ac 1 -start_number 1 -avoid_negative_ts disabled \
# Teile das Video in 4 Sekunden lange segmente
-f hls -hls_flags split_by_time -hls_time 4 -hls_segment_type mpegts \
# Und schreibe diese als Segmente weg
-force_key_frames "expr:gte(t,n_forced*2)" -hls_segment_filename /home/ubuntugui/videos/1080p-%06d.ts -
# Zum kopieren
ffmpeg/ffmpeg -loglevel warning \
-ss 16.000000 -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi \
-i ffmpeg/sample.mp4 -copyts \
-fflags +genpts -vf \ "format=nv12|vaapi,hwupload,scale_vaapi=force_original_aspect_ratio=decrease:format=nv12:w=1920:h=1080" \
-map "0:v:0" -b:v 5M "-c:v" h264_vaapi -global_quality 23 -map "0:a:0?" "-c:a" aac -ac 1 -start_number 1 -avoid_negative_ts disabled \
-f hls -hls_flags split_by_time -hls_time 4 -hls_segment_type mpegts \
-force_key_frames "expr:gte(t,n_forced*2)" -hls_segment_filename /media/ubuntugui/videos/1080p-%06d.ts -
# Um die performance zu testen (ohne Segemente)
ffmpeg/ffmpeg -loglevel info \
-ss 16.000000 -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi \
-i ffmpeg/sample.mp4 -copyts \
-fflags +genpts -vf \ "format=nv12|vaapi,hwupload,scale_vaapi=force_original_aspect_ratio=decrease:format=nv12:w=1920:h=1080" \
-map "0:v:0" "-c:v" h264_vaapi -global_quality 23 -map "0:a:0?" "-c:a" aac -ac 1 -start_number 1 -avoid_negative_ts disabled \
/media/ubuntugui/videos/1080p.ts -y
# Optimierte Variante
ffmpeg/ffmpeg -loglevel info \
-ss 16.000000 -init_hw_device vaapi=dr:/dev/dri/renderD128 -hwaccel vaapi -hwaccel_device dr -hwaccel_output_format vaapi -filter_hw_device dr \
-i ffmpeg/sample.mp4 -copyts \
-fflags +genpts -vf 'scale_vaapi=force_original_aspect_ratio=decrease:format=nv12:w=1920:h=1080' \
-rc_mode VBR -qmax 30 -g 30 -b:v 5000k \
-map "0:v:0" -b:v 5M "-c:v" h264_vaapi -global_quality 23 -map "0:a:0?" "-c:a" aac -ac 1 -start_number 1 -avoid_negative_ts disabled \
/media/ubuntugui/videos/1080p.ts -y
# Quick Sync (Intel)
/media/ubuntugui/videos/ffmpeg -loglevel info \
-ss 16.000000 -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi \
-i /media/ubuntugui/videos/PXL_20231230_122849503.mp4 -copyts \
-fflags +genpts -vf "format=nv12|vaapi,hwupload,scale_vaapi=force_original_aspect_ratio=decrease:format=nv12:w=1920:h=1080" \
-map "0:v:0" -b:v 5M "-c:v" h264_vaapi -global_quality 23 -map "0:a:0?" "-c:a" aac -ac 1 -start_number 1 -avoid_negative_ts disabled \
/media/ubuntugui/videos/1080p.ts -y
# Vulkan Tests (haben nicht so ganz funktoniert....) -> nur nützlich, wenn man Farbkonvertierungen macht (vaapi -> vulkan -> konvertierungen -> vaapi)
ffmpeg/ffmpeg -loglevel info \
-ss 16.000000 -init_hw_device drm=dr:/dev/dri/renderD128 -init_hw_device vulkan@dr -hwaccel vaapi -filter_hw_device dr -hwaccel_output_format vaapi \
-i ffmpeg/sample.mp4 \
-vf "hwupload=derive_device=vulkan,scale_vulkan=w=1920:h=1080,hwmap=derive_device=vaapi,hwupload_vaapi" -autoscale 0 \
"-c:v" h264_vaapi -b:v 5M "-c:a" aac -ac 1 \
/media/ubuntugui/videos/1080p.ts -y
```
### Ergebnis
Eine Intel IGPU ist ungefähr *1.8x* so schnell wie eine dedizierte AMD Grafikkarte. Warum ist dies der Fall?
## Ausführen
Folgende Befehle für das Ausführen / Bauen der Binary.
```sh
go run ./
```

View File

@ -1,14 +1,5 @@
FROM jellyfin/jellyfin:latest as base
FROM linuxserver/ffmpeg:latest
RUN rm -rf /jellyfin && \
ln -s /usr/lib/jellyfin-ffmpeg/ffmpeg /usr/local/bin/ffmpeg && \
ln -s /usr/lib/jellyfin-ffmpeg/ffprobe /usr/local/bin/ffprobe
FROM scratch
ENV NVIDIA_DRIVER_CAPABILITIES="compute,video,utility"
COPY --from=base / /
COPY run.sh /go-vod.sh
EXPOSE 47788

View File

@ -1,8 +1,3 @@
module github.com/pulsejet/memories/go-vod
go 1.16
require (
git.rpjosh.de/RPJosh/RPdb/v4 v4.3.0 // indirect
git.rpjosh.de/RPJosh/go-logger v1.3.2
)

View File

@ -1,46 +0,0 @@
git.rpjosh.de/RPJosh/RPdb/v4 v4.3.0 h1:7jh6MTOvDhieb5NGm6NMwAIz0aZWwmZiw0EghDwkCz0=
git.rpjosh.de/RPJosh/RPdb/v4 v4.3.0/go.mod h1:y++epwPmZfn+IG3dYYhFE6gXoTJRqLoiwV4QOIEv4XA=
git.rpjosh.de/RPJosh/go-logger v1.2.0/go.mod h1:iD3KaRyOIkYMj7E+xFMn5uDVCzW1lSJQopz1Fl1+BSM=
git.rpjosh.de/RPJosh/go-logger v1.3.2 h1:y8qFEBYeJzLLi6H7CpHHGb2pB0IyfHSG6m6o8TxL1uo=
git.rpjosh.de/RPJosh/go-logger v1.3.2/go.mod h1:iD3KaRyOIkYMj7E+xFMn5uDVCzW1lSJQopz1Fl1+BSM=
github.com/lesismal/llib v1.1.10/go.mod h1:70tFXXe7P1FZ02AU9l8LgSOK7d7sRrpnkUr3rd3gKSg=
github.com/lesismal/nbio v1.3.10/go.mod h1:cBAu/+XwOfgzhuvl0KA953ZgLx9SxBZPLrp2mMX+Yxk=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20210513122933-cd7d49e622d5/go.mod h1:P+XmwS30IXTQdn5tA2iutPOUgjI07+tq3H3K9MVA1s8=
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
golang.org/x/net v0.0.0-20210510120150-4163338589ed/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.10.0 h1:SqMFp9UcQJZa+pmYuAKjd9xq1f0j5rLcDIk0mj4qAsA=
golang.org/x/sys v0.10.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=
golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU=
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=

View File

@ -5,11 +5,10 @@ import (
"log"
"os"
"git.rpjosh.de/RPJosh/go-logger"
"github.com/pulsejet/memories/go-vod/transcoder"
)
const VERSION = "0.2.4"
const VERSION = "0.2.3"
func main() {
// Build initial configuration
@ -17,10 +16,10 @@ func main() {
VersionMonitor: false,
Version: VERSION,
Bind: ":47788",
ChunkSize: 2,
LookBehind: 4,
ChunkSize: 3,
LookBehind: 3,
GoalBufferMin: 1,
GoalBufferMax: 5,
GoalBufferMax: 4,
StreamIdleTime: 60,
ManagerIdleTime: 60,
}
@ -37,18 +36,7 @@ func main() {
}
}
// Configure logger
configureLogger()
// Initialize RPdb API
c.RPdbAPI = transcoder.GetRPdbAPI()
// Set ffmpeg path
c.FFmpeg = "./ffmpeg/ffmpeg"
c.FFprobe = "./ffmpeg/ffprobe"
c.VAAPI = true
// Auto-detect ffmpeg and ffprobe
// Auto detect ffmpeg and ffprobe
c.AutoDetect()
// Start server
@ -58,14 +46,3 @@ func main() {
log.Println("Exiting go-vod with status code", code)
os.Exit(code)
}
// configureLogger configures the gloal logger with some default values
func configureLogger() {
globalLogger := logger.GetLoggerFromEnv(&logger.Logger{
File: &logger.FileLogger{},
Level: logger.LevelDebug,
ColoredOutput: true,
PrintSource: true,
})
logger.SetGlobalLogger(globalLogger)
}

View File

@ -6,8 +6,6 @@ import (
"log"
"os"
"os/exec"
"git.rpjosh.de/RPJosh/RPdb/v4/go/api"
)
type Config struct {
@ -63,9 +61,6 @@ type Config struct {
// Use GOP size workaround for streaming (NVENC)
UseGopSize bool `json:"useGopSize"`
// RPdbAPI provides access to the RPdb API
RPdbAPI *api.Api
}
func (c *Config) FromFile(path string) {

View File

@ -131,15 +131,9 @@ func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
return
}
// Map server path to locale path
path = getClientPath(path)
// Get existing manager or create new one
manager := h.getManager(path, streamid)
if manager == nil {
// We don't have the file on the share already
h.c.getFileFromServer(path)
manager = h.createManager(path, streamid)
}

View File

@ -1,73 +0,0 @@
package transcoder
import (
"os"
"strings"
"git.rpjosh.de/RPJosh/RPdb/v4/go/api"
"git.rpjosh.de/RPJosh/RPdb/v4/go/models"
"git.rpjosh.de/RPJosh/go-logger"
)
// SERVER_PREFIX is the nextcloud data directory of the server
const SERVER_PREFIX = "/media/nextclouddata"
// CLIENT_PREFIX is the nextcloud data directory of the client
const CLIENT_PREFIX = "/media/ubuntugui/NextcloudCache"
// getClientPath returns the absolute path of the movie
// on the client.
// The server and client paths are different!
func getClientPath(path string) string {
if strings.HasPrefix(path, SERVER_PREFIX) {
return CLIENT_PREFIX + strings.TrimPrefix(path, SERVER_PREFIX)
} else {
logger.Warning("Server directory configuration is probably incorrect. Got directory %q", path)
return path
}
}
// getFileFromServer sends a request to the nextcloud server to
// copy the file to the shared volume both server and client can
// access
func (c *Config) getFileFromServer(path string) {
serverPath := strings.TrimPrefix(path, CLIENT_PREFIX)
// Creat entry
rsp, err := c.RPdbAPI.CreateEntry(models.Entry{
Attribute: &models.Attribute{ID: 315},
Offset: "now",
Parameters: []models.EntryParameter{{Value: SERVER_PREFIX + serverPath}},
})
if err != nil {
logger.Warning("Failed to create RPdb entry: %s", err)
return
}
if rsp.ResponseCode != 0 {
logger.Warning("Failed to copy file: %s", rsp.Response)
}
}
func GetRPdbAPI() *api.Api {
apiOptions := api.ApiOptions{BaseUrl: "https://rp.rpjosh.de/api/v1", MultiInstance: true}
return api.NewApi(readRPdbToken(), apiOptions)
}
// readRPdbToken reads the API-Key to use for RPdb.
// It panics if no environment variable was set or the specified
// file with the token does not exist
func readRPdbToken() string {
path := os.Getenv("RPDB_TOKEN")
if path == "" {
path = "./token.txt"
}
// Try to read the file
cnt, err := os.ReadFile(path)
if err != nil {
logger.Fatal("Failed to read RPdb API key from file %q: %s", path, err)
}
return string(cnt)
}

View File

@ -448,14 +448,11 @@ func (s *Stream) transcodeArgs(startAt float64, isHls bool) []string {
}
}
//filter = filter + ",fps=60"
args = append(args, []string{"-vf", filter}...)
}
// Output specs for video
args = append(args, []string{
// "-b:v", "5000k",
// "-rc_mode", "VBR",
"-map", "0:v:0",
"-c:v", CV,
}...)

3
l10n/ar.js vendored
View File

@ -196,8 +196,9 @@ OC.L10N.register(
"No automated tests are available for NVIDIA acceleration." : "لا توجد اختبارات آلية متاحة لتسريع معالجات الرسوم NVIDIA.",
"Enable acceleration with NVENC" : "تمكين التسريع مع مرمز NVENC",
"Enable NVENC Temporal AQ" : "تمكين التكمية التكيفية المؤقتة لمرمز NVENC",
"CUDA scaler" : "معدّاد CUDA ",
"NPP scaler" : "معداد NPP",
"CUDA scaler" : "معدّاد CUDA ",
"not recommended" : "لا يُوصى به",
"Due to a bug in certain hardware drivers, videos may appear in incorrect orientations when streaming. This can be resolved in some cases by rotating the video on the accelerator." : "نظرًا لوجود خطأ في بعض برامج تشغيل الأجهزة، فقد تظهر مقاطع الفيديو في اتجاهات غير صحيحة عند البث. يمكن حلّ هذا المشكل في بعض الحالات عن طريق تدوير الفيديو على المُسرِّع accelerator.",
"Try this option only if you have incorrectly oriented videos during playback." : "جرب هذا الخيار فقط إذا كنت قد وجّهت مقاطع فيديو بشكل غير صحيح أثناء التشغيل.",
"Enable streaming transpose workaround" : "تمكين حل تبديل البث streaming transpose.",

3
l10n/ar.json vendored
View File

@ -194,8 +194,9 @@
"No automated tests are available for NVIDIA acceleration." : "لا توجد اختبارات آلية متاحة لتسريع معالجات الرسوم NVIDIA.",
"Enable acceleration with NVENC" : "تمكين التسريع مع مرمز NVENC",
"Enable NVENC Temporal AQ" : "تمكين التكمية التكيفية المؤقتة لمرمز NVENC",
"CUDA scaler" : "معدّاد CUDA ",
"NPP scaler" : "معداد NPP",
"CUDA scaler" : "معدّاد CUDA ",
"not recommended" : "لا يُوصى به",
"Due to a bug in certain hardware drivers, videos may appear in incorrect orientations when streaming. This can be resolved in some cases by rotating the video on the accelerator." : "نظرًا لوجود خطأ في بعض برامج تشغيل الأجهزة، فقد تظهر مقاطع الفيديو في اتجاهات غير صحيحة عند البث. يمكن حلّ هذا المشكل في بعض الحالات عن طريق تدوير الفيديو على المُسرِّع accelerator.",
"Try this option only if you have incorrectly oriented videos during playback." : "جرب هذا الخيار فقط إذا كنت قد وجّهت مقاطع فيديو بشكل غير صحيح أثناء التشغيل.",
"Enable streaming transpose workaround" : "تمكين حل تبديل البث streaming transpose.",

69
l10n/ast.js vendored
View File

@ -5,53 +5,31 @@ OC.L10N.register(
"Settings" : "Configuración",
"People" : "Persones",
"Folders" : "Carpetes",
"Favorites" : "Favoritos",
"Videos" : "Vídeos",
"Albums" : "Álbumes",
"On this day" : "Tal día como güei",
"Places" : "Llugares",
"Map" : "Mapa",
"Tags" : "Etiquetes",
"Metadata" : "Metadatos",
"Edit" : "Editar",
"Photos" : "Semeyes",
"Cancel" : "Encaboxar",
"Delete" : "Desaniciar",
"Favorite" : "Meter en Favoritos",
"View in folder" : "Ver na carpeta",
"Account" : "Cuenta",
"Close" : "Zarrar",
"Info" : "Información",
"External Link" : "Enllaz esternu",
"Continue" : "Siguir",
"Template" : "Plantía",
"Add people or groups who can edit your album" : "Amiesta a persones u grupos que puedan editar l'álbum",
"Search people or groups" : "Buscar persones o grupos",
"Remove {collaboratorLabel} from the collaborators list" : "Quitar «{collaboratorLabel}» de la llista de collaboradores",
"Copy the public link" : "Copiar l'enllaz públicu",
"Public link copied!" : "¡Copióse l'enllaz públicu!",
"Copy public link" : "Copiar l'enllaz públicu",
"Delete the public link" : "Desaniciar l'enllaz públicu",
"Share via public link" : "Compartir per un enllaz públicu",
"Public link" : "Enllaz públicu",
"Create new album" : "Crear un álbum",
"New album" : "Álbum nuevu",
"Name of the album" : "Nome del álbum",
"Location of the album" : "Llocalización el álbu,",
"Back" : "Atrás",
"Add collaborators" : "Amestar collaboradores",
"Save" : "Guardar",
"Create album" : "Crear un álbum",
"Search" : "Buscar",
"Year" : "Añu",
"Hour" : "Hora",
"Minute" : "Minutu",
"Description" : "Descripción",
"Reset" : "Reafitar",
"Date / Time" : "Data / Hora",
"EXIF Fields" : "Campos d'EXIF",
"Name" : "Nome",
"Update" : "Anovar",
"Loading …" : "Cargando…",
"Move" : "Mover",
"High Resolution" : "Resolución alta",
@ -61,8 +39,6 @@ OC.L10N.register(
"Error saving image" : "Hebo un error al guardar la imaxe",
"Unsaved changes" : "Cambeos ensin guardar",
"Drop changes" : "Escartar los cambeos",
"Previous" : "Anterior",
"Next" : "Siguiente",
"Finish" : "Finar",
"Save as" : "Guardar como",
"All changes will be lost." : "Van perdese tolos cambeos.",
@ -72,9 +48,6 @@ OC.L10N.register(
"Show original image" : "Amosar la imaxe orixinal",
"Zoom in" : "Averar",
"Zoom out" : "Alloñar",
"Toggle zoom menu" : "Alternar el menú del zoom",
"Adjust" : "Axustar",
"Fine-tune" : "Axuste finu",
"Filters" : "Filtros",
"Watermark" : "Marca d'agua",
"Draw" : "Dibuxar",
@ -83,54 +56,15 @@ OC.L10N.register(
"Error while uploading the image." : "Hebo un error mentanto se xubía la imaxe.",
"are not images" : "nun son imáxenes",
"is not an image" : "nun ye una imaxe",
"to be uploaded" : "a xubir",
"Crop" : "Recortar",
"Original" : "Orixinal",
"Custom" : "Personalizar",
"Square" : "Cuadráu",
"Landscape" : "Horizontal",
"Portrait" : "Vertical",
"Ellipse" : "Elipsis",
"Classic TV" : "TV clásica",
"CinemaScope" : "CinemaScope",
"Arrow" : "Flecha",
"Blur" : "Emborrinar",
"Brightness" : "Brillu",
"Contrast" : "Contraste",
"Flip X" : "Voltiar la exa X",
"Flip Y" : "Voltiar la exa Y",
"HSV" : "HSV",
"Hue" : "Tonu",
"Saturation" : "Saturación",
"Value" : "Valor",
"Image" : "Imaxe",
"Importing …" : "Importando…",
"+ Add image" : "+ Amestar una imaxe",
"Line" : "Llinia",
"Pen" : "Pluma",
"Polygon" : "Polígonu",
"Sides" : "Cares",
"Rectangle" : "Rectángulu",
"Corner Radius" : "Radiu del contornu",
"Width in pixels" : "Llargura en píxeles",
"Height in pixels" : "Altor en píxeles",
"Toggle ratio lock" : "Des/bloquiar la proporción",
"Reset to original image size" : "Restaurar el tamañu orixinal",
"Rotate" : "Voltiar",
"Text" : "Testu",
"Text spacing" : "Espaciáu del testu",
"Text alignment" : "Alliniación del testu",
"Font family" : "Familia de la fonte",
"Size" : "Tamañu",
"Letter spacing" : "Espaciáu de les lletres",
"Line height" : "Altor de les llinies",
"Warmth" : "Calidez",
"+ Add watermark" : "+ Amestar una marca d'agua",
"Choose watermark type" : "Escoyer el tipu de marca d'agua",
"Upload watermark" : "Xubir una marca d'agua",
"Add as text" : "Amestar como testu",
"Padding" : "Rellenu",
"Shadow" : "Solombra",
"Horizontal" : "Horizontal",
"Vertical" : "Vertical",
"Opacity" : "Opacidá",
@ -140,10 +74,7 @@ OC.L10N.register(
"Extension" : "Estensión",
"Name is required." : "El nome ye obligatoriu",
"Quality" : "Calidá",
"Saved image size (width x height)" : "Tamañu de la imaxe guardada (llargura x altor)",
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Decátate que l'área de recorte seleicionada ye menor que la redimensión aplicada lo que ye posible que cause una perda de calidá",
"Actual size (100%)" : "Tamañu actual (100%)",
"Fit size" : "Axustar el tamañu",
"Setup" : "Configuración",
"Yes" : "Sí",
"No" : "Non"

69
l10n/ast.json vendored
View File

@ -3,53 +3,31 @@
"Settings" : "Configuración",
"People" : "Persones",
"Folders" : "Carpetes",
"Favorites" : "Favoritos",
"Videos" : "Vídeos",
"Albums" : "Álbumes",
"On this day" : "Tal día como güei",
"Places" : "Llugares",
"Map" : "Mapa",
"Tags" : "Etiquetes",
"Metadata" : "Metadatos",
"Edit" : "Editar",
"Photos" : "Semeyes",
"Cancel" : "Encaboxar",
"Delete" : "Desaniciar",
"Favorite" : "Meter en Favoritos",
"View in folder" : "Ver na carpeta",
"Account" : "Cuenta",
"Close" : "Zarrar",
"Info" : "Información",
"External Link" : "Enllaz esternu",
"Continue" : "Siguir",
"Template" : "Plantía",
"Add people or groups who can edit your album" : "Amiesta a persones u grupos que puedan editar l'álbum",
"Search people or groups" : "Buscar persones o grupos",
"Remove {collaboratorLabel} from the collaborators list" : "Quitar «{collaboratorLabel}» de la llista de collaboradores",
"Copy the public link" : "Copiar l'enllaz públicu",
"Public link copied!" : "¡Copióse l'enllaz públicu!",
"Copy public link" : "Copiar l'enllaz públicu",
"Delete the public link" : "Desaniciar l'enllaz públicu",
"Share via public link" : "Compartir per un enllaz públicu",
"Public link" : "Enllaz públicu",
"Create new album" : "Crear un álbum",
"New album" : "Álbum nuevu",
"Name of the album" : "Nome del álbum",
"Location of the album" : "Llocalización el álbu,",
"Back" : "Atrás",
"Add collaborators" : "Amestar collaboradores",
"Save" : "Guardar",
"Create album" : "Crear un álbum",
"Search" : "Buscar",
"Year" : "Añu",
"Hour" : "Hora",
"Minute" : "Minutu",
"Description" : "Descripción",
"Reset" : "Reafitar",
"Date / Time" : "Data / Hora",
"EXIF Fields" : "Campos d'EXIF",
"Name" : "Nome",
"Update" : "Anovar",
"Loading …" : "Cargando…",
"Move" : "Mover",
"High Resolution" : "Resolución alta",
@ -59,8 +37,6 @@
"Error saving image" : "Hebo un error al guardar la imaxe",
"Unsaved changes" : "Cambeos ensin guardar",
"Drop changes" : "Escartar los cambeos",
"Previous" : "Anterior",
"Next" : "Siguiente",
"Finish" : "Finar",
"Save as" : "Guardar como",
"All changes will be lost." : "Van perdese tolos cambeos.",
@ -70,9 +46,6 @@
"Show original image" : "Amosar la imaxe orixinal",
"Zoom in" : "Averar",
"Zoom out" : "Alloñar",
"Toggle zoom menu" : "Alternar el menú del zoom",
"Adjust" : "Axustar",
"Fine-tune" : "Axuste finu",
"Filters" : "Filtros",
"Watermark" : "Marca d'agua",
"Draw" : "Dibuxar",
@ -81,54 +54,15 @@
"Error while uploading the image." : "Hebo un error mentanto se xubía la imaxe.",
"are not images" : "nun son imáxenes",
"is not an image" : "nun ye una imaxe",
"to be uploaded" : "a xubir",
"Crop" : "Recortar",
"Original" : "Orixinal",
"Custom" : "Personalizar",
"Square" : "Cuadráu",
"Landscape" : "Horizontal",
"Portrait" : "Vertical",
"Ellipse" : "Elipsis",
"Classic TV" : "TV clásica",
"CinemaScope" : "CinemaScope",
"Arrow" : "Flecha",
"Blur" : "Emborrinar",
"Brightness" : "Brillu",
"Contrast" : "Contraste",
"Flip X" : "Voltiar la exa X",
"Flip Y" : "Voltiar la exa Y",
"HSV" : "HSV",
"Hue" : "Tonu",
"Saturation" : "Saturación",
"Value" : "Valor",
"Image" : "Imaxe",
"Importing …" : "Importando…",
"+ Add image" : "+ Amestar una imaxe",
"Line" : "Llinia",
"Pen" : "Pluma",
"Polygon" : "Polígonu",
"Sides" : "Cares",
"Rectangle" : "Rectángulu",
"Corner Radius" : "Radiu del contornu",
"Width in pixels" : "Llargura en píxeles",
"Height in pixels" : "Altor en píxeles",
"Toggle ratio lock" : "Des/bloquiar la proporción",
"Reset to original image size" : "Restaurar el tamañu orixinal",
"Rotate" : "Voltiar",
"Text" : "Testu",
"Text spacing" : "Espaciáu del testu",
"Text alignment" : "Alliniación del testu",
"Font family" : "Familia de la fonte",
"Size" : "Tamañu",
"Letter spacing" : "Espaciáu de les lletres",
"Line height" : "Altor de les llinies",
"Warmth" : "Calidez",
"+ Add watermark" : "+ Amestar una marca d'agua",
"Choose watermark type" : "Escoyer el tipu de marca d'agua",
"Upload watermark" : "Xubir una marca d'agua",
"Add as text" : "Amestar como testu",
"Padding" : "Rellenu",
"Shadow" : "Solombra",
"Horizontal" : "Horizontal",
"Vertical" : "Vertical",
"Opacity" : "Opacidá",
@ -138,10 +72,7 @@
"Extension" : "Estensión",
"Name is required." : "El nome ye obligatoriu",
"Quality" : "Calidá",
"Saved image size (width x height)" : "Tamañu de la imaxe guardada (llargura x altor)",
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Decátate que l'área de recorte seleicionada ye menor que la redimensión aplicada lo que ye posible que cause una perda de calidá",
"Actual size (100%)" : "Tamañu actual (100%)",
"Fit size" : "Axustar el tamañu",
"Setup" : "Configuración",
"Yes" : "Sí",
"No" : "Non"

4
l10n/az.js vendored
View File

@ -12,11 +12,8 @@ OC.L10N.register(
"Share" : "Paylaş",
"Favorite" : "İstəkli",
"General" : "Ümumi",
"Account" : "Hesab",
"Close" : "Bağla",
"Info" : "Info",
"Continue" : "Davam et",
"Back" : "Geri",
"Save" : "Saxla",
"Search" : "Axtarış",
"Save changes" : "Dəyişiklikləri yaddaşa ver",
@ -36,7 +33,6 @@ OC.L10N.register(
"Sort by date" : "Order by date",
"Sort by name" : "Order by name",
"Home" : "Ev",
"Slideshow" : "Slayd şou",
"Previous" : "Əvvələ",
"Next" : "Növbəti",
"Size" : "Həcm",

4
l10n/az.json vendored
View File

@ -10,11 +10,8 @@
"Share" : "Paylaş",
"Favorite" : "İstəkli",
"General" : "Ümumi",
"Account" : "Hesab",
"Close" : "Bağla",
"Info" : "Info",
"Continue" : "Davam et",
"Back" : "Geri",
"Save" : "Saxla",
"Search" : "Axtarış",
"Save changes" : "Dəyişiklikləri yaddaşa ver",
@ -34,7 +31,6 @@
"Sort by date" : "Order by date",
"Sort by name" : "Order by name",
"Home" : "Ev",
"Slideshow" : "Slayd şou",
"Previous" : "Əvvələ",
"Next" : "Növbəti",
"Size" : "Həcm",

2
l10n/bg.js vendored
View File

@ -132,8 +132,8 @@ OC.L10N.register(
"No automated tests are available for NVIDIA acceleration." : "Не са налични автоматични тестове за ускорение на NVIDIA.",
"Enable acceleration with NVENC" : "Активиране на ускорението с NVENC",
"Enable NVENC Temporal AQ" : "Активиране на NVENC Temporal AQ",
"CUDA scaler" : "CUDA скалер",
"NPP scaler" : "NPP скалер",
"CUDA scaler" : "CUDA скалер",
"VA-API device ({dev}) is readable" : "Устройството VA-API ({dev}) може да се чете",
"VA-API device ({dev}) not found" : "Устройството VA-API ({dev}) не е намерено",
"VA-API device ({dev}) has incorrect permissions" : "Устройството VA-API ({dev}) има неправилни права",

2
l10n/bg.json vendored
View File

@ -130,8 +130,8 @@
"No automated tests are available for NVIDIA acceleration." : "Не са налични автоматични тестове за ускорение на NVIDIA.",
"Enable acceleration with NVENC" : "Активиране на ускорението с NVENC",
"Enable NVENC Temporal AQ" : "Активиране на NVENC Temporal AQ",
"CUDA scaler" : "CUDA скалер",
"NPP scaler" : "NPP скалер",
"CUDA scaler" : "CUDA скалер",
"VA-API device ({dev}) is readable" : "Устройството VA-API ({dev}) може да се чете",
"VA-API device ({dev}) not found" : "Устройството VA-API ({dev}) не е намерено",
"VA-API device ({dev}) has incorrect permissions" : "Устройството VA-API ({dev}) има неправилни права",

6
l10n/ca.js vendored
View File

@ -66,14 +66,12 @@ OC.L10N.register(
"Search" : "Cercar",
"Save changes" : "Guarda canvis",
"Save collaborators for this album." : "Desa els col·laboradors per a aquest àlbum.",
"Newest" : "Més nou",
"Year" : "Any",
"Month" : "Mes",
"Day" : "Dia",
"Time" : "Hora",
"Hour" : "Hora",
"Minute" : "Minut",
"Oldest" : "Més antic",
"Title" : "Títol",
"Description" : "Descripció",
"Label" : "Etiqueta",
@ -194,8 +192,6 @@ OC.L10N.register(
"Setup" : "Configuració",
"Failed to create {albumName}." : "No s'ha pogut crear {albumName}.",
"Failed to rename {currentAlbumName} to {newAlbumName}." : "No s'ha pogut reanomenar {currentAlbumName} a {newAlbumName}.",
"Failed to delete {fileName}." : "No s'ha pogut suprimir {fileName}.",
"Yes" : "Sí",
"No" : "No"
"Failed to delete {fileName}." : "No s'ha pogut suprimir {fileName}."
},
"nplurals=2; plural=(n != 1);");

6
l10n/ca.json vendored
View File

@ -64,14 +64,12 @@
"Search" : "Cercar",
"Save changes" : "Guarda canvis",
"Save collaborators for this album." : "Desa els col·laboradors per a aquest àlbum.",
"Newest" : "Més nou",
"Year" : "Any",
"Month" : "Mes",
"Day" : "Dia",
"Time" : "Hora",
"Hour" : "Hora",
"Minute" : "Minut",
"Oldest" : "Més antic",
"Title" : "Títol",
"Description" : "Descripció",
"Label" : "Etiqueta",
@ -192,8 +190,6 @@
"Setup" : "Configuració",
"Failed to create {albumName}." : "No s'ha pogut crear {albumName}.",
"Failed to rename {currentAlbumName} to {newAlbumName}." : "No s'ha pogut reanomenar {currentAlbumName} a {newAlbumName}.",
"Failed to delete {fileName}." : "No s'ha pogut suprimir {fileName}.",
"Yes" : "Sí",
"No" : "No"
"Failed to delete {fileName}." : "No s'ha pogut suprimir {fileName}."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

3
l10n/cs.js vendored
View File

@ -195,8 +195,9 @@ OC.L10N.register(
"No automated tests are available for NVIDIA acceleration." : "Pro akceleraci přes NVIDIA nejsou k dispozici automatizované testy.",
"Enable acceleration with NVENC" : "Zapnout akceleraci přes NVENC",
"Enable NVENC Temporal AQ" : "Zapnout NVENC Temporal AQ",
"CUDA scaler" : "CUDA škálování",
"NPP scaler" : "NPP škálování",
"CUDA scaler" : "CUDA škálování",
"not recommended" : "nedoporučeno",
"Due to a bug in certain hardware drivers, videos may appear in incorrect orientations when streaming. This can be resolved in some cases by rotating the video on the accelerator." : "Kvůli chybě v některých ovladačích hardware mohou být při přehrávání videa nesprávně otočená. V některých případech je možné toto vyřešit otočením videa na akcelerátoru.",
"Try this option only if you have incorrectly oriented videos during playback." : "Tuto volbu zkuste pouze v případě že jsou videa při přehrávání nesprávně otočená.",
"Enable streaming transpose workaround" : "Zapnout obejití problému transponování proudového vysílání",

3
l10n/cs.json vendored
View File

@ -193,8 +193,9 @@
"No automated tests are available for NVIDIA acceleration." : "Pro akceleraci přes NVIDIA nejsou k dispozici automatizované testy.",
"Enable acceleration with NVENC" : "Zapnout akceleraci přes NVENC",
"Enable NVENC Temporal AQ" : "Zapnout NVENC Temporal AQ",
"CUDA scaler" : "CUDA škálování",
"NPP scaler" : "NPP škálování",
"CUDA scaler" : "CUDA škálování",
"not recommended" : "nedoporučeno",
"Due to a bug in certain hardware drivers, videos may appear in incorrect orientations when streaming. This can be resolved in some cases by rotating the video on the accelerator." : "Kvůli chybě v některých ovladačích hardware mohou být při přehrávání videa nesprávně otočená. V některých případech je možné toto vyřešit otočením videa na akcelerátoru.",
"Try this option only if you have incorrectly oriented videos during playback." : "Tuto volbu zkuste pouze v případě že jsou videa při přehrávání nesprávně otočená.",
"Enable streaming transpose workaround" : "Zapnout obejití problému transponování proudového vysílání",

25
l10n/de.js vendored
View File

@ -1,7 +1,6 @@
OC.L10N.register(
"memories",
{
"Shared Link" : "Geteilter Link",
"Download" : "Herunterladen",
"Memories" : "Erinnerungen",
"Fast, modern and advanced photo management suite" : "Schnelle, moderne und fortschrittliche Fotoverwaltungssuite",
@ -50,7 +49,6 @@ OC.L10N.register(
"Favorite" : "Favorisieren",
"Unarchive" : "Dearchivieren",
"Edit metadata" : "Metadaten bearbeiten",
"Rotate / Flip" : "Drehen / Spiegeln",
"View in folder" : "In Ordner anzeigen",
"Move to folder" : "In Ordner verschieben",
"Add to album" : "Zum Album hinzufügen",
@ -82,7 +80,6 @@ OC.L10N.register(
"Show hidden folders" : "Zeige versteckte Ordner",
"Sort folders oldest-first" : "Ordner sortieren, älteste zuerst",
"Sort albums oldest-first" : "Alben sortieren, älteste zuerst",
"Show hidden albums" : "Zeige versteckte Alben",
"Choose Timeline Paths" : "Pfade der Zeitleiste auswählen",
"Choose the root for the folders view" : "Wähle das Stammverzeichnis für die Ordneransicht",
"Are you sure you want to log out {user}?" : "Möchtest du wirklich {user} abmelden?",
@ -125,7 +122,7 @@ OC.L10N.register(
"Videos (ffmpeg)" : "Videos (ffmpeg)",
"Thank you for choosing Nextcloud and Memories to store your precious data!" : "Vielen Dank, dass du dich für Nextcloud und Memories zur Speicherung deiner wertvollen Daten entschieden hast!",
"Memories is very feature rich and setting it up properly can take some time." : "Memories hat einen großen Funktionsumfang und die vollständige Einrichtung kann einige Zeit benötigen.",
"If you just installed Memories, make sure you read the getting started guide:" : "Wenn du Memories gerade installiert hast, lies unbedingt die Erste-Schritte-Anleitung:",
"If you just installed Memories, make sure you read the getting started guide:" : "Wenn du Memories gerade installiert hast, lese unbedingt die Erste-Schritte-Anleitung:",
"External Link" : "Externer Link",
"In case you run into any issues or bugs, you can get help through several channels." : "Falls du auf Probleme oder Fehler stößt, kannst du auf verschiedenen Wegen Hilfe erhalten.",
"Memories is a completely free and open source app under active development." : "Memories ist eine völlig kostenlose Open-Source-App, die sich derzeit in der aktiven Entwicklung befindet.",
@ -196,8 +193,9 @@ OC.L10N.register(
"No automated tests are available for NVIDIA acceleration." : "Für die NVIDIA-Beschleunigung sind keine automatisierten Tests verfügbar.",
"Enable acceleration with NVENC" : "Beschleunigung mit NVENC aktivieren",
"Enable NVENC Temporal AQ" : "NVENC Temporal AQ aktivieren",
"CUDA scaler" : "CUDA-Scaler",
"NPP scaler" : "NPP-Scaler",
"CUDA scaler" : "CUDA-Scaler",
"not recommended" : "Nicht empfohlen",
"Due to a bug in certain hardware drivers, videos may appear in incorrect orientations when streaming. This can be resolved in some cases by rotating the video on the accelerator." : "Aufgrund eines Fehlers in einigen Hardwaretreibern werden Videos beim Streaming möglicherweise in der falschen Ausrichtung angezeigt. Dies kann in einigen Fällen durch Drehen des Videos in dem Beschleuniger behoben werden.",
"Try this option only if you have incorrectly oriented videos during playback." : "Probiere diese Option nur aus, wenn bei der Wiedergabe falsch ausgerichtete Videos angezeigt werden.",
"Enable streaming transpose workaround" : "Aktiviere die Problemumgehung für die Streaming-Transponierung",
@ -265,7 +263,6 @@ OC.L10N.register(
"_Removed from {n} album_::_Removed from {n} albums_" : ["Entfernt aus {n} Album","Entfernt aus {n} Alben"],
"Share Album" : "Album teilen",
"Save collaborators for this album." : "Mitbearbeitende für dieses Album speichern.",
"Failed to load album info: {name}" : "Fehler beim Laden der Albuminformation: {name}",
"_%n item_::_%n items_" : ["%n Element","%n Elemente"],
"Newest" : "Neueste",
"Year" : "Jahr",
@ -294,19 +291,12 @@ OC.L10N.register(
"Collaborative Tags" : "Kollaborative Schlagworte",
"EXIF Fields" : "EXIF-Felder",
"Geolocation" : "Geolokalisierung",
"Orientation (EXIF)" : "Ausrichtungn (EXIF)",
"Cannot edit {name} of type {type}" : "{name} vom Typ {type} kann nicht bearbeitet werden",
"Cannot edit rotation on videos ({name})" : "Die Drehung von Videos kann nicht bearbeitet werden ({name})",
"Cannot edit rotation on Live Photos ({name})" : "Die Drehung von Live-Fotos kann nicht bearbeitet werden ({name})",
"Some selected items have stacked RAW files.\nRAW files will not be edited." : "Einige ausgewählte Elemente verfügen über gestapelte RAW-Dateien.\nRAW-Dateien werden nicht bearbeitet.",
"Missing date metadata" : "Fehlende Datumsmetadaten",
"Some items may be missing the date metadata. Do you want to attempt copying the currently known timestamp to the metadata (recommended)? Othewise, the timestamp may be reset to the current time." : "Bei einigen Elementen fehlen möglicherweise die Datumsmetadaten. Möchtest du versuchen, den aktuell bekannten Zeitstempel in die Metadaten zu kopieren (empfohlen)? Andernfalls wird der Zeitstempel möglicherweise auf die aktuelle Zeit zurückgesetzt.",
"Failed to load metadata for {n} photos." : "Fehler beim Laden der Metadaten für {n} Fotos.",
"{n} photos cannot be edited (permissions error)." : "{n} Fotos können nicht bearbeitet werden (Berechtigungsfehler).",
"This feature rotates images losslessly by updating the EXIF metadata. This approach is known to sometimes not work correctly on certain image types such as HEIC. Make sure you do a test run before using it on multiple images." : "Diese Funktion dreht Bilder verlustfrei, indem die EXIF-Metadaten aktualisiert werden. Dies funktioniert bei bestimmten Bildtypen wie HEIC manchmal nicht richtig. Füre zunächst einen Testlauf durch, bevor du diese Funktion für mehrere Bilder verwendest.",
"Rotate Left" : "Nach links drehen",
"Rotate Right" : "Nach rechts drehen",
"Flip" : "Spieglen",
"Remove person" : "Person entfernen",
"Are you sure you want to remove {name}?" : "Möchtest du wirklich {name} entfernen?",
"Only user \"{user}\" can delete this person" : "Nur der Bunutzer \"{user}\" kann diese Person löschen",
@ -347,20 +337,12 @@ OC.L10N.register(
"Editable" : "Bearbeitbar",
"Read only" : "Schreibgeschützt",
"Link copied to clipboard" : "Link wurde in die Zwischenablage kopiert",
"Failed to copy link to clipboard" : "Link konnte nicht in die Zwischenablage kopiert werden",
"Reduced Size" : "Größe verkleinern",
"Share in lower quality (small file size)" : "In niedriger Qualität teilen (kleine Dateigröße)",
"High Resolution" : "Hohe Auflösung",
"Share in high quality (large file size)" : "In hoher Qualität teilen (große Dateigröße)",
"Original File" : "Originaldatei",
"Public Link" : "Öffentlicher Link",
"Share an external Nextcloud link" : "Einen externen Nextcloud-Link teilen",
"Not allowed to share file: {name}" : "Keine Berechtigung zum Teilen der Datei: {name}",
"Failed to create album for public link" : "Das Album für die öffentliche Freigabe konnte nicht erstellt werden",
"Failed to download file {href}" : "Datei konnte nicht heruntergeladen werden {href}",
"Cannot share this type of data" : "Diese Art von Daten kann nicht geteilt werden",
"_Share File_::_Share Files_" : ["Datei teilen","Dateien teilen"],
"_Share the original file_::_Share the original files_" : ["Originaldatei teilen","Originaldateien teilen"],
"Sort by date" : "Nach Datum sortieren",
"Sort by name" : "Nach Namen sortieren",
"Share album" : "Album teilen",
@ -505,7 +487,6 @@ OC.L10N.register(
"Failed to move files." : "Dateien konnten nicht verschoben werden.",
"Could not move {fileName}, target exists." : "{fileName} konnte nicht verschoben werden, Zieldatei existiert bereits.",
"Failed to move {fileName}." : "{fileName} konnte nicht verschoben werden.",
"Failed to load image info: {name}" : "Bildinformation konnte nicht geladen werden: {name}",
"Failed to download files" : "Dateien konnten nicht heruntergeladen werden",
"Failed to favorite files." : "Favorisieren von Dateien fehlgeschlagen.",
"Failed to favorite some files." : "Einige Dateien konnten nicht zu den Favoriten hinzugefügt werden.",

25
l10n/de.json vendored
View File

@ -1,5 +1,4 @@
{ "translations": {
"Shared Link" : "Geteilter Link",
"Download" : "Herunterladen",
"Memories" : "Erinnerungen",
"Fast, modern and advanced photo management suite" : "Schnelle, moderne und fortschrittliche Fotoverwaltungssuite",
@ -48,7 +47,6 @@
"Favorite" : "Favorisieren",
"Unarchive" : "Dearchivieren",
"Edit metadata" : "Metadaten bearbeiten",
"Rotate / Flip" : "Drehen / Spiegeln",
"View in folder" : "In Ordner anzeigen",
"Move to folder" : "In Ordner verschieben",
"Add to album" : "Zum Album hinzufügen",
@ -80,7 +78,6 @@
"Show hidden folders" : "Zeige versteckte Ordner",
"Sort folders oldest-first" : "Ordner sortieren, älteste zuerst",
"Sort albums oldest-first" : "Alben sortieren, älteste zuerst",
"Show hidden albums" : "Zeige versteckte Alben",
"Choose Timeline Paths" : "Pfade der Zeitleiste auswählen",
"Choose the root for the folders view" : "Wähle das Stammverzeichnis für die Ordneransicht",
"Are you sure you want to log out {user}?" : "Möchtest du wirklich {user} abmelden?",
@ -123,7 +120,7 @@
"Videos (ffmpeg)" : "Videos (ffmpeg)",
"Thank you for choosing Nextcloud and Memories to store your precious data!" : "Vielen Dank, dass du dich für Nextcloud und Memories zur Speicherung deiner wertvollen Daten entschieden hast!",
"Memories is very feature rich and setting it up properly can take some time." : "Memories hat einen großen Funktionsumfang und die vollständige Einrichtung kann einige Zeit benötigen.",
"If you just installed Memories, make sure you read the getting started guide:" : "Wenn du Memories gerade installiert hast, lies unbedingt die Erste-Schritte-Anleitung:",
"If you just installed Memories, make sure you read the getting started guide:" : "Wenn du Memories gerade installiert hast, lese unbedingt die Erste-Schritte-Anleitung:",
"External Link" : "Externer Link",
"In case you run into any issues or bugs, you can get help through several channels." : "Falls du auf Probleme oder Fehler stößt, kannst du auf verschiedenen Wegen Hilfe erhalten.",
"Memories is a completely free and open source app under active development." : "Memories ist eine völlig kostenlose Open-Source-App, die sich derzeit in der aktiven Entwicklung befindet.",
@ -194,8 +191,9 @@
"No automated tests are available for NVIDIA acceleration." : "Für die NVIDIA-Beschleunigung sind keine automatisierten Tests verfügbar.",
"Enable acceleration with NVENC" : "Beschleunigung mit NVENC aktivieren",
"Enable NVENC Temporal AQ" : "NVENC Temporal AQ aktivieren",
"CUDA scaler" : "CUDA-Scaler",
"NPP scaler" : "NPP-Scaler",
"CUDA scaler" : "CUDA-Scaler",
"not recommended" : "Nicht empfohlen",
"Due to a bug in certain hardware drivers, videos may appear in incorrect orientations when streaming. This can be resolved in some cases by rotating the video on the accelerator." : "Aufgrund eines Fehlers in einigen Hardwaretreibern werden Videos beim Streaming möglicherweise in der falschen Ausrichtung angezeigt. Dies kann in einigen Fällen durch Drehen des Videos in dem Beschleuniger behoben werden.",
"Try this option only if you have incorrectly oriented videos during playback." : "Probiere diese Option nur aus, wenn bei der Wiedergabe falsch ausgerichtete Videos angezeigt werden.",
"Enable streaming transpose workaround" : "Aktiviere die Problemumgehung für die Streaming-Transponierung",
@ -263,7 +261,6 @@
"_Removed from {n} album_::_Removed from {n} albums_" : ["Entfernt aus {n} Album","Entfernt aus {n} Alben"],
"Share Album" : "Album teilen",
"Save collaborators for this album." : "Mitbearbeitende für dieses Album speichern.",
"Failed to load album info: {name}" : "Fehler beim Laden der Albuminformation: {name}",
"_%n item_::_%n items_" : ["%n Element","%n Elemente"],
"Newest" : "Neueste",
"Year" : "Jahr",
@ -292,19 +289,12 @@
"Collaborative Tags" : "Kollaborative Schlagworte",
"EXIF Fields" : "EXIF-Felder",
"Geolocation" : "Geolokalisierung",
"Orientation (EXIF)" : "Ausrichtungn (EXIF)",
"Cannot edit {name} of type {type}" : "{name} vom Typ {type} kann nicht bearbeitet werden",
"Cannot edit rotation on videos ({name})" : "Die Drehung von Videos kann nicht bearbeitet werden ({name})",
"Cannot edit rotation on Live Photos ({name})" : "Die Drehung von Live-Fotos kann nicht bearbeitet werden ({name})",
"Some selected items have stacked RAW files.\nRAW files will not be edited." : "Einige ausgewählte Elemente verfügen über gestapelte RAW-Dateien.\nRAW-Dateien werden nicht bearbeitet.",
"Missing date metadata" : "Fehlende Datumsmetadaten",
"Some items may be missing the date metadata. Do you want to attempt copying the currently known timestamp to the metadata (recommended)? Othewise, the timestamp may be reset to the current time." : "Bei einigen Elementen fehlen möglicherweise die Datumsmetadaten. Möchtest du versuchen, den aktuell bekannten Zeitstempel in die Metadaten zu kopieren (empfohlen)? Andernfalls wird der Zeitstempel möglicherweise auf die aktuelle Zeit zurückgesetzt.",
"Failed to load metadata for {n} photos." : "Fehler beim Laden der Metadaten für {n} Fotos.",
"{n} photos cannot be edited (permissions error)." : "{n} Fotos können nicht bearbeitet werden (Berechtigungsfehler).",
"This feature rotates images losslessly by updating the EXIF metadata. This approach is known to sometimes not work correctly on certain image types such as HEIC. Make sure you do a test run before using it on multiple images." : "Diese Funktion dreht Bilder verlustfrei, indem die EXIF-Metadaten aktualisiert werden. Dies funktioniert bei bestimmten Bildtypen wie HEIC manchmal nicht richtig. Füre zunächst einen Testlauf durch, bevor du diese Funktion für mehrere Bilder verwendest.",
"Rotate Left" : "Nach links drehen",
"Rotate Right" : "Nach rechts drehen",
"Flip" : "Spieglen",
"Remove person" : "Person entfernen",
"Are you sure you want to remove {name}?" : "Möchtest du wirklich {name} entfernen?",
"Only user \"{user}\" can delete this person" : "Nur der Bunutzer \"{user}\" kann diese Person löschen",
@ -345,20 +335,12 @@
"Editable" : "Bearbeitbar",
"Read only" : "Schreibgeschützt",
"Link copied to clipboard" : "Link wurde in die Zwischenablage kopiert",
"Failed to copy link to clipboard" : "Link konnte nicht in die Zwischenablage kopiert werden",
"Reduced Size" : "Größe verkleinern",
"Share in lower quality (small file size)" : "In niedriger Qualität teilen (kleine Dateigröße)",
"High Resolution" : "Hohe Auflösung",
"Share in high quality (large file size)" : "In hoher Qualität teilen (große Dateigröße)",
"Original File" : "Originaldatei",
"Public Link" : "Öffentlicher Link",
"Share an external Nextcloud link" : "Einen externen Nextcloud-Link teilen",
"Not allowed to share file: {name}" : "Keine Berechtigung zum Teilen der Datei: {name}",
"Failed to create album for public link" : "Das Album für die öffentliche Freigabe konnte nicht erstellt werden",
"Failed to download file {href}" : "Datei konnte nicht heruntergeladen werden {href}",
"Cannot share this type of data" : "Diese Art von Daten kann nicht geteilt werden",
"_Share File_::_Share Files_" : ["Datei teilen","Dateien teilen"],
"_Share the original file_::_Share the original files_" : ["Originaldatei teilen","Originaldateien teilen"],
"Sort by date" : "Nach Datum sortieren",
"Sort by name" : "Nach Namen sortieren",
"Share album" : "Album teilen",
@ -503,7 +485,6 @@
"Failed to move files." : "Dateien konnten nicht verschoben werden.",
"Could not move {fileName}, target exists." : "{fileName} konnte nicht verschoben werden, Zieldatei existiert bereits.",
"Failed to move {fileName}." : "{fileName} konnte nicht verschoben werden.",
"Failed to load image info: {name}" : "Bildinformation konnte nicht geladen werden: {name}",
"Failed to download files" : "Dateien konnten nicht heruntergeladen werden",
"Failed to favorite files." : "Favorisieren von Dateien fehlgeschlagen.",
"Failed to favorite some files." : "Einige Dateien konnten nicht zu den Favoriten hinzugefügt werden.",

18
l10n/de_DE.js vendored
View File

@ -1,7 +1,6 @@
OC.L10N.register(
"memories",
{
"Shared Link" : "Geteilter Link",
"Download" : "Herunterladen",
"Memories" : "Erinnerungen",
"Fast, modern and advanced photo management suite" : "Schnelle, moderne und fortschrittliche Fotoverwaltungssuite",
@ -50,7 +49,7 @@ OC.L10N.register(
"Favorite" : "Favorisieren",
"Unarchive" : "Dearchivieren",
"Edit metadata" : "Metadaten bearbeiten",
"Rotate / Flip" : "Drehen / Spiegeln",
"Rotate / Flip" : "Drehen / umdrehen",
"View in folder" : "In Ordner anzeigen",
"Move to folder" : "In Ordner verschieben",
"Add to album" : "Zum Album hinzufügen",
@ -82,7 +81,6 @@ OC.L10N.register(
"Show hidden folders" : "Zeige versteckte Ordner",
"Sort folders oldest-first" : "Ordner sortieren, älteste zuerst",
"Sort albums oldest-first" : "Alben sortieren, älteste zuerst",
"Show hidden albums" : "Zeige versteckte Alben",
"Choose Timeline Paths" : "Pfade der Zeitleiste auswählen",
"Choose the root for the folders view" : "Wählen Sie das Stammverzeichnis für die Ordneransicht",
"Are you sure you want to log out {user}?" : "Möchten Sie wirklich {user} abmelden?",
@ -196,8 +194,9 @@ OC.L10N.register(
"No automated tests are available for NVIDIA acceleration." : "Für die NVIDIA-Beschleunigung sind keine automatisierten Tests verfügbar.",
"Enable acceleration with NVENC" : "Beschleunigung mit NVENC aktivieren",
"Enable NVENC Temporal AQ" : "NVENC Temporal AQ aktivieren",
"CUDA scaler" : "CUDA-Scaler",
"NPP scaler" : "NPP-Scaler",
"CUDA scaler" : "CUDA-Scaler",
"not recommended" : "Nicht empfohlen",
"Due to a bug in certain hardware drivers, videos may appear in incorrect orientations when streaming. This can be resolved in some cases by rotating the video on the accelerator." : "Aufgrund eines Fehlers in einigen Hardwaretreibern werden Videos beim Streaming möglicherweise in der falschen Ausrichtung angezeigt. Dies kann in einigen Fällen durch Drehen des Videos in dem Beschleuniger behoben werden.",
"Try this option only if you have incorrectly oriented videos during playback." : "Probieren Sie diese Option nur aus, wenn bei der Wiedergabe falsch ausgerichtete Videos angezeigt werden.",
"Enable streaming transpose workaround" : "Aktivieren Sie die Problemumgehung für die Streaming-Transponierung",
@ -265,7 +264,6 @@ OC.L10N.register(
"_Removed from {n} album_::_Removed from {n} albums_" : ["Entfernt aus {n} Album","Entfernt aus {n} Alben"],
"Share Album" : "Album teilen",
"Save collaborators for this album." : "Mitbearbeitende für dieses Album speichern.",
"Failed to load album info: {name}" : "Fehler beim Laden der Albuminformation: {name}",
"_%n item_::_%n items_" : ["%n Element","%n Elemente"],
"Newest" : "Neueste",
"Year" : "Jahr",
@ -306,7 +304,7 @@ OC.L10N.register(
"This feature rotates images losslessly by updating the EXIF metadata. This approach is known to sometimes not work correctly on certain image types such as HEIC. Make sure you do a test run before using it on multiple images." : "Diese Funktion dreht Bilder verlustfrei, indem die EXIF-Metadaten aktualisiert werden. Dies funktioniert bei bestimmten Bildtypen wie HEIC manchmal nicht richtig. Füren Sie zunächst einen Testlauf durch, bevor Sie diese Funktion für mehrere Bilder verwenden.",
"Rotate Left" : "Nach links drehen",
"Rotate Right" : "Nach rechts drehen",
"Flip" : "Spieglen",
"Flip" : "Umdrehen",
"Remove person" : "Person entfernen",
"Are you sure you want to remove {name}?" : "Möchten Sie wirklich {name} entfernen?",
"Only user \"{user}\" can delete this person" : "Nur der Bunutzer \"{user}\" kann diese Person löschen",
@ -349,18 +347,11 @@ OC.L10N.register(
"Link copied to clipboard" : "Link wurde in die Zwischenablage kopiert",
"Failed to copy link to clipboard" : "Link konnte nicht in die Zwischenablage kopiert werden",
"Reduced Size" : "Größe verkleinern",
"Share in lower quality (small file size)" : "In niedirger Qualität teilen (kleine Dateigröße)",
"High Resolution" : "Hohe Auflösung",
"Share in high quality (large file size)" : "In hoher Qualität teilen (große Dateigröße)",
"Original File" : "Originaldatei",
"Public Link" : "Öffentlicher Link",
"Share an external Nextcloud link" : "Einen externen Nextcloud-Link teilen",
"Not allowed to share file: {name}" : "Keine Berechtigung zum Teilen der Datei: {name}",
"Failed to create album for public link" : "Das Album für die öffentliche Freigabe konnte nicht erstellt werden",
"Failed to download file {href}" : "Datei konnte nicht heruntergeladen werden {href}",
"Cannot share this type of data" : "Diese Art von Daten kann nicht geteilt werden",
"_Share File_::_Share Files_" : ["Datei teilen","Dateien teilen"],
"_Share the original file_::_Share the original files_" : ["Originaldatei teilen","Originaldateien teilen"],
"Sort by date" : "Nach Datum sortieren",
"Sort by name" : "Nach Namen sortieren",
"Share album" : "Album teilen",
@ -505,7 +496,6 @@ OC.L10N.register(
"Failed to move files." : "Dateien konnten nicht verschoben werden.",
"Could not move {fileName}, target exists." : "{fileName} konnte nicht verschoben werden, Zieldatei existiert bereits.",
"Failed to move {fileName}." : "{fileName} konnte nicht verschoben werden.",
"Failed to load image info: {name}" : "Bildinformation konnte nicht geladen werden: {name}",
"Failed to download files" : "Dateien konnten nicht heruntergeladen werden",
"Failed to favorite files." : "Favorisieren von Dateien fehlgeschlagen.",
"Failed to favorite some files." : "Einige Dateien konnten nicht zu den Favoriten hinzugefügt werden.",

18
l10n/de_DE.json vendored
View File

@ -1,5 +1,4 @@
{ "translations": {
"Shared Link" : "Geteilter Link",
"Download" : "Herunterladen",
"Memories" : "Erinnerungen",
"Fast, modern and advanced photo management suite" : "Schnelle, moderne und fortschrittliche Fotoverwaltungssuite",
@ -48,7 +47,7 @@
"Favorite" : "Favorisieren",
"Unarchive" : "Dearchivieren",
"Edit metadata" : "Metadaten bearbeiten",
"Rotate / Flip" : "Drehen / Spiegeln",
"Rotate / Flip" : "Drehen / umdrehen",
"View in folder" : "In Ordner anzeigen",
"Move to folder" : "In Ordner verschieben",
"Add to album" : "Zum Album hinzufügen",
@ -80,7 +79,6 @@
"Show hidden folders" : "Zeige versteckte Ordner",
"Sort folders oldest-first" : "Ordner sortieren, älteste zuerst",
"Sort albums oldest-first" : "Alben sortieren, älteste zuerst",
"Show hidden albums" : "Zeige versteckte Alben",
"Choose Timeline Paths" : "Pfade der Zeitleiste auswählen",
"Choose the root for the folders view" : "Wählen Sie das Stammverzeichnis für die Ordneransicht",
"Are you sure you want to log out {user}?" : "Möchten Sie wirklich {user} abmelden?",
@ -194,8 +192,9 @@
"No automated tests are available for NVIDIA acceleration." : "Für die NVIDIA-Beschleunigung sind keine automatisierten Tests verfügbar.",
"Enable acceleration with NVENC" : "Beschleunigung mit NVENC aktivieren",
"Enable NVENC Temporal AQ" : "NVENC Temporal AQ aktivieren",
"CUDA scaler" : "CUDA-Scaler",
"NPP scaler" : "NPP-Scaler",
"CUDA scaler" : "CUDA-Scaler",
"not recommended" : "Nicht empfohlen",
"Due to a bug in certain hardware drivers, videos may appear in incorrect orientations when streaming. This can be resolved in some cases by rotating the video on the accelerator." : "Aufgrund eines Fehlers in einigen Hardwaretreibern werden Videos beim Streaming möglicherweise in der falschen Ausrichtung angezeigt. Dies kann in einigen Fällen durch Drehen des Videos in dem Beschleuniger behoben werden.",
"Try this option only if you have incorrectly oriented videos during playback." : "Probieren Sie diese Option nur aus, wenn bei der Wiedergabe falsch ausgerichtete Videos angezeigt werden.",
"Enable streaming transpose workaround" : "Aktivieren Sie die Problemumgehung für die Streaming-Transponierung",
@ -263,7 +262,6 @@
"_Removed from {n} album_::_Removed from {n} albums_" : ["Entfernt aus {n} Album","Entfernt aus {n} Alben"],
"Share Album" : "Album teilen",
"Save collaborators for this album." : "Mitbearbeitende für dieses Album speichern.",
"Failed to load album info: {name}" : "Fehler beim Laden der Albuminformation: {name}",
"_%n item_::_%n items_" : ["%n Element","%n Elemente"],
"Newest" : "Neueste",
"Year" : "Jahr",
@ -304,7 +302,7 @@
"This feature rotates images losslessly by updating the EXIF metadata. This approach is known to sometimes not work correctly on certain image types such as HEIC. Make sure you do a test run before using it on multiple images." : "Diese Funktion dreht Bilder verlustfrei, indem die EXIF-Metadaten aktualisiert werden. Dies funktioniert bei bestimmten Bildtypen wie HEIC manchmal nicht richtig. Füren Sie zunächst einen Testlauf durch, bevor Sie diese Funktion für mehrere Bilder verwenden.",
"Rotate Left" : "Nach links drehen",
"Rotate Right" : "Nach rechts drehen",
"Flip" : "Spieglen",
"Flip" : "Umdrehen",
"Remove person" : "Person entfernen",
"Are you sure you want to remove {name}?" : "Möchten Sie wirklich {name} entfernen?",
"Only user \"{user}\" can delete this person" : "Nur der Bunutzer \"{user}\" kann diese Person löschen",
@ -347,18 +345,11 @@
"Link copied to clipboard" : "Link wurde in die Zwischenablage kopiert",
"Failed to copy link to clipboard" : "Link konnte nicht in die Zwischenablage kopiert werden",
"Reduced Size" : "Größe verkleinern",
"Share in lower quality (small file size)" : "In niedirger Qualität teilen (kleine Dateigröße)",
"High Resolution" : "Hohe Auflösung",
"Share in high quality (large file size)" : "In hoher Qualität teilen (große Dateigröße)",
"Original File" : "Originaldatei",
"Public Link" : "Öffentlicher Link",
"Share an external Nextcloud link" : "Einen externen Nextcloud-Link teilen",
"Not allowed to share file: {name}" : "Keine Berechtigung zum Teilen der Datei: {name}",
"Failed to create album for public link" : "Das Album für die öffentliche Freigabe konnte nicht erstellt werden",
"Failed to download file {href}" : "Datei konnte nicht heruntergeladen werden {href}",
"Cannot share this type of data" : "Diese Art von Daten kann nicht geteilt werden",
"_Share File_::_Share Files_" : ["Datei teilen","Dateien teilen"],
"_Share the original file_::_Share the original files_" : ["Originaldatei teilen","Originaldateien teilen"],
"Sort by date" : "Nach Datum sortieren",
"Sort by name" : "Nach Namen sortieren",
"Share album" : "Album teilen",
@ -503,7 +494,6 @@
"Failed to move files." : "Dateien konnten nicht verschoben werden.",
"Could not move {fileName}, target exists." : "{fileName} konnte nicht verschoben werden, Zieldatei existiert bereits.",
"Failed to move {fileName}." : "{fileName} konnte nicht verschoben werden.",
"Failed to load image info: {name}" : "Bildinformation konnte nicht geladen werden: {name}",
"Failed to download files" : "Dateien konnten nicht heruntergeladen werden",
"Failed to favorite files." : "Favorisieren von Dateien fehlgeschlagen.",
"Failed to favorite some files." : "Einige Dateien konnten nicht zu den Favoriten hinzugefügt werden.",

27
l10n/en_GB.js vendored
View File

@ -1,7 +1,6 @@
OC.L10N.register(
"memories",
{
"Shared Link" : "Shared Link",
"Download" : "Download",
"Memories" : "Memories",
"Fast, modern and advanced photo management suite" : "Fast, modern and advanced photo management suite",
@ -50,7 +49,6 @@ OC.L10N.register(
"Favorite" : "Favourite",
"Unarchive" : "Unarchive",
"Edit metadata" : "Edit metadata",
"Rotate / Flip" : "Rotate / Flip",
"View in folder" : "View in folder",
"Move to folder" : "Move to folder",
"Add to album" : "Add to album",
@ -64,7 +62,6 @@ OC.L10N.register(
"Timeline Path" : "Timeline Path",
"Square grid mode" : "Square grid mode",
"Show past photos on top of timeline" : "Show past photos on top of timeline",
"Stack RAW files with same name" : "Stack RAW files with same name",
"Photo Viewer" : "Photo Viewer",
"Autoplay Live Photos" : "Autoplay Live Photos",
"Show full file path in sidebar" : "Show full file path in sidebar",
@ -82,7 +79,6 @@ OC.L10N.register(
"Show hidden folders" : "Show hidden folders",
"Sort folders oldest-first" : "Sort folders oldest-first",
"Sort albums oldest-first" : "Sort albums oldest-first",
"Show hidden albums" : "Show hidden albums",
"Choose Timeline Paths" : "Choose Timeline Paths",
"Choose the root for the folders view" : "Choose the root for the folders view",
"Are you sure you want to log out {user}?" : "Are you sure you want to log out {user}?",
@ -196,8 +192,9 @@ OC.L10N.register(
"No automated tests are available for NVIDIA acceleration." : "No automated tests are available for NVIDIA acceleration.",
"Enable acceleration with NVENC" : "Enable acceleration with NVENC",
"Enable NVENC Temporal AQ" : "Enable NVENC Temporal AQ",
"CUDA scaler" : "CUDA scaler",
"NPP scaler" : "NPP scaler",
"CUDA scaler" : "CUDA scaler",
"not recommended" : "not recommended",
"Due to a bug in certain hardware drivers, videos may appear in incorrect orientations when streaming. This can be resolved in some cases by rotating the video on the accelerator." : "Due to a bug in certain hardware drivers, videos may appear in incorrect orientations when streaming. This can be resolved in some cases by rotating the video on the accelerator.",
"Try this option only if you have incorrectly oriented videos during playback." : "Try this option only if you have incorrectly oriented videos during playback.",
"Enable streaming transpose workaround" : "Enable streaming transpose workaround",
@ -265,7 +262,6 @@ OC.L10N.register(
"_Removed from {n} album_::_Removed from {n} albums_" : ["Removed from {n} album","Removed from {n} albums"],
"Share Album" : "Share Album",
"Save collaborators for this album." : "Save collaborators for this album.",
"Failed to load album info: {name}" : "Failed to load album info: {name}",
"_%n item_::_%n items_" : ["%n item","%n items"],
"Newest" : "Newest",
"Year" : "Year",
@ -294,19 +290,10 @@ OC.L10N.register(
"Collaborative Tags" : "Collaborative Tags",
"EXIF Fields" : "EXIF Fields",
"Geolocation" : "Geolocation",
"Orientation (EXIF)" : "Orientation (EXIF)",
"Cannot edit {name} of type {type}" : "Cannot edit {name} of type {type}",
"Cannot edit rotation on videos ({name})" : "Cannot edit rotation on videos ({name})",
"Cannot edit rotation on Live Photos ({name})" : "Cannot edit rotation on Live Photos ({name})",
"Some selected items have stacked RAW files.\nRAW files will not be edited." : "Some selected items have stacked RAW files.\nRAW files will not be edited.",
"Missing date metadata" : "Missing date metadata",
"Some items may be missing the date metadata. Do you want to attempt copying the currently known timestamp to the metadata (recommended)? Othewise, the timestamp may be reset to the current time." : "Some items may be missing the date metadata. Do you want to attempt copying the currently known timestamp to the metadata (recommended)? Othewise, the timestamp may be reset to the current time.",
"Failed to load metadata for {n} photos." : "Failed to load metadata for {n} photos.",
"{n} photos cannot be edited (permissions error)." : "{n} photos cannot be edited (permissions error).",
"This feature rotates images losslessly by updating the EXIF metadata. This approach is known to sometimes not work correctly on certain image types such as HEIC. Make sure you do a test run before using it on multiple images." : "This feature rotates images losslessly by updating the EXIF metadata. This approach is known to sometimes not work correctly on certain image types such as HEIC. Make sure you do a test run before using it on multiple images.",
"Rotate Left" : "Rotate Left",
"Rotate Right" : "Rotate Right",
"Flip" : "Flip",
"Remove person" : "Remove person",
"Are you sure you want to remove {name}?" : "Are you sure you want to remove {name}?",
"Only user \"{user}\" can delete this person" : "Only user \"{user}\" can delete this person",
@ -347,20 +334,12 @@ OC.L10N.register(
"Editable" : "Editable",
"Read only" : "Read only",
"Link copied to clipboard" : "Link copied to clipboard",
"Failed to copy link to clipboard" : "Failed to copy link to clipboard",
"Reduced Size" : "Reduced Size",
"Share in lower quality (small file size)" : "Share in lower quality (small file size)",
"High Resolution" : "High Resolution",
"Share in high quality (large file size)" : "Share in high quality (large file size)",
"Original File" : "Original File",
"Public Link" : "Public Link",
"Share an external Nextcloud link" : "Share an external Nextcloud link",
"Not allowed to share file: {name}" : "Not allowed to share file: {name}",
"Failed to create album for public link" : "Failed to create album for public link",
"Failed to download file {href}" : "Failed to download file {href}",
"Cannot share this type of data" : "Cannot share this type of data",
"_Share File_::_Share Files_" : ["Share File","Share Files"],
"_Share the original file_::_Share the original files_" : ["Share the original file","Share the original files"],
"Sort by date" : "Order by date",
"Sort by name" : "Order by name",
"Share album" : "Share album",
@ -383,7 +362,6 @@ OC.L10N.register(
"Drop changes" : "Drop changes",
"Play Live Photo" : "Play Live Photo",
"Download Video" : "Download Video",
"Download {ext}" : "Download {ext}",
"Slideshow" : "Slideshow",
"Previous" : "Previous",
"Next" : "Next",
@ -505,7 +483,6 @@ OC.L10N.register(
"Failed to move files." : "Failed to move files.",
"Could not move {fileName}, target exists." : "Could not move {fileName}, target exists.",
"Failed to move {fileName}." : "Failed to move {fileName}.",
"Failed to load image info: {name}" : "Failed to load image info: {name}",
"Failed to download files" : "Failed to download files",
"Failed to favorite files." : "Failed to favorite files.",
"Failed to favorite some files." : "Failed to favorite some files.",

27
l10n/en_GB.json vendored
View File

@ -1,5 +1,4 @@
{ "translations": {
"Shared Link" : "Shared Link",
"Download" : "Download",
"Memories" : "Memories",
"Fast, modern and advanced photo management suite" : "Fast, modern and advanced photo management suite",
@ -48,7 +47,6 @@
"Favorite" : "Favourite",
"Unarchive" : "Unarchive",
"Edit metadata" : "Edit metadata",
"Rotate / Flip" : "Rotate / Flip",
"View in folder" : "View in folder",
"Move to folder" : "Move to folder",
"Add to album" : "Add to album",
@ -62,7 +60,6 @@
"Timeline Path" : "Timeline Path",
"Square grid mode" : "Square grid mode",
"Show past photos on top of timeline" : "Show past photos on top of timeline",
"Stack RAW files with same name" : "Stack RAW files with same name",
"Photo Viewer" : "Photo Viewer",
"Autoplay Live Photos" : "Autoplay Live Photos",
"Show full file path in sidebar" : "Show full file path in sidebar",
@ -80,7 +77,6 @@
"Show hidden folders" : "Show hidden folders",
"Sort folders oldest-first" : "Sort folders oldest-first",
"Sort albums oldest-first" : "Sort albums oldest-first",
"Show hidden albums" : "Show hidden albums",
"Choose Timeline Paths" : "Choose Timeline Paths",
"Choose the root for the folders view" : "Choose the root for the folders view",
"Are you sure you want to log out {user}?" : "Are you sure you want to log out {user}?",
@ -194,8 +190,9 @@
"No automated tests are available for NVIDIA acceleration." : "No automated tests are available for NVIDIA acceleration.",
"Enable acceleration with NVENC" : "Enable acceleration with NVENC",
"Enable NVENC Temporal AQ" : "Enable NVENC Temporal AQ",
"CUDA scaler" : "CUDA scaler",
"NPP scaler" : "NPP scaler",
"CUDA scaler" : "CUDA scaler",
"not recommended" : "not recommended",
"Due to a bug in certain hardware drivers, videos may appear in incorrect orientations when streaming. This can be resolved in some cases by rotating the video on the accelerator." : "Due to a bug in certain hardware drivers, videos may appear in incorrect orientations when streaming. This can be resolved in some cases by rotating the video on the accelerator.",
"Try this option only if you have incorrectly oriented videos during playback." : "Try this option only if you have incorrectly oriented videos during playback.",
"Enable streaming transpose workaround" : "Enable streaming transpose workaround",
@ -263,7 +260,6 @@
"_Removed from {n} album_::_Removed from {n} albums_" : ["Removed from {n} album","Removed from {n} albums"],
"Share Album" : "Share Album",
"Save collaborators for this album." : "Save collaborators for this album.",
"Failed to load album info: {name}" : "Failed to load album info: {name}",
"_%n item_::_%n items_" : ["%n item","%n items"],
"Newest" : "Newest",
"Year" : "Year",
@ -292,19 +288,10 @@
"Collaborative Tags" : "Collaborative Tags",
"EXIF Fields" : "EXIF Fields",
"Geolocation" : "Geolocation",
"Orientation (EXIF)" : "Orientation (EXIF)",
"Cannot edit {name} of type {type}" : "Cannot edit {name} of type {type}",
"Cannot edit rotation on videos ({name})" : "Cannot edit rotation on videos ({name})",
"Cannot edit rotation on Live Photos ({name})" : "Cannot edit rotation on Live Photos ({name})",
"Some selected items have stacked RAW files.\nRAW files will not be edited." : "Some selected items have stacked RAW files.\nRAW files will not be edited.",
"Missing date metadata" : "Missing date metadata",
"Some items may be missing the date metadata. Do you want to attempt copying the currently known timestamp to the metadata (recommended)? Othewise, the timestamp may be reset to the current time." : "Some items may be missing the date metadata. Do you want to attempt copying the currently known timestamp to the metadata (recommended)? Othewise, the timestamp may be reset to the current time.",
"Failed to load metadata for {n} photos." : "Failed to load metadata for {n} photos.",
"{n} photos cannot be edited (permissions error)." : "{n} photos cannot be edited (permissions error).",
"This feature rotates images losslessly by updating the EXIF metadata. This approach is known to sometimes not work correctly on certain image types such as HEIC. Make sure you do a test run before using it on multiple images." : "This feature rotates images losslessly by updating the EXIF metadata. This approach is known to sometimes not work correctly on certain image types such as HEIC. Make sure you do a test run before using it on multiple images.",
"Rotate Left" : "Rotate Left",
"Rotate Right" : "Rotate Right",
"Flip" : "Flip",
"Remove person" : "Remove person",
"Are you sure you want to remove {name}?" : "Are you sure you want to remove {name}?",
"Only user \"{user}\" can delete this person" : "Only user \"{user}\" can delete this person",
@ -345,20 +332,12 @@
"Editable" : "Editable",
"Read only" : "Read only",
"Link copied to clipboard" : "Link copied to clipboard",
"Failed to copy link to clipboard" : "Failed to copy link to clipboard",
"Reduced Size" : "Reduced Size",
"Share in lower quality (small file size)" : "Share in lower quality (small file size)",
"High Resolution" : "High Resolution",
"Share in high quality (large file size)" : "Share in high quality (large file size)",
"Original File" : "Original File",
"Public Link" : "Public Link",
"Share an external Nextcloud link" : "Share an external Nextcloud link",
"Not allowed to share file: {name}" : "Not allowed to share file: {name}",
"Failed to create album for public link" : "Failed to create album for public link",
"Failed to download file {href}" : "Failed to download file {href}",
"Cannot share this type of data" : "Cannot share this type of data",
"_Share File_::_Share Files_" : ["Share File","Share Files"],
"_Share the original file_::_Share the original files_" : ["Share the original file","Share the original files"],
"Sort by date" : "Order by date",
"Sort by name" : "Order by name",
"Share album" : "Share album",
@ -381,7 +360,6 @@
"Drop changes" : "Drop changes",
"Play Live Photo" : "Play Live Photo",
"Download Video" : "Download Video",
"Download {ext}" : "Download {ext}",
"Slideshow" : "Slideshow",
"Previous" : "Previous",
"Next" : "Next",
@ -503,7 +481,6 @@
"Failed to move files." : "Failed to move files.",
"Could not move {fileName}, target exists." : "Could not move {fileName}, target exists.",
"Failed to move {fileName}." : "Failed to move {fileName}.",
"Failed to load image info: {name}" : "Failed to load image info: {name}",
"Failed to download files" : "Failed to download files",
"Failed to favorite files." : "Failed to favorite files.",
"Failed to favorite some files." : "Failed to favorite some files.",

1
l10n/eo.js vendored
View File

@ -3,7 +3,6 @@ OC.L10N.register(
{
"Download" : "Elŝuti",
"Settings" : "Agordoj",
"People" : "Homoj",
"Timeline" : "Kronologio",
"Folders" : "Dosierujoj",
"Favorites" : "Plej ŝatataj",

1
l10n/eo.json vendored
View File

@ -1,7 +1,6 @@
{ "translations": {
"Download" : "Elŝuti",
"Settings" : "Agordoj",
"People" : "Homoj",
"Timeline" : "Kronologio",
"Folders" : "Dosierujoj",
"Favorites" : "Plej ŝatataj",

30
l10n/es.js vendored
View File

@ -1,7 +1,6 @@
OC.L10N.register(
"memories",
{
"Shared Link" : "Enlace compartido",
"Download" : "Descargar",
"Memories" : "Memories",
"Fast, modern and advanced photo management suite" : "Suite rápida, moderna y avanzada para la gestión de fotografías",
@ -50,7 +49,6 @@ OC.L10N.register(
"Favorite" : "Marcar como favorito",
"Unarchive" : "Desarchivar",
"Edit metadata" : "Editar metadatos",
"Rotate / Flip" : "Rotar / Voltear",
"View in folder" : "Ver en carpeta",
"Move to folder" : "Mover a la carpeta",
"Add to album" : "Añadir al álbum",
@ -64,7 +62,6 @@ OC.L10N.register(
"Timeline Path" : "Ruta a la línea de tiempo",
"Square grid mode" : "Modo de rejilla cuadrada",
"Show past photos on top of timeline" : "Mostrar fotos anteriores arriba de la línea de tiempo",
"Stack RAW files with same name" : "Apilar archivos RAW con el mismo nombre",
"Photo Viewer" : "Visor de Fotos",
"Autoplay Live Photos" : "Reproducir automáticamente las fotos en vivo",
"Show full file path in sidebar" : "Mostrar la ruta completa al archivo en la barra lateral",
@ -82,7 +79,6 @@ OC.L10N.register(
"Show hidden folders" : "Mostrar carpetas ocultas",
"Sort folders oldest-first" : "Ordenar carpetas de más antigua a más nueva",
"Sort albums oldest-first" : "Ordenar álbumes de más antiguo a más nuevo",
"Show hidden albums" : "Mostrar álbumes ocultos",
"Choose Timeline Paths" : "Escoga las rutas a la línea de tiempo",
"Choose the root for the folders view" : "Seleccione la raíz de la vista de carpetas",
"Are you sure you want to log out {user}?" : "¿Estás seguro de cerrar la sesión {user}?",
@ -196,8 +192,9 @@ OC.L10N.register(
"No automated tests are available for NVIDIA acceleration." : "No hay pruebas automatizadas disponibles para la aceleración NVIDIA",
"Enable acceleration with NVENC" : "Habilitar la aceleración con NVENC",
"Enable NVENC Temporal AQ" : "Habilitar el método de cuantificación Temporal AQ de NVENC",
"CUDA scaler" : "Escalador CUDA",
"NPP scaler" : "Escalador NPP",
"CUDA scaler" : "Escalador CUDA",
"not recommended" : "no recomendado",
"Due to a bug in certain hardware drivers, videos may appear in incorrect orientations when streaming. This can be resolved in some cases by rotating the video on the accelerator." : "Debido a la existencia de bugs en algunos de los controladores de hardware, los videos podrían aparecer con una orientación errónea cuando se hace difusión. Esto puede resolverse en algunos casos rotando el video en el acelerador.",
"Try this option only if you have incorrectly oriented videos during playback." : "Pruebe la opción a continuación sólo si tiene videos cuya orientación es incorrecta al reproducirlos.",
"Enable streaming transpose workaround" : "Habilitar la solución alterna para la transposición de la difusión",
@ -210,11 +207,9 @@ OC.L10N.register(
"VA-API device ({dev}) has incorrect permissions" : "el dispositivo VA-API ({dev}) tiene permisos incorrectos",
"VA-API device status: {status}" : "estado del dispositivo VA-API: {status}",
"Memories uses the go-vod transcoder. You can run go-vod exernally (e.g. in a separate Docker container for hardware acceleration) or use the built-in transcoder. To use an external transcoder, enable the following option and follow the instructions in the documentation:" : "Memories utiliza el transcodificador go-vod. Puede ejecutarlo externamente (p.ej. en un contenedor Docker separado para aceleración por hardware) o, utilizar el transcodificador incluído. Para utilizar un transcodificador externo, habilite la siguiente opción y siga las instrucciones en la documentación:",
"Enable external transcoder" : "Habilitar transcodificador externo",
"Binary path (local only)" : "Ruta binaria (sólo local)",
"Bind address (local only)" : "Dirección de asociación (sólo local)",
"Connection address (same as bind if local)" : "Dirección de conexión (igual a la de asociación si es local)",
"Quality Factor (15 - 45) (default 25)" : "Factor de calidad (15 - 45) (25 por defecto)",
"Transcoder" : "Transcodificador",
"Default high resolution image loading behavior of the photo viewer." : "Comportamiento por defecto para la carga de imágenes de alta resolución del visor de fotos.",
"The configuration here also applies to public link shares." : "La configuración aquí también aplica para los enlaces públicos compartidos.",
@ -265,7 +260,6 @@ OC.L10N.register(
"_Removed from {n} album_::_Removed from {n} albums_" : ["Quitada de {n} álbum","Quitada de {n} álbumes","Quitada de {n} álbumes"],
"Share Album" : "Compartir álbum",
"Save collaborators for this album." : "Guardar colaboradores para este álbum",
"Failed to load album info: {name}" : "Fallo al cargar la información del álbumo: {name}",
"_%n item_::_%n items_" : ["%n ítem","%n ítems","%n ítems"],
"Newest" : "Más nuevo",
"Year" : "Año",
@ -294,19 +288,10 @@ OC.L10N.register(
"Collaborative Tags" : "Etiquetas Colaborativas",
"EXIF Fields" : "Campos EXIF",
"Geolocation" : "Geolocalización",
"Orientation (EXIF)" : "Orientación (EXIF)",
"Cannot edit {name} of type {type}" : "No se puede editar {name} de tipo {type}",
"Cannot edit rotation on videos ({name})" : "No se puede editar la rotación en los videos ({name})",
"Cannot edit rotation on Live Photos ({name})" : "No se puede editar la rotación en las fotos en vivo ({name})",
"Some selected items have stacked RAW files.\nRAW files will not be edited." : "Algunos ítems seleccionados tienen archivos RAW apilados.\nLos archivos RAW no serán editados.",
"Missing date metadata" : "No hay metadatos de fecha",
"Some items may be missing the date metadata. Do you want to attempt copying the currently known timestamp to the metadata (recommended)? Othewise, the timestamp may be reset to the current time." : "Algunos ítems podrían no tener metadatos de fecha. ¿Quisiera intentar copiando la marca de tiempo conocida en los metadatos (recomendado)?, de otra manera, la marca de tiempo podría ser reiniciada a la fecha actual.",
"Failed to load metadata for {n} photos." : "Fallo al cargar los metadados para {n} fotos",
"{n} photos cannot be edited (permissions error)." : "{n} fotos no pudieron ser editadas (error de permisos).",
"This feature rotates images losslessly by updating the EXIF metadata. This approach is known to sometimes not work correctly on certain image types such as HEIC. Make sure you do a test run before using it on multiple images." : "Esta característica rota las imágenes sin pérdida actualizando los metadatos EXIF. Esta estrategia es conocida por no funcionar correctamente en algunos tipos de imagen tales como HEIC. Asegúrese de hacer una corrida de prueba antes de utilizarla en múltiples imágenes.",
"Rotate Left" : "Rotar a la izquierda",
"Rotate Right" : "Rotar a la derecha",
"Flip" : "Voltear",
"Remove person" : "Eliminar persona",
"Are you sure you want to remove {name}?" : "¿Está seguro de que quiere quitar {name}?",
"Only user \"{user}\" can delete this person" : "Solo el usuario \"{user}\" puede eliminar a esta persona",
@ -315,7 +300,6 @@ OC.L10N.register(
"Update" : "Actualizar",
"Failed to rename {oldName} to {name}." : "Fallo al renombrar {oldName} a {name}",
"Loading …" : "Cargando …",
"Failed to load faces" : "Fallo al cargar rostros",
"Enter name of the new face" : "Ingrese el nombre de la nueva cara",
"Failed to create face" : "Fallo al crear la cara",
"Merge {name} with person" : "Unir {name} con persona",
@ -347,20 +331,12 @@ OC.L10N.register(
"Editable" : "Editable",
"Read only" : "Solo lectura",
"Link copied to clipboard" : "Enlace copiado al portapapeles",
"Failed to copy link to clipboard" : "Fallo al copiar el enlace al portapapeles",
"Reduced Size" : "Tamaño Reducido",
"Share in lower quality (small file size)" : "Compartir en una calidad más baja (tamaño de archivo pequeño)",
"High Resolution" : "Alta Resolución",
"Share in high quality (large file size)" : "Compartir en alta calidad (tamaño de archivo grande)",
"Original File" : "Archivo Original",
"Public Link" : "Enlace Público",
"Share an external Nextcloud link" : "Compartir un enlace externo de Nextcloud",
"Not allowed to share file: {name}" : "No le está permitido compartir el archivo: {name}",
"Failed to create album for public link" : "Fallo al crear álbum para enlace público",
"Failed to download file {href}" : "Fallo al descargar archivo {href}",
"Cannot share this type of data" : "No se puede compartir este tipo de datos",
"_Share File_::_Share Files_" : ["Compartir archivo","Compartir archivos","Compartir archivos"],
"_Share the original file_::_Share the original files_" : ["Compartir el archivo original","Compartir los archivos originales","Compartir los archivos originales"],
"Sort by date" : "Ordenar por fecha",
"Sort by name" : "Ordenar por nombre",
"Share album" : "Compartir álbum",
@ -383,7 +359,6 @@ OC.L10N.register(
"Drop changes" : "Descartar cambios",
"Play Live Photo" : "Reproducir foto en vivo",
"Download Video" : "Descargar video",
"Download {ext}" : "Descargar {ext}",
"Slideshow" : "Presentación de diapositivas",
"Previous" : "Anterior",
"Next" : "Siguiente",
@ -505,7 +480,6 @@ OC.L10N.register(
"Failed to move files." : "Error al mover archivos.",
"Could not move {fileName}, target exists." : "No fue posible mover {fileName}, el destino existe.",
"Failed to move {fileName}." : "Fallo al mover {fileName}.",
"Failed to load image info: {name}" : "Fallo al cargar información de la imagen: {name}",
"Failed to download files" : "Fallo al descargar archivos",
"Failed to favorite files." : "Fallo al marcar archivos como favoritos.",
"Failed to favorite some files." : "Fallo al marcar algunos archivos como favoritos.",

30
l10n/es.json vendored
View File

@ -1,5 +1,4 @@
{ "translations": {
"Shared Link" : "Enlace compartido",
"Download" : "Descargar",
"Memories" : "Memories",
"Fast, modern and advanced photo management suite" : "Suite rápida, moderna y avanzada para la gestión de fotografías",
@ -48,7 +47,6 @@
"Favorite" : "Marcar como favorito",
"Unarchive" : "Desarchivar",
"Edit metadata" : "Editar metadatos",
"Rotate / Flip" : "Rotar / Voltear",
"View in folder" : "Ver en carpeta",
"Move to folder" : "Mover a la carpeta",
"Add to album" : "Añadir al álbum",
@ -62,7 +60,6 @@
"Timeline Path" : "Ruta a la línea de tiempo",
"Square grid mode" : "Modo de rejilla cuadrada",
"Show past photos on top of timeline" : "Mostrar fotos anteriores arriba de la línea de tiempo",
"Stack RAW files with same name" : "Apilar archivos RAW con el mismo nombre",
"Photo Viewer" : "Visor de Fotos",
"Autoplay Live Photos" : "Reproducir automáticamente las fotos en vivo",
"Show full file path in sidebar" : "Mostrar la ruta completa al archivo en la barra lateral",
@ -80,7 +77,6 @@
"Show hidden folders" : "Mostrar carpetas ocultas",
"Sort folders oldest-first" : "Ordenar carpetas de más antigua a más nueva",
"Sort albums oldest-first" : "Ordenar álbumes de más antiguo a más nuevo",
"Show hidden albums" : "Mostrar álbumes ocultos",
"Choose Timeline Paths" : "Escoga las rutas a la línea de tiempo",
"Choose the root for the folders view" : "Seleccione la raíz de la vista de carpetas",
"Are you sure you want to log out {user}?" : "¿Estás seguro de cerrar la sesión {user}?",
@ -194,8 +190,9 @@
"No automated tests are available for NVIDIA acceleration." : "No hay pruebas automatizadas disponibles para la aceleración NVIDIA",
"Enable acceleration with NVENC" : "Habilitar la aceleración con NVENC",
"Enable NVENC Temporal AQ" : "Habilitar el método de cuantificación Temporal AQ de NVENC",
"CUDA scaler" : "Escalador CUDA",
"NPP scaler" : "Escalador NPP",
"CUDA scaler" : "Escalador CUDA",
"not recommended" : "no recomendado",
"Due to a bug in certain hardware drivers, videos may appear in incorrect orientations when streaming. This can be resolved in some cases by rotating the video on the accelerator." : "Debido a la existencia de bugs en algunos de los controladores de hardware, los videos podrían aparecer con una orientación errónea cuando se hace difusión. Esto puede resolverse en algunos casos rotando el video en el acelerador.",
"Try this option only if you have incorrectly oriented videos during playback." : "Pruebe la opción a continuación sólo si tiene videos cuya orientación es incorrecta al reproducirlos.",
"Enable streaming transpose workaround" : "Habilitar la solución alterna para la transposición de la difusión",
@ -208,11 +205,9 @@
"VA-API device ({dev}) has incorrect permissions" : "el dispositivo VA-API ({dev}) tiene permisos incorrectos",
"VA-API device status: {status}" : "estado del dispositivo VA-API: {status}",
"Memories uses the go-vod transcoder. You can run go-vod exernally (e.g. in a separate Docker container for hardware acceleration) or use the built-in transcoder. To use an external transcoder, enable the following option and follow the instructions in the documentation:" : "Memories utiliza el transcodificador go-vod. Puede ejecutarlo externamente (p.ej. en un contenedor Docker separado para aceleración por hardware) o, utilizar el transcodificador incluído. Para utilizar un transcodificador externo, habilite la siguiente opción y siga las instrucciones en la documentación:",
"Enable external transcoder" : "Habilitar transcodificador externo",
"Binary path (local only)" : "Ruta binaria (sólo local)",
"Bind address (local only)" : "Dirección de asociación (sólo local)",
"Connection address (same as bind if local)" : "Dirección de conexión (igual a la de asociación si es local)",
"Quality Factor (15 - 45) (default 25)" : "Factor de calidad (15 - 45) (25 por defecto)",
"Transcoder" : "Transcodificador",
"Default high resolution image loading behavior of the photo viewer." : "Comportamiento por defecto para la carga de imágenes de alta resolución del visor de fotos.",
"The configuration here also applies to public link shares." : "La configuración aquí también aplica para los enlaces públicos compartidos.",
@ -263,7 +258,6 @@
"_Removed from {n} album_::_Removed from {n} albums_" : ["Quitada de {n} álbum","Quitada de {n} álbumes","Quitada de {n} álbumes"],
"Share Album" : "Compartir álbum",
"Save collaborators for this album." : "Guardar colaboradores para este álbum",
"Failed to load album info: {name}" : "Fallo al cargar la información del álbumo: {name}",
"_%n item_::_%n items_" : ["%n ítem","%n ítems","%n ítems"],
"Newest" : "Más nuevo",
"Year" : "Año",
@ -292,19 +286,10 @@
"Collaborative Tags" : "Etiquetas Colaborativas",
"EXIF Fields" : "Campos EXIF",
"Geolocation" : "Geolocalización",
"Orientation (EXIF)" : "Orientación (EXIF)",
"Cannot edit {name} of type {type}" : "No se puede editar {name} de tipo {type}",
"Cannot edit rotation on videos ({name})" : "No se puede editar la rotación en los videos ({name})",
"Cannot edit rotation on Live Photos ({name})" : "No se puede editar la rotación en las fotos en vivo ({name})",
"Some selected items have stacked RAW files.\nRAW files will not be edited." : "Algunos ítems seleccionados tienen archivos RAW apilados.\nLos archivos RAW no serán editados.",
"Missing date metadata" : "No hay metadatos de fecha",
"Some items may be missing the date metadata. Do you want to attempt copying the currently known timestamp to the metadata (recommended)? Othewise, the timestamp may be reset to the current time." : "Algunos ítems podrían no tener metadatos de fecha. ¿Quisiera intentar copiando la marca de tiempo conocida en los metadatos (recomendado)?, de otra manera, la marca de tiempo podría ser reiniciada a la fecha actual.",
"Failed to load metadata for {n} photos." : "Fallo al cargar los metadados para {n} fotos",
"{n} photos cannot be edited (permissions error)." : "{n} fotos no pudieron ser editadas (error de permisos).",
"This feature rotates images losslessly by updating the EXIF metadata. This approach is known to sometimes not work correctly on certain image types such as HEIC. Make sure you do a test run before using it on multiple images." : "Esta característica rota las imágenes sin pérdida actualizando los metadatos EXIF. Esta estrategia es conocida por no funcionar correctamente en algunos tipos de imagen tales como HEIC. Asegúrese de hacer una corrida de prueba antes de utilizarla en múltiples imágenes.",
"Rotate Left" : "Rotar a la izquierda",
"Rotate Right" : "Rotar a la derecha",
"Flip" : "Voltear",
"Remove person" : "Eliminar persona",
"Are you sure you want to remove {name}?" : "¿Está seguro de que quiere quitar {name}?",
"Only user \"{user}\" can delete this person" : "Solo el usuario \"{user}\" puede eliminar a esta persona",
@ -313,7 +298,6 @@
"Update" : "Actualizar",
"Failed to rename {oldName} to {name}." : "Fallo al renombrar {oldName} a {name}",
"Loading …" : "Cargando …",
"Failed to load faces" : "Fallo al cargar rostros",
"Enter name of the new face" : "Ingrese el nombre de la nueva cara",
"Failed to create face" : "Fallo al crear la cara",
"Merge {name} with person" : "Unir {name} con persona",
@ -345,20 +329,12 @@
"Editable" : "Editable",
"Read only" : "Solo lectura",
"Link copied to clipboard" : "Enlace copiado al portapapeles",
"Failed to copy link to clipboard" : "Fallo al copiar el enlace al portapapeles",
"Reduced Size" : "Tamaño Reducido",
"Share in lower quality (small file size)" : "Compartir en una calidad más baja (tamaño de archivo pequeño)",
"High Resolution" : "Alta Resolución",
"Share in high quality (large file size)" : "Compartir en alta calidad (tamaño de archivo grande)",
"Original File" : "Archivo Original",
"Public Link" : "Enlace Público",
"Share an external Nextcloud link" : "Compartir un enlace externo de Nextcloud",
"Not allowed to share file: {name}" : "No le está permitido compartir el archivo: {name}",
"Failed to create album for public link" : "Fallo al crear álbum para enlace público",
"Failed to download file {href}" : "Fallo al descargar archivo {href}",
"Cannot share this type of data" : "No se puede compartir este tipo de datos",
"_Share File_::_Share Files_" : ["Compartir archivo","Compartir archivos","Compartir archivos"],
"_Share the original file_::_Share the original files_" : ["Compartir el archivo original","Compartir los archivos originales","Compartir los archivos originales"],
"Sort by date" : "Ordenar por fecha",
"Sort by name" : "Ordenar por nombre",
"Share album" : "Compartir álbum",
@ -381,7 +357,6 @@
"Drop changes" : "Descartar cambios",
"Play Live Photo" : "Reproducir foto en vivo",
"Download Video" : "Descargar video",
"Download {ext}" : "Descargar {ext}",
"Slideshow" : "Presentación de diapositivas",
"Previous" : "Anterior",
"Next" : "Siguiente",
@ -503,7 +478,6 @@
"Failed to move files." : "Error al mover archivos.",
"Could not move {fileName}, target exists." : "No fue posible mover {fileName}, el destino existe.",
"Failed to move {fileName}." : "Fallo al mover {fileName}.",
"Failed to load image info: {name}" : "Fallo al cargar información de la imagen: {name}",
"Failed to download files" : "Fallo al descargar archivos",
"Failed to favorite files." : "Fallo al marcar archivos como favoritos.",
"Failed to favorite some files." : "Fallo al marcar algunos archivos como favoritos.",

2
l10n/es_EC.js vendored
View File

@ -157,8 +157,8 @@ OC.L10N.register(
"No automated tests are available for NVIDIA acceleration." : "No hay pruebas automatizadas disponibles para la aceleración de NVIDIA.",
"Enable acceleration with NVENC" : "Habilitar la aceleración con NVENC",
"Enable NVENC Temporal AQ" : "Habilitar AQ Temporal NVENC",
"CUDA scaler" : "Escalador CUDA",
"NPP scaler" : "Escalador NPP",
"CUDA scaler" : "Escalador CUDA",
"VA-API device ({dev}) is readable" : "El dispositivo VA-API ({dev}) es legible",
"VA-API device ({dev}) not found" : "No se encontró el dispositivo VA-API ({dev})",
"VA-API device ({dev}) has incorrect permissions" : "El dispositivo VA-API ({dev}) tiene permisos incorrectos",

2
l10n/es_EC.json vendored
View File

@ -155,8 +155,8 @@
"No automated tests are available for NVIDIA acceleration." : "No hay pruebas automatizadas disponibles para la aceleración de NVIDIA.",
"Enable acceleration with NVENC" : "Habilitar la aceleración con NVENC",
"Enable NVENC Temporal AQ" : "Habilitar AQ Temporal NVENC",
"CUDA scaler" : "Escalador CUDA",
"NPP scaler" : "Escalador NPP",
"CUDA scaler" : "Escalador CUDA",
"VA-API device ({dev}) is readable" : "El dispositivo VA-API ({dev}) es legible",
"VA-API device ({dev}) not found" : "No se encontró el dispositivo VA-API ({dev})",
"VA-API device ({dev}) has incorrect permissions" : "El dispositivo VA-API ({dev}) tiene permisos incorrectos",

2
l10n/es_MX.js vendored
View File

@ -4,7 +4,6 @@ OC.L10N.register(
"Download" : "Descargar",
"Memories" : "Recuerdos",
"Settings" : "Ajustes",
"People" : "Personas",
"Folders" : "Carpetas",
"Favorites" : "Favoritos",
"Videos" : "Videos",
@ -56,7 +55,6 @@ OC.L10N.register(
"Unsaved changes" : "Cambios no guardados",
"Previous" : "Previo",
"Next" : "Siguiente",
"Synchronizing local files ({n} done)." : "Sincronizando archivos locales ({n} listo).",
"Finish" : "Terminar",
"Undo" : "Deshacer",
"Redo" : "Rehacer",

2
l10n/es_MX.json vendored
View File

@ -2,7 +2,6 @@
"Download" : "Descargar",
"Memories" : "Recuerdos",
"Settings" : "Ajustes",
"People" : "Personas",
"Folders" : "Carpetas",
"Favorites" : "Favoritos",
"Videos" : "Videos",
@ -54,7 +53,6 @@
"Unsaved changes" : "Cambios no guardados",
"Previous" : "Previo",
"Next" : "Siguiente",
"Synchronizing local files ({n} done)." : "Sincronizando archivos locales ({n} listo).",
"Finish" : "Terminar",
"Undo" : "Deshacer",
"Redo" : "Rehacer",

2
l10n/eu.js vendored
View File

@ -115,8 +115,8 @@ OC.L10N.register(
"No automated tests are available for NVIDIA acceleration." : "Ez dago proba automatikorik erabilgarri NVIDIA azeleraziorako.",
"Enable acceleration with NVENC" : "Gaitu azelerazioa NVENC-ekin",
"Enable NVENC Temporal AQ" : "Gaitu NVENC Temporal AQ",
"CUDA scaler" : "CUDA eskalatzailea",
"NPP scaler" : "NPP eskalatzailea",
"CUDA scaler" : "CUDA eskalatzailea",
"VA-API device ({dev}) is readable" : "VA-API gailua ({dev}) irakurgarria da",
"VA-API device ({dev}) not found" : "VA-API gailua ({dev}) ez da aurkitu",
"VA-API device ({dev}) has incorrect permissions" : "VA-API gailuak ({dev}) okerreko baimenak ditu",

2
l10n/eu.json vendored
View File

@ -113,8 +113,8 @@
"No automated tests are available for NVIDIA acceleration." : "Ez dago proba automatikorik erabilgarri NVIDIA azeleraziorako.",
"Enable acceleration with NVENC" : "Gaitu azelerazioa NVENC-ekin",
"Enable NVENC Temporal AQ" : "Gaitu NVENC Temporal AQ",
"CUDA scaler" : "CUDA eskalatzailea",
"NPP scaler" : "NPP eskalatzailea",
"CUDA scaler" : "CUDA eskalatzailea",
"VA-API device ({dev}) is readable" : "VA-API gailua ({dev}) irakurgarria da",
"VA-API device ({dev}) not found" : "VA-API gailua ({dev}) ez da aurkitu",
"VA-API device ({dev}) has incorrect permissions" : "VA-API gailuak ({dev}) okerreko baimenak ditu",

5
l10n/fa.js vendored
View File

@ -174,8 +174,9 @@ OC.L10N.register(
"No automated tests are available for NVIDIA acceleration." : "No automated tests are available for NVIDIA acceleration.",
"Enable acceleration with NVENC" : "Enable acceleration with NVENC",
"Enable NVENC Temporal AQ" : "Enable NVENC Temporal AQ",
"CUDA scaler" : "CUDA scaler",
"NPP scaler" : "NPP scaler",
"CUDA scaler" : "CUDA scaler",
"not recommended" : "not recommended",
"Due to a bug in certain hardware drivers, videos may appear in incorrect orientations when streaming. This can be resolved in some cases by rotating the video on the accelerator." : "Due to a bug in certain hardware drivers, videos may appear in incorrect orientations when streaming. This can be resolved in some cases by rotating the video on the accelerator.",
"Enable streaming transpose workaround" : "Enable streaming transpose workaround",
"HW Acceleration" : "HW Acceleration",
@ -266,7 +267,7 @@ OC.L10N.register(
"Only user \"{user}\" can delete this person" : "Only user \"{user}\" can delete this person",
"Rename person" : "تغییر نام شخص",
"Name" : "نام",
"Update" : "به‌روزرسانی",
"Update" : "یه‌روزرسانی",
"Failed to rename {oldName} to {name}." : "Failed to rename {oldName} to {name}.",
"Loading …" : "بارگذاری …",
"Enter name of the new face" : "Enter name of the new face",

5
l10n/fa.json vendored
View File

@ -172,8 +172,9 @@
"No automated tests are available for NVIDIA acceleration." : "No automated tests are available for NVIDIA acceleration.",
"Enable acceleration with NVENC" : "Enable acceleration with NVENC",
"Enable NVENC Temporal AQ" : "Enable NVENC Temporal AQ",
"CUDA scaler" : "CUDA scaler",
"NPP scaler" : "NPP scaler",
"CUDA scaler" : "CUDA scaler",
"not recommended" : "not recommended",
"Due to a bug in certain hardware drivers, videos may appear in incorrect orientations when streaming. This can be resolved in some cases by rotating the video on the accelerator." : "Due to a bug in certain hardware drivers, videos may appear in incorrect orientations when streaming. This can be resolved in some cases by rotating the video on the accelerator.",
"Enable streaming transpose workaround" : "Enable streaming transpose workaround",
"HW Acceleration" : "HW Acceleration",
@ -264,7 +265,7 @@
"Only user \"{user}\" can delete this person" : "Only user \"{user}\" can delete this person",
"Rename person" : "تغییر نام شخص",
"Name" : "نام",
"Update" : "به‌روزرسانی",
"Update" : "یه‌روزرسانی",
"Failed to rename {oldName} to {name}." : "Failed to rename {oldName} to {name}.",
"Loading …" : "بارگذاری …",
"Enter name of the new face" : "Enter name of the new face",

3
l10n/fi.js vendored
View File

@ -135,8 +135,9 @@ OC.L10N.register(
"No automated tests are available for NVIDIA acceleration." : "Automatisoituja testejä ei ole NVIDIA-kiihdytykselle.",
"Enable acceleration with NVENC" : "Ota käyttöön kiihdytys NVENC:llä",
"Enable NVENC Temporal AQ" : "Ota käyttöön NVENC Temporal AQ",
"CUDA scaler" : "CUDA-skaalain",
"NPP scaler" : "NPP-skaalain",
"CUDA scaler" : "CUDA-skaalain",
"not recommended" : "ei suositeltu",
"HW Acceleration" : "Laitteistokiihdytys",
"VA-API device ({dev}) is readable" : "VA-API-laite ({dev}) on luettavissa",
"VA-API device ({dev}) not found" : "VA-API-laitetta ({dev}) ei löytynyt",

3
l10n/fi.json vendored
View File

@ -133,8 +133,9 @@
"No automated tests are available for NVIDIA acceleration." : "Automatisoituja testejä ei ole NVIDIA-kiihdytykselle.",
"Enable acceleration with NVENC" : "Ota käyttöön kiihdytys NVENC:llä",
"Enable NVENC Temporal AQ" : "Ota käyttöön NVENC Temporal AQ",
"CUDA scaler" : "CUDA-skaalain",
"NPP scaler" : "NPP-skaalain",
"CUDA scaler" : "CUDA-skaalain",
"not recommended" : "ei suositeltu",
"HW Acceleration" : "Laitteistokiihdytys",
"VA-API device ({dev}) is readable" : "VA-API-laite ({dev}) on luettavissa",
"VA-API device ({dev}) not found" : "VA-API-laitetta ({dev}) ei löytynyt",

84
l10n/fr.js vendored
View File

@ -1,7 +1,6 @@
OC.L10N.register(
"memories",
{
"Shared Link" : "Lien partagé",
"Download" : "Télécharger",
"Memories" : "Souvenirs",
"Fast, modern and advanced photo management suite" : "Suite d'outils de gestion de photos rapide, moderne et avancée",
@ -29,16 +28,13 @@ OC.L10N.register(
"Choose again" : "Choisir à nouveau",
"Click here to start" : "Cliquer ici pour commencer",
"You can always change this later in settings" : "Vous pouvez toujours changer cela ultérieurement dans les paramètres",
"If you just installed Memories, visit the admin panel first." : "Si vous venez d'installer Memories, rendez-vous d'abord sur l'interface d'administration.",
"Choose the root of your timeline" : "Choisissez le début de votre fil chronologique",
"The selected folder does not seem to be valid. Try again." : "Le dossier sélectionné ne semble pas être valide. Essayer à nouveau.",
"No photos were found in the selected folder." : "Aucune photo n'a été trouvée dans le dossier sélectionné.",
"This can happen because your media is still indexing." : "Cela peut arriver si vos médias sont toujours en cours d'indexation.",
"Visit the admin panel to make sure Memories is configured correctly." : "Visitez le panneau d'administration pour vous assurer que Souvenirs est configuré correctement.",
"_Found {n} item in {path}_::_Found {n} items in {path}_" : ["{n} élément trouvé dans {path}","{n} éléments trouvés dans {path}","{n} éléments trouvés dans {path}"],
"Metadata" : "Métadonnées",
"Edit" : "Modifier",
"Failed to load metadata" : "Impossible de charger les métadonnées.",
"No coordinates" : "Pas de coordonnées",
"Click edit to set location" : "Cliquer sur modifier pour définir le lieu",
"Photos" : "Images",
@ -64,25 +60,15 @@ OC.L10N.register(
"Timeline Path" : "Emplacement du Fil chronologique",
"Square grid mode" : "Mode grille carrée",
"Show past photos on top of timeline" : "Montrer les photos passées au-dessus de la chronologie",
"Stack RAW files with same name" : "Superposer les fichiers RAW de même nom",
"Photo Viewer" : "Visionneuse de photos",
"Autoplay Live Photos" : "Lire automatiquement les Live Photos",
"Show full file path in sidebar" : "Afficher le chemin de fichier complet dans la barre latérale",
"High resolution image loading behavior" : "Comportement de chargement des images à haute résolution",
"Load high resolution image on zoom" : "Charger l'image en haute résolution lors du zoom",
"Always load high resolution image (not recommended)" : "Toujours charger l'image en haute résolution (non recommandé)",
"Never load high resolution image" : "Ne jamais charger l'image en haute résolution",
"Account" : "Compte",
"Logged in as {user}" : "Connecté en tant que {user}",
"Sign out" : "Se déconnecter",
"Device Folders" : "Dossiers de l'appareil",
"Local folders to include in the timeline view" : "Dossiers locaux à inclure dans la vue chronologique",
"Run initial device setup" : "Lancer la configuration initiale de l'appareil",
"Folders Path" : "Chemin du dossier",
"Show hidden folders" : "Afficher les dossiers cachés",
"Sort folders oldest-first" : "Classer les dossiers les plus anciens en premier",
"Sort albums oldest-first" : "Classer les albums les plus anciens en premier",
"Show hidden albums" : "Afficher les albums masqués",
"Choose Timeline Paths" : "Choisir les chemins de la ligne du temps",
"Choose the root for the folders view" : "Choisissez la racine pour la vue des dossiers",
"Are you sure you want to log out {user}?" : "Êtes-vous sûr de vouloir déconnecter {user} ?",
@ -91,52 +77,28 @@ OC.L10N.register(
"{photoCount} photos" : "{photoCount} photos",
"Failed to load some photos" : "Échec du chargement de certaines photos",
"Failed to update setting" : "Échec de la mise à jour des paramètres",
"Albums support is enabled through the Photos app." : "Le support des albums est à activer dans l'application Photos.",
"Albums are disabled because the Photos app is not available." : "La fonctionnalité des albums est désactivée car l'application Photos n'est pas disponible.",
"Recognize is installed and enabled for face recognition." : "Recognize est installé et activé pour la reconnaissance faciale.",
"Recognize is installed but not enabled for face recognition." : "Recognize est installé mais pas activé pour la reconnaissance faciale.",
"Recognize is not installed. Face recognition and object tagging may be unavailable." : "Recognize n'est pas installé. La reconnaissance de visages et d'objets peut être indisponible.",
"Face Recognition is installed and enabled" : "Face Recognition est installé et activé.",
"Preview generator is installed and enabled. Additional configuration may still be required." : "Le générateur d'aperçus est installé et activé. De la configuration supplémentaire peut être nécessaire.",
"Preview generator is not installed and configured. This may make Memories very slow." : "Le générateur d'aperçus n'est pas installé ni configuré. Cela peut ralentir fortement Memories.",
"Recommended Apps" : "Applications recommandées",
"Path to packaged exiftool binary" : "Chemin vers l'exécutable exiftool livré",
"You need perl only if the packaged exiftool binary does not work for some reason." : "Vous n'avez besoin que de Perl si le paquet binaire exiftool ne fonctionne pas.",
"Use system perl (only if exiftool binary does not work)" : "Utilisez le système Perl (seulement si le binaire exiftool ne fonctionne pas)",
"EXIF Extraction" : "Extraction EXIF",
"You can configure the enabled Nextcloud preview providers below." : "Vous pouvez configurer les fournisseurs d'aperçu Nextcloud activés ci-dessous.",
"If you are using Imaginary for preview generation, you can ignore this section." : "Si vous utilisez Imaginary pour la génération d'aperçus, vous pouvez ignorer cette section.",
"To enable RAW support, install the Camera RAW Previews app." : "Pour activer la prise en charge RAW, installez l'application Camera RAW Previews.",
"Documentation." : "Documentation.",
"PHP-Imagick is available [{version}]." : "PHP-Imagick est disponible [{version}].",
"PHP-Imagick is not available." : "PHP-Imagick n'est pas disponible.",
"Image editing will not work correctly." : "L'édition d'images ne fonctionnera pas correctement.",
"Thumbnail generation may not work for some formats (HEIC, TIFF)." : "La génération de miniature peut ne pas fonctionner avec certains formats (HEIC, TIFF).",
"Thumbnails for videos will be generated with this binary." : "Les miniatures des vidéos seront générées avec cet exécutable.",
"Thumbnail generation may not work for videos." : "La génération de miniature peut ne pas fonctionner avec les vidéos.",
"The following MIME types are configured for preview generation." : "Les types MIME suivants sont configurés pour la génération d'aperçus.",
"Max preview size (trade-off between quality and storage requirements)." : "Taille maximale de l'aperçu (compromis entre les exigences de qualité et de stockage).",
"Max memory for preview generation (MB)" : "Mémoire maximale pour la génération d'un aperçu (Mo)",
"Max size of file to generate previews for (MB)" : "Taille maximale du fichier pour lequel générer des aperçus (Mo)",
"File Support" : "Prise en charge des fichiers",
"Images (JPEG, PNG, GIF, BMP)" : "Images (JPEG, PNG, GIF, BMP)",
"HEIC (Imagick)" : "HEIC (Imagick)",
"TIFF (Imagick)" : "TIFF (Imagick)",
"Videos (ffmpeg)" : "Vidéos (ffmpeg)",
"Thank you for choosing Nextcloud and Memories to store your precious data!" : "Merci d'avoir choisi Nextcloud et Memories pour stocker vos précieuses données !",
"Memories is very feature rich and setting it up properly can take some time." : "Memories dispose de nombreuses fonctionnalités et sa configuration peut prendre un certain temps.",
"If you just installed Memories, make sure you read the getting started guide:" : "Si vous venez d'installer Memories, assurez-vous d'avoir lu le guide de démarrage :",
"External Link" : "Lien Externe",
"In case you run into any issues or bugs, you can get help through several channels." : "Si vous rencontrez des problèmes ou des bugs, vous pouvez obtenir de l'aide via plusieurs canaux.",
"Memories is a completely free and open source app under active development." : "Memories est une application entièrement gratuite et open source en cours de développement actif.",
"You can contribute in several ways. See the project page for more details:" : "Vous pouvez contribuer de plusieurs manières. Voir la page du projet pour plus de détails :",
"Help & Support" : "Aide & Assistance",
"{n} media files have been indexed" : "{n} fichiers multimédias ont été indexés",
"Automatic Indexing status: {status}" : "État de l'indexation automatique : {status}",
"Last index job was run {t} seconds ago." : "Le dernier travail d'indexation a été exécuté il y a {t} secondes.",
"It took {t} seconds to complete." : "Il a fallu {t} secondes pour la terminer.",
"It is still running or was interrupted." : "Elle est toujours en cours ou a été interrompu.",
"Looks like it has been more than an hour since the last index job was run. Make sure Nextcloud cron is configured correctly." : "Il semble que plus d'une heure s'est écoulée depuis l'exécution de la dernière tâche d'indexation. Assurez-vous que la tâche cron de Nextcloud est correctement configurée.",
"Only server-side encryption (OC_DEFAULT_MODULE) is supported, but another encryption module is enabled." : "Seul le chiffrement côté serveur (OC_DEFAULT_MODULE) est pris en charge, mais un autre module de chiffrement est activé.",
"The EXIF indexes are built and checked in a periodic background task. Be careful when selecting anything other than automatic indexing. For example, setting the indexing to only timeline folders may cause delays before media becomes available to users, since the user configures the timeline only after logging in." : "Les index EXIF sont construits et vérifiés dans le cadre d'une tâche périodique en arrière-plan. Soyez prudent lorsque vous sélectionnez autre chose que l'indexation automatique. Par exemple, le fait de définir l'indexation sur les seuls dossiers du fil chronologique peut entraîner des retards avant que les médias ne soient disponibles pour les utilisateur·trice·s, étant donné que l'utilisateur·trice·s ne configure le fil chronologique qu'après s'être connecté.",
"Folders with a \".nomedia\" or a \".nomemories\" file are always excluded from indexing." : "Les dossiers contenant un fichier « .nomedia » ou « .nomemories » sont toujours exclus de l'indexation.",
@ -196,14 +158,9 @@ OC.L10N.register(
"No automated tests are available for NVIDIA acceleration." : "Aucun test automatisé n'est disponible pour l'accélération NVIDIA.",
"Enable acceleration with NVENC" : "Activer l'accélération avec NVENC",
"Enable NVENC Temporal AQ" : "Activer l'AQ temporel de NVENC",
"CUDA scaler" : "Zoom CUDA",
"NPP scaler" : "Zoom NPP",
"Due to a bug in certain hardware drivers, videos may appear in incorrect orientations when streaming. This can be resolved in some cases by rotating the video on the accelerator." : "En raison d'un bug avec certains pilotes matériels, les vidéos peuvent apparaître dans des orientations incorrectes lors de la diffusion. Ce problème peut être résolu dans certains cas en faisant tourner la vidéo sur l'accélérateur.",
"Try this option only if you have incorrectly oriented videos during playback." : "Essayez cette option uniquement si vous avez mal orienté les vidéos pendant la lecture.",
"Enable streaming transpose workaround" : "Activer la solution de contournement de transposition de la diffusion",
"Some NVENC devices have issues with force_key_frames." : "Certains périphériques NVENC rencontrent des problèmes avec force_key_frames.",
"Try this option only if you use NVENC and have issues with video playback." : "Essayez cette option uniquement si vous utilisez NVENC et rencontrez des problèmes de lecture vidéo.",
"Enable streaming GOP size workaround" : "Activer la solution de contournement relative à la taille du GOP lors de diffusion",
"CUDA scaler" : "Zoom CUDA",
"not recommended" : "non recommandé",
"HW Acceleration" : "Accélération matérielle",
"VA-API device ({dev}) is readable" : "Le périphérique VA-API ({dev}) est lisible",
"VA-API device ({dev}) not found" : "Périphérique VA-API ({dev}) introuvable",
@ -214,10 +171,7 @@ OC.L10N.register(
"Binary path (local only)" : "Chemin des exécutables (local uniquement)",
"Bind address (local only)" : "Adresse de liaison (locale uniquement)",
"Connection address (same as bind if local)" : "Adresse de connexion (identique à liaison si locale)",
"Quality Factor (15 - 45) (default 25)" : "Facteur de qualité (15 - 45) (25 par défaut)",
"Transcoder" : "Transcodeur",
"Default high resolution image loading behavior of the photo viewer." : "Comportement par défaut de chargement d'images haute résolution de la visionneuse de photos.",
"The configuration here also applies to public link shares." : "La configuration ici s'applique également aux partages de liens publics.",
"Users may override this setting." : "Les utilisateurs peuvent modifier ce paramètre.",
"Always load high resolution image (not recommended if using HEIC/TIFF)" : "Toujours charger l'image en haute résolution (non recommandé pour les formats HEIC / TIFF)",
"Template" : "Modèle",
@ -245,9 +199,7 @@ OC.L10N.register(
"New album" : "Nouvel album",
"Could not load the selected album" : "Impossible de charger l'album sélectionné",
"Remove Album" : "Retirer l'album",
"Leave Album" : "Quitter l'album",
"Are you sure you want to permanently remove album \"{name}\"?" : "Êtes-vous sûr de vouloir supprimer définitivement l'album \"{name}\" ?",
"Are you sure you want to leave the shared album \"{name}\"?" : "Êtes-vous sûr de vouloir quitter l'album partagé \"{name}\" ?",
"Failed to delete {name}." : "Échec de la suppression {name}.",
"Name of the album" : "Nom de l'album",
"Location of the album" : "Emplacement de l'album",
@ -262,10 +214,8 @@ OC.L10N.register(
"Search" : "Recherche",
"Create new album." : "Créer un nouvel album.",
"Save changes" : "Enregistrer les modifications",
"_Removed from {n} album_::_Removed from {n} albums_" : ["Supprimé de {n} album","Supprimé de {n} albums","Supprimé de {n} albums"],
"Share Album" : "Partager l'album",
"Save collaborators for this album." : "Enregistrer les collaborateurs pour cet album.",
"Failed to load album info: {name}" : "Échec du chargement des informations de l'album : {name}",
"_%n item_::_%n items_" : ["%n élément ","%n éléments","%n éléments"],
"Newest" : "Plus récent",
"Year" : "Année",
@ -298,9 +248,6 @@ OC.L10N.register(
"Cannot edit {name} of type {type}" : "Impossible de modifier {name} de type {type}",
"Cannot edit rotation on videos ({name})" : "Impossible de modifier la rotation sur les vidéos ({name})",
"Cannot edit rotation on Live Photos ({name})" : "Impossible de modifier la rotation sur les Live Photos ({name})",
"Some selected items have stacked RAW files.\nRAW files will not be edited." : "Certains éléments sélectionnés contiennent des fichiers RAW empilés.\nLes fichiers RAW ne seront pas modifiés.",
"Missing date metadata" : "Métadonnées de date manquantes",
"Some items may be missing the date metadata. Do you want to attempt copying the currently known timestamp to the metadata (recommended)? Othewise, the timestamp may be reset to the current time." : "Il se peut que certains éléments ne contiennent pas de métadonnée de date. Voulez-vous tenter de copier l'horodatage actuellement connu dans les métadonnées (recommandé) ? Sinon, l'horodatage peut être réinitialisé à l'heure actuelle.",
"Failed to load metadata for {n} photos." : "Échec du chargement des métadonnées pour {n} photo·s.",
"{n} photos cannot be edited (permissions error)." : "{n} photos ne peuvent pas être modifiées (erreur de permissions)",
"This feature rotates images losslessly by updating the EXIF metadata. This approach is known to sometimes not work correctly on certain image types such as HEIC. Make sure you do a test run before using it on multiple images." : "Cette fonctionnalité effectue une rotation des images sans perte en mettant à jour les métadonnées EXIF. Cette approche est parfois connue pour ne pas fonctionner correctement sur certains types d'image comme le HEIC. Assurez-vous de faire un test avant de l'utiliser sur plusieurs images.",
@ -315,20 +262,14 @@ OC.L10N.register(
"Update" : "Mise à jour",
"Failed to rename {oldName} to {name}." : "Échec du renommage de {oldName} en {name}.",
"Loading …" : "Chargement …",
"Failed to load faces" : "Échec du chargement des visages",
"Enter name of the new face" : "Saisir le nom de la nouvelle personne",
"Failed to create face" : "Échec de la création d'une personne",
"Merge {name} with person" : "Fusionner {name} avec la personne",
"Merge faces" : "Fusionner les visages",
"Merge {name} with {newName}?" : "Fusionner {name} avec {newName} ?",
"unnamed person" : "personne sans nom",
"Too many failures, aborting" : "Trop d'échecs, abandon",
"Error while moving {basename}" : "Erreur lors du déplacement de {basename}",
"Failed to move {name}." : "Impossible de déplacer {name}.",
"Move selected photos to person" : "Déplacer les photos sélectionnées vers la personne",
"Move the selected photos to {target}?" : "Déplacer les photos sélectionnées vers {target} ?",
"Move" : "Déplacer",
"An error occurred while moving photos from {name}." : "Une erreur s'est produite lors du déplacement des photos depuis {name}.",
"Choose a folder" : "Choisir un dossier",
"_{n} item moved to folder_::_{n} items moved to folder_" : ["{n} élément déplacé vers le dossier","{n} éléments déplacés vers le dossier","{n} éléments déplacés vers le dossier"],
"Remove" : "Retirer",
@ -349,18 +290,11 @@ OC.L10N.register(
"Link copied to clipboard" : "Lien copié dans le presse-papier",
"Failed to copy link to clipboard" : "Échec de la copie du lien dans le presse-papier",
"Reduced Size" : "Taille réduite",
"Share in lower quality (small file size)" : "Partager en plus faible qualité (taille de fichier réduite)",
"High Resolution" : "Haute résolution",
"Share in high quality (large file size)" : "Partager en haute qualité (taille de fichier volumineuse)",
"Original File" : "Fichier original",
"Public Link" : "Lien public",
"Share an external Nextcloud link" : "Partager un lien Nextcloud externe",
"Not allowed to share file: {name}" : "Non autorisé à partager le fichier : {name}",
"Failed to create album for public link" : "Échec de la création de l'album pour le lien public",
"Failed to download file {href}" : "Échec du téléchargement du fichier {href}",
"Cannot share this type of data" : "Impossible de partager ce type de données",
"_Share File_::_Share Files_" : ["Partager un fichier","Partager des fichiers","Partager des fichiers"],
"_Share the original file_::_Share the original files_" : ["Partager le fichier original","Partager les fichiers originaux","Partager les fichiers originaux"],
"Sort by date" : "Trier par date",
"Sort by name" : "Trier par nom",
"Share album" : "Partager l'album",
@ -370,7 +304,6 @@ OC.L10N.register(
"Unassigned faces" : "Visages non attribués",
"Merge with different person" : "Fusionner avec une différente personne",
"Mark person in preview" : "Marquer la personne dans l'aperçu",
"Unnamed person" : "Personne sans nom",
"Folder View" : "Vue Dossier",
"Timeline View" : "Vue Chronologie",
"Share folder" : "Partager le dossier",
@ -389,17 +322,9 @@ OC.L10N.register(
"Next" : "Suivante",
"Editing is currently disabled for Live Photos" : "La modification est actuellement désactivée pour les Live Photos",
"You are now logged in to the server!" : "Vous êtes maintenant connecté sur le serveur !",
"You can set up automatic uploads from this device using the Nextcloud mobile app. Click the button below to download the app, or skip this step and continue." : "Vous pouvez configurer les téléchargements automatiques depuis cet appareil à l'aide de l'application mobile Nextcloud. Cliquez sur le bouton ci-dessous pour télécharger l'application, ou ignorez cette étape et continuez.",
"Set up automatic upload" : "Configurer le téléchargement automatique",
"Memories can show local media on your device alongside the media on your server. This requires access to the media on this device." : "Memories peut afficher les médias locaux sur votre appareil aux côtés des médias sur votre serveur. Cela nécessite l'accès aux médias sur cet appareil.",
"Access to media has been granted." : "L'accès aux médias a été accordé.",
"Access to media is not available yet. If the button below does not work, grant the permission through settings." : "L'accès aux médias n'est pas encore disponible. Si le bouton ci-dessous ne fonctionne pas, accordez l'autorisation via les paramètres.",
"Grant permissions" : "Accorder les permissions",
"Skip this step" : "Ignorer cette étape",
"Choose the folders on this device to show on your timeline." : "Choisissez les dossiers sur cet appareil à afficher dans votre fil chronologique.",
"If no folders are visible here, you may need to grant the app storage permissions, or wait for the app to index your files." : "Si aucun dossier n'est visible ici, vous devrez peut-être accorder des autorisations dans l'application de stockage ou attendre que l'application indexe vos fichiers.",
"You can always change this in settings. Note that this does not affect automatic uploading." : "Vous pouvez toujours modifier cette option dans les paramètres. Notez que cela naffecte pas le téléchargement automatique.",
"Synchronizing local files ({n} done)." : "Synchronisation des fichiers locaux ({n} effectué).",
"This may take a while. Do not close this window." : "Cela peut prendre du temps. Ne fermez pas cette fenêtre.",
"Finish" : "Terminer",
"{name} binary exists and is executable." : "Le binaire {name} existe et est exécutable.",
@ -505,13 +430,10 @@ OC.L10N.register(
"Failed to move files." : "Échec de déplacement des fichiers.",
"Could not move {fileName}, target exists." : "Impossible de déplacer {fileName}, la cible existe.",
"Failed to move {fileName}." : "Impossible de déplacer {fileName}.",
"Failed to load image info: {name}" : "Échec du chargement des informations de l'image : {name}",
"Failed to download files" : "Échec du téléchargement des fichiers",
"Failed to favorite files." : "Échec de la mise en favoris des fichiers.",
"Failed to favorite some files." : "Échec de l'ajout en favoris de certains fichiers.",
"Failed to favorite {fileName}." : "Échec de l'ajout aux favoris de {fileName}.",
"No content-location header found" : "Aucun en-tête content-location trouvé",
"Failed to create tag {name}: {error}" : "Échec de la création de la balise {name} : {error}",
"Memories has been updated to {version}. Reload to get the new version." : "Souvenirs a été mise à jour vers {version}. Recharger pour obtenir la nouvelle version.",
"Upload some photos and make sure the timeline path is configured" : "Téléversez des photos et assurez-vous que le chemin de la chronologie est configuré",
"Mark photos as favorite to find them easily" : "Marquez les photos comme favorites pour les trouver facilement",
@ -520,14 +442,12 @@ OC.L10N.register(
"You will find your friends soon. Please be patient" : "Vous trouverez bientôt vos amis. Veuillez patienter",
"Face Recognition is disabled. Enable in settings to find your friends" : "La reconnaissance faciale est désactivée. Activez-la dans vos paramètres pour trouver vos amis.",
"Your videos will appear here" : "Vos vidéos apparaîtront ici",
"Add photos to albums by selecting them on your timeline." : "Ajoutez des photos aux albums en les sélectionnant dans votre chronologie.",
"Create an album to get started" : "Créez un album pour commencer",
"Archive photos you don't want to see in your timeline" : "Archivez les photos que vous ne souhaitez pas voir dans votre chronologie",
"Tag photos to find them easily" : "Étiquetez vos photos pour les trouver facilement",
"Places you have been to will appear here" : "Les endroits où vous êtes allé apparaîtront ici",
"Yes" : "Oui",
"No" : "Non",
"The folder name \"{folder}\" has a leading or trailing whitespace. This may lead to errors and should be corrected." : "Le nom du dossier \"{folder}\" comporte un espace de début ou de fin. Cela peut entrainer des erreurs et doit être corrigé.",
"_Move {count} item to trash?_::_Move {count} items to trash?_" : ["Déplacer {count} élément vers la corbeille ?","Déplacer {count} éléments vers la corbeille ?","Déplacer {count} éléments vers la corbeille ?"],
"Files in trash may be automatically deleted after a fixed period of time." : "Les fichiers dans la corbeille peuvent être supprimés automatiquement après une période donnée.",
"_Remove {count} item from album?_::_Remove {count} items from album?_" : ["Supprimer {count} élément de l'album ?","Supprimer {count} éléments de l'album ?","Supprimer {count} éléments de l'album ?"],

84
l10n/fr.json vendored
View File

@ -1,5 +1,4 @@
{ "translations": {
"Shared Link" : "Lien partagé",
"Download" : "Télécharger",
"Memories" : "Souvenirs",
"Fast, modern and advanced photo management suite" : "Suite d'outils de gestion de photos rapide, moderne et avancée",
@ -27,16 +26,13 @@
"Choose again" : "Choisir à nouveau",
"Click here to start" : "Cliquer ici pour commencer",
"You can always change this later in settings" : "Vous pouvez toujours changer cela ultérieurement dans les paramètres",
"If you just installed Memories, visit the admin panel first." : "Si vous venez d'installer Memories, rendez-vous d'abord sur l'interface d'administration.",
"Choose the root of your timeline" : "Choisissez le début de votre fil chronologique",
"The selected folder does not seem to be valid. Try again." : "Le dossier sélectionné ne semble pas être valide. Essayer à nouveau.",
"No photos were found in the selected folder." : "Aucune photo n'a été trouvée dans le dossier sélectionné.",
"This can happen because your media is still indexing." : "Cela peut arriver si vos médias sont toujours en cours d'indexation.",
"Visit the admin panel to make sure Memories is configured correctly." : "Visitez le panneau d'administration pour vous assurer que Souvenirs est configuré correctement.",
"_Found {n} item in {path}_::_Found {n} items in {path}_" : ["{n} élément trouvé dans {path}","{n} éléments trouvés dans {path}","{n} éléments trouvés dans {path}"],
"Metadata" : "Métadonnées",
"Edit" : "Modifier",
"Failed to load metadata" : "Impossible de charger les métadonnées.",
"No coordinates" : "Pas de coordonnées",
"Click edit to set location" : "Cliquer sur modifier pour définir le lieu",
"Photos" : "Images",
@ -62,25 +58,15 @@
"Timeline Path" : "Emplacement du Fil chronologique",
"Square grid mode" : "Mode grille carrée",
"Show past photos on top of timeline" : "Montrer les photos passées au-dessus de la chronologie",
"Stack RAW files with same name" : "Superposer les fichiers RAW de même nom",
"Photo Viewer" : "Visionneuse de photos",
"Autoplay Live Photos" : "Lire automatiquement les Live Photos",
"Show full file path in sidebar" : "Afficher le chemin de fichier complet dans la barre latérale",
"High resolution image loading behavior" : "Comportement de chargement des images à haute résolution",
"Load high resolution image on zoom" : "Charger l'image en haute résolution lors du zoom",
"Always load high resolution image (not recommended)" : "Toujours charger l'image en haute résolution (non recommandé)",
"Never load high resolution image" : "Ne jamais charger l'image en haute résolution",
"Account" : "Compte",
"Logged in as {user}" : "Connecté en tant que {user}",
"Sign out" : "Se déconnecter",
"Device Folders" : "Dossiers de l'appareil",
"Local folders to include in the timeline view" : "Dossiers locaux à inclure dans la vue chronologique",
"Run initial device setup" : "Lancer la configuration initiale de l'appareil",
"Folders Path" : "Chemin du dossier",
"Show hidden folders" : "Afficher les dossiers cachés",
"Sort folders oldest-first" : "Classer les dossiers les plus anciens en premier",
"Sort albums oldest-first" : "Classer les albums les plus anciens en premier",
"Show hidden albums" : "Afficher les albums masqués",
"Choose Timeline Paths" : "Choisir les chemins de la ligne du temps",
"Choose the root for the folders view" : "Choisissez la racine pour la vue des dossiers",
"Are you sure you want to log out {user}?" : "Êtes-vous sûr de vouloir déconnecter {user} ?",
@ -89,52 +75,28 @@
"{photoCount} photos" : "{photoCount} photos",
"Failed to load some photos" : "Échec du chargement de certaines photos",
"Failed to update setting" : "Échec de la mise à jour des paramètres",
"Albums support is enabled through the Photos app." : "Le support des albums est à activer dans l'application Photos.",
"Albums are disabled because the Photos app is not available." : "La fonctionnalité des albums est désactivée car l'application Photos n'est pas disponible.",
"Recognize is installed and enabled for face recognition." : "Recognize est installé et activé pour la reconnaissance faciale.",
"Recognize is installed but not enabled for face recognition." : "Recognize est installé mais pas activé pour la reconnaissance faciale.",
"Recognize is not installed. Face recognition and object tagging may be unavailable." : "Recognize n'est pas installé. La reconnaissance de visages et d'objets peut être indisponible.",
"Face Recognition is installed and enabled" : "Face Recognition est installé et activé.",
"Preview generator is installed and enabled. Additional configuration may still be required." : "Le générateur d'aperçus est installé et activé. De la configuration supplémentaire peut être nécessaire.",
"Preview generator is not installed and configured. This may make Memories very slow." : "Le générateur d'aperçus n'est pas installé ni configuré. Cela peut ralentir fortement Memories.",
"Recommended Apps" : "Applications recommandées",
"Path to packaged exiftool binary" : "Chemin vers l'exécutable exiftool livré",
"You need perl only if the packaged exiftool binary does not work for some reason." : "Vous n'avez besoin que de Perl si le paquet binaire exiftool ne fonctionne pas.",
"Use system perl (only if exiftool binary does not work)" : "Utilisez le système Perl (seulement si le binaire exiftool ne fonctionne pas)",
"EXIF Extraction" : "Extraction EXIF",
"You can configure the enabled Nextcloud preview providers below." : "Vous pouvez configurer les fournisseurs d'aperçu Nextcloud activés ci-dessous.",
"If you are using Imaginary for preview generation, you can ignore this section." : "Si vous utilisez Imaginary pour la génération d'aperçus, vous pouvez ignorer cette section.",
"To enable RAW support, install the Camera RAW Previews app." : "Pour activer la prise en charge RAW, installez l'application Camera RAW Previews.",
"Documentation." : "Documentation.",
"PHP-Imagick is available [{version}]." : "PHP-Imagick est disponible [{version}].",
"PHP-Imagick is not available." : "PHP-Imagick n'est pas disponible.",
"Image editing will not work correctly." : "L'édition d'images ne fonctionnera pas correctement.",
"Thumbnail generation may not work for some formats (HEIC, TIFF)." : "La génération de miniature peut ne pas fonctionner avec certains formats (HEIC, TIFF).",
"Thumbnails for videos will be generated with this binary." : "Les miniatures des vidéos seront générées avec cet exécutable.",
"Thumbnail generation may not work for videos." : "La génération de miniature peut ne pas fonctionner avec les vidéos.",
"The following MIME types are configured for preview generation." : "Les types MIME suivants sont configurés pour la génération d'aperçus.",
"Max preview size (trade-off between quality and storage requirements)." : "Taille maximale de l'aperçu (compromis entre les exigences de qualité et de stockage).",
"Max memory for preview generation (MB)" : "Mémoire maximale pour la génération d'un aperçu (Mo)",
"Max size of file to generate previews for (MB)" : "Taille maximale du fichier pour lequel générer des aperçus (Mo)",
"File Support" : "Prise en charge des fichiers",
"Images (JPEG, PNG, GIF, BMP)" : "Images (JPEG, PNG, GIF, BMP)",
"HEIC (Imagick)" : "HEIC (Imagick)",
"TIFF (Imagick)" : "TIFF (Imagick)",
"Videos (ffmpeg)" : "Vidéos (ffmpeg)",
"Thank you for choosing Nextcloud and Memories to store your precious data!" : "Merci d'avoir choisi Nextcloud et Memories pour stocker vos précieuses données !",
"Memories is very feature rich and setting it up properly can take some time." : "Memories dispose de nombreuses fonctionnalités et sa configuration peut prendre un certain temps.",
"If you just installed Memories, make sure you read the getting started guide:" : "Si vous venez d'installer Memories, assurez-vous d'avoir lu le guide de démarrage :",
"External Link" : "Lien Externe",
"In case you run into any issues or bugs, you can get help through several channels." : "Si vous rencontrez des problèmes ou des bugs, vous pouvez obtenir de l'aide via plusieurs canaux.",
"Memories is a completely free and open source app under active development." : "Memories est une application entièrement gratuite et open source en cours de développement actif.",
"You can contribute in several ways. See the project page for more details:" : "Vous pouvez contribuer de plusieurs manières. Voir la page du projet pour plus de détails :",
"Help & Support" : "Aide & Assistance",
"{n} media files have been indexed" : "{n} fichiers multimédias ont été indexés",
"Automatic Indexing status: {status}" : "État de l'indexation automatique : {status}",
"Last index job was run {t} seconds ago." : "Le dernier travail d'indexation a été exécuté il y a {t} secondes.",
"It took {t} seconds to complete." : "Il a fallu {t} secondes pour la terminer.",
"It is still running or was interrupted." : "Elle est toujours en cours ou a été interrompu.",
"Looks like it has been more than an hour since the last index job was run. Make sure Nextcloud cron is configured correctly." : "Il semble que plus d'une heure s'est écoulée depuis l'exécution de la dernière tâche d'indexation. Assurez-vous que la tâche cron de Nextcloud est correctement configurée.",
"Only server-side encryption (OC_DEFAULT_MODULE) is supported, but another encryption module is enabled." : "Seul le chiffrement côté serveur (OC_DEFAULT_MODULE) est pris en charge, mais un autre module de chiffrement est activé.",
"The EXIF indexes are built and checked in a periodic background task. Be careful when selecting anything other than automatic indexing. For example, setting the indexing to only timeline folders may cause delays before media becomes available to users, since the user configures the timeline only after logging in." : "Les index EXIF sont construits et vérifiés dans le cadre d'une tâche périodique en arrière-plan. Soyez prudent lorsque vous sélectionnez autre chose que l'indexation automatique. Par exemple, le fait de définir l'indexation sur les seuls dossiers du fil chronologique peut entraîner des retards avant que les médias ne soient disponibles pour les utilisateur·trice·s, étant donné que l'utilisateur·trice·s ne configure le fil chronologique qu'après s'être connecté.",
"Folders with a \".nomedia\" or a \".nomemories\" file are always excluded from indexing." : "Les dossiers contenant un fichier « .nomedia » ou « .nomemories » sont toujours exclus de l'indexation.",
@ -194,14 +156,9 @@
"No automated tests are available for NVIDIA acceleration." : "Aucun test automatisé n'est disponible pour l'accélération NVIDIA.",
"Enable acceleration with NVENC" : "Activer l'accélération avec NVENC",
"Enable NVENC Temporal AQ" : "Activer l'AQ temporel de NVENC",
"CUDA scaler" : "Zoom CUDA",
"NPP scaler" : "Zoom NPP",
"Due to a bug in certain hardware drivers, videos may appear in incorrect orientations when streaming. This can be resolved in some cases by rotating the video on the accelerator." : "En raison d'un bug avec certains pilotes matériels, les vidéos peuvent apparaître dans des orientations incorrectes lors de la diffusion. Ce problème peut être résolu dans certains cas en faisant tourner la vidéo sur l'accélérateur.",
"Try this option only if you have incorrectly oriented videos during playback." : "Essayez cette option uniquement si vous avez mal orienté les vidéos pendant la lecture.",
"Enable streaming transpose workaround" : "Activer la solution de contournement de transposition de la diffusion",
"Some NVENC devices have issues with force_key_frames." : "Certains périphériques NVENC rencontrent des problèmes avec force_key_frames.",
"Try this option only if you use NVENC and have issues with video playback." : "Essayez cette option uniquement si vous utilisez NVENC et rencontrez des problèmes de lecture vidéo.",
"Enable streaming GOP size workaround" : "Activer la solution de contournement relative à la taille du GOP lors de diffusion",
"CUDA scaler" : "Zoom CUDA",
"not recommended" : "non recommandé",
"HW Acceleration" : "Accélération matérielle",
"VA-API device ({dev}) is readable" : "Le périphérique VA-API ({dev}) est lisible",
"VA-API device ({dev}) not found" : "Périphérique VA-API ({dev}) introuvable",
@ -212,10 +169,7 @@
"Binary path (local only)" : "Chemin des exécutables (local uniquement)",
"Bind address (local only)" : "Adresse de liaison (locale uniquement)",
"Connection address (same as bind if local)" : "Adresse de connexion (identique à liaison si locale)",
"Quality Factor (15 - 45) (default 25)" : "Facteur de qualité (15 - 45) (25 par défaut)",
"Transcoder" : "Transcodeur",
"Default high resolution image loading behavior of the photo viewer." : "Comportement par défaut de chargement d'images haute résolution de la visionneuse de photos.",
"The configuration here also applies to public link shares." : "La configuration ici s'applique également aux partages de liens publics.",
"Users may override this setting." : "Les utilisateurs peuvent modifier ce paramètre.",
"Always load high resolution image (not recommended if using HEIC/TIFF)" : "Toujours charger l'image en haute résolution (non recommandé pour les formats HEIC / TIFF)",
"Template" : "Modèle",
@ -243,9 +197,7 @@
"New album" : "Nouvel album",
"Could not load the selected album" : "Impossible de charger l'album sélectionné",
"Remove Album" : "Retirer l'album",
"Leave Album" : "Quitter l'album",
"Are you sure you want to permanently remove album \"{name}\"?" : "Êtes-vous sûr de vouloir supprimer définitivement l'album \"{name}\" ?",
"Are you sure you want to leave the shared album \"{name}\"?" : "Êtes-vous sûr de vouloir quitter l'album partagé \"{name}\" ?",
"Failed to delete {name}." : "Échec de la suppression {name}.",
"Name of the album" : "Nom de l'album",
"Location of the album" : "Emplacement de l'album",
@ -260,10 +212,8 @@
"Search" : "Recherche",
"Create new album." : "Créer un nouvel album.",
"Save changes" : "Enregistrer les modifications",
"_Removed from {n} album_::_Removed from {n} albums_" : ["Supprimé de {n} album","Supprimé de {n} albums","Supprimé de {n} albums"],
"Share Album" : "Partager l'album",
"Save collaborators for this album." : "Enregistrer les collaborateurs pour cet album.",
"Failed to load album info: {name}" : "Échec du chargement des informations de l'album : {name}",
"_%n item_::_%n items_" : ["%n élément ","%n éléments","%n éléments"],
"Newest" : "Plus récent",
"Year" : "Année",
@ -296,9 +246,6 @@
"Cannot edit {name} of type {type}" : "Impossible de modifier {name} de type {type}",
"Cannot edit rotation on videos ({name})" : "Impossible de modifier la rotation sur les vidéos ({name})",
"Cannot edit rotation on Live Photos ({name})" : "Impossible de modifier la rotation sur les Live Photos ({name})",
"Some selected items have stacked RAW files.\nRAW files will not be edited." : "Certains éléments sélectionnés contiennent des fichiers RAW empilés.\nLes fichiers RAW ne seront pas modifiés.",
"Missing date metadata" : "Métadonnées de date manquantes",
"Some items may be missing the date metadata. Do you want to attempt copying the currently known timestamp to the metadata (recommended)? Othewise, the timestamp may be reset to the current time." : "Il se peut que certains éléments ne contiennent pas de métadonnée de date. Voulez-vous tenter de copier l'horodatage actuellement connu dans les métadonnées (recommandé) ? Sinon, l'horodatage peut être réinitialisé à l'heure actuelle.",
"Failed to load metadata for {n} photos." : "Échec du chargement des métadonnées pour {n} photo·s.",
"{n} photos cannot be edited (permissions error)." : "{n} photos ne peuvent pas être modifiées (erreur de permissions)",
"This feature rotates images losslessly by updating the EXIF metadata. This approach is known to sometimes not work correctly on certain image types such as HEIC. Make sure you do a test run before using it on multiple images." : "Cette fonctionnalité effectue une rotation des images sans perte en mettant à jour les métadonnées EXIF. Cette approche est parfois connue pour ne pas fonctionner correctement sur certains types d'image comme le HEIC. Assurez-vous de faire un test avant de l'utiliser sur plusieurs images.",
@ -313,20 +260,14 @@
"Update" : "Mise à jour",
"Failed to rename {oldName} to {name}." : "Échec du renommage de {oldName} en {name}.",
"Loading …" : "Chargement …",
"Failed to load faces" : "Échec du chargement des visages",
"Enter name of the new face" : "Saisir le nom de la nouvelle personne",
"Failed to create face" : "Échec de la création d'une personne",
"Merge {name} with person" : "Fusionner {name} avec la personne",
"Merge faces" : "Fusionner les visages",
"Merge {name} with {newName}?" : "Fusionner {name} avec {newName} ?",
"unnamed person" : "personne sans nom",
"Too many failures, aborting" : "Trop d'échecs, abandon",
"Error while moving {basename}" : "Erreur lors du déplacement de {basename}",
"Failed to move {name}." : "Impossible de déplacer {name}.",
"Move selected photos to person" : "Déplacer les photos sélectionnées vers la personne",
"Move the selected photos to {target}?" : "Déplacer les photos sélectionnées vers {target} ?",
"Move" : "Déplacer",
"An error occurred while moving photos from {name}." : "Une erreur s'est produite lors du déplacement des photos depuis {name}.",
"Choose a folder" : "Choisir un dossier",
"_{n} item moved to folder_::_{n} items moved to folder_" : ["{n} élément déplacé vers le dossier","{n} éléments déplacés vers le dossier","{n} éléments déplacés vers le dossier"],
"Remove" : "Retirer",
@ -347,18 +288,11 @@
"Link copied to clipboard" : "Lien copié dans le presse-papier",
"Failed to copy link to clipboard" : "Échec de la copie du lien dans le presse-papier",
"Reduced Size" : "Taille réduite",
"Share in lower quality (small file size)" : "Partager en plus faible qualité (taille de fichier réduite)",
"High Resolution" : "Haute résolution",
"Share in high quality (large file size)" : "Partager en haute qualité (taille de fichier volumineuse)",
"Original File" : "Fichier original",
"Public Link" : "Lien public",
"Share an external Nextcloud link" : "Partager un lien Nextcloud externe",
"Not allowed to share file: {name}" : "Non autorisé à partager le fichier : {name}",
"Failed to create album for public link" : "Échec de la création de l'album pour le lien public",
"Failed to download file {href}" : "Échec du téléchargement du fichier {href}",
"Cannot share this type of data" : "Impossible de partager ce type de données",
"_Share File_::_Share Files_" : ["Partager un fichier","Partager des fichiers","Partager des fichiers"],
"_Share the original file_::_Share the original files_" : ["Partager le fichier original","Partager les fichiers originaux","Partager les fichiers originaux"],
"Sort by date" : "Trier par date",
"Sort by name" : "Trier par nom",
"Share album" : "Partager l'album",
@ -368,7 +302,6 @@
"Unassigned faces" : "Visages non attribués",
"Merge with different person" : "Fusionner avec une différente personne",
"Mark person in preview" : "Marquer la personne dans l'aperçu",
"Unnamed person" : "Personne sans nom",
"Folder View" : "Vue Dossier",
"Timeline View" : "Vue Chronologie",
"Share folder" : "Partager le dossier",
@ -387,17 +320,9 @@
"Next" : "Suivante",
"Editing is currently disabled for Live Photos" : "La modification est actuellement désactivée pour les Live Photos",
"You are now logged in to the server!" : "Vous êtes maintenant connecté sur le serveur !",
"You can set up automatic uploads from this device using the Nextcloud mobile app. Click the button below to download the app, or skip this step and continue." : "Vous pouvez configurer les téléchargements automatiques depuis cet appareil à l'aide de l'application mobile Nextcloud. Cliquez sur le bouton ci-dessous pour télécharger l'application, ou ignorez cette étape et continuez.",
"Set up automatic upload" : "Configurer le téléchargement automatique",
"Memories can show local media on your device alongside the media on your server. This requires access to the media on this device." : "Memories peut afficher les médias locaux sur votre appareil aux côtés des médias sur votre serveur. Cela nécessite l'accès aux médias sur cet appareil.",
"Access to media has been granted." : "L'accès aux médias a été accordé.",
"Access to media is not available yet. If the button below does not work, grant the permission through settings." : "L'accès aux médias n'est pas encore disponible. Si le bouton ci-dessous ne fonctionne pas, accordez l'autorisation via les paramètres.",
"Grant permissions" : "Accorder les permissions",
"Skip this step" : "Ignorer cette étape",
"Choose the folders on this device to show on your timeline." : "Choisissez les dossiers sur cet appareil à afficher dans votre fil chronologique.",
"If no folders are visible here, you may need to grant the app storage permissions, or wait for the app to index your files." : "Si aucun dossier n'est visible ici, vous devrez peut-être accorder des autorisations dans l'application de stockage ou attendre que l'application indexe vos fichiers.",
"You can always change this in settings. Note that this does not affect automatic uploading." : "Vous pouvez toujours modifier cette option dans les paramètres. Notez que cela naffecte pas le téléchargement automatique.",
"Synchronizing local files ({n} done)." : "Synchronisation des fichiers locaux ({n} effectué).",
"This may take a while. Do not close this window." : "Cela peut prendre du temps. Ne fermez pas cette fenêtre.",
"Finish" : "Terminer",
"{name} binary exists and is executable." : "Le binaire {name} existe et est exécutable.",
@ -503,13 +428,10 @@
"Failed to move files." : "Échec de déplacement des fichiers.",
"Could not move {fileName}, target exists." : "Impossible de déplacer {fileName}, la cible existe.",
"Failed to move {fileName}." : "Impossible de déplacer {fileName}.",
"Failed to load image info: {name}" : "Échec du chargement des informations de l'image : {name}",
"Failed to download files" : "Échec du téléchargement des fichiers",
"Failed to favorite files." : "Échec de la mise en favoris des fichiers.",
"Failed to favorite some files." : "Échec de l'ajout en favoris de certains fichiers.",
"Failed to favorite {fileName}." : "Échec de l'ajout aux favoris de {fileName}.",
"No content-location header found" : "Aucun en-tête content-location trouvé",
"Failed to create tag {name}: {error}" : "Échec de la création de la balise {name} : {error}",
"Memories has been updated to {version}. Reload to get the new version." : "Souvenirs a été mise à jour vers {version}. Recharger pour obtenir la nouvelle version.",
"Upload some photos and make sure the timeline path is configured" : "Téléversez des photos et assurez-vous que le chemin de la chronologie est configuré",
"Mark photos as favorite to find them easily" : "Marquez les photos comme favorites pour les trouver facilement",
@ -518,14 +440,12 @@
"You will find your friends soon. Please be patient" : "Vous trouverez bientôt vos amis. Veuillez patienter",
"Face Recognition is disabled. Enable in settings to find your friends" : "La reconnaissance faciale est désactivée. Activez-la dans vos paramètres pour trouver vos amis.",
"Your videos will appear here" : "Vos vidéos apparaîtront ici",
"Add photos to albums by selecting them on your timeline." : "Ajoutez des photos aux albums en les sélectionnant dans votre chronologie.",
"Create an album to get started" : "Créez un album pour commencer",
"Archive photos you don't want to see in your timeline" : "Archivez les photos que vous ne souhaitez pas voir dans votre chronologie",
"Tag photos to find them easily" : "Étiquetez vos photos pour les trouver facilement",
"Places you have been to will appear here" : "Les endroits où vous êtes allé apparaîtront ici",
"Yes" : "Oui",
"No" : "Non",
"The folder name \"{folder}\" has a leading or trailing whitespace. This may lead to errors and should be corrected." : "Le nom du dossier \"{folder}\" comporte un espace de début ou de fin. Cela peut entrainer des erreurs et doit être corrigé.",
"_Move {count} item to trash?_::_Move {count} items to trash?_" : ["Déplacer {count} élément vers la corbeille ?","Déplacer {count} éléments vers la corbeille ?","Déplacer {count} éléments vers la corbeille ?"],
"Files in trash may be automatically deleted after a fixed period of time." : "Les fichiers dans la corbeille peuvent être supprimés automatiquement après une période donnée.",
"_Remove {count} item from album?_::_Remove {count} items from album?_" : ["Supprimer {count} élément de l'album ?","Supprimer {count} éléments de l'album ?","Supprimer {count} éléments de l'album ?"],

62
l10n/gl.js vendored
View File

@ -1,7 +1,6 @@
OC.L10N.register(
"memories",
{
"Shared Link" : "Ligazón compartida",
"Download" : "Descargar",
"Memories" : "Lembranzas",
"Fast, modern and advanced photo management suite" : "Unha «suite» de xestión de fotos rápida, moderna e avanzada",
@ -50,7 +49,6 @@ OC.L10N.register(
"Favorite" : "Favorito",
"Unarchive" : "Desarquivar",
"Edit metadata" : "Editar os metadatos",
"Rotate / Flip" : "Rotar / Voltear",
"View in folder" : "Ver no cartafol",
"Move to folder" : "Move to folder",
"Add to album" : "Engadir ao álbum",
@ -64,7 +62,6 @@ OC.L10N.register(
"Timeline Path" : "Ruta da cronoloxía",
"Square grid mode" : "Modo de cuadrícula",
"Show past photos on top of timeline" : "Amosar as fotos anteriores na parte superior da cronoloxía",
"Stack RAW files with same name" : " Rimar os ficheiros RAW co mesmo nome",
"Photo Viewer" : "Visor de fotos",
"Autoplay Live Photos" : "Reproducir Live Photo",
"Show full file path in sidebar" : "Amosar a ruta completa do ficheiro na barra lateral",
@ -77,12 +74,10 @@ OC.L10N.register(
"Sign out" : "Sair",
"Device Folders" : "Cartafoles do dispositivo",
"Local folders to include in the timeline view" : "Cartafoles locais para incluír na vista da cronoloxía",
"Run initial device setup" : "Executar a configuración inicial do dispositivo",
"Folders Path" : "Ruta aos cartafoles",
"Show hidden folders" : "Amosar os cartafoles agochados",
"Sort folders oldest-first" : "Ordenar os cartafoles, os máis antigos primeiro",
"Sort albums oldest-first" : "Ordenar os álbums, os máis antigos primeiro",
"Show hidden albums" : "Amosar os albumes agochados",
"Choose Timeline Paths" : "Escoller as rutas da cronoloxía",
"Choose the root for the folders view" : "Escoller a raíz para a vista de cartafoles",
"Are you sure you want to log out {user}?" : "Confirma que quere saír?",
@ -117,7 +112,6 @@ OC.L10N.register(
"The following MIME types are configured for preview generation." : "Os seguintes tipos MIME están configurados para a xeración de vista previa.",
"Max preview size (trade-off between quality and storage requirements)." : "Tamaño máximo de vista previa (compromiso entre calidade e requisitos de almacenamento).",
"Max memory for preview generation (MB)" : "Memoria máxima para a xeración da vista previa (MB)",
"Max size of file to generate previews for (MB)" : "Tamaño máximo do ficheiro para xerar vistas previas (MB)",
"File Support" : "Compatibilidade de ficheiros",
"Images (JPEG, PNG, GIF, BMP)" : "Imaxes (JPEG, PNG, GIF, BMP)",
"HEIC (Imagick)" : "HEIC (Imagick)",
@ -196,25 +190,20 @@ OC.L10N.register(
"No automated tests are available for NVIDIA acceleration." : "Non hai probas automáticas dispoñíbeis para a aceleración de NVIDIA.",
"Enable acceleration with NVENC" : "Activar a aceleración con NVENC",
"Enable NVENC Temporal AQ" : "Activar a AQ temporal de NVENC",
"CUDA scaler" : "Escalador CUDA",
"NPP scaler" : "Escalador NPP",
"CUDA scaler" : "Escalador CUDA",
"not recommended" : "non recomendado",
"Due to a bug in certain hardware drivers, videos may appear in incorrect orientations when streaming. This can be resolved in some cases by rotating the video on the accelerator." : "Por mor dun erro en certos controladores de hardware, os vídeos poden aparecer con orientacións incorrectas ao transmitir. Isto pódese resolver nalgúns casos rotando o vídeo no acelerador.",
"Try this option only if you have incorrectly oriented videos during playback." : "Probe esta opción só se ten vídeos orientados incorrectamente durante a reprodución.",
"Enable streaming transpose workaround" : "Activar a solución alternativa de transposición de secuencias para a difusión",
"Some NVENC devices have issues with force_key_frames." : "Algúns dispositivos NVENC teñen problemas con force_key_frames.",
"Try this option only if you use NVENC and have issues with video playback." : "Probe esta opción só se usa NVENC e ten problemas coa reprodución de vídeo.",
"Enable streaming GOP size workaround" : "Activar a solución alternativa do tamaño GOP para a difusión",
"Enable streaming transpose workaround" : "Activar a solución de transposición de secuencias",
"HW Acceleration" : "Aceleración por hardware",
"VA-API device ({dev}) is readable" : "O dispositivo VA-API ({dev}) é lexíbel",
"VA-API device ({dev}) not found" : "Non se atopou o dispositivo VA-API ({dev}).",
"VA-API device ({dev}) has incorrect permissions" : "O dispositivo VA-API ({dev}) ten permisos incorrectos",
"VA-API device status: {status}" : "Estado do dispositivo VA-API: {status}",
"Memories uses the go-vod transcoder. You can run go-vod exernally (e.g. in a separate Docker container for hardware acceleration) or use the built-in transcoder. To use an external transcoder, enable the following option and follow the instructions in the documentation:" : "Lembranzas usa o transcodificador go-vod. Pode executar go-vod externamente (p. ex., nun contedor Docker separado para a aceleración de hardware) ou usar o transcodificador integrado. Para usar un transcodificador externo, active a seguinte opción e siga as instrucións da documentación:",
"Enable external transcoder" : "Activar o transcodificador externo",
"Binary path (local only)" : "Ruta ao binario (só local)",
"Bind address (local only)" : "Enderezo de ligazón (só local)",
"Connection address (same as bind if local)" : "Enderezo de conexión (o mesmo que a ligazón se é local)",
"Quality Factor (15 - 45) (default 25)" : "Factor de calidade (15 - 45) (predeterminado 25)",
"Transcoder" : "Transcodificador",
"Default high resolution image loading behavior of the photo viewer." : "Comportamento predeterminado de carga de imaxes de alta resolución no visor de fotos.",
"The configuration here also applies to public link shares." : "A configuración aquí tamén se aplica ás ligazóns compartidas públicas.",
@ -265,7 +254,6 @@ OC.L10N.register(
"_Removed from {n} album_::_Removed from {n} albums_" : ["Retirada de {n} álbum","Retirada de {n} álbums"],
"Share Album" : "Compartir álbum",
"Save collaborators for this album." : "Gardar os colaboradores para este álbum.",
"Failed to load album info: {name}" : "Produciuse un fallo ao cargar a información do álbum: {name}",
"_%n item_::_%n items_" : ["%n elemento","%n elementos"],
"Newest" : "Máis recente",
"Year" : "Ano",
@ -294,19 +282,8 @@ OC.L10N.register(
"Collaborative Tags" : "Etiquetas colaborativas",
"EXIF Fields" : "Campos EXIF",
"Geolocation" : "Xeolocalización",
"Orientation (EXIF)" : "Orientación (EXIF)",
"Cannot edit {name} of type {type}" : "Non é posíbel editar {name} do tipo {type}",
"Cannot edit rotation on videos ({name})" : "Non é posíbel pode editar a rotación nos vídeos ({name})",
"Cannot edit rotation on Live Photos ({name})" : "Non é posíbel editar a rotación en Live Photos ({name})",
"Some selected items have stacked RAW files.\nRAW files will not be edited." : "Algúns elementos seleccionados teñen ficheiros RAW rimados.\nOs ficheiros RAW non se editarán.",
"Missing date metadata" : "Faltan os metadatos da data",
"Some items may be missing the date metadata. Do you want to attempt copying the currently known timestamp to the metadata (recommended)? Othewise, the timestamp may be reset to the current time." : "É posíbel que a algúns elementos lle falten os metadatos da data. Quere tentar copiar a marca de tempo coñecida actualmente nos metadatos (recomendado)? En caso contrario, a marca de tempo pode restablecerse á hora actual.",
"Failed to load metadata for {n} photos." : "Produciuse un fallo ao cargar os metadatos de {n} fotos.",
"{n} photos cannot be edited (permissions error)." : "Non é posíbel editar {n} fotos (hai erros nos permisos).",
"This feature rotates images losslessly by updating the EXIF metadata. This approach is known to sometimes not work correctly on certain image types such as HEIC. Make sure you do a test run before using it on multiple images." : "Esta funcionalidade xira as imaxes sen perdas ao actualizar os metadatos EXIF. Sábese que este enfoque ás veces non funciona correctamente en certos tipos de imaxes como HEIC. Asegúrese de facer unha proba antes de usalo en varias imaxes.",
"Rotate Left" : "Rotar á esquerda",
"Rotate Right" : "Rotar á dereita",
"Flip" : "Voltear",
"Remove person" : "Retirar persoa",
"Are you sure you want to remove {name}?" : "Confirma que quere retirar a {name}?",
"Only user \"{user}\" can delete this person" : "Só o usuario «{user}» pode eliminar esta persoa",
@ -315,7 +292,6 @@ OC.L10N.register(
"Update" : "Actualizar",
"Failed to rename {oldName} to {name}." : "Non foi posíbel cambiar o nome de {oldName} a {name}.",
"Loading …" : "Cargando…",
"Failed to load faces" : "Produciuse un fallo ao cargar as facianas",
"Enter name of the new face" : "Introduza o nome da nova cara",
"Failed to create face" : "Produciuse un fallo ao crear unha cara",
"Merge {name} with person" : "Combinar {nome} coa persoa",
@ -347,20 +323,12 @@ OC.L10N.register(
"Editable" : "Editábel",
"Read only" : "Só lectura",
"Link copied to clipboard" : "A ligazón foi copiada no portapapeis.",
"Failed to copy link to clipboard" : "Produciuse un fallo ao copiar a ligazón no portapapeis:",
"Reduced Size" : "Tamaño reducido",
"Share in lower quality (small file size)" : "Compartir en baixa calidade (menor tamaño de ficheiro)",
"High Resolution" : "Alta resolución",
"Share in high quality (large file size)" : "Compartir en alta calidade (maior tamaño de ficheiro)",
"Original File" : "Ficheiro orixinal",
"Public Link" : "Ligazón pública",
"Share an external Nextcloud link" : "Compartir unha ligazón externa de Nextcloud",
"Not allowed to share file: {name}" : "Non se permite compartir o ficheiro: {name}",
"Failed to create album for public link" : "Produciuse un fallo ao crear o álbum para a ligazón pública",
"Failed to download file {href}" : "Produciuse un fallo ao descargar o ficheiro {href}",
"Cannot share this type of data" : "Non é posíbel compartir este tipo de datos",
"_Share File_::_Share Files_" : ["Compartir ficheiro","Compartir ficheiros"],
"_Share the original file_::_Share the original files_" : ["Compartir o ficheiro orixinal","Compartir os ficheiros orixinais"],
"Sort by date" : "Ordenar pola data",
"Sort by name" : "Ordenar polo nome",
"Share album" : "Compartir álbum",
@ -374,7 +342,6 @@ OC.L10N.register(
"Folder View" : "Vista do cartafol",
"Timeline View" : "Vista da cronoloxía",
"Share folder" : "Compartir cartafol",
"Home" : "Inicio",
"Move left" : "Mover á esquerda",
"Move right" : "Move á dereita",
"Image saved successfully" : "A imaxe foi gardada satisfactoriamente",
@ -383,24 +350,12 @@ OC.L10N.register(
"Drop changes" : "Desbotar os cambios",
"Play Live Photo" : "Reproducir Live Photo",
"Download Video" : "Descargar vídeo",
"Download {ext}" : "Descargar {ext}",
"Slideshow" : "Diaporama",
"Previous" : "Anterior",
"Next" : "Seguinte",
"Editing is currently disabled for Live Photos" : "Actualmente, está desactivada a edición para Live Photos",
"You are now logged in to the server!" : "Agora accedeu ao servidor!",
"You can set up automatic uploads from this device using the Nextcloud mobile app. Click the button below to download the app, or skip this step and continue." : "Pode definir os envíos automáticos dende este dispositivo mediante a aplicación móbil Nextcloud. Prema no botón de embaixo para descargar a aplicación ou omita este paso e continúe.",
"Set up automatic upload" : "Definir a carga automática",
"Memories can show local media on your device alongside the media on your server. This requires access to the media on this device." : "Lembranzas pode amosar medios locais no seu dispositivo xunto cos medios no seu servidor. Isto precisa do acceso aos medios neste dispositivo.",
"Access to media has been granted." : "Concedeuse acceso aos medios",
"Access to media is not available yet. If the button below does not work, grant the permission through settings." : "Aínda non está dispoñíbel o acceso aos medios. Se o botón de embaixo non funciona, conceda o permiso a través dos axustes.",
"Grant permissions" : "Conceder permisos",
"Skip this step" : "Omitir este paso",
"Choose the folders on this device to show on your timeline." : "Escolla os cartafoles deste dispositivo que se amosarán na súa cronoloxía.",
"If no folders are visible here, you may need to grant the app storage permissions, or wait for the app to index your files." : "Se non hai cartafoles visíbeis aquí, é posíbel que teña que concederlle permisos de almacenamento á aplicación ou agardar a que a aplicación indexe os seus ficheiros.",
"You can always change this in settings. Note that this does not affect automatic uploading." : "Sempre pode cambialo na configuración. Teña en conta que isto non afecta á carga automática.",
"Synchronizing local files ({n} done)." : "Sincronizando ficheiros locais ({n} feito/s).",
"This may take a while. Do not close this window." : "Isto pode levar un tempo. Non peches esta xanela..",
"Finish" : "Rematar",
"{name} binary exists and is executable." : "O binario {name} existe e é executábel.",
"{name} binary not found." : "Non se atopou o binario {name}.",
@ -505,7 +460,6 @@ OC.L10N.register(
"Failed to move files." : "Produciuse un fallo ao mover os ficheiro.",
"Could not move {fileName}, target exists." : "Non foi posíbel mover «{fileName}», o destino xa existe",
"Failed to move {fileName}." : "Produciuse un fallo ao mover {fileName}.",
"Failed to load image info: {name}" : "Produciuse un fallo ao cargar a información da imaxe: {name}",
"Failed to download files" : "Produciuse un fallo ao descargar os ficheiros",
"Failed to favorite files." : "Produciuse un fallo ao marcar os ficheiros como favoritos.",
"Failed to favorite some files." : "Produciuse un fallo ao marcar algúns ficheiros como favoritos.",
@ -520,19 +474,11 @@ OC.L10N.register(
"You will find your friends soon. Please be patient" : "Logo atopará os seus amigos. Teña paciencia",
"Face Recognition is disabled. Enable in settings to find your friends" : "Recoñecemento facial está desactivada. Actívea nos axustes para atopar os seus amigos",
"Your videos will appear here" : "Os seus vídeos aparecerán aquí",
"Add photos to albums by selecting them on your timeline." : "Engada fotos aos álbums seleccionándoas na súa cronoloxía.",
"Create an album to get started" : "Cree un álbum para comezar",
"Archive photos you don't want to see in your timeline" : "Arquive as fotos que non quere ver na súa cronoloxía",
"Tag photos to find them easily" : "Etiquete as fotos para atopalas facilmente",
"Places you have been to will appear here" : "Os lugares nos que estivo aparecerán aquí",
"Yes" : "Si",
"No" : "Non",
"The folder name \"{folder}\" has a leading or trailing whitespace. This may lead to errors and should be corrected." : "O nome do cartafol «{folder}» ten un espazo en branco ao principio ou ao final. Isto pode provocar erros e debe ser corrixido.",
"_Move {count} item to trash?_::_Move {count} items to trash?_" : ["Quere mover {count} elemento ao lixo?","Quere mover {count} elementos ao lixo?"],
"Files in trash may be automatically deleted after a fixed period of time." : "Os ficheiros do lixo pódense eliminar automaticamente após un período de tempo determinado.",
"_Remove {count} item from album?_::_Remove {count} items from album?_" : ["Quere retirar {count} elemento do álbum?","Quere retirar {count} elementos do álbum?"],
"This will not delete your original files." : "Isto non eliminará os ficheiros orixinais.",
"You are about to download {count} items." : "Está a piques de descargar {count} elementos.",
"You are about to move {count} items." : "Está a piques de mover {count} elementos."
"No" : "Non"
},
"nplurals=2; plural=(n != 1);");

62
l10n/gl.json vendored
View File

@ -1,5 +1,4 @@
{ "translations": {
"Shared Link" : "Ligazón compartida",
"Download" : "Descargar",
"Memories" : "Lembranzas",
"Fast, modern and advanced photo management suite" : "Unha «suite» de xestión de fotos rápida, moderna e avanzada",
@ -48,7 +47,6 @@
"Favorite" : "Favorito",
"Unarchive" : "Desarquivar",
"Edit metadata" : "Editar os metadatos",
"Rotate / Flip" : "Rotar / Voltear",
"View in folder" : "Ver no cartafol",
"Move to folder" : "Move to folder",
"Add to album" : "Engadir ao álbum",
@ -62,7 +60,6 @@
"Timeline Path" : "Ruta da cronoloxía",
"Square grid mode" : "Modo de cuadrícula",
"Show past photos on top of timeline" : "Amosar as fotos anteriores na parte superior da cronoloxía",
"Stack RAW files with same name" : " Rimar os ficheiros RAW co mesmo nome",
"Photo Viewer" : "Visor de fotos",
"Autoplay Live Photos" : "Reproducir Live Photo",
"Show full file path in sidebar" : "Amosar a ruta completa do ficheiro na barra lateral",
@ -75,12 +72,10 @@
"Sign out" : "Sair",
"Device Folders" : "Cartafoles do dispositivo",
"Local folders to include in the timeline view" : "Cartafoles locais para incluír na vista da cronoloxía",
"Run initial device setup" : "Executar a configuración inicial do dispositivo",
"Folders Path" : "Ruta aos cartafoles",
"Show hidden folders" : "Amosar os cartafoles agochados",
"Sort folders oldest-first" : "Ordenar os cartafoles, os máis antigos primeiro",
"Sort albums oldest-first" : "Ordenar os álbums, os máis antigos primeiro",
"Show hidden albums" : "Amosar os albumes agochados",
"Choose Timeline Paths" : "Escoller as rutas da cronoloxía",
"Choose the root for the folders view" : "Escoller a raíz para a vista de cartafoles",
"Are you sure you want to log out {user}?" : "Confirma que quere saír?",
@ -115,7 +110,6 @@
"The following MIME types are configured for preview generation." : "Os seguintes tipos MIME están configurados para a xeración de vista previa.",
"Max preview size (trade-off between quality and storage requirements)." : "Tamaño máximo de vista previa (compromiso entre calidade e requisitos de almacenamento).",
"Max memory for preview generation (MB)" : "Memoria máxima para a xeración da vista previa (MB)",
"Max size of file to generate previews for (MB)" : "Tamaño máximo do ficheiro para xerar vistas previas (MB)",
"File Support" : "Compatibilidade de ficheiros",
"Images (JPEG, PNG, GIF, BMP)" : "Imaxes (JPEG, PNG, GIF, BMP)",
"HEIC (Imagick)" : "HEIC (Imagick)",
@ -194,25 +188,20 @@
"No automated tests are available for NVIDIA acceleration." : "Non hai probas automáticas dispoñíbeis para a aceleración de NVIDIA.",
"Enable acceleration with NVENC" : "Activar a aceleración con NVENC",
"Enable NVENC Temporal AQ" : "Activar a AQ temporal de NVENC",
"CUDA scaler" : "Escalador CUDA",
"NPP scaler" : "Escalador NPP",
"CUDA scaler" : "Escalador CUDA",
"not recommended" : "non recomendado",
"Due to a bug in certain hardware drivers, videos may appear in incorrect orientations when streaming. This can be resolved in some cases by rotating the video on the accelerator." : "Por mor dun erro en certos controladores de hardware, os vídeos poden aparecer con orientacións incorrectas ao transmitir. Isto pódese resolver nalgúns casos rotando o vídeo no acelerador.",
"Try this option only if you have incorrectly oriented videos during playback." : "Probe esta opción só se ten vídeos orientados incorrectamente durante a reprodución.",
"Enable streaming transpose workaround" : "Activar a solución alternativa de transposición de secuencias para a difusión",
"Some NVENC devices have issues with force_key_frames." : "Algúns dispositivos NVENC teñen problemas con force_key_frames.",
"Try this option only if you use NVENC and have issues with video playback." : "Probe esta opción só se usa NVENC e ten problemas coa reprodución de vídeo.",
"Enable streaming GOP size workaround" : "Activar a solución alternativa do tamaño GOP para a difusión",
"Enable streaming transpose workaround" : "Activar a solución de transposición de secuencias",
"HW Acceleration" : "Aceleración por hardware",
"VA-API device ({dev}) is readable" : "O dispositivo VA-API ({dev}) é lexíbel",
"VA-API device ({dev}) not found" : "Non se atopou o dispositivo VA-API ({dev}).",
"VA-API device ({dev}) has incorrect permissions" : "O dispositivo VA-API ({dev}) ten permisos incorrectos",
"VA-API device status: {status}" : "Estado do dispositivo VA-API: {status}",
"Memories uses the go-vod transcoder. You can run go-vod exernally (e.g. in a separate Docker container for hardware acceleration) or use the built-in transcoder. To use an external transcoder, enable the following option and follow the instructions in the documentation:" : "Lembranzas usa o transcodificador go-vod. Pode executar go-vod externamente (p. ex., nun contedor Docker separado para a aceleración de hardware) ou usar o transcodificador integrado. Para usar un transcodificador externo, active a seguinte opción e siga as instrucións da documentación:",
"Enable external transcoder" : "Activar o transcodificador externo",
"Binary path (local only)" : "Ruta ao binario (só local)",
"Bind address (local only)" : "Enderezo de ligazón (só local)",
"Connection address (same as bind if local)" : "Enderezo de conexión (o mesmo que a ligazón se é local)",
"Quality Factor (15 - 45) (default 25)" : "Factor de calidade (15 - 45) (predeterminado 25)",
"Transcoder" : "Transcodificador",
"Default high resolution image loading behavior of the photo viewer." : "Comportamento predeterminado de carga de imaxes de alta resolución no visor de fotos.",
"The configuration here also applies to public link shares." : "A configuración aquí tamén se aplica ás ligazóns compartidas públicas.",
@ -263,7 +252,6 @@
"_Removed from {n} album_::_Removed from {n} albums_" : ["Retirada de {n} álbum","Retirada de {n} álbums"],
"Share Album" : "Compartir álbum",
"Save collaborators for this album." : "Gardar os colaboradores para este álbum.",
"Failed to load album info: {name}" : "Produciuse un fallo ao cargar a información do álbum: {name}",
"_%n item_::_%n items_" : ["%n elemento","%n elementos"],
"Newest" : "Máis recente",
"Year" : "Ano",
@ -292,19 +280,8 @@
"Collaborative Tags" : "Etiquetas colaborativas",
"EXIF Fields" : "Campos EXIF",
"Geolocation" : "Xeolocalización",
"Orientation (EXIF)" : "Orientación (EXIF)",
"Cannot edit {name} of type {type}" : "Non é posíbel editar {name} do tipo {type}",
"Cannot edit rotation on videos ({name})" : "Non é posíbel pode editar a rotación nos vídeos ({name})",
"Cannot edit rotation on Live Photos ({name})" : "Non é posíbel editar a rotación en Live Photos ({name})",
"Some selected items have stacked RAW files.\nRAW files will not be edited." : "Algúns elementos seleccionados teñen ficheiros RAW rimados.\nOs ficheiros RAW non se editarán.",
"Missing date metadata" : "Faltan os metadatos da data",
"Some items may be missing the date metadata. Do you want to attempt copying the currently known timestamp to the metadata (recommended)? Othewise, the timestamp may be reset to the current time." : "É posíbel que a algúns elementos lle falten os metadatos da data. Quere tentar copiar a marca de tempo coñecida actualmente nos metadatos (recomendado)? En caso contrario, a marca de tempo pode restablecerse á hora actual.",
"Failed to load metadata for {n} photos." : "Produciuse un fallo ao cargar os metadatos de {n} fotos.",
"{n} photos cannot be edited (permissions error)." : "Non é posíbel editar {n} fotos (hai erros nos permisos).",
"This feature rotates images losslessly by updating the EXIF metadata. This approach is known to sometimes not work correctly on certain image types such as HEIC. Make sure you do a test run before using it on multiple images." : "Esta funcionalidade xira as imaxes sen perdas ao actualizar os metadatos EXIF. Sábese que este enfoque ás veces non funciona correctamente en certos tipos de imaxes como HEIC. Asegúrese de facer unha proba antes de usalo en varias imaxes.",
"Rotate Left" : "Rotar á esquerda",
"Rotate Right" : "Rotar á dereita",
"Flip" : "Voltear",
"Remove person" : "Retirar persoa",
"Are you sure you want to remove {name}?" : "Confirma que quere retirar a {name}?",
"Only user \"{user}\" can delete this person" : "Só o usuario «{user}» pode eliminar esta persoa",
@ -313,7 +290,6 @@
"Update" : "Actualizar",
"Failed to rename {oldName} to {name}." : "Non foi posíbel cambiar o nome de {oldName} a {name}.",
"Loading …" : "Cargando…",
"Failed to load faces" : "Produciuse un fallo ao cargar as facianas",
"Enter name of the new face" : "Introduza o nome da nova cara",
"Failed to create face" : "Produciuse un fallo ao crear unha cara",
"Merge {name} with person" : "Combinar {nome} coa persoa",
@ -345,20 +321,12 @@
"Editable" : "Editábel",
"Read only" : "Só lectura",
"Link copied to clipboard" : "A ligazón foi copiada no portapapeis.",
"Failed to copy link to clipboard" : "Produciuse un fallo ao copiar a ligazón no portapapeis:",
"Reduced Size" : "Tamaño reducido",
"Share in lower quality (small file size)" : "Compartir en baixa calidade (menor tamaño de ficheiro)",
"High Resolution" : "Alta resolución",
"Share in high quality (large file size)" : "Compartir en alta calidade (maior tamaño de ficheiro)",
"Original File" : "Ficheiro orixinal",
"Public Link" : "Ligazón pública",
"Share an external Nextcloud link" : "Compartir unha ligazón externa de Nextcloud",
"Not allowed to share file: {name}" : "Non se permite compartir o ficheiro: {name}",
"Failed to create album for public link" : "Produciuse un fallo ao crear o álbum para a ligazón pública",
"Failed to download file {href}" : "Produciuse un fallo ao descargar o ficheiro {href}",
"Cannot share this type of data" : "Non é posíbel compartir este tipo de datos",
"_Share File_::_Share Files_" : ["Compartir ficheiro","Compartir ficheiros"],
"_Share the original file_::_Share the original files_" : ["Compartir o ficheiro orixinal","Compartir os ficheiros orixinais"],
"Sort by date" : "Ordenar pola data",
"Sort by name" : "Ordenar polo nome",
"Share album" : "Compartir álbum",
@ -372,7 +340,6 @@
"Folder View" : "Vista do cartafol",
"Timeline View" : "Vista da cronoloxía",
"Share folder" : "Compartir cartafol",
"Home" : "Inicio",
"Move left" : "Mover á esquerda",
"Move right" : "Move á dereita",
"Image saved successfully" : "A imaxe foi gardada satisfactoriamente",
@ -381,24 +348,12 @@
"Drop changes" : "Desbotar os cambios",
"Play Live Photo" : "Reproducir Live Photo",
"Download Video" : "Descargar vídeo",
"Download {ext}" : "Descargar {ext}",
"Slideshow" : "Diaporama",
"Previous" : "Anterior",
"Next" : "Seguinte",
"Editing is currently disabled for Live Photos" : "Actualmente, está desactivada a edición para Live Photos",
"You are now logged in to the server!" : "Agora accedeu ao servidor!",
"You can set up automatic uploads from this device using the Nextcloud mobile app. Click the button below to download the app, or skip this step and continue." : "Pode definir os envíos automáticos dende este dispositivo mediante a aplicación móbil Nextcloud. Prema no botón de embaixo para descargar a aplicación ou omita este paso e continúe.",
"Set up automatic upload" : "Definir a carga automática",
"Memories can show local media on your device alongside the media on your server. This requires access to the media on this device." : "Lembranzas pode amosar medios locais no seu dispositivo xunto cos medios no seu servidor. Isto precisa do acceso aos medios neste dispositivo.",
"Access to media has been granted." : "Concedeuse acceso aos medios",
"Access to media is not available yet. If the button below does not work, grant the permission through settings." : "Aínda non está dispoñíbel o acceso aos medios. Se o botón de embaixo non funciona, conceda o permiso a través dos axustes.",
"Grant permissions" : "Conceder permisos",
"Skip this step" : "Omitir este paso",
"Choose the folders on this device to show on your timeline." : "Escolla os cartafoles deste dispositivo que se amosarán na súa cronoloxía.",
"If no folders are visible here, you may need to grant the app storage permissions, or wait for the app to index your files." : "Se non hai cartafoles visíbeis aquí, é posíbel que teña que concederlle permisos de almacenamento á aplicación ou agardar a que a aplicación indexe os seus ficheiros.",
"You can always change this in settings. Note that this does not affect automatic uploading." : "Sempre pode cambialo na configuración. Teña en conta que isto non afecta á carga automática.",
"Synchronizing local files ({n} done)." : "Sincronizando ficheiros locais ({n} feito/s).",
"This may take a while. Do not close this window." : "Isto pode levar un tempo. Non peches esta xanela..",
"Finish" : "Rematar",
"{name} binary exists and is executable." : "O binario {name} existe e é executábel.",
"{name} binary not found." : "Non se atopou o binario {name}.",
@ -503,7 +458,6 @@
"Failed to move files." : "Produciuse un fallo ao mover os ficheiro.",
"Could not move {fileName}, target exists." : "Non foi posíbel mover «{fileName}», o destino xa existe",
"Failed to move {fileName}." : "Produciuse un fallo ao mover {fileName}.",
"Failed to load image info: {name}" : "Produciuse un fallo ao cargar a información da imaxe: {name}",
"Failed to download files" : "Produciuse un fallo ao descargar os ficheiros",
"Failed to favorite files." : "Produciuse un fallo ao marcar os ficheiros como favoritos.",
"Failed to favorite some files." : "Produciuse un fallo ao marcar algúns ficheiros como favoritos.",
@ -518,19 +472,11 @@
"You will find your friends soon. Please be patient" : "Logo atopará os seus amigos. Teña paciencia",
"Face Recognition is disabled. Enable in settings to find your friends" : "Recoñecemento facial está desactivada. Actívea nos axustes para atopar os seus amigos",
"Your videos will appear here" : "Os seus vídeos aparecerán aquí",
"Add photos to albums by selecting them on your timeline." : "Engada fotos aos álbums seleccionándoas na súa cronoloxía.",
"Create an album to get started" : "Cree un álbum para comezar",
"Archive photos you don't want to see in your timeline" : "Arquive as fotos que non quere ver na súa cronoloxía",
"Tag photos to find them easily" : "Etiquete as fotos para atopalas facilmente",
"Places you have been to will appear here" : "Os lugares nos que estivo aparecerán aquí",
"Yes" : "Si",
"No" : "Non",
"The folder name \"{folder}\" has a leading or trailing whitespace. This may lead to errors and should be corrected." : "O nome do cartafol «{folder}» ten un espazo en branco ao principio ou ao final. Isto pode provocar erros e debe ser corrixido.",
"_Move {count} item to trash?_::_Move {count} items to trash?_" : ["Quere mover {count} elemento ao lixo?","Quere mover {count} elementos ao lixo?"],
"Files in trash may be automatically deleted after a fixed period of time." : "Os ficheiros do lixo pódense eliminar automaticamente após un período de tempo determinado.",
"_Remove {count} item from album?_::_Remove {count} items from album?_" : ["Quere retirar {count} elemento do álbum?","Quere retirar {count} elementos do álbum?"],
"This will not delete your original files." : "Isto non eliminará os ficheiros orixinais.",
"You are about to download {count} items." : "Está a piques de descargar {count} elementos.",
"You are about to move {count} items." : "Está a piques de mover {count} elementos."
"No" : "Non"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

2
l10n/he.js vendored
View File

@ -86,4 +86,4 @@ OC.L10N.register(
"Auto" : "אוטומטי",
"Setup" : "הגדרות"
},
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");

2
l10n/he.json vendored
View File

@ -83,5 +83,5 @@
"Direct" : "ישיר",
"Auto" : "אוטומטי",
"Setup" : "הגדרות"
},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"
}

13
l10n/hu.js vendored
View File

@ -62,13 +62,13 @@ OC.L10N.register(
"Timeline Path" : "Idővonal elérési útja",
"Square grid mode" : "Négyzetrácsos mód",
"Show past photos on top of timeline" : "Múltbeli fényképek megjelenítése az idővonal tetején",
"Photo Viewer" : "Fénykép-megjelenítő",
"Photo Viewer" : "Fénykép Néző",
"Autoplay Live Photos" : "Élő fényképek automatikus lejátszása",
"Show full file path in sidebar" : "A teljes elérési út megjelenítése az oldalsávban",
"High resolution image loading behavior" : "Nagy felbontású képek betöltési viselkedése",
"Load high resolution image on zoom" : "Teljes méretű képek betöltése nagyításra",
"Always load high resolution image (not recommended)" : "Mindig töltse be a nagy felbontású képet (nem ajánlott)",
"Never load high resolution image" : "Sose töltse be a nagy felbontású képet",
"Always load high resolution image (not recommended)" : "Mindig töltse be a nagy felbontású képeket (nem ajánlott)",
"Never load high resolution image" : "Soha ne töltse be a nagy felbontású képeket",
"Account" : "Fiók",
"Logged in as {user}" : "Bejelentkezve mint {user}",
"Sign out" : "Kijelentkezés",
@ -87,8 +87,8 @@ OC.L10N.register(
"{photoCount} photos" : "{photoCount} fénykép",
"Failed to load some photos" : "Nem sikerült betölteni néhány fényképet",
"Failed to update setting" : "Nem sikerült a beállítás frissítése",
"Albums support is enabled through the Photos app." : "Az albumok támogatását a Fényképek alkalmazás biztosítja.",
"Albums are disabled because the Photos app is not available." : "Az albumok le vannak tiltva, mert a Fényképek alkalmazás nem érhető el.",
"Albums support is enabled through the Photos app." : "Az Album támogatást a Fotók alkalmazás engedélyzte.",
"Albums are disabled because the Photos app is not available." : "Az Albumok le vannak tiltva mert a Fotók alkalmazás nem érhető el.",
"Recognize is installed and enabled for face recognition." : "A Recognize telepítve lett és engedélyezte az arcfelismerést.",
"Recognize is installed but not enabled for face recognition." : "A Recognize telepítve lett de nem engedélyezte az arcfelismerést.",
"Recognize is not installed. Face recognition and object tagging may be unavailable." : "A Recognize nincs telepítve. Az arc és tárgyfelismerés nem elérhető.",
@ -184,8 +184,9 @@ OC.L10N.register(
"No automated tests are available for NVIDIA acceleration." : "Nem érhetők el automatizált tesztek az NVIDIA gyorsításhoz.",
"Enable acceleration with NVENC" : "NVENC-cel történő gyorsítás engedélyezése",
"Enable NVENC Temporal AQ" : "NVENC Temporal AQ engedélyezése",
"CUDA scaler" : "CUDA méretező",
"NPP scaler" : "NPP méretező",
"CUDA scaler" : "CUDA méretező",
"not recommended" : "nem ajánlott",
"Some NVENC devices have issues with force_key_frames." : "Néhány NVENC eszköznek problémái lehetnek a force_key_frame használattal.",
"HW Acceleration" : "Hardveres gyorsítás",
"VA-API device ({dev}) is readable" : "A VA-API eszköz ({dev}) olvasható",

13
l10n/hu.json vendored
View File

@ -60,13 +60,13 @@
"Timeline Path" : "Idővonal elérési útja",
"Square grid mode" : "Négyzetrácsos mód",
"Show past photos on top of timeline" : "Múltbeli fényképek megjelenítése az idővonal tetején",
"Photo Viewer" : "Fénykép-megjelenítő",
"Photo Viewer" : "Fénykép Néző",
"Autoplay Live Photos" : "Élő fényképek automatikus lejátszása",
"Show full file path in sidebar" : "A teljes elérési út megjelenítése az oldalsávban",
"High resolution image loading behavior" : "Nagy felbontású képek betöltési viselkedése",
"Load high resolution image on zoom" : "Teljes méretű képek betöltése nagyításra",
"Always load high resolution image (not recommended)" : "Mindig töltse be a nagy felbontású képet (nem ajánlott)",
"Never load high resolution image" : "Sose töltse be a nagy felbontású képet",
"Always load high resolution image (not recommended)" : "Mindig töltse be a nagy felbontású képeket (nem ajánlott)",
"Never load high resolution image" : "Soha ne töltse be a nagy felbontású képeket",
"Account" : "Fiók",
"Logged in as {user}" : "Bejelentkezve mint {user}",
"Sign out" : "Kijelentkezés",
@ -85,8 +85,8 @@
"{photoCount} photos" : "{photoCount} fénykép",
"Failed to load some photos" : "Nem sikerült betölteni néhány fényképet",
"Failed to update setting" : "Nem sikerült a beállítás frissítése",
"Albums support is enabled through the Photos app." : "Az albumok támogatását a Fényképek alkalmazás biztosítja.",
"Albums are disabled because the Photos app is not available." : "Az albumok le vannak tiltva, mert a Fényképek alkalmazás nem érhető el.",
"Albums support is enabled through the Photos app." : "Az Album támogatást a Fotók alkalmazás engedélyzte.",
"Albums are disabled because the Photos app is not available." : "Az Albumok le vannak tiltva mert a Fotók alkalmazás nem érhető el.",
"Recognize is installed and enabled for face recognition." : "A Recognize telepítve lett és engedélyezte az arcfelismerést.",
"Recognize is installed but not enabled for face recognition." : "A Recognize telepítve lett de nem engedélyezte az arcfelismerést.",
"Recognize is not installed. Face recognition and object tagging may be unavailable." : "A Recognize nincs telepítve. Az arc és tárgyfelismerés nem elérhető.",
@ -182,8 +182,9 @@
"No automated tests are available for NVIDIA acceleration." : "Nem érhetők el automatizált tesztek az NVIDIA gyorsításhoz.",
"Enable acceleration with NVENC" : "NVENC-cel történő gyorsítás engedélyezése",
"Enable NVENC Temporal AQ" : "NVENC Temporal AQ engedélyezése",
"CUDA scaler" : "CUDA méretező",
"NPP scaler" : "NPP méretező",
"CUDA scaler" : "CUDA méretező",
"not recommended" : "nem ajánlott",
"Some NVENC devices have issues with force_key_frames." : "Néhány NVENC eszköznek problémái lehetnek a force_key_frame használattal.",
"HW Acceleration" : "Hardveres gyorsítás",
"VA-API device ({dev}) is readable" : "A VA-API eszköz ({dev}) olvasható",

5
l10n/id.js vendored
View File

@ -61,7 +61,6 @@ OC.L10N.register(
"Create album" : "Buat album",
"Search" : "Cari",
"Save collaborators for this album." : "Simpan kolaborator untuk album ini",
"Year" : "Tahun",
"Month" : "Bulan",
"Day" : "Hari",
"Time" : "Waktu",
@ -82,7 +81,6 @@ OC.L10N.register(
"Read only" : "Hanya baca",
"Sort by date" : "Urutkan berdasarkan tanggal",
"Sort by name" : "Urutkan berdasarkan nama",
"Unassigned faces" : "Wajah yang belum ditetapkan",
"Merge with different person" : "Gabungkan dengan orang yang berbeda",
"Home" : "Beranda",
"Previous" : "Sebelumnya",
@ -90,9 +88,6 @@ OC.L10N.register(
"Finish" : "Selesai",
"Undo" : "Undo",
"Value" : "Nilari",
"Image" : "Gambar",
"Line" : "Garis",
"Text" : "Teks",
"Size" : "Ukuran",
"Setup" : "Pengaturan",
"Failed to create {albumName}." : "Gagal membuat {albumName}.",

5
l10n/id.json vendored
View File

@ -59,7 +59,6 @@
"Create album" : "Buat album",
"Search" : "Cari",
"Save collaborators for this album." : "Simpan kolaborator untuk album ini",
"Year" : "Tahun",
"Month" : "Bulan",
"Day" : "Hari",
"Time" : "Waktu",
@ -80,7 +79,6 @@
"Read only" : "Hanya baca",
"Sort by date" : "Urutkan berdasarkan tanggal",
"Sort by name" : "Urutkan berdasarkan nama",
"Unassigned faces" : "Wajah yang belum ditetapkan",
"Merge with different person" : "Gabungkan dengan orang yang berbeda",
"Home" : "Beranda",
"Previous" : "Sebelumnya",
@ -88,9 +86,6 @@
"Finish" : "Selesai",
"Undo" : "Undo",
"Value" : "Nilari",
"Image" : "Gambar",
"Line" : "Garis",
"Text" : "Teks",
"Size" : "Ukuran",
"Setup" : "Pengaturan",
"Failed to create {albumName}." : "Gagal membuat {albumName}.",

109
l10n/is.js vendored
View File

@ -8,11 +8,8 @@ OC.L10N.register(
"Folders" : "Möppur",
"Favorites" : "Eftirlæti",
"Videos" : "Myndskeið",
"Albums" : "Albúm",
"Archive" : "Safn",
"On this day" : "Á þessum degi",
"Places" : "Staðir",
"Map" : "Landakort",
"Tags" : "Merki",
"Metadata" : "Lýsigögn",
"Edit" : "Breyta",
@ -24,7 +21,6 @@ OC.L10N.register(
"Favorite" : "Eftirlæti",
"Unarchive" : "Taka úr geymslu",
"View in folder" : "Skoða í möppu",
"Add to album" : "Bæta í albúm",
"General" : "Almennt",
"Account" : "Aðgangur",
"Close" : "Loka",
@ -33,37 +29,12 @@ OC.L10N.register(
"Unknown" : "Óþekkt",
"Continue" : "Halda áfram",
"Template" : "Sniðmát",
"No items" : "Engin atriði",
"Shared by {user}" : "Deilt af {user}",
"Add people or groups who can edit your album" : "Bættu við fólki eða hópum sem geta breytt albúminu þínu",
"Search for collaborators" : "Leita að samstarfsfólki",
"Search people or groups" : "Leita að fólki eða hópum",
"Add {collaboratorLabel} to the collaborators list" : "Bæta {collaboratorLabel} á listann yfir samstarfsfólk",
"No collaborators available" : "Ekkert samstarfsfólk tiltækt",
"Remove {collaboratorLabel} from the collaborators list" : "Fjarlægja {collaboratorLabel} af listanum yfir samstarfsfólk",
"Copy the public link" : "Afrita opinbera tengilinn",
"Public link copied!" : "Opinber tengill afritaður!",
"Copy public link" : "Afrita opinberan tengil",
"Delete the public link" : "Eyða opinbera tenglinum",
"Share via public link" : "Deila með opinberum tengli",
"Failed to fetch collaborators list." : "Mistókst að ná í lista með samstarfsfólki.",
"Public link" : "Opinber tengill",
"Failed to fetch album." : "Mistókst að sækja albúm.",
"Failed to update album." : "Mistókst að uppfæra albúm.",
"Create new album" : "Búa til nýtt albúm",
"Edit album details" : "Sýsla með nánari upplýsingar um albúm",
"New album" : "Nýtt albúm",
"Name of the album" : "Heiti á albúminu",
"Location of the album" : "Staðsetning albúmsins",
"Go back to the previous view." : "Fara til baka á fyrri sýn.",
"Back" : "Til baka",
"Go to the add collaborators view." : "Skipta yfir í sýn með samstarfsfólki.",
"Add collaborators" : "Bæta við samstarfsfólki",
"Back to the new album form." : "Aftur á innfyllingarformið fyrir ný albúm.",
"Save" : "Vista",
"Create album" : "Búa til albúm",
"Search" : "Search",
"Save collaborators for this album." : "Vista samstarfsfólk fyrir þetta albúm.",
"Year" : "Ár",
"Month" : "Mánuður",
"Day" : "Dagur",
@ -76,8 +47,6 @@ OC.L10N.register(
"Copyright" : "Höfundarréttur",
"Empty" : "Tómt",
"Reset" : "Endurstilla",
"Remove person" : "Fjarlægja einstakling",
"Rename person" : "Endurnefna einstakling",
"Name" : "Heiti",
"Update" : "Uppfæra",
"Loading …" : "Hleð inn …",
@ -91,102 +60,26 @@ OC.L10N.register(
"Link copied to clipboard" : "Tengill afritaður á klippispjald",
"Sort by date" : "Raða eftir dagsetningu",
"Sort by name" : "Raða eftir heiti",
"Unassigned faces" : "Óúthlutuð andlit",
"Merge with different person" : "Sameina við annan einstakling",
"Home" : "Heim",
"Error saving image" : "Villa við að vista mynd",
"Unsaved changes" : "Óvistaðar breytingar",
"Drop changes" : "Henda breytingum",
"Previous" : "Fyrra",
"Next" : "Næsta",
"Finish" : "Ljúka",
"Save as" : "Vista sem",
"All changes will be lost." : "Allar breytingar munu tapast.",
"Are you sure you want to continue?" : "Ertu viss um að þú viljir halda áfram?",
"Undo" : "Undo",
"Redo" : "Redo",
"Show original image" : "Birta upprunalega mynd",
"Zoom in" : "Renna að",
"Zoom out" : "Renna frá",
"Toggle zoom menu" : "Víxla aðdráttarvalmynd af/á",
"Adjust" : "Aðlaga",
"Fine-tune" : "Fínstilla",
"Filters" : "Síur",
"Watermark" : "Vatnsmerki",
"Draw" : "Teikna",
"Resize" : "Breyta stærð",
"Invalid image." : "Ógild mynd.",
"Error while uploading the image." : "Villa við að senda inn myndina.",
"are not images" : "eru ekki myndir",
"is not an image" : "er ekki mynd",
"to be uploaded" : "á að senda inn",
"Crop" : "Utansníða",
"Original" : "Upprunalegt",
"Custom" : "Sérsniðið",
"Square" : "Ferningur",
"Landscape" : "Lárétt",
"Portrait" : "Lóðrétt",
"Ellipse" : "Sporbaugur",
"Classic TV" : "Hefðbundið sjónvarp",
"CinemaScope" : "CinemaScope",
"Arrow" : "Ör",
"Blur" : "Móða",
"Brightness" : "Birtustig",
"Contrast" : "Birtuskil",
"Un-flip X" : "Taka til baka flettingu X",
"Flip X" : "Fletta X",
"Un-flip Y" : "Taka til baka flettingu Y",
"Flip Y" : "Fletta Y",
"HSV" : "HSV",
"Hue" : "Litblær",
"Saturation" : "Litmettun",
"Value" : "Gildi",
"Image" : "Mynd",
"Importing …" : "Innflutningur í gangi …",
"+ Add image" : "+ Bæta við mynd",
"Line" : "Lína",
"Pen" : "Penni",
"Polygon" : "Marghyrningur",
"Sides" : "Hliðar",
"Rectangle" : "Rétthyrningur",
"Corner Radius" : "Radíus horns",
"Width in pixels" : "Breidd í mynddílum",
"Height in pixels" : "Hæð í mynddílum",
"Toggle ratio lock" : "Víxla læsingu hlutfalla af/á",
"Reset to original image size" : "Endurstilla í upprunalega myndstærð",
"Rotate" : "Snúa",
"Text" : "Texti",
"Text spacing" : "Millibil texta",
"Text alignment" : "Jöfnun texta",
"Font family" : "Leturgerð",
"Size" : "Size",
"Letter spacing" : "Stafabil",
"Line height" : "Línuhæð",
"Warmth" : "Hlýleiki",
"+ Add watermark" : "+ Bæta við vatnsmerki",
"Choose watermark type" : "Veldu tegund vatnsmerkis",
"Upload watermark" : "Senda inn vatnsmerki",
"Add as text" : "Bæta við sem texta",
"Padding" : "Fylling",
"Shadow" : "Skuggi",
"Horizontal" : "Lárétt",
"Vertical" : "Lóðrétt",
"Opacity" : "Ógegnsæi",
"Position" : "Staða",
"Stroke" : "Stroka",
"Save image as" : "Vista mynd sem",
"Extension" : "Skráarending",
"Name is required." : "Nafn er nauðsynlegt.",
"Quality" : "Quality",
"Saved image size (width x height)" : "Stærð vistaðrar myndar (breidd x hæð)",
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Athugaðu að valið afskurðarsvæði er minna en virkjuð stærðarbreyting gefur, sem gæti komið niður á gæðum",
"Actual size (100%)" : "Raunstærð (100%)",
"Fit size" : "Aðlaga stærð",
"Direct" : "Beint",
"Auto" : "Sjálfvirkt",
"Setup" : "Uppsetning",
"Failed to create {albumName}." : "Gat ekki búið til {albumName}.",
"Failed to rename {currentAlbumName} to {newAlbumName}." : "Mistókst að endurnefna {currentAlbumName} sem {newAlbumName}.",
"Failed to delete {fileName}." : "Tókst ekki að eyða {fileName}."
"Setup" : "Uppsetning"
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");

109
l10n/is.json vendored
View File

@ -6,11 +6,8 @@
"Folders" : "Möppur",
"Favorites" : "Eftirlæti",
"Videos" : "Myndskeið",
"Albums" : "Albúm",
"Archive" : "Safn",
"On this day" : "Á þessum degi",
"Places" : "Staðir",
"Map" : "Landakort",
"Tags" : "Merki",
"Metadata" : "Lýsigögn",
"Edit" : "Breyta",
@ -22,7 +19,6 @@
"Favorite" : "Eftirlæti",
"Unarchive" : "Taka úr geymslu",
"View in folder" : "Skoða í möppu",
"Add to album" : "Bæta í albúm",
"General" : "Almennt",
"Account" : "Aðgangur",
"Close" : "Loka",
@ -31,37 +27,12 @@
"Unknown" : "Óþekkt",
"Continue" : "Halda áfram",
"Template" : "Sniðmát",
"No items" : "Engin atriði",
"Shared by {user}" : "Deilt af {user}",
"Add people or groups who can edit your album" : "Bættu við fólki eða hópum sem geta breytt albúminu þínu",
"Search for collaborators" : "Leita að samstarfsfólki",
"Search people or groups" : "Leita að fólki eða hópum",
"Add {collaboratorLabel} to the collaborators list" : "Bæta {collaboratorLabel} á listann yfir samstarfsfólk",
"No collaborators available" : "Ekkert samstarfsfólk tiltækt",
"Remove {collaboratorLabel} from the collaborators list" : "Fjarlægja {collaboratorLabel} af listanum yfir samstarfsfólk",
"Copy the public link" : "Afrita opinbera tengilinn",
"Public link copied!" : "Opinber tengill afritaður!",
"Copy public link" : "Afrita opinberan tengil",
"Delete the public link" : "Eyða opinbera tenglinum",
"Share via public link" : "Deila með opinberum tengli",
"Failed to fetch collaborators list." : "Mistókst að ná í lista með samstarfsfólki.",
"Public link" : "Opinber tengill",
"Failed to fetch album." : "Mistókst að sækja albúm.",
"Failed to update album." : "Mistókst að uppfæra albúm.",
"Create new album" : "Búa til nýtt albúm",
"Edit album details" : "Sýsla með nánari upplýsingar um albúm",
"New album" : "Nýtt albúm",
"Name of the album" : "Heiti á albúminu",
"Location of the album" : "Staðsetning albúmsins",
"Go back to the previous view." : "Fara til baka á fyrri sýn.",
"Back" : "Til baka",
"Go to the add collaborators view." : "Skipta yfir í sýn með samstarfsfólki.",
"Add collaborators" : "Bæta við samstarfsfólki",
"Back to the new album form." : "Aftur á innfyllingarformið fyrir ný albúm.",
"Save" : "Vista",
"Create album" : "Búa til albúm",
"Search" : "Search",
"Save collaborators for this album." : "Vista samstarfsfólk fyrir þetta albúm.",
"Year" : "Ár",
"Month" : "Mánuður",
"Day" : "Dagur",
@ -74,8 +45,6 @@
"Copyright" : "Höfundarréttur",
"Empty" : "Tómt",
"Reset" : "Endurstilla",
"Remove person" : "Fjarlægja einstakling",
"Rename person" : "Endurnefna einstakling",
"Name" : "Heiti",
"Update" : "Uppfæra",
"Loading …" : "Hleð inn …",
@ -89,102 +58,26 @@
"Link copied to clipboard" : "Tengill afritaður á klippispjald",
"Sort by date" : "Raða eftir dagsetningu",
"Sort by name" : "Raða eftir heiti",
"Unassigned faces" : "Óúthlutuð andlit",
"Merge with different person" : "Sameina við annan einstakling",
"Home" : "Heim",
"Error saving image" : "Villa við að vista mynd",
"Unsaved changes" : "Óvistaðar breytingar",
"Drop changes" : "Henda breytingum",
"Previous" : "Fyrra",
"Next" : "Næsta",
"Finish" : "Ljúka",
"Save as" : "Vista sem",
"All changes will be lost." : "Allar breytingar munu tapast.",
"Are you sure you want to continue?" : "Ertu viss um að þú viljir halda áfram?",
"Undo" : "Undo",
"Redo" : "Redo",
"Show original image" : "Birta upprunalega mynd",
"Zoom in" : "Renna að",
"Zoom out" : "Renna frá",
"Toggle zoom menu" : "Víxla aðdráttarvalmynd af/á",
"Adjust" : "Aðlaga",
"Fine-tune" : "Fínstilla",
"Filters" : "Síur",
"Watermark" : "Vatnsmerki",
"Draw" : "Teikna",
"Resize" : "Breyta stærð",
"Invalid image." : "Ógild mynd.",
"Error while uploading the image." : "Villa við að senda inn myndina.",
"are not images" : "eru ekki myndir",
"is not an image" : "er ekki mynd",
"to be uploaded" : "á að senda inn",
"Crop" : "Utansníða",
"Original" : "Upprunalegt",
"Custom" : "Sérsniðið",
"Square" : "Ferningur",
"Landscape" : "Lárétt",
"Portrait" : "Lóðrétt",
"Ellipse" : "Sporbaugur",
"Classic TV" : "Hefðbundið sjónvarp",
"CinemaScope" : "CinemaScope",
"Arrow" : "Ör",
"Blur" : "Móða",
"Brightness" : "Birtustig",
"Contrast" : "Birtuskil",
"Un-flip X" : "Taka til baka flettingu X",
"Flip X" : "Fletta X",
"Un-flip Y" : "Taka til baka flettingu Y",
"Flip Y" : "Fletta Y",
"HSV" : "HSV",
"Hue" : "Litblær",
"Saturation" : "Litmettun",
"Value" : "Gildi",
"Image" : "Mynd",
"Importing …" : "Innflutningur í gangi …",
"+ Add image" : "+ Bæta við mynd",
"Line" : "Lína",
"Pen" : "Penni",
"Polygon" : "Marghyrningur",
"Sides" : "Hliðar",
"Rectangle" : "Rétthyrningur",
"Corner Radius" : "Radíus horns",
"Width in pixels" : "Breidd í mynddílum",
"Height in pixels" : "Hæð í mynddílum",
"Toggle ratio lock" : "Víxla læsingu hlutfalla af/á",
"Reset to original image size" : "Endurstilla í upprunalega myndstærð",
"Rotate" : "Snúa",
"Text" : "Texti",
"Text spacing" : "Millibil texta",
"Text alignment" : "Jöfnun texta",
"Font family" : "Leturgerð",
"Size" : "Size",
"Letter spacing" : "Stafabil",
"Line height" : "Línuhæð",
"Warmth" : "Hlýleiki",
"+ Add watermark" : "+ Bæta við vatnsmerki",
"Choose watermark type" : "Veldu tegund vatnsmerkis",
"Upload watermark" : "Senda inn vatnsmerki",
"Add as text" : "Bæta við sem texta",
"Padding" : "Fylling",
"Shadow" : "Skuggi",
"Horizontal" : "Lárétt",
"Vertical" : "Lóðrétt",
"Opacity" : "Ógegnsæi",
"Position" : "Staða",
"Stroke" : "Stroka",
"Save image as" : "Vista mynd sem",
"Extension" : "Skráarending",
"Name is required." : "Nafn er nauðsynlegt.",
"Quality" : "Quality",
"Saved image size (width x height)" : "Stærð vistaðrar myndar (breidd x hæð)",
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Athugaðu að valið afskurðarsvæði er minna en virkjuð stærðarbreyting gefur, sem gæti komið niður á gæðum",
"Actual size (100%)" : "Raunstærð (100%)",
"Fit size" : "Aðlaga stærð",
"Direct" : "Beint",
"Auto" : "Sjálfvirkt",
"Setup" : "Uppsetning",
"Failed to create {albumName}." : "Gat ekki búið til {albumName}.",
"Failed to rename {currentAlbumName} to {newAlbumName}." : "Mistókst að endurnefna {currentAlbumName} sem {newAlbumName}.",
"Failed to delete {fileName}." : "Tókst ekki að eyða {fileName}."
"Setup" : "Uppsetning"
},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"
}

6
l10n/it.js vendored
View File

@ -30,7 +30,7 @@ OC.L10N.register(
"General" : "Generale",
"Account" : "Account",
"Close" : "Chiudi",
"Info" : "Informazioni",
"Info" : "Info",
"Performance" : "Prestazioni",
"Unknown" : "Sconosciuto",
"Continue" : "Continua",
@ -75,7 +75,7 @@ OC.L10N.register(
"Time" : "Ora",
"Hour" : "Ora",
"Minute" : "Minuto",
"Oldest" : "Il più datato",
"Oldest" : "Il più vecchio",
"Title" : "Titolo",
"Description" : "Descrizione",
"Label" : "Etichetta",
@ -197,7 +197,7 @@ OC.L10N.register(
"Failed to create {albumName}." : "Creazione di {albumName} non riuscita",
"Failed to rename {currentAlbumName} to {newAlbumName}." : "Rinominazione di {currentAlbumName} in {newAlbumName} non riuscita.",
"Failed to delete {fileName}." : "Eliminazione di {fileName} non riuscita.",
"Yes" : "Sì",
"Yes" : "Si",
"No" : "No"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

6
l10n/it.json vendored
View File

@ -28,7 +28,7 @@
"General" : "Generale",
"Account" : "Account",
"Close" : "Chiudi",
"Info" : "Informazioni",
"Info" : "Info",
"Performance" : "Prestazioni",
"Unknown" : "Sconosciuto",
"Continue" : "Continua",
@ -73,7 +73,7 @@
"Time" : "Ora",
"Hour" : "Ora",
"Minute" : "Minuto",
"Oldest" : "Il più datato",
"Oldest" : "Il più vecchio",
"Title" : "Titolo",
"Description" : "Descrizione",
"Label" : "Etichetta",
@ -195,7 +195,7 @@
"Failed to create {albumName}." : "Creazione di {albumName} non riuscita",
"Failed to rename {currentAlbumName} to {newAlbumName}." : "Rinominazione di {currentAlbumName} in {newAlbumName} non riuscita.",
"Failed to delete {fileName}." : "Eliminazione di {fileName} non riuscita.",
"Yes" : "Sì",
"Yes" : "Si",
"No" : "No"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

53
l10n/ja.js vendored
View File

@ -97,11 +97,9 @@ OC.L10N.register(
"Share folder" : "フォルダーを共有",
"Error saving image" : "画像保存でのエラー",
"Unsaved changes" : "保存していない変更点",
"Drop changes" : "変更を破棄する",
"Previous" : "前へ",
"Next" : "次へ",
"Finish" : "完了",
"Save as" : "保存",
"All changes will be lost." : "全ての変更がなくなります",
"Are you sure you want to continue?" : "本当に続けてよろしいですか?",
"Undo" : "元に戻す",
@ -109,11 +107,7 @@ OC.L10N.register(
"Show original image" : "オリジナル画像を表示する",
"Zoom in" : "拡大",
"Zoom out" : "縮小",
"Toggle zoom menu" : "ズーム・メニューの切り替え",
"Adjust" : "調整",
"Fine-tune" : "微調整",
"Filters" : "フィルター",
"Watermark" : "透かし",
"Draw" : "描画",
"Resize" : "リサイズ",
"Invalid image." : "無効な画像",
@ -124,65 +118,18 @@ OC.L10N.register(
"Crop" : "クロップ",
"Original" : "オリジナル",
"Custom" : "カスタム",
"Square" : "四角",
"Landscape" : "ランドスケープ",
"Portrait" : "ポートレート",
"Ellipse" : "楕円",
"Classic TV" : "クラシックTV",
"CinemaScope" : "シネマスコープ",
"Arrow" : "矢印",
"Blur" : "ぼかし",
"Brightness" : "輝度",
"Contrast" : "コントラスト",
"Un-flip X" : "Un-flip X",
"Flip X" : "Flip X",
"Un-flip Y" : "Un-flip Y",
"Flip Y" : "Flip Y",
"HSV" : "HSV",
"Hue" : "Hue",
"Saturation" : "彩度",
"Value" : "値",
"Image" : "画像",
"Importing …" : "読み込み中...",
"+ Add image" : "+ 画像を追加",
"Line" : "線",
"Pen" : "ペン",
"Polygon" : "多角形",
"Sides" : "側面",
"Rectangle" : "矩形",
"Corner Radius" : "コーナー半径",
"Width in pixels" : "ピクセル単位の幅",
"Height in pixels" : "ピクセル単位の高さ",
"Toggle ratio lock" : "レシオロックの切り替え",
"Reset to original image size" : "元の画像サイズにリセット",
"Rotate" : "回転",
"Text" : "テキスト",
"Text spacing" : "テキストの間隔",
"Text alignment" : "テキストの整列",
"Font family" : "Font family",
"Size" : "サイズ",
"Letter spacing" : "文字間隔",
"Line height" : "行の高さ",
"Warmth" : "ぬくもり",
"+ Add watermark" : "+ 透かし (watermark) を追加する",
"Choose watermark type" : "透かしの種類を選択する",
"Upload watermark" : "透かし (watermark) をアップロード",
"Add as text" : "テキストとして追加",
"Padding" : "Padding",
"Shadow" : "影",
"Horizontal" : "水平方向",
"Vertical" : "垂直",
"Opacity" : "不透明度",
"Position" : "位置",
"Stroke" : "Stroke",
"Save image as" : "名前を付けて画像を保存する",
"Extension" : "拡張",
"Name is required." : "名前は必須です。",
"Quality" : "品質",
"Saved image size (width x height)" : "保存した画像のサイズ(幅 x 高さ)",
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "選択されたクロップエリアは、適用されたリサイズよりも低いため、品質が低下する可能性があることに注意してください",
"Actual size (100%)" : "実際のサイズ100",
"Fit size" : "適合サイズ",
"Direct" : "ダイレクト",
"Auto" : "自動",
"Setup" : "設定",

53
l10n/ja.json vendored
View File

@ -95,11 +95,9 @@
"Share folder" : "フォルダーを共有",
"Error saving image" : "画像保存でのエラー",
"Unsaved changes" : "保存していない変更点",
"Drop changes" : "変更を破棄する",
"Previous" : "前へ",
"Next" : "次へ",
"Finish" : "完了",
"Save as" : "保存",
"All changes will be lost." : "全ての変更がなくなります",
"Are you sure you want to continue?" : "本当に続けてよろしいですか?",
"Undo" : "元に戻す",
@ -107,11 +105,7 @@
"Show original image" : "オリジナル画像を表示する",
"Zoom in" : "拡大",
"Zoom out" : "縮小",
"Toggle zoom menu" : "ズーム・メニューの切り替え",
"Adjust" : "調整",
"Fine-tune" : "微調整",
"Filters" : "フィルター",
"Watermark" : "透かし",
"Draw" : "描画",
"Resize" : "リサイズ",
"Invalid image." : "無効な画像",
@ -122,65 +116,18 @@
"Crop" : "クロップ",
"Original" : "オリジナル",
"Custom" : "カスタム",
"Square" : "四角",
"Landscape" : "ランドスケープ",
"Portrait" : "ポートレート",
"Ellipse" : "楕円",
"Classic TV" : "クラシックTV",
"CinemaScope" : "シネマスコープ",
"Arrow" : "矢印",
"Blur" : "ぼかし",
"Brightness" : "輝度",
"Contrast" : "コントラスト",
"Un-flip X" : "Un-flip X",
"Flip X" : "Flip X",
"Un-flip Y" : "Un-flip Y",
"Flip Y" : "Flip Y",
"HSV" : "HSV",
"Hue" : "Hue",
"Saturation" : "彩度",
"Value" : "値",
"Image" : "画像",
"Importing …" : "読み込み中...",
"+ Add image" : "+ 画像を追加",
"Line" : "線",
"Pen" : "ペン",
"Polygon" : "多角形",
"Sides" : "側面",
"Rectangle" : "矩形",
"Corner Radius" : "コーナー半径",
"Width in pixels" : "ピクセル単位の幅",
"Height in pixels" : "ピクセル単位の高さ",
"Toggle ratio lock" : "レシオロックの切り替え",
"Reset to original image size" : "元の画像サイズにリセット",
"Rotate" : "回転",
"Text" : "テキスト",
"Text spacing" : "テキストの間隔",
"Text alignment" : "テキストの整列",
"Font family" : "Font family",
"Size" : "サイズ",
"Letter spacing" : "文字間隔",
"Line height" : "行の高さ",
"Warmth" : "ぬくもり",
"+ Add watermark" : "+ 透かし (watermark) を追加する",
"Choose watermark type" : "透かしの種類を選択する",
"Upload watermark" : "透かし (watermark) をアップロード",
"Add as text" : "テキストとして追加",
"Padding" : "Padding",
"Shadow" : "影",
"Horizontal" : "水平方向",
"Vertical" : "垂直",
"Opacity" : "不透明度",
"Position" : "位置",
"Stroke" : "Stroke",
"Save image as" : "名前を付けて画像を保存する",
"Extension" : "拡張",
"Name is required." : "名前は必須です。",
"Quality" : "品質",
"Saved image size (width x height)" : "保存した画像のサイズ(幅 x 高さ)",
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "選択されたクロップエリアは、適用されたリサイズよりも低いため、品質が低下する可能性があることに注意してください",
"Actual size (100%)" : "実際のサイズ100",
"Fit size" : "適合サイズ",
"Direct" : "ダイレクト",
"Auto" : "自動",
"Setup" : "設定",

71
l10n/ka.js vendored
View File

@ -1,71 +0,0 @@
OC.L10N.register(
"memories",
{
"Download" : "Download",
"Settings" : "Settings",
"People" : "People",
"Timeline" : "Timeline",
"Favorites" : "Favorites",
"Videos" : "Videos",
"Archive" : "Archive",
"Tags" : "Tags",
"Metadata" : "Metadata",
"Edit" : "Edit",
"Explore" : "Explore",
"Cancel" : "Cancel",
"Delete" : "Delete",
"Share" : "Share",
"Favorite" : "Favorite",
"View in folder" : "View in folder",
"General" : "General",
"Account" : "Account",
"Close" : "Close",
"Info" : "Info",
"Performance" : "Performance",
"Unknown" : "Unknown",
"Continue" : "Continue",
"Template" : "Template",
"No items" : "No items",
"Copy public link" : "Copy public link",
"Public link" : "Public link",
"Back" : "Back",
"Save" : "Save",
"Search" : "Search",
"Save changes" : "Save changes",
"Newest" : "Newest",
"Year" : "Year",
"Month" : "Month",
"Day" : "Day",
"Time" : "Time",
"Oldest" : "Oldest",
"Description" : "Description",
"Label" : "Label",
"Empty" : "Empty",
"Reset" : "Reset",
"Name" : "Name",
"Update" : "Update",
"Loading …" : "Loading …",
"Move" : "Move",
"Remove" : "Remove",
"Share link" : "Share link",
"Refresh" : "Refresh",
"Read only" : "Read only",
"Sort by date" : "Sort by date",
"Sort by name" : "Sort by name",
"Home" : "Home",
"Previous" : "Previous",
"Next" : "Next",
"Undo" : "Undo",
"Custom" : "Custom",
"Blur" : "Blur",
"Value" : "Value",
"Image" : "Image",
"Text" : "Text",
"Size" : "Size",
"Position" : "Position",
"Auto" : "Auto",
"Setup" : "Setup",
"Yes" : "Yes",
"No" : "No"
},
"nplurals=2; plural=(n!=1);");

69
l10n/ka.json vendored
View File

@ -1,69 +0,0 @@
{ "translations": {
"Download" : "Download",
"Settings" : "Settings",
"People" : "People",
"Timeline" : "Timeline",
"Favorites" : "Favorites",
"Videos" : "Videos",
"Archive" : "Archive",
"Tags" : "Tags",
"Metadata" : "Metadata",
"Edit" : "Edit",
"Explore" : "Explore",
"Cancel" : "Cancel",
"Delete" : "Delete",
"Share" : "Share",
"Favorite" : "Favorite",
"View in folder" : "View in folder",
"General" : "General",
"Account" : "Account",
"Close" : "Close",
"Info" : "Info",
"Performance" : "Performance",
"Unknown" : "Unknown",
"Continue" : "Continue",
"Template" : "Template",
"No items" : "No items",
"Copy public link" : "Copy public link",
"Public link" : "Public link",
"Back" : "Back",
"Save" : "Save",
"Search" : "Search",
"Save changes" : "Save changes",
"Newest" : "Newest",
"Year" : "Year",
"Month" : "Month",
"Day" : "Day",
"Time" : "Time",
"Oldest" : "Oldest",
"Description" : "Description",
"Label" : "Label",
"Empty" : "Empty",
"Reset" : "Reset",
"Name" : "Name",
"Update" : "Update",
"Loading …" : "Loading …",
"Move" : "Move",
"Remove" : "Remove",
"Share link" : "Share link",
"Refresh" : "Refresh",
"Read only" : "Read only",
"Sort by date" : "Sort by date",
"Sort by name" : "Sort by name",
"Home" : "Home",
"Previous" : "Previous",
"Next" : "Next",
"Undo" : "Undo",
"Custom" : "Custom",
"Blur" : "Blur",
"Value" : "Value",
"Image" : "Image",
"Text" : "Text",
"Size" : "Size",
"Position" : "Position",
"Auto" : "Auto",
"Setup" : "Setup",
"Yes" : "Yes",
"No" : "No"
},"pluralForm" :"nplurals=2; plural=(n!=1);"
}

118
l10n/ko.js vendored
View File

@ -1,7 +1,6 @@
OC.L10N.register(
"memories",
{
"Shared Link" : "공유 링크",
"Download" : "다운로드",
"Fast, modern and advanced photo management suite" : "빠르며 현대적인 고급 사진 관리 도구 모음",
"Settings" : "설정",
@ -36,7 +35,6 @@ OC.L10N.register(
"_Found {n} item in {path}_::_Found {n} items in {path}_" : ["{path}에서 {n}개의 항목을 찾음"],
"Metadata" : "메타데이터",
"Edit" : "편집",
"Failed to load metadata" : "메타데이터 불러오기 실패",
"No coordinates" : "좌표 없음",
"Click edit to set location" : "클릭해 위치를 수정",
"Photos" : "사진",
@ -48,7 +46,6 @@ OC.L10N.register(
"Favorite" : "즐겨찾기",
"Unarchive" : "보관 해제",
"Edit metadata" : "메타데이터 수정",
"Rotate / Flip" : "회전 / 뒤집기",
"View in folder" : "폴더에서 보기",
"Move to folder" : "폴더로 이동",
"Add to album" : "앨범에 추가",
@ -62,25 +59,15 @@ OC.L10N.register(
"Timeline Path" : "타임라인 경로",
"Square grid mode" : "정사각형 바둑판식 모드",
"Show past photos on top of timeline" : "과거 사진을 타임라인의 위쪽에 표시",
"Stack RAW files with same name" : "같은 이름의 RAW 파일을 쌓기",
"Photo Viewer" : "사진 뷰어",
"Autoplay Live Photos" : "라이브 포토 자동 재생",
"Show full file path in sidebar" : "사이드바에 파일의 전체 경로 표시",
"High resolution image loading behavior" : "고해상도 이미지 로딩 동작",
"Load high resolution image on zoom" : "확대할 때 고해상도 이미지를 불러오기",
"Always load high resolution image (not recommended)" : "항상 고해상도 이미지를 불러오기 (비권장)",
"Never load high resolution image" : "어떤 경우에도 고해상도 이미지를 불러오지 않기",
"Account" : "계정",
"Logged in as {user}" : "{user}(으)로 로그인함",
"Sign out" : "로그아웃",
"Device Folders" : "장치 폴더",
"Local folders to include in the timeline view" : "타임라인에 포함할 로컬 폴더",
"Run initial device setup" : "초기 장치 설정 실행",
"Folders Path" : "폴더 경로",
"Show hidden folders" : "숨겨진 폴더 표시",
"Sort folders oldest-first" : "폴더를 오래된 순으로 정렬",
"Sort albums oldest-first" : "앨범을 오래된 순으로 정렬",
"Show hidden albums" : "숨겨진 앨범 표시",
"Choose Timeline Paths" : "타임라인 경로 선택",
"Choose the root for the folders view" : "폴더 보기의 루트를 지정하세요.",
"Are you sure you want to log out {user}?" : "{user}에서 로그아웃 하시겠습니까?",
@ -89,15 +76,6 @@ OC.L10N.register(
"{photoCount} photos" : "{photoCount}개 사진",
"Failed to load some photos" : "일부 사진을 불러오는 데 실패",
"Failed to update setting" : "설정 업데이트 실패",
"Albums support is enabled through the Photos app." : "앨범이 Photos 앱을 통해 지원됩니다.",
"Albums are disabled because the Photos app is not available." : "Photos 앱을 사용할 수 없어 앨범을 사용할 수 없습니다.",
"Recognize is installed and enabled for face recognition." : "Recognize가 설치되었으며 얼굴 인식이 활성화되었습니다.",
"Recognize is installed but not enabled for face recognition." : "Recognize가 설치되었으나 얼굴 인식이 활성화되지 않았습니다.",
"Recognize is not installed. Face recognition and object tagging may be unavailable." : "Recognize가 설치되지 않았습니다. 얼굴 인식과 사물 태그를 사용하지 못할 수 있습니다.",
"Face Recognition is installed and enabled" : "Face Recognition이 설치되었으며 활성화되었습니다.",
"Preview generator is installed and enabled. Additional configuration may still be required." : "미리보기 생성기가 설치되었으며 활성화되었습니다. 추가적인 설정이 필요할 수 있습니다.",
"Preview generator is not installed and configured. This may make Memories very slow." : "미리보기 생성기가 설치 및 설정되지 않았습니다. 이로 인해 Memories가 매우 느려질 수 있습니다.",
"Recommended Apps" : "추천 앱",
"Path to packaged exiftool binary" : "패키지 내 exiftool 바이너리 경로",
"You need perl only if the packaged exiftool binary does not work for some reason." : "어떠한 이유로 패키지 내의 exiftool이 작동하지 않을 때에만 perl이 필요합니다.",
"Use system perl (only if exiftool binary does not work)" : "시스템의 perl 사용 (exiftool 바이너리가 작동하지 않을 때에만)",
@ -106,34 +84,19 @@ OC.L10N.register(
"If you are using Imaginary for preview generation, you can ignore this section." : "Imaginary로 미리 보기를 생성한다면, 이 부분을 무시해도 됩니다.",
"To enable RAW support, install the Camera RAW Previews app." : "RAW 지원을 사용하려면, Camera RAW Previews 앱을 설치하세요.",
"Documentation." : "문서.",
"PHP-Imagick is available [{version}]." : "PHP-Imagick이 사용 가능합니다 [{version}].",
"PHP-Imagick is not available." : "PHP-Imagick 을 사용할 수 없습니다.",
"Image editing will not work correctly." : "이미지 편집이 올바르게 동작하지 않을 것입니다.",
"Thumbnail generation may not work for some formats (HEIC, TIFF)." : "일부 포맷(HEIC, TIFF)에서 썸네일 생성이 작동하지 않을 수 있습니다.",
"Thumbnails for videos will be generated with this binary." : "영상의 썸네일은 이 바이너리로 생성됩니다.",
"Thumbnail generation may not work for videos." : "영상의 썸네일 생성이 작동하지 않을 수 있습니다.",
"The following MIME types are configured for preview generation." : "다음의 MIME 타입이 미리 보기를 생성하도록 설정되었습니다.",
"Max preview size (trade-off between quality and storage requirements)." : "최대 미리 보기 크기 (품질과 저장 공간 사이에서 타협하세요.)",
"Max memory for preview generation (MB)" : "미리 보기 생성에 사용할 최대 메모리 (MB)",
"File Support" : "지원 요청",
"Images (JPEG, PNG, GIF, BMP)" : "이미지 (JPEG, PNG, GIF, BMP)",
"Thank you for choosing Nextcloud and Memories to store your precious data!" : "여러분의 소중한 자료를 보관하기 위해 Nextcloud와 Memories를 선택해 주셔서 감사합니다!",
"Memories is very feature rich and setting it up properly can take some time." : "기능이 풍부한 Memories는 설정에 다소 시간이 걸릴 수 있습니다.",
"If you just installed Memories, make sure you read the getting started guide:" : "방금 Memories를 설치하셨다면, 꼭 시작 가이드를 확인하시기 바랍니다:",
"External Link" : "외부 링크",
"In case you run into any issues or bugs, you can get help through several channels." : "문제나 버그에 마주했다면, 여러 경로를 통해 도움을 받을 수 있습니다.",
"Memories is a completely free and open source app under active development." : "Memories는 완전히 무료인 오픈 소스 앱이며 현재 개발중입니다.",
"You can contribute in several ways. See the project page for more details:" : "여러 방법으로 기여할 수 있습니다. 프로젝트 페이지에 방문하여 더 자세한 정보를 보세요:",
"Help & Support" : "도움 & 지원",
"{n} media files have been indexed" : "{n}개 미디어 파일이 색인 됨",
"Automatic Indexing status: {status}" : "자동 색인 상태: {status}",
"Last index job was run {t} seconds ago." : "마지막 색인 작업이 {t}초 전 실행되었습니다.",
"It took {t} seconds to complete." : "작업에 {t}초가 걸렸습니다.",
"It is still running or was interrupted." : "아직 실행 중이거나 실행 중에 중단되었습니다.",
"Looks like it has been more than an hour since the last index job was run. Make sure Nextcloud cron is configured correctly." : "마지막 인덱스 작업을 실행한 지 한 시간 이상이 지난 것 같습니다. Nextcloud cron이 제대로 구성되도록 하세요.",
"Only server-side encryption (OC_DEFAULT_MODULE) is supported, but another encryption module is enabled." : "서버 측 암호화 (OC_DEFAULT_MODULE)만을 지원합니다. 하지만 다른 암호화 모듈이 활성화 되었습니다.",
"The EXIF indexes are built and checked in a periodic background task. Be careful when selecting anything other than automatic indexing. For example, setting the indexing to only timeline folders may cause delays before media becomes available to users, since the user configures the timeline only after logging in." : "정기적인 백그라운드 작업에서 EXIF 색인을 만들고 검사합니다. 자동 색인 외의 다른 것을 선택할 때는 주의하세요. 예로, 타임라인은 사용자가 로그인 한 이후에만 구성할 수 있기 때문에, 타임라인 폴더만 색인하도록 설정하면 사용자가 미디어를 보기 전 지연 시간이 발생할 수 있습니다.",
"Folders with a \".nomedia\" or a \".nomemories\" file are always excluded from indexing." : "\".nomedia\"와 \".nomemories\" 파일이 있는 폴더는 언제나 인덱싱에서 제외됩니다.",
"Index all media automatically (recommended)" : "모든 미디어를 자동 색인 (권장)",
"Index per-user timeline folders (not recommended)" : "사용자별 타임라인 폴더를 색인 (비권장)",
"Index a fixed relative path" : "바꿀 수 없는 상대적 경로를 색인",
@ -184,41 +147,24 @@ OC.L10N.register(
"Intel processors supporting QuickSync Video (QSV) as well as some AMD GPUs can be used for transcoding using VA-API acceleration." : "일부 AMD GPU 뿐만 아니라 QuickSync Video (QSV)를 지원하는 인텔 프로세서를 VA-API를 통한 하드웨어 가속에 사용할 수 있습니다.",
"For more details on driver installation, check the documentation:" : "드라이버 설치에 대한 세부 사항은 다음 문서를 참고하세요:",
"Enable acceleration with VA-API" : "VA-API를 통한 가속 활성화",
"Enable low-power mode (QSV only)" : "저전력 모드 활성화 (QSV 전용)",
"NVIDIA GPUs can be used for transcoding using the NVENC encoder with the proper drivers." : "올바른 드라이버를 사용하면 NVIDIA GPU를 NVENC 인코더를 통한 트랜스코딩에 사용할 수 있습니다.",
"Depending on the versions of the installed SDK and ffmpeg, you need to specify the scaler to use" : "설치된 SDK 및 ffmpeg 버전에 따라 사용할 스케일러를 지정해야 합니다.",
"No automated tests are available for NVIDIA acceleration." : "NVIDIA 가속에 대한 자동 테스트를 사용할 수 없습니다.",
"Enable acceleration with NVENC" : "NVENC를 통한 가속 활성화",
"Enable NVENC Temporal AQ" : "NVENC Temporal AQ 활성화",
"CUDA scaler" : "CUDA 스케일러",
"NPP scaler" : "NPP 스케일러",
"Due to a bug in certain hardware drivers, videos may appear in incorrect orientations when streaming. This can be resolved in some cases by rotating the video on the accelerator." : "특정 하드웨어 드라이버의 버그로 인해, 스트리밍 중 영상이 잘못 회전되어 보일 수 있습니다. 일부 상황에서는 가속기에서 비디오를 회전하는 것으로 해결할 수 있습니다.",
"Try this option only if you have incorrectly oriented videos during playback." : "영상이 잘못 회전되는 경우에만 이 옵션을 쓰세요.",
"Enable streaming transpose workaround" : "streaming transpose 해결책 활성화",
"Some NVENC devices have issues with force_key_frames." : "일부 NVENC 장치는 force_key_frames에 문제가 있습니다.",
"Try this option only if you use NVENC and have issues with video playback." : "NVENC를 사용하며 비디오 재생에 문제가 있을 때만 이 옵션을 쓰세요.",
"Enable streaming GOP size workaround" : "GOP size 해결책 활성화",
"HW Acceleration" : "하드웨어 가속",
"CUDA scaler" : "CUDA 스케일러",
"VA-API device ({dev}) is readable" : "VA-API 장치 ({dev})를 읽을 수 있음",
"VA-API device ({dev}) not found" : "VA-API 장치 ({dev})를 찾을 수 없음",
"VA-API device ({dev}) has incorrect permissions" : "VA-API 장치 ({dev})의 권한이 잘못됨",
"VA-API device status: {status}" : "VA-API 장치 상태: {status}",
"Memories uses the go-vod transcoder. You can run go-vod exernally (e.g. in a separate Docker container for hardware acceleration) or use the built-in transcoder. To use an external transcoder, enable the following option and follow the instructions in the documentation:" : "Memories는 go-vod 트랜스코더를 사용합니다. 외부에서 go-vod를 실행(예: 하드웨어 가속을 위한 별도의 Docker 컨테이너에서)하거나 내장 트랜스코더를 사용할 수 있습니다. 외부 트랜스코더를 사용하려면 다음 옵션을 활성화하고 설명서의 지침을 따르십시오:",
"Enable external transcoder" : "외부 트랜스코더 활성화",
"Binary path (local only)" : "바이너리 경로 (로컬 전용)",
"Bind address (local only)" : "바인드 주소 (로컬 전용)",
"Connection address (same as bind if local)" : "연결 주소 (로컬이라면 바인드와 같게)",
"Quality Factor (15 - 45) (default 25)" : "품질 계수 (15 - 45) (기본 25)",
"Transcoder" : "트랜스코더",
"Default high resolution image loading behavior of the photo viewer." : "사진 뷰어의 고해상도 이미지 로딩 기본 동작",
"The configuration here also applies to public link shares." : "이곳의 설정은 공개 링크 공유에도 적용됩니다.",
"Users may override this setting." : "사용자들이 이 설정을 바꿀 수 있습니다.",
"Always load high resolution image (not recommended if using HEIC/TIFF)" : "항상 고해상도 이미지를 불러오기 (HEIC/TIFF 사용시 비권장)",
"Template" : "템플릿",
"No items" : "항목 없음",
"Shared by {user}" : "{user}가 공유한",
"_{n} item_::_{n} items_" : ["{n}개 항목"],
"_{n} photo updated_::_{n} photos updated_" : ["{n}개 사진 갱신됨"],
"Add people or groups who can edit your album" : "앨범을 수정할 수 있는 사람 및 그룹 추가",
"Search for collaborators" : "공동 작업자 검색",
"Search people or groups" : "사람 및 그룹 검색",
@ -239,9 +185,7 @@ OC.L10N.register(
"New album" : "새 앨범",
"Could not load the selected album" : "선택한 앨범을 불러올 수 없음",
"Remove Album" : "앨범 제거",
"Leave Album" : "앨범 떠나기",
"Are you sure you want to permanently remove album \"{name}\"?" : "\"{name}\" 앨범을 영구히 제거하겠습니까?",
"Are you sure you want to leave the shared album \"{name}\"?" : "공유된 앨범 \"{name}\"에서 떠나시겠습니까?",
"Failed to delete {name}." : "{name}을 삭제하지 못했습니다.",
"Name of the album" : "앨범의 이름",
"Location of the album" : "앨범의 위치",
@ -254,12 +198,8 @@ OC.L10N.register(
"Create album" : "앨범 만들기",
"Invalid album name; should not contain any slashes." : "앨범 이름이 잘못되었습니다. 슬래시가 없어야 합니다.",
"Search" : "검색",
"Create new album." : "새 앨범을 만듭니다.",
"Save changes" : "설정 저장",
"_Removed from {n} album_::_Removed from {n} albums_" : ["{n}개 앨범에서 제거됨"],
"Share Album" : "앨범 공유",
"Save collaborators for this album." : "이 앨범의 공동 작업자를 저장",
"Failed to load album info: {name}" : "앨범 정보 불러오기 실패: {name}",
"_%n item_::_%n items_" : ["%n개 항목"],
"Newest" : "최신순",
"Year" : "년",
@ -287,20 +227,8 @@ OC.L10N.register(
"Date / Time" : "날짜 / 시간",
"Collaborative Tags" : "공동 작업 태그",
"EXIF Fields" : "EXIF 필드",
"Geolocation" : "지리적 위치",
"Orientation (EXIF)" : "회전 (EXIF)",
"Cannot edit {name} of type {type}" : "{type} 형식의 {name}(을)를 편집할 수 없습니다.",
"Cannot edit rotation on videos ({name})" : "비디오 ({name})의 회전을 편집할 수 없습니다.",
"Cannot edit rotation on Live Photos ({name})" : "라이브 사진 ({name})의 회전을 편집할 수 없습니다.",
"Some selected items have stacked RAW files.\nRAW files will not be edited." : "일부 선택된 파일들은 쌓여진 RAW 파일들이 있습니다.\nRAW 파일은 편집하지 않습니다.",
"Missing date metadata" : "날짜 메타데이터 누락",
"Some items may be missing the date metadata. Do you want to attempt copying the currently known timestamp to the metadata (recommended)? Othewise, the timestamp may be reset to the current time." : "일부 항목은 날짜 메타데이터가 누락되었을 수도 있습니다. 지금 알려진 타임스탬프를 메타데이터에 복사해 보겠습니까 (권장)? 그렇지 않으면, 타임스탬프가 현재 시간으로 재설정 될 수 있습니다.",
"Failed to load metadata for {n} photos." : "{n}개 사진에서 메타데이터를 가져오지 못했습니다.",
"{n} photos cannot be edited (permissions error)." : "{n}개의 사진을 수정할 수 없습니다. (권한 오류)",
"This feature rotates images losslessly by updating the EXIF metadata. This approach is known to sometimes not work correctly on certain image types such as HEIC. Make sure you do a test run before using it on multiple images." : "이 기능은 EXIF 메타데이터를 수정하여 이미지를 손실 없이 회전합니다. 이 접근법은 HEIC 같은 이미지 형식에서 올바르게 되지 않는 것으로 알려져 있습니다. 여러 이미지에 사용하기 전에 반드시 시험 실행을 하세요.",
"Rotate Left" : "왼쪽으로 회전",
"Rotate Right" : "오른쪽으로 회전",
"Flip" : "뒤집기",
"Remove person" : "사람 제거",
"Are you sure you want to remove {name}?" : "{name}(을)를 제거하시겠습니까?",
"Only user \"{user}\" can delete this person" : "\"{user}\"님만 이 사람을 제거할 수 있습니다.",
@ -309,18 +237,13 @@ OC.L10N.register(
"Update" : "업데이트",
"Failed to rename {oldName} to {name}." : "{oldName}에서 {name}(으)로 이름을 바꾸지 못했습니다.",
"Loading …" : "불러오는 중 …",
"Failed to load faces" : "얼굴 불러오기 실패",
"Enter name of the new face" : "새 얼굴에 이름을 입력하세요.",
"Failed to create face" : "얼굴을 만들지 못했습니다.",
"Merge {name} with person" : "사람에 {name}(을)를 병합",
"Merge faces" : "얼굴 합치기",
"Merge {name} with {newName}?" : "{name}과 {newName}을 합치겠습니까?",
"unnamed person" : "이름짓지 않은 사람",
"Too many failures, aborting" : "너무 많이 실패하여 취소함",
"Error while moving {basename}" : "{basename} 이동 중 실패",
"Failed to move {name}." : "{name}(을)를 이동하지 못했습니다.",
"Move selected photos to person" : "선택한 사진을 사람으로 이동",
"Move the selected photos to {target}?" : "선택된 사진을 {target}에 옮기겠습니까?",
"Move" : "이동",
"An error occurred while moving photos from {name}." : "{name}에서 사진을 이동하는 중 오류가 발생했습니다.",
"Choose a folder" : "폴더 선택",
@ -341,30 +264,19 @@ OC.L10N.register(
"Editable" : "수정 가능",
"Read only" : "읽기 전용",
"Link copied to clipboard" : "링크가 클립보드로 복사됨",
"Failed to copy link to clipboard" : "클립보드에 링크 복사 실패",
"Reduced Size" : "줄어든 크기",
"Share in lower quality (small file size)" : "낮은 품질로 공유 (작은 파일 크기)",
"High Resolution" : "고해상도",
"Share in high quality (large file size)" : "높은 품질로 공유 (큰 파일 크기)",
"Original File" : "원본 파일",
"Public Link" : "공개 링크",
"Share an external Nextcloud link" : "외부 Nextcloud 링크 공유",
"Not allowed to share file: {name}" : "파일을 공유하도록 허가되지 않음: {name}",
"Failed to create album for public link" : "공개 링크를 위한 앨범 만들기 실패",
"Failed to download file {href}" : "파일 다운로드 실패 {href}",
"Cannot share this type of data" : "이 종류의 데이터는 공유할 수 없습니다.",
"_Share File_::_Share Files_" : ["파일 공유"],
"_Share the original file_::_Share the original files_" : ["원본 파일 공유"],
"Sort by date" : "날짜순 정렬",
"Sort by name" : "이름순 정렬",
"Share album" : "앨범 공유",
"Download album" : "앨범 다운로드",
"Remove album" : "앨범 제거",
"Nothing to show here" : "표시할 항목 없음",
"Unassigned faces" : "지정되지 않은 얼굴",
"Merge with different person" : "다른 사람에게 병합",
"Mark person in preview" : "미리 보기에 사람 표시",
"Unnamed person" : "이름짓지 않은 사람",
"Folder View" : "폴더 보기",
"Timeline View" : "타임라인 보기",
"Share folder" : "폴더 공유",
@ -377,24 +289,10 @@ OC.L10N.register(
"Drop changes" : "변경 사항 버리기",
"Play Live Photo" : "라이브 사진 재생",
"Download Video" : "동영상 다운로드",
"Download {ext}" : "{ext} 다운로드",
"Slideshow" : "슬라이드쇼",
"Previous" : "이전",
"Next" : "다음",
"Editing is currently disabled for Live Photos" : "현재 라이브 사진을 수정할 수 없습니다.",
"You are now logged in to the server!" : "당신은 현재 서버에 로그인했습니다!",
"You can set up automatic uploads from this device using the Nextcloud mobile app. Click the button below to download the app, or skip this step and continue." : "Nextcloud 모바일 앱을 사용해 자동 업로드를 설정할 수 있습니다. 아래의 버튼을 클릭해 앱을 다운로드하거나, 이 단계를 건너뛰고 계속하세요.",
"Set up automatic upload" : "자동 업로드 설정",
"Memories can show local media on your device alongside the media on your server. This requires access to the media on this device." : "Memories는 장치의 로컬 미디어와 서버 내의 미디어를 함께 보여줄 수 있습니다. 이는 장치의 미디어에 대한 접근이 필요합니다.",
"Access to media has been granted." : "미디어에 접근이 허용되었습니다.",
"Access to media is not available yet. If the button below does not work, grant the permission through settings." : "미디어에 접근이 아직 허용되지 않았습니다. 아래 버튼이 작동하지 않으면, 설정을 통해 권한을 허용하세요.",
"Grant permissions" : "권한 허용",
"Skip this step" : "이 단계 건너뛰기",
"Choose the folders on this device to show on your timeline." : "장치의 폴더를 선택하여 타임라인에 표시하세요.",
"If no folders are visible here, you may need to grant the app storage permissions, or wait for the app to index your files." : "아무 폴더도 보이지 않으면, 앱의 저장소 권한을 허용해야 하거나, 앱이 파일을 인덱스 할 때까지 기다려야 할 수도 있습니다.",
"You can always change this in settings. Note that this does not affect automatic uploading." : "언제든 이를 설정에서 바꿀 수 있습니다. 이는 자동 업로드에 영향을 주지 않음을 알립니다.",
"Synchronizing local files ({n} done)." : "로컬 파일을 동기화 중입니다. ({n}개 완료)",
"This may take a while. Do not close this window." : "잠시 시간이 걸립니다. 이 창을 닫지 마세요.",
"Finish" : "끝내기",
"{name} binary exists and is executable." : "{name} 바이너리가 존재하며 실행 가능합니다.",
"{name} binary not found." : "{name} 바이너리를 찾을 수 없습니다.",
@ -490,7 +388,6 @@ OC.L10N.register(
"Shared Folder" : "공유된 폴더",
"Shared Album" : "공유된 앨범",
"Setup" : "설정",
"Failed to remove {filename}." : "{filename}(을) 삭제하지 못했습니다.",
"Failed to create {albumName}." : "{albumName}(을)를 만들지 못했습니다.",
"Failed to rename {currentAlbumName} to {newAlbumName}." : "{currentAlbumName}에서 {newAlbumName}(으)로 이름을 바꾸지 못했습니다.",
"General Failure" : "일반 실패",
@ -499,13 +396,10 @@ OC.L10N.register(
"Failed to move files." : "파일을 이동하지 못했습니다.",
"Could not move {fileName}, target exists." : "{fileName}(을)를 이동할 수 없습니다, 목적지에 이미 존재합니다.",
"Failed to move {fileName}." : "{fileName}을 이동하지 못했습니다.",
"Failed to load image info: {name}" : "이미지 정보 불러오기 실패: {name}",
"Failed to download files" : "파일을 다운로드 하지 못했습니다.",
"Failed to favorite files." : "파일을 즐겨찾기에 추가하지 못했습니다.",
"Failed to favorite some files." : "일부 파일을 즐겨찾기에 추가하지 못했습니다.",
"Failed to favorite {fileName}." : "{fileName} 파일을 즐겨찾기에 추가하지 못했습니다.",
"No content-location header found" : "내용-위치 헤더를 찾지 못함",
"Failed to create tag {name}: {error}" : "{name} 태그 만들기 실패: {error}",
"Memories has been updated to {version}. Reload to get the new version." : "Memories를 {version}(으)로 업데이트 했습니다. 새로고침 하여 새 버전을 사용하세요.",
"Upload some photos and make sure the timeline path is configured" : "사진을 업로드하고 타임라인 경로가 설정되었는지 확인하세요.",
"Mark photos as favorite to find them easily" : "사진을 즐겨찾기에 추가해 쉽게 찾으세요.",
@ -514,19 +408,11 @@ OC.L10N.register(
"You will find your friends soon. Please be patient" : "곧 친구들을 확인할 수 있습니다. 기다려주세요.",
"Face Recognition is disabled. Enable in settings to find your friends" : "Face Recognition이 비활성화 되어있습니다. 친구들을 찾기 위해 설정에서 활성화 하세요.",
"Your videos will appear here" : "동영상이 이곳에 나타납니다.",
"Add photos to albums by selecting them on your timeline." : "타임라인에서 사진을 선택해 앨범에 추가하세요.",
"Create an album to get started" : "앨범을 만들어 시작하세요.",
"Archive photos you don't want to see in your timeline" : "타임라인에서 보고 싶지 않은 사진을 보관하세요.",
"Tag photos to find them easily" : "사진에 태그를 달아 쉽게 찾으세요.",
"Places you have been to will appear here" : "갔었던 장소가 이곳에 나타납니다.",
"Yes" : "예",
"No" : "아니오",
"The folder name \"{folder}\" has a leading or trailing whitespace. This may lead to errors and should be corrected." : "폴더 이름 \"{folder}\"의 시작이나 끝에 공백이 있습니다. 이로 인해 오류가 발생할 수 있어 정정해야 합니다.",
"_Move {count} item to trash?_::_Move {count} items to trash?_" : ["{count}개 항목을 휴지통으로 이동할까요?"],
"Files in trash may be automatically deleted after a fixed period of time." : "휴지통의 파일은 정해진 시간 후 자동으로 삭제됩니다.",
"_Remove {count} item from album?_::_Remove {count} items from album?_" : ["앨범에서 {count}개 항목을 삭제할까요?"],
"This will not delete your original files." : "원본 파일은 삭제하지 않습니다.",
"You are about to download {count} items." : "{count}개 항목을 다운로드합니다.",
"You are about to move {count} items." : "{count}개 항목을 이동합니다."
"No" : "아니오"
},
"nplurals=1; plural=0;");

118
l10n/ko.json vendored
View File

@ -1,5 +1,4 @@
{ "translations": {
"Shared Link" : "공유 링크",
"Download" : "다운로드",
"Fast, modern and advanced photo management suite" : "빠르며 현대적인 고급 사진 관리 도구 모음",
"Settings" : "설정",
@ -34,7 +33,6 @@
"_Found {n} item in {path}_::_Found {n} items in {path}_" : ["{path}에서 {n}개의 항목을 찾음"],
"Metadata" : "메타데이터",
"Edit" : "편집",
"Failed to load metadata" : "메타데이터 불러오기 실패",
"No coordinates" : "좌표 없음",
"Click edit to set location" : "클릭해 위치를 수정",
"Photos" : "사진",
@ -46,7 +44,6 @@
"Favorite" : "즐겨찾기",
"Unarchive" : "보관 해제",
"Edit metadata" : "메타데이터 수정",
"Rotate / Flip" : "회전 / 뒤집기",
"View in folder" : "폴더에서 보기",
"Move to folder" : "폴더로 이동",
"Add to album" : "앨범에 추가",
@ -60,25 +57,15 @@
"Timeline Path" : "타임라인 경로",
"Square grid mode" : "정사각형 바둑판식 모드",
"Show past photos on top of timeline" : "과거 사진을 타임라인의 위쪽에 표시",
"Stack RAW files with same name" : "같은 이름의 RAW 파일을 쌓기",
"Photo Viewer" : "사진 뷰어",
"Autoplay Live Photos" : "라이브 포토 자동 재생",
"Show full file path in sidebar" : "사이드바에 파일의 전체 경로 표시",
"High resolution image loading behavior" : "고해상도 이미지 로딩 동작",
"Load high resolution image on zoom" : "확대할 때 고해상도 이미지를 불러오기",
"Always load high resolution image (not recommended)" : "항상 고해상도 이미지를 불러오기 (비권장)",
"Never load high resolution image" : "어떤 경우에도 고해상도 이미지를 불러오지 않기",
"Account" : "계정",
"Logged in as {user}" : "{user}(으)로 로그인함",
"Sign out" : "로그아웃",
"Device Folders" : "장치 폴더",
"Local folders to include in the timeline view" : "타임라인에 포함할 로컬 폴더",
"Run initial device setup" : "초기 장치 설정 실행",
"Folders Path" : "폴더 경로",
"Show hidden folders" : "숨겨진 폴더 표시",
"Sort folders oldest-first" : "폴더를 오래된 순으로 정렬",
"Sort albums oldest-first" : "앨범을 오래된 순으로 정렬",
"Show hidden albums" : "숨겨진 앨범 표시",
"Choose Timeline Paths" : "타임라인 경로 선택",
"Choose the root for the folders view" : "폴더 보기의 루트를 지정하세요.",
"Are you sure you want to log out {user}?" : "{user}에서 로그아웃 하시겠습니까?",
@ -87,15 +74,6 @@
"{photoCount} photos" : "{photoCount}개 사진",
"Failed to load some photos" : "일부 사진을 불러오는 데 실패",
"Failed to update setting" : "설정 업데이트 실패",
"Albums support is enabled through the Photos app." : "앨범이 Photos 앱을 통해 지원됩니다.",
"Albums are disabled because the Photos app is not available." : "Photos 앱을 사용할 수 없어 앨범을 사용할 수 없습니다.",
"Recognize is installed and enabled for face recognition." : "Recognize가 설치되었으며 얼굴 인식이 활성화되었습니다.",
"Recognize is installed but not enabled for face recognition." : "Recognize가 설치되었으나 얼굴 인식이 활성화되지 않았습니다.",
"Recognize is not installed. Face recognition and object tagging may be unavailable." : "Recognize가 설치되지 않았습니다. 얼굴 인식과 사물 태그를 사용하지 못할 수 있습니다.",
"Face Recognition is installed and enabled" : "Face Recognition이 설치되었으며 활성화되었습니다.",
"Preview generator is installed and enabled. Additional configuration may still be required." : "미리보기 생성기가 설치되었으며 활성화되었습니다. 추가적인 설정이 필요할 수 있습니다.",
"Preview generator is not installed and configured. This may make Memories very slow." : "미리보기 생성기가 설치 및 설정되지 않았습니다. 이로 인해 Memories가 매우 느려질 수 있습니다.",
"Recommended Apps" : "추천 앱",
"Path to packaged exiftool binary" : "패키지 내 exiftool 바이너리 경로",
"You need perl only if the packaged exiftool binary does not work for some reason." : "어떠한 이유로 패키지 내의 exiftool이 작동하지 않을 때에만 perl이 필요합니다.",
"Use system perl (only if exiftool binary does not work)" : "시스템의 perl 사용 (exiftool 바이너리가 작동하지 않을 때에만)",
@ -104,34 +82,19 @@
"If you are using Imaginary for preview generation, you can ignore this section." : "Imaginary로 미리 보기를 생성한다면, 이 부분을 무시해도 됩니다.",
"To enable RAW support, install the Camera RAW Previews app." : "RAW 지원을 사용하려면, Camera RAW Previews 앱을 설치하세요.",
"Documentation." : "문서.",
"PHP-Imagick is available [{version}]." : "PHP-Imagick이 사용 가능합니다 [{version}].",
"PHP-Imagick is not available." : "PHP-Imagick 을 사용할 수 없습니다.",
"Image editing will not work correctly." : "이미지 편집이 올바르게 동작하지 않을 것입니다.",
"Thumbnail generation may not work for some formats (HEIC, TIFF)." : "일부 포맷(HEIC, TIFF)에서 썸네일 생성이 작동하지 않을 수 있습니다.",
"Thumbnails for videos will be generated with this binary." : "영상의 썸네일은 이 바이너리로 생성됩니다.",
"Thumbnail generation may not work for videos." : "영상의 썸네일 생성이 작동하지 않을 수 있습니다.",
"The following MIME types are configured for preview generation." : "다음의 MIME 타입이 미리 보기를 생성하도록 설정되었습니다.",
"Max preview size (trade-off between quality and storage requirements)." : "최대 미리 보기 크기 (품질과 저장 공간 사이에서 타협하세요.)",
"Max memory for preview generation (MB)" : "미리 보기 생성에 사용할 최대 메모리 (MB)",
"File Support" : "지원 요청",
"Images (JPEG, PNG, GIF, BMP)" : "이미지 (JPEG, PNG, GIF, BMP)",
"Thank you for choosing Nextcloud and Memories to store your precious data!" : "여러분의 소중한 자료를 보관하기 위해 Nextcloud와 Memories를 선택해 주셔서 감사합니다!",
"Memories is very feature rich and setting it up properly can take some time." : "기능이 풍부한 Memories는 설정에 다소 시간이 걸릴 수 있습니다.",
"If you just installed Memories, make sure you read the getting started guide:" : "방금 Memories를 설치하셨다면, 꼭 시작 가이드를 확인하시기 바랍니다:",
"External Link" : "외부 링크",
"In case you run into any issues or bugs, you can get help through several channels." : "문제나 버그에 마주했다면, 여러 경로를 통해 도움을 받을 수 있습니다.",
"Memories is a completely free and open source app under active development." : "Memories는 완전히 무료인 오픈 소스 앱이며 현재 개발중입니다.",
"You can contribute in several ways. See the project page for more details:" : "여러 방법으로 기여할 수 있습니다. 프로젝트 페이지에 방문하여 더 자세한 정보를 보세요:",
"Help & Support" : "도움 & 지원",
"{n} media files have been indexed" : "{n}개 미디어 파일이 색인 됨",
"Automatic Indexing status: {status}" : "자동 색인 상태: {status}",
"Last index job was run {t} seconds ago." : "마지막 색인 작업이 {t}초 전 실행되었습니다.",
"It took {t} seconds to complete." : "작업에 {t}초가 걸렸습니다.",
"It is still running or was interrupted." : "아직 실행 중이거나 실행 중에 중단되었습니다.",
"Looks like it has been more than an hour since the last index job was run. Make sure Nextcloud cron is configured correctly." : "마지막 인덱스 작업을 실행한 지 한 시간 이상이 지난 것 같습니다. Nextcloud cron이 제대로 구성되도록 하세요.",
"Only server-side encryption (OC_DEFAULT_MODULE) is supported, but another encryption module is enabled." : "서버 측 암호화 (OC_DEFAULT_MODULE)만을 지원합니다. 하지만 다른 암호화 모듈이 활성화 되었습니다.",
"The EXIF indexes are built and checked in a periodic background task. Be careful when selecting anything other than automatic indexing. For example, setting the indexing to only timeline folders may cause delays before media becomes available to users, since the user configures the timeline only after logging in." : "정기적인 백그라운드 작업에서 EXIF 색인을 만들고 검사합니다. 자동 색인 외의 다른 것을 선택할 때는 주의하세요. 예로, 타임라인은 사용자가 로그인 한 이후에만 구성할 수 있기 때문에, 타임라인 폴더만 색인하도록 설정하면 사용자가 미디어를 보기 전 지연 시간이 발생할 수 있습니다.",
"Folders with a \".nomedia\" or a \".nomemories\" file are always excluded from indexing." : "\".nomedia\"와 \".nomemories\" 파일이 있는 폴더는 언제나 인덱싱에서 제외됩니다.",
"Index all media automatically (recommended)" : "모든 미디어를 자동 색인 (권장)",
"Index per-user timeline folders (not recommended)" : "사용자별 타임라인 폴더를 색인 (비권장)",
"Index a fixed relative path" : "바꿀 수 없는 상대적 경로를 색인",
@ -182,41 +145,24 @@
"Intel processors supporting QuickSync Video (QSV) as well as some AMD GPUs can be used for transcoding using VA-API acceleration." : "일부 AMD GPU 뿐만 아니라 QuickSync Video (QSV)를 지원하는 인텔 프로세서를 VA-API를 통한 하드웨어 가속에 사용할 수 있습니다.",
"For more details on driver installation, check the documentation:" : "드라이버 설치에 대한 세부 사항은 다음 문서를 참고하세요:",
"Enable acceleration with VA-API" : "VA-API를 통한 가속 활성화",
"Enable low-power mode (QSV only)" : "저전력 모드 활성화 (QSV 전용)",
"NVIDIA GPUs can be used for transcoding using the NVENC encoder with the proper drivers." : "올바른 드라이버를 사용하면 NVIDIA GPU를 NVENC 인코더를 통한 트랜스코딩에 사용할 수 있습니다.",
"Depending on the versions of the installed SDK and ffmpeg, you need to specify the scaler to use" : "설치된 SDK 및 ffmpeg 버전에 따라 사용할 스케일러를 지정해야 합니다.",
"No automated tests are available for NVIDIA acceleration." : "NVIDIA 가속에 대한 자동 테스트를 사용할 수 없습니다.",
"Enable acceleration with NVENC" : "NVENC를 통한 가속 활성화",
"Enable NVENC Temporal AQ" : "NVENC Temporal AQ 활성화",
"CUDA scaler" : "CUDA 스케일러",
"NPP scaler" : "NPP 스케일러",
"Due to a bug in certain hardware drivers, videos may appear in incorrect orientations when streaming. This can be resolved in some cases by rotating the video on the accelerator." : "특정 하드웨어 드라이버의 버그로 인해, 스트리밍 중 영상이 잘못 회전되어 보일 수 있습니다. 일부 상황에서는 가속기에서 비디오를 회전하는 것으로 해결할 수 있습니다.",
"Try this option only if you have incorrectly oriented videos during playback." : "영상이 잘못 회전되는 경우에만 이 옵션을 쓰세요.",
"Enable streaming transpose workaround" : "streaming transpose 해결책 활성화",
"Some NVENC devices have issues with force_key_frames." : "일부 NVENC 장치는 force_key_frames에 문제가 있습니다.",
"Try this option only if you use NVENC and have issues with video playback." : "NVENC를 사용하며 비디오 재생에 문제가 있을 때만 이 옵션을 쓰세요.",
"Enable streaming GOP size workaround" : "GOP size 해결책 활성화",
"HW Acceleration" : "하드웨어 가속",
"CUDA scaler" : "CUDA 스케일러",
"VA-API device ({dev}) is readable" : "VA-API 장치 ({dev})를 읽을 수 있음",
"VA-API device ({dev}) not found" : "VA-API 장치 ({dev})를 찾을 수 없음",
"VA-API device ({dev}) has incorrect permissions" : "VA-API 장치 ({dev})의 권한이 잘못됨",
"VA-API device status: {status}" : "VA-API 장치 상태: {status}",
"Memories uses the go-vod transcoder. You can run go-vod exernally (e.g. in a separate Docker container for hardware acceleration) or use the built-in transcoder. To use an external transcoder, enable the following option and follow the instructions in the documentation:" : "Memories는 go-vod 트랜스코더를 사용합니다. 외부에서 go-vod를 실행(예: 하드웨어 가속을 위한 별도의 Docker 컨테이너에서)하거나 내장 트랜스코더를 사용할 수 있습니다. 외부 트랜스코더를 사용하려면 다음 옵션을 활성화하고 설명서의 지침을 따르십시오:",
"Enable external transcoder" : "외부 트랜스코더 활성화",
"Binary path (local only)" : "바이너리 경로 (로컬 전용)",
"Bind address (local only)" : "바인드 주소 (로컬 전용)",
"Connection address (same as bind if local)" : "연결 주소 (로컬이라면 바인드와 같게)",
"Quality Factor (15 - 45) (default 25)" : "품질 계수 (15 - 45) (기본 25)",
"Transcoder" : "트랜스코더",
"Default high resolution image loading behavior of the photo viewer." : "사진 뷰어의 고해상도 이미지 로딩 기본 동작",
"The configuration here also applies to public link shares." : "이곳의 설정은 공개 링크 공유에도 적용됩니다.",
"Users may override this setting." : "사용자들이 이 설정을 바꿀 수 있습니다.",
"Always load high resolution image (not recommended if using HEIC/TIFF)" : "항상 고해상도 이미지를 불러오기 (HEIC/TIFF 사용시 비권장)",
"Template" : "템플릿",
"No items" : "항목 없음",
"Shared by {user}" : "{user}가 공유한",
"_{n} item_::_{n} items_" : ["{n}개 항목"],
"_{n} photo updated_::_{n} photos updated_" : ["{n}개 사진 갱신됨"],
"Add people or groups who can edit your album" : "앨범을 수정할 수 있는 사람 및 그룹 추가",
"Search for collaborators" : "공동 작업자 검색",
"Search people or groups" : "사람 및 그룹 검색",
@ -237,9 +183,7 @@
"New album" : "새 앨범",
"Could not load the selected album" : "선택한 앨범을 불러올 수 없음",
"Remove Album" : "앨범 제거",
"Leave Album" : "앨범 떠나기",
"Are you sure you want to permanently remove album \"{name}\"?" : "\"{name}\" 앨범을 영구히 제거하겠습니까?",
"Are you sure you want to leave the shared album \"{name}\"?" : "공유된 앨범 \"{name}\"에서 떠나시겠습니까?",
"Failed to delete {name}." : "{name}을 삭제하지 못했습니다.",
"Name of the album" : "앨범의 이름",
"Location of the album" : "앨범의 위치",
@ -252,12 +196,8 @@
"Create album" : "앨범 만들기",
"Invalid album name; should not contain any slashes." : "앨범 이름이 잘못되었습니다. 슬래시가 없어야 합니다.",
"Search" : "검색",
"Create new album." : "새 앨범을 만듭니다.",
"Save changes" : "설정 저장",
"_Removed from {n} album_::_Removed from {n} albums_" : ["{n}개 앨범에서 제거됨"],
"Share Album" : "앨범 공유",
"Save collaborators for this album." : "이 앨범의 공동 작업자를 저장",
"Failed to load album info: {name}" : "앨범 정보 불러오기 실패: {name}",
"_%n item_::_%n items_" : ["%n개 항목"],
"Newest" : "최신순",
"Year" : "년",
@ -285,20 +225,8 @@
"Date / Time" : "날짜 / 시간",
"Collaborative Tags" : "공동 작업 태그",
"EXIF Fields" : "EXIF 필드",
"Geolocation" : "지리적 위치",
"Orientation (EXIF)" : "회전 (EXIF)",
"Cannot edit {name} of type {type}" : "{type} 형식의 {name}(을)를 편집할 수 없습니다.",
"Cannot edit rotation on videos ({name})" : "비디오 ({name})의 회전을 편집할 수 없습니다.",
"Cannot edit rotation on Live Photos ({name})" : "라이브 사진 ({name})의 회전을 편집할 수 없습니다.",
"Some selected items have stacked RAW files.\nRAW files will not be edited." : "일부 선택된 파일들은 쌓여진 RAW 파일들이 있습니다.\nRAW 파일은 편집하지 않습니다.",
"Missing date metadata" : "날짜 메타데이터 누락",
"Some items may be missing the date metadata. Do you want to attempt copying the currently known timestamp to the metadata (recommended)? Othewise, the timestamp may be reset to the current time." : "일부 항목은 날짜 메타데이터가 누락되었을 수도 있습니다. 지금 알려진 타임스탬프를 메타데이터에 복사해 보겠습니까 (권장)? 그렇지 않으면, 타임스탬프가 현재 시간으로 재설정 될 수 있습니다.",
"Failed to load metadata for {n} photos." : "{n}개 사진에서 메타데이터를 가져오지 못했습니다.",
"{n} photos cannot be edited (permissions error)." : "{n}개의 사진을 수정할 수 없습니다. (권한 오류)",
"This feature rotates images losslessly by updating the EXIF metadata. This approach is known to sometimes not work correctly on certain image types such as HEIC. Make sure you do a test run before using it on multiple images." : "이 기능은 EXIF 메타데이터를 수정하여 이미지를 손실 없이 회전합니다. 이 접근법은 HEIC 같은 이미지 형식에서 올바르게 되지 않는 것으로 알려져 있습니다. 여러 이미지에 사용하기 전에 반드시 시험 실행을 하세요.",
"Rotate Left" : "왼쪽으로 회전",
"Rotate Right" : "오른쪽으로 회전",
"Flip" : "뒤집기",
"Remove person" : "사람 제거",
"Are you sure you want to remove {name}?" : "{name}(을)를 제거하시겠습니까?",
"Only user \"{user}\" can delete this person" : "\"{user}\"님만 이 사람을 제거할 수 있습니다.",
@ -307,18 +235,13 @@
"Update" : "업데이트",
"Failed to rename {oldName} to {name}." : "{oldName}에서 {name}(으)로 이름을 바꾸지 못했습니다.",
"Loading …" : "불러오는 중 …",
"Failed to load faces" : "얼굴 불러오기 실패",
"Enter name of the new face" : "새 얼굴에 이름을 입력하세요.",
"Failed to create face" : "얼굴을 만들지 못했습니다.",
"Merge {name} with person" : "사람에 {name}(을)를 병합",
"Merge faces" : "얼굴 합치기",
"Merge {name} with {newName}?" : "{name}과 {newName}을 합치겠습니까?",
"unnamed person" : "이름짓지 않은 사람",
"Too many failures, aborting" : "너무 많이 실패하여 취소함",
"Error while moving {basename}" : "{basename} 이동 중 실패",
"Failed to move {name}." : "{name}(을)를 이동하지 못했습니다.",
"Move selected photos to person" : "선택한 사진을 사람으로 이동",
"Move the selected photos to {target}?" : "선택된 사진을 {target}에 옮기겠습니까?",
"Move" : "이동",
"An error occurred while moving photos from {name}." : "{name}에서 사진을 이동하는 중 오류가 발생했습니다.",
"Choose a folder" : "폴더 선택",
@ -339,30 +262,19 @@
"Editable" : "수정 가능",
"Read only" : "읽기 전용",
"Link copied to clipboard" : "링크가 클립보드로 복사됨",
"Failed to copy link to clipboard" : "클립보드에 링크 복사 실패",
"Reduced Size" : "줄어든 크기",
"Share in lower quality (small file size)" : "낮은 품질로 공유 (작은 파일 크기)",
"High Resolution" : "고해상도",
"Share in high quality (large file size)" : "높은 품질로 공유 (큰 파일 크기)",
"Original File" : "원본 파일",
"Public Link" : "공개 링크",
"Share an external Nextcloud link" : "외부 Nextcloud 링크 공유",
"Not allowed to share file: {name}" : "파일을 공유하도록 허가되지 않음: {name}",
"Failed to create album for public link" : "공개 링크를 위한 앨범 만들기 실패",
"Failed to download file {href}" : "파일 다운로드 실패 {href}",
"Cannot share this type of data" : "이 종류의 데이터는 공유할 수 없습니다.",
"_Share File_::_Share Files_" : ["파일 공유"],
"_Share the original file_::_Share the original files_" : ["원본 파일 공유"],
"Sort by date" : "날짜순 정렬",
"Sort by name" : "이름순 정렬",
"Share album" : "앨범 공유",
"Download album" : "앨범 다운로드",
"Remove album" : "앨범 제거",
"Nothing to show here" : "표시할 항목 없음",
"Unassigned faces" : "지정되지 않은 얼굴",
"Merge with different person" : "다른 사람에게 병합",
"Mark person in preview" : "미리 보기에 사람 표시",
"Unnamed person" : "이름짓지 않은 사람",
"Folder View" : "폴더 보기",
"Timeline View" : "타임라인 보기",
"Share folder" : "폴더 공유",
@ -375,24 +287,10 @@
"Drop changes" : "변경 사항 버리기",
"Play Live Photo" : "라이브 사진 재생",
"Download Video" : "동영상 다운로드",
"Download {ext}" : "{ext} 다운로드",
"Slideshow" : "슬라이드쇼",
"Previous" : "이전",
"Next" : "다음",
"Editing is currently disabled for Live Photos" : "현재 라이브 사진을 수정할 수 없습니다.",
"You are now logged in to the server!" : "당신은 현재 서버에 로그인했습니다!",
"You can set up automatic uploads from this device using the Nextcloud mobile app. Click the button below to download the app, or skip this step and continue." : "Nextcloud 모바일 앱을 사용해 자동 업로드를 설정할 수 있습니다. 아래의 버튼을 클릭해 앱을 다운로드하거나, 이 단계를 건너뛰고 계속하세요.",
"Set up automatic upload" : "자동 업로드 설정",
"Memories can show local media on your device alongside the media on your server. This requires access to the media on this device." : "Memories는 장치의 로컬 미디어와 서버 내의 미디어를 함께 보여줄 수 있습니다. 이는 장치의 미디어에 대한 접근이 필요합니다.",
"Access to media has been granted." : "미디어에 접근이 허용되었습니다.",
"Access to media is not available yet. If the button below does not work, grant the permission through settings." : "미디어에 접근이 아직 허용되지 않았습니다. 아래 버튼이 작동하지 않으면, 설정을 통해 권한을 허용하세요.",
"Grant permissions" : "권한 허용",
"Skip this step" : "이 단계 건너뛰기",
"Choose the folders on this device to show on your timeline." : "장치의 폴더를 선택하여 타임라인에 표시하세요.",
"If no folders are visible here, you may need to grant the app storage permissions, or wait for the app to index your files." : "아무 폴더도 보이지 않으면, 앱의 저장소 권한을 허용해야 하거나, 앱이 파일을 인덱스 할 때까지 기다려야 할 수도 있습니다.",
"You can always change this in settings. Note that this does not affect automatic uploading." : "언제든 이를 설정에서 바꿀 수 있습니다. 이는 자동 업로드에 영향을 주지 않음을 알립니다.",
"Synchronizing local files ({n} done)." : "로컬 파일을 동기화 중입니다. ({n}개 완료)",
"This may take a while. Do not close this window." : "잠시 시간이 걸립니다. 이 창을 닫지 마세요.",
"Finish" : "끝내기",
"{name} binary exists and is executable." : "{name} 바이너리가 존재하며 실행 가능합니다.",
"{name} binary not found." : "{name} 바이너리를 찾을 수 없습니다.",
@ -488,7 +386,6 @@
"Shared Folder" : "공유된 폴더",
"Shared Album" : "공유된 앨범",
"Setup" : "설정",
"Failed to remove {filename}." : "{filename}(을) 삭제하지 못했습니다.",
"Failed to create {albumName}." : "{albumName}(을)를 만들지 못했습니다.",
"Failed to rename {currentAlbumName} to {newAlbumName}." : "{currentAlbumName}에서 {newAlbumName}(으)로 이름을 바꾸지 못했습니다.",
"General Failure" : "일반 실패",
@ -497,13 +394,10 @@
"Failed to move files." : "파일을 이동하지 못했습니다.",
"Could not move {fileName}, target exists." : "{fileName}(을)를 이동할 수 없습니다, 목적지에 이미 존재합니다.",
"Failed to move {fileName}." : "{fileName}을 이동하지 못했습니다.",
"Failed to load image info: {name}" : "이미지 정보 불러오기 실패: {name}",
"Failed to download files" : "파일을 다운로드 하지 못했습니다.",
"Failed to favorite files." : "파일을 즐겨찾기에 추가하지 못했습니다.",
"Failed to favorite some files." : "일부 파일을 즐겨찾기에 추가하지 못했습니다.",
"Failed to favorite {fileName}." : "{fileName} 파일을 즐겨찾기에 추가하지 못했습니다.",
"No content-location header found" : "내용-위치 헤더를 찾지 못함",
"Failed to create tag {name}: {error}" : "{name} 태그 만들기 실패: {error}",
"Memories has been updated to {version}. Reload to get the new version." : "Memories를 {version}(으)로 업데이트 했습니다. 새로고침 하여 새 버전을 사용하세요.",
"Upload some photos and make sure the timeline path is configured" : "사진을 업로드하고 타임라인 경로가 설정되었는지 확인하세요.",
"Mark photos as favorite to find them easily" : "사진을 즐겨찾기에 추가해 쉽게 찾으세요.",
@ -512,19 +406,11 @@
"You will find your friends soon. Please be patient" : "곧 친구들을 확인할 수 있습니다. 기다려주세요.",
"Face Recognition is disabled. Enable in settings to find your friends" : "Face Recognition이 비활성화 되어있습니다. 친구들을 찾기 위해 설정에서 활성화 하세요.",
"Your videos will appear here" : "동영상이 이곳에 나타납니다.",
"Add photos to albums by selecting them on your timeline." : "타임라인에서 사진을 선택해 앨범에 추가하세요.",
"Create an album to get started" : "앨범을 만들어 시작하세요.",
"Archive photos you don't want to see in your timeline" : "타임라인에서 보고 싶지 않은 사진을 보관하세요.",
"Tag photos to find them easily" : "사진에 태그를 달아 쉽게 찾으세요.",
"Places you have been to will appear here" : "갔었던 장소가 이곳에 나타납니다.",
"Yes" : "예",
"No" : "아니오",
"The folder name \"{folder}\" has a leading or trailing whitespace. This may lead to errors and should be corrected." : "폴더 이름 \"{folder}\"의 시작이나 끝에 공백이 있습니다. 이로 인해 오류가 발생할 수 있어 정정해야 합니다.",
"_Move {count} item to trash?_::_Move {count} items to trash?_" : ["{count}개 항목을 휴지통으로 이동할까요?"],
"Files in trash may be automatically deleted after a fixed period of time." : "휴지통의 파일은 정해진 시간 후 자동으로 삭제됩니다.",
"_Remove {count} item from album?_::_Remove {count} items from album?_" : ["앨범에서 {count}개 항목을 삭제할까요?"],
"This will not delete your original files." : "원본 파일은 삭제하지 않습니다.",
"You are about to download {count} items." : "{count}개 항목을 다운로드합니다.",
"You are about to move {count} items." : "{count}개 항목을 이동합니다."
"No" : "아니오"
},"pluralForm" :"nplurals=1; plural=0;"
}

1
l10n/lv.js vendored
View File

@ -33,7 +33,6 @@ OC.L10N.register(
"Save" : "Saglabāt",
"Create album" : "Izveidot albumu",
"Search" : "Meklēt",
"Year" : "Gads",
"Month" : "Mēnesis",
"Day" : "Diena",
"Time" : "Laiks",

1
l10n/lv.json vendored
View File

@ -31,7 +31,6 @@
"Save" : "Saglabāt",
"Create album" : "Izveidot albumu",
"Search" : "Meklēt",
"Year" : "Gads",
"Month" : "Mēnesis",
"Day" : "Diena",
"Time" : "Laiks",

280
l10n/nb.js vendored
View File

@ -1,11 +1,9 @@
OC.L10N.register(
"memories",
{
"Shared Link" : "Delt kobling",
"Download" : "Last ned",
"Memories" : "Minner",
"Fast, modern and advanced photo management suite" : "Rask, moderne og avansert bildebehandlingspakke",
"# Memories: Photo Management for Nextcloud\n\nMemories is a *batteries-included* photo management solution for Nextcloud with advanced features including:\n\n- **📸 Timeline**: Sort photos and videos by date taken, parsed from Exif data.\n- **⏪ Rewind**: Jump to any time in the past instantly and relive your memories.\n- **🤖 AI Tagging**: Group photos by people and objects, powered by [recognize](https://github.com/nextcloud/recognize) and [facerecognition](https://github.com/matiasdelellis/facerecognition).\n- **🖼️ Albums**: Create albums to group photos and videos together. Then share these albums with others.\n- **🫱🏻‍🫲🏻 External Sharing**: Share photos and videos with people outside of your Nextcloud instance.\n- **📱 Mobile Support**: Work from any device, of any shape and size through the web app.\n- **✏️ Edit Metadata**: Edit dates and other metadata on photos quickly and in bulk.\n- **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n- **📹 Video Transcoding**: Transcode videos and use HLS for maximal performance.\n- **🗺️ Map**: View your photos on a map, tagged with accurate reverse geocoding.\n- **📦 Migration**: Migrate easily from Nextcloud Photos and Google Takeout.\n- **⚡️ Performance**: Do all this very fast.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store (try a demo [here](https://demo.memories.gallery/apps/memories/)).\n1. Perform the recommended [configuration steps](https://memories.gallery/config/).\n1. Run `php occ memories:index` to generate metadata indices for existing photos.\n1. Open the 📷 Memories app in Nextcloud and set the directory containing your photos." : "# Memories: Bildebehandlingsløsning for Nextcloud\n\nMemories er en *batterier-inkludert* bildebehandlingsløsning for Nextcloud med avanserte funksjoner, inkludert::\n\n- **📸 Tidslinje**: Sorter bilder og videoer etter dato tatt, analysert fra Exif-data.\n- **⏪ Spol tilbake**: Hopp til et hvilket som helst tidspunkt i fortiden umiddelbart og gjenopplev minnene dine.\n- **🤖 AI Tagging**: Grupper bilder etter mennesker og objekter, drevet av [recognize](https://github.com/nextcloud/recognize) og [facerecognition](https://github.com/matiasdelellis/facerecognition).\n- **🖼️ Albumer**: Opprett album for å gruppere bilder og videoer sammen. Del deretter disse albumene med andre.\n- **🫱🏻‍🫲🏻 Ekstern deling**: Del bilder og videoer med personer utenfor Nextcloud-forekomsten.\n- **📱 Mobilstøtte**: Arbeid fra hvilken som helst enhet, uansett form og størrelse gjennom webappen.\n- **✏️ Rediger metadata**: Rediger datoer og andre metadata på bilder raskt og samtidig.\n- **📦 Arkiv**: Lagre bilder du ikke vil se på tidslinjen, i en egen mappe.\n- **📹 Videotranskoding**: Omkoder videoer og bruker HLS for maksimal ytelse.\n- **🗺️ Kart**: Se bildene dine på et kart, merket med nøyaktig omvendt geokoding.\n- **📦 Migrering**: Migrer lett fra Nextcloud Photos og Google Takeout.\n- **⚡️ Ytelse**: Gjør alt dette veldig raskt.\n## 🚀 Installasjon\n\n1. Installer appen fra Nextcloud-appbutikken (prøv en demo [her](https://demo.memories.gallery/apps/memories/)).\n1. Utfør de anbefalte [konfigurasjonstrinn](https://memories.gallery/config/).\n1. Kjør `php occ memories:index` for å generere metadataindekser for eksisterende bilder.\n1. Åpne 📷 Memories-appen i Nextcloud og angi katalogen som inneholder bildene dine.",
"Settings" : "Innstillinger",
"People (Recognize)" : "Mennesker (Gjenkjenne)",
"People" : "Mennesker",
@ -20,28 +18,18 @@ OC.L10N.register(
"Places" : "Steder",
"Map" : "Kart",
"Tags" : "Merkelapper",
"View all" : "Se alle",
"Recognize" : "Gjenkjenn",
"Face Recognition" : "Ansiktsgjenkjenning",
"A better photos experience awaits you" : "En bedre bildeopplevelse venter på deg",
"Choose the root folder of your timeline to begin" : "Velg rotmappen til tidslinjen for å begynne",
"Continue to Memories" : "Fortsett til Minner",
"Choose again" : "Velg igjen",
"Click here to start" : "Klikk her for å starte",
"You can always change this later in settings" : "Du kan alltid endre dette senere i innstillingene",
"If you just installed Memories, visit the admin panel first." : "Hvis du nettopp har installert Memories, besøk administrasjonspanelet først.",
"Choose the root of your timeline" : "Velg roten til tidslinjen",
"The selected folder does not seem to be valid. Try again." : "Den valgte mappen ser ikke ut til å være gyldig. Prøv igjen.",
"No photos were found in the selected folder." : "Ingen bilder ble funnet i den valgte mappen.",
"This can happen because your media is still indexing." : "Dette kan skje fordi mediene dine fortsatt indekserer.",
"Visit the admin panel to make sure Memories is configured correctly." : "Gå til administrasjonspanelet for å kontrollere at Memories er riktig konfigurert.",
"_Found {n} item in {path}_::_Found {n} items in {path}_" : ["Fant {n} element i {path}","Fant {n} elementer i {path}"],
"Metadata" : "Metadata",
"Edit" : "Rediger",
"Failed to load metadata" : "Lasting av metadata feilet",
"No coordinates" : "Ingen koordinater",
"Click edit to set location" : "Klikk rediger for å angi plassering",
"Photos" : "Bilder",
"Explore" : "Utforsk",
"Cancel" : "Avbryt",
"Delete" : "Slett",
@ -49,182 +37,28 @@ OC.L10N.register(
"Share" : "Del",
"Favorite" : "Favoritt",
"Unarchive" : "Dearkivere",
"Edit metadata" : "Rediger metadata",
"Rotate / Flip" : "Roter/Flipp",
"View in folder" : "Vis i mappe",
"Move to folder" : "Flytt til mappe",
"Add to album" : "Legg til i album",
"Move to person" : "Flytt til person",
"Remove from person" : "Fjern fra person",
"You must enable \"Mark person in preview\" to use this feature" : "Du må aktivere \"Merk person i forhåndsvisning\" for å bruke denne funksjonen",
"Only user \"{user}\" can update this person" : "Kun bruker \"{user}\" kan oppdatere denne personen",
"_{n} selected_::_{n} selected_" : ["{n} valgt","{n} valgt"],
"Memories Settings" : "Minner-innstillinger",
"General" : "Generell",
"Timeline Path" : "Tidslinjebane",
"Square grid mode" : "Firkantet rutenettmodus",
"Show past photos on top of timeline" : "Vis tidligere bilder øverst på tidslinjen",
"Stack RAW files with same name" : "Stable RAW-filer med samme navn",
"Photo Viewer" : "Bildeviser",
"Autoplay Live Photos" : "Automatisk spill av Live-fotoer",
"Show full file path in sidebar" : "Vis full filbane i sidepanelet",
"High resolution image loading behavior" : "Virkemåte ved innlasting av bilder med høy oppløsning",
"Load high resolution image on zoom" : "Last inn bilde med høy oppløsning på zoom",
"Always load high resolution image (not recommended)" : "Last alltid inn høyoppløselig bilde (anbefales ikke)",
"Never load high resolution image" : "Last aldri inn bilder med høy oppløsning",
"Account" : "Konto",
"Logged in as {user}" : "Logget på som {user}",
"Sign out" : "Logg av",
"Device Folders" : "Enhetsmapper",
"Local folders to include in the timeline view" : "Lokale mapper som skal inkluderes i tidslinjevisningen",
"Run initial device setup" : "Kjør første enhetsoppsett",
"Folders Path" : "Mappebane",
"Show hidden folders" : "Vis skjulte mapper",
"Sort folders oldest-first" : "Sorter mapper eldste-først",
"Sort albums oldest-first" : "Sorter album eldste-først",
"Show hidden albums" : "Vis skjulte album",
"Choose Timeline Paths" : "Velg tidslinjebaner",
"Choose the root for the folders view" : "Velg roten for mappevisningen",
"Are you sure you want to log out {user}?" : "Er du sikker på at du vil logge av {user}?",
"Close" : "Lukk",
"Info" : "Info",
"{photoCount} photos" : "{photoCount} bilder",
"Failed to load some photos" : "Kunne ikke laste inn noen bilder",
"Failed to update setting" : "Oppdatering av innstilling feilet",
"Albums support is enabled through the Photos app." : "Albumstøtte er aktivert via Photos-appen.",
"Albums are disabled because the Photos app is not available." : "Album er deaktivert fordi Photos-appen ikke er tilgjengelig.",
"Recognize is installed and enabled for face recognition." : "Gjenkjenne er installert og aktivert for ansiktsgjenkjenning.",
"Recognize is installed but not enabled for face recognition." : "Gjenkjenne er installert, men ikke aktivert for ansiktsgjenkjenning.",
"Recognize is not installed. Face recognition and object tagging may be unavailable." : "Gjenkjenne er ikke installert. Ansiktsgjenkjenning og objektmerking kan være utilgjengelig.",
"Face Recognition is installed and enabled" : "Ansiktsgjenkjenning er installert og aktivert",
"Preview generator is installed and enabled. Additional configuration may still be required." : "Forhåndsvisningsgenerator er installert og aktivert. Ytterligere konfigurasjon kan fortsatt være nødvendig.",
"Preview generator is not installed and configured. This may make Memories very slow." : "Forhåndsvisningsgenerator er ikke installert og konfigurert. Dette kan gjøre Memories veldig tregt.",
"Recommended Apps" : "Anbefalte apper",
"Path to packaged exiftool binary" : "Bane til pakket exiftool-binær",
"You need perl only if the packaged exiftool binary does not work for some reason." : "Du trenger perl bare hvis den pakkede exiftool-binærfilen ikke fungerer av en eller annen grunn.",
"Use system perl (only if exiftool binary does not work)" : "Bruk systemperl (bare hvis exiftool-binær ikke fungerer)",
"EXIF Extraction" : "EXIF-utvinning",
"You can configure the enabled Nextcloud preview providers below." : "Du kan konfigurere de aktiverte Nextcloud-forhåndsvisningsleverandørene nedenfor.",
"If you are using Imaginary for preview generation, you can ignore this section." : "Hvis du bruker Imaginary for forhåndsvisningsgenerering, kan du ignorere denne delen.",
"To enable RAW support, install the Camera RAW Previews app." : "For å aktivere RAW-støtte, installer Camera RAW Previews-appen.",
"Documentation." : "Dokumentasjon.",
"PHP-Imagick is available [{version}]." : "PHP-Imagick er tilgjengelig [{version}].",
"PHP-Imagick is not available." : "PHP-Imagick er ikke tilgjengelig.",
"Image editing will not work correctly." : "Bilderedigering vil ikke fungere riktig.",
"Thumbnail generation may not work for some formats (HEIC, TIFF)." : "Generering av miniatyrbilder fungerer kanskje ikke for enkelte formater (HEIC, TIFF).",
"Thumbnails for videos will be generated with this binary." : "Miniatyrbilder for videoer blir generert med denne binæren.",
"Thumbnail generation may not work for videos." : "Generering av miniatyrbilder fungerer kanskje ikke for videoer.",
"The following MIME types are configured for preview generation." : "Følgende MIME-typer er konfigurert for generering av forhåndsvisning.",
"Max preview size (trade-off between quality and storage requirements)." : "Maks forhåndsvisningsstørrelse (kompromiss mellom kvalitet og lagringskrav).",
"Max memory for preview generation (MB)" : "Maks minne for generering av forhåndsvisning (MB)",
"Max size of file to generate previews for (MB)" : "Maks størrelse på filen som skal genereres forhåndsvisninger for (MB)",
"File Support" : "Filstøtte",
"Images (JPEG, PNG, GIF, BMP)" : "Bilder (JPEG, PNG, GIF, BMP)",
"HEIC (Imagick)" : "HEIC (Imagick)",
"TIFF (Imagick)" : "TIFF (Imagick)",
"Videos (ffmpeg)" : "Videoer (ffmpeg)",
"Thank you for choosing Nextcloud and Memories to store your precious data!" : "Takk for at du valgte Nextcloud og Memories for å lagre dine dyrebare data!",
"Memories is very feature rich and setting it up properly can take some time." : "Memories er veldig funksjonsrik, og det kan ta litt tid å sette det opp riktig.",
"If you just installed Memories, make sure you read the getting started guide:" : "Hvis du nettopp har installert Memories, må du lese startveiledningen:",
"External Link" : "Ekstern kobling",
"In case you run into any issues or bugs, you can get help through several channels." : "I tilfelle du får problemer eller feil, kan du få hjelp gjennom flere kanaler.",
"Memories is a completely free and open source app under active development." : "Memories er en helt gratis og åpen kildekode-app under aktiv utvikling.",
"You can contribute in several ways. See the project page for more details:" : "Du kan bidra på flere måter. Se prosjektsiden for mer informasjon:",
"Help & Support" : "Hjelp og støtte",
"{n} media files have been indexed" : "{n} mediefiler er indeksert",
"Automatic Indexing status: {status}" : "Automatisk indekseringsstatus: {status}",
"Last index job was run {t} seconds ago." : "Siste indeksjobb ble kjørt {t} sekunder siden.",
"It took {t} seconds to complete." : "det tok {t} sekunder å fullføre.",
"It is still running or was interrupted." : "Den kjører fortsatt eller ble avbrutt.",
"Looks like it has been more than an hour since the last index job was run. Make sure Nextcloud cron is configured correctly." : "Ser ut som det har gått mer enn en time siden siste indeksjobben ble kjørt. Forsikre deg om at Nextcloud-cron er riktig konfigurert.",
"Only server-side encryption (OC_DEFAULT_MODULE) is supported, but another encryption module is enabled." : "Bare kryptering på serversiden (OC_DEFAULT_MODULE) støttes, men en annen krypteringsmodul er aktivert.",
"The EXIF indexes are built and checked in a periodic background task. Be careful when selecting anything other than automatic indexing. For example, setting the indexing to only timeline folders may cause delays before media becomes available to users, since the user configures the timeline only after logging in." : "EXIF-indeksene bygges og kontrolleres i en periodisk bakgrunnsoppgave. Vær forsiktig når du velger noe annet enn automatisk indeksering. Hvis du for eksempel setter indekseringen til bare tidslinjemapper, kan det føre til forsinkelser før medier blir tilgjengelige for brukere, siden brukeren konfigurerer tidslinjen bare etter pålogging.",
"Folders with a \".nomedia\" or a \".nomemories\" file are always excluded from indexing." : "Mapper med en \".nomedia\" eller en \".nomemories\" fil er alltid ekskludert fra indeksering.",
"Index all media automatically (recommended)" : "Indekser alle medier automatisk (anbefales)",
"Index per-user timeline folders (not recommended)" : "Indekser tidslinjemapper per bruker (anbefales ikke)",
"Index a fixed relative path" : "Indekser en fast relativ bane",
"Disable background indexing" : "Deaktiver bakgrunnsindeksering",
"Indexing path (relative, all users)" : "Indekseringsbane (relativ, alle brukere)",
"For advanced usage, perform a run of indexing by running:" : "For avansert bruk, utfør en kjøring av indeksering ved å kjøre:",
"Run index in parallel with 4 threads:" : "Kjør indeks parallelt med 4 tråder:",
"Force re-indexing of all files:" : "Tving gjenindeksering av alle filer:",
"You can limit indexing by user and/or folder:" : "Du kan begrense indekseringen etter bruker og/eller mappe:",
"Clear all existing index tables:" : "Fjern alle eksisterende indekstabeller:",
"Media Indexing" : "Indeksering av medier",
"HTTPS is enabled" : "HTTPS er aktivert",
"You are accessing this page over an insecure context. Several browser APIs are not available, which will make Memories very slow. Enable HTTPS on your server to improve performance." : "Du får tilgang til denne siden over en usikker kontekst. Flere nettleser-API-er er ikke tilgjengelige, noe som vil gjøre Memories veldig tregt. Aktiver HTTPS på serveren din for å forbedre ytelsen.",
"HTTP/2 or HTTP/3 is enabled" : "HTTP/2 eller HTTP/3 er aktivert",
"HTTP/2 or HTTP/3 is strongly recommended ({httpVer} detected)" : "HTTP/2 eller HTTP/3 er sterkt anbefalt ({httpVer} oppdaget)",
"Performance" : "Ytelse",
"Unknown" : "Ukjent",
"Database is populated with {n} geometries." : "Databasen er fylt med {n} geometrier.",
"Geometry table has not been created." : "Geometritabellen er ikke opprettet.",
"Looks like the planet data is incomplete." : "Det ser ut til at planetdataene er ufullstendige.",
"Reverse geocoding has not been configured ({status})." : "Omvendt geokoding er ikke konfigurert ({status}).",
"Memories supports offline reverse geocoding using the OpenStreetMaps data on MySQL and Postgres." : "Memories støtter omvendt geokoding i frakoblet tilstand ved å bruke OpenStreetMaps-dataene på MySQL og Postgres.",
"You need to download the planet data into your database. This is highly recommended and has low overhead." : "Du må laste ned planetdataene i databasen din. Dette anbefales på det sterkeste og har lave omkostninger.",
"If the button below does not work for importing the planet data, use the following command:" : "Hvis knappen nedenfor ikke fungerer for import av planetdata, bruk følgende kommando:",
"Note: the geometry data is stored in the memories_planet_geometry table, with no prefix." : "Merknad: geometridataene lagres i memories_planet_geometry-tabellen, uten prefiks.",
"Download planet database" : "Last ned planetdatabase",
"Reverse Geocoding" : "Omvendt geokoding",
"Geometry support was not detected in your database" : "Geometristøtte ble ikke funnet i databasen",
"MySQL-like geometry support was detected " : "MySQL-lignende geometristøtte ble oppdaget ",
"Postgres native geometry support was detected" : "Postgres opprinnelig geometristøtte ble oppdaget",
"Looks like the database is already setup. Are you sure you want to redownload planet data?" : "Ser ut som databasen allerede er konfigurert. Er du sikker på at du vil laste ned planetdata på nytt?",
"You are about to download the planet database. This may take a while." : "Du er i ferd med å laste ned planetdatabasen. Dette kan ta litt tid.",
"This may also cause all photos to be re-indexed!" : "Dette kan også føre til at alle bilder blir indeksert på nytt!",
"Continue" : "Fortsett",
"Live transcoding provides for adaptive streaming of videos using HLS." : "Live transkoding sørger for adaptiv strømming av videoer ved hjelp av HLS.",
"Note that this may be very CPU intensive without hardware acceleration, and transcoding will not be used for external storage." : "Merk at dette kan være veldig CPU-intensivt uten maskinvareakselerasjon, og omforming vil ikke bli brukt til ekstern lagring.",
"Enable Transcoding" : "Aktiver transkoding",
"ffmpeg path" : "ffmpeg-bane",
"ffprobe path" : "ffprobe-bane",
"Global default video quality (user may override)" : "Standard global videokvalitet (brukeren kan overstyre)",
"Auto (adaptive transcode)" : "Auto (adaptive transkoding)",
"Original (transcode with max quality)" : "Original (transkoding med maksimum kvalitet)",
"Direct (original video file without transcode)" : "Direkte (original videofil uten transkoding)",
"Video Streaming" : "Strømming av video",
"You must first make sure the correct drivers are installed before configuring acceleration." : "Du må først sørge for at de riktige driverne er installert før du konfigurerer akselerasjon.",
"Make sure you test hardware acceleration with various options after enabling." : "Forsikre deg om at du tester maskinvareakselerasjon med forskjellige alternativer etter aktivering.",
"Do not enable multiple types of hardware acceleration simultaneously." : "Ikke aktiver flere typer maskinvareakselerasjon samtidig.",
"Intel processors supporting QuickSync Video (QSV) as well as some AMD GPUs can be used for transcoding using VA-API acceleration." : "Intel-prosessorer som støtter QuickSync Video (QSV) samt noen AMD GPUer kan brukes til transkoding ved hjelp av VA-API-akselerasjon.",
"For more details on driver installation, check the documentation:" : "Hvis du vil ha mer informasjon om driverinstallasjon, kan du se dokumentasjonen:",
"Enable acceleration with VA-API" : "Aktiver akselerasjon med VA-API",
"Enable low-power mode (QSV only)" : "Aktiver lavstrømsmodus (bare QSV)",
"NVIDIA GPUs can be used for transcoding using the NVENC encoder with the proper drivers." : "NVIDIA GPUer kan brukes til transkoding ved hjelp av NVENC-koderen med de riktige driverne.",
"Depending on the versions of the installed SDK and ffmpeg, you need to specify the scaler to use" : "Avhengig av versjonene av den installerte SDK-en og ffmpeg, må du spesifisere skaleren som skal brukes",
"No automated tests are available for NVIDIA acceleration." : "Ingen automatiserte tester er tilgjengelige for NVIDIA-akselerasjon.",
"Enable acceleration with NVENC" : "Aktiver akselerasjon med NVENC",
"Enable NVENC Temporal AQ" : "Aktiver NVENC Temporal AQ",
"CUDA scaler" : "CUDA-skalerer",
"NPP scaler" : "NPP-skalerer",
"Due to a bug in certain hardware drivers, videos may appear in incorrect orientations when streaming. This can be resolved in some cases by rotating the video on the accelerator." : "På grunn av en feil i visse maskinvaredrivere kan videoer vises i feil retning når du strømmer. Dette kan i noen tilfeller løses ved å rotere videoen på akseleratoren.",
"Try this option only if you have incorrectly oriented videos during playback." : "Prøv dette alternativet bare hvis du har feil orienterte videoer under avspilling.",
"Enable streaming transpose workaround" : "Aktiver midlertidig løsning transponering av strømming",
"Some NVENC devices have issues with force_key_frames." : "Noen NVENC-enheter har problemer med force_key_frames.",
"Try this option only if you use NVENC and have issues with video playback." : "Prøv dette alternativet bare hvis du bruker NVENC og har problemer med videoavspilling.",
"Enable streaming GOP size workaround" : "Aktiver midlertidig GOP-størrelse for strømming",
"HW Acceleration" : "HW-akselerasjon",
"VA-API device ({dev}) is readable" : "VA-API enhet ({dev}) kan leses",
"VA-API device ({dev}) not found" : "VA-API enhet ({dev}) ikke funnet",
"VA-API device ({dev}) has incorrect permissions" : "VA-API enhet ({dev}) har feil tillatelser",
"VA-API device status: {status}" : "VA-API enhetsstatus: {status}",
"Memories uses the go-vod transcoder. You can run go-vod exernally (e.g. in a separate Docker container for hardware acceleration) or use the built-in transcoder. To use an external transcoder, enable the following option and follow the instructions in the documentation:" : "Memories bruker go-vod transkoderen. Du kan kjøre go-vod eksternt (f.eks. i en separat Docker-beholder for maskinvareakselerasjon) eller bruke den innebygde transkoderen. Hvis du vil bruke en ekstern transkoder, aktiverer du følgende alternativ og følger instruksjonene i dokumentasjonen:",
"Enable external transcoder" : "Aktiver ekstern transkoder",
"Binary path (local only)" : "Binær bane (bare lokalt)",
"Bind address (local only)" : "Bind adresse (bare lokalt)",
"Connection address (same as bind if local)" : "Tilkoblingsadresse (samme som bind hvis lokal)",
"Quality Factor (15 - 45) (default 25)" : "Kvalitetsfaktor (15 - 45) (standard 25)",
"Transcoder" : "Transkoder",
"Default high resolution image loading behavior of the photo viewer." : "Standard virkemåte for innlasting av bilder med høy oppløsning for bildeviseren.",
"The configuration here also applies to public link shares." : "Konfigurasjonen her gjelder også for delte fellesressurser.",
"Users may override this setting." : "Brukere kan overstyre denne innstilingen.",
"Always load high resolution image (not recommended if using HEIC/TIFF)" : "Last alltid inn bilder med høy oppløsning (anbefales ikke hvis du bruker HEIC / TIFF)",
"Template" : "Mal",
"No items" : "Ingen gjenstander",
"Shared by {user}" : "Delt av {user}",
"_{n} item_::_{n} items_" : ["{n} element","{n} elementer"],
"_{n} photo updated_::_{n} photos updated_" : ["{n} bilde oppdatert","{n} bilder oppdatert"],
"Add people or groups who can edit your album" : "Legg til personer eller grupper som kan redigere albumet ditt",
"Search for collaborators" : "Søk etter samarbeidspartnere",
"Search people or groups" : "Søk etter personer eller grupper",
@ -245,9 +79,6 @@ OC.L10N.register(
"New album" : "Nytt album",
"Could not load the selected album" : "Kunne ikke laste det valgte albumet",
"Remove Album" : "Fjern album",
"Leave Album" : "Forlat album",
"Are you sure you want to permanently remove album \"{name}\"?" : "Er du sikker på at du vil fjerne albumet {name} permanent?",
"Are you sure you want to leave the shared album \"{name}\"?" : "Er du sikker på at du vil forlate det delte albumet \"{name}\"?",
"Failed to delete {name}." : "Kunne ikke slette {name}.",
"Name of the album" : "Navn på albumet",
"Location of the album" : "Plassering av albumet",
@ -258,14 +89,9 @@ OC.L10N.register(
"Back to the new album form." : "Tilbake til albumskjemaet.",
"Save" : "Lagre",
"Create album" : "Lag album",
"Invalid album name; should not contain any slashes." : "Ugyldig albumnavn; skal ikke inneholde skråstreker.",
"Search" : "Søk",
"Create new album." : "Opprett nytt album.",
"Save changes" : "Lagre endringer",
"_Removed from {n} album_::_Removed from {n} albums_" : ["Fjernet fra {n} album","Fjernet fra {n} album"],
"Share Album" : "Del album",
"Save collaborators for this album." : "Lagre samarbeidspartnere for dette albumet.",
"Failed to load album info: {name}" : "Kunne ikke laste inn albuminformasjon: {name}",
"_%n item_::_%n items_" : ["%n element","%nelementer"],
"Newest" : "Nyeste",
"Year" : "År",
@ -275,8 +101,6 @@ OC.L10N.register(
"Hour" : "Time",
"Minute" : "Minutt",
"Oldest" : "Eldst",
"Invalid Date" : "Ugyldig dato",
"Newest date is older than oldest date" : "Nyeste dato er eldre enn eldste dato",
"Title" : "Tittel",
"Description" : "Beskrivelse",
"Label" : "Etikett",
@ -285,92 +109,40 @@ OC.L10N.register(
"Lens Model" : "Objektivmodell",
"Copyright" : "Opphavsrett",
"Empty" : "Tom",
"Unchanged" : "Uforandret",
"Reset" : "Tilbakestill",
"Remove location" : "Fjern plassering",
"Search location / landmark" : "Søk plassering/landemerke",
"Failed to search for location with Nominatim." : "Kunne ikke søke etter plassering med Nominatim.",
"Date / Time" : "Dato/Tid",
"Collaborative Tags" : "Samarbeidsmerkelapper",
"EXIF Fields" : "EXIF-felt",
"Geolocation" : "Geolokalisering",
"Orientation (EXIF)" : "Orientering (EXIF)",
"Cannot edit {name} of type {type}" : "Kan ikke redigere {name} av typen {type}",
"Cannot edit rotation on videos ({name})" : "Kan ikke redigere rotering på videoer ({name})",
"Cannot edit rotation on Live Photos ({name})" : "Kan ikke redigere rotering på Live-fotoer ({name})",
"Some selected items have stacked RAW files.\nRAW files will not be edited." : "Noen utvalgte elementer har stablede RAW-filer.\nRAW-filer blir ikke redigert.",
"Missing date metadata" : "Mangler metadata for dato",
"Some items may be missing the date metadata. Do you want to attempt copying the currently known timestamp to the metadata (recommended)? Othewise, the timestamp may be reset to the current time." : "Noen elementer mangler kanskje datometadataene. Vil du prøve å kopiere det kjente tidsstempelet til metadataene (anbefales)? Ellers kan tidsstemplet tilbakestilles til gjeldende tid.",
"Failed to load metadata for {n} photos." : "Kunne ikke laste inn metadata for {n} bilder.",
"{n} photos cannot be edited (permissions error)." : "{n} bilder kan ikke redigeres (tillatelsesfeil).",
"This feature rotates images losslessly by updating the EXIF metadata. This approach is known to sometimes not work correctly on certain image types such as HEIC. Make sure you do a test run before using it on multiple images." : "Denne funksjonen roterer bilder uten tap ved å oppdatere EXIF-metadataene. Denne tilnærmingen er kjent for noen ganger ikke å fungere riktig på visse bildetyper som HEIC. Sørg for at du gjør en testkjøring før du bruker den på flere bilder.",
"Rotate Left" : "Roter venstre",
"Rotate Right" : "Roter høyre",
"Flip" : "Flipp",
"Remove person" : "Fjern person",
"Are you sure you want to remove {name}?" : "Er du sikker på at du vil fjerne {name}?",
"Only user \"{user}\" can delete this person" : "Kun bruker \"{user}\" kan slette denne personen",
"Rename person" : "Gi nytt navn til person",
"Name" : "Navn",
"Update" : "Oppdater",
"Failed to rename {oldName} to {name}." : "Kunne ikke endre navn på {oldName} til {name}.",
"Loading …" : "Laster ...",
"Failed to load faces" : "Kunne ikke laste inn ansikter",
"Enter name of the new face" : "Skriv inn navnet på det nye ansiktet",
"Failed to create face" : "Kunne ikke opprette ansikt",
"Merge {name} with person" : "Slå sammen {name} med person",
"Merge faces" : "Slå sammen ansikter",
"Merge {name} with {newName}?" : "Slå {name} sammen med {newName}?",
"unnamed person" : "ikke navngitt person",
"Too many failures, aborting" : "For mange feil, abort",
"Error while moving {basename}" : "Feil under flytting av {basename}",
"Failed to move {name}." : "Kunne ikke flytte {name}.",
"Move selected photos to person" : "Flytt valgte bilder til person",
"Move the selected photos to {target}?" : "Flytte de valgte bildene til {target}?",
"Move" : "Flytt",
"An error occurred while moving photos from {name}." : "Det oppstod en feil under flytting av bilder fra {name}.",
"Choose a folder" : "Velg en mappe",
"_{n} item moved to folder_::_{n} items moved to folder_" : ["{n} element flyttet til mappe","{n} elementer er flyttet til mappen"],
"Remove" : "Fjern",
"Add Path" : "Legg til bane",
"Add a root to your timeline" : "Legg til en rot på tidslinjen din",
"Link Sharing" : "Linkdeling",
"You cannot share the root folder" : "Du kan ikke dele rotmappen",
"Public link shares are available to people outside Nextcloud." : "Offentlig delte lenker er tilgjengelige for personer utenfor Nextcloud.",
"You may create or update permissions on public links using the sidebar." : "Du kan opprette eller oppdatere tillatelser på offentlige lenker ved å bruke sidefeltet.",
"Click a link to copy to clipboard." : "Klikk en lenke for å kopiere til utklippstavlen",
"Share link" : "Del lenke",
"Create Link" : "Opprett lenke",
"Refresh" : "Oppdater",
"Password protected" : "Passordbeskyttet",
"Expires" : "Utløper",
"Editable" : "Kan redigeres",
"Read only" : "Skrivebeskyttet",
"Link copied to clipboard" : "Lenke kopiert til utklippstavlen",
"Failed to copy link to clipboard" : "Kopiere lenke til utklippstavlen feilet",
"Reduced Size" : "Redusert størrelse",
"Share in lower quality (small file size)" : "Del i lavere kvalitet (liten filstørrelse)",
"High Resolution" : "Høy oppløsning",
"Share in high quality (large file size)" : "Del i høy kvalitet (stor filstørrelse)",
"Original File" : "Opprinnelig fil",
"Public Link" : "Offentlig kobling",
"Share an external Nextcloud link" : "Del en ekstern Nextcloud-kobling",
"Not allowed to share file: {name}" : "Ikke tillatt å dele fil: {name}",
"Failed to create album for public link" : "Kunne ikke opprette album for offentlig kobling",
"Failed to download file {href}" : "Nedlasting av fil feilet {href}",
"Cannot share this type of data" : "Kan ikke dele denne typen data",
"_Share File_::_Share Files_" : ["Del fil","Del filer"],
"_Share the original file_::_Share the original files_" : ["Del den opprinnelige filen","Del de opprinnelige filene"],
"Sort by date" : "Sorter etter dato",
"Sort by name" : "Sorter etter navn",
"Share album" : "Del album",
"Download album" : "Last ned album",
"Remove album" : "Fjern album",
"Nothing to show here" : "Ingenting å vise her",
"Unassigned faces" : "Ikke-tilordnede ansikter",
"Merge with different person" : "Slå sammen med en annen person",
"Mark person in preview" : "Merk person i forhåndsvisning",
"Unnamed person" : "Ikke navngitt person",
"Folder View" : "Mappevisning",
"Timeline View" : "Tidslinjevisning",
"Share folder" : "Del mappe",
@ -381,33 +153,11 @@ OC.L10N.register(
"Error saving image" : "Feil under lagring av bildet",
"Unsaved changes" : "Ulagrede endringer",
"Drop changes" : "Slipp endringer",
"Play Live Photo" : "Spill av Live-foto",
"Download Video" : "Last ned video",
"Download {ext}" : "Last ned {ext}",
"Slideshow" : "Lysbildefremvisning",
"Previous" : "Forrige",
"Next" : "Neste",
"Editing is currently disabled for Live Photos" : "Redigering av Live-fotoer er midlertidig deaktivert",
"You are now logged in to the server!" : "Du er ikke pålogget på serveren!",
"You can set up automatic uploads from this device using the Nextcloud mobile app. Click the button below to download the app, or skip this step and continue." : "Du kan sette opp automatiske opplastinger fra denne enheten ved hjelp av Nextcloud-mobilappen. Klikk på knappen nedenfor for å laste ned appen, eller hopp over dette trinnet og fortsett.",
"Set up automatic upload" : "Sett opp automatisk opplasting",
"Memories can show local media on your device alongside the media on your server. This requires access to the media on this device." : "Memories kan vise lokale medier på enheten din sammen med mediene på serveren din. Dette krever tilgang til media på denne enheten.",
"Access to media has been granted." : "Tilgang til medier er gitt.",
"Access to media is not available yet. If the button below does not work, grant the permission through settings." : "Tilgang til medier er ikke tilgjengelig enda. Hvis knappen nedenfor ikke fungerer, gi tillatelsen gjennom innstillingene.",
"Grant permissions" : "Gi rettigheter",
"Skip this step" : "Hopp over dette trinnet",
"Choose the folders on this device to show on your timeline." : "Velg mappene på denne enheten som skal vises på tidslinjen din.",
"If no folders are visible here, you may need to grant the app storage permissions, or wait for the app to index your files." : "Hvis ingen mapper er synlige her, må du kanskje gi appen lagringstillatelser, eller vente på at appen indekserer filene dine.",
"You can always change this in settings. Note that this does not affect automatic uploading." : "Du kan alltid endre dette i innstillingene. Merk at dette ikke påvirker automatisk opplasting.",
"Synchronizing local files ({n} done)." : "Synkroniserer lokale filer ({n} fullført).",
"This may take a while. Do not close this window." : "Dette kan ta en stund. Ikke lukk dette vinduet.",
"Finish" : "Fullfør",
"{name} binary exists and is executable." : "{name}-binær eksisterer og er kjørbar.",
"{name} binary not found." : "{name}-binær ikke funnet.",
"{name} binary is not executable." : "{name}-binær er ikke kjørbar.",
"{name} failed test: {info}." : "{name} feilet test: {info}.",
"{name} binary exists and is usable ({info})." : "{name}-binær eksisterer og kan brukes ({info}).",
"{name} binary status: {status}." : "{name}-binær status: {status}.",
"Save as" : "Lagre som",
"All changes will be lost." : "Alle endringer vil gå tapt.",
"Are you sure you want to continue?" : "Er du sikker på at du vil fortsette?",
@ -481,7 +231,6 @@ OC.L10N.register(
"Vertical" : "Vertikal",
"Opacity" : "Gjennomsiktighet",
"Position" : "Posisjon",
"Stroke" : "Penselstrøk",
"Save image as" : "Lagre bilde som",
"Extension" : "Filetternavn",
"Name is required." : "Navn er påkrevd.",
@ -490,13 +239,11 @@ OC.L10N.register(
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Vær oppmerksom på at det valgte beskjæringsområdet er lavere enn den valgte størrelsen, noe som kan føre til redusert kvalitet",
"Actual size (100%)" : "Faktisk størrelse (100 %)",
"Fit size" : "Tilpass størrelse",
"Transcoding failed, check Nextcloud logs." : "Transkoding feilet, sjekk Nextcloud-logger.",
"Direct" : "Direkte",
"Auto" : "Auto",
"Shared Folder" : "Delt mappe",
"Shared Album" : "Delt album",
"Setup" : "Oppsett",
"Failed to remove {filename}." : "Kunne ikke fjerne {filename}.",
"Failed to create {albumName}." : "Kunne ikke opprette {albumName}.",
"Failed to rename {currentAlbumName} to {newAlbumName}." : "Kunne ikke endre navn på {currentAlbumName} til {newAlbumName}.",
"General Failure" : "Generell feil",
@ -505,34 +252,9 @@ OC.L10N.register(
"Failed to move files." : "Kunne ikke flytte filer.",
"Could not move {fileName}, target exists." : "Kunne ikke flytte {fileName}, målet finnes.",
"Failed to move {fileName}." : "Kunne ikke flytte {fileName}.",
"Failed to load image info: {name}" : "Lasting av bildeinformasjon feilet: {name}",
"Failed to download files" : "Kunne ikke laste ned filer",
"Failed to favorite files." : "Kunne ikke velge favorittfiler.",
"Failed to favorite some files." : "Kunne ikke favoritt noen filer.",
"Failed to favorite {fileName}." : "Kunne ikke favoritt {fileName}.",
"No content-location header found" : "Fant ingen overskrift for innholdsplassering",
"Failed to create tag {name}: {error}" : "Kunne ikke opprette merkelapp {name}: {error}",
"Memories has been updated to {version}. Reload to get the new version." : "Memories er oppdatert til {version}. Last inn siden på nytt for å få den nye versjonen.",
"Upload some photos and make sure the timeline path is configured" : "Last opp noen bilder og sørg for at tidslinjebanen er konfigurert",
"Mark photos as favorite to find them easily" : "Merk bilder som favoritt for å finne dem enkelt",
"Memories from past years will appear here" : "Minner fra tidligere år vil dukke opp her",
"Recognize is still working on your photos" : "Gjenkjenne jobber fortsatt med bildene dine",
"You will find your friends soon. Please be patient" : "Du vil snart finne vennene dine. Vennligst vær tålmodig.",
"Face Recognition is disabled. Enable in settings to find your friends" : "Ansiktsgjenkjenning er deaktivert. Aktiver i innstillingene for å finne vennene dine",
"Your videos will appear here" : "Videoene dine vil vises her",
"Add photos to albums by selecting them on your timeline." : "Legg til bilder i album ved å velge dem på tidslinjen din.",
"Create an album to get started" : "For å komme i gang, opprett et album",
"Archive photos you don't want to see in your timeline" : "Arkiver bilder du ikke ønsker å se på tidslinjen din",
"Tag photos to find them easily" : "Merk bilder for å finne dem enkelt",
"Places you have been to will appear here" : "Steder du har vært vil vises her",
"Yes" : "Ja",
"No" : "Nei",
"The folder name \"{folder}\" has a leading or trailing whitespace. This may lead to errors and should be corrected." : "Mappenavnet \"{folder}\" har et innledende eller etterfølgende mellomrom. Dette kan føre til feil og bør rettes.",
"_Move {count} item to trash?_::_Move {count} items to trash?_" : ["Flytte {count} element til papirkurven?","Flytte {count} elementer til papirkurven?"],
"Files in trash may be automatically deleted after a fixed period of time." : "Filer i papirkurven kan slettes automatisk etter en bestemt tidsperiode.",
"_Remove {count} item from album?_::_Remove {count} items from album?_" : ["Fjerne {count} element fra albumet?","Fjerne {count} elementer fra albumet?"],
"This will not delete your original files." : "Dette vil ikke slette de opprinnelige filene dine.",
"You are about to download {count} items." : "Du er i ferd med å laste ned {count} elementer.",
"You are about to move {count} items." : "Du er i ferd med å flytte {count} elementer."
"Failed to favorite {fileName}." : "Kunne ikke favoritt {fileName}."
},
"nplurals=2; plural=(n != 1);");

280
l10n/nb.json vendored
View File

@ -1,9 +1,7 @@
{ "translations": {
"Shared Link" : "Delt kobling",
"Download" : "Last ned",
"Memories" : "Minner",
"Fast, modern and advanced photo management suite" : "Rask, moderne og avansert bildebehandlingspakke",
"# Memories: Photo Management for Nextcloud\n\nMemories is a *batteries-included* photo management solution for Nextcloud with advanced features including:\n\n- **📸 Timeline**: Sort photos and videos by date taken, parsed from Exif data.\n- **⏪ Rewind**: Jump to any time in the past instantly and relive your memories.\n- **🤖 AI Tagging**: Group photos by people and objects, powered by [recognize](https://github.com/nextcloud/recognize) and [facerecognition](https://github.com/matiasdelellis/facerecognition).\n- **🖼️ Albums**: Create albums to group photos and videos together. Then share these albums with others.\n- **🫱🏻‍🫲🏻 External Sharing**: Share photos and videos with people outside of your Nextcloud instance.\n- **📱 Mobile Support**: Work from any device, of any shape and size through the web app.\n- **✏️ Edit Metadata**: Edit dates and other metadata on photos quickly and in bulk.\n- **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n- **📹 Video Transcoding**: Transcode videos and use HLS for maximal performance.\n- **🗺️ Map**: View your photos on a map, tagged with accurate reverse geocoding.\n- **📦 Migration**: Migrate easily from Nextcloud Photos and Google Takeout.\n- **⚡️ Performance**: Do all this very fast.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store (try a demo [here](https://demo.memories.gallery/apps/memories/)).\n1. Perform the recommended [configuration steps](https://memories.gallery/config/).\n1. Run `php occ memories:index` to generate metadata indices for existing photos.\n1. Open the 📷 Memories app in Nextcloud and set the directory containing your photos." : "# Memories: Bildebehandlingsløsning for Nextcloud\n\nMemories er en *batterier-inkludert* bildebehandlingsløsning for Nextcloud med avanserte funksjoner, inkludert::\n\n- **📸 Tidslinje**: Sorter bilder og videoer etter dato tatt, analysert fra Exif-data.\n- **⏪ Spol tilbake**: Hopp til et hvilket som helst tidspunkt i fortiden umiddelbart og gjenopplev minnene dine.\n- **🤖 AI Tagging**: Grupper bilder etter mennesker og objekter, drevet av [recognize](https://github.com/nextcloud/recognize) og [facerecognition](https://github.com/matiasdelellis/facerecognition).\n- **🖼️ Albumer**: Opprett album for å gruppere bilder og videoer sammen. Del deretter disse albumene med andre.\n- **🫱🏻‍🫲🏻 Ekstern deling**: Del bilder og videoer med personer utenfor Nextcloud-forekomsten.\n- **📱 Mobilstøtte**: Arbeid fra hvilken som helst enhet, uansett form og størrelse gjennom webappen.\n- **✏️ Rediger metadata**: Rediger datoer og andre metadata på bilder raskt og samtidig.\n- **📦 Arkiv**: Lagre bilder du ikke vil se på tidslinjen, i en egen mappe.\n- **📹 Videotranskoding**: Omkoder videoer og bruker HLS for maksimal ytelse.\n- **🗺️ Kart**: Se bildene dine på et kart, merket med nøyaktig omvendt geokoding.\n- **📦 Migrering**: Migrer lett fra Nextcloud Photos og Google Takeout.\n- **⚡️ Ytelse**: Gjør alt dette veldig raskt.\n## 🚀 Installasjon\n\n1. Installer appen fra Nextcloud-appbutikken (prøv en demo [her](https://demo.memories.gallery/apps/memories/)).\n1. Utfør de anbefalte [konfigurasjonstrinn](https://memories.gallery/config/).\n1. Kjør `php occ memories:index` for å generere metadataindekser for eksisterende bilder.\n1. Åpne 📷 Memories-appen i Nextcloud og angi katalogen som inneholder bildene dine.",
"Settings" : "Innstillinger",
"People (Recognize)" : "Mennesker (Gjenkjenne)",
"People" : "Mennesker",
@ -18,28 +16,18 @@
"Places" : "Steder",
"Map" : "Kart",
"Tags" : "Merkelapper",
"View all" : "Se alle",
"Recognize" : "Gjenkjenn",
"Face Recognition" : "Ansiktsgjenkjenning",
"A better photos experience awaits you" : "En bedre bildeopplevelse venter på deg",
"Choose the root folder of your timeline to begin" : "Velg rotmappen til tidslinjen for å begynne",
"Continue to Memories" : "Fortsett til Minner",
"Choose again" : "Velg igjen",
"Click here to start" : "Klikk her for å starte",
"You can always change this later in settings" : "Du kan alltid endre dette senere i innstillingene",
"If you just installed Memories, visit the admin panel first." : "Hvis du nettopp har installert Memories, besøk administrasjonspanelet først.",
"Choose the root of your timeline" : "Velg roten til tidslinjen",
"The selected folder does not seem to be valid. Try again." : "Den valgte mappen ser ikke ut til å være gyldig. Prøv igjen.",
"No photos were found in the selected folder." : "Ingen bilder ble funnet i den valgte mappen.",
"This can happen because your media is still indexing." : "Dette kan skje fordi mediene dine fortsatt indekserer.",
"Visit the admin panel to make sure Memories is configured correctly." : "Gå til administrasjonspanelet for å kontrollere at Memories er riktig konfigurert.",
"_Found {n} item in {path}_::_Found {n} items in {path}_" : ["Fant {n} element i {path}","Fant {n} elementer i {path}"],
"Metadata" : "Metadata",
"Edit" : "Rediger",
"Failed to load metadata" : "Lasting av metadata feilet",
"No coordinates" : "Ingen koordinater",
"Click edit to set location" : "Klikk rediger for å angi plassering",
"Photos" : "Bilder",
"Explore" : "Utforsk",
"Cancel" : "Avbryt",
"Delete" : "Slett",
@ -47,182 +35,28 @@
"Share" : "Del",
"Favorite" : "Favoritt",
"Unarchive" : "Dearkivere",
"Edit metadata" : "Rediger metadata",
"Rotate / Flip" : "Roter/Flipp",
"View in folder" : "Vis i mappe",
"Move to folder" : "Flytt til mappe",
"Add to album" : "Legg til i album",
"Move to person" : "Flytt til person",
"Remove from person" : "Fjern fra person",
"You must enable \"Mark person in preview\" to use this feature" : "Du må aktivere \"Merk person i forhåndsvisning\" for å bruke denne funksjonen",
"Only user \"{user}\" can update this person" : "Kun bruker \"{user}\" kan oppdatere denne personen",
"_{n} selected_::_{n} selected_" : ["{n} valgt","{n} valgt"],
"Memories Settings" : "Minner-innstillinger",
"General" : "Generell",
"Timeline Path" : "Tidslinjebane",
"Square grid mode" : "Firkantet rutenettmodus",
"Show past photos on top of timeline" : "Vis tidligere bilder øverst på tidslinjen",
"Stack RAW files with same name" : "Stable RAW-filer med samme navn",
"Photo Viewer" : "Bildeviser",
"Autoplay Live Photos" : "Automatisk spill av Live-fotoer",
"Show full file path in sidebar" : "Vis full filbane i sidepanelet",
"High resolution image loading behavior" : "Virkemåte ved innlasting av bilder med høy oppløsning",
"Load high resolution image on zoom" : "Last inn bilde med høy oppløsning på zoom",
"Always load high resolution image (not recommended)" : "Last alltid inn høyoppløselig bilde (anbefales ikke)",
"Never load high resolution image" : "Last aldri inn bilder med høy oppløsning",
"Account" : "Konto",
"Logged in as {user}" : "Logget på som {user}",
"Sign out" : "Logg av",
"Device Folders" : "Enhetsmapper",
"Local folders to include in the timeline view" : "Lokale mapper som skal inkluderes i tidslinjevisningen",
"Run initial device setup" : "Kjør første enhetsoppsett",
"Folders Path" : "Mappebane",
"Show hidden folders" : "Vis skjulte mapper",
"Sort folders oldest-first" : "Sorter mapper eldste-først",
"Sort albums oldest-first" : "Sorter album eldste-først",
"Show hidden albums" : "Vis skjulte album",
"Choose Timeline Paths" : "Velg tidslinjebaner",
"Choose the root for the folders view" : "Velg roten for mappevisningen",
"Are you sure you want to log out {user}?" : "Er du sikker på at du vil logge av {user}?",
"Close" : "Lukk",
"Info" : "Info",
"{photoCount} photos" : "{photoCount} bilder",
"Failed to load some photos" : "Kunne ikke laste inn noen bilder",
"Failed to update setting" : "Oppdatering av innstilling feilet",
"Albums support is enabled through the Photos app." : "Albumstøtte er aktivert via Photos-appen.",
"Albums are disabled because the Photos app is not available." : "Album er deaktivert fordi Photos-appen ikke er tilgjengelig.",
"Recognize is installed and enabled for face recognition." : "Gjenkjenne er installert og aktivert for ansiktsgjenkjenning.",
"Recognize is installed but not enabled for face recognition." : "Gjenkjenne er installert, men ikke aktivert for ansiktsgjenkjenning.",
"Recognize is not installed. Face recognition and object tagging may be unavailable." : "Gjenkjenne er ikke installert. Ansiktsgjenkjenning og objektmerking kan være utilgjengelig.",
"Face Recognition is installed and enabled" : "Ansiktsgjenkjenning er installert og aktivert",
"Preview generator is installed and enabled. Additional configuration may still be required." : "Forhåndsvisningsgenerator er installert og aktivert. Ytterligere konfigurasjon kan fortsatt være nødvendig.",
"Preview generator is not installed and configured. This may make Memories very slow." : "Forhåndsvisningsgenerator er ikke installert og konfigurert. Dette kan gjøre Memories veldig tregt.",
"Recommended Apps" : "Anbefalte apper",
"Path to packaged exiftool binary" : "Bane til pakket exiftool-binær",
"You need perl only if the packaged exiftool binary does not work for some reason." : "Du trenger perl bare hvis den pakkede exiftool-binærfilen ikke fungerer av en eller annen grunn.",
"Use system perl (only if exiftool binary does not work)" : "Bruk systemperl (bare hvis exiftool-binær ikke fungerer)",
"EXIF Extraction" : "EXIF-utvinning",
"You can configure the enabled Nextcloud preview providers below." : "Du kan konfigurere de aktiverte Nextcloud-forhåndsvisningsleverandørene nedenfor.",
"If you are using Imaginary for preview generation, you can ignore this section." : "Hvis du bruker Imaginary for forhåndsvisningsgenerering, kan du ignorere denne delen.",
"To enable RAW support, install the Camera RAW Previews app." : "For å aktivere RAW-støtte, installer Camera RAW Previews-appen.",
"Documentation." : "Dokumentasjon.",
"PHP-Imagick is available [{version}]." : "PHP-Imagick er tilgjengelig [{version}].",
"PHP-Imagick is not available." : "PHP-Imagick er ikke tilgjengelig.",
"Image editing will not work correctly." : "Bilderedigering vil ikke fungere riktig.",
"Thumbnail generation may not work for some formats (HEIC, TIFF)." : "Generering av miniatyrbilder fungerer kanskje ikke for enkelte formater (HEIC, TIFF).",
"Thumbnails for videos will be generated with this binary." : "Miniatyrbilder for videoer blir generert med denne binæren.",
"Thumbnail generation may not work for videos." : "Generering av miniatyrbilder fungerer kanskje ikke for videoer.",
"The following MIME types are configured for preview generation." : "Følgende MIME-typer er konfigurert for generering av forhåndsvisning.",
"Max preview size (trade-off between quality and storage requirements)." : "Maks forhåndsvisningsstørrelse (kompromiss mellom kvalitet og lagringskrav).",
"Max memory for preview generation (MB)" : "Maks minne for generering av forhåndsvisning (MB)",
"Max size of file to generate previews for (MB)" : "Maks størrelse på filen som skal genereres forhåndsvisninger for (MB)",
"File Support" : "Filstøtte",
"Images (JPEG, PNG, GIF, BMP)" : "Bilder (JPEG, PNG, GIF, BMP)",
"HEIC (Imagick)" : "HEIC (Imagick)",
"TIFF (Imagick)" : "TIFF (Imagick)",
"Videos (ffmpeg)" : "Videoer (ffmpeg)",
"Thank you for choosing Nextcloud and Memories to store your precious data!" : "Takk for at du valgte Nextcloud og Memories for å lagre dine dyrebare data!",
"Memories is very feature rich and setting it up properly can take some time." : "Memories er veldig funksjonsrik, og det kan ta litt tid å sette det opp riktig.",
"If you just installed Memories, make sure you read the getting started guide:" : "Hvis du nettopp har installert Memories, må du lese startveiledningen:",
"External Link" : "Ekstern kobling",
"In case you run into any issues or bugs, you can get help through several channels." : "I tilfelle du får problemer eller feil, kan du få hjelp gjennom flere kanaler.",
"Memories is a completely free and open source app under active development." : "Memories er en helt gratis og åpen kildekode-app under aktiv utvikling.",
"You can contribute in several ways. See the project page for more details:" : "Du kan bidra på flere måter. Se prosjektsiden for mer informasjon:",
"Help & Support" : "Hjelp og støtte",
"{n} media files have been indexed" : "{n} mediefiler er indeksert",
"Automatic Indexing status: {status}" : "Automatisk indekseringsstatus: {status}",
"Last index job was run {t} seconds ago." : "Siste indeksjobb ble kjørt {t} sekunder siden.",
"It took {t} seconds to complete." : "det tok {t} sekunder å fullføre.",
"It is still running or was interrupted." : "Den kjører fortsatt eller ble avbrutt.",
"Looks like it has been more than an hour since the last index job was run. Make sure Nextcloud cron is configured correctly." : "Ser ut som det har gått mer enn en time siden siste indeksjobben ble kjørt. Forsikre deg om at Nextcloud-cron er riktig konfigurert.",
"Only server-side encryption (OC_DEFAULT_MODULE) is supported, but another encryption module is enabled." : "Bare kryptering på serversiden (OC_DEFAULT_MODULE) støttes, men en annen krypteringsmodul er aktivert.",
"The EXIF indexes are built and checked in a periodic background task. Be careful when selecting anything other than automatic indexing. For example, setting the indexing to only timeline folders may cause delays before media becomes available to users, since the user configures the timeline only after logging in." : "EXIF-indeksene bygges og kontrolleres i en periodisk bakgrunnsoppgave. Vær forsiktig når du velger noe annet enn automatisk indeksering. Hvis du for eksempel setter indekseringen til bare tidslinjemapper, kan det føre til forsinkelser før medier blir tilgjengelige for brukere, siden brukeren konfigurerer tidslinjen bare etter pålogging.",
"Folders with a \".nomedia\" or a \".nomemories\" file are always excluded from indexing." : "Mapper med en \".nomedia\" eller en \".nomemories\" fil er alltid ekskludert fra indeksering.",
"Index all media automatically (recommended)" : "Indekser alle medier automatisk (anbefales)",
"Index per-user timeline folders (not recommended)" : "Indekser tidslinjemapper per bruker (anbefales ikke)",
"Index a fixed relative path" : "Indekser en fast relativ bane",
"Disable background indexing" : "Deaktiver bakgrunnsindeksering",
"Indexing path (relative, all users)" : "Indekseringsbane (relativ, alle brukere)",
"For advanced usage, perform a run of indexing by running:" : "For avansert bruk, utfør en kjøring av indeksering ved å kjøre:",
"Run index in parallel with 4 threads:" : "Kjør indeks parallelt med 4 tråder:",
"Force re-indexing of all files:" : "Tving gjenindeksering av alle filer:",
"You can limit indexing by user and/or folder:" : "Du kan begrense indekseringen etter bruker og/eller mappe:",
"Clear all existing index tables:" : "Fjern alle eksisterende indekstabeller:",
"Media Indexing" : "Indeksering av medier",
"HTTPS is enabled" : "HTTPS er aktivert",
"You are accessing this page over an insecure context. Several browser APIs are not available, which will make Memories very slow. Enable HTTPS on your server to improve performance." : "Du får tilgang til denne siden over en usikker kontekst. Flere nettleser-API-er er ikke tilgjengelige, noe som vil gjøre Memories veldig tregt. Aktiver HTTPS på serveren din for å forbedre ytelsen.",
"HTTP/2 or HTTP/3 is enabled" : "HTTP/2 eller HTTP/3 er aktivert",
"HTTP/2 or HTTP/3 is strongly recommended ({httpVer} detected)" : "HTTP/2 eller HTTP/3 er sterkt anbefalt ({httpVer} oppdaget)",
"Performance" : "Ytelse",
"Unknown" : "Ukjent",
"Database is populated with {n} geometries." : "Databasen er fylt med {n} geometrier.",
"Geometry table has not been created." : "Geometritabellen er ikke opprettet.",
"Looks like the planet data is incomplete." : "Det ser ut til at planetdataene er ufullstendige.",
"Reverse geocoding has not been configured ({status})." : "Omvendt geokoding er ikke konfigurert ({status}).",
"Memories supports offline reverse geocoding using the OpenStreetMaps data on MySQL and Postgres." : "Memories støtter omvendt geokoding i frakoblet tilstand ved å bruke OpenStreetMaps-dataene på MySQL og Postgres.",
"You need to download the planet data into your database. This is highly recommended and has low overhead." : "Du må laste ned planetdataene i databasen din. Dette anbefales på det sterkeste og har lave omkostninger.",
"If the button below does not work for importing the planet data, use the following command:" : "Hvis knappen nedenfor ikke fungerer for import av planetdata, bruk følgende kommando:",
"Note: the geometry data is stored in the memories_planet_geometry table, with no prefix." : "Merknad: geometridataene lagres i memories_planet_geometry-tabellen, uten prefiks.",
"Download planet database" : "Last ned planetdatabase",
"Reverse Geocoding" : "Omvendt geokoding",
"Geometry support was not detected in your database" : "Geometristøtte ble ikke funnet i databasen",
"MySQL-like geometry support was detected " : "MySQL-lignende geometristøtte ble oppdaget ",
"Postgres native geometry support was detected" : "Postgres opprinnelig geometristøtte ble oppdaget",
"Looks like the database is already setup. Are you sure you want to redownload planet data?" : "Ser ut som databasen allerede er konfigurert. Er du sikker på at du vil laste ned planetdata på nytt?",
"You are about to download the planet database. This may take a while." : "Du er i ferd med å laste ned planetdatabasen. Dette kan ta litt tid.",
"This may also cause all photos to be re-indexed!" : "Dette kan også føre til at alle bilder blir indeksert på nytt!",
"Continue" : "Fortsett",
"Live transcoding provides for adaptive streaming of videos using HLS." : "Live transkoding sørger for adaptiv strømming av videoer ved hjelp av HLS.",
"Note that this may be very CPU intensive without hardware acceleration, and transcoding will not be used for external storage." : "Merk at dette kan være veldig CPU-intensivt uten maskinvareakselerasjon, og omforming vil ikke bli brukt til ekstern lagring.",
"Enable Transcoding" : "Aktiver transkoding",
"ffmpeg path" : "ffmpeg-bane",
"ffprobe path" : "ffprobe-bane",
"Global default video quality (user may override)" : "Standard global videokvalitet (brukeren kan overstyre)",
"Auto (adaptive transcode)" : "Auto (adaptive transkoding)",
"Original (transcode with max quality)" : "Original (transkoding med maksimum kvalitet)",
"Direct (original video file without transcode)" : "Direkte (original videofil uten transkoding)",
"Video Streaming" : "Strømming av video",
"You must first make sure the correct drivers are installed before configuring acceleration." : "Du må først sørge for at de riktige driverne er installert før du konfigurerer akselerasjon.",
"Make sure you test hardware acceleration with various options after enabling." : "Forsikre deg om at du tester maskinvareakselerasjon med forskjellige alternativer etter aktivering.",
"Do not enable multiple types of hardware acceleration simultaneously." : "Ikke aktiver flere typer maskinvareakselerasjon samtidig.",
"Intel processors supporting QuickSync Video (QSV) as well as some AMD GPUs can be used for transcoding using VA-API acceleration." : "Intel-prosessorer som støtter QuickSync Video (QSV) samt noen AMD GPUer kan brukes til transkoding ved hjelp av VA-API-akselerasjon.",
"For more details on driver installation, check the documentation:" : "Hvis du vil ha mer informasjon om driverinstallasjon, kan du se dokumentasjonen:",
"Enable acceleration with VA-API" : "Aktiver akselerasjon med VA-API",
"Enable low-power mode (QSV only)" : "Aktiver lavstrømsmodus (bare QSV)",
"NVIDIA GPUs can be used for transcoding using the NVENC encoder with the proper drivers." : "NVIDIA GPUer kan brukes til transkoding ved hjelp av NVENC-koderen med de riktige driverne.",
"Depending on the versions of the installed SDK and ffmpeg, you need to specify the scaler to use" : "Avhengig av versjonene av den installerte SDK-en og ffmpeg, må du spesifisere skaleren som skal brukes",
"No automated tests are available for NVIDIA acceleration." : "Ingen automatiserte tester er tilgjengelige for NVIDIA-akselerasjon.",
"Enable acceleration with NVENC" : "Aktiver akselerasjon med NVENC",
"Enable NVENC Temporal AQ" : "Aktiver NVENC Temporal AQ",
"CUDA scaler" : "CUDA-skalerer",
"NPP scaler" : "NPP-skalerer",
"Due to a bug in certain hardware drivers, videos may appear in incorrect orientations when streaming. This can be resolved in some cases by rotating the video on the accelerator." : "På grunn av en feil i visse maskinvaredrivere kan videoer vises i feil retning når du strømmer. Dette kan i noen tilfeller løses ved å rotere videoen på akseleratoren.",
"Try this option only if you have incorrectly oriented videos during playback." : "Prøv dette alternativet bare hvis du har feil orienterte videoer under avspilling.",
"Enable streaming transpose workaround" : "Aktiver midlertidig løsning transponering av strømming",
"Some NVENC devices have issues with force_key_frames." : "Noen NVENC-enheter har problemer med force_key_frames.",
"Try this option only if you use NVENC and have issues with video playback." : "Prøv dette alternativet bare hvis du bruker NVENC og har problemer med videoavspilling.",
"Enable streaming GOP size workaround" : "Aktiver midlertidig GOP-størrelse for strømming",
"HW Acceleration" : "HW-akselerasjon",
"VA-API device ({dev}) is readable" : "VA-API enhet ({dev}) kan leses",
"VA-API device ({dev}) not found" : "VA-API enhet ({dev}) ikke funnet",
"VA-API device ({dev}) has incorrect permissions" : "VA-API enhet ({dev}) har feil tillatelser",
"VA-API device status: {status}" : "VA-API enhetsstatus: {status}",
"Memories uses the go-vod transcoder. You can run go-vod exernally (e.g. in a separate Docker container for hardware acceleration) or use the built-in transcoder. To use an external transcoder, enable the following option and follow the instructions in the documentation:" : "Memories bruker go-vod transkoderen. Du kan kjøre go-vod eksternt (f.eks. i en separat Docker-beholder for maskinvareakselerasjon) eller bruke den innebygde transkoderen. Hvis du vil bruke en ekstern transkoder, aktiverer du følgende alternativ og følger instruksjonene i dokumentasjonen:",
"Enable external transcoder" : "Aktiver ekstern transkoder",
"Binary path (local only)" : "Binær bane (bare lokalt)",
"Bind address (local only)" : "Bind adresse (bare lokalt)",
"Connection address (same as bind if local)" : "Tilkoblingsadresse (samme som bind hvis lokal)",
"Quality Factor (15 - 45) (default 25)" : "Kvalitetsfaktor (15 - 45) (standard 25)",
"Transcoder" : "Transkoder",
"Default high resolution image loading behavior of the photo viewer." : "Standard virkemåte for innlasting av bilder med høy oppløsning for bildeviseren.",
"The configuration here also applies to public link shares." : "Konfigurasjonen her gjelder også for delte fellesressurser.",
"Users may override this setting." : "Brukere kan overstyre denne innstilingen.",
"Always load high resolution image (not recommended if using HEIC/TIFF)" : "Last alltid inn bilder med høy oppløsning (anbefales ikke hvis du bruker HEIC / TIFF)",
"Template" : "Mal",
"No items" : "Ingen gjenstander",
"Shared by {user}" : "Delt av {user}",
"_{n} item_::_{n} items_" : ["{n} element","{n} elementer"],
"_{n} photo updated_::_{n} photos updated_" : ["{n} bilde oppdatert","{n} bilder oppdatert"],
"Add people or groups who can edit your album" : "Legg til personer eller grupper som kan redigere albumet ditt",
"Search for collaborators" : "Søk etter samarbeidspartnere",
"Search people or groups" : "Søk etter personer eller grupper",
@ -243,9 +77,6 @@
"New album" : "Nytt album",
"Could not load the selected album" : "Kunne ikke laste det valgte albumet",
"Remove Album" : "Fjern album",
"Leave Album" : "Forlat album",
"Are you sure you want to permanently remove album \"{name}\"?" : "Er du sikker på at du vil fjerne albumet {name} permanent?",
"Are you sure you want to leave the shared album \"{name}\"?" : "Er du sikker på at du vil forlate det delte albumet \"{name}\"?",
"Failed to delete {name}." : "Kunne ikke slette {name}.",
"Name of the album" : "Navn på albumet",
"Location of the album" : "Plassering av albumet",
@ -256,14 +87,9 @@
"Back to the new album form." : "Tilbake til albumskjemaet.",
"Save" : "Lagre",
"Create album" : "Lag album",
"Invalid album name; should not contain any slashes." : "Ugyldig albumnavn; skal ikke inneholde skråstreker.",
"Search" : "Søk",
"Create new album." : "Opprett nytt album.",
"Save changes" : "Lagre endringer",
"_Removed from {n} album_::_Removed from {n} albums_" : ["Fjernet fra {n} album","Fjernet fra {n} album"],
"Share Album" : "Del album",
"Save collaborators for this album." : "Lagre samarbeidspartnere for dette albumet.",
"Failed to load album info: {name}" : "Kunne ikke laste inn albuminformasjon: {name}",
"_%n item_::_%n items_" : ["%n element","%nelementer"],
"Newest" : "Nyeste",
"Year" : "År",
@ -273,8 +99,6 @@
"Hour" : "Time",
"Minute" : "Minutt",
"Oldest" : "Eldst",
"Invalid Date" : "Ugyldig dato",
"Newest date is older than oldest date" : "Nyeste dato er eldre enn eldste dato",
"Title" : "Tittel",
"Description" : "Beskrivelse",
"Label" : "Etikett",
@ -283,92 +107,40 @@
"Lens Model" : "Objektivmodell",
"Copyright" : "Opphavsrett",
"Empty" : "Tom",
"Unchanged" : "Uforandret",
"Reset" : "Tilbakestill",
"Remove location" : "Fjern plassering",
"Search location / landmark" : "Søk plassering/landemerke",
"Failed to search for location with Nominatim." : "Kunne ikke søke etter plassering med Nominatim.",
"Date / Time" : "Dato/Tid",
"Collaborative Tags" : "Samarbeidsmerkelapper",
"EXIF Fields" : "EXIF-felt",
"Geolocation" : "Geolokalisering",
"Orientation (EXIF)" : "Orientering (EXIF)",
"Cannot edit {name} of type {type}" : "Kan ikke redigere {name} av typen {type}",
"Cannot edit rotation on videos ({name})" : "Kan ikke redigere rotering på videoer ({name})",
"Cannot edit rotation on Live Photos ({name})" : "Kan ikke redigere rotering på Live-fotoer ({name})",
"Some selected items have stacked RAW files.\nRAW files will not be edited." : "Noen utvalgte elementer har stablede RAW-filer.\nRAW-filer blir ikke redigert.",
"Missing date metadata" : "Mangler metadata for dato",
"Some items may be missing the date metadata. Do you want to attempt copying the currently known timestamp to the metadata (recommended)? Othewise, the timestamp may be reset to the current time." : "Noen elementer mangler kanskje datometadataene. Vil du prøve å kopiere det kjente tidsstempelet til metadataene (anbefales)? Ellers kan tidsstemplet tilbakestilles til gjeldende tid.",
"Failed to load metadata for {n} photos." : "Kunne ikke laste inn metadata for {n} bilder.",
"{n} photos cannot be edited (permissions error)." : "{n} bilder kan ikke redigeres (tillatelsesfeil).",
"This feature rotates images losslessly by updating the EXIF metadata. This approach is known to sometimes not work correctly on certain image types such as HEIC. Make sure you do a test run before using it on multiple images." : "Denne funksjonen roterer bilder uten tap ved å oppdatere EXIF-metadataene. Denne tilnærmingen er kjent for noen ganger ikke å fungere riktig på visse bildetyper som HEIC. Sørg for at du gjør en testkjøring før du bruker den på flere bilder.",
"Rotate Left" : "Roter venstre",
"Rotate Right" : "Roter høyre",
"Flip" : "Flipp",
"Remove person" : "Fjern person",
"Are you sure you want to remove {name}?" : "Er du sikker på at du vil fjerne {name}?",
"Only user \"{user}\" can delete this person" : "Kun bruker \"{user}\" kan slette denne personen",
"Rename person" : "Gi nytt navn til person",
"Name" : "Navn",
"Update" : "Oppdater",
"Failed to rename {oldName} to {name}." : "Kunne ikke endre navn på {oldName} til {name}.",
"Loading …" : "Laster ...",
"Failed to load faces" : "Kunne ikke laste inn ansikter",
"Enter name of the new face" : "Skriv inn navnet på det nye ansiktet",
"Failed to create face" : "Kunne ikke opprette ansikt",
"Merge {name} with person" : "Slå sammen {name} med person",
"Merge faces" : "Slå sammen ansikter",
"Merge {name} with {newName}?" : "Slå {name} sammen med {newName}?",
"unnamed person" : "ikke navngitt person",
"Too many failures, aborting" : "For mange feil, abort",
"Error while moving {basename}" : "Feil under flytting av {basename}",
"Failed to move {name}." : "Kunne ikke flytte {name}.",
"Move selected photos to person" : "Flytt valgte bilder til person",
"Move the selected photos to {target}?" : "Flytte de valgte bildene til {target}?",
"Move" : "Flytt",
"An error occurred while moving photos from {name}." : "Det oppstod en feil under flytting av bilder fra {name}.",
"Choose a folder" : "Velg en mappe",
"_{n} item moved to folder_::_{n} items moved to folder_" : ["{n} element flyttet til mappe","{n} elementer er flyttet til mappen"],
"Remove" : "Fjern",
"Add Path" : "Legg til bane",
"Add a root to your timeline" : "Legg til en rot på tidslinjen din",
"Link Sharing" : "Linkdeling",
"You cannot share the root folder" : "Du kan ikke dele rotmappen",
"Public link shares are available to people outside Nextcloud." : "Offentlig delte lenker er tilgjengelige for personer utenfor Nextcloud.",
"You may create or update permissions on public links using the sidebar." : "Du kan opprette eller oppdatere tillatelser på offentlige lenker ved å bruke sidefeltet.",
"Click a link to copy to clipboard." : "Klikk en lenke for å kopiere til utklippstavlen",
"Share link" : "Del lenke",
"Create Link" : "Opprett lenke",
"Refresh" : "Oppdater",
"Password protected" : "Passordbeskyttet",
"Expires" : "Utløper",
"Editable" : "Kan redigeres",
"Read only" : "Skrivebeskyttet",
"Link copied to clipboard" : "Lenke kopiert til utklippstavlen",
"Failed to copy link to clipboard" : "Kopiere lenke til utklippstavlen feilet",
"Reduced Size" : "Redusert størrelse",
"Share in lower quality (small file size)" : "Del i lavere kvalitet (liten filstørrelse)",
"High Resolution" : "Høy oppløsning",
"Share in high quality (large file size)" : "Del i høy kvalitet (stor filstørrelse)",
"Original File" : "Opprinnelig fil",
"Public Link" : "Offentlig kobling",
"Share an external Nextcloud link" : "Del en ekstern Nextcloud-kobling",
"Not allowed to share file: {name}" : "Ikke tillatt å dele fil: {name}",
"Failed to create album for public link" : "Kunne ikke opprette album for offentlig kobling",
"Failed to download file {href}" : "Nedlasting av fil feilet {href}",
"Cannot share this type of data" : "Kan ikke dele denne typen data",
"_Share File_::_Share Files_" : ["Del fil","Del filer"],
"_Share the original file_::_Share the original files_" : ["Del den opprinnelige filen","Del de opprinnelige filene"],
"Sort by date" : "Sorter etter dato",
"Sort by name" : "Sorter etter navn",
"Share album" : "Del album",
"Download album" : "Last ned album",
"Remove album" : "Fjern album",
"Nothing to show here" : "Ingenting å vise her",
"Unassigned faces" : "Ikke-tilordnede ansikter",
"Merge with different person" : "Slå sammen med en annen person",
"Mark person in preview" : "Merk person i forhåndsvisning",
"Unnamed person" : "Ikke navngitt person",
"Folder View" : "Mappevisning",
"Timeline View" : "Tidslinjevisning",
"Share folder" : "Del mappe",
@ -379,33 +151,11 @@
"Error saving image" : "Feil under lagring av bildet",
"Unsaved changes" : "Ulagrede endringer",
"Drop changes" : "Slipp endringer",
"Play Live Photo" : "Spill av Live-foto",
"Download Video" : "Last ned video",
"Download {ext}" : "Last ned {ext}",
"Slideshow" : "Lysbildefremvisning",
"Previous" : "Forrige",
"Next" : "Neste",
"Editing is currently disabled for Live Photos" : "Redigering av Live-fotoer er midlertidig deaktivert",
"You are now logged in to the server!" : "Du er ikke pålogget på serveren!",
"You can set up automatic uploads from this device using the Nextcloud mobile app. Click the button below to download the app, or skip this step and continue." : "Du kan sette opp automatiske opplastinger fra denne enheten ved hjelp av Nextcloud-mobilappen. Klikk på knappen nedenfor for å laste ned appen, eller hopp over dette trinnet og fortsett.",
"Set up automatic upload" : "Sett opp automatisk opplasting",
"Memories can show local media on your device alongside the media on your server. This requires access to the media on this device." : "Memories kan vise lokale medier på enheten din sammen med mediene på serveren din. Dette krever tilgang til media på denne enheten.",
"Access to media has been granted." : "Tilgang til medier er gitt.",
"Access to media is not available yet. If the button below does not work, grant the permission through settings." : "Tilgang til medier er ikke tilgjengelig enda. Hvis knappen nedenfor ikke fungerer, gi tillatelsen gjennom innstillingene.",
"Grant permissions" : "Gi rettigheter",
"Skip this step" : "Hopp over dette trinnet",
"Choose the folders on this device to show on your timeline." : "Velg mappene på denne enheten som skal vises på tidslinjen din.",
"If no folders are visible here, you may need to grant the app storage permissions, or wait for the app to index your files." : "Hvis ingen mapper er synlige her, må du kanskje gi appen lagringstillatelser, eller vente på at appen indekserer filene dine.",
"You can always change this in settings. Note that this does not affect automatic uploading." : "Du kan alltid endre dette i innstillingene. Merk at dette ikke påvirker automatisk opplasting.",
"Synchronizing local files ({n} done)." : "Synkroniserer lokale filer ({n} fullført).",
"This may take a while. Do not close this window." : "Dette kan ta en stund. Ikke lukk dette vinduet.",
"Finish" : "Fullfør",
"{name} binary exists and is executable." : "{name}-binær eksisterer og er kjørbar.",
"{name} binary not found." : "{name}-binær ikke funnet.",
"{name} binary is not executable." : "{name}-binær er ikke kjørbar.",
"{name} failed test: {info}." : "{name} feilet test: {info}.",
"{name} binary exists and is usable ({info})." : "{name}-binær eksisterer og kan brukes ({info}).",
"{name} binary status: {status}." : "{name}-binær status: {status}.",
"Save as" : "Lagre som",
"All changes will be lost." : "Alle endringer vil gå tapt.",
"Are you sure you want to continue?" : "Er du sikker på at du vil fortsette?",
@ -479,7 +229,6 @@
"Vertical" : "Vertikal",
"Opacity" : "Gjennomsiktighet",
"Position" : "Posisjon",
"Stroke" : "Penselstrøk",
"Save image as" : "Lagre bilde som",
"Extension" : "Filetternavn",
"Name is required." : "Navn er påkrevd.",
@ -488,13 +237,11 @@
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Vær oppmerksom på at det valgte beskjæringsområdet er lavere enn den valgte størrelsen, noe som kan føre til redusert kvalitet",
"Actual size (100%)" : "Faktisk størrelse (100 %)",
"Fit size" : "Tilpass størrelse",
"Transcoding failed, check Nextcloud logs." : "Transkoding feilet, sjekk Nextcloud-logger.",
"Direct" : "Direkte",
"Auto" : "Auto",
"Shared Folder" : "Delt mappe",
"Shared Album" : "Delt album",
"Setup" : "Oppsett",
"Failed to remove {filename}." : "Kunne ikke fjerne {filename}.",
"Failed to create {albumName}." : "Kunne ikke opprette {albumName}.",
"Failed to rename {currentAlbumName} to {newAlbumName}." : "Kunne ikke endre navn på {currentAlbumName} til {newAlbumName}.",
"General Failure" : "Generell feil",
@ -503,34 +250,9 @@
"Failed to move files." : "Kunne ikke flytte filer.",
"Could not move {fileName}, target exists." : "Kunne ikke flytte {fileName}, målet finnes.",
"Failed to move {fileName}." : "Kunne ikke flytte {fileName}.",
"Failed to load image info: {name}" : "Lasting av bildeinformasjon feilet: {name}",
"Failed to download files" : "Kunne ikke laste ned filer",
"Failed to favorite files." : "Kunne ikke velge favorittfiler.",
"Failed to favorite some files." : "Kunne ikke favoritt noen filer.",
"Failed to favorite {fileName}." : "Kunne ikke favoritt {fileName}.",
"No content-location header found" : "Fant ingen overskrift for innholdsplassering",
"Failed to create tag {name}: {error}" : "Kunne ikke opprette merkelapp {name}: {error}",
"Memories has been updated to {version}. Reload to get the new version." : "Memories er oppdatert til {version}. Last inn siden på nytt for å få den nye versjonen.",
"Upload some photos and make sure the timeline path is configured" : "Last opp noen bilder og sørg for at tidslinjebanen er konfigurert",
"Mark photos as favorite to find them easily" : "Merk bilder som favoritt for å finne dem enkelt",
"Memories from past years will appear here" : "Minner fra tidligere år vil dukke opp her",
"Recognize is still working on your photos" : "Gjenkjenne jobber fortsatt med bildene dine",
"You will find your friends soon. Please be patient" : "Du vil snart finne vennene dine. Vennligst vær tålmodig.",
"Face Recognition is disabled. Enable in settings to find your friends" : "Ansiktsgjenkjenning er deaktivert. Aktiver i innstillingene for å finne vennene dine",
"Your videos will appear here" : "Videoene dine vil vises her",
"Add photos to albums by selecting them on your timeline." : "Legg til bilder i album ved å velge dem på tidslinjen din.",
"Create an album to get started" : "For å komme i gang, opprett et album",
"Archive photos you don't want to see in your timeline" : "Arkiver bilder du ikke ønsker å se på tidslinjen din",
"Tag photos to find them easily" : "Merk bilder for å finne dem enkelt",
"Places you have been to will appear here" : "Steder du har vært vil vises her",
"Yes" : "Ja",
"No" : "Nei",
"The folder name \"{folder}\" has a leading or trailing whitespace. This may lead to errors and should be corrected." : "Mappenavnet \"{folder}\" har et innledende eller etterfølgende mellomrom. Dette kan føre til feil og bør rettes.",
"_Move {count} item to trash?_::_Move {count} items to trash?_" : ["Flytte {count} element til papirkurven?","Flytte {count} elementer til papirkurven?"],
"Files in trash may be automatically deleted after a fixed period of time." : "Filer i papirkurven kan slettes automatisk etter en bestemt tidsperiode.",
"_Remove {count} item from album?_::_Remove {count} items from album?_" : ["Fjerne {count} element fra albumet?","Fjerne {count} elementer fra albumet?"],
"This will not delete your original files." : "Dette vil ikke slette de opprinnelige filene dine.",
"You are about to download {count} items." : "Du er i ferd med å laste ned {count} elementer.",
"You are about to move {count} items." : "Du er i ferd med å flytte {count} elementer."
"Failed to favorite {fileName}." : "Kunne ikke favoritt {fileName}."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

3
l10n/nl.js vendored
View File

@ -13,8 +13,6 @@ OC.L10N.register(
"Albums" : "Albums",
"Archive" : "Archief",
"On this day" : "Vandaag",
"Places" : "Locaties",
"Map" : "Kaart",
"Tags" : "Tags",
"Recognize" : "Recognize",
"A better photos experience awaits you" : "Een betere foto-ervaring wacht op je",
@ -114,7 +112,6 @@ OC.L10N.register(
"Sort by name" : "Sorteren op naam",
"Share album" : "Album delen",
"Download album" : "Album downloaden",
"Unassigned faces" : "Niet toegewezen gezichten",
"Merge with different person" : "Samenvoegen met ander persoon",
"Folder View" : "Mapweergave",
"Timeline View" : "Tijdlijnweergave",

3
l10n/nl.json vendored
View File

@ -11,8 +11,6 @@
"Albums" : "Albums",
"Archive" : "Archief",
"On this day" : "Vandaag",
"Places" : "Locaties",
"Map" : "Kaart",
"Tags" : "Tags",
"Recognize" : "Recognize",
"A better photos experience awaits you" : "Een betere foto-ervaring wacht op je",
@ -112,7 +110,6 @@
"Sort by name" : "Sorteren op naam",
"Share album" : "Album delen",
"Download album" : "Album downloaden",
"Unassigned faces" : "Niet toegewezen gezichten",
"Merge with different person" : "Samenvoegen met ander persoon",
"Folder View" : "Mapweergave",
"Timeline View" : "Tijdlijnweergave",

1
l10n/oc.js vendored
View File

@ -40,7 +40,6 @@ OC.L10N.register(
"Description" : "Descripcion",
"Copyright" : "Drech d'autor",
"Reset" : "Reïnicializar",
"Rename person" : "Renomenar la persona",
"Name" : "Nom",
"Update" : "Actualizar",
"Loading …" : "Cargament…",

1
l10n/oc.json vendored
View File

@ -38,7 +38,6 @@
"Description" : "Descripcion",
"Copyright" : "Drech d'autor",
"Reset" : "Reïnicializar",
"Rename person" : "Renomenar la persona",
"Name" : "Nom",
"Update" : "Actualizar",
"Loading …" : "Cargament…",

3
l10n/pl.js vendored
View File

@ -190,8 +190,9 @@ OC.L10N.register(
"No automated tests are available for NVIDIA acceleration." : "Dla akceleracji NVIDIA nie są dostępne żadne zautomatyzowane testy.",
"Enable acceleration with NVENC" : "Włącz akcelerację za pomocą NVENC",
"Enable NVENC Temporal AQ" : "Włącz NVENC Temporal AQ",
"CUDA scaler" : "skaler CUDA",
"NPP scaler" : "skaler NPP",
"CUDA scaler" : "skaler CUDA",
"not recommended" : "niezalecane",
"Due to a bug in certain hardware drivers, videos may appear in incorrect orientations when streaming. This can be resolved in some cases by rotating the video on the accelerator." : "Z powodu błędu w niektórych sterownikach sprzętowych filmy mogą być wyświetlane w nieprawidłowej orientacji podczas przesyłania strumieniowego. W niektórych przypadkach można temu zaradzić, obracając wideo na akceleratorze.",
"Enable streaming transpose workaround" : "Włączenie obejścia transpozycji strumieniowej",
"HW Acceleration" : "Akceleracja sprzętowa",

3
l10n/pl.json vendored
View File

@ -188,8 +188,9 @@
"No automated tests are available for NVIDIA acceleration." : "Dla akceleracji NVIDIA nie są dostępne żadne zautomatyzowane testy.",
"Enable acceleration with NVENC" : "Włącz akcelerację za pomocą NVENC",
"Enable NVENC Temporal AQ" : "Włącz NVENC Temporal AQ",
"CUDA scaler" : "skaler CUDA",
"NPP scaler" : "skaler NPP",
"CUDA scaler" : "skaler CUDA",
"not recommended" : "niezalecane",
"Due to a bug in certain hardware drivers, videos may appear in incorrect orientations when streaming. This can be resolved in some cases by rotating the video on the accelerator." : "Z powodu błędu w niektórych sterownikach sprzętowych filmy mogą być wyświetlane w nieprawidłowej orientacji podczas przesyłania strumieniowego. W niektórych przypadkach można temu zaradzić, obracając wideo na akceleratorze.",
"Enable streaming transpose workaround" : "Włączenie obejścia transpozycji strumieniowej",
"HW Acceleration" : "Akceleracja sprzętowa",

61
l10n/pt_BR.js vendored
View File

@ -1,7 +1,6 @@
OC.L10N.register(
"memories",
{
"Shared Link" : "Link compartilhado",
"Download" : "Baixar",
"Memories" : "Memórias",
"Fast, modern and advanced photo management suite" : "Conjunto de gerenciamento de fotos rápido, moderno e avançado",
@ -50,7 +49,6 @@ OC.L10N.register(
"Favorite" : "Favorito",
"Unarchive" : "Desarquivar",
"Edit metadata" : "Editar metadados",
"Rotate / Flip" : "Girar / Inverter",
"View in folder" : "Exibir na pasta",
"Move to folder" : "Move to folder",
"Add to album" : "Adicionar a álbum",
@ -64,7 +62,6 @@ OC.L10N.register(
"Timeline Path" : "Caminho da linha do tempo",
"Square grid mode" : "Modo de grade quadrada",
"Show past photos on top of timeline" : "Mostrar fotos anteriores no topo da linha do tempo",
"Stack RAW files with same name" : "Empilhe arquivos RAW com o mesmo nome",
"Photo Viewer" : "Visualizador de Fotos",
"Autoplay Live Photos" : "Reprodução automática de fotos ao vivo",
"Show full file path in sidebar" : "Mostrar caminho completo do arquivo na barra lateral",
@ -77,12 +74,10 @@ OC.L10N.register(
"Sign out" : "Sair",
"Device Folders" : "Pastas do Dispositivo",
"Local folders to include in the timeline view" : "Pastas locais para incluir na visualização da linha do tempo",
"Run initial device setup" : "Execute a configuração inicial do dispositivo",
"Folders Path" : "Caminho das pastas",
"Show hidden folders" : "Mostrar pastas ocultas",
"Sort folders oldest-first" : "Sort folders oldest-first",
"Sort albums oldest-first" : "Sort albums oldest-first",
"Show hidden albums" : "Mostrar álbuns ocultos",
"Choose Timeline Paths" : "Escolha os caminhos da linha do tempo",
"Choose the root for the folders view" : "Escolha a raiz para a visualização de pastas",
"Are you sure you want to log out {user}?" : "Tem certeza de que deseja sair {user}?",
@ -117,7 +112,6 @@ OC.L10N.register(
"The following MIME types are configured for preview generation." : "Os tipos de MIME a seguir são configurados para geração de visualização.",
"Max preview size (trade-off between quality and storage requirements)." : "Tamanho máximo de visualização (compensação entre qualidade e requisitos de armazenamento).",
"Max memory for preview generation (MB)" : "Memória máxima para geração de visualização (MB)",
"Max size of file to generate previews for (MB)" : "Tamanho máximo do arquivo para gerar visualizações (MB)",
"File Support" : "Suporte de Arquivo",
"Images (JPEG, PNG, GIF, BMP)" : "Imagens (JPEG, PNG, GIF, BMP)",
"HEIC (Imagick)" : "HEIC (Imagick)",
@ -196,25 +190,20 @@ OC.L10N.register(
"No automated tests are available for NVIDIA acceleration." : "Não há testes automatizados para a aceleração NVIDIA",
"Enable acceleration with NVENC" : "Habilitar aceleração com NVENC",
"Enable NVENC Temporal AQ" : "Habilitar NVENC Temporal AQ",
"CUDA scaler" : "Escalador CUDA",
"NPP scaler" : "Escalador NPP",
"CUDA scaler" : "Escalador CUDA",
"not recommended" : "não recomendado",
"Due to a bug in certain hardware drivers, videos may appear in incorrect orientations when streaming. This can be resolved in some cases by rotating the video on the accelerator." : "Devido a um bug em certos drivers de hardware, os vídeos podem aparecer em orientações incorretas durante a transmissão. Isso pode ser resolvido em alguns casos girando o vídeo no acelerador.",
"Try this option only if you have incorrectly oriented videos during playback." : "Tente esta opção somente se você tiver vídeos orientados incorretamente durante a reprodução.",
"Enable streaming transpose workaround" : "Ativar solução alternativa de transposição de streaming",
"Some NVENC devices have issues with force_key_frames." : "Alguns dispositivos NVENC apresentam problemas com force_key_frames.",
"Try this option only if you use NVENC and have issues with video playback." : "Tente esta opção somente se você usar NVENC e tiver problemas com a reprodução de vídeo.",
"Enable streaming GOP size workaround" : "Habilitar solução alternativa para o tamanho do GOP de streaming",
"HW Acceleration" : "Aceleração HW",
"VA-API device ({dev}) is readable" : "O dispositivo VA-API ({dev}) é legível",
"VA-API device ({dev}) not found" : "Dispositivo VA-API ({dev}) não encontrado",
"VA-API device ({dev}) has incorrect permissions" : "O dispositivo VA-API ({dev}) tem permissões incorretas",
"VA-API device status: {status}" : "Status do dispositivo VA-API: {status}",
"Memories uses the go-vod transcoder. You can run go-vod exernally (e.g. in a separate Docker container for hardware acceleration) or use the built-in transcoder. To use an external transcoder, enable the following option and follow the instructions in the documentation:" : "Memórias usam o transcodificador go-vod. Você pode executar o go-vod externamente (por exemplo, em um contêiner Docker separado para aceleração de hardware) ou usar o transcodificador integrado. Para usar um transcodificador externo, habilite a seguinte opção e siga as instruções na documentação:",
"Enable external transcoder" : "Habilitar transcodificador externo",
"Binary path (local only)" : "Caminho binário (somente local)",
"Bind address (local only)" : "Endereço de ligação (somente local)",
"Connection address (same as bind if local)" : "Endereço de conexão (o mesmo que vincular se local)",
"Quality Factor (15 - 45) (default 25)" : "Fator de qualidade (15 - 45) (padrão 25)",
"Transcoder" : "Transcodificador",
"Default high resolution image loading behavior of the photo viewer." : "Comportamento padrão de carregamento de imagens de alta resolução do visualizador de fotos.",
"The configuration here also applies to public link shares." : "The configuration here also applies to public link shares.",
@ -265,7 +254,6 @@ OC.L10N.register(
"_Removed from {n} album_::_Removed from {n} albums_" : ["Removido de {n} álbuns","Removido de {n} álbuns","Removido de {n} álbuns"],
"Share Album" : "Compartilhar álbum",
"Save collaborators for this album." : "Salve os colaboradores deste álbum.",
"Failed to load album info: {name}" : "Falha ao carregar as informações do álbum: {name}",
"_%n item_::_%n items_" : ["%n item","%n itens","%n itens"],
"Newest" : "O mais novo",
"Year" : "Ano",
@ -294,19 +282,8 @@ OC.L10N.register(
"Collaborative Tags" : "Etiquetas Colaborativas",
"EXIF Fields" : "EXIF Fields",
"Geolocation" : "Geolocation",
"Orientation (EXIF)" : "Orientação (EXIF)",
"Cannot edit {name} of type {type}" : "Não é possível editar {name} do tipo {type}",
"Cannot edit rotation on videos ({name})" : "Não é possível editar a rotação dos vídeos ({name})",
"Cannot edit rotation on Live Photos ({name})" : "Não é possível editar a rotação em Fotos ao Vivo ({name})",
"Some selected items have stacked RAW files.\nRAW files will not be edited." : "Alguns itens selecionados possuem arquivos RAW empilhados. \nArquivos RAW não serão editados.",
"Missing date metadata" : "Metadados de data ausentes",
"Some items may be missing the date metadata. Do you want to attempt copying the currently known timestamp to the metadata (recommended)? Othewise, the timestamp may be reset to the current time." : "Alguns itens podem estar sem metadados de data. Deseja tentar copiar o carimbo de data/hora atualmente conhecido para os metadados (recomendado)? Caso contrário, o carimbo de data/hora poderá ser redefinido para a hora atual.",
"Failed to load metadata for {n} photos." : "Failed to load metadata for {n} photos.",
"{n} photos cannot be edited (permissions error)." : "{n} photos cannot be edited (permissions error).",
"This feature rotates images losslessly by updating the EXIF metadata. This approach is known to sometimes not work correctly on certain image types such as HEIC. Make sure you do a test run before using it on multiple images." : "Este recurso gira imagens sem perdas, atualizando os metadados EXIF. Sabe-se que essa abordagem às vezes não funciona corretamente em certos tipos de imagem, como HEIC. Certifique-se de fazer um teste antes de usá-lo em várias imagens.",
"Rotate Left" : "Rotaionar à esquerda",
"Rotate Right" : "Rotacionar à Direita",
"Flip" : "Virar",
"Remove person" : "Remover pessoa",
"Are you sure you want to remove {name}?" : "Tem certeza que deseja remover {name}?",
"Only user \"{user}\" can delete this person" : "Apenas o usuário \"{user}\" pode excluir esta pessoa",
@ -315,7 +292,6 @@ OC.L10N.register(
"Update" : "Atualizar",
"Failed to rename {oldName} to {name}." : "Falha ao renomear {oldName} para {name}.",
"Loading …" : "Carregando …",
"Failed to load faces" : "Falha ao carregar rostos",
"Enter name of the new face" : "Digite o nome do novo rosto",
"Failed to create face" : "Falha ao criar rosto",
"Merge {name} with person" : "Unir {name} com pessoa",
@ -347,20 +323,12 @@ OC.L10N.register(
"Editable" : "Editable",
"Read only" : "Somente leitura",
"Link copied to clipboard" : "Link copiado para a área de transferência",
"Failed to copy link to clipboard" : "Falha ao copiar o link para a área de transferência",
"Reduced Size" : "Reduced Size",
"Share in lower quality (small file size)" : "Compartilhe com qualidade inferior (tamanho de arquivo pequeno)",
"High Resolution" : "High Resolution",
"Share in high quality (large file size)" : "Compartilhe em alta qualidade (tamanho de arquivo grande)",
"Original File" : "Original File",
"Public Link" : "Public Link",
"Share an external Nextcloud link" : "Share an external Nextcloud link",
"Not allowed to share file: {name}" : "Não é permitido compartilhar arquivo: {name}",
"Failed to create album for public link" : "Falha ao criar álbum para link público",
"Failed to download file {href}" : "Falha ao baixar o arquivo {href}",
"Cannot share this type of data" : "Não é possível compartilhar este tipo de dados",
"_Share File_::_Share Files_" : ["Compartilhar arquivos","Compartilhar arquivos","Compartilhar arquivos"],
"_Share the original file_::_Share the original files_" : ["Compartilhe os arquivos originais","Compartilhe os arquivos originais","Compartilhe os arquivos originais"],
"Sort by date" : "Classificar por data",
"Sort by name" : "Classificar por nome",
"Share album" : "Compartilhar álbum",
@ -383,24 +351,10 @@ OC.L10N.register(
"Drop changes" : "Cancelar mudanças",
"Play Live Photo" : "Play Live Photo",
"Download Video" : "Baixar video",
"Download {ext}" : "Baixar {ext}",
"Slideshow" : "Apresentação de slides",
"Previous" : "Anterior",
"Next" : "Próxima",
"Editing is currently disabled for Live Photos" : "Editing is currently disabled for Live Photos",
"You are now logged in to the server!" : "Agora você está logado no servidor!",
"You can set up automatic uploads from this device using the Nextcloud mobile app. Click the button below to download the app, or skip this step and continue." : "Você pode configurar uploads automáticos deste dispositivo usando o aplicativo móvel Nextcloud. Clique no botão abaixo para baixar o aplicativo ou pule esta etapa e continue.",
"Set up automatic upload" : "Configurar upload automático",
"Memories can show local media on your device alongside the media on your server. This requires access to the media on this device." : "As memórias podem mostrar a mídia local no seu dispositivo junto com a mídia no seu servidor. Isto requer acesso à mídia neste dispositivo.",
"Access to media has been granted." : "O acesso à mídia foi concedido.",
"Access to media is not available yet. If the button below does not work, grant the permission through settings." : "O acesso à mídia ainda não está disponível. Caso o botão abaixo não funcione, conceda a permissão através das configurações.",
"Grant permissions" : "Conceder permissões",
"Skip this step" : "Pular esta etapa",
"Choose the folders on this device to show on your timeline." : "Escolha as pastas neste dispositivo para mostrar na sua linha do tempo.",
"If no folders are visible here, you may need to grant the app storage permissions, or wait for the app to index your files." : "Se nenhuma pasta estiver visível aqui, pode ser necessário conceder permissões de armazenamento ao aplicativo ou aguardar que o aplicativo indexe seus arquivos.",
"You can always change this in settings. Note that this does not affect automatic uploading." : "Você sempre pode alterar isso nas configurações. Observe que isso não afeta o upload automático.",
"Synchronizing local files ({n} done)." : "Sincronizando arquivos locais ({n} concluído).",
"This may take a while. Do not close this window." : "Isso pode demorar um pouco. Não feche esta janela.",
"Finish" : "Finalizado",
"{name} binary exists and is executable." : "{name} binário existe e é executável.",
"{name} binary not found." : "{name} binário não encontrado.",
@ -505,7 +459,6 @@ OC.L10N.register(
"Failed to move files." : "Falha ao mover arquivos.",
"Could not move {fileName}, target exists." : "Não foi possível mover {fileName}, o destino existe.",
"Failed to move {fileName}." : "Falha ao mover {fileName}.",
"Failed to load image info: {name}" : "Falha ao carregar informações da imagem: {name}",
"Failed to download files" : "Falha ao baixar arquivos",
"Failed to favorite files." : "Falha nos arquivos favoritos.",
"Failed to favorite some files." : "Falha ao adicionar alguns arquivos aos favoritos.",
@ -520,19 +473,11 @@ OC.L10N.register(
"You will find your friends soon. Please be patient" : "Você encontrará seus amigos em breve. Por favor, seja paciente",
"Face Recognition is disabled. Enable in settings to find your friends" : "O reconhecimento facial está desativado. Ative nas configurações para encontrar seus amigos",
"Your videos will appear here" : "Seus vídeos aparecerão aqui",
"Add photos to albums by selecting them on your timeline." : "Adicione fotos aos álbuns selecionando-as na sua linha do tempo.",
"Create an album to get started" : "Crie um álbum para começar",
"Archive photos you don't want to see in your timeline" : "Arquive as fotos que você não quer ver na sua linha do tempo",
"Tag photos to find them easily" : "Marque fotos para encontrá-las facilmente",
"Places you have been to will appear here" : "Os lugares que você visitou aparecerão aqui",
"Yes" : "Sim",
"No" : "Não",
"The folder name \"{folder}\" has a leading or trailing whitespace. This may lead to errors and should be corrected." : "O nome da pasta \"{folder}\" possui um espaço em branco à esquerda ou à direita. Isso pode levar a erros e deve ser corrigido.",
"_Move {count} item to trash?_::_Move {count} items to trash?_" : ["Mover {count} itens para a lixeira?","Mover {count} itens para a lixeira?","Mover {count} itens para a lixeira?"],
"Files in trash may be automatically deleted after a fixed period of time." : "Os arquivos na lixeira podem ser excluídos automaticamente após um período fixo de tempo.",
"_Remove {count} item from album?_::_Remove {count} items from album?_" : ["Remover {count} itens do álbum?","Remover {count} itens do álbum?","Remover {count} itens do álbum?"],
"This will not delete your original files." : "Isso não excluirá seus arquivos originais.",
"You are about to download {count} items." : "Você está prestes a baixar {count} itens.",
"You are about to move {count} items." : "Você está prestes a mover {count} itens."
"No" : "Não"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

61
l10n/pt_BR.json vendored
View File

@ -1,5 +1,4 @@
{ "translations": {
"Shared Link" : "Link compartilhado",
"Download" : "Baixar",
"Memories" : "Memórias",
"Fast, modern and advanced photo management suite" : "Conjunto de gerenciamento de fotos rápido, moderno e avançado",
@ -48,7 +47,6 @@
"Favorite" : "Favorito",
"Unarchive" : "Desarquivar",
"Edit metadata" : "Editar metadados",
"Rotate / Flip" : "Girar / Inverter",
"View in folder" : "Exibir na pasta",
"Move to folder" : "Move to folder",
"Add to album" : "Adicionar a álbum",
@ -62,7 +60,6 @@
"Timeline Path" : "Caminho da linha do tempo",
"Square grid mode" : "Modo de grade quadrada",
"Show past photos on top of timeline" : "Mostrar fotos anteriores no topo da linha do tempo",
"Stack RAW files with same name" : "Empilhe arquivos RAW com o mesmo nome",
"Photo Viewer" : "Visualizador de Fotos",
"Autoplay Live Photos" : "Reprodução automática de fotos ao vivo",
"Show full file path in sidebar" : "Mostrar caminho completo do arquivo na barra lateral",
@ -75,12 +72,10 @@
"Sign out" : "Sair",
"Device Folders" : "Pastas do Dispositivo",
"Local folders to include in the timeline view" : "Pastas locais para incluir na visualização da linha do tempo",
"Run initial device setup" : "Execute a configuração inicial do dispositivo",
"Folders Path" : "Caminho das pastas",
"Show hidden folders" : "Mostrar pastas ocultas",
"Sort folders oldest-first" : "Sort folders oldest-first",
"Sort albums oldest-first" : "Sort albums oldest-first",
"Show hidden albums" : "Mostrar álbuns ocultos",
"Choose Timeline Paths" : "Escolha os caminhos da linha do tempo",
"Choose the root for the folders view" : "Escolha a raiz para a visualização de pastas",
"Are you sure you want to log out {user}?" : "Tem certeza de que deseja sair {user}?",
@ -115,7 +110,6 @@
"The following MIME types are configured for preview generation." : "Os tipos de MIME a seguir são configurados para geração de visualização.",
"Max preview size (trade-off between quality and storage requirements)." : "Tamanho máximo de visualização (compensação entre qualidade e requisitos de armazenamento).",
"Max memory for preview generation (MB)" : "Memória máxima para geração de visualização (MB)",
"Max size of file to generate previews for (MB)" : "Tamanho máximo do arquivo para gerar visualizações (MB)",
"File Support" : "Suporte de Arquivo",
"Images (JPEG, PNG, GIF, BMP)" : "Imagens (JPEG, PNG, GIF, BMP)",
"HEIC (Imagick)" : "HEIC (Imagick)",
@ -194,25 +188,20 @@
"No automated tests are available for NVIDIA acceleration." : "Não há testes automatizados para a aceleração NVIDIA",
"Enable acceleration with NVENC" : "Habilitar aceleração com NVENC",
"Enable NVENC Temporal AQ" : "Habilitar NVENC Temporal AQ",
"CUDA scaler" : "Escalador CUDA",
"NPP scaler" : "Escalador NPP",
"CUDA scaler" : "Escalador CUDA",
"not recommended" : "não recomendado",
"Due to a bug in certain hardware drivers, videos may appear in incorrect orientations when streaming. This can be resolved in some cases by rotating the video on the accelerator." : "Devido a um bug em certos drivers de hardware, os vídeos podem aparecer em orientações incorretas durante a transmissão. Isso pode ser resolvido em alguns casos girando o vídeo no acelerador.",
"Try this option only if you have incorrectly oriented videos during playback." : "Tente esta opção somente se você tiver vídeos orientados incorretamente durante a reprodução.",
"Enable streaming transpose workaround" : "Ativar solução alternativa de transposição de streaming",
"Some NVENC devices have issues with force_key_frames." : "Alguns dispositivos NVENC apresentam problemas com force_key_frames.",
"Try this option only if you use NVENC and have issues with video playback." : "Tente esta opção somente se você usar NVENC e tiver problemas com a reprodução de vídeo.",
"Enable streaming GOP size workaround" : "Habilitar solução alternativa para o tamanho do GOP de streaming",
"HW Acceleration" : "Aceleração HW",
"VA-API device ({dev}) is readable" : "O dispositivo VA-API ({dev}) é legível",
"VA-API device ({dev}) not found" : "Dispositivo VA-API ({dev}) não encontrado",
"VA-API device ({dev}) has incorrect permissions" : "O dispositivo VA-API ({dev}) tem permissões incorretas",
"VA-API device status: {status}" : "Status do dispositivo VA-API: {status}",
"Memories uses the go-vod transcoder. You can run go-vod exernally (e.g. in a separate Docker container for hardware acceleration) or use the built-in transcoder. To use an external transcoder, enable the following option and follow the instructions in the documentation:" : "Memórias usam o transcodificador go-vod. Você pode executar o go-vod externamente (por exemplo, em um contêiner Docker separado para aceleração de hardware) ou usar o transcodificador integrado. Para usar um transcodificador externo, habilite a seguinte opção e siga as instruções na documentação:",
"Enable external transcoder" : "Habilitar transcodificador externo",
"Binary path (local only)" : "Caminho binário (somente local)",
"Bind address (local only)" : "Endereço de ligação (somente local)",
"Connection address (same as bind if local)" : "Endereço de conexão (o mesmo que vincular se local)",
"Quality Factor (15 - 45) (default 25)" : "Fator de qualidade (15 - 45) (padrão 25)",
"Transcoder" : "Transcodificador",
"Default high resolution image loading behavior of the photo viewer." : "Comportamento padrão de carregamento de imagens de alta resolução do visualizador de fotos.",
"The configuration here also applies to public link shares." : "The configuration here also applies to public link shares.",
@ -263,7 +252,6 @@
"_Removed from {n} album_::_Removed from {n} albums_" : ["Removido de {n} álbuns","Removido de {n} álbuns","Removido de {n} álbuns"],
"Share Album" : "Compartilhar álbum",
"Save collaborators for this album." : "Salve os colaboradores deste álbum.",
"Failed to load album info: {name}" : "Falha ao carregar as informações do álbum: {name}",
"_%n item_::_%n items_" : ["%n item","%n itens","%n itens"],
"Newest" : "O mais novo",
"Year" : "Ano",
@ -292,19 +280,8 @@
"Collaborative Tags" : "Etiquetas Colaborativas",
"EXIF Fields" : "EXIF Fields",
"Geolocation" : "Geolocation",
"Orientation (EXIF)" : "Orientação (EXIF)",
"Cannot edit {name} of type {type}" : "Não é possível editar {name} do tipo {type}",
"Cannot edit rotation on videos ({name})" : "Não é possível editar a rotação dos vídeos ({name})",
"Cannot edit rotation on Live Photos ({name})" : "Não é possível editar a rotação em Fotos ao Vivo ({name})",
"Some selected items have stacked RAW files.\nRAW files will not be edited." : "Alguns itens selecionados possuem arquivos RAW empilhados. \nArquivos RAW não serão editados.",
"Missing date metadata" : "Metadados de data ausentes",
"Some items may be missing the date metadata. Do you want to attempt copying the currently known timestamp to the metadata (recommended)? Othewise, the timestamp may be reset to the current time." : "Alguns itens podem estar sem metadados de data. Deseja tentar copiar o carimbo de data/hora atualmente conhecido para os metadados (recomendado)? Caso contrário, o carimbo de data/hora poderá ser redefinido para a hora atual.",
"Failed to load metadata for {n} photos." : "Failed to load metadata for {n} photos.",
"{n} photos cannot be edited (permissions error)." : "{n} photos cannot be edited (permissions error).",
"This feature rotates images losslessly by updating the EXIF metadata. This approach is known to sometimes not work correctly on certain image types such as HEIC. Make sure you do a test run before using it on multiple images." : "Este recurso gira imagens sem perdas, atualizando os metadados EXIF. Sabe-se que essa abordagem às vezes não funciona corretamente em certos tipos de imagem, como HEIC. Certifique-se de fazer um teste antes de usá-lo em várias imagens.",
"Rotate Left" : "Rotaionar à esquerda",
"Rotate Right" : "Rotacionar à Direita",
"Flip" : "Virar",
"Remove person" : "Remover pessoa",
"Are you sure you want to remove {name}?" : "Tem certeza que deseja remover {name}?",
"Only user \"{user}\" can delete this person" : "Apenas o usuário \"{user}\" pode excluir esta pessoa",
@ -313,7 +290,6 @@
"Update" : "Atualizar",
"Failed to rename {oldName} to {name}." : "Falha ao renomear {oldName} para {name}.",
"Loading …" : "Carregando …",
"Failed to load faces" : "Falha ao carregar rostos",
"Enter name of the new face" : "Digite o nome do novo rosto",
"Failed to create face" : "Falha ao criar rosto",
"Merge {name} with person" : "Unir {name} com pessoa",
@ -345,20 +321,12 @@
"Editable" : "Editable",
"Read only" : "Somente leitura",
"Link copied to clipboard" : "Link copiado para a área de transferência",
"Failed to copy link to clipboard" : "Falha ao copiar o link para a área de transferência",
"Reduced Size" : "Reduced Size",
"Share in lower quality (small file size)" : "Compartilhe com qualidade inferior (tamanho de arquivo pequeno)",
"High Resolution" : "High Resolution",
"Share in high quality (large file size)" : "Compartilhe em alta qualidade (tamanho de arquivo grande)",
"Original File" : "Original File",
"Public Link" : "Public Link",
"Share an external Nextcloud link" : "Share an external Nextcloud link",
"Not allowed to share file: {name}" : "Não é permitido compartilhar arquivo: {name}",
"Failed to create album for public link" : "Falha ao criar álbum para link público",
"Failed to download file {href}" : "Falha ao baixar o arquivo {href}",
"Cannot share this type of data" : "Não é possível compartilhar este tipo de dados",
"_Share File_::_Share Files_" : ["Compartilhar arquivos","Compartilhar arquivos","Compartilhar arquivos"],
"_Share the original file_::_Share the original files_" : ["Compartilhe os arquivos originais","Compartilhe os arquivos originais","Compartilhe os arquivos originais"],
"Sort by date" : "Classificar por data",
"Sort by name" : "Classificar por nome",
"Share album" : "Compartilhar álbum",
@ -381,24 +349,10 @@
"Drop changes" : "Cancelar mudanças",
"Play Live Photo" : "Play Live Photo",
"Download Video" : "Baixar video",
"Download {ext}" : "Baixar {ext}",
"Slideshow" : "Apresentação de slides",
"Previous" : "Anterior",
"Next" : "Próxima",
"Editing is currently disabled for Live Photos" : "Editing is currently disabled for Live Photos",
"You are now logged in to the server!" : "Agora você está logado no servidor!",
"You can set up automatic uploads from this device using the Nextcloud mobile app. Click the button below to download the app, or skip this step and continue." : "Você pode configurar uploads automáticos deste dispositivo usando o aplicativo móvel Nextcloud. Clique no botão abaixo para baixar o aplicativo ou pule esta etapa e continue.",
"Set up automatic upload" : "Configurar upload automático",
"Memories can show local media on your device alongside the media on your server. This requires access to the media on this device." : "As memórias podem mostrar a mídia local no seu dispositivo junto com a mídia no seu servidor. Isto requer acesso à mídia neste dispositivo.",
"Access to media has been granted." : "O acesso à mídia foi concedido.",
"Access to media is not available yet. If the button below does not work, grant the permission through settings." : "O acesso à mídia ainda não está disponível. Caso o botão abaixo não funcione, conceda a permissão através das configurações.",
"Grant permissions" : "Conceder permissões",
"Skip this step" : "Pular esta etapa",
"Choose the folders on this device to show on your timeline." : "Escolha as pastas neste dispositivo para mostrar na sua linha do tempo.",
"If no folders are visible here, you may need to grant the app storage permissions, or wait for the app to index your files." : "Se nenhuma pasta estiver visível aqui, pode ser necessário conceder permissões de armazenamento ao aplicativo ou aguardar que o aplicativo indexe seus arquivos.",
"You can always change this in settings. Note that this does not affect automatic uploading." : "Você sempre pode alterar isso nas configurações. Observe que isso não afeta o upload automático.",
"Synchronizing local files ({n} done)." : "Sincronizando arquivos locais ({n} concluído).",
"This may take a while. Do not close this window." : "Isso pode demorar um pouco. Não feche esta janela.",
"Finish" : "Finalizado",
"{name} binary exists and is executable." : "{name} binário existe e é executável.",
"{name} binary not found." : "{name} binário não encontrado.",
@ -503,7 +457,6 @@
"Failed to move files." : "Falha ao mover arquivos.",
"Could not move {fileName}, target exists." : "Não foi possível mover {fileName}, o destino existe.",
"Failed to move {fileName}." : "Falha ao mover {fileName}.",
"Failed to load image info: {name}" : "Falha ao carregar informações da imagem: {name}",
"Failed to download files" : "Falha ao baixar arquivos",
"Failed to favorite files." : "Falha nos arquivos favoritos.",
"Failed to favorite some files." : "Falha ao adicionar alguns arquivos aos favoritos.",
@ -518,19 +471,11 @@
"You will find your friends soon. Please be patient" : "Você encontrará seus amigos em breve. Por favor, seja paciente",
"Face Recognition is disabled. Enable in settings to find your friends" : "O reconhecimento facial está desativado. Ative nas configurações para encontrar seus amigos",
"Your videos will appear here" : "Seus vídeos aparecerão aqui",
"Add photos to albums by selecting them on your timeline." : "Adicione fotos aos álbuns selecionando-as na sua linha do tempo.",
"Create an album to get started" : "Crie um álbum para começar",
"Archive photos you don't want to see in your timeline" : "Arquive as fotos que você não quer ver na sua linha do tempo",
"Tag photos to find them easily" : "Marque fotos para encontrá-las facilmente",
"Places you have been to will appear here" : "Os lugares que você visitou aparecerão aqui",
"Yes" : "Sim",
"No" : "Não",
"The folder name \"{folder}\" has a leading or trailing whitespace. This may lead to errors and should be corrected." : "O nome da pasta \"{folder}\" possui um espaço em branco à esquerda ou à direita. Isso pode levar a erros e deve ser corrigido.",
"_Move {count} item to trash?_::_Move {count} items to trash?_" : ["Mover {count} itens para a lixeira?","Mover {count} itens para a lixeira?","Mover {count} itens para a lixeira?"],
"Files in trash may be automatically deleted after a fixed period of time." : "Os arquivos na lixeira podem ser excluídos automaticamente após um período fixo de tempo.",
"_Remove {count} item from album?_::_Remove {count} items from album?_" : ["Remover {count} itens do álbum?","Remover {count} itens do álbum?","Remover {count} itens do álbum?"],
"This will not delete your original files." : "Isso não excluirá seus arquivos originais.",
"You are about to download {count} items." : "Você está prestes a baixar {count} itens.",
"You are about to move {count} items." : "Você está prestes a mover {count} itens."
"No" : "Não"
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

78
l10n/ro.js vendored
View File

@ -3,8 +3,6 @@ OC.L10N.register(
{
"Download" : "Descărcare",
"Settings" : "Setări",
"People" : "Persoane",
"Timeline" : "Cronologie",
"Folders" : "Director",
"Favorites" : "Favorite",
"Videos" : "Fișiere video",
@ -22,7 +20,6 @@ OC.L10N.register(
"Account" : "Cont",
"Close" : "Închide",
"Info" : "Info",
"Performance" : "Performanța",
"Unknown" : "Necunoscut",
"Continue" : "Continuă",
"No items" : "Nu există elemente",
@ -31,12 +28,10 @@ OC.L10N.register(
"Back" : "Înapoi",
"Save" : "Salvează",
"Search" : "Caută",
"Newest" : "Cele mai recente",
"Year" : "An",
"Month" : "Luna",
"Day" : "Zi",
"Time" : "Timp",
"Oldest" : "Cele mai vechi",
"Title" : "Titlu",
"Description" : "Descriere",
"Label" : "Etichetă",
@ -53,88 +48,17 @@ OC.L10N.register(
"Sort by date" : "Sortează după dată",
"Sort by name" : "Sortează după nume",
"Share folder" : "Distribuie dosar",
"Error saving image" : "Eroare la salvarea imaginii",
"Unsaved changes" : "Modificări nesalvate",
"Drop changes" : "Elimină modificările",
"Previous" : "Precedentul",
"Next" : "Următorul",
"Finish" : "Finalizare",
"Save as" : "Salvează ca",
"All changes will be lost." : "Toate modificările se vor pierde.",
"Are you sure you want to continue?" : "Sigur continuați?",
"Undo" : "Anulează ultima acțiune",
"Redo" : "Repetă",
"Show original image" : "Arată imaginea originală",
"Zoom in" : "Mărește",
"Zoom out" : "Micșorează",
"Toggle zoom menu" : "Comută meniul de mărire",
"Adjust" : "Ajustare",
"Fine-tune" : "Ajustare fină",
"Filters" : "Filtre",
"Draw" : "Desenare",
"Resize" : "Redimensionare",
"Invalid image." : "Imagine invalidă.",
"Error while uploading the image." : "Eroare la încărcarea imaginii",
"are not images" : "nu sunt imagini",
"is not an image" : "nu este o imagine",
"to be uploaded" : "de încărcat",
"Crop" : "Decupează",
"Custom" : "Particularizat",
"Square" : "Pătrat",
"Landscape" : "Peisaj",
"Portrait" : "Portret",
"Ellipse" : "Elipsă",
"Arrow" : "Săgeatp",
"Blur" : "Blurează",
"Brightness" : "Luminozitate",
"Un-flip X" : "Rotire înapoi peste X",
"Flip X" : "Răstoarnă peste X",
"Un-flip Y" : "Rotire înapoi peste Y",
"Flip Y" : "Răstoarnă peste Y",
"Hue" : "Tentă",
"Saturation" : "Saturație",
"Value" : "Valoare",
"Image" : "Imagine",
"Importing …" : "Se importă ...",
"+ Add image" : "+ Adaugă imagine",
"Line" : "Linie",
"Pen" : "Peniță",
"Polygon" : "Poligon",
"Sides" : "Laturi",
"Rectangle" : "Dreptungi",
"Corner Radius" : "Raza colțurilor",
"Width in pixels" : "Lățimea în pixeli",
"Height in pixels" : "Înălțimea în pixeli",
"Toggle ratio lock" : "Comută blocarea raportului",
"Reset to original image size" : "Resetează mărimea imaginii la cea inițială",
"Rotate" : "Rotește",
"Text" : "Text",
"Text spacing" : "Spațierea textului",
"Text alignment" : "Alinierea textului",
"Font family" : "Familie font",
"Size" : "Mărime",
"Letter spacing" : "Spațierea literei",
"Line height" : "Înălțimea liniei",
"Warmth" : "Căldură",
"+ Add watermark" : "+ Adaugă watermark",
"Choose watermark type" : "Alegeți tipul de watermark",
"Upload watermark" : "Încarcă watermark",
"Add as text" : "Adaugă ca text",
"Shadow" : "Umbrire",
"Horizontal" : "Orizontal",
"Opacity" : "Opacitate",
"Position" : "Poziție",
"Save image as" : "Salvează imagina ca",
"Extension" : "Extensia",
"Name is required." : "Numele este obligatoriu.",
"Quality" : "Calitatea",
"Saved image size (width x height)" : "Mărimea imaginii salvate (lățime x înălțime)",
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Zona de decupare selectată este mai mică decât redimensionarea aplicată, ceea ce poate scădea calitatea",
"Actual size (100%)" : "Mărimea actuală (100%)",
"Fit size" : "Potrivește mărimea",
"Auto" : "Auto",
"Setup" : "Configurare",
"Yes" : "Da",
"No" : "Nu"
"Yes" : "Da"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");

78
l10n/ro.json vendored
View File

@ -1,8 +1,6 @@
{ "translations": {
"Download" : "Descărcare",
"Settings" : "Setări",
"People" : "Persoane",
"Timeline" : "Cronologie",
"Folders" : "Director",
"Favorites" : "Favorite",
"Videos" : "Fișiere video",
@ -20,7 +18,6 @@
"Account" : "Cont",
"Close" : "Închide",
"Info" : "Info",
"Performance" : "Performanța",
"Unknown" : "Necunoscut",
"Continue" : "Continuă",
"No items" : "Nu există elemente",
@ -29,12 +26,10 @@
"Back" : "Înapoi",
"Save" : "Salvează",
"Search" : "Caută",
"Newest" : "Cele mai recente",
"Year" : "An",
"Month" : "Luna",
"Day" : "Zi",
"Time" : "Timp",
"Oldest" : "Cele mai vechi",
"Title" : "Titlu",
"Description" : "Descriere",
"Label" : "Etichetă",
@ -51,88 +46,17 @@
"Sort by date" : "Sortează după dată",
"Sort by name" : "Sortează după nume",
"Share folder" : "Distribuie dosar",
"Error saving image" : "Eroare la salvarea imaginii",
"Unsaved changes" : "Modificări nesalvate",
"Drop changes" : "Elimină modificările",
"Previous" : "Precedentul",
"Next" : "Următorul",
"Finish" : "Finalizare",
"Save as" : "Salvează ca",
"All changes will be lost." : "Toate modificările se vor pierde.",
"Are you sure you want to continue?" : "Sigur continuați?",
"Undo" : "Anulează ultima acțiune",
"Redo" : "Repetă",
"Show original image" : "Arată imaginea originală",
"Zoom in" : "Mărește",
"Zoom out" : "Micșorează",
"Toggle zoom menu" : "Comută meniul de mărire",
"Adjust" : "Ajustare",
"Fine-tune" : "Ajustare fină",
"Filters" : "Filtre",
"Draw" : "Desenare",
"Resize" : "Redimensionare",
"Invalid image." : "Imagine invalidă.",
"Error while uploading the image." : "Eroare la încărcarea imaginii",
"are not images" : "nu sunt imagini",
"is not an image" : "nu este o imagine",
"to be uploaded" : "de încărcat",
"Crop" : "Decupează",
"Custom" : "Particularizat",
"Square" : "Pătrat",
"Landscape" : "Peisaj",
"Portrait" : "Portret",
"Ellipse" : "Elipsă",
"Arrow" : "Săgeatp",
"Blur" : "Blurează",
"Brightness" : "Luminozitate",
"Un-flip X" : "Rotire înapoi peste X",
"Flip X" : "Răstoarnă peste X",
"Un-flip Y" : "Rotire înapoi peste Y",
"Flip Y" : "Răstoarnă peste Y",
"Hue" : "Tentă",
"Saturation" : "Saturație",
"Value" : "Valoare",
"Image" : "Imagine",
"Importing …" : "Se importă ...",
"+ Add image" : "+ Adaugă imagine",
"Line" : "Linie",
"Pen" : "Peniță",
"Polygon" : "Poligon",
"Sides" : "Laturi",
"Rectangle" : "Dreptungi",
"Corner Radius" : "Raza colțurilor",
"Width in pixels" : "Lățimea în pixeli",
"Height in pixels" : "Înălțimea în pixeli",
"Toggle ratio lock" : "Comută blocarea raportului",
"Reset to original image size" : "Resetează mărimea imaginii la cea inițială",
"Rotate" : "Rotește",
"Text" : "Text",
"Text spacing" : "Spațierea textului",
"Text alignment" : "Alinierea textului",
"Font family" : "Familie font",
"Size" : "Mărime",
"Letter spacing" : "Spațierea literei",
"Line height" : "Înălțimea liniei",
"Warmth" : "Căldură",
"+ Add watermark" : "+ Adaugă watermark",
"Choose watermark type" : "Alegeți tipul de watermark",
"Upload watermark" : "Încarcă watermark",
"Add as text" : "Adaugă ca text",
"Shadow" : "Umbrire",
"Horizontal" : "Orizontal",
"Opacity" : "Opacitate",
"Position" : "Poziție",
"Save image as" : "Salvează imagina ca",
"Extension" : "Extensia",
"Name is required." : "Numele este obligatoriu.",
"Quality" : "Calitatea",
"Saved image size (width x height)" : "Mărimea imaginii salvate (lățime x înălțime)",
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Zona de decupare selectată este mai mică decât redimensionarea aplicată, ceea ce poate scădea calitatea",
"Actual size (100%)" : "Mărimea actuală (100%)",
"Fit size" : "Potrivește mărimea",
"Auto" : "Auto",
"Setup" : "Configurare",
"Yes" : "Da",
"No" : "Nu"
"Yes" : "Da"
},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"
}

4
l10n/sc.js vendored
View File

@ -2,7 +2,7 @@ OC.L10N.register(
"memories",
{
"Download" : "Iscàrriga",
"Settings" : "Cunfiguratzione",
"Settings" : "Impostatziones",
"People" : "Gente",
"Timeline" : "Lìnia de tempus",
"Folders" : "Cartellas",
@ -70,7 +70,7 @@ OC.L10N.register(
"Original" : "Originale",
"Custom" : "Personaliza",
"Value" : "Balore",
"Image" : "Immàgine",
"Image" : "Imàgine",
"Text" : "Testu",
"Size" : "Mannària",
"Position" : "Positzione",

4
l10n/sc.json vendored
View File

@ -1,6 +1,6 @@
{ "translations": {
"Download" : "Iscàrriga",
"Settings" : "Cunfiguratzione",
"Settings" : "Impostatziones",
"People" : "Gente",
"Timeline" : "Lìnia de tempus",
"Folders" : "Cartellas",
@ -68,7 +68,7 @@
"Original" : "Originale",
"Custom" : "Personaliza",
"Value" : "Balore",
"Image" : "Immàgine",
"Image" : "Imàgine",
"Text" : "Testu",
"Size" : "Mannària",
"Position" : "Positzione",

10
l10n/sl.js vendored
View File

@ -1,7 +1,6 @@
OC.L10N.register(
"memories",
{
"Shared Link" : "Povezava do mesta souporabe",
"Download" : "Prejmi",
"Memories" : "Spomini",
"Fast, modern and advanced photo management suite" : "Hiter, sodoben in zmogljiv urejevalnik fotografij",
@ -27,7 +26,6 @@ OC.L10N.register(
"Continue to Memories" : "Nadaljujte med Spomine",
"Choose again" : "Ponovni izobor",
"Click here to start" : "Kliknite za začetek",
"You can always change this later in settings" : "Možnosti lahko vedno prilagodite kasneje med nastavitvami programa.",
"Choose the root of your timeline" : "Izberite koren časovnice",
"Metadata" : "Metapodatki",
"Edit" : "Uredi",
@ -41,7 +39,6 @@ OC.L10N.register(
"Favorite" : "Priljubljeno",
"Unarchive" : "Odpri iz arhiva",
"Edit metadata" : "Uredi metapodatke",
"Rotate / Flip" : "Zavrti / Zrcali",
"View in folder" : "Pokaži v mapi",
"Move to folder" : "Premakni v mapo",
"Add to album" : "Dodaj album",
@ -52,17 +49,12 @@ OC.L10N.register(
"Timeline Path" : "Pot časovnice",
"Square grid mode" : "Način kvadratne mreže",
"Show past photos on top of timeline" : "Pokaži pretekle fotografije nad časovnico",
"Photo Viewer" : "Pregledovalnik slik",
"Account" : "Račun",
"Sign out" : "Odjava",
"Device Folders" : "Mape naprave",
"Local folders to include in the timeline view" : "Krajevne mape, ki naj bodo vključene v pogled časovnice",
"Run initial device setup" : "Zaženi začetno nastavitev naprave",
"Folders Path" : "Pot map",
"Show hidden folders" : "Pokaži skrite mape",
"Sort folders oldest-first" : "Razvrsti mape, najprej najstarejše",
"Sort albums oldest-first" : "Razvrsti albume, najprej najstarejše",
"Show hidden albums" : "Pokaži skrite albume",
"Choose Timeline Paths" : "Izbor poti časovnice",
"Close" : "Zapri",
"Info" : "Podrobnosti",
@ -83,7 +75,7 @@ OC.L10N.register(
"Enable acceleration with VA-API" : "Omogoči pospeševanje z VA-API",
"Template" : "Predloga",
"No items" : "Ni predmetov",
"Shared by {user}" : "V skupni rabi z uporabnikom {user}",
"Shared by {user}" : "V skupni rabi z {user}",
"Add people or groups who can edit your album" : "Dodaj osebe in skupine, ki lahko urejajo album",
"Search for collaborators" : "Iskanje sodelujočih",
"Search people or groups" : "Iskanje oseb in skupin",

10
l10n/sl.json vendored
View File

@ -1,5 +1,4 @@
{ "translations": {
"Shared Link" : "Povezava do mesta souporabe",
"Download" : "Prejmi",
"Memories" : "Spomini",
"Fast, modern and advanced photo management suite" : "Hiter, sodoben in zmogljiv urejevalnik fotografij",
@ -25,7 +24,6 @@
"Continue to Memories" : "Nadaljujte med Spomine",
"Choose again" : "Ponovni izobor",
"Click here to start" : "Kliknite za začetek",
"You can always change this later in settings" : "Možnosti lahko vedno prilagodite kasneje med nastavitvami programa.",
"Choose the root of your timeline" : "Izberite koren časovnice",
"Metadata" : "Metapodatki",
"Edit" : "Uredi",
@ -39,7 +37,6 @@
"Favorite" : "Priljubljeno",
"Unarchive" : "Odpri iz arhiva",
"Edit metadata" : "Uredi metapodatke",
"Rotate / Flip" : "Zavrti / Zrcali",
"View in folder" : "Pokaži v mapi",
"Move to folder" : "Premakni v mapo",
"Add to album" : "Dodaj album",
@ -50,17 +47,12 @@
"Timeline Path" : "Pot časovnice",
"Square grid mode" : "Način kvadratne mreže",
"Show past photos on top of timeline" : "Pokaži pretekle fotografije nad časovnico",
"Photo Viewer" : "Pregledovalnik slik",
"Account" : "Račun",
"Sign out" : "Odjava",
"Device Folders" : "Mape naprave",
"Local folders to include in the timeline view" : "Krajevne mape, ki naj bodo vključene v pogled časovnice",
"Run initial device setup" : "Zaženi začetno nastavitev naprave",
"Folders Path" : "Pot map",
"Show hidden folders" : "Pokaži skrite mape",
"Sort folders oldest-first" : "Razvrsti mape, najprej najstarejše",
"Sort albums oldest-first" : "Razvrsti albume, najprej najstarejše",
"Show hidden albums" : "Pokaži skrite albume",
"Choose Timeline Paths" : "Izbor poti časovnice",
"Close" : "Zapri",
"Info" : "Podrobnosti",
@ -81,7 +73,7 @@
"Enable acceleration with VA-API" : "Omogoči pospeševanje z VA-API",
"Template" : "Predloga",
"No items" : "Ni predmetov",
"Shared by {user}" : "V skupni rabi z uporabnikom {user}",
"Shared by {user}" : "V skupni rabi z {user}",
"Add people or groups who can edit your album" : "Dodaj osebe in skupine, ki lahko urejajo album",
"Search for collaborators" : "Iskanje sodelujočih",
"Search people or groups" : "Iskanje oseb in skupin",

3
l10n/sr.js vendored
View File

@ -196,8 +196,9 @@ OC.L10N.register(
"No automated tests are available for NVIDIA acceleration." : "За NVIDIA убрзање нема доступних аутоматизованих тестова.",
"Enable acceleration with NVENC" : "Укључи убрзање са NVENC",
"Enable NVENC Temporal AQ" : "Уљкучи NVENC Темпорални AQ",
"CUDA scaler" : "CUDA скалер",
"NPP scaler" : "NPP скалер",
"CUDA scaler" : "CUDA скалер",
"not recommended" : "не препоручује се",
"Due to a bug in certain hardware drivers, videos may appear in incorrect orientations when streaming. This can be resolved in some cases by rotating the video on the accelerator." : "Услед бага у одређеним драјверима за хардвер, видео снимци се могу приказивати у погрешној оријентацији када се стримују. У неким случајевима ово може да се реши ротирањем видеа на акцелератору.",
"Try this option only if you have incorrectly oriented videos during playback." : "Покушајте ову опцију само ако су током приказа неки видео снимци неправилно оријентисани.",
"Enable streaming transpose workaround" : "Укључи решење за транспозицију стриминга",

3
l10n/sr.json vendored
View File

@ -194,8 +194,9 @@
"No automated tests are available for NVIDIA acceleration." : "За NVIDIA убрзање нема доступних аутоматизованих тестова.",
"Enable acceleration with NVENC" : "Укључи убрзање са NVENC",
"Enable NVENC Temporal AQ" : "Уљкучи NVENC Темпорални AQ",
"CUDA scaler" : "CUDA скалер",
"NPP scaler" : "NPP скалер",
"CUDA scaler" : "CUDA скалер",
"not recommended" : "не препоручује се",
"Due to a bug in certain hardware drivers, videos may appear in incorrect orientations when streaming. This can be resolved in some cases by rotating the video on the accelerator." : "Услед бага у одређеним драјверима за хардвер, видео снимци се могу приказивати у погрешној оријентацији када се стримују. У неким случајевима ово може да се реши ротирањем видеа на акцелератору.",
"Try this option only if you have incorrectly oriented videos during playback." : "Покушајте ову опцију само ако су током приказа неки видео снимци неправилно оријентисани.",
"Enable streaming transpose workaround" : "Укључи решење за транспозицију стриминга",

45
l10n/sv.js vendored
View File

@ -1,10 +1,8 @@
OC.L10N.register(
"memories",
{
"Shared Link" : "Delad länk",
"Download" : "Ladda ner",
"Memories" : "Memories",
"Fast, modern and advanced photo management suite" : "Snabb, modern och avancerad fotohanterings-svit",
"Settings" : "Inställningar",
"People" : "Personer",
"Timeline" : "Tidslinje",
@ -17,60 +15,19 @@ OC.L10N.register(
"Places" : "Platser",
"Map" : "Karta",
"Tags" : "Taggar",
"View all" : "Visa alla",
"Face Recognition" : "Ansiktsigenkänning",
"Continue to Memories" : "Fortsätt till Memories",
"Choose again" : "Välj igen",
"Click here to start" : "Klicka här för att börja",
"You can always change this later in settings" : "Du kan alltid ändra detta senare i inställningarna",
"If you just installed Memories, visit the admin panel first." : "Om du precis installerat Memories, besök administrationspanelen först.",
"Choose the root of your timeline" : "Välj källkatalogen av din tidslinje",
"The selected folder does not seem to be valid. Try again." : "Den valda mappen verkar inte vara giltig. Försök igen.",
"No photos were found in the selected folder." : "Inga bilder hittades i den valda mappen.",
"This can happen because your media is still indexing." : "Detta kan ske ifall din media fortfarande indexeras.",
"Visit the admin panel to make sure Memories is configured correctly." : "Besök administrationspanelen för att försäkra dig om att Memories är korrekt konfigurerad.",
"_Found {n} item in {path}_::_Found {n} items in {path}_" : ["Hittade {n} objekt i {path}","Hittade {n} objekt i {path}"],
"Metadata" : "Metadata",
"Edit" : "Ändra",
"Failed to load metadata" : "Misslyckades med att läsa in metadata",
"No coordinates" : "Inga koordinater",
"Click edit to set location" : "Klicka på \"redigera\" för att ändra plats",
"Photos" : "Foton",
"Explore" : "Utforska",
"Cancel" : "Avbryt",
"Delete" : "Radera",
"Remove from album" : "Ta bort från album",
"Share" : "Dela",
"Favorite" : "Favorit",
"Unarchive" : "Ta bort ur arkivet",
"Edit metadata" : "Redigera metadata",
"Rotate / Flip" : "Rotera / Spegla",
"View in folder" : "Utforska i mapp",
"Move to folder" : "Flytta till mapp",
"Add to album" : "Lägg till i album",
"Move to person" : "Flytta till person",
"Remove from person" : "Ta bort från person",
"You must enable \"Mark person in preview\" to use this feature" : "Du måste aktivera \"Markera person i förhandsgranskning\" för att använda denna funktion",
"Only user \"{user}\" can update this person" : "Endast \"{user}\" kan uppdatera denna person",
"_{n} selected_::_{n} selected_" : ["{n} markerad","{n} markerade"],
"Memories Settings" : "Memories-inställningar",
"General" : "Allmänt",
"Timeline Path" : "Tidslinjesökväg",
"Square grid mode" : "Rutnätsvy",
"Show past photos on top of timeline" : "Visa tidigare foton på toppen av tidslinjen",
"Stack RAW files with same name" : "Stapla RAW-filer med samma namn",
"Photo Viewer" : "Fotovisare",
"Autoplay Live Photos" : "Automatisk uppspelning av levande bilder",
"Show full file path in sidebar" : "Visa hela filsökvägen i sidofältet",
"High resolution image loading behavior" : "Beteende vid laddning av högupplösta bilder",
"Load high resolution image on zoom" : "Ladda högupplöst bild vid zoomning",
"Always load high resolution image (not recommended)" : "Ladda alltid högupplöst bild (rekommenderas ej)",
"Never load high resolution image" : "Ladda aldrig högupplöst bild",
"Account" : "Konto",
"Logged in as {user}" : "Inloggad som {user}",
"Sign out" : "Logga ut",
"Local folders to include in the timeline view" : "Lokala mappar som ska inkluderas i tidslinjen",
"Folders Path" : "Mappsökväg",
"Show hidden folders" : "Visa dolda filer",
"Close" : "Stäng",
"Info" : "Info",
@ -145,7 +102,6 @@ OC.L10N.register(
"Unassigned faces" : "Ej tilldelade ansikten",
"Merge with different person" : "Slå ihop med en annan person",
"Share folder" : "Dela mapp",
"Home" : "Hem",
"Error saving image" : "Det gick inte att spara bilden",
"Unsaved changes" : "Ej sparade ändringar",
"Drop changes" : "Släng ändringar",
@ -215,7 +171,6 @@ OC.L10N.register(
"Shadow" : "Skugga",
"Horizontal" : "Horisontell",
"Vertical" : "Vertikal",
"Opacity" : "Opacitet",
"Position" : "Position",
"Save image as" : "Spara bild som",
"Extension" : "Tillägg",

45
l10n/sv.json vendored
View File

@ -1,8 +1,6 @@
{ "translations": {
"Shared Link" : "Delad länk",
"Download" : "Ladda ner",
"Memories" : "Memories",
"Fast, modern and advanced photo management suite" : "Snabb, modern och avancerad fotohanterings-svit",
"Settings" : "Inställningar",
"People" : "Personer",
"Timeline" : "Tidslinje",
@ -15,60 +13,19 @@
"Places" : "Platser",
"Map" : "Karta",
"Tags" : "Taggar",
"View all" : "Visa alla",
"Face Recognition" : "Ansiktsigenkänning",
"Continue to Memories" : "Fortsätt till Memories",
"Choose again" : "Välj igen",
"Click here to start" : "Klicka här för att börja",
"You can always change this later in settings" : "Du kan alltid ändra detta senare i inställningarna",
"If you just installed Memories, visit the admin panel first." : "Om du precis installerat Memories, besök administrationspanelen först.",
"Choose the root of your timeline" : "Välj källkatalogen av din tidslinje",
"The selected folder does not seem to be valid. Try again." : "Den valda mappen verkar inte vara giltig. Försök igen.",
"No photos were found in the selected folder." : "Inga bilder hittades i den valda mappen.",
"This can happen because your media is still indexing." : "Detta kan ske ifall din media fortfarande indexeras.",
"Visit the admin panel to make sure Memories is configured correctly." : "Besök administrationspanelen för att försäkra dig om att Memories är korrekt konfigurerad.",
"_Found {n} item in {path}_::_Found {n} items in {path}_" : ["Hittade {n} objekt i {path}","Hittade {n} objekt i {path}"],
"Metadata" : "Metadata",
"Edit" : "Ändra",
"Failed to load metadata" : "Misslyckades med att läsa in metadata",
"No coordinates" : "Inga koordinater",
"Click edit to set location" : "Klicka på \"redigera\" för att ändra plats",
"Photos" : "Foton",
"Explore" : "Utforska",
"Cancel" : "Avbryt",
"Delete" : "Radera",
"Remove from album" : "Ta bort från album",
"Share" : "Dela",
"Favorite" : "Favorit",
"Unarchive" : "Ta bort ur arkivet",
"Edit metadata" : "Redigera metadata",
"Rotate / Flip" : "Rotera / Spegla",
"View in folder" : "Utforska i mapp",
"Move to folder" : "Flytta till mapp",
"Add to album" : "Lägg till i album",
"Move to person" : "Flytta till person",
"Remove from person" : "Ta bort från person",
"You must enable \"Mark person in preview\" to use this feature" : "Du måste aktivera \"Markera person i förhandsgranskning\" för att använda denna funktion",
"Only user \"{user}\" can update this person" : "Endast \"{user}\" kan uppdatera denna person",
"_{n} selected_::_{n} selected_" : ["{n} markerad","{n} markerade"],
"Memories Settings" : "Memories-inställningar",
"General" : "Allmänt",
"Timeline Path" : "Tidslinjesökväg",
"Square grid mode" : "Rutnätsvy",
"Show past photos on top of timeline" : "Visa tidigare foton på toppen av tidslinjen",
"Stack RAW files with same name" : "Stapla RAW-filer med samma namn",
"Photo Viewer" : "Fotovisare",
"Autoplay Live Photos" : "Automatisk uppspelning av levande bilder",
"Show full file path in sidebar" : "Visa hela filsökvägen i sidofältet",
"High resolution image loading behavior" : "Beteende vid laddning av högupplösta bilder",
"Load high resolution image on zoom" : "Ladda högupplöst bild vid zoomning",
"Always load high resolution image (not recommended)" : "Ladda alltid högupplöst bild (rekommenderas ej)",
"Never load high resolution image" : "Ladda aldrig högupplöst bild",
"Account" : "Konto",
"Logged in as {user}" : "Inloggad som {user}",
"Sign out" : "Logga ut",
"Local folders to include in the timeline view" : "Lokala mappar som ska inkluderas i tidslinjen",
"Folders Path" : "Mappsökväg",
"Show hidden folders" : "Visa dolda filer",
"Close" : "Stäng",
"Info" : "Info",
@ -143,7 +100,6 @@
"Unassigned faces" : "Ej tilldelade ansikten",
"Merge with different person" : "Slå ihop med en annan person",
"Share folder" : "Dela mapp",
"Home" : "Hem",
"Error saving image" : "Det gick inte att spara bilden",
"Unsaved changes" : "Ej sparade ändringar",
"Drop changes" : "Släng ändringar",
@ -213,7 +169,6 @@
"Shadow" : "Skugga",
"Horizontal" : "Horisontell",
"Vertical" : "Vertikal",
"Opacity" : "Opacitet",
"Position" : "Position",
"Save image as" : "Spara bild som",
"Extension" : "Tillägg",

14
l10n/tr.js vendored
View File

@ -1,7 +1,6 @@
OC.L10N.register(
"memories",
{
"Shared Link" : "Paylaşılmış bağlantı",
"Download" : "İndir",
"Memories" : "Anılar",
"Fast, modern and advanced photo management suite" : "Hızlı, modern ve gelişmiş fotoğraf yönetimi uygulaması",
@ -82,7 +81,6 @@ OC.L10N.register(
"Show hidden folders" : "Gizli klasörleri görüntüle",
"Sort folders oldest-first" : "Klasörleri eskiden yeniye sırala",
"Sort albums oldest-first" : "Albümleri eskiden yeniye sırala",
"Show hidden albums" : "Gizli albümleri görüntüle",
"Choose Timeline Paths" : "Zaman tüneli yollarını seçin",
"Choose the root for the folders view" : "Klasörler görünümünün kök klasörünü seçin",
"Are you sure you want to log out {user}?" : "{user} kullanıcısının oturumunu kapatmak istediğinize emin misiniz?",
@ -196,8 +194,9 @@ OC.L10N.register(
"No automated tests are available for NVIDIA acceleration." : "NVIDIA hızlandırması için herhangi bir otomatik sınama yoktur.",
"Enable acceleration with NVENC" : "NVENC ile hızlandırma kullanılsın",
"Enable NVENC Temporal AQ" : "NVENC Temporal AQ kullanılsın",
"CUDA scaler" : "CUDA ölçekleyici",
"NPP scaler" : "NPP ölçekleyici",
"CUDA scaler" : "CUDA ölçekleyici",
"not recommended" : "önerilmez",
"Due to a bug in certain hardware drivers, videos may appear in incorrect orientations when streaming. This can be resolved in some cases by rotating the video on the accelerator." : "Belirli donanım sürücülerindeki bir sorun nedeniyle, akış sırasında görüntülerin doğrultusu yanlış olabilir. Bu sorun, bazı durumlarda görüntüyü hızlandırıcı üzerinde döndürerek çözülebilir.",
"Try this option only if you have incorrectly oriented videos during playback." : "Bu seçeneği yalnızca oynatma sırasında görüntülerin doğrultusu yanlış oluyorsa deneyin.",
"Enable streaming transpose workaround" : "Akış doğrultusunu düzeltmek için geçici çözüm kullanılsın",
@ -265,7 +264,6 @@ OC.L10N.register(
"_Removed from {n} album_::_Removed from {n} albums_" : ["{n} albümden kaldırıldı","{n} albümden kaldırıldı"],
"Share Album" : "Albümü paylaş",
"Save collaborators for this album." : "Bu albümün katılımcılarını kaydet.",
"Failed to load album info: {name}" : "Albüm bilgileri yüklenemedi: {name}",
"_%n item_::_%n items_" : ["%n öge","%n öge"],
"Newest" : "En yeni",
"Year" : "Yıl",
@ -349,18 +347,11 @@ OC.L10N.register(
"Link copied to clipboard" : "Bağlantı panoya kopyalandı",
"Failed to copy link to clipboard" : "Bağlantı panoya kopyalanamadı",
"Reduced Size" : "Boyutu küçültülmüş",
"Share in lower quality (small file size)" : "Daha düşük kalitede paylaş (küçük dosya boyutu)",
"High Resolution" : "Yüksek çözünürlüklü",
"Share in high quality (large file size)" : "Yüksek kalitede paylaş (büyük dosya boyutu)",
"Original File" : "Özgün dosya",
"Public Link" : "Herkese açık bağlantı",
"Share an external Nextcloud link" : "Bir dış Nextcloud bağlantısı paylaş",
"Not allowed to share file: {name}" : "Dosyayı paylaşma izni yok: {name}",
"Failed to create album for public link" : "Herkese açık bağlantı için albüm oluşturulamadı",
"Failed to download file {href}" : "{href} dosyası indirilemedi",
"Cannot share this type of data" : "Bu türdeki verileri paylaşamazsınız",
"_Share File_::_Share Files_" : ["Dosyayı paylaş","Dosyaları paylaş"],
"_Share the original file_::_Share the original files_" : ["Özgün dosyayı paylaş","Özgün dosyaları paylaş"],
"Sort by date" : "Tarihe göre sırala",
"Sort by name" : "Ada göre sırala",
"Share album" : "Albümü paylaş",
@ -505,7 +496,6 @@ OC.L10N.register(
"Failed to move files." : "Dosyalar taşınamadı.",
"Could not move {fileName}, target exists." : "{fileName} taşınamadı. Hedef zaten var.",
"Failed to move {fileName}." : "{fileName} taşınamadı.",
"Failed to load image info: {name}" : "Görsel bilgileri yüklenemedi: {name}",
"Failed to download files" : "Dosyalar indirilemedi",
"Failed to favorite files." : "Dosyalar sık kullanılanlara eklenemedi.",
"Failed to favorite some files." : "Bazı dosyalar sık kullanılanlara eklenemedi.",

14
l10n/tr.json vendored
View File

@ -1,5 +1,4 @@
{ "translations": {
"Shared Link" : "Paylaşılmış bağlantı",
"Download" : "İndir",
"Memories" : "Anılar",
"Fast, modern and advanced photo management suite" : "Hızlı, modern ve gelişmiş fotoğraf yönetimi uygulaması",
@ -80,7 +79,6 @@
"Show hidden folders" : "Gizli klasörleri görüntüle",
"Sort folders oldest-first" : "Klasörleri eskiden yeniye sırala",
"Sort albums oldest-first" : "Albümleri eskiden yeniye sırala",
"Show hidden albums" : "Gizli albümleri görüntüle",
"Choose Timeline Paths" : "Zaman tüneli yollarını seçin",
"Choose the root for the folders view" : "Klasörler görünümünün kök klasörünü seçin",
"Are you sure you want to log out {user}?" : "{user} kullanıcısının oturumunu kapatmak istediğinize emin misiniz?",
@ -194,8 +192,9 @@
"No automated tests are available for NVIDIA acceleration." : "NVIDIA hızlandırması için herhangi bir otomatik sınama yoktur.",
"Enable acceleration with NVENC" : "NVENC ile hızlandırma kullanılsın",
"Enable NVENC Temporal AQ" : "NVENC Temporal AQ kullanılsın",
"CUDA scaler" : "CUDA ölçekleyici",
"NPP scaler" : "NPP ölçekleyici",
"CUDA scaler" : "CUDA ölçekleyici",
"not recommended" : "önerilmez",
"Due to a bug in certain hardware drivers, videos may appear in incorrect orientations when streaming. This can be resolved in some cases by rotating the video on the accelerator." : "Belirli donanım sürücülerindeki bir sorun nedeniyle, akış sırasında görüntülerin doğrultusu yanlış olabilir. Bu sorun, bazı durumlarda görüntüyü hızlandırıcı üzerinde döndürerek çözülebilir.",
"Try this option only if you have incorrectly oriented videos during playback." : "Bu seçeneği yalnızca oynatma sırasında görüntülerin doğrultusu yanlış oluyorsa deneyin.",
"Enable streaming transpose workaround" : "Akış doğrultusunu düzeltmek için geçici çözüm kullanılsın",
@ -263,7 +262,6 @@
"_Removed from {n} album_::_Removed from {n} albums_" : ["{n} albümden kaldırıldı","{n} albümden kaldırıldı"],
"Share Album" : "Albümü paylaş",
"Save collaborators for this album." : "Bu albümün katılımcılarını kaydet.",
"Failed to load album info: {name}" : "Albüm bilgileri yüklenemedi: {name}",
"_%n item_::_%n items_" : ["%n öge","%n öge"],
"Newest" : "En yeni",
"Year" : "Yıl",
@ -347,18 +345,11 @@
"Link copied to clipboard" : "Bağlantı panoya kopyalandı",
"Failed to copy link to clipboard" : "Bağlantı panoya kopyalanamadı",
"Reduced Size" : "Boyutu küçültülmüş",
"Share in lower quality (small file size)" : "Daha düşük kalitede paylaş (küçük dosya boyutu)",
"High Resolution" : "Yüksek çözünürlüklü",
"Share in high quality (large file size)" : "Yüksek kalitede paylaş (büyük dosya boyutu)",
"Original File" : "Özgün dosya",
"Public Link" : "Herkese açık bağlantı",
"Share an external Nextcloud link" : "Bir dış Nextcloud bağlantısı paylaş",
"Not allowed to share file: {name}" : "Dosyayı paylaşma izni yok: {name}",
"Failed to create album for public link" : "Herkese açık bağlantı için albüm oluşturulamadı",
"Failed to download file {href}" : "{href} dosyası indirilemedi",
"Cannot share this type of data" : "Bu türdeki verileri paylaşamazsınız",
"_Share File_::_Share Files_" : ["Dosyayı paylaş","Dosyaları paylaş"],
"_Share the original file_::_Share the original files_" : ["Özgün dosyayı paylaş","Özgün dosyaları paylaş"],
"Sort by date" : "Tarihe göre sırala",
"Sort by name" : "Ada göre sırala",
"Share album" : "Albümü paylaş",
@ -503,7 +494,6 @@
"Failed to move files." : "Dosyalar taşınamadı.",
"Could not move {fileName}, target exists." : "{fileName} taşınamadı. Hedef zaten var.",
"Failed to move {fileName}." : "{fileName} taşınamadı.",
"Failed to load image info: {name}" : "Görsel bilgileri yüklenemedi: {name}",
"Failed to download files" : "Dosyalar indirilemedi",
"Failed to favorite files." : "Dosyalar sık kullanılanlara eklenemedi.",
"Failed to favorite some files." : "Bazı dosyalar sık kullanılanlara eklenemedi.",

315
l10n/uk.js vendored
View File

@ -1,15 +1,10 @@
OC.L10N.register(
"memories",
{
"Shared Link" : "Посилання на спільний доступ",
"Download" : "Завантажити",
"Download" : "Звантажити",
"Memories" : "Спогади",
"Fast, modern and advanced photo management suite" : "Швидкий, сучасний і вдосконалений пакет для керування світлинами",
"# Memories: Photo Management for Nextcloud\n\nMemories is a *batteries-included* photo management solution for Nextcloud with advanced features including:\n\n- **📸 Timeline**: Sort photos and videos by date taken, parsed from Exif data.\n- **⏪ Rewind**: Jump to any time in the past instantly and relive your memories.\n- **🤖 AI Tagging**: Group photos by people and objects, powered by [recognize](https://github.com/nextcloud/recognize) and [facerecognition](https://github.com/matiasdelellis/facerecognition).\n- **🖼️ Albums**: Create albums to group photos and videos together. Then share these albums with others.\n- **🫱🏻‍🫲🏻 External Sharing**: Share photos and videos with people outside of your Nextcloud instance.\n- **📱 Mobile Support**: Work from any device, of any shape and size through the web app.\n- **✏️ Edit Metadata**: Edit dates and other metadata on photos quickly and in bulk.\n- **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n- **📹 Video Transcoding**: Transcode videos and use HLS for maximal performance.\n- **🗺️ Map**: View your photos on a map, tagged with accurate reverse geocoding.\n- **📦 Migration**: Migrate easily from Nextcloud Photos and Google Takeout.\n- **⚡️ Performance**: Do all this very fast.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store (try a demo [here](https://demo.memories.gallery/apps/memories/)).\n1. Perform the recommended [configuration steps](https://memories.gallery/config/).\n1. Run `php occ memories:index` to generate metadata indices for existing photos.\n1. Open the 📷 Memories app in Nextcloud and set the directory containing your photos." : "# Memories: Керування світлинами для Nextcloud\n\nMemories - це *batteries-included* рішення для управління світлинами для Nextcloud з розширеними функціями, що включає:\n\n- **📸 Timeline**: Сортування світлин та відео за датою знімання на основі даних Exif.\n- **⏪ Перемотування назад: Миттєво переходьте до будь-якого моменту в минулому та переживайте свої спогади.\n- **🤖 Тегування зі штучним інтелектом**: Групування світлин за людьми та об'єктами за допомогою функцій [розпізнавання](https://github.com/nextcloud/recognize) та [розпізнавання облич](https://github.com/matiasdelellis/facerecognition).\n- **🖼️ Альбоми**: Створюйте альбоми, щоб групувати світлини та відео разом. Потім діліться цими альбомами з іншими.\n- **🫱🏻‍🫲🏻 Зовнішній спільний доступ**: Діліться світлинами та відео з людьми за межами вашого екземпляра Nextcloud.\n- **📱 Мобільна підтримка**: Працюйте з будь-якого пристрою, будь-якої форми та розміру через вебдодаток\n- **✏️ Редагування метаданих**: Швидко та масово редагуйте дати та інші метадані на світлинах.\n- **📦 Архів**: Зберігайте світлини, які ви не хочете бачити на стрічці, в окремому каталозі.\n- **📹 Перекодування відео**: Перекодуйте відео та використовуйте HLS для максимальної продуктивності.\n- **🗺️ Карта**: Переглядайте свої світлини на карті, позначені точним зворотним геокодуванням.\n- **📦 Міграція**: Легко мігруйте з Nextcloud Photos і Google Takeout.\n- **⚡️ Продуктивність**: Робіть все це дуже швидко.\n\n## 🚀 Встановлення\n\n1. Встановіть додаток з магазину додатків Nextcloud (спробуйте демоверсію [тут] (https://demo.memories.gallery/apps/memories/))\n2.Виконайте рекомендовані [кроки конфігурації] (https://memories.gallery/config/).\n3. Запустіть `php occ memories:index`, щоб згенерувати індекси метаданих для наявних світлин.\n4. Відкрийте додаток 📷 Memories в Nextcloud і встановіть каталог з вашими світлинами.",
"Settings" : "Налаштування",
"People (Recognize)" : "Люди (Розпізнавання)",
"People" : "Люди",
"People (Face Recognition)" : "Люди (Розпізнавання облич)",
"Timeline" : "Дії",
"Folders" : "Каталоги",
"Favorites" : "Із зірочкою",
@ -20,199 +15,31 @@ OC.L10N.register(
"Places" : "Місця",
"Map" : "Мапа",
"Tags" : "Мітки",
"View all" : "Переглянути всі",
"Recognize" : "Розпізнати",
"Face Recognition" : "Розпізнавання обличчя",
"A better photos experience awaits you" : "На вас чекає краща якість світлин",
"Choose the root folder of your timeline to begin" : "Виберіть кореневий каталог вашої стрічки для початку ",
"Continue to Memories" : "Продовжити у Memories",
"Choose again" : "Обирайте знову",
"Click here to start" : "Натисніть тут, щоб почати",
"You can always change this later in settings" : "Ви завжди можете змінити це пізніше в налаштуваннях",
"If you just installed Memories, visit the admin panel first." : "Якщо ви щойно встановили Memories, спершу відвідайте адміністративну панель.",
"Choose the root of your timeline" : "Виберіть корінь вашої стрічки",
"The selected folder does not seem to be valid. Try again." : "Здається, вибраний каталог не є дійсним. Спробуйте ще раз.",
"No photos were found in the selected folder." : "У вибраному каталозі не знайдено жодної світлини.",
"This can happen because your media is still indexing." : "Це може статися через те, що ваші медіа все ще індексуються.",
"Visit the admin panel to make sure Memories is configured correctly." : "Відвідайте адміністративну панель, щоб переконатися, що Memories налаштовано правильно.",
"_Found {n} item in {path}_::_Found {n} items in {path}_" : ["Знайдено {n} елементів у {path}","Знайдено {n} елементів у {path}","Знайдено {n} елементів у {path}","Знайдено {n} елементів у {path}"],
"A better photos experience awaits you" : "На вас чекає краща якість фотографій",
"Choose the root folder of your timeline to begin" : "Виберіть кореневу папку вашої шкали часу для початку ",
"Metadata" : "Метадані",
"Edit" : "Редагувати",
"Failed to load metadata" : "Не вдалося завантажити метадані",
"No coordinates" : "Немає координат",
"Click edit to set location" : "Натисніть редагувати, щоб задати місце розташування",
"Photos" : "Світлини",
"Explore" : "Дослідити",
"Cancel" : "Скасувати",
"Delete" : "Вилучити",
"Remove from album" : "Видалити з альбому",
"Share" : "Спільний доступ",
"Favorite" : "Додати зірочку",
"Unarchive" : "Розархівувати",
"Edit metadata" : "Редагувати метадані",
"Rotate / Flip" : "Обертати / Перевертати",
"View in folder" : "Переглянути у каталозі",
"Move to folder" : "Перемістити до каталогу",
"Add to album" : "Додати в альбом",
"You must enable \"Mark person in preview\" to use this feature" : "Щоб скористатися цією функцією, ви повинні ввімкнути \"Позначити особу в попередньому перегляді\"",
"Only user \"{user}\" can update this person" : "Тільки користувач \"{user}\" може оновлювати цю особу",
"_{n} selected_::_{n} selected_" : ["Вибрано {n}","Вибрано {n}","Вибрано {n}","Вибрано {n}"],
"Memories Settings" : "Налаштування Memories",
"General" : "Загальне",
"Timeline Path" : "Розташування",
"Square grid mode" : "Квадратні мініатюри",
"Show past photos on top of timeline" : "Показувати минулі світлини зверху",
"Stack RAW files with same name" : "Складати RAW-файли з однаковими іменами",
"Photo Viewer" : "Перегляд світлин",
"Autoplay Live Photos" : "Автовідтворення \"живих\" світлин",
"Show full file path in sidebar" : "Показати повний шлях до файлу в бічній панелі",
"High resolution image loading behavior" : "Обробка зображень в високій роздільній якості",
"Load high resolution image on zoom" : "Завантажувати зображення в високій роздільній якості при збільшенні",
"Always load high resolution image (not recommended)" : "Завжди завантажуйте зображення з високою роздільною здатністю (не рекомендується)",
"Never load high resolution image" : "Ніколи не завантажуйте зображення з високою роздільною здатністю",
"Timeline Path" : "Шлях шкали часу",
"Account" : "Обліковий запис",
"Logged in as {user}" : "Увійшов як {user}",
"Sign out" : "Вийти",
"Device Folders" : "Каталоги пристрою",
"Local folders to include in the timeline view" : "Локальні каталоги для включення у подання часової шкали",
"Run initial device setup" : "Запустити початкове налаштування пристрою",
"Folders Path" : "Шлях до каталогу",
"Show hidden folders" : "Показати приховані каталоги",
"Sort folders oldest-first" : "Почати з найстаріших каталогів",
"Sort albums oldest-first" : "Почати з найстаріших альбомів",
"Show hidden albums" : "Показати приховані альбоми",
"Choose Timeline Paths" : "Розташування стрічки світлин",
"Choose the root for the folders view" : "Виберіть кореневий каталог зі світлинами",
"Are you sure you want to log out {user}?" : "Ви впевнені, що хочете вийти {user}?",
"Close" : "Закрити",
"Info" : "Info",
"{photoCount} photos" : "світлин {photoCount}",
"Failed to load some photos" : "Не вдалося завантажити деякі світлини",
"Failed to update setting" : "Не вдалося оновити налаштування",
"Albums support is enabled through the Photos app." : "Підтримка альбомів вмикається через додаток \"Світлини\".",
"Albums are disabled because the Photos app is not available." : "Альбоми вимкнено, оскільки додаток \"Світлини\" недоступна.",
"Recognize is installed and enabled for face recognition." : "Для розпізнавання облич встановлено та увімкнено додаток \"Розпізнавання\".",
"Recognize is installed but not enabled for face recognition." : "Додаток \"Розпізнавання\" встановлено, але не ввімкнено для розпізнавання облич.",
"Recognize is not installed. Face recognition and object tagging may be unavailable." : "Додаток \"Розпізнавання\" не встановлено. Функції розпізнавання облич та позначення об'єктів можуть бути недоступні.",
"Face Recognition is installed and enabled" : "Розпізнавання обличчя встановлено та увімкнено",
"Preview generator is installed and enabled. Additional configuration may still be required." : "Генератор попереднього перегляду встановлено та увімкнено. Може знадобитися додаткова конфігурація.",
"Preview generator is not installed and configured. This may make Memories very slow." : "Генератор попереднього перегляду не встановлено і не налаштовано. Це може зробити роботу Memories дуже повільною.",
"Recommended Apps" : "Рекомендовані додатки",
"Path to packaged exiftool binary" : "Шлях до упакованого бінарника exiftool",
"You need perl only if the packaged exiftool binary does not work for some reason." : "Вам потрібен perl лише у тому випадку, якщо запакований бінарник exiftool з якихось причин не працює.",
"Use system perl (only if exiftool binary does not work)" : "Використовуйте системний perl (тільки якщо не працює бінарник exiftool)",
"You can configure the enabled Nextcloud preview providers below." : "Нижче ви можете налаштувати увімкнених постачальників попередньої версії Nextcloud.",
"If you are using Imaginary for preview generation, you can ignore this section." : "Якщо ви використовуєте Imaginary для створення попереднього перегляду, ви можете проігнорувати цей розділ.",
"To enable RAW support, install the Camera RAW Previews app." : "Щоб увімкнути підтримку RAW, інсталюйте застосунок Camera RAW Previews.",
"Documentation." : "Документація",
"PHP-Imagick is available [{version}]." : "PHP-Imagick є в наявності [{version}].",
"PHP-Imagick is not available." : "PHP-Imagick недоступний.",
"Image editing will not work correctly." : "Редагування зображень не працюватиме коректно.",
"Thumbnail generation may not work for some formats (HEIC, TIFF)." : "Генерація мініатюр може не працювати для деяких форматів (HEIC, TIFF).",
"Thumbnails for videos will be generated with this binary." : "Ескізи для відео будуть створені за допомогою цього бінарного файлу.",
"Thumbnail generation may not work for videos." : "Генерація мініатюр може не працювати для відео.",
"The following MIME types are configured for preview generation." : "Наступні типи MIME налаштовані для генерації попереднього перегляду.",
"Max preview size (trade-off between quality and storage requirements)." : "Максимальний розмір попереднього перегляду (компроміс між вимогами до якості та зберігання).",
"Max memory for preview generation (MB)" : "Максимальна пам'ять для генерації попереднього перегляду (МБ)",
"Max size of file to generate previews for (MB)" : "Максимальний розмір файлу для генерації попереднього перегляду (МБ)",
"File Support" : "Підтримка файлів",
"Images (JPEG, PNG, GIF, BMP)" : "Зображення (JPEG, PNG, GIF, BMP)",
"HEIC (Imagick)" : "HEIC (Imagick)",
"TIFF (Imagick)" : "TIFF (Imagick)",
"Videos (ffmpeg)" : "Відео (ffmpeg)",
"Thank you for choosing Nextcloud and Memories to store your precious data!" : "Дякуємо, що обрали Nextcloud та Memories для зберігання ваших цінних даних!",
"Memories is very feature rich and setting it up properly can take some time." : "Memories дуже багатофункціональний, і його правильне налаштування може зайняти деякий час.",
"If you just installed Memories, make sure you read the getting started guide:" : "Якщо ви щойно встановили Memories, обов'язково прочитайте посібник з початку роботи:",
"External Link" : "Зовнішнє посилання",
"In case you run into any issues or bugs, you can get help through several channels." : "Якщо ви зіштовхнетеся з будь-якими проблемами або помилками, ви можете отримати допомогу по декількох каналах.",
"Memories is a completely free and open source app under active development." : "Memories - це повністю безплатний додаток з відкритим вихідним кодом, який знаходиться в активній розробці.",
"You can contribute in several ways. See the project page for more details:" : "Ви можете зробити свій внесок кількома способами. Дивіться сторінку проєкту для більш детальної інформації:",
"Help & Support" : "Допомога та підтримка",
"{n} media files have been indexed" : "{n} медіафайлів проіндексовано",
"Automatic Indexing status: {status}" : "Статус автоматичного індексування: {status}",
"Last index job was run {t} seconds ago." : "Останнє завдання індексації було виконано {t} секунд тому.",
"It took {t} seconds to complete." : "Це зайняло {t} секунд.",
"It is still running or was interrupted." : "Він все ще працює або був перерваний.",
"Looks like it has been more than an hour since the last index job was run. Make sure Nextcloud cron is configured correctly." : "Схоже, пройшло більше години з моменту запуску останнього завдання індексації. Переконайтеся, що Nextcloud cron налаштовано правильно.",
"Only server-side encryption (OC_DEFAULT_MODULE) is supported, but another encryption module is enabled." : "Підтримується лише шифрування на стороні сервера (OC_DEFAULT_MODULE), але увімкнено інший модуль шифрування.",
"The EXIF indexes are built and checked in a periodic background task. Be careful when selecting anything other than automatic indexing. For example, setting the indexing to only timeline folders may cause delays before media becomes available to users, since the user configures the timeline only after logging in." : "Індекси EXIF створюються і перевіряються у періодичному фоновому завданні. Будьте обережні, коли вибираєте щось інше, окрім автоматичної індексації. Наприклад, встановлення індексації лише для каталогів часової шкали може спричинити затримки перед тим, як медіа стануть доступними для користувачів, оскільки користувач налаштовує часову шкалу лише після входу до системи.",
"Folders with a \".nomedia\" or a \".nomemories\" file are always excluded from indexing." : "Каталоги з файлами \".nomedia\" або \".nomemories\" завжди виключаються з індексації.",
"Index all media automatically (recommended)" : "Автоматично індексувати всі медіа (рекомендовано)",
"Index per-user timeline folders (not recommended)" : "Індексувати каталоги часової шкали для кожного користувача (не рекомендується)",
"Index a fixed relative path" : "Індексація фіксованого відносного шляху",
"Disable background indexing" : "Вимкнути фонову індексацію",
"Indexing path (relative, all users)" : "Шлях індексації (відносний, для всіх користувачів)",
"For advanced usage, perform a run of indexing by running:" : "Для розширеного використання, виконайте індексацію виконав:",
"Run index in parallel with 4 threads:" : "Виконайте індексацію паралельно 4-ма потоками:",
"Force re-indexing of all files:" : "Примусова переіндексація всіх файлів:",
"You can limit indexing by user and/or folder:" : "Ви можете обмежити індексування за користувачами та/або каталогами:",
"Clear all existing index tables:" : "Очистити всі наявні індексні таблиці:",
"Media Indexing" : "Індексація медіа",
"HTTPS is enabled" : "Підтримку HTTPS увімкнено",
"You are accessing this page over an insecure context. Several browser APIs are not available, which will make Memories very slow. Enable HTTPS on your server to improve performance." : "Ви отримуєте доступ до цієї сторінки через незахищений контекст. Деякі API браузера недоступні, що робить роботу Memories дуже повільною. Увімкніть HTTPS на вашому сервері, щоб покращити продуктивність",
"HTTP/2 or HTTP/3 is enabled" : "HTTP/2 або HTTP/3 увімкнено",
"HTTP/2 or HTTP/3 is strongly recommended ({httpVer} detected)" : "Наполегливо рекомендується використовувати HTTP/2 або HTTP/3 (виявлено {httpVer})",
"Performance" : "Продуктивність",
"Failed to load some photos" : "Не вдалося завантажити деякі фотографії",
"Unknown" : "Невідомо",
"Database is populated with {n} geometries." : "База даних містить {n} геометрій.",
"Geometry table has not been created." : " Таблиця геометрії не створена.",
"Looks like the planet data is incomplete." : "Схоже, дані про планету неповні.",
"Reverse geocoding has not been configured ({status})." : "Зворотне геокодування не налаштовано ({status}).",
"Memories supports offline reverse geocoding using the OpenStreetMaps data on MySQL and Postgres." : "Memories підтримує офлайн зворотне геокодування з використанням даних OpenStreetMaps на MySQL та Postgres.",
"You need to download the planet data into your database. This is highly recommended and has low overhead." : "Вам потрібно завантажити дані про планету у вашу базу даних. Це настійно рекомендується і має низькі накладні витрати.",
"If the button below does not work for importing the planet data, use the following command:" : "Якщо кнопка нижче не працює для імпорту даних про планету, скористайтеся наступною командою:",
"Note: the geometry data is stored in the memories_planet_geometry table, with no prefix." : "Примітка: дані геометрії зберігаються у таблиці memories_planet_geometry без префікса.",
"Download planet database" : "Завантажити базу даних планети",
"Reverse Geocoding" : "Зворотне геокодування",
"Geometry support was not detected in your database" : "У вашій базі даних не виявлено підтримки геометрії",
"MySQL-like geometry support was detected " : "Виявлено підтримку геометрії, подібної до MySQL",
"Postgres native geometry support was detected" : "Виявлено підтримку нативної геометрії Postgres",
"Looks like the database is already setup. Are you sure you want to redownload planet data?" : "Схоже, база даних вже налаштована. Ви впевнені, що хочете перезавантажити дані про планету?",
"You are about to download the planet database. This may take a while." : "Ви збираєтеся завантажити базу даних планети. Це може зайняти деякий час.",
"This may also cause all photos to be re-indexed!" : "Це також може призвести до переіндексації всіх світлин!",
"Continue" : "Продовжити",
"Live transcoding provides for adaptive streaming of videos using HLS." : "Транскодування в реальному часі забезпечує адаптивну трансляцію відео за допомогою HLS.",
"Note that this may be very CPU intensive without hardware acceleration, and transcoding will not be used for external storage." : "Зауважте, що без апаратного прискорення це може вимагати значних затрат процесора, а перекодування не буде використовуватися для зовнішнього накопичувача.",
"Enable Transcoding" : "Увімкнути транскодування",
"ffmpeg path" : " шлях ffmpeg",
"ffprobe path" : " шлях ffprobe",
"Global default video quality (user may override)" : "Якість відео за замовчуванням (користувач може змінити)",
"Auto (adaptive transcode)" : "Авто (адаптивне перекодування)",
"Original (transcode with max quality)" : "Оригінал (перекодувати з максимальною якістю)",
"Direct (original video file without transcode)" : "Direct (оригінальний відеофайл без перекодування)",
"Video Streaming" : "Потокове відео (відео трансляція)",
"You must first make sure the correct drivers are installed before configuring acceleration." : "Перед налаштуванням прискорення необхідно переконатися, що встановлені правильні драйвери.",
"Make sure you test hardware acceleration with various options after enabling." : "Після ввімкнення обов'язково протестуйте апаратне прискорення з різними опціями.",
"Do not enable multiple types of hardware acceleration simultaneously." : "Не вмикайте кілька типів апаратного прискорення одночасно.",
"Intel processors supporting QuickSync Video (QSV) as well as some AMD GPUs can be used for transcoding using VA-API acceleration." : "Процесори Intel, що підтримують QuickSync Video (QSV), а також деякі графічні процесори AMD можуть використовуватися для перекодування за допомогою прискорення VA-API.",
"For more details on driver installation, check the documentation:" : "Щоб дізнатися більше про встановлення драйверів, зверніться до документації:",
"Enable acceleration with VA-API" : "Увімкніть прискорення за допомогою VA-API",
"Enable low-power mode (QSV only)" : "Увімкнути режим низького енергоспоживання (тільки для QSV)",
"NVIDIA GPUs can be used for transcoding using the NVENC encoder with the proper drivers." : "Графічні процесори NVIDIA можна використовувати для перекодування за допомогою кодера NVENC з відповідними драйверами.",
"Depending on the versions of the installed SDK and ffmpeg, you need to specify the scaler to use" : "Залежно від версій встановлених SDK і ffmpeg, потрібно вказати, який scaler використовувати",
"No automated tests are available for NVIDIA acceleration." : "Автоматизовані тести для прискорення NVIDIA відсутні.",
"Enable acceleration with NVENC" : "Увімкніть прискорення за допомогою NVENC",
"Enable NVENC Temporal AQ" : "Ввімкнути NVENC Temporal AQ",
"CUDA scaler" : "CUDA scaler",
"NPP scaler" : "NPP scaler",
"Due to a bug in certain hardware drivers, videos may appear in incorrect orientations when streaming. This can be resolved in some cases by rotating the video on the accelerator." : "Через помилку в деяких драйверах обладнання відео може відображатися в неправильній орієнтації під час потокового передавання. У деяких випадках це можна вирішити, повернувши відео на прискорювачі.",
"Try this option only if you have incorrectly oriented videos during playback." : "Спробуйте цю опцію лише в тому випадку, якщо під час відтворення відео було неправильно орієнтоване.",
"Some NVENC devices have issues with force_key_frames." : "Деякі пристрої NVENC мають проблеми з force_key_frames.",
"Try this option only if you use NVENC and have issues with video playback." : "Спробуйте цю опцію, тільки якщо ви використовуєте NVENC і маєте проблеми з відтворенням відео.",
"VA-API device ({dev}) not found" : "Пристрій VA-API ({dev}) не знайдено.",
"VA-API device ({dev}) has incorrect permissions" : "Пристрій VA-API ({dev}) має неправильні дозволи",
"VA-API device status: {status}" : "Статус пристрою VA-API: {status}",
"Memories uses the go-vod transcoder. You can run go-vod exernally (e.g. in a separate Docker container for hardware acceleration) or use the built-in transcoder. To use an external transcoder, enable the following option and follow the instructions in the documentation:" : "Memories використовує транскодер go-vod. Ви можете запустити go-vod ззовні (наприклад, в окремому Docker-контейнері для апаратного прискорення) або скористатися вбудованим транскодером. Щоб використовувати зовнішній транскодер, увімкніть наступну опцію і дотримуйтесь інструкцій у документації:",
"Enable external transcoder" : "Увімкнути зовнішній транскодер",
"Transcoder" : "Транскодер",
"The configuration here also applies to public link shares." : "Наведена тут конфігурація також застосовується до загальнодоступних посилань.",
"Users may override this setting." : "Користувачі можуть змінити це налаштування.",
"Always load high resolution image (not recommended if using HEIC/TIFF)" : "Завжди завантажуйте зображення з високою роздільною здатністю (не рекомендується, якщо ви використовуєте HEIC/TIFF)",
"Template" : "Шаблон",
"No items" : "Відсутні елементи",
"Shared by {user}" : "{user} надав(-ла) доступ",
"_{n} item_::_{n} items_" : ["{n} елементів","{n} елементів","{n} елементів","{n} елемент(-и,ів)"],
"_{n} photo updated_::_{n} photos updated_" : ["{n} світлин оновлено","{n} світлин оновлено","{n} світлин оновлено","{n} світлин(-а,и) оновлено"],
"Add people or groups who can edit your album" : "Додайте людей або групи, які можуть редагувати ваш альбом",
"Search for collaborators" : "Пошук співавторів",
"Search people or groups" : "Пошук людей або груп",
@ -231,12 +58,6 @@ OC.L10N.register(
"Create new album" : "Створити новий альбом",
"Edit album details" : "Редагувати деталі альбому",
"New album" : "Новий альбом",
"Could not load the selected album" : "Не вдалося завантажити вибраний альбом",
"Remove Album" : "Видалити альбом",
"Leave Album" : "Залишити альбом",
"Are you sure you want to permanently remove album \"{name}\"?" : "Ви дійсно хочете видалити альбом \"{name}\"?",
"Are you sure you want to leave the shared album \"{name}\"?" : "Ви впевнені, що хочете залишити спільний альбом \"{name}\"?",
"Failed to delete {name}." : "Не вдалося видалити {name}.",
"Name of the album" : "Назва альбому",
"Location of the album" : "Розташування альбому",
"Go back to the previous view." : "Повернутися до попереднього перегляду.",
@ -246,135 +67,43 @@ OC.L10N.register(
"Back to the new album form." : "Повернутися до форми нового альбому.",
"Save" : "Зберегти",
"Create album" : "Створити альбом",
"Invalid album name; should not contain any slashes." : "Неправильна назва альбому; не повинна містити слешів (косих рисок).",
"Search" : "Пошук",
"Create new album." : "Створити новий альбом.",
"Save changes" : "Зберегти зміни",
"_Removed from {n} album_::_Removed from {n} albums_" : ["Вилучено з {n} альбомів","Вилучено з {n} альбомів","Вилучено з {n} альбомів","Вилучено з {n} альбомів"],
"Share Album" : "Поділитися альбомом",
"Save collaborators for this album." : "Зберегти співавторів для цього альбому.",
"Failed to load album info: {name}" : "Не вдалося завантажити інформацію про альбом: {name}",
"Newest" : "Найновіший",
"Year" : "Рік",
"Month" : "Місяць",
"Day" : "День",
"Time" : "Час",
"Hour" : "Годин",
"Minute" : "Хвилин",
"Oldest" : "Найстарший",
"Invalid Date" : "Невірна дата",
"Newest date is older than oldest date" : "Найновіша дата старша за найстарішу",
"Title" : "Назва",
"Description" : "Опис",
"Label" : "Мітка",
"Camera Make" : "Виробник камери",
"Camera Model" : "Модель камери",
"Lens Model" : "Модель об'єктива",
"Copyright" : "Права на копіюівння",
"Empty" : "Порожньо",
"Unchanged" : "Без змін",
"Reset" : "Скидання",
"Remove location" : "Видалити місце розташування",
"Search location / landmark" : "Пошук місця розташування / орієнтиру",
"Failed to search for location with Nominatim." : "Не вдалося знайти місце розташування за допомогою Nominatim.",
"Date / Time" : "Дата / Час",
"Collaborative Tags" : "Мітки для співпраці",
"EXIF Fields" : "Поля EXIF",
"Geolocation" : "Геолокація",
"Cannot edit {name} of type {type}" : "Неможливо відредагувати {name} типу {type}",
"Missing date metadata" : "Відсутні метадані дати",
"Some items may be missing the date metadata. Do you want to attempt copying the currently known timestamp to the metadata (recommended)? Othewise, the timestamp may be reset to the current time." : "Деякі елементи можуть не мати метаданих дати. Чи хочете ви спробувати скопіювати поточну мітку часу до метаданих (рекомендовано)? В іншому випадку мітка часу може бути скинута до поточного часу.",
"Failed to load metadata for {n} photos." : "Не вдалося завантажити метадані для {n} світлин(-и).",
"{n} photos cannot be edited (permissions error)." : "{n} світлин(-а,и) не можуть бути відредаговані (помилка з правами доступу).",
"Rotate Left" : "Повернути ліворуч",
"Rotate Right" : "Повернути праворуч",
"Remove person" : "Вилучити особу",
"Are you sure you want to remove {name}?" : "Ви впевнені, що хочете видалити {name}?",
"Only user \"{user}\" can delete this person" : "Тільки користувач \"{user}\" може видалити цю особу",
"Rename person" : "Перейменувати особу",
"Name" : "Назва",
"Update" : "Оновлення",
"Failed to rename {oldName} to {name}." : "Не вдалося перейменувати {oldName} на {name}.",
"Loading …" : "Завантаження …",
"Enter name of the new face" : "Введіть ім'я нової особи",
"Error while moving {basename}" : "Помилка під час переміщення {basename}",
"Failed to move {name}." : "Не вдалося перемістити {name}.",
"Move the selected photos to {target}?" : "Перемістити вибрані світлини до {target}?",
"Move" : "Перемістити",
"An error occurred while moving photos from {name}." : "Виникла помилка під час переміщення світлин з {name}.",
"Choose a folder" : "Виберіть каталог",
"_{n} item moved to folder_::_{n} items moved to folder_" : ["{n} елемент(-и,ів) переміщено до каталогу","{n} елемент(-и,ів) переміщено до каталогу","{n} елемент(-и,ів) переміщено до каталогу","{n} елемент(-и,ів) переміщено до каталогу"],
"Remove" : "Вилучити",
"Add Path" : "Додати шлях",
"Add a root to your timeline" : "Додайте корінь до стрічки",
"Link Sharing" : "Спільний доступ",
"You cannot share the root folder" : "Ви не можете надати спільний доступ до кореневого каталогу",
"Public link shares are available to people outside Nextcloud." : "Публічні посилання доступні для людей за межами Nextcloud.",
"You may create or update permissions on public links using the sidebar." : "Ви можете створювати або оновлювати дозволи на публічні посилання за допомогою бічної панелі.",
"Click a link to copy to clipboard." : "Клацніть на посилання, щоб скопіювати в буфер обміну.",
"Share link" : "Поділитися посиланням",
"Create Link" : "Створити посилання",
"Refresh" : "Оновити",
"Password protected" : "Захищено паролем",
"Expires" : "Термін дії",
"Editable" : "Редагувати",
"Read only" : "Тільки читання",
"Link copied to clipboard" : "Посилання скопійовано в буфер обміну",
"Failed to copy link to clipboard" : "Не вдалося скопіювати посилання в буфер обміну",
"Reduced Size" : "Зменшений розмір",
"High Resolution" : "Висока роздільна здатність",
"Original File" : "Оригінальний файл",
"Public Link" : "Публічне посилання",
"Share an external Nextcloud link" : "Поділіться зовнішнім посиланням на Nextcloud",
"Not allowed to share file: {name}" : "Не дозволено надавати спільний доступ до файлу: {name}",
"Failed to create album for public link" : "Не вдалося створити альбом для публічного посилання",
"Failed to download file {href}" : "Не вдалося завантажити файл {href}",
"Cannot share this type of data" : "Неможливо надати доступ до цього типу даних",
"_Share File_::_Share Files_" : ["Поділитися файлами","Поділитися файлами","Поділитися файлами","Поділитися файлами"],
"_Share the original file_::_Share the original files_" : ["Поділитися оригінальними файлами","Поділитися оригінальними файлами","Поділитися оригінальними файлами","Поділитися оригінальними файлами"],
"Sort by date" : "Впорядкувати за датою",
"Sort by name" : "Впорядкувати за ім’ям",
"Share album" : "Поділитися альбомом",
"Download album" : "Завантажити альбом",
"Remove album" : "Видалити альбом",
"Nothing to show here" : "Тут немає чого показувати",
"Unassigned faces" : "Неідентифіковані обличчя",
"Merge with different person" : "Злитися з іншою людиною",
"Mark person in preview" : "Позначити особу в попередньому перегляді",
"Unnamed person" : "Неназвана особа",
"Folder View" : "Перегляд у вигляді каталогів",
"Timeline View" : "Перегляд у вигляді стрічки світлин",
"Share folder" : "Спільний доступ для каталогу",
"Home" : "Домівка",
"Move left" : "Перемістити ліворуч",
"Move right" : "Перемістити праворуч",
"Image saved successfully" : "Зображення успішно збережено",
"Error saving image" : "Помилка збереження зображення",
"Unsaved changes" : "Незбережені зміни",
"Drop changes" : "Відкинути зміни",
"Download Video" : "Завантажити відео",
"Download {ext}" : "Завантажити {ext}",
"Slideshow" : "Слайд-шоу",
"Previous" : "Назад",
"Next" : "Далі",
"You are now logged in to the server!" : "Ви увійшли на сервер!",
"You can set up automatic uploads from this device using the Nextcloud mobile app. Click the button below to download the app, or skip this step and continue." : "Ви можете налаштувати автоматичне завантаження з цього пристрою за допомогою мобільного додатку Nextcloud. Натисніть кнопку нижче, щоб завантажити додаток, або пропустіть цей крок і продовжуйте.",
"Set up automatic upload" : "Налаштувати автоматичне завантаження",
"Memories can show local media on your device alongside the media on your server. This requires access to the media on this device." : "Memories може показувати локальні медіафайли на вашому пристрої поряд із медіафайлами на сервері. Для цього потрібен доступ до медіа на цьому пристрої.",
"Access to media is not available yet. If the button below does not work, grant the permission through settings." : "Доступ до медіа ще не надано. Якщо кнопка нижче не працює, надайте дозвіл через налаштування.",
"Grant permissions" : "Пропустіть цей крок",
"Skip this step" : "Пропустіть цей крок",
"Choose the folders on this device to show on your timeline." : "Виберіть каталоги на цьому пристрої, які потрібно показати на стрічці.",
"If no folders are visible here, you may need to grant the app storage permissions, or wait for the app to index your files." : "Якщо тут не видно жодного каталогу, можливо, вам потрібно надати застосунку дозволи на зберігання або зачекати, поки застосунок не проіндексує ваші файли.",
"You can always change this in settings. Note that this does not affect automatic uploading." : "Ви завжди можете змінити це в налаштуваннях. Зверніть увагу, що це не впливає на автоматичне завантаження.",
"Synchronizing local files ({n} done)." : "Синхронізація локальних файлів ({n} виконано).",
"This may take a while. Do not close this window." : "Це може зайняти деякий час. Не закривайте це вікно.",
"Finish" : "Завершити",
"{name} binary exists and is executable." : "{name} бінарний файл існує і може бути виконаний.",
"{name} binary not found." : "{name} бінарний файл не знайдено.",
"{name} binary is not executable." : "{name} бінарний файл не є виконуваним.",
"{name} binary exists and is usable ({info})." : "Двійковий файл {name} існує і придатний для використання ({info}).",
"{name} binary status: {status}." : "{name} статус бінарного файлу: {status}.",
"Save as" : "Зберегти як",
"All changes will be lost." : "Усі зміни буде втрачено.",
"Are you sure you want to continue?" : "Ви впевнені, що бажаєте продовжити?",
@ -457,47 +186,15 @@ OC.L10N.register(
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Зауважте, що вибрана область кадрування нижча за застосований розмір, що може спричинити погіршення якості",
"Actual size (100%)" : "Фактичний розмір (100%)",
"Fit size" : "Підходить за розміром",
"Transcoding failed, check Nextcloud logs." : "Перекодування не вдалося, перевірте логи Nextcloud.",
"Auto" : "Автоматично",
"Shared Folder" : "Спільний каталог",
"Shared Album" : "Спільний альбом",
"Setup" : "Налаштування",
"Failed to remove {filename}." : "Не вдалося вилучити {filename}.",
"Failed to create {albumName}." : "Не вдалося створити {albumName}.",
"Failed to rename {currentAlbumName} to {newAlbumName}." : "Не вдалося перейменувати {currentAlbumName} на {newAlbumName}.",
"General Failure" : "Загальний збій",
"Error: {msg}" : "Помилка: {msg}",
"Failed to delete {fileName}." : "Не вдалося вилучити {fileName}.",
"Failed to move files." : "Не вдалося перемістити файли.",
"Could not move {fileName}, target exists." : "Не вдалося перемістити {fileName}, файл вже існує.",
"Failed to move {fileName}." : "Не вдалося перемістити {fileName}.",
"Failed to load image info: {name}" : "Не вдалося завантажити інформацію про зображення: {name}",
"Failed to download files" : "Не вдалося завантажити файли",
"Failed to favorite files." : "Не вдалося додати файли до вибраного.",
"Failed to favorite some files." : "Не вдалося додати деякі файли до вибраного.",
"Failed to favorite {fileName}." : "Не вдалося додати {fileName} до вибраного.",
"Failed to create tag {name}: {error}" : "Не вдалося створити тег {name}: {error}",
"Memories has been updated to {version}. Reload to get the new version." : "Memories було оновлено до {version}. Перезавантажте, щоб отримати нову версію.",
"Upload some photos and make sure the timeline path is configured" : "Завантажте кілька світлин і переконайтеся, що шлях до стрічки налаштовано правильно",
"Mark photos as favorite to find them easily" : "Позначайте світлини як улюблені, щоб легко їх знаходити",
"Memories from past years will appear here" : "Тут з'являться спогади з минулих років",
"Recognize is still working on your photos" : "Застосунок розпізнавання все ще працює над вашими фотографіями",
"You will find your friends soon. Please be patient" : "Незабаром ви знайдете своїх друзів. Будь ласка, будьте терплячі",
"Face Recognition is disabled. Enable in settings to find your friends" : "Розпізнавання облич вимкнено. Увімкніть у налаштуваннях, щоб знайти друзів",
"Your videos will appear here" : "Ваші відео з'являться тут",
"Add photos to albums by selecting them on your timeline." : "Додайте фотографії до альбомів, вибравши їх на монтажному столі.",
"Create an album to get started" : "Спочатку створіть альбом",
"Archive photos you don't want to see in your timeline" : "Архівуйте фотографії, які ви не хочете бачити на своїй стрічці",
"Tag photos to find them easily" : "Позначайте світлини, щоб легко їх знаходити",
"Places you have been to will appear here" : "Тут з'являться місця, де ви побували",
"Yes" : "Так",
"No" : "Ні",
"The folder name \"{folder}\" has a leading or trailing whitespace. This may lead to errors and should be corrected." : "Назва каталогу \"{folder}\" має початковий або кінцевий пробіл. Це може призвести до помилок і має бути виправлено.",
"_Move {count} item to trash?_::_Move {count} items to trash?_" : ["Перемістити {count} елемент(-и,ів) до кошика?","Перемістити {count} елементів до кошика?","Перемістити {count} елементів до кошика?","Перемістити {count} елемент(-и,ів) до кошика?"],
"Files in trash may be automatically deleted after a fixed period of time." : "Файли в кошику можуть бути автоматично видалені через певний проміжок часу.",
"_Remove {count} item from album?_::_Remove {count} items from album?_" : ["Видалити {count} елементів з альбому?","Видалити {count} елементів з альбому?","Видалити {count} елемент(-и,ів) з альбому?","Видалити {count} елемент(-и,ів) з альбому?"],
"This will not delete your original files." : "Це не призведе до видалення ваших оригінальних файлів.",
"You are about to download {count} items." : "Ви збираєтеся завантажити {count} елемент(-и,ів).",
"You are about to move {count} items." : "Ви збираєтеся перемістити {count} елемент(-и,ів)."
"No" : "Ні"
},
"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);");

315
l10n/uk.json vendored
View File

@ -1,13 +1,8 @@
{ "translations": {
"Shared Link" : "Посилання на спільний доступ",
"Download" : "Завантажити",
"Download" : "Звантажити",
"Memories" : "Спогади",
"Fast, modern and advanced photo management suite" : "Швидкий, сучасний і вдосконалений пакет для керування світлинами",
"# Memories: Photo Management for Nextcloud\n\nMemories is a *batteries-included* photo management solution for Nextcloud with advanced features including:\n\n- **📸 Timeline**: Sort photos and videos by date taken, parsed from Exif data.\n- **⏪ Rewind**: Jump to any time in the past instantly and relive your memories.\n- **🤖 AI Tagging**: Group photos by people and objects, powered by [recognize](https://github.com/nextcloud/recognize) and [facerecognition](https://github.com/matiasdelellis/facerecognition).\n- **🖼️ Albums**: Create albums to group photos and videos together. Then share these albums with others.\n- **🫱🏻‍🫲🏻 External Sharing**: Share photos and videos with people outside of your Nextcloud instance.\n- **📱 Mobile Support**: Work from any device, of any shape and size through the web app.\n- **✏️ Edit Metadata**: Edit dates and other metadata on photos quickly and in bulk.\n- **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n- **📹 Video Transcoding**: Transcode videos and use HLS for maximal performance.\n- **🗺️ Map**: View your photos on a map, tagged with accurate reverse geocoding.\n- **📦 Migration**: Migrate easily from Nextcloud Photos and Google Takeout.\n- **⚡️ Performance**: Do all this very fast.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store (try a demo [here](https://demo.memories.gallery/apps/memories/)).\n1. Perform the recommended [configuration steps](https://memories.gallery/config/).\n1. Run `php occ memories:index` to generate metadata indices for existing photos.\n1. Open the 📷 Memories app in Nextcloud and set the directory containing your photos." : "# Memories: Керування світлинами для Nextcloud\n\nMemories - це *batteries-included* рішення для управління світлинами для Nextcloud з розширеними функціями, що включає:\n\n- **📸 Timeline**: Сортування світлин та відео за датою знімання на основі даних Exif.\n- **⏪ Перемотування назад: Миттєво переходьте до будь-якого моменту в минулому та переживайте свої спогади.\n- **🤖 Тегування зі штучним інтелектом**: Групування світлин за людьми та об'єктами за допомогою функцій [розпізнавання](https://github.com/nextcloud/recognize) та [розпізнавання облич](https://github.com/matiasdelellis/facerecognition).\n- **🖼️ Альбоми**: Створюйте альбоми, щоб групувати світлини та відео разом. Потім діліться цими альбомами з іншими.\n- **🫱🏻‍🫲🏻 Зовнішній спільний доступ**: Діліться світлинами та відео з людьми за межами вашого екземпляра Nextcloud.\n- **📱 Мобільна підтримка**: Працюйте з будь-якого пристрою, будь-якої форми та розміру через вебдодаток\n- **✏️ Редагування метаданих**: Швидко та масово редагуйте дати та інші метадані на світлинах.\n- **📦 Архів**: Зберігайте світлини, які ви не хочете бачити на стрічці, в окремому каталозі.\n- **📹 Перекодування відео**: Перекодуйте відео та використовуйте HLS для максимальної продуктивності.\n- **🗺️ Карта**: Переглядайте свої світлини на карті, позначені точним зворотним геокодуванням.\n- **📦 Міграція**: Легко мігруйте з Nextcloud Photos і Google Takeout.\n- **⚡️ Продуктивність**: Робіть все це дуже швидко.\n\n## 🚀 Встановлення\n\n1. Встановіть додаток з магазину додатків Nextcloud (спробуйте демоверсію [тут] (https://demo.memories.gallery/apps/memories/))\n2.Виконайте рекомендовані [кроки конфігурації] (https://memories.gallery/config/).\n3. Запустіть `php occ memories:index`, щоб згенерувати індекси метаданих для наявних світлин.\n4. Відкрийте додаток 📷 Memories в Nextcloud і встановіть каталог з вашими світлинами.",
"Settings" : "Налаштування",
"People (Recognize)" : "Люди (Розпізнавання)",
"People" : "Люди",
"People (Face Recognition)" : "Люди (Розпізнавання облич)",
"Timeline" : "Дії",
"Folders" : "Каталоги",
"Favorites" : "Із зірочкою",
@ -18,199 +13,31 @@
"Places" : "Місця",
"Map" : "Мапа",
"Tags" : "Мітки",
"View all" : "Переглянути всі",
"Recognize" : "Розпізнати",
"Face Recognition" : "Розпізнавання обличчя",
"A better photos experience awaits you" : "На вас чекає краща якість світлин",
"Choose the root folder of your timeline to begin" : "Виберіть кореневий каталог вашої стрічки для початку ",
"Continue to Memories" : "Продовжити у Memories",
"Choose again" : "Обирайте знову",
"Click here to start" : "Натисніть тут, щоб почати",
"You can always change this later in settings" : "Ви завжди можете змінити це пізніше в налаштуваннях",
"If you just installed Memories, visit the admin panel first." : "Якщо ви щойно встановили Memories, спершу відвідайте адміністративну панель.",
"Choose the root of your timeline" : "Виберіть корінь вашої стрічки",
"The selected folder does not seem to be valid. Try again." : "Здається, вибраний каталог не є дійсним. Спробуйте ще раз.",
"No photos were found in the selected folder." : "У вибраному каталозі не знайдено жодної світлини.",
"This can happen because your media is still indexing." : "Це може статися через те, що ваші медіа все ще індексуються.",
"Visit the admin panel to make sure Memories is configured correctly." : "Відвідайте адміністративну панель, щоб переконатися, що Memories налаштовано правильно.",
"_Found {n} item in {path}_::_Found {n} items in {path}_" : ["Знайдено {n} елементів у {path}","Знайдено {n} елементів у {path}","Знайдено {n} елементів у {path}","Знайдено {n} елементів у {path}"],
"A better photos experience awaits you" : "На вас чекає краща якість фотографій",
"Choose the root folder of your timeline to begin" : "Виберіть кореневу папку вашої шкали часу для початку ",
"Metadata" : "Метадані",
"Edit" : "Редагувати",
"Failed to load metadata" : "Не вдалося завантажити метадані",
"No coordinates" : "Немає координат",
"Click edit to set location" : "Натисніть редагувати, щоб задати місце розташування",
"Photos" : "Світлини",
"Explore" : "Дослідити",
"Cancel" : "Скасувати",
"Delete" : "Вилучити",
"Remove from album" : "Видалити з альбому",
"Share" : "Спільний доступ",
"Favorite" : "Додати зірочку",
"Unarchive" : "Розархівувати",
"Edit metadata" : "Редагувати метадані",
"Rotate / Flip" : "Обертати / Перевертати",
"View in folder" : "Переглянути у каталозі",
"Move to folder" : "Перемістити до каталогу",
"Add to album" : "Додати в альбом",
"You must enable \"Mark person in preview\" to use this feature" : "Щоб скористатися цією функцією, ви повинні ввімкнути \"Позначити особу в попередньому перегляді\"",
"Only user \"{user}\" can update this person" : "Тільки користувач \"{user}\" може оновлювати цю особу",
"_{n} selected_::_{n} selected_" : ["Вибрано {n}","Вибрано {n}","Вибрано {n}","Вибрано {n}"],
"Memories Settings" : "Налаштування Memories",
"General" : "Загальне",
"Timeline Path" : "Розташування",
"Square grid mode" : "Квадратні мініатюри",
"Show past photos on top of timeline" : "Показувати минулі світлини зверху",
"Stack RAW files with same name" : "Складати RAW-файли з однаковими іменами",
"Photo Viewer" : "Перегляд світлин",
"Autoplay Live Photos" : "Автовідтворення \"живих\" світлин",
"Show full file path in sidebar" : "Показати повний шлях до файлу в бічній панелі",
"High resolution image loading behavior" : "Обробка зображень в високій роздільній якості",
"Load high resolution image on zoom" : "Завантажувати зображення в високій роздільній якості при збільшенні",
"Always load high resolution image (not recommended)" : "Завжди завантажуйте зображення з високою роздільною здатністю (не рекомендується)",
"Never load high resolution image" : "Ніколи не завантажуйте зображення з високою роздільною здатністю",
"Timeline Path" : "Шлях шкали часу",
"Account" : "Обліковий запис",
"Logged in as {user}" : "Увійшов як {user}",
"Sign out" : "Вийти",
"Device Folders" : "Каталоги пристрою",
"Local folders to include in the timeline view" : "Локальні каталоги для включення у подання часової шкали",
"Run initial device setup" : "Запустити початкове налаштування пристрою",
"Folders Path" : "Шлях до каталогу",
"Show hidden folders" : "Показати приховані каталоги",
"Sort folders oldest-first" : "Почати з найстаріших каталогів",
"Sort albums oldest-first" : "Почати з найстаріших альбомів",
"Show hidden albums" : "Показати приховані альбоми",
"Choose Timeline Paths" : "Розташування стрічки світлин",
"Choose the root for the folders view" : "Виберіть кореневий каталог зі світлинами",
"Are you sure you want to log out {user}?" : "Ви впевнені, що хочете вийти {user}?",
"Close" : "Закрити",
"Info" : "Info",
"{photoCount} photos" : "світлин {photoCount}",
"Failed to load some photos" : "Не вдалося завантажити деякі світлини",
"Failed to update setting" : "Не вдалося оновити налаштування",
"Albums support is enabled through the Photos app." : "Підтримка альбомів вмикається через додаток \"Світлини\".",
"Albums are disabled because the Photos app is not available." : "Альбоми вимкнено, оскільки додаток \"Світлини\" недоступна.",
"Recognize is installed and enabled for face recognition." : "Для розпізнавання облич встановлено та увімкнено додаток \"Розпізнавання\".",
"Recognize is installed but not enabled for face recognition." : "Додаток \"Розпізнавання\" встановлено, але не ввімкнено для розпізнавання облич.",
"Recognize is not installed. Face recognition and object tagging may be unavailable." : "Додаток \"Розпізнавання\" не встановлено. Функції розпізнавання облич та позначення об'єктів можуть бути недоступні.",
"Face Recognition is installed and enabled" : "Розпізнавання обличчя встановлено та увімкнено",
"Preview generator is installed and enabled. Additional configuration may still be required." : "Генератор попереднього перегляду встановлено та увімкнено. Може знадобитися додаткова конфігурація.",
"Preview generator is not installed and configured. This may make Memories very slow." : "Генератор попереднього перегляду не встановлено і не налаштовано. Це може зробити роботу Memories дуже повільною.",
"Recommended Apps" : "Рекомендовані додатки",
"Path to packaged exiftool binary" : "Шлях до упакованого бінарника exiftool",
"You need perl only if the packaged exiftool binary does not work for some reason." : "Вам потрібен perl лише у тому випадку, якщо запакований бінарник exiftool з якихось причин не працює.",
"Use system perl (only if exiftool binary does not work)" : "Використовуйте системний perl (тільки якщо не працює бінарник exiftool)",
"You can configure the enabled Nextcloud preview providers below." : "Нижче ви можете налаштувати увімкнених постачальників попередньої версії Nextcloud.",
"If you are using Imaginary for preview generation, you can ignore this section." : "Якщо ви використовуєте Imaginary для створення попереднього перегляду, ви можете проігнорувати цей розділ.",
"To enable RAW support, install the Camera RAW Previews app." : "Щоб увімкнути підтримку RAW, інсталюйте застосунок Camera RAW Previews.",
"Documentation." : "Документація",
"PHP-Imagick is available [{version}]." : "PHP-Imagick є в наявності [{version}].",
"PHP-Imagick is not available." : "PHP-Imagick недоступний.",
"Image editing will not work correctly." : "Редагування зображень не працюватиме коректно.",
"Thumbnail generation may not work for some formats (HEIC, TIFF)." : "Генерація мініатюр може не працювати для деяких форматів (HEIC, TIFF).",
"Thumbnails for videos will be generated with this binary." : "Ескізи для відео будуть створені за допомогою цього бінарного файлу.",
"Thumbnail generation may not work for videos." : "Генерація мініатюр може не працювати для відео.",
"The following MIME types are configured for preview generation." : "Наступні типи MIME налаштовані для генерації попереднього перегляду.",
"Max preview size (trade-off between quality and storage requirements)." : "Максимальний розмір попереднього перегляду (компроміс між вимогами до якості та зберігання).",
"Max memory for preview generation (MB)" : "Максимальна пам'ять для генерації попереднього перегляду (МБ)",
"Max size of file to generate previews for (MB)" : "Максимальний розмір файлу для генерації попереднього перегляду (МБ)",
"File Support" : "Підтримка файлів",
"Images (JPEG, PNG, GIF, BMP)" : "Зображення (JPEG, PNG, GIF, BMP)",
"HEIC (Imagick)" : "HEIC (Imagick)",
"TIFF (Imagick)" : "TIFF (Imagick)",
"Videos (ffmpeg)" : "Відео (ffmpeg)",
"Thank you for choosing Nextcloud and Memories to store your precious data!" : "Дякуємо, що обрали Nextcloud та Memories для зберігання ваших цінних даних!",
"Memories is very feature rich and setting it up properly can take some time." : "Memories дуже багатофункціональний, і його правильне налаштування може зайняти деякий час.",
"If you just installed Memories, make sure you read the getting started guide:" : "Якщо ви щойно встановили Memories, обов'язково прочитайте посібник з початку роботи:",
"External Link" : "Зовнішнє посилання",
"In case you run into any issues or bugs, you can get help through several channels." : "Якщо ви зіштовхнетеся з будь-якими проблемами або помилками, ви можете отримати допомогу по декількох каналах.",
"Memories is a completely free and open source app under active development." : "Memories - це повністю безплатний додаток з відкритим вихідним кодом, який знаходиться в активній розробці.",
"You can contribute in several ways. See the project page for more details:" : "Ви можете зробити свій внесок кількома способами. Дивіться сторінку проєкту для більш детальної інформації:",
"Help & Support" : "Допомога та підтримка",
"{n} media files have been indexed" : "{n} медіафайлів проіндексовано",
"Automatic Indexing status: {status}" : "Статус автоматичного індексування: {status}",
"Last index job was run {t} seconds ago." : "Останнє завдання індексації було виконано {t} секунд тому.",
"It took {t} seconds to complete." : "Це зайняло {t} секунд.",
"It is still running or was interrupted." : "Він все ще працює або був перерваний.",
"Looks like it has been more than an hour since the last index job was run. Make sure Nextcloud cron is configured correctly." : "Схоже, пройшло більше години з моменту запуску останнього завдання індексації. Переконайтеся, що Nextcloud cron налаштовано правильно.",
"Only server-side encryption (OC_DEFAULT_MODULE) is supported, but another encryption module is enabled." : "Підтримується лише шифрування на стороні сервера (OC_DEFAULT_MODULE), але увімкнено інший модуль шифрування.",
"The EXIF indexes are built and checked in a periodic background task. Be careful when selecting anything other than automatic indexing. For example, setting the indexing to only timeline folders may cause delays before media becomes available to users, since the user configures the timeline only after logging in." : "Індекси EXIF створюються і перевіряються у періодичному фоновому завданні. Будьте обережні, коли вибираєте щось інше, окрім автоматичної індексації. Наприклад, встановлення індексації лише для каталогів часової шкали може спричинити затримки перед тим, як медіа стануть доступними для користувачів, оскільки користувач налаштовує часову шкалу лише після входу до системи.",
"Folders with a \".nomedia\" or a \".nomemories\" file are always excluded from indexing." : "Каталоги з файлами \".nomedia\" або \".nomemories\" завжди виключаються з індексації.",
"Index all media automatically (recommended)" : "Автоматично індексувати всі медіа (рекомендовано)",
"Index per-user timeline folders (not recommended)" : "Індексувати каталоги часової шкали для кожного користувача (не рекомендується)",
"Index a fixed relative path" : "Індексація фіксованого відносного шляху",
"Disable background indexing" : "Вимкнути фонову індексацію",
"Indexing path (relative, all users)" : "Шлях індексації (відносний, для всіх користувачів)",
"For advanced usage, perform a run of indexing by running:" : "Для розширеного використання, виконайте індексацію виконав:",
"Run index in parallel with 4 threads:" : "Виконайте індексацію паралельно 4-ма потоками:",
"Force re-indexing of all files:" : "Примусова переіндексація всіх файлів:",
"You can limit indexing by user and/or folder:" : "Ви можете обмежити індексування за користувачами та/або каталогами:",
"Clear all existing index tables:" : "Очистити всі наявні індексні таблиці:",
"Media Indexing" : "Індексація медіа",
"HTTPS is enabled" : "Підтримку HTTPS увімкнено",
"You are accessing this page over an insecure context. Several browser APIs are not available, which will make Memories very slow. Enable HTTPS on your server to improve performance." : "Ви отримуєте доступ до цієї сторінки через незахищений контекст. Деякі API браузера недоступні, що робить роботу Memories дуже повільною. Увімкніть HTTPS на вашому сервері, щоб покращити продуктивність",
"HTTP/2 or HTTP/3 is enabled" : "HTTP/2 або HTTP/3 увімкнено",
"HTTP/2 or HTTP/3 is strongly recommended ({httpVer} detected)" : "Наполегливо рекомендується використовувати HTTP/2 або HTTP/3 (виявлено {httpVer})",
"Performance" : "Продуктивність",
"Failed to load some photos" : "Не вдалося завантажити деякі фотографії",
"Unknown" : "Невідомо",
"Database is populated with {n} geometries." : "База даних містить {n} геометрій.",
"Geometry table has not been created." : " Таблиця геометрії не створена.",
"Looks like the planet data is incomplete." : "Схоже, дані про планету неповні.",
"Reverse geocoding has not been configured ({status})." : "Зворотне геокодування не налаштовано ({status}).",
"Memories supports offline reverse geocoding using the OpenStreetMaps data on MySQL and Postgres." : "Memories підтримує офлайн зворотне геокодування з використанням даних OpenStreetMaps на MySQL та Postgres.",
"You need to download the planet data into your database. This is highly recommended and has low overhead." : "Вам потрібно завантажити дані про планету у вашу базу даних. Це настійно рекомендується і має низькі накладні витрати.",
"If the button below does not work for importing the planet data, use the following command:" : "Якщо кнопка нижче не працює для імпорту даних про планету, скористайтеся наступною командою:",
"Note: the geometry data is stored in the memories_planet_geometry table, with no prefix." : "Примітка: дані геометрії зберігаються у таблиці memories_planet_geometry без префікса.",
"Download planet database" : "Завантажити базу даних планети",
"Reverse Geocoding" : "Зворотне геокодування",
"Geometry support was not detected in your database" : "У вашій базі даних не виявлено підтримки геометрії",
"MySQL-like geometry support was detected " : "Виявлено підтримку геометрії, подібної до MySQL",
"Postgres native geometry support was detected" : "Виявлено підтримку нативної геометрії Postgres",
"Looks like the database is already setup. Are you sure you want to redownload planet data?" : "Схоже, база даних вже налаштована. Ви впевнені, що хочете перезавантажити дані про планету?",
"You are about to download the planet database. This may take a while." : "Ви збираєтеся завантажити базу даних планети. Це може зайняти деякий час.",
"This may also cause all photos to be re-indexed!" : "Це також може призвести до переіндексації всіх світлин!",
"Continue" : "Продовжити",
"Live transcoding provides for adaptive streaming of videos using HLS." : "Транскодування в реальному часі забезпечує адаптивну трансляцію відео за допомогою HLS.",
"Note that this may be very CPU intensive without hardware acceleration, and transcoding will not be used for external storage." : "Зауважте, що без апаратного прискорення це може вимагати значних затрат процесора, а перекодування не буде використовуватися для зовнішнього накопичувача.",
"Enable Transcoding" : "Увімкнути транскодування",
"ffmpeg path" : " шлях ffmpeg",
"ffprobe path" : " шлях ffprobe",
"Global default video quality (user may override)" : "Якість відео за замовчуванням (користувач може змінити)",
"Auto (adaptive transcode)" : "Авто (адаптивне перекодування)",
"Original (transcode with max quality)" : "Оригінал (перекодувати з максимальною якістю)",
"Direct (original video file without transcode)" : "Direct (оригінальний відеофайл без перекодування)",
"Video Streaming" : "Потокове відео (відео трансляція)",
"You must first make sure the correct drivers are installed before configuring acceleration." : "Перед налаштуванням прискорення необхідно переконатися, що встановлені правильні драйвери.",
"Make sure you test hardware acceleration with various options after enabling." : "Після ввімкнення обов'язково протестуйте апаратне прискорення з різними опціями.",
"Do not enable multiple types of hardware acceleration simultaneously." : "Не вмикайте кілька типів апаратного прискорення одночасно.",
"Intel processors supporting QuickSync Video (QSV) as well as some AMD GPUs can be used for transcoding using VA-API acceleration." : "Процесори Intel, що підтримують QuickSync Video (QSV), а також деякі графічні процесори AMD можуть використовуватися для перекодування за допомогою прискорення VA-API.",
"For more details on driver installation, check the documentation:" : "Щоб дізнатися більше про встановлення драйверів, зверніться до документації:",
"Enable acceleration with VA-API" : "Увімкніть прискорення за допомогою VA-API",
"Enable low-power mode (QSV only)" : "Увімкнути режим низького енергоспоживання (тільки для QSV)",
"NVIDIA GPUs can be used for transcoding using the NVENC encoder with the proper drivers." : "Графічні процесори NVIDIA можна використовувати для перекодування за допомогою кодера NVENC з відповідними драйверами.",
"Depending on the versions of the installed SDK and ffmpeg, you need to specify the scaler to use" : "Залежно від версій встановлених SDK і ffmpeg, потрібно вказати, який scaler використовувати",
"No automated tests are available for NVIDIA acceleration." : "Автоматизовані тести для прискорення NVIDIA відсутні.",
"Enable acceleration with NVENC" : "Увімкніть прискорення за допомогою NVENC",
"Enable NVENC Temporal AQ" : "Ввімкнути NVENC Temporal AQ",
"CUDA scaler" : "CUDA scaler",
"NPP scaler" : "NPP scaler",
"Due to a bug in certain hardware drivers, videos may appear in incorrect orientations when streaming. This can be resolved in some cases by rotating the video on the accelerator." : "Через помилку в деяких драйверах обладнання відео може відображатися в неправильній орієнтації під час потокового передавання. У деяких випадках це можна вирішити, повернувши відео на прискорювачі.",
"Try this option only if you have incorrectly oriented videos during playback." : "Спробуйте цю опцію лише в тому випадку, якщо під час відтворення відео було неправильно орієнтоване.",
"Some NVENC devices have issues with force_key_frames." : "Деякі пристрої NVENC мають проблеми з force_key_frames.",
"Try this option only if you use NVENC and have issues with video playback." : "Спробуйте цю опцію, тільки якщо ви використовуєте NVENC і маєте проблеми з відтворенням відео.",
"VA-API device ({dev}) not found" : "Пристрій VA-API ({dev}) не знайдено.",
"VA-API device ({dev}) has incorrect permissions" : "Пристрій VA-API ({dev}) має неправильні дозволи",
"VA-API device status: {status}" : "Статус пристрою VA-API: {status}",
"Memories uses the go-vod transcoder. You can run go-vod exernally (e.g. in a separate Docker container for hardware acceleration) or use the built-in transcoder. To use an external transcoder, enable the following option and follow the instructions in the documentation:" : "Memories використовує транскодер go-vod. Ви можете запустити go-vod ззовні (наприклад, в окремому Docker-контейнері для апаратного прискорення) або скористатися вбудованим транскодером. Щоб використовувати зовнішній транскодер, увімкніть наступну опцію і дотримуйтесь інструкцій у документації:",
"Enable external transcoder" : "Увімкнути зовнішній транскодер",
"Transcoder" : "Транскодер",
"The configuration here also applies to public link shares." : "Наведена тут конфігурація також застосовується до загальнодоступних посилань.",
"Users may override this setting." : "Користувачі можуть змінити це налаштування.",
"Always load high resolution image (not recommended if using HEIC/TIFF)" : "Завжди завантажуйте зображення з високою роздільною здатністю (не рекомендується, якщо ви використовуєте HEIC/TIFF)",
"Template" : "Шаблон",
"No items" : "Відсутні елементи",
"Shared by {user}" : "{user} надав(-ла) доступ",
"_{n} item_::_{n} items_" : ["{n} елементів","{n} елементів","{n} елементів","{n} елемент(-и,ів)"],
"_{n} photo updated_::_{n} photos updated_" : ["{n} світлин оновлено","{n} світлин оновлено","{n} світлин оновлено","{n} світлин(-а,и) оновлено"],
"Add people or groups who can edit your album" : "Додайте людей або групи, які можуть редагувати ваш альбом",
"Search for collaborators" : "Пошук співавторів",
"Search people or groups" : "Пошук людей або груп",
@ -229,12 +56,6 @@
"Create new album" : "Створити новий альбом",
"Edit album details" : "Редагувати деталі альбому",
"New album" : "Новий альбом",
"Could not load the selected album" : "Не вдалося завантажити вибраний альбом",
"Remove Album" : "Видалити альбом",
"Leave Album" : "Залишити альбом",
"Are you sure you want to permanently remove album \"{name}\"?" : "Ви дійсно хочете видалити альбом \"{name}\"?",
"Are you sure you want to leave the shared album \"{name}\"?" : "Ви впевнені, що хочете залишити спільний альбом \"{name}\"?",
"Failed to delete {name}." : "Не вдалося видалити {name}.",
"Name of the album" : "Назва альбому",
"Location of the album" : "Розташування альбому",
"Go back to the previous view." : "Повернутися до попереднього перегляду.",
@ -244,135 +65,43 @@
"Back to the new album form." : "Повернутися до форми нового альбому.",
"Save" : "Зберегти",
"Create album" : "Створити альбом",
"Invalid album name; should not contain any slashes." : "Неправильна назва альбому; не повинна містити слешів (косих рисок).",
"Search" : "Пошук",
"Create new album." : "Створити новий альбом.",
"Save changes" : "Зберегти зміни",
"_Removed from {n} album_::_Removed from {n} albums_" : ["Вилучено з {n} альбомів","Вилучено з {n} альбомів","Вилучено з {n} альбомів","Вилучено з {n} альбомів"],
"Share Album" : "Поділитися альбомом",
"Save collaborators for this album." : "Зберегти співавторів для цього альбому.",
"Failed to load album info: {name}" : "Не вдалося завантажити інформацію про альбом: {name}",
"Newest" : "Найновіший",
"Year" : "Рік",
"Month" : "Місяць",
"Day" : "День",
"Time" : "Час",
"Hour" : "Годин",
"Minute" : "Хвилин",
"Oldest" : "Найстарший",
"Invalid Date" : "Невірна дата",
"Newest date is older than oldest date" : "Найновіша дата старша за найстарішу",
"Title" : "Назва",
"Description" : "Опис",
"Label" : "Мітка",
"Camera Make" : "Виробник камери",
"Camera Model" : "Модель камери",
"Lens Model" : "Модель об'єктива",
"Copyright" : "Права на копіюівння",
"Empty" : "Порожньо",
"Unchanged" : "Без змін",
"Reset" : "Скидання",
"Remove location" : "Видалити місце розташування",
"Search location / landmark" : "Пошук місця розташування / орієнтиру",
"Failed to search for location with Nominatim." : "Не вдалося знайти місце розташування за допомогою Nominatim.",
"Date / Time" : "Дата / Час",
"Collaborative Tags" : "Мітки для співпраці",
"EXIF Fields" : "Поля EXIF",
"Geolocation" : "Геолокація",
"Cannot edit {name} of type {type}" : "Неможливо відредагувати {name} типу {type}",
"Missing date metadata" : "Відсутні метадані дати",
"Some items may be missing the date metadata. Do you want to attempt copying the currently known timestamp to the metadata (recommended)? Othewise, the timestamp may be reset to the current time." : "Деякі елементи можуть не мати метаданих дати. Чи хочете ви спробувати скопіювати поточну мітку часу до метаданих (рекомендовано)? В іншому випадку мітка часу може бути скинута до поточного часу.",
"Failed to load metadata for {n} photos." : "Не вдалося завантажити метадані для {n} світлин(-и).",
"{n} photos cannot be edited (permissions error)." : "{n} світлин(-а,и) не можуть бути відредаговані (помилка з правами доступу).",
"Rotate Left" : "Повернути ліворуч",
"Rotate Right" : "Повернути праворуч",
"Remove person" : "Вилучити особу",
"Are you sure you want to remove {name}?" : "Ви впевнені, що хочете видалити {name}?",
"Only user \"{user}\" can delete this person" : "Тільки користувач \"{user}\" може видалити цю особу",
"Rename person" : "Перейменувати особу",
"Name" : "Назва",
"Update" : "Оновлення",
"Failed to rename {oldName} to {name}." : "Не вдалося перейменувати {oldName} на {name}.",
"Loading …" : "Завантаження …",
"Enter name of the new face" : "Введіть ім'я нової особи",
"Error while moving {basename}" : "Помилка під час переміщення {basename}",
"Failed to move {name}." : "Не вдалося перемістити {name}.",
"Move the selected photos to {target}?" : "Перемістити вибрані світлини до {target}?",
"Move" : "Перемістити",
"An error occurred while moving photos from {name}." : "Виникла помилка під час переміщення світлин з {name}.",
"Choose a folder" : "Виберіть каталог",
"_{n} item moved to folder_::_{n} items moved to folder_" : ["{n} елемент(-и,ів) переміщено до каталогу","{n} елемент(-и,ів) переміщено до каталогу","{n} елемент(-и,ів) переміщено до каталогу","{n} елемент(-и,ів) переміщено до каталогу"],
"Remove" : "Вилучити",
"Add Path" : "Додати шлях",
"Add a root to your timeline" : "Додайте корінь до стрічки",
"Link Sharing" : "Спільний доступ",
"You cannot share the root folder" : "Ви не можете надати спільний доступ до кореневого каталогу",
"Public link shares are available to people outside Nextcloud." : "Публічні посилання доступні для людей за межами Nextcloud.",
"You may create or update permissions on public links using the sidebar." : "Ви можете створювати або оновлювати дозволи на публічні посилання за допомогою бічної панелі.",
"Click a link to copy to clipboard." : "Клацніть на посилання, щоб скопіювати в буфер обміну.",
"Share link" : "Поділитися посиланням",
"Create Link" : "Створити посилання",
"Refresh" : "Оновити",
"Password protected" : "Захищено паролем",
"Expires" : "Термін дії",
"Editable" : "Редагувати",
"Read only" : "Тільки читання",
"Link copied to clipboard" : "Посилання скопійовано в буфер обміну",
"Failed to copy link to clipboard" : "Не вдалося скопіювати посилання в буфер обміну",
"Reduced Size" : "Зменшений розмір",
"High Resolution" : "Висока роздільна здатність",
"Original File" : "Оригінальний файл",
"Public Link" : "Публічне посилання",
"Share an external Nextcloud link" : "Поділіться зовнішнім посиланням на Nextcloud",
"Not allowed to share file: {name}" : "Не дозволено надавати спільний доступ до файлу: {name}",
"Failed to create album for public link" : "Не вдалося створити альбом для публічного посилання",
"Failed to download file {href}" : "Не вдалося завантажити файл {href}",
"Cannot share this type of data" : "Неможливо надати доступ до цього типу даних",
"_Share File_::_Share Files_" : ["Поділитися файлами","Поділитися файлами","Поділитися файлами","Поділитися файлами"],
"_Share the original file_::_Share the original files_" : ["Поділитися оригінальними файлами","Поділитися оригінальними файлами","Поділитися оригінальними файлами","Поділитися оригінальними файлами"],
"Sort by date" : "Впорядкувати за датою",
"Sort by name" : "Впорядкувати за ім’ям",
"Share album" : "Поділитися альбомом",
"Download album" : "Завантажити альбом",
"Remove album" : "Видалити альбом",
"Nothing to show here" : "Тут немає чого показувати",
"Unassigned faces" : "Неідентифіковані обличчя",
"Merge with different person" : "Злитися з іншою людиною",
"Mark person in preview" : "Позначити особу в попередньому перегляді",
"Unnamed person" : "Неназвана особа",
"Folder View" : "Перегляд у вигляді каталогів",
"Timeline View" : "Перегляд у вигляді стрічки світлин",
"Share folder" : "Спільний доступ для каталогу",
"Home" : "Домівка",
"Move left" : "Перемістити ліворуч",
"Move right" : "Перемістити праворуч",
"Image saved successfully" : "Зображення успішно збережено",
"Error saving image" : "Помилка збереження зображення",
"Unsaved changes" : "Незбережені зміни",
"Drop changes" : "Відкинути зміни",
"Download Video" : "Завантажити відео",
"Download {ext}" : "Завантажити {ext}",
"Slideshow" : "Слайд-шоу",
"Previous" : "Назад",
"Next" : "Далі",
"You are now logged in to the server!" : "Ви увійшли на сервер!",
"You can set up automatic uploads from this device using the Nextcloud mobile app. Click the button below to download the app, or skip this step and continue." : "Ви можете налаштувати автоматичне завантаження з цього пристрою за допомогою мобільного додатку Nextcloud. Натисніть кнопку нижче, щоб завантажити додаток, або пропустіть цей крок і продовжуйте.",
"Set up automatic upload" : "Налаштувати автоматичне завантаження",
"Memories can show local media on your device alongside the media on your server. This requires access to the media on this device." : "Memories може показувати локальні медіафайли на вашому пристрої поряд із медіафайлами на сервері. Для цього потрібен доступ до медіа на цьому пристрої.",
"Access to media is not available yet. If the button below does not work, grant the permission through settings." : "Доступ до медіа ще не надано. Якщо кнопка нижче не працює, надайте дозвіл через налаштування.",
"Grant permissions" : "Пропустіть цей крок",
"Skip this step" : "Пропустіть цей крок",
"Choose the folders on this device to show on your timeline." : "Виберіть каталоги на цьому пристрої, які потрібно показати на стрічці.",
"If no folders are visible here, you may need to grant the app storage permissions, or wait for the app to index your files." : "Якщо тут не видно жодного каталогу, можливо, вам потрібно надати застосунку дозволи на зберігання або зачекати, поки застосунок не проіндексує ваші файли.",
"You can always change this in settings. Note that this does not affect automatic uploading." : "Ви завжди можете змінити це в налаштуваннях. Зверніть увагу, що це не впливає на автоматичне завантаження.",
"Synchronizing local files ({n} done)." : "Синхронізація локальних файлів ({n} виконано).",
"This may take a while. Do not close this window." : "Це може зайняти деякий час. Не закривайте це вікно.",
"Finish" : "Завершити",
"{name} binary exists and is executable." : "{name} бінарний файл існує і може бути виконаний.",
"{name} binary not found." : "{name} бінарний файл не знайдено.",
"{name} binary is not executable." : "{name} бінарний файл не є виконуваним.",
"{name} binary exists and is usable ({info})." : "Двійковий файл {name} існує і придатний для використання ({info}).",
"{name} binary status: {status}." : "{name} статус бінарного файлу: {status}.",
"Save as" : "Зберегти як",
"All changes will be lost." : "Усі зміни буде втрачено.",
"Are you sure you want to continue?" : "Ви впевнені, що бажаєте продовжити?",
@ -455,47 +184,15 @@
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Зауважте, що вибрана область кадрування нижча за застосований розмір, що може спричинити погіршення якості",
"Actual size (100%)" : "Фактичний розмір (100%)",
"Fit size" : "Підходить за розміром",
"Transcoding failed, check Nextcloud logs." : "Перекодування не вдалося, перевірте логи Nextcloud.",
"Auto" : "Автоматично",
"Shared Folder" : "Спільний каталог",
"Shared Album" : "Спільний альбом",
"Setup" : "Налаштування",
"Failed to remove {filename}." : "Не вдалося вилучити {filename}.",
"Failed to create {albumName}." : "Не вдалося створити {albumName}.",
"Failed to rename {currentAlbumName} to {newAlbumName}." : "Не вдалося перейменувати {currentAlbumName} на {newAlbumName}.",
"General Failure" : "Загальний збій",
"Error: {msg}" : "Помилка: {msg}",
"Failed to delete {fileName}." : "Не вдалося вилучити {fileName}.",
"Failed to move files." : "Не вдалося перемістити файли.",
"Could not move {fileName}, target exists." : "Не вдалося перемістити {fileName}, файл вже існує.",
"Failed to move {fileName}." : "Не вдалося перемістити {fileName}.",
"Failed to load image info: {name}" : "Не вдалося завантажити інформацію про зображення: {name}",
"Failed to download files" : "Не вдалося завантажити файли",
"Failed to favorite files." : "Не вдалося додати файли до вибраного.",
"Failed to favorite some files." : "Не вдалося додати деякі файли до вибраного.",
"Failed to favorite {fileName}." : "Не вдалося додати {fileName} до вибраного.",
"Failed to create tag {name}: {error}" : "Не вдалося створити тег {name}: {error}",
"Memories has been updated to {version}. Reload to get the new version." : "Memories було оновлено до {version}. Перезавантажте, щоб отримати нову версію.",
"Upload some photos and make sure the timeline path is configured" : "Завантажте кілька світлин і переконайтеся, що шлях до стрічки налаштовано правильно",
"Mark photos as favorite to find them easily" : "Позначайте світлини як улюблені, щоб легко їх знаходити",
"Memories from past years will appear here" : "Тут з'являться спогади з минулих років",
"Recognize is still working on your photos" : "Застосунок розпізнавання все ще працює над вашими фотографіями",
"You will find your friends soon. Please be patient" : "Незабаром ви знайдете своїх друзів. Будь ласка, будьте терплячі",
"Face Recognition is disabled. Enable in settings to find your friends" : "Розпізнавання облич вимкнено. Увімкніть у налаштуваннях, щоб знайти друзів",
"Your videos will appear here" : "Ваші відео з'являться тут",
"Add photos to albums by selecting them on your timeline." : "Додайте фотографії до альбомів, вибравши їх на монтажному столі.",
"Create an album to get started" : "Спочатку створіть альбом",
"Archive photos you don't want to see in your timeline" : "Архівуйте фотографії, які ви не хочете бачити на своїй стрічці",
"Tag photos to find them easily" : "Позначайте світлини, щоб легко їх знаходити",
"Places you have been to will appear here" : "Тут з'являться місця, де ви побували",
"Yes" : "Так",
"No" : "Ні",
"The folder name \"{folder}\" has a leading or trailing whitespace. This may lead to errors and should be corrected." : "Назва каталогу \"{folder}\" має початковий або кінцевий пробіл. Це може призвести до помилок і має бути виправлено.",
"_Move {count} item to trash?_::_Move {count} items to trash?_" : ["Перемістити {count} елемент(-и,ів) до кошика?","Перемістити {count} елементів до кошика?","Перемістити {count} елементів до кошика?","Перемістити {count} елемент(-и,ів) до кошика?"],
"Files in trash may be automatically deleted after a fixed period of time." : "Файли в кошику можуть бути автоматично видалені через певний проміжок часу.",
"_Remove {count} item from album?_::_Remove {count} items from album?_" : ["Видалити {count} елементів з альбому?","Видалити {count} елементів з альбому?","Видалити {count} елемент(-и,ів) з альбому?","Видалити {count} елемент(-и,ів) з альбому?"],
"This will not delete your original files." : "Це не призведе до видалення ваших оригінальних файлів.",
"You are about to download {count} items." : "Ви збираєтеся завантажити {count} елемент(-и,ів).",
"You are about to move {count} items." : "Ви збираєтеся перемістити {count} елемент(-и,ів)."
"No" : "Ні"
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"
}

1
l10n/vi.js vendored
View File

@ -3,7 +3,6 @@ OC.L10N.register(
{
"Download" : "Tải xuống",
"Settings" : "Cài đặt",
"Timeline" : "Dòng thời gian",
"Folders" : "Thư mục",
"Favorites" : "Ưa thích",
"Videos" : "Phim",

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