Merge branch 'master' into master

pull/653/head
JanisPlayer 2023-08-27 21:40:45 +02:00 committed by GitHub
commit 3e6ffcc61c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
385 changed files with 16554 additions and 6100 deletions

View File

@ -6,22 +6,23 @@ labels: needs triage
assignees: ''
---
<!--
**🛑 READ THE FOLLOWING BEFORE YOU CONTINUE! 🛑**
All bugs _must_ follow the issue template below, or they will be closed without triage.
All bug reports *must* follow the issue template below.
If it is a help request, you might want to try the [Discord community](https://discord.gg/7Dr9f9vNjJ) first.
Make the following items are true before filing a bug:
- You are using the latest version of the app.
- You tried and can replicate the bug.
- The problem persists after clearing browser cache.
- You have followed the [configuration steps](https://memories.gallery/config/).
- You have looked at the [troubleshooting](https://memories.gallery/troubleshooting/) documentation.
- You have searched the [open issues](https://github.com/pulsejet/memories/issues)
- You are NOT using `OCCWeb` to run `occ` commands
If you are sure the above is true, _remove this section_ and fill in the template below.
---
-->
**Describe the bug**
A clear and concise description of what the bug is.

View File

@ -0,0 +1,6 @@
blank_issues_enabled: false
contact_links:
- name: Discord Community
url: https://discord.gg/7Dr9f9vNjJ
about: Please ask and answer questions here.

View File

@ -2,9 +2,49 @@
All notable changes to this project will be documented in this file.
## [v5.1.1] - Unreleased
## [Unreleased]
- **Feature**: Support showing full file path in sidebar ([#173](https://github.com/pulsejet/memories/issues/173))
- **Feature**: View file in folder on clicking name in sidebar
- **Feature**: User can leave albums that are shared with them
- **Fix**: Support for transcoding MKV files.
## [v5.4.1] - 2023-08-20
- Corrects a versioning error. This version is the same as v5.3.0
## [v5.3.0] - 2023-08-20
- **Feature**: Allow adding photos to multiple albums together ([#752](https://github.com/pulsejet/memories/pull/752))
- **Feature**: Improved layout for albums list view
- **Feature**: Search bar for album picker when adding to album.
- **Feature**: Show albums of photo in metadata ([#752](https://github.com/pulsejet/memories/pull/752))
- **Feature**: Show faces in photo in sidebar metadata
- **Feature**: Allow creation of new tags when editing metadata ([#487](https://github.com/pulsejet/memories/issues/487))
- **Feature**: Allow disabling autoplay of live photo ([#591](https://github.com/pulsejet/memories/issues/591))
- **Feature**: Improvements in admin interface
- **Feature**: A `.nomemories` file will now hide a folder from Memories without affecting other apps ([#777](https://github.com/pulsejet/memories/issues/777))
- **Feature**: More crop options for image editor ([#546](https://github.com/pulsejet/memories/issues/546))
- **Bugfix**: You can now configure the transpose strategy of the transcoder (required for QSV)
## [v5.2.1] - 2023-07-03
- **Feature**: Allow moving unclustered faces to a cluster with Recognize (v4.2.0+)
## [v5.2.0] - 2023-06-30
**Note:** You will need to run `occ memories:places-setup --recalculate` to re-index places (or reindex everything)
- New project home page: https://memories.gallery
- New Discord community: https://discord.gg/7Dr9f9vNjJ
- Nextcloud 27 compatibility
- **Feature**: Hierarchical places view
- **Feature**: Layout improvements especially for mobile.
- **Feature**: Allow downloading entire publicly shared albums.
- **Feature**: Basic preview generation configuration in admin interface.
- **Bugfix**: Prevent keeping original file on metadata edit.
- **Bugfix**: Use correct locale for time in metadata view.
- **Bugfix**: Allow editing metadata on large video files.
## [v5.1.0] - 2023-04-29

View File

@ -31,7 +31,6 @@ build-js-production:
patch-external:
patch -p1 -N < patches/scroller-perf.patch || true
patch -p1 -N < patches/scroller-sticky.patch || true
bash ./patches/filerobot-patch.sh
watch-js:
npm run watch

View File

@ -5,6 +5,7 @@
[![Discord](https://dcbadge.vercel.app/api/server/7Dr9f9vNjJ)](https://discord.gg/7Dr9f9vNjJ)
[![Website](https://img.shields.io/website?down_color=red&down_message=offline&label=website&style=for-the-badge&up_color=brightgreen&up_message=online&url=https%3A%2F%2Fmemories.gallery)](https://memories.gallery)
[![Demo](https://img.shields.io/website?down_color=red&down_message=offline&label=demo&style=for-the-badge&up_color=brightgreen&up_message=online&url=https%3A%2F%2Fdemo.memories.gallery)](https://demo.memories.gallery/apps/memories/)
[![Nextcloud Store](https://img.shields.io/badge/nextcloud_store-blue?style=for-the-badge)](https://apps.nextcloud.com/apps/memories)
![GitHub](https://img.shields.io/github/license/pulsejet/memories)
[![e2e](https://github.com/pulsejet/memories/actions/workflows/e2e.yaml/badge.svg)](https://github.com/pulsejet/memories/actions/workflows/e2e.yaml)
@ -30,7 +31,7 @@ Memories is a _batteries-included_ photo management solution for Nextcloud with
## 🚀 Installation
1. Install the app from the Nextcloud app store.
1. Install the app from the Nextcloud [app store](https://apps.nextcloud.com/apps/memories).
1. Perform the recommended [configuration steps](https://memories.gallery/config/).
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.
@ -56,6 +57,7 @@ A shout out to the current and past financial backers of Memories! See the spons
[<img src="https://github.com/k1l1.png" width="42" />](https://github.com/k1l1)
[<img src="https://github.com/ChickenTarm.png" width="42" />](https://github.com/ChickenTarm)
[<img src="https://github.com/ChildLearningClub.png" width="42" />](https://github.com/ChildLearningClub)
[<img src="https://github.com/mpanhans.png" width="42" />](https://github.com/mpanhans)
## 📝 Changelog

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>5.1.0</version>
<version>5.4.1</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="25" max-version="26"/>
<nextcloud min-version="25" max-version="27"/>
</dependencies>
<commands>
<command>OCA\Memories\Command\Index</command>

View File

@ -47,6 +47,7 @@ return [
// Public album share
['name' => 'PublicAlbum#showShare', 'url' => '/a/{token}', 'verb' => 'GET'],
['name' => 'PublicAlbum#download', 'url' => '/a/{token}/download', 'verb' => 'GET'],
// API Routes
['name' => 'Days#days', 'url' => '/api/days', 'verb' => 'GET'],

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

View File

@ -4,7 +4,12 @@ description: Steps to configure Memories for the best experience and performance
# Configuration
Starting with v5.0.0, you can fully configure memories using the admin panel. With an admin account in Nextcloud, go to `Settings -> Memories`. Memories runs a background indexing job to extract EXIF metadata from photos and videos, as well as immediately on every upload.
!!! danger "Use the admin interface"
Starting with v5.0.0, you can fully configure memories using the admin panel. With an admin account in Nextcloud, go to `Settings -> Memories`.
Using the admin interface for configuration is **strongly recommended** in most cases.
Memories runs a background indexing job to extract EXIF metadata from photos and videos, as well as immediately on every upload.
If you just installed memories and want to speed up indexing, run the following commands. For usage of the `occ` command line, refer [here](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/occ_command.html) for more information.
@ -32,6 +37,8 @@ occ memories:index # index existing photo files (can run in parallel,
# ^^^ <-- this is required
```
If you are using Nextcloud AIO, see [this documentation](https://github.com/nextcloud/all-in-one#how-to-run-occ-commands).
## Storage support
The app can work with external storage for photos. Just set the mountpoint as the timeline directory.
@ -86,6 +93,8 @@ By default, previews upto `4096px` size are generated by Nextcloud. Each of the
Note that Memories will, by default, load the full image upon zooming in. If you are okay with this, you may use a even smaller size like `1024px` to save more space as well as faster preview generation time. Non-JPEG files will be converted on the server when loading in full-res, which may lead to some server load.
On Nextcloud AIO, these options are set to the recommended values by default.
```php
'preview_max_x' => 2048,
'preview_max_y' => 2048,

View File

@ -54,7 +54,7 @@ UX and performance. The devil is in the details.
**It's slow or doesn't work**
Make sure you follow the [configuration steps](../config). Unless you have hundreds of thousands of photos on a Raspberry Pi, Memories should be very fast. File an issue otherwise.
Make sure you follow the [troubleshooting steps](../troubleshooting/#performance). Unless you have hundreds of thousands of photos on a Raspberry Pi, Memories should be very fast. File an issue otherwise.
**It says "nothing to show here" on startup?**
@ -64,24 +64,3 @@ the [configuration steps](../config) and be patient.
**Will it run on my system?**
In general, if you can run Nextcloud, you should be able to run Memories. File an issue if you run into problems.
**How to completely remove Memories? Maybe to reinstall after errors?**
Uninstall Memories from the app store, then run the following SQL on your database.
```sql
DROP TABLE IF EXISTS oc_memories;
DROP TABLE IF EXISTS oc_memories_livephoto;
DROP TABLE IF EXISTS oc_memories_mapclusters;
DROP TABLE IF EXISTS oc_memories_places;
DROP TABLE IF EXISTS oc_memories_planet;
DROP TABLE IF EXISTS memories_planet_geometry;
DROP INDEX IF EXISTS memories_parent_mimetype ON oc_filecache;
DELETE FROM oc_migrations WHERE app='memories';
```
On Postgres, the syntax for dropping the index is:
```sql
DROP INDEX IF EXISTS memories_parent_mimetype;
```

View File

@ -4,55 +4,52 @@ description: Steps to configure support for different image and video formats
# File type support
Memories supports the file types supported by the Nextcloud previews app. If you add support for any one of the file types below, you must run `occ memories:index` to index these files.
!!! danger "Use the admin interface"
It is **strongly recommended** that you use the Memories admin interface to configure file type support. This will ensure that your configuration is valid and that you do not accidentally disable support for any file types.
Please note that if Imaginary is configured on your instance like on Nextcloud AIO, you do not need to follow this documentation any further; most file types should work out-of-the-box.
Memories supports the file types supported by Nextcloud. File type support is determined in part by the values listed in the `enabledPreviewProviders` configuration parameter in your configuration file. If your `config.php` does not contain an `enabledPreviewProviders` array, this means you are using Nextcloud's defaults. Copy the array over from `config.sample.php` before adding any of the values below, or else you will effectively disable all of the defaults.
If you add support for any one of the file types below, you must run `occ memories:index` to index these files.
## Common Formats
```
PNG (image/png)
JPEG (image/jpeg)
PNG (image/png)
GIF (image/gif)
BMP (image/bmp)
```
These are enabled by having the following in your `config.php`,
These are enabled by inclusion of the following values in `config.php`'s `enabledPreviewProviders` array:
```php
'enabledPreviewProviders' =>
array (
'OC\\Preview\\Image',
),
'OC\Preview\Image',
```
## HEIC and TIFF
You must enable `HEIC` and `TIFF` in Nextcloud `config.php`, and install Imagemagick (included in the official Nextcloud docker image)
In `config.php`, add,
These are enabled by inclusion of the following values in `config.php`'s `enabledPreviewProviders` array:
```php
'enabledPreviewProviders' =>
array (
'OC\\Preview\\HEIC',
'OC\\Preview\\TIFF',
),
'OC\Preview\HEIC',
'OC\Preview\TIFF',
```
You must also install Imagemagick (included in the official Nextcloud docker image).
## Videos
You need to install `ffmpeg` and add the video config to `config.php`
These are enabled by inclusion of the following value in `config.php`'s `enabledPreviewProviders` array:
```php
'enabledPreviewProviders' =>
array (
'OC\\Preview\\Movie',
'OC\\Preview\\MKV',
'OC\\Preview\\MP4',
'OC\\Preview\\AVI',
),
'OC\Preview\Movie',
```
You must also install `ffmpeg` and add the video config to `config.php`.
## RAW images
Install the [camera raw previews](https://github.com/ariselseng/camerarawpreviews) app from the Nextcloud app store.

View File

@ -16,7 +16,7 @@ In the directory with the `docker-compose.yml` file, run,
git clone https://github.com/pulsejet/go-vod
```
If you are using docker compose, configure a service to start go-vod with the correct devices and filesystem structure. Otherwise, manually start the container with these parameters.
If you are using docker, configure a service to start go-vod with the correct devices and filesystem structure. Otherwise, manually start the container with these parameters.
```yaml
# docker-compose.yml
@ -40,6 +40,10 @@ services:
- ncdata:/var/www/html:ro
```
Make sure to put the container and the container into the same network so that they can talk to each other!
With Nextcloud 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 like in its Netxcloud container into the go-vod container. Usually this would be `nextcloud_aio_nextcloud_data:/mnt/ncdata:ro` or `$NEXTCLOUD_DATADIR:/mnt/ncdata:ro`.
Finally, point Memories to the external go-vod instance. In the admin interface, set go-vod to external and configure the connect URL to `go-vod:47788`. Alternatively, add the following configuration to `config.php`:
```php
@ -71,6 +75,25 @@ apk update
apk add --no-cache bash ffmpeg libva-utils libva-vdpau-driver libva-intel-driver intel-media-driver mesa-va-gallium
```
In some cases, along with adding `www-data` to the appropriate groups, you may also need to set the permissions of the device manually:
```bash
sudo chmod 666 /dev/dri/renderD128
```
You can run a test using a sample video file to check if VA-API is working correctly for the `www-data` user:
```bash
# download sample or or use any other video file
wget https://github.com/pulsejet/memories-assets/raw/main/sample.mp4
# check if VA-API is working
sudo -u www-data \
ffmpeg -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi \
-i 'sample.mp4' -vcodec h264_vaapi \
output-www-data.mp4
```
### Docker installations
If you use Docker, you need to:
@ -86,11 +109,12 @@ If you use Docker, you need to:
1. Make sure the right drivers are installed. This can be done using a custom Dockerfile, for example
```Dockerfile
FROM nextcloud:25
FROM nextcloud:latest
RUN apt-get update && \
apt-get install -y software-properties-common && \
apt-add-repository -y non-free && \
apt-get install -y lsb-release && \
echo "deb http://ftp.debian.org/debian $(lsb_release -cs) non-free" >> \
/etc/apt/sources.list.d/intel-graphics.list && \
apt-get update && \
apt-get install -y intel-media-va-driver-non-free ffmpeg && \
rm -rf /var/lib/apt/lists/*
@ -113,6 +137,9 @@ If you use Docker, you need to:
1. Check the output of `/tmp/go-vod/<instance-id>.log` if playback has issues
### Nextcloud AIO
See https://github.com/nextcloud/all-in-one#how-to-enable-hardware-transcoding-for-nextcloud
### linuxserver/nextcloud image
You can add the following to the `docker-compose.yml` file to install the drivers:

View File

@ -11,8 +11,8 @@ This page describes how to install the latest version of Memories.
Memories is an app for [Nextcloud](https://nextcloud.com/), so you need to install Nextcloud first. You can find the installation instructions [here](https://docs.nextcloud.com/server/latest/admin_manual/installation/).
For the best experience, we recommend to use the latest stable version of Nextcloud and PHP.
For easy setup and maintenance, you can use the official Nextcloud Docker image, and add extra dependencies
using a custom Dockerfile.
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.
## Requirements
@ -26,7 +26,7 @@ Before installing Memories, make sure that the following requirements are met:
## Installing Memories
Memories can be installed from the Nextcloud app store page. Alternatively, you can install it manually by following these steps:
Memories can be installed from the Nextcloud [app store](https://apps.nextcloud.com/apps/memories) page. Alternatively, you can install it manually by following these steps:
1. Download the latest release from the [releases page](https://github.com/pulsejet/memories/releases)
1. Extract the archive to the `apps` or `custom_apps` directory of your Nextcloud installation.

View File

@ -23,4 +23,6 @@ Nextcloud comes bundled with an official "Photos" app. This page provides a brie
## Features in Photos missing in Memories
1. Photos supports uploading photos directly, Memories does not support this function.
1. Photos supports uploading photos directly, Memories does not ([issue](https://github.com/pulsejet/memories/issues/69)).
1. Photos supports drawing on photos, Memories does not ([issue](https://github.com/pulsejet/memories/issues/785)).
1. Photos shows which photos have been `Shared with you`. Memories does not ([issue](https://github.com/pulsejet/memories/issues/787)).

View File

@ -6,69 +6,6 @@ description: Documentation for config.php options that Memories uses
This is a list of all options in `config.php` that memories uses
## General
```php
<?php
// Path to exiftool binary
'memories.exiftool' => '/var/www/html/apps/memories/exiftool-bin/exiftool-amd64-glibc',
// Do not use packaged binaries of exiftool
// This requires perl to be available
'memories.exiftool_no_local' => false,
// Makes the memories instance readonly
'memories.readonly' => false,
// Type of reverse geocoding planet database
// -1 => Unconfigured
// 0 => Disable
// 1 => MySQL / MariaDB
// 2 => PostgreSQL
'memories.gis_type' => -1,
```
## Transcoding
```php
<?php
// Disable transcoding
'memories.vod.disable' => false,
// Hardware support for transcoding
'memories.vod.vaapi' => false, // Transcode with VA-API
'memories.vod.vaapi.low_power' => false, // Use low_power mode for VA-API
'memories.vod.nvenc' => false, // Transcode with NVIDIA NVENC
'memories.vod.nvenc.temporal_aq' => false,
'memories.vod.nvenc.scale' => 'npp', // npp or cuda
// Paths to ffmpeg and ffprobe binaries
'memories.vod.ffmpeg' => '/usr/bin/ffmpeg',
'memories.vod.ffprobe' => '/usr/bin/ffprobe',
// Path to go-vod binary
'memories.vod.path' => '/var/www/html/apps/memories/exiftool-bin/go-vod-amd64',
// Path to use for transcoded files (/tmp/go-vod/instanceid)
// Make sure this has plenty of space
'memories.vod.tempdir' => '/tmp/my-dir',
// Bind address to use when starting the transcoding server
'memories.vod.bind' => '127.0.0.1:47788',
// Address used to connect to the transcoding server
// If not specified, the bind address above will be used
'memories.vod.connect' => '127.0.0.1:47788',
// Mark go-vod as external. If true, Memories will not attempt to
// start go-vod if it is not running already.
'memories.vod.external' => false,
// Set the default video quality for a first time user
// 0 => Auto (default)
// -1 => Original (max quality with transcoding)
// -2 => Direct (disable transcoding)
// 1080 => 1080p (and so on)
'memories.video_default_quality' => '0',
--8<-- "lib/SystemConfigDefault.php"
```

View File

@ -0,0 +1,102 @@
---
description: Solutions to common problems
---
# Troubleshooting
This page contains solutions to common problems. If you are facing any issues, please refer to this page before opening an issue.
## Performance
!!! tip "Nextcloud AIO"
If you are using [AIO](https://github.com/nextcloud/all-in-one), these options should be configured by default.
Memories is very fast, but its performance largely depends on how well the Nextcloud instance is tuned.
- Make sure you are running the latest stable version of Nextcloud and Memories.
- Follow the steps in the [server tuning](https://docs.nextcloud.com/server/latest/admin_manual/installation/server_tuning.html) documentation.
- Follow all configuration steps in the [configuration](../config) documentation.
- Disable video transcoding if your server is not powerful enough.
- Reduce the maximum size of previews to be generated.
- Make sure you are running HTTPS (very important).
- Enable HTTP/2 or HTTP/3 on your server.
- Enable and configure PHP Opcache and JIT.
- Enable and configure the APCu cache.
- Enable and configure Redis for transactional file locking.
- Enable gzip compression on your HTTP server for static assets (CSS/JS).
## No photos are shown
This means that Memories is unable to find any indexed photos in your Nextcloud instance. Make sure you have followed the [configuration steps](../config). Note that Memories indexes photos in the background, so it may take a while for the photos to show up. Ensure that Nextcloud's cron system is properly configured and running.
## Issues with Docker
Note: Using the community [Nextcloud Docker](https://hub.docker.com/_/nextcloud/) image or [AIO](https://github.com/nextcloud/all-in-one) are the recommended ways of running Memories. If you are using a different image, you may run into issues. Please file any bugs you find on GitHub.
### OCC commands fail
The most common reason for this is a missing interactive TTY. Make sure you run the commands with `-it`:
```bash
docker exec -it my_nc_container php occ memories:index
# ^^^ <-- this is required
```
If you are using Nextcloud AIO, see [this documentation](https://github.com/nextcloud/all-in-one#how-to-run-occ-commands).
!!! warning "OCCWeb"
The OCCWeb app is deprecated, and will not work with Memories. You must use the `occ` command line.
### Usage of tmpfs
If you are using `tmpfs` (e.g. for the Recognize app), make sure the temp directory is set to executable. With Docker compose, your `docker-compose.yml` should look like this:
```yaml
app:
...
tmpfs:
- /tmp:exec
```
`tpmfs` is automatically configured when using Nextcloud AIO v7.0.0.
## Reverse Geocoding (Places)
You need to have a MySQL / MariaDB / Postgres database for reverse geocoding to work. SQLite is not supported.
### Planet DB download fails
If the planet DB download does not complete via the admin interface, you need to use the OCC command line, or increase the connection timeout values for your PHP/HTTP servers.
```bash
occ memories:places-setup
```
### Error: Incorrect string value
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`.
## Reset
If you want to completely reset Memories (e.g. for database trouble), uninstall it from the app store, then run the following SQL on your database to clean up any data.
```sql
DROP TABLE IF EXISTS oc_memories;
DROP TABLE IF EXISTS oc_memories_livephoto;
DROP TABLE IF EXISTS oc_memories_mapclusters;
DROP TABLE IF EXISTS oc_memories_places;
DROP TABLE IF EXISTS oc_memories_planet;
DROP TABLE IF EXISTS memories_planet_geometry;
DROP INDEX IF EXISTS memories_parent_mimetype ON oc_filecache; /* MySQL */
DELETE FROM oc_migrations WHERE app='memories';
```
On Postgres, the syntax for dropping the index is:
```sql
DROP INDEX IF EXISTS memories_parent_mimetype;
```

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB

View File

@ -1 +0,0 @@
<svg width="32" height="32" version="1.0" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="m0.6875 2c-0.395 0.0765-0.6946 0.4668-0.6875 0.875v22.25c0 0.46 0.424 0.87695 0.875 0.87695h1.125v-4.002-17.125-0.875h0.6875 23.312v0.0019531h2v-0.78125c-1e-3 -0.6731-0.52925-1.2226-1.0312-1.2188l-26.281-0.0019531zm4 4c-0.395 0.0765-0.6946 0.4668-0.6875 0.875v22.25c0 0.46 0.424 0.87695 0.875 0.87695h26.25c0.4511-1.2e-5 0.87498-0.41692 0.875-0.875v-21.906c-1e-3 -0.6731-0.52925-1.2226-1.0312-1.2188l-26.281-0.0019531zm1.3125 2h24v10l-2-2-6 8-6-6-8 8h-2v-18zm5 2c-1.6569 0-3 1.3431-3 3s1.3431 3 3 3 3-1.3431 3-3-1.3431-3-3-3z" color="#000000" style="text-indent:0;text-transform:none"/></svg>

Before

Width:  |  Height:  |  Size: 699 B

9
l10n/af.js vendored
View File

@ -1,6 +1,7 @@
OC.L10N.register(
"memories",
{
"Download" : "Laai af",
"Settings" : "Instellings",
"Info" : "Inligting",
"Folders" : "Vouers",
@ -12,14 +13,18 @@ OC.L10N.register(
"Explore" : "Ontdek",
"Cancel" : "Kanselleer",
"Delete" : "Skrap",
"Download" : "Laai af",
"Favorite" : "Gunsteling",
"View in folder" : "Vertoon in gids",
"Continue" : "Gaan voort",
"Move" : "Skuif",
"General" : "Algemeen",
"Viewer" : "Bekyker",
"Account" : "Rekening",
"Close" : "Sluit",
"Public link" : "Openbare skakel",
"Back" : "Terug",
"Save" : "Bewaar",
"Search" : "Soek",
"Month" : "Maand",
"Day" : "Dag",
"Time" : "Tyd",
@ -30,7 +35,6 @@ OC.L10N.register(
"Reset" : "Herstel",
"Name" : "Naam",
"Update" : "Werk by",
"Search" : "Soek",
"Loading …" : "Laai …",
"Remove" : "Verwyder",
"Share link" : "Deel skakel",
@ -40,7 +44,6 @@ OC.L10N.register(
"Share" : "Deel",
"Previous" : "Vorige",
"Next" : "Volgende",
"Continue" : "Gaan voort",
"Original" : "Oorspronklik",
"Custom" : "Eie",
"Value" : "Waarde",

9
l10n/af.json vendored
View File

@ -1,4 +1,5 @@
{ "translations": {
"Download" : "Laai af",
"Settings" : "Instellings",
"Info" : "Inligting",
"Folders" : "Vouers",
@ -10,14 +11,18 @@
"Explore" : "Ontdek",
"Cancel" : "Kanselleer",
"Delete" : "Skrap",
"Download" : "Laai af",
"Favorite" : "Gunsteling",
"View in folder" : "Vertoon in gids",
"Continue" : "Gaan voort",
"Move" : "Skuif",
"General" : "Algemeen",
"Viewer" : "Bekyker",
"Account" : "Rekening",
"Close" : "Sluit",
"Public link" : "Openbare skakel",
"Back" : "Terug",
"Save" : "Bewaar",
"Search" : "Soek",
"Month" : "Maand",
"Day" : "Dag",
"Time" : "Tyd",
@ -28,7 +33,6 @@
"Reset" : "Herstel",
"Name" : "Naam",
"Update" : "Werk by",
"Search" : "Soek",
"Loading …" : "Laai …",
"Remove" : "Verwyder",
"Share link" : "Deel skakel",
@ -38,7 +42,6 @@
"Share" : "Deel",
"Previous" : "Vorige",
"Next" : "Volgende",
"Continue" : "Gaan voort",
"Original" : "Oorspronklik",
"Custom" : "Eie",
"Value" : "Waarde",

433
l10n/ar.js vendored
View File

@ -1,63 +1,488 @@
OC.L10N.register(
"memories",
{
"Download" : "تنزيل",
"Memories" : "ذكريات 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: تطبيق إدارة الصور بنكست كلود\n\nتطبيق Memories هو حل إدارة الصور * مع مجموعة عناصر مدمجة * بنكست كلود مع ميزات متقدمة تشمل:\n\n- ** 📸 التسلسل الزمني **: ترتيب الصور ومقاطع الفيديو حسب تاريخ الالتقاط ، وتحليلها بواسطة بيانات Exif.\n- ** ⏪ الرجوع للخلف**: انتقل إلى أي وقت في الماضي على الفور واسترجع ذكرياتك.\n- ** 🤖 الوسم بالذكاء الأصطناعي **: جمع الصور جماعية الأشخاص والأشياء، مدعومة من قبل [recognize] (https://github.com/nextcloud/recognize) و [facerecognition] (https://github.com/matiasdelellis/facerecognition ).\n- ** 🖼️ الألبومات **: أنشئ ألبومات لتجميع الصور ومقاطع الفيديو معًا. ثم شارك هذه الألبومات مع الآخرين.\n- ** 🫱🏻‍🫲🏻 المشاركة الخارجية **: شارك الصور ومقاطع الفيديو مع أشخاص خارج مثيل نكست كلود الخاص بك.\n- ** 📱 دعم الهاتف **: العمل من أي جهاز، من أي شكل وحجم من خلال تطبيق الويب.\n- ** ✏️ تحرير البيانات الوصفية **: تحرير التواريخ والبيانات الوصفية الأخرى على الصور بسرعة وبشكل مجمّع.\n- ** 📦 الأرشفة **: قم بتخزين الصور التي لا تريد أن تراها في تسلسلك الزمني في مجلد منفصل.\n- ** 📹 تحويل ترميز الفيديو **: تحويل مقاطع الفيديو واستخدام بروتوكول HLS لتحقيق أقصى أداء.\n- ** 🗺️ الخريطة **: اعرض صورك على الخريطة، مع تمييزها بترميز جغرافي عكسي دقيق.\n- ** 📦 الانتقال**: الانتقال بسهولة من Nextcloud Photos و Google Takeout.\n- ** ⚡️ الأداء **: قم بفعل كل هذا بسرعة كبيرة.\n\n## 🚀 التثبيت\n\n1. قم بتثبيت التطبيق من متجر تطبيقات نكست كلود(جرب نسخة تجريبية[هنا] (https://demo.memories.gallery/apps/memories/)).\n1. نفذ [خطوات التكوين] الموصى بها (https://memories.gallery/config/).\n1. قم بتشغيل \"php occ memories:index\" لإنشاء فهارس بيانات وصفية للصور الموجودة.\n1. افتح 📷 تطبيق Memories في نكست كلاود وقم بتعيين الدليل الذي يحتوي على صورك.",
"Settings" : "الإعدادات",
"People (Recognize)" : "الأشخاص (التعرف)",
"People" : "الناس",
"People (Face Recognition)" : "الأشخاص (التعرف على الوجه)",
"Info" : "معلومات",
"Timeline" : "الجدول الزمني",
"Folders" : "المجلدات",
"Favorites" : "المفضلات",
"Videos" : "فيديوهات",
"Albums" : "الألبومات",
"Archive" : "الأرشيف",
"On this day" : "في هذا اليوم",
"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." : "انتقل إلي لوحة المسئول للتأكد من ضبط وتهيئة الذكريات بشكل صحيح.",
"_Found {n} item in {path}_::_Found {n} items in {path}_" : ["تم العثور على {n} عناصر في {path}","تم العثور على {n} عنصر في {path}","تم العثور على {n} عناصر في {path}","تم العثور على {n} عناصر في {path}","تم العثور على {n} عناصر في {path}","تم العثور على {n} عناصر في {path}"],
"Metadata" : "البيانات الوصفية metadata",
"Edit" : "تعديل",
"Failed to load metadata" : "تعذّر تحميل البيانات الوصفية",
"No coordinates" : "لا توجد إحداثيات",
"Click edit to set location" : "إضغط \"تحرير\" لتعيين الموقع",
"Photos" : "الصور",
"Explore" : "استكشاف",
"Cancel" : "إلغاء",
"Delete" : "إزالة",
"Download" : "تنزيل",
"Remove from album" : "إزالة من الألبوم",
"Favorite" : "المفضلة",
"Unarchive" : "غير مؤرشفة",
"Edit metadata" : "تحرير بيانات التعريف الوصفية",
"View in folder" : "اعرض في المجلد",
"Move to folder" : "انتقل إلى المجلد",
"Add to album" : "إضِف إلى ألبوم",
"Move to person" : "نقل إلى فئة شخص",
"Remove from person" : "إزالة من شخصٍ",
"You are about to download a large number of files." : "أنت على وشك تنزيل عدد كبير من الملفات.",
"Continue" : "متابعة",
"You are about to delete a large number of files" : "أنت على وشك حذف عدد كبير من الملفات",
"Failed to delete files" : "فشل في حذف الملفات",
"Move" : "نقل",
"You are about to move a large number of files" : "أنت على وشك نقل عدد كبير من الملفات",
"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}","تم تحديد {n}","تم تحديد {n}"],
"Memories Settings" : "إعدادات \"الذكريات\" Memories",
"General" : "العامة",
"Timeline Path" : "مسار الخط الزمني timeline",
"Square grid mode" : "وضع المربع الشبكي ",
"Show past photos on top of timeline" : "أظهِِر الصِّوَر السابقة أعلى الخط الزمني",
"Viewer" : "العارض Viewer",
"Autoplay Live Photos" : "التشغيل التلقائي للصور الحيّة",
"Load full size image on zoom" : "تحميل الصورة بالحجم الكامل عند التكبير",
"Always load full size image (not recommended)" : "حمل الصورة بالحجم الكامل دائما (غير موصي به)",
"Show full file path in sidebar" : "أظهِر المسار الكامل للملف في الشريط الجانبي",
"Account" : "الحساب",
"Logged in as {user}" : "تسجيل الدخول بصفته {مستخدم}",
"Sign out" : "تسجيل الخروج",
"Device Folders" : "مجلدات الجهاز",
"Local folders to include in the timeline view" : "المجلدات المحلية التي يتم تضمينها في عرض الجدول الزمني",
"Folders Path" : "مسار المجلدات",
"Show hidden folders" : "أظهِر المجلدات المَخفِيّة",
"Sort folders oldest-first" : "رتّب المجلدات من الأقدم للأحدث",
"Sort albums oldest-first" : "رتِّب الألبومات من الأقدم إلى الأحدث",
"Choose Timeline Paths" : "اختر مسارات التسلسل الزمني",
"Choose the root for the folders view" : "إختَر الدليل الأساسي لعرض المجلدات",
"Are you sure you want to log out {user}?" : "هل أنت متأكد من أنك تريد تسجيل الخروج {user}؟",
"Close" : "إغلاق",
"{photoCount} photos" : "{photoCount} صور",
"Failed to load some photos" : "تعذّر تحميل بعض الصِّور",
"Failed to update setting" : "تعذّر تحديث الإعدادات",
"Albums support is enabled through the Photos app." : "دعم الألبومات مُمَكَّنٌ عن طريق تطبيق الصور Photos app.",
"Albums are disabled because the Photos app is not available." : "الألبومات مُعطّلة بسبب أن تطبيق الصور غير موجود.",
"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 مُثبّت و مُمكّن. بعض الإعدادات الإضافية يمكن أن تكون لازمةً.",
"Preview generator is not installed and configured. This may make Memories very slow." : "\"مُولِّد المعاينات Preview generator غير مُثبّت و لا مُهيّأ. هذا قد يتسبب في تبطئة \"تطبيق الذكريات\" Mempries بشكل كبير.",
"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 الثنائية)",
"EXIF Extraction" : "استخراج EXIF",
"You can configure the enabled Nextcloud preview providers below." : "يمكنك ضبط مزودي معاينة نكست كلود الممكّنة أدناه.",
"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)." : "توليد مُصغَّرات الصِّوَر thumbnails قد لا يعمل مع بعض التنسيقات مثل (HEIC, TIFF).",
"Thumbnails for videos will be generated with this binary." : "سيتم إنشاء مُصَغَّرَات الصِّوَر لمقاطع الفيديو باستخدام هذا البُريْمِج.",
"Thumbnail generation may not work for videos." : "توليد مُصغَّرات الصِّوَر thumbnails قد لا يعمل لبعض مقاطع الفيديو.",
"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 preview files (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!" : "شكراً لاختياركم منصة نكست كلاود و تطبيق الذكريات 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 فلا تنسَ أن تقرأ دليل بدء العمل getting started guide:",
"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) تدعم فقط التشفير من جانب الخادم، ولكن تمّ تمكين وحدة تشفير encryption 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\" أو \".nomedia\" تستثنى دائماً من الفهرسة",
"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 نظمات threads:",
"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." : "أنت تدخل إلى هذه الصفحة من خلال سياق غير آمن. لا تتوفر العديد من واجهات برمجة التطبيقات للمتصفح، مما سيجعل تطبيق 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" : "سرعة الأداء",
"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" : "تنزيل قاعدة بيانات الكوكب planet database",
"Reverse Geocoding" : "الترميز الجغرافي العكسي",
"Geometry support was not detected in your database" : "لم يتم اكتشاف دعم الهندسة في قاعدة البيانات الخاصة بك",
"MySQL-like geometry support was detected " : "تم اكتشاف الدعم الهندسي MySQL-like",
"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!" : "قد يتسبب هذا أيضًا في إعادة فهرسة جميع الصور!",
"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)" : "مباشر (ملف فيديو أصلي بدون تحويل الترميز)",
"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 التي تدعم مزامنة الفيديو السريعة (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 المثبتة، تحتاج إلى تحديد معداد لاستخدامه",
"No automated tests are available for NVIDIA acceleration." : "لا توجد اختبارات آلية متاحة لتسريع معالجات الرسوم NVIDIA.",
"Enable acceleration with NVENC" : "تمكين التسريع مع مرمز NVENC",
"Enable NVENC Temporal AQ" : "تمكين التكمية التكيفية المؤقتة لمرمز NVENC",
"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.",
"Enable the following option only if you have incorrectly oriented videos during playback." : "قم بتمكين الخيار التالي فقط إذا كانت لديك مقاطع فيديو تظهر في غير الاتجاه الصحيح أثناء التشغيل.",
"Enable streaming transpose workaround" : "تمكين حل تبديل البث streaming transpose.",
"HW Acceleration" : "التسريع العتادي HW Acceleration",
"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 محول الترميز transcoder ـ go-vod. ويمكنك تشغيل محول الترميز go-vod خارجيًا (على سبيل المثال في حاوية دوكر Docker منفصلة لتسريع الأجهزة) أو استخدام محول الترميز المدمج. لاستخدام محول ترميز خارجي، قم بتمكين الخيار التالي واتبع التعليمات الواردة في الوثائق:",
"Enable external transcoder (go-vod)" : "تمكين محول الترميز الخارجي (go-vod)",
"Binary path (local only)" : "المسار الثنائي (محلي فقط)",
"Bind address (local only)" : "عنوان الاقتران/ الربط (محلي فقط)",
"Connection address (same as bind if local)" : "عنوان الاتصال (نفس عنوان الاقتران إذا كان محليّاً)",
"Transcoder" : "مُحوِّل Transcoder",
"Template" : "قالب",
"No items" : "لا يوجد أي عنصر",
"Shared by {user}" : "تمتّ مشاركتها من قِبَل {user}",
"_{n} item_::_{n} items_" : ["{n} عنصر","{n} عنصر","{n} عنصر","{n} عنصر","{n} عنصر","{n} عنصر"],
"_{n} photo updated_::_{n} photos updated_" : ["{n} صورة تمّ تعديلها","{n} صورة تمّ تعديلها","{n} صورة تمّ تعديلها","{n} صورة تمّ تعديلها","{n} صورة تمّ تعديلها","{n} صورة تمّ تعديلها"],
"Add people or groups who can edit your album" : "إضِف الأشخاص أو المجموعات التي يحق لها تعديل ألبومك",
"Search for collaborators" : "البحث عن متعاونين",
"Search people or groups" : "البحث عن أشخاص أو مجموعات",
"Add {collaboratorLabel} to the collaborators list" : "أضِف {collaboratorLabel} إلى قائمة المتعاونين",
"No collaborators available" : "لا يوجد أي متعاونين",
"Remove {collaboratorLabel} from the collaborators list" : "حذف {collaboratorLabel} من قائمة المتعاونين",
"Copy the public link" : "إنسخ الرابط العمومي",
"Public link copied!" : "تم نسخ الرابط العام",
"Copy public link" : "نسخ الرابط العام",
"Delete the public link" : "حذف الرابط العمومي",
"Share via public link" : "شارك عبر الرابط العمومي",
"Failed to fetch collaborators list." : "تعذّر جلب قائمة المتعاونين.",
"Public link" : "رابط عمومي",
"Failed to fetch album." : "تعذّر جلب الألبوم",
"Failed to update album." : "تعذّر تحديث الألبوم.",
"Create new album" : "إنشاء ألبوم جديد",
"Edit album details" : "تعديل تفاصيل الألبوم",
"New album" : "ألبوم جديد",
"Could not load the selected album" : "تعذر تحميل الألبوم المحدد",
"Remove Album" : "إزالة الألبوم",
"Are you sure you want to permanently remove album \"{name}\"?" : "هل أنت متأكد أنك تريد حذف الألبوم \"{name}\" نهائيًا؟",
"Failed to delete {name}." : "فشل في حذف {name}.",
"Name of the album" : "اسم الألبوم",
"Location of the album" : "موقع الألبوم",
"Go back to the previous view." : "عُد إلى العرض السابق.",
"Back" : "العودة",
"Go to the add collaborators view." : "إذهب إلى عرض إضافة المتعاونين",
"Add collaborators" : "أضف المتعاونين",
"Back to the new album form." : "عُد إلى نموذج الألبوم الجديد.",
"Save" : "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} ألبوم","تمّ حذفها من {n} ألبوم","تمّ حذفها من {n} ألبوم"],
"Share Album" : "مشاركة الألبوم",
"Save collaborators for this album." : "حفظ المتعاونين لهذا الألبوم",
"shared by {owner}" : "تمّت مشاركته من قِبَل {owner}",
"_%n item_::_%n items_" : ["%n عناصر","%n عنصر","%n عناصر","%n عناصر","%n عناصر","%n عناصر"],
"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" : "الموقع الجغرافي",
"Failed to load metadata for {n} photos." : "تعذّر تحميل البيانات الوصفية لـ {n} صور.",
"{n} photos cannot be edited (permissions error)." : "{n} صور لا يمكن تحريرها (حطأ في الأذونات).",
"Remove person" : "حذف شخص",
"Are you sure you want to remove {name}?" : "هل أنت متأكد أنك تريد إزالة {name}؟",
"Only user \"{user}\" can delete this person" : "يمكن للمستخدم \"{user}\" فقط حذف هذا الشخص",
"Rename person" : "تغيير اسم شخص",
"Name" : "الاسم",
"Update" : "تحديث",
"Search" : "البحث",
"Failed to rename {oldName} to {name}." : "فشل في تغيير تسمية {oldName} إلى {name}.",
"Loading …" : "جاري التحميل …",
"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}؟",
"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} عناصر إلى المجلد","تم نقل {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." : "المشاركات عبر الرابط العام متاحة للأشخاص من خارج نكست كلاود",
"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" : "تمّ نسخ الرابط إلى الحافظة",
"Share File" : "مشاركة ملف",
"Reduced Size" : "حجم مصغر",
"Share a lower resolution image preview" : "مشاركة معاينة صورة منخفضة التباين",
"High Resolution" : "تباينٌ عالٍ",
"Share the video as a high quality MOV" : "شارك الفيديو بتنسيق MOV عالي الجودة",
"Share the image as a high quality JPEG" : "شارك الصورة بتنسيق JPEG عالي الجودة",
"Original File" : "الملف الأصلي",
"Share the original image / video file" : "شارك ملف الصورة أو الفيديو الأصلي",
"Public Link" : "رابط عام",
"Share an external Nextcloud link" : "شارك رابط نكست كلاود خارجي",
"Failed to download file" : "تعذّر تنزيل الملف",
"Cannot share this type of data" : "لا يمكن مشاركة هذا النوع من البيانات",
"Sort by date" : "Order by date",
"Sort by name" : "Order by name",
"Share album" : "مشاركة الألبوم",
"Download album" : "تنزيل الألبوم",
"Nothing to show here" : "لا يوجد شيء لِيُعرَض هُنا",
"Unassigned faces" : "أوجه غير معينة",
"Merge with different person" : "الدمج مع شخص آخر",
"Mark person in preview" : "وضع علامة على الشخص في المعاينة",
"Unnamed person" : "شخص لم يذكر اسمه",
"Folder View" : "عرض المجلد",
"Timeline View" : "عرض التسلسل الزمني",
"Share folder" : "مشاركة مُجلّد",
"Move left" : "نقُل لجهة اليسار",
"Move right" : "نقل لجهة اليمين",
"Image saved successfully" : "تم حفظ الصورة بنجاح",
"Error saving image" : "خطأ في حفظ الصور",
"Unsaved changes" : "تغييرات لم يتم حفظها",
"Drop changes" : "إسقاط التغييرات",
"Share" : "مشاركة",
"Play Live Photo" : "تشغيل صور Live Photo",
"Download Video" : "تنزيل الفيديو",
"Slideshow" : "عرض الشرائح",
"Previous" : "السابق",
"Next" : "التالي",
"Continue" : "متابعة",
"Editing is currently disabled for Live Photos" : "التحرير معطل حاليّاً بالنسبة لصور Live Photos",
"Are you sure you want to delete?" : "هل أنت متأكد أنك تريد الحذف؟",
"Failed to delete photo" : "فشل في حذف الصورة",
"{name} binary exists and is executable." : "الملف الثنائي {name} موجود وقابل للتنفيذ.",
"{name} binary not found." : "{name} الملف الثنائي غير موجود.",
"{name} binary is not executable." : "الملف الثنائي {name} غير قابل للتنفيذ.",
"{name} failed test: {info}." : "فشل اختبار {name}: {info}.",
"{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?" : "هل أنت متأكد أنك ترغب بالاستمرار؟",
"Undo" : "تراجع",
"Redo" : "إعادة",
"Show original image" : "أعرُض الصور الأصلية",
"Zoom in" : "تكبير",
"Zoom out" : "تصغير",
"Toggle zoom menu" : "تبديل قائمة التكبير و التصغير",
"Adjust" : "إضبِط",
"Fine-tune" : "مُناغمة file-tune",
"Filters" : "فلاتر",
"Watermark" : "علامة مائية",
"Draw" : "إرسم",
"Resize" : "غيّر الحجم",
"Invalid image." : "صورة غير صالحة.",
"Error while uploading the image." : "خطأ أثناء رفع الصورة.",
"are not images" : "ليست صوراً",
"is not an image" : "ليست صورةً",
"to be uploaded" : "ليتم تحميلها",
"Crop" : "قَصْقِصْ",
"Original" : "أصلي",
"Custom" : "مخصّص",
"Square" : "مُربّع",
"Landscape" : "وضع أُفُقي",
"Portrait" : "وضع رأسي",
"Ellipse" : "بيضاوي",
"Classic TV" : "تلفاز كلاسيكي",
"CinemaScope" : "إنفساح شاشة السينما CinemaScope",
"Arrow" : "سهم",
"Blur" : "تضبيب Blur",
"Brightness" : "سطوع Brightness",
"Contrast" : "تباين Contrast",
"Un-flip X" : "لا انعكاس سيني Un-flip X",
"Flip X" : "إنعكاس سيني Flip X",
"Un-flip Y" : "إنعكاس صادي Flip Y",
"Flip Y" : "لا انعكاس صادي Un-flip Y",
"HSV" : "HSV",
"Hue" : "تدرُّج لوني Hue",
"Saturation" : "تشبُّع saturation",
"Value" : "القيمة",
"Image" : "صورة",
"Importing …" : "إستيراد ...",
"+ Add image" : "+ أضِف صورةً",
"Line" : "خط",
"Pen" : "قلم",
"Polygon" : "مُضلّع",
"Sides" : "الجوانب",
"Rectangle" : "مستطيل",
"Corner Radius" : "نصف قطر الزاوية Corner Radius",
"Width in pixels" : "العرض بالبكسل",
"Height in pixels" : "الارتفاع بالبكسل",
"Toggle ratio lock" : "تبديل قُفْل النِّسبَة ratio lock",
"Reset to original image size" : "إرجاع الصورة لحجمها الأصلي",
"Rotate" : "تدوير",
"Text" : "نص",
"Text spacing" : "تباعد النص",
"Text alignment" : "محاذاة النص",
"Font family" : "عائلة الخطوط",
"Size" : "الحجم",
"Letter spacing" : "تباعد الحروف",
"Line height" : "إرتفاع السطر",
"Warmth" : "الشِّدَّة warmth",
"+ Add watermark" : "+ أضِف العلامة المائية",
"Choose watermark type" : "إختر نوع العلامة المائية",
"Upload watermark" : "رفع علامة مائية",
"Add as text" : "أضِف كنصٍّ",
"Padding" : "الحشو padding",
"Shadow" : "تظليل shadow",
"Horizontal" : "أفُقِي",
"Vertical" : "رأسِي",
"Opacity" : "التعتيم opacity",
"Position" : "الموقع",
"Stroke" : "شطب stroke",
"Save image as" : "حفظ الصورة باسم",
"Extension" : "الامتداد",
"Name is required." : "حقل الاسم مطلوب",
"Quality" : "الجودة",
"Saved image size (width x height)" : "حجم الصورة المحفوظة (العرض × الارتفاع)",
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "لاحظ أن مساحة الاقتصاص crop المحددة أقل من الحجم المطبق مما قد يتسبب في انخفاض الجودة",
"Actual size (100%)" : "الحجم الفعلي (100%)",
"Fit size" : "حجم ملائم fit size",
"Transcoding failed, check Nextcloud logs." : "فشل في تحويل الترميز Transcoding. راجع سجل الحركات log في نكست كلاود.",
"Direct" : "مباشر",
"Auto" : "تلقائي"
"Auto" : "تلقائي",
"Shared Folder" : "مجلد تم مشاركته",
"Shared Album" : "ألبوم تم مشاركته",
"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 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." : "تم تحديث الذكريات إلى {الإصدار}. قم بالتحديث للحصول على الإصدار الجديد.",
"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" : "سوف تظهر هنا الذكريات من السنوات الماضية",
"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" : "فيديوهاتك ستظهر هنا",
"No photos in this album yet" : "لا يوجد صِوَرَ في هذا الألبوم حتي الآن",
"Create an album to get started" : "إنشاء ألبوم للبدء",
"Archive photos you don't want to see in your timeline" : "أرشفة الصور التي لا ترغب في رؤيتها على تسلسلك الزمني",
"Tag photos to find them easily" : "وسم الصور للعثور عليها بسهولة",
"Recognize is still working on your photos" : "لا يزال تطبيق التعرف Recognize يعمل على صورك",
"Places you have been to will appear here" : "سوف تظهر الأماكن التي قمت بزيارتها هنا",
"Yes" : "نعم",
"No" : "لا"
},
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");

433
l10n/ar.json vendored
View File

@ -1,61 +1,486 @@
{ "translations": {
"Download" : "تنزيل",
"Memories" : "ذكريات 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: تطبيق إدارة الصور بنكست كلود\n\nتطبيق Memories هو حل إدارة الصور * مع مجموعة عناصر مدمجة * بنكست كلود مع ميزات متقدمة تشمل:\n\n- ** 📸 التسلسل الزمني **: ترتيب الصور ومقاطع الفيديو حسب تاريخ الالتقاط ، وتحليلها بواسطة بيانات Exif.\n- ** ⏪ الرجوع للخلف**: انتقل إلى أي وقت في الماضي على الفور واسترجع ذكرياتك.\n- ** 🤖 الوسم بالذكاء الأصطناعي **: جمع الصور جماعية الأشخاص والأشياء، مدعومة من قبل [recognize] (https://github.com/nextcloud/recognize) و [facerecognition] (https://github.com/matiasdelellis/facerecognition ).\n- ** 🖼️ الألبومات **: أنشئ ألبومات لتجميع الصور ومقاطع الفيديو معًا. ثم شارك هذه الألبومات مع الآخرين.\n- ** 🫱🏻‍🫲🏻 المشاركة الخارجية **: شارك الصور ومقاطع الفيديو مع أشخاص خارج مثيل نكست كلود الخاص بك.\n- ** 📱 دعم الهاتف **: العمل من أي جهاز، من أي شكل وحجم من خلال تطبيق الويب.\n- ** ✏️ تحرير البيانات الوصفية **: تحرير التواريخ والبيانات الوصفية الأخرى على الصور بسرعة وبشكل مجمّع.\n- ** 📦 الأرشفة **: قم بتخزين الصور التي لا تريد أن تراها في تسلسلك الزمني في مجلد منفصل.\n- ** 📹 تحويل ترميز الفيديو **: تحويل مقاطع الفيديو واستخدام بروتوكول HLS لتحقيق أقصى أداء.\n- ** 🗺️ الخريطة **: اعرض صورك على الخريطة، مع تمييزها بترميز جغرافي عكسي دقيق.\n- ** 📦 الانتقال**: الانتقال بسهولة من Nextcloud Photos و Google Takeout.\n- ** ⚡️ الأداء **: قم بفعل كل هذا بسرعة كبيرة.\n\n## 🚀 التثبيت\n\n1. قم بتثبيت التطبيق من متجر تطبيقات نكست كلود(جرب نسخة تجريبية[هنا] (https://demo.memories.gallery/apps/memories/)).\n1. نفذ [خطوات التكوين] الموصى بها (https://memories.gallery/config/).\n1. قم بتشغيل \"php occ memories:index\" لإنشاء فهارس بيانات وصفية للصور الموجودة.\n1. افتح 📷 تطبيق Memories في نكست كلاود وقم بتعيين الدليل الذي يحتوي على صورك.",
"Settings" : "الإعدادات",
"People (Recognize)" : "الأشخاص (التعرف)",
"People" : "الناس",
"People (Face Recognition)" : "الأشخاص (التعرف على الوجه)",
"Info" : "معلومات",
"Timeline" : "الجدول الزمني",
"Folders" : "المجلدات",
"Favorites" : "المفضلات",
"Videos" : "فيديوهات",
"Albums" : "الألبومات",
"Archive" : "الأرشيف",
"On this day" : "في هذا اليوم",
"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." : "انتقل إلي لوحة المسئول للتأكد من ضبط وتهيئة الذكريات بشكل صحيح.",
"_Found {n} item in {path}_::_Found {n} items in {path}_" : ["تم العثور على {n} عناصر في {path}","تم العثور على {n} عنصر في {path}","تم العثور على {n} عناصر في {path}","تم العثور على {n} عناصر في {path}","تم العثور على {n} عناصر في {path}","تم العثور على {n} عناصر في {path}"],
"Metadata" : "البيانات الوصفية metadata",
"Edit" : "تعديل",
"Failed to load metadata" : "تعذّر تحميل البيانات الوصفية",
"No coordinates" : "لا توجد إحداثيات",
"Click edit to set location" : "إضغط \"تحرير\" لتعيين الموقع",
"Photos" : "الصور",
"Explore" : "استكشاف",
"Cancel" : "إلغاء",
"Delete" : "إزالة",
"Download" : "تنزيل",
"Remove from album" : "إزالة من الألبوم",
"Favorite" : "المفضلة",
"Unarchive" : "غير مؤرشفة",
"Edit metadata" : "تحرير بيانات التعريف الوصفية",
"View in folder" : "اعرض في المجلد",
"Move to folder" : "انتقل إلى المجلد",
"Add to album" : "إضِف إلى ألبوم",
"Move to person" : "نقل إلى فئة شخص",
"Remove from person" : "إزالة من شخصٍ",
"You are about to download a large number of files." : "أنت على وشك تنزيل عدد كبير من الملفات.",
"Continue" : "متابعة",
"You are about to delete a large number of files" : "أنت على وشك حذف عدد كبير من الملفات",
"Failed to delete files" : "فشل في حذف الملفات",
"Move" : "نقل",
"You are about to move a large number of files" : "أنت على وشك نقل عدد كبير من الملفات",
"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}","تم تحديد {n}","تم تحديد {n}"],
"Memories Settings" : "إعدادات \"الذكريات\" Memories",
"General" : "العامة",
"Timeline Path" : "مسار الخط الزمني timeline",
"Square grid mode" : "وضع المربع الشبكي ",
"Show past photos on top of timeline" : "أظهِِر الصِّوَر السابقة أعلى الخط الزمني",
"Viewer" : "العارض Viewer",
"Autoplay Live Photos" : "التشغيل التلقائي للصور الحيّة",
"Load full size image on zoom" : "تحميل الصورة بالحجم الكامل عند التكبير",
"Always load full size image (not recommended)" : "حمل الصورة بالحجم الكامل دائما (غير موصي به)",
"Show full file path in sidebar" : "أظهِر المسار الكامل للملف في الشريط الجانبي",
"Account" : "الحساب",
"Logged in as {user}" : "تسجيل الدخول بصفته {مستخدم}",
"Sign out" : "تسجيل الخروج",
"Device Folders" : "مجلدات الجهاز",
"Local folders to include in the timeline view" : "المجلدات المحلية التي يتم تضمينها في عرض الجدول الزمني",
"Folders Path" : "مسار المجلدات",
"Show hidden folders" : "أظهِر المجلدات المَخفِيّة",
"Sort folders oldest-first" : "رتّب المجلدات من الأقدم للأحدث",
"Sort albums oldest-first" : "رتِّب الألبومات من الأقدم إلى الأحدث",
"Choose Timeline Paths" : "اختر مسارات التسلسل الزمني",
"Choose the root for the folders view" : "إختَر الدليل الأساسي لعرض المجلدات",
"Are you sure you want to log out {user}?" : "هل أنت متأكد من أنك تريد تسجيل الخروج {user}؟",
"Close" : "إغلاق",
"{photoCount} photos" : "{photoCount} صور",
"Failed to load some photos" : "تعذّر تحميل بعض الصِّور",
"Failed to update setting" : "تعذّر تحديث الإعدادات",
"Albums support is enabled through the Photos app." : "دعم الألبومات مُمَكَّنٌ عن طريق تطبيق الصور Photos app.",
"Albums are disabled because the Photos app is not available." : "الألبومات مُعطّلة بسبب أن تطبيق الصور غير موجود.",
"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 مُثبّت و مُمكّن. بعض الإعدادات الإضافية يمكن أن تكون لازمةً.",
"Preview generator is not installed and configured. This may make Memories very slow." : "\"مُولِّد المعاينات Preview generator غير مُثبّت و لا مُهيّأ. هذا قد يتسبب في تبطئة \"تطبيق الذكريات\" Mempries بشكل كبير.",
"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 الثنائية)",
"EXIF Extraction" : "استخراج EXIF",
"You can configure the enabled Nextcloud preview providers below." : "يمكنك ضبط مزودي معاينة نكست كلود الممكّنة أدناه.",
"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)." : "توليد مُصغَّرات الصِّوَر thumbnails قد لا يعمل مع بعض التنسيقات مثل (HEIC, TIFF).",
"Thumbnails for videos will be generated with this binary." : "سيتم إنشاء مُصَغَّرَات الصِّوَر لمقاطع الفيديو باستخدام هذا البُريْمِج.",
"Thumbnail generation may not work for videos." : "توليد مُصغَّرات الصِّوَر thumbnails قد لا يعمل لبعض مقاطع الفيديو.",
"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 preview files (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!" : "شكراً لاختياركم منصة نكست كلاود و تطبيق الذكريات 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 فلا تنسَ أن تقرأ دليل بدء العمل getting started guide:",
"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) تدعم فقط التشفير من جانب الخادم، ولكن تمّ تمكين وحدة تشفير encryption 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\" أو \".nomedia\" تستثنى دائماً من الفهرسة",
"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 نظمات threads:",
"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." : "أنت تدخل إلى هذه الصفحة من خلال سياق غير آمن. لا تتوفر العديد من واجهات برمجة التطبيقات للمتصفح، مما سيجعل تطبيق 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" : "سرعة الأداء",
"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" : "تنزيل قاعدة بيانات الكوكب planet database",
"Reverse Geocoding" : "الترميز الجغرافي العكسي",
"Geometry support was not detected in your database" : "لم يتم اكتشاف دعم الهندسة في قاعدة البيانات الخاصة بك",
"MySQL-like geometry support was detected " : "تم اكتشاف الدعم الهندسي MySQL-like",
"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!" : "قد يتسبب هذا أيضًا في إعادة فهرسة جميع الصور!",
"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)" : "مباشر (ملف فيديو أصلي بدون تحويل الترميز)",
"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 التي تدعم مزامنة الفيديو السريعة (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 المثبتة، تحتاج إلى تحديد معداد لاستخدامه",
"No automated tests are available for NVIDIA acceleration." : "لا توجد اختبارات آلية متاحة لتسريع معالجات الرسوم NVIDIA.",
"Enable acceleration with NVENC" : "تمكين التسريع مع مرمز NVENC",
"Enable NVENC Temporal AQ" : "تمكين التكمية التكيفية المؤقتة لمرمز NVENC",
"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.",
"Enable the following option only if you have incorrectly oriented videos during playback." : "قم بتمكين الخيار التالي فقط إذا كانت لديك مقاطع فيديو تظهر في غير الاتجاه الصحيح أثناء التشغيل.",
"Enable streaming transpose workaround" : "تمكين حل تبديل البث streaming transpose.",
"HW Acceleration" : "التسريع العتادي HW Acceleration",
"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 محول الترميز transcoder ـ go-vod. ويمكنك تشغيل محول الترميز go-vod خارجيًا (على سبيل المثال في حاوية دوكر Docker منفصلة لتسريع الأجهزة) أو استخدام محول الترميز المدمج. لاستخدام محول ترميز خارجي، قم بتمكين الخيار التالي واتبع التعليمات الواردة في الوثائق:",
"Enable external transcoder (go-vod)" : "تمكين محول الترميز الخارجي (go-vod)",
"Binary path (local only)" : "المسار الثنائي (محلي فقط)",
"Bind address (local only)" : "عنوان الاقتران/ الربط (محلي فقط)",
"Connection address (same as bind if local)" : "عنوان الاتصال (نفس عنوان الاقتران إذا كان محليّاً)",
"Transcoder" : "مُحوِّل Transcoder",
"Template" : "قالب",
"No items" : "لا يوجد أي عنصر",
"Shared by {user}" : "تمتّ مشاركتها من قِبَل {user}",
"_{n} item_::_{n} items_" : ["{n} عنصر","{n} عنصر","{n} عنصر","{n} عنصر","{n} عنصر","{n} عنصر"],
"_{n} photo updated_::_{n} photos updated_" : ["{n} صورة تمّ تعديلها","{n} صورة تمّ تعديلها","{n} صورة تمّ تعديلها","{n} صورة تمّ تعديلها","{n} صورة تمّ تعديلها","{n} صورة تمّ تعديلها"],
"Add people or groups who can edit your album" : "إضِف الأشخاص أو المجموعات التي يحق لها تعديل ألبومك",
"Search for collaborators" : "البحث عن متعاونين",
"Search people or groups" : "البحث عن أشخاص أو مجموعات",
"Add {collaboratorLabel} to the collaborators list" : "أضِف {collaboratorLabel} إلى قائمة المتعاونين",
"No collaborators available" : "لا يوجد أي متعاونين",
"Remove {collaboratorLabel} from the collaborators list" : "حذف {collaboratorLabel} من قائمة المتعاونين",
"Copy the public link" : "إنسخ الرابط العمومي",
"Public link copied!" : "تم نسخ الرابط العام",
"Copy public link" : "نسخ الرابط العام",
"Delete the public link" : "حذف الرابط العمومي",
"Share via public link" : "شارك عبر الرابط العمومي",
"Failed to fetch collaborators list." : "تعذّر جلب قائمة المتعاونين.",
"Public link" : "رابط عمومي",
"Failed to fetch album." : "تعذّر جلب الألبوم",
"Failed to update album." : "تعذّر تحديث الألبوم.",
"Create new album" : "إنشاء ألبوم جديد",
"Edit album details" : "تعديل تفاصيل الألبوم",
"New album" : "ألبوم جديد",
"Could not load the selected album" : "تعذر تحميل الألبوم المحدد",
"Remove Album" : "إزالة الألبوم",
"Are you sure you want to permanently remove album \"{name}\"?" : "هل أنت متأكد أنك تريد حذف الألبوم \"{name}\" نهائيًا؟",
"Failed to delete {name}." : "فشل في حذف {name}.",
"Name of the album" : "اسم الألبوم",
"Location of the album" : "موقع الألبوم",
"Go back to the previous view." : "عُد إلى العرض السابق.",
"Back" : "العودة",
"Go to the add collaborators view." : "إذهب إلى عرض إضافة المتعاونين",
"Add collaborators" : "أضف المتعاونين",
"Back to the new album form." : "عُد إلى نموذج الألبوم الجديد.",
"Save" : "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} ألبوم","تمّ حذفها من {n} ألبوم","تمّ حذفها من {n} ألبوم"],
"Share Album" : "مشاركة الألبوم",
"Save collaborators for this album." : "حفظ المتعاونين لهذا الألبوم",
"shared by {owner}" : "تمّت مشاركته من قِبَل {owner}",
"_%n item_::_%n items_" : ["%n عناصر","%n عنصر","%n عناصر","%n عناصر","%n عناصر","%n عناصر"],
"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" : "الموقع الجغرافي",
"Failed to load metadata for {n} photos." : "تعذّر تحميل البيانات الوصفية لـ {n} صور.",
"{n} photos cannot be edited (permissions error)." : "{n} صور لا يمكن تحريرها (حطأ في الأذونات).",
"Remove person" : "حذف شخص",
"Are you sure you want to remove {name}?" : "هل أنت متأكد أنك تريد إزالة {name}؟",
"Only user \"{user}\" can delete this person" : "يمكن للمستخدم \"{user}\" فقط حذف هذا الشخص",
"Rename person" : "تغيير اسم شخص",
"Name" : "الاسم",
"Update" : "تحديث",
"Search" : "البحث",
"Failed to rename {oldName} to {name}." : "فشل في تغيير تسمية {oldName} إلى {name}.",
"Loading …" : "جاري التحميل …",
"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}؟",
"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} عناصر إلى المجلد","تم نقل {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." : "المشاركات عبر الرابط العام متاحة للأشخاص من خارج نكست كلاود",
"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" : "تمّ نسخ الرابط إلى الحافظة",
"Share File" : "مشاركة ملف",
"Reduced Size" : "حجم مصغر",
"Share a lower resolution image preview" : "مشاركة معاينة صورة منخفضة التباين",
"High Resolution" : "تباينٌ عالٍ",
"Share the video as a high quality MOV" : "شارك الفيديو بتنسيق MOV عالي الجودة",
"Share the image as a high quality JPEG" : "شارك الصورة بتنسيق JPEG عالي الجودة",
"Original File" : "الملف الأصلي",
"Share the original image / video file" : "شارك ملف الصورة أو الفيديو الأصلي",
"Public Link" : "رابط عام",
"Share an external Nextcloud link" : "شارك رابط نكست كلاود خارجي",
"Failed to download file" : "تعذّر تنزيل الملف",
"Cannot share this type of data" : "لا يمكن مشاركة هذا النوع من البيانات",
"Sort by date" : "Order by date",
"Sort by name" : "Order by name",
"Share album" : "مشاركة الألبوم",
"Download album" : "تنزيل الألبوم",
"Nothing to show here" : "لا يوجد شيء لِيُعرَض هُنا",
"Unassigned faces" : "أوجه غير معينة",
"Merge with different person" : "الدمج مع شخص آخر",
"Mark person in preview" : "وضع علامة على الشخص في المعاينة",
"Unnamed person" : "شخص لم يذكر اسمه",
"Folder View" : "عرض المجلد",
"Timeline View" : "عرض التسلسل الزمني",
"Share folder" : "مشاركة مُجلّد",
"Move left" : "نقُل لجهة اليسار",
"Move right" : "نقل لجهة اليمين",
"Image saved successfully" : "تم حفظ الصورة بنجاح",
"Error saving image" : "خطأ في حفظ الصور",
"Unsaved changes" : "تغييرات لم يتم حفظها",
"Drop changes" : "إسقاط التغييرات",
"Share" : "مشاركة",
"Play Live Photo" : "تشغيل صور Live Photo",
"Download Video" : "تنزيل الفيديو",
"Slideshow" : "عرض الشرائح",
"Previous" : "السابق",
"Next" : "التالي",
"Continue" : "متابعة",
"Editing is currently disabled for Live Photos" : "التحرير معطل حاليّاً بالنسبة لصور Live Photos",
"Are you sure you want to delete?" : "هل أنت متأكد أنك تريد الحذف؟",
"Failed to delete photo" : "فشل في حذف الصورة",
"{name} binary exists and is executable." : "الملف الثنائي {name} موجود وقابل للتنفيذ.",
"{name} binary not found." : "{name} الملف الثنائي غير موجود.",
"{name} binary is not executable." : "الملف الثنائي {name} غير قابل للتنفيذ.",
"{name} failed test: {info}." : "فشل اختبار {name}: {info}.",
"{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?" : "هل أنت متأكد أنك ترغب بالاستمرار؟",
"Undo" : "تراجع",
"Redo" : "إعادة",
"Show original image" : "أعرُض الصور الأصلية",
"Zoom in" : "تكبير",
"Zoom out" : "تصغير",
"Toggle zoom menu" : "تبديل قائمة التكبير و التصغير",
"Adjust" : "إضبِط",
"Fine-tune" : "مُناغمة file-tune",
"Filters" : "فلاتر",
"Watermark" : "علامة مائية",
"Draw" : "إرسم",
"Resize" : "غيّر الحجم",
"Invalid image." : "صورة غير صالحة.",
"Error while uploading the image." : "خطأ أثناء رفع الصورة.",
"are not images" : "ليست صوراً",
"is not an image" : "ليست صورةً",
"to be uploaded" : "ليتم تحميلها",
"Crop" : "قَصْقِصْ",
"Original" : "أصلي",
"Custom" : "مخصّص",
"Square" : "مُربّع",
"Landscape" : "وضع أُفُقي",
"Portrait" : "وضع رأسي",
"Ellipse" : "بيضاوي",
"Classic TV" : "تلفاز كلاسيكي",
"CinemaScope" : "إنفساح شاشة السينما CinemaScope",
"Arrow" : "سهم",
"Blur" : "تضبيب Blur",
"Brightness" : "سطوع Brightness",
"Contrast" : "تباين Contrast",
"Un-flip X" : "لا انعكاس سيني Un-flip X",
"Flip X" : "إنعكاس سيني Flip X",
"Un-flip Y" : "إنعكاس صادي Flip Y",
"Flip Y" : "لا انعكاس صادي Un-flip Y",
"HSV" : "HSV",
"Hue" : "تدرُّج لوني Hue",
"Saturation" : "تشبُّع saturation",
"Value" : "القيمة",
"Image" : "صورة",
"Importing …" : "إستيراد ...",
"+ Add image" : "+ أضِف صورةً",
"Line" : "خط",
"Pen" : "قلم",
"Polygon" : "مُضلّع",
"Sides" : "الجوانب",
"Rectangle" : "مستطيل",
"Corner Radius" : "نصف قطر الزاوية Corner Radius",
"Width in pixels" : "العرض بالبكسل",
"Height in pixels" : "الارتفاع بالبكسل",
"Toggle ratio lock" : "تبديل قُفْل النِّسبَة ratio lock",
"Reset to original image size" : "إرجاع الصورة لحجمها الأصلي",
"Rotate" : "تدوير",
"Text" : "نص",
"Text spacing" : "تباعد النص",
"Text alignment" : "محاذاة النص",
"Font family" : "عائلة الخطوط",
"Size" : "الحجم",
"Letter spacing" : "تباعد الحروف",
"Line height" : "إرتفاع السطر",
"Warmth" : "الشِّدَّة warmth",
"+ Add watermark" : "+ أضِف العلامة المائية",
"Choose watermark type" : "إختر نوع العلامة المائية",
"Upload watermark" : "رفع علامة مائية",
"Add as text" : "أضِف كنصٍّ",
"Padding" : "الحشو padding",
"Shadow" : "تظليل shadow",
"Horizontal" : "أفُقِي",
"Vertical" : "رأسِي",
"Opacity" : "التعتيم opacity",
"Position" : "الموقع",
"Stroke" : "شطب stroke",
"Save image as" : "حفظ الصورة باسم",
"Extension" : "الامتداد",
"Name is required." : "حقل الاسم مطلوب",
"Quality" : "الجودة",
"Saved image size (width x height)" : "حجم الصورة المحفوظة (العرض × الارتفاع)",
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "لاحظ أن مساحة الاقتصاص crop المحددة أقل من الحجم المطبق مما قد يتسبب في انخفاض الجودة",
"Actual size (100%)" : "الحجم الفعلي (100%)",
"Fit size" : "حجم ملائم fit size",
"Transcoding failed, check Nextcloud logs." : "فشل في تحويل الترميز Transcoding. راجع سجل الحركات log في نكست كلاود.",
"Direct" : "مباشر",
"Auto" : "تلقائي"
"Auto" : "تلقائي",
"Shared Folder" : "مجلد تم مشاركته",
"Shared Album" : "ألبوم تم مشاركته",
"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 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." : "تم تحديث الذكريات إلى {الإصدار}. قم بالتحديث للحصول على الإصدار الجديد.",
"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" : "سوف تظهر هنا الذكريات من السنوات الماضية",
"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" : "فيديوهاتك ستظهر هنا",
"No photos in this album yet" : "لا يوجد صِوَرَ في هذا الألبوم حتي الآن",
"Create an album to get started" : "إنشاء ألبوم للبدء",
"Archive photos you don't want to see in your timeline" : "أرشفة الصور التي لا ترغب في رؤيتها على تسلسلك الزمني",
"Tag photos to find them easily" : "وسم الصور للعثور عليها بسهولة",
"Recognize is still working on your photos" : "لا يزال تطبيق التعرف Recognize يعمل على صورك",
"Places you have been to will appear here" : "سوف تظهر الأماكن التي قمت بزيارتها هنا",
"Yes" : "نعم",
"No" : "لا"
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
}

36
l10n/ast.js vendored 100644
View File

@ -0,0 +1,36 @@
OC.L10N.register(
"memories",
{
"Download" : "Baxar",
"Settings" : "Configuración",
"Info" : "Información",
"Folders" : "Carpetes",
"Albums" : "Álbumes",
"Tags" : "Etiquetes",
"Metadata" : "Metadatos",
"Photos" : "Semeyes",
"Delete" : "Desaniciar",
"Move" : "Mover",
"External Link" : "Enllaz esternu",
"Template" : "Plantía",
"Public link" : "Enllaz públicu",
"Year" : "Añu",
"Hour" : "Hora",
"Minute" : "Minutu",
"Description" : "Descripción",
"Date / Time" : "Data / Hora",
"EXIF Fields" : "Campos d'EXIF",
"Name" : "Nome",
"Loading …" : "Cargando…",
"High Resolution" : "Resolución alta",
"Original File" : "FIcheru orixinal",
"Public Link" : "Enllaz públicu",
"Value" : "Valor",
"Size" : "Tamañu",
"Position" : "Posición",
"Extension" : "Estensión",
"Name is required." : "El nome ye obligatoriu",
"Yes" : "Sí",
"No" : "Non"
},
"nplurals=2; plural=(n != 1);");

34
l10n/ast.json vendored 100644
View File

@ -0,0 +1,34 @@
{ "translations": {
"Download" : "Baxar",
"Settings" : "Configuración",
"Info" : "Información",
"Folders" : "Carpetes",
"Albums" : "Álbumes",
"Tags" : "Etiquetes",
"Metadata" : "Metadatos",
"Photos" : "Semeyes",
"Delete" : "Desaniciar",
"Move" : "Mover",
"External Link" : "Enllaz esternu",
"Template" : "Plantía",
"Public link" : "Enllaz públicu",
"Year" : "Añu",
"Hour" : "Hora",
"Minute" : "Minutu",
"Description" : "Descripción",
"Date / Time" : "Data / Hora",
"EXIF Fields" : "Campos d'EXIF",
"Name" : "Nome",
"Loading …" : "Cargando…",
"High Resolution" : "Resolución alta",
"Original File" : "FIcheru orixinal",
"Public Link" : "Enllaz públicu",
"Value" : "Valor",
"Size" : "Tamañu",
"Position" : "Posición",
"Extension" : "Estensión",
"Name is required." : "El nome ye obligatoriu",
"Yes" : "Sí",
"No" : "Non"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

11
l10n/az.js vendored
View File

@ -1,6 +1,7 @@
OC.L10N.register(
"memories",
{
"Download" : "Yüklə",
"Settings" : "Quraşdırmalar",
"Info" : "Info",
"Favorites" : "Sevimlilər",
@ -9,11 +10,13 @@ OC.L10N.register(
"Edit" : "Dəyişiklik et",
"Cancel" : "Dayandır",
"Delete" : "Sil",
"Download" : "Yüklə",
"Favorite" : "İstəkli",
"Move" : "Move",
"General" : "Ümumi",
"Close" : "Bağla",
"Save" : "Saxla",
"Search" : "Axtarış",
"Save changes" : "Dəyişiklikləri yaddaşa ver",
"Month" : "Ay",
"Day" : "Gün",
"Time" : "Vaxt",
@ -22,15 +25,17 @@ OC.L10N.register(
"Reset" : "Sıfırla",
"Name" : "Ad",
"Update" : "Yenilənmə",
"Search" : "Axtarış",
"Remove" : "Sil",
"Share link" : "Linki yayımla",
"Refresh" : "Yenilə",
"Read only" : "Oxumaq üçün",
"Sort by date" : "Order by date",
"Sort by name" : "Order by name",
"Share" : "Paylaş",
"Previous" : "Əvvələ",
"Next" : "Növbəti",
"Size" : "Həcm"
"Size" : "Həcm",
"Yes" : "Bəli",
"No" : "Xeyir"
},
"nplurals=2; plural=(n != 1);");

11
l10n/az.json vendored
View File

@ -1,4 +1,5 @@
{ "translations": {
"Download" : "Yüklə",
"Settings" : "Quraşdırmalar",
"Info" : "Info",
"Favorites" : "Sevimlilər",
@ -7,11 +8,13 @@
"Edit" : "Dəyişiklik et",
"Cancel" : "Dayandır",
"Delete" : "Sil",
"Download" : "Yüklə",
"Favorite" : "İstəkli",
"Move" : "Move",
"General" : "Ümumi",
"Close" : "Bağla",
"Save" : "Saxla",
"Search" : "Axtarış",
"Save changes" : "Dəyişiklikləri yaddaşa ver",
"Month" : "Ay",
"Day" : "Gün",
"Time" : "Vaxt",
@ -20,15 +23,17 @@
"Reset" : "Sıfırla",
"Name" : "Ad",
"Update" : "Yenilənmə",
"Search" : "Axtarış",
"Remove" : "Sil",
"Share link" : "Linki yayımla",
"Refresh" : "Yenilə",
"Read only" : "Oxumaq üçün",
"Sort by date" : "Order by date",
"Sort by name" : "Order by name",
"Share" : "Paylaş",
"Previous" : "Əvvələ",
"Next" : "Növbəti",
"Size" : "Həcm"
"Size" : "Həcm",
"Yes" : "Bəli",
"No" : "Xeyir"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

50
l10n/bg.js vendored
View File

@ -1,6 +1,7 @@
OC.L10N.register(
"memories",
{
"Download" : "Изтегляне",
"Memories" : "Спомени",
"Fast, modern and advanced photo management suite" : "Бърз, модерен и усъвършенстван пакет за управление на снимки",
"Settings" : "Настройки",
@ -21,7 +22,6 @@ OC.L10N.register(
"Recognize" : "Разпознаване",
"A better photos experience awaits you" : "Очаква ви по-добро изживяване при управлението на снимки",
"Choose the root folder of your timeline to begin" : "Изберете основната папка на вашата времева линия /хронология/, за да започнете",
"If you just installed Memories, run:" : "Ако току-що сте инсталирали приложението Спомени, стартирайте:",
"Continue to Memories" : "Продължете към Спомени",
"Choose again" : "Изберете отново",
"Click here to start" : "Кликнете тук, за да започнете",
@ -29,16 +29,14 @@ OC.L10N.register(
"Choose the root of your timeline" : "Изберете основата /началото/ на вашата времева линия ",
"The selected folder does not seem to be valid. Try again." : "Избраната папка изглежда не е валидна. Опитайте отново.",
"_Found {n} item in {path}_::_Found {n} items in {path}_" : ["Намерени са {n} елементa в {path}","Намерени са {n} елемента в {path}"],
"Metadata" : "Метаданни",
"Edit" : "Редактиране",
"No title" : "Без заглавие",
"No description" : "Без описание",
"No coordinates" : "Няма координати",
"Click edit to set location" : "Кликване върху редактиране, за задаване на местоположение",
"Explore" : "Проучи",
"Cancel" : "Отказ",
"Delete" : "Изтриване",
"Remove from album" : "Премахване от албума",
"Download" : "Изтегляне",
"Favorite" : "Любими",
"Unarchive" : "Разархивиране",
"Edit metadata" : "Редактиране на метаданни",
@ -47,9 +45,8 @@ OC.L10N.register(
"Add to album" : "Добавяне към албум",
"Move to person" : "Преместване към лице",
"Remove from person" : "Премахване от лице",
"You are about to download a large number of files. Are you sure?" : "Предстои ви да изтеглите голям брой файлове. Сигурни ли сте?",
"You are about to delete a large number of files. Are you sure?" : "Предстои ви да изтриете голям брой файлове. Сигурни ли сте?",
"You are about to touch a large number of files. Are you sure?" : "Вие сте на път да засегнете голям брой файлове. Сигурни ли сте?",
"Continue" : "Продължаване",
"Move" : "Преместване",
"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} избрани"],
@ -58,8 +55,10 @@ OC.L10N.register(
"Timeline Path" : "Път на времева линия/хронология/",
"Square grid mode" : "Режим на квадратна мрежа",
"Show past photos on top of timeline" : "Показване на последните снимки в горната част на времевата линия",
"Viewer" : "Визуализатор",
"Load full size image on zoom" : "Зареждане на изображение в пълен размер при увеличаване на мащаба",
"Always load full size image (not recommended)" : "Винаги да се зарежда изображение в пълен размер (не се препоръчва)",
"Account" : "Профил",
"Folders Path" : "Път на папките",
"Show hidden folders" : "Показване на скрити папки",
"Sort folders oldest-first" : "Сортиране на папки, първо най-старите",
@ -70,11 +69,11 @@ OC.L10N.register(
"{photoCount} photos" : "{photoCount} снимки",
"Failed to load some photos" : "Неуспешно зареждане на някои снимки",
"Failed to update setting" : "Неуспешно актуализиране на настройка",
"EXIF Extraction" : "Извличане на EXIF",
"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 не работи)",
"Media Indexing" : "Индексиране на медии",
"EXIF Extraction" : "Извличане на EXIF",
"External Link" : "Външна връзка",
"{n} media files have been indexed" : "Индексирани са {n} медийни файлове",
"Automatic Indexing status: {status}" : "Състояние на автоматично индексиране: {status}",
"Last index job was run {t} seconds ago." : "Последното задание за индексиране е изпълнено преди {t} секунди.",
@ -82,7 +81,6 @@ OC.L10N.register(
"It is still running or was interrupted." : "Все още се изпълнява или е прекъснато.",
"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\" file are always excluded from indexing." : "Папките с файл \".nomedia\" винаги се изключват от индексиране.",
"Index all media automatically (recommended)" : "Автоматично индексиране на всички медии (препоръчително)",
"Index per-user timeline folders (not recommended)" : "Индексиране на папки от времевата линия за всеки отделен потребител (не е препоръчително)",
"Index a fixed relative path" : "Индексиране на фиксиран относителен път",
@ -93,15 +91,13 @@ OC.L10N.register(
"Force re-indexing of all files:" : "Принудително повторно индексиране на всички файлове:",
"You can limit indexing by user and/or folder:" : "Можете да ограничите индексирането по потребител и/или папка:",
"Clear all existing index tables:" : "Изчистване на всички съществуващи индексни таблици:",
"The following MIME types are configured for preview generation correctly. More documentation:" : "Следните MIME типове са конфигурирани правилно за генериране на предварителен преглед. Допълнителна документация:",
"External Link" : "Външна връзка",
"Performance" : "Производителност",
"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" : "Производителност",
"Unknown" : "Неизвестен",
"Reverse Geocoding" : "Обратно геокодиране",
"Database is populated with {n} geometries." : "Базата данни е попълнена с {n} геометрии.",
"Geometry table has not been created." : "Не е създадена таблица с геометрии.",
"Looks like the planet data is incomplete." : "Изглежда, че планетарните данни не са пълни.",
@ -111,13 +107,13 @@ OC.L10N.register(
"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!" : "Това може да доведе и до повторно индексиране на всички снимки!",
"Video Streaming" : "Поточно предаване на видео",
"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" : "Активиране на транскодирането",
@ -127,14 +123,13 @@ OC.L10N.register(
"Auto (adaptive transcode)" : "Автоматично (адаптивно транскодиране)",
"Original (transcode with max quality)" : "Оригинално (транскодиране с максимално качество)",
"Direct (original video file without transcode)" : "Директно (оригинален видеофайл без транскодиране)",
"Hardware Acceleration" : "Хардуерно ускорение",
"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)" : "Активиране на режим с ниска консумация на енергия (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, трябва да посочите скалера, който да се използва",
"No automated tests are available for NVIDIA acceleration." : "Не са налични автоматични тестове за ускорение на NVIDIA.",
@ -146,13 +141,14 @@ OC.L10N.register(
"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-AP: {status}",
"Transcoder configuration" : "Конфигурация на транскодер",
"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 (go-vod)" : "Активиране на външен транскодер (go-vod)",
"Binary path (local only)" : "Бинарен път (само локален)",
"Bind address (local only)" : "Обвързващ адрес (само локален)",
"Connection address (same as bind if local)" : "Адрес на връзката (същият като адреса на обвързване ако е локален)",
"_{n} item added to album_::_{n} items added to album_" : ["{n} елементa са добавени в албума","{n} елементa са добавени в албума"],
"Template" : "Шаблон",
"No items" : "Без/няма елементи",
"Shared by {user}" : "Споделен от {user}",
"Add people or groups who can edit your album" : "Добавяне на хора или групи, които могат да редактират вашият албум",
"Search for collaborators" : "Търсене на сътрудници",
"Search people or groups" : "Търсене на хора или групи",
@ -174,7 +170,6 @@ OC.L10N.register(
"Could not load the selected album" : "Неуспешно зареждане на избрания албум",
"Remove Album" : "Премахване на албум",
"Are you sure you want to permanently remove album \"{name}\"?" : "Сигурни ли сте, че искате окончателно премахване на албум \"{name}\"?",
"Only user \"{user}\" can delete this album" : "Само потребителят \"{user}\" може да изтрие този албум",
"Failed to delete {name}." : "Неуспешно изтриване на {name}.",
"Name of the album" : "Име на албума",
"Location of the album" : "Местоположение на албума",
@ -186,12 +181,11 @@ OC.L10N.register(
"Save" : "Запиши",
"Create album" : "Създаване на албум",
"Invalid album name; should not contain any slashes." : "Невалидно име на албум; не трябва да съдържа наклонени черти.",
"Add selection to album {albumName}" : "Добавяне на селекция към албум {ablumName}",
"Create a new album." : "Създаване на нов албум.",
"_%n item_::_%n items_" : ["%nелементи ","%n елементи"],
"_Share with %n user_::_Share with %n users_" : ["Споделяне с %n потребители","Споделяне с %n потребители"],
"Search" : "Търсене",
"Save changes" : "Запиши промените",
"Share Album" : "Споделяне на Албум",
"Save collaborators for this album." : "Запис на сътрудници за този албум.",
"_%n item_::_%n items_" : ["%nелементи ","%n елементи"],
"Newest" : "Най-новият",
"Year" : "Година",
"Month" : "Месец",
@ -228,10 +222,8 @@ OC.L10N.register(
"Name" : "Име",
"Update" : "Обновяване",
"Failed to rename {oldName} to {name}." : "Неуспешно преименуване от {oldName} на {name}.",
"Search" : "Търсене",
"Loading …" : "Зареждане …",
"Merge {name} with person" : "Обединяване на {name} с лице",
"Are you sure you want to merge {name} with {newName}?" : "Сигурни ли сте, че искате да обедините {name} с {newName}?",
"Too many failures, aborting" : "Твърде много грешки от общ характер, прекъсване",
"Error while moving {basename}" : "Грешка при преместване на {basename}",
"Failed to move {name}." : "Неуспешно преместване на {name}.",
@ -270,7 +262,6 @@ OC.L10N.register(
"Sort by name" : "Сортирай по име",
"Share album" : "Споделяне на албум",
"Download album" : "Изтегляне на албум",
"Delete album" : "Изтриване на албум",
"Nothing to show here" : "Тук няма нищо за показване",
"Merge with different person" : "Обединяване с различно лице",
"Mark person in preview" : "Маркиране на лице в предварителен преглед",
@ -285,7 +276,6 @@ OC.L10N.register(
"Drop changes" : "Игнориране на промените",
"Share" : "Споделяне",
"Play Live Photo" : "Възпроизвеждане на Live Photo/жива снимка/",
"Sidebar" : "Странична лента",
"Download Video" : "Изтегляне на видео",
"Slideshow" : "Слайдшоу",
"Previous" : "Предишно",
@ -301,7 +291,6 @@ OC.L10N.register(
"Save as" : "Запиши като",
"All changes will be lost." : "Всички промени ще бъдат загубени.",
"Are you sure you want to continue?" : "Сигурни ли сте, че искате да продължите?",
"Continue" : "Продължаване",
"Undo" : "Отмяна",
"Redo" : "Повторение",
"Show original image" : "Показване на оригиналното изображение",
@ -410,6 +399,7 @@ OC.L10N.register(
"Tag photos to find them easily" : "Поставете етикет на снимките, за да ги намирате лесно",
"Recognize is still working on your photos" : "Разпознаването все още работи по снимките ви",
"Places you have been to will appear here" : "Местата, на които сте били, ще се появят тук",
"Your Timeline" : "Вашата времева линия"
"Yes" : "Да",
"No" : "Не"
},
"nplurals=2; plural=(n != 1);");

50
l10n/bg.json vendored
View File

@ -1,4 +1,5 @@
{ "translations": {
"Download" : "Изтегляне",
"Memories" : "Спомени",
"Fast, modern and advanced photo management suite" : "Бърз, модерен и усъвършенстван пакет за управление на снимки",
"Settings" : "Настройки",
@ -19,7 +20,6 @@
"Recognize" : "Разпознаване",
"A better photos experience awaits you" : "Очаква ви по-добро изживяване при управлението на снимки",
"Choose the root folder of your timeline to begin" : "Изберете основната папка на вашата времева линия /хронология/, за да започнете",
"If you just installed Memories, run:" : "Ако току-що сте инсталирали приложението Спомени, стартирайте:",
"Continue to Memories" : "Продължете към Спомени",
"Choose again" : "Изберете отново",
"Click here to start" : "Кликнете тук, за да започнете",
@ -27,16 +27,14 @@
"Choose the root of your timeline" : "Изберете основата /началото/ на вашата времева линия ",
"The selected folder does not seem to be valid. Try again." : "Избраната папка изглежда не е валидна. Опитайте отново.",
"_Found {n} item in {path}_::_Found {n} items in {path}_" : ["Намерени са {n} елементa в {path}","Намерени са {n} елемента в {path}"],
"Metadata" : "Метаданни",
"Edit" : "Редактиране",
"No title" : "Без заглавие",
"No description" : "Без описание",
"No coordinates" : "Няма координати",
"Click edit to set location" : "Кликване върху редактиране, за задаване на местоположение",
"Explore" : "Проучи",
"Cancel" : "Отказ",
"Delete" : "Изтриване",
"Remove from album" : "Премахване от албума",
"Download" : "Изтегляне",
"Favorite" : "Любими",
"Unarchive" : "Разархивиране",
"Edit metadata" : "Редактиране на метаданни",
@ -45,9 +43,8 @@
"Add to album" : "Добавяне към албум",
"Move to person" : "Преместване към лице",
"Remove from person" : "Премахване от лице",
"You are about to download a large number of files. Are you sure?" : "Предстои ви да изтеглите голям брой файлове. Сигурни ли сте?",
"You are about to delete a large number of files. Are you sure?" : "Предстои ви да изтриете голям брой файлове. Сигурни ли сте?",
"You are about to touch a large number of files. Are you sure?" : "Вие сте на път да засегнете голям брой файлове. Сигурни ли сте?",
"Continue" : "Продължаване",
"Move" : "Преместване",
"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} избрани"],
@ -56,8 +53,10 @@
"Timeline Path" : "Път на времева линия/хронология/",
"Square grid mode" : "Режим на квадратна мрежа",
"Show past photos on top of timeline" : "Показване на последните снимки в горната част на времевата линия",
"Viewer" : "Визуализатор",
"Load full size image on zoom" : "Зареждане на изображение в пълен размер при увеличаване на мащаба",
"Always load full size image (not recommended)" : "Винаги да се зарежда изображение в пълен размер (не се препоръчва)",
"Account" : "Профил",
"Folders Path" : "Път на папките",
"Show hidden folders" : "Показване на скрити папки",
"Sort folders oldest-first" : "Сортиране на папки, първо най-старите",
@ -68,11 +67,11 @@
"{photoCount} photos" : "{photoCount} снимки",
"Failed to load some photos" : "Неуспешно зареждане на някои снимки",
"Failed to update setting" : "Неуспешно актуализиране на настройка",
"EXIF Extraction" : "Извличане на EXIF",
"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 не работи)",
"Media Indexing" : "Индексиране на медии",
"EXIF Extraction" : "Извличане на EXIF",
"External Link" : "Външна връзка",
"{n} media files have been indexed" : "Индексирани са {n} медийни файлове",
"Automatic Indexing status: {status}" : "Състояние на автоматично индексиране: {status}",
"Last index job was run {t} seconds ago." : "Последното задание за индексиране е изпълнено преди {t} секунди.",
@ -80,7 +79,6 @@
"It is still running or was interrupted." : "Все още се изпълнява или е прекъснато.",
"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\" file are always excluded from indexing." : "Папките с файл \".nomedia\" винаги се изключват от индексиране.",
"Index all media automatically (recommended)" : "Автоматично индексиране на всички медии (препоръчително)",
"Index per-user timeline folders (not recommended)" : "Индексиране на папки от времевата линия за всеки отделен потребител (не е препоръчително)",
"Index a fixed relative path" : "Индексиране на фиксиран относителен път",
@ -91,15 +89,13 @@
"Force re-indexing of all files:" : "Принудително повторно индексиране на всички файлове:",
"You can limit indexing by user and/or folder:" : "Можете да ограничите индексирането по потребител и/или папка:",
"Clear all existing index tables:" : "Изчистване на всички съществуващи индексни таблици:",
"The following MIME types are configured for preview generation correctly. More documentation:" : "Следните MIME типове са конфигурирани правилно за генериране на предварителен преглед. Допълнителна документация:",
"External Link" : "Външна връзка",
"Performance" : "Производителност",
"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" : "Производителност",
"Unknown" : "Неизвестен",
"Reverse Geocoding" : "Обратно геокодиране",
"Database is populated with {n} geometries." : "Базата данни е попълнена с {n} геометрии.",
"Geometry table has not been created." : "Не е създадена таблица с геометрии.",
"Looks like the planet data is incomplete." : "Изглежда, че планетарните данни не са пълни.",
@ -109,13 +105,13 @@
"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!" : "Това може да доведе и до повторно индексиране на всички снимки!",
"Video Streaming" : "Поточно предаване на видео",
"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" : "Активиране на транскодирането",
@ -125,14 +121,13 @@
"Auto (adaptive transcode)" : "Автоматично (адаптивно транскодиране)",
"Original (transcode with max quality)" : "Оригинално (транскодиране с максимално качество)",
"Direct (original video file without transcode)" : "Директно (оригинален видеофайл без транскодиране)",
"Hardware Acceleration" : "Хардуерно ускорение",
"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)" : "Активиране на режим с ниска консумация на енергия (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, трябва да посочите скалера, който да се използва",
"No automated tests are available for NVIDIA acceleration." : "Не са налични автоматични тестове за ускорение на NVIDIA.",
@ -144,13 +139,14 @@
"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-AP: {status}",
"Transcoder configuration" : "Конфигурация на транскодер",
"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 (go-vod)" : "Активиране на външен транскодер (go-vod)",
"Binary path (local only)" : "Бинарен път (само локален)",
"Bind address (local only)" : "Обвързващ адрес (само локален)",
"Connection address (same as bind if local)" : "Адрес на връзката (същият като адреса на обвързване ако е локален)",
"_{n} item added to album_::_{n} items added to album_" : ["{n} елементa са добавени в албума","{n} елементa са добавени в албума"],
"Template" : "Шаблон",
"No items" : "Без/няма елементи",
"Shared by {user}" : "Споделен от {user}",
"Add people or groups who can edit your album" : "Добавяне на хора или групи, които могат да редактират вашият албум",
"Search for collaborators" : "Търсене на сътрудници",
"Search people or groups" : "Търсене на хора или групи",
@ -172,7 +168,6 @@
"Could not load the selected album" : "Неуспешно зареждане на избрания албум",
"Remove Album" : "Премахване на албум",
"Are you sure you want to permanently remove album \"{name}\"?" : "Сигурни ли сте, че искате окончателно премахване на албум \"{name}\"?",
"Only user \"{user}\" can delete this album" : "Само потребителят \"{user}\" може да изтрие този албум",
"Failed to delete {name}." : "Неуспешно изтриване на {name}.",
"Name of the album" : "Име на албума",
"Location of the album" : "Местоположение на албума",
@ -184,12 +179,11 @@
"Save" : "Запиши",
"Create album" : "Създаване на албум",
"Invalid album name; should not contain any slashes." : "Невалидно име на албум; не трябва да съдържа наклонени черти.",
"Add selection to album {albumName}" : "Добавяне на селекция към албум {ablumName}",
"Create a new album." : "Създаване на нов албум.",
"_%n item_::_%n items_" : ["%nелементи ","%n елементи"],
"_Share with %n user_::_Share with %n users_" : ["Споделяне с %n потребители","Споделяне с %n потребители"],
"Search" : "Търсене",
"Save changes" : "Запиши промените",
"Share Album" : "Споделяне на Албум",
"Save collaborators for this album." : "Запис на сътрудници за този албум.",
"_%n item_::_%n items_" : ["%nелементи ","%n елементи"],
"Newest" : "Най-новият",
"Year" : "Година",
"Month" : "Месец",
@ -226,10 +220,8 @@
"Name" : "Име",
"Update" : "Обновяване",
"Failed to rename {oldName} to {name}." : "Неуспешно преименуване от {oldName} на {name}.",
"Search" : "Търсене",
"Loading …" : "Зареждане …",
"Merge {name} with person" : "Обединяване на {name} с лице",
"Are you sure you want to merge {name} with {newName}?" : "Сигурни ли сте, че искате да обедините {name} с {newName}?",
"Too many failures, aborting" : "Твърде много грешки от общ характер, прекъсване",
"Error while moving {basename}" : "Грешка при преместване на {basename}",
"Failed to move {name}." : "Неуспешно преместване на {name}.",
@ -268,7 +260,6 @@
"Sort by name" : "Сортирай по име",
"Share album" : "Споделяне на албум",
"Download album" : "Изтегляне на албум",
"Delete album" : "Изтриване на албум",
"Nothing to show here" : "Тук няма нищо за показване",
"Merge with different person" : "Обединяване с различно лице",
"Mark person in preview" : "Маркиране на лице в предварителен преглед",
@ -283,7 +274,6 @@
"Drop changes" : "Игнориране на промените",
"Share" : "Споделяне",
"Play Live Photo" : "Възпроизвеждане на Live Photo/жива снимка/",
"Sidebar" : "Странична лента",
"Download Video" : "Изтегляне на видео",
"Slideshow" : "Слайдшоу",
"Previous" : "Предишно",
@ -299,7 +289,6 @@
"Save as" : "Запиши като",
"All changes will be lost." : "Всички промени ще бъдат загубени.",
"Are you sure you want to continue?" : "Сигурни ли сте, че искате да продължите?",
"Continue" : "Продължаване",
"Undo" : "Отмяна",
"Redo" : "Повторение",
"Show original image" : "Показване на оригиналното изображение",
@ -408,6 +397,7 @@
"Tag photos to find them easily" : "Поставете етикет на снимките, за да ги намирате лесно",
"Recognize is still working on your photos" : "Разпознаването все още работи по снимките ви",
"Places you have been to will appear here" : "Местата, на които сте били, ще се появят тук",
"Your Timeline" : "Вашата времева линия"
"Yes" : "Да",
"No" : "Не"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

11
l10n/bn_BD.js vendored
View File

@ -1,6 +1,7 @@
OC.L10N.register(
"memories",
{
"Download" : "ডাউনলোড",
"Settings" : "সেটিংস",
"Info" : "Info",
"Favorites" : "প্রিয়জন",
@ -8,13 +9,15 @@ OC.L10N.register(
"Edit" : "সম্পাদনা",
"Cancel" : "বাতির",
"Delete" : "মুছে",
"Download" : "ডাউনলোড",
"Favorite" : "প্রিয়জন",
"Continue" : "চালিয়ে যাও",
"Move" : "Move",
"General" : "সাধারণ",
"Close" : "বন্ধ",
"Unknown" : "অজানা",
"Back" : "পেছনে যাও",
"Save" : "সংরক্ষণ",
"Search" : "Search",
"Month" : "মাস",
"Day" : "দিবস",
"Time" : "সময়",
@ -24,7 +27,6 @@ OC.L10N.register(
"Reset" : "পূণঃনির্ধানণ",
"Name" : "নাম",
"Update" : "পরিবর্ধন",
"Search" : "Search",
"Remove" : "অপসারণ",
"Share link" : "লিংক ভাগাভাগি করেন",
"Refresh" : "নবোদ্যম",
@ -34,7 +36,8 @@ OC.L10N.register(
"Share" : "ভাগাভাগি কর",
"Previous" : "পূর্ববর্তী",
"Next" : "পরবর্তী",
"Continue" : "চালিয়ে যাও",
"Size" : "আকার"
"Size" : "আকার",
"Yes" : "হ্যাঁ",
"No" : "না"
},
"nplurals=2; plural=(n != 1);");

11
l10n/bn_BD.json vendored
View File

@ -1,4 +1,5 @@
{ "translations": {
"Download" : "ডাউনলোড",
"Settings" : "সেটিংস",
"Info" : "Info",
"Favorites" : "প্রিয়জন",
@ -6,13 +7,15 @@
"Edit" : "সম্পাদনা",
"Cancel" : "বাতির",
"Delete" : "মুছে",
"Download" : "ডাউনলোড",
"Favorite" : "প্রিয়জন",
"Continue" : "চালিয়ে যাও",
"Move" : "Move",
"General" : "সাধারণ",
"Close" : "বন্ধ",
"Unknown" : "অজানা",
"Back" : "পেছনে যাও",
"Save" : "সংরক্ষণ",
"Search" : "Search",
"Month" : "মাস",
"Day" : "দিবস",
"Time" : "সময়",
@ -22,7 +25,6 @@
"Reset" : "পূণঃনির্ধানণ",
"Name" : "নাম",
"Update" : "পরিবর্ধন",
"Search" : "Search",
"Remove" : "অপসারণ",
"Share link" : "লিংক ভাগাভাগি করেন",
"Refresh" : "নবোদ্যম",
@ -32,7 +34,8 @@
"Share" : "ভাগাভাগি কর",
"Previous" : "পূর্ববর্তী",
"Next" : "পরবর্তী",
"Continue" : "চালিয়ে যাও",
"Size" : "আকার"
"Size" : "আকার",
"Yes" : "হ্যাঁ",
"No" : "না"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

13
l10n/br.js vendored
View File

@ -1,6 +1,7 @@
OC.L10N.register(
"memories",
{
"Download" : "Pellgargañ",
"Settings" : "Arventennoù",
"Info" : "Titouroù",
"Favorites" : "Pennrolloù",
@ -10,16 +11,21 @@ OC.L10N.register(
"Photos" : "Fotoioù",
"Cancel" : "Arrest",
"Delete" : "Lemel",
"Download" : "Pellgargañ",
"Favorite" : "Pennrollañ",
"View in folder" : "Diskwel en teuliad",
"Continue" : "Kendec'hel",
"Move" : "Diplasañ",
"General" : "Hollek",
"Viewer" : "Gweller",
"Account" : "Kont",
"Close" : "Seriñ",
"Unknown" : "Dianv",
"Copy public link" : "Eilañ al liamm foran",
"Public link" : "Liamm publik",
"Back" : "Distro",
"Save" : "Enrollañ",
"Search" : "Klask",
"Save changes" : "Enrollañ ar cheñchamantoù",
"Month" : "Miz",
"Day" : "Deiz",
"Title" : "Titl",
@ -27,7 +33,6 @@ OC.L10N.register(
"Label" : "Tiketenn",
"Name" : "Anv",
"Update" : "Hizivaat",
"Search" : "Klask",
"Loading …" : "O Kargañ ...",
"Remove" : "Lemel",
"Share link" : "Lodañ al liamm",
@ -36,8 +41,8 @@ OC.L10N.register(
"Unsaved changes" : "Kemmoù n'int ket bet enrollet",
"Share" : "Rannan",
"Next" : "Da heul",
"Continue" : "Kendec'hel",
"Original" : "Orin",
"Size" : "Ment"
"Size" : "Ment",
"No" : "Nann"
},
"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);");

13
l10n/br.json vendored
View File

@ -1,4 +1,5 @@
{ "translations": {
"Download" : "Pellgargañ",
"Settings" : "Arventennoù",
"Info" : "Titouroù",
"Favorites" : "Pennrolloù",
@ -8,16 +9,21 @@
"Photos" : "Fotoioù",
"Cancel" : "Arrest",
"Delete" : "Lemel",
"Download" : "Pellgargañ",
"Favorite" : "Pennrollañ",
"View in folder" : "Diskwel en teuliad",
"Continue" : "Kendec'hel",
"Move" : "Diplasañ",
"General" : "Hollek",
"Viewer" : "Gweller",
"Account" : "Kont",
"Close" : "Seriñ",
"Unknown" : "Dianv",
"Copy public link" : "Eilañ al liamm foran",
"Public link" : "Liamm publik",
"Back" : "Distro",
"Save" : "Enrollañ",
"Search" : "Klask",
"Save changes" : "Enrollañ ar cheñchamantoù",
"Month" : "Miz",
"Day" : "Deiz",
"Title" : "Titl",
@ -25,7 +31,6 @@
"Label" : "Tiketenn",
"Name" : "Anv",
"Update" : "Hizivaat",
"Search" : "Klask",
"Loading …" : "O Kargañ ...",
"Remove" : "Lemel",
"Share link" : "Lodañ al liamm",
@ -34,8 +39,8 @@
"Unsaved changes" : "Kemmoù n'int ket bet enrollet",
"Share" : "Rannan",
"Next" : "Da heul",
"Continue" : "Kendec'hel",
"Original" : "Orin",
"Size" : "Ment"
"Size" : "Ment",
"No" : "Nann"
},"pluralForm" :"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"
}

11
l10n/bs.js vendored
View File

@ -1,24 +1,26 @@
OC.L10N.register(
"memories",
{
"Download" : "Preuzmi",
"Settings" : "Podešavanje",
"Info" : "Info",
"Favorites" : "Favoriti",
"Edit" : "Izmjeni",
"Cancel" : "Otkaži",
"Delete" : "Obriši",
"Download" : "Preuzmi",
"Favorite" : "Favorit",
"Continue" : "Nastavi",
"Move" : "Move",
"Close" : "Zatvori",
"Unknown" : "Nepoznato",
"Save" : "Spremi",
"Search" : "Search",
"Month" : "Mjesec",
"Day" : "Dan",
"Title" : "Naslov",
"Description" : "Opis",
"Name" : "Ime",
"Update" : "Ažuriraj",
"Search" : "Search",
"Share link" : "Podijelite vezu",
"Password protected" : "Zaštićeno lozinkom",
"Sort by date" : "Order by date",
@ -26,7 +28,8 @@ OC.L10N.register(
"Share" : "Podjeli",
"Previous" : "Prethodno",
"Next" : "Sljedeće",
"Continue" : "Nastavi",
"Size" : "Veličina"
"Size" : "Veličina",
"Yes" : "Da",
"No" : "Ne"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");

11
l10n/bs.json vendored
View File

@ -1,22 +1,24 @@
{ "translations": {
"Download" : "Preuzmi",
"Settings" : "Podešavanje",
"Info" : "Info",
"Favorites" : "Favoriti",
"Edit" : "Izmjeni",
"Cancel" : "Otkaži",
"Delete" : "Obriši",
"Download" : "Preuzmi",
"Favorite" : "Favorit",
"Continue" : "Nastavi",
"Move" : "Move",
"Close" : "Zatvori",
"Unknown" : "Nepoznato",
"Save" : "Spremi",
"Search" : "Search",
"Month" : "Mjesec",
"Day" : "Dan",
"Title" : "Naslov",
"Description" : "Opis",
"Name" : "Ime",
"Update" : "Ažuriraj",
"Search" : "Search",
"Share link" : "Podijelite vezu",
"Password protected" : "Zaštićeno lozinkom",
"Sort by date" : "Order by date",
@ -24,7 +26,8 @@
"Share" : "Podjeli",
"Previous" : "Prethodno",
"Next" : "Sljedeće",
"Continue" : "Nastavi",
"Size" : "Veličina"
"Size" : "Veličina",
"Yes" : "Da",
"No" : "Ne"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
}

20
l10n/ca.js vendored
View File

@ -1,6 +1,7 @@
OC.L10N.register(
"memories",
{
"Download" : "Baixa",
"Settings" : "Paràmetres",
"People" : "Gent",
"Info" : "Informació",
@ -15,20 +16,27 @@ OC.L10N.register(
"Map" : "Mapa",
"Tags" : "Etiquetes",
"Recognize" : "Reconeix",
"Metadata" : "Metadades",
"Edit" : "Edita",
"Photos" : "Fotografies",
"Explore" : "Explora",
"Cancel" : "Cancel·la",
"Delete" : "Suprimeix",
"Download" : "Baixa",
"Favorite" : "Preferit",
"Unarchive" : "Desbloquejar",
"View in folder" : "Visualitza-ho a la carpeta",
"Add to album" : "Afegeix a l'àlbum",
"Continue" : "Continua",
"Move" : "Mou",
"General" : "General",
"Viewer" : "Visor",
"Account" : "Compte",
"Close" : "Tanca",
"Performance" : "Rendiment",
"Unknown" : "Desconegut",
"Template" : "Plantilla",
"No items" : "No hi ha cap element",
"Shared by {user}" : "Compartit per {user}",
"Add people or groups who can edit your album" : "Afegeix persones o grups que puguin editar el teu àlbum",
"Search for collaborators" : "Cerca de col·laboradors",
"Search people or groups" : "Cerca persones o grups",
@ -56,9 +64,8 @@ OC.L10N.register(
"Back to the new album form." : "Tornar al nou formulari de l'àlbum.",
"Save" : "Desa",
"Create album" : "Crea un àlbum",
"Add selection to album {albumName}" : "Afegeix una selecció a l'àlbum {albumName}",
"Create a new album." : "Crea un àlbum nou.",
"_Share with %n user_::_Share with %n users_" : ["Comparteix amb l'usuari %n","Comparteix amb %n usuaris"],
"Search" : "Cercar",
"Save changes" : "Guarda canvis",
"Save collaborators for this album." : "Desa els col·laboradors per a aquest àlbum.",
"Year" : "Any",
"Month" : "Mes",
@ -72,11 +79,11 @@ OC.L10N.register(
"Copyright" : "Copyright",
"Empty" : "Buit",
"Reset" : "Restableix",
"Collaborative Tags" : "Etiquetes col·laboratives",
"Remove person" : "Esborra la persona",
"Rename person" : "Reanomena la persona",
"Name" : "Cognom",
"Update" : "Actualitzar",
"Search" : "Cercar",
"Loading …" : "Carregant …",
"Remove" : "Elimina",
"Share link" : "Comparteix l'enllaç",
@ -88,7 +95,7 @@ OC.L10N.register(
"Link copied to clipboard" : "Enllaç copiat al porta-retalls",
"Sort by date" : "Ordena per data",
"Sort by name" : "Ordena per nom",
"Delete album" : "Suprimeix l'àlbum",
"Unassigned faces" : "Cares sense assignar",
"Merge with different person" : "Fusiona amb una persona diferent",
"Share folder" : "Comparteix la carpeta",
"Error saving image" : "S'ha produït un error en desar la imatge",
@ -101,7 +108,6 @@ OC.L10N.register(
"Save as" : "Anomena i desa",
"All changes will be lost." : "Tots els canvis es perdran.",
"Are you sure you want to continue?" : "Esteu segur que voleu continuar?",
"Continue" : "Continua",
"Undo" : "Desfés",
"Redo" : "Refer",
"Show original image" : "Mostra la imatge original",

20
l10n/ca.json vendored
View File

@ -1,4 +1,5 @@
{ "translations": {
"Download" : "Baixa",
"Settings" : "Paràmetres",
"People" : "Gent",
"Info" : "Informació",
@ -13,20 +14,27 @@
"Map" : "Mapa",
"Tags" : "Etiquetes",
"Recognize" : "Reconeix",
"Metadata" : "Metadades",
"Edit" : "Edita",
"Photos" : "Fotografies",
"Explore" : "Explora",
"Cancel" : "Cancel·la",
"Delete" : "Suprimeix",
"Download" : "Baixa",
"Favorite" : "Preferit",
"Unarchive" : "Desbloquejar",
"View in folder" : "Visualitza-ho a la carpeta",
"Add to album" : "Afegeix a l'àlbum",
"Continue" : "Continua",
"Move" : "Mou",
"General" : "General",
"Viewer" : "Visor",
"Account" : "Compte",
"Close" : "Tanca",
"Performance" : "Rendiment",
"Unknown" : "Desconegut",
"Template" : "Plantilla",
"No items" : "No hi ha cap element",
"Shared by {user}" : "Compartit per {user}",
"Add people or groups who can edit your album" : "Afegeix persones o grups que puguin editar el teu àlbum",
"Search for collaborators" : "Cerca de col·laboradors",
"Search people or groups" : "Cerca persones o grups",
@ -54,9 +62,8 @@
"Back to the new album form." : "Tornar al nou formulari de l'àlbum.",
"Save" : "Desa",
"Create album" : "Crea un àlbum",
"Add selection to album {albumName}" : "Afegeix una selecció a l'àlbum {albumName}",
"Create a new album." : "Crea un àlbum nou.",
"_Share with %n user_::_Share with %n users_" : ["Comparteix amb l'usuari %n","Comparteix amb %n usuaris"],
"Search" : "Cercar",
"Save changes" : "Guarda canvis",
"Save collaborators for this album." : "Desa els col·laboradors per a aquest àlbum.",
"Year" : "Any",
"Month" : "Mes",
@ -70,11 +77,11 @@
"Copyright" : "Copyright",
"Empty" : "Buit",
"Reset" : "Restableix",
"Collaborative Tags" : "Etiquetes col·laboratives",
"Remove person" : "Esborra la persona",
"Rename person" : "Reanomena la persona",
"Name" : "Cognom",
"Update" : "Actualitzar",
"Search" : "Cercar",
"Loading …" : "Carregant …",
"Remove" : "Elimina",
"Share link" : "Comparteix l'enllaç",
@ -86,7 +93,7 @@
"Link copied to clipboard" : "Enllaç copiat al porta-retalls",
"Sort by date" : "Ordena per data",
"Sort by name" : "Ordena per nom",
"Delete album" : "Suprimeix l'àlbum",
"Unassigned faces" : "Cares sense assignar",
"Merge with different person" : "Fusiona amb una persona diferent",
"Share folder" : "Comparteix la carpeta",
"Error saving image" : "S'ha produït un error en desar la imatge",
@ -99,7 +106,6 @@
"Save as" : "Anomena i desa",
"All changes will be lost." : "Tots els canvis es perdran.",
"Are you sure you want to continue?" : "Esteu segur que voleu continuar?",
"Continue" : "Continua",
"Undo" : "Desfés",
"Redo" : "Refer",
"Show original image" : "Mostra la imatge original",

148
l10n/cs.js vendored
View File

@ -1,6 +1,7 @@
OC.L10N.register(
"memories",
{
"Download" : "Stáhnout",
"Memories" : "Vzpomínky",
"Fast, modern and advanced photo management suite" : "Rychlá, moderní sada pro správu fotek s pokročilými funkcemi",
"Settings" : "Nastavení",
@ -23,17 +24,20 @@ OC.L10N.register(
"Face Recognition" : "Rozpoznávání obličejů",
"A better photos experience awaits you" : "Lepší zážitek z fotek na vás čeká",
"Choose the root folder of your timeline to begin" : "Začněte zvolením kořenové složky vaší časové osy",
"If you just installed Memories, run:" : "Pokud jste Vzpomínky právě nainstalovali, spusťte:",
"Continue to Memories" : "Pokračovat do Vzpomínek",
"Choose again" : "Zvolit znovu",
"Click here to start" : "Začněte kliknutím sem",
"You can always change this later in settings" : "Toto je možné kdykoli později změnit v nastavení",
"If you just installed Memories, visit the admin panel first." : "Pokud jste Vzpomínky právě nainstalovali, navštivte nejprve panel pro správu",
"Choose the root of your timeline" : "Zvolte kořen vaší časové osy",
"The selected folder does not seem to be valid. Try again." : "Vybraná složka se nezdá být platná. Zkuste to znovu.",
"No photos were found in the selected folder." : "Ve vybraných složkách nebyly nalezeny žádné fotky.",
"This can happen because your media is still indexing." : "Toto se může stát protože teprve stále ještě probíhá vytváření rejstříku vašich médií.",
"Visit the admin panel to make sure Memories is configured correctly." : "Jděte na panel pro správu a ověřte, že jsou Vzpomínky správně nastavené.",
"_Found {n} item in {path}_::_Found {n} items in {path}_" : ["Nalezena {n} položka v {path}","Nalezeny {n} položky v {path}","Nalezeno {n} položek v {path}","Nalezeny {n} položky v {path}"],
"Metadata" : "Metadata",
"Edit" : "Upravit",
"No title" : "Bez nadpisu",
"No description" : "Bez popisu",
"Failed to load metadata" : "Metadata se nepodařilo načíst",
"No coordinates" : "Žádné souřadnice",
"Click edit to set location" : "Umístění upravíte kliknutím",
"Photos" : "Fotky",
@ -41,7 +45,6 @@ OC.L10N.register(
"Cancel" : "Storno",
"Delete" : "Smazat",
"Remove from album" : "Odebrat z alba",
"Download" : "Stáhnout",
"Favorite" : "Přidat do oblíbených",
"Unarchive" : "Zrušit archivování",
"Edit metadata" : "Upravit metadata",
@ -50,9 +53,12 @@ OC.L10N.register(
"Add to album" : "Přidat do alba",
"Move to person" : "Přesunout pod osobu",
"Remove from person" : "Odebrat z osoby",
"You are about to download a large number of files. Are you sure?" : "Chystáte se stahovat si velký počet souborů. Opravdu to chcete?",
"You are about to delete a large number of files. Are you sure?" : "Chystáte se smazat velké množství souborů. Opravdu to chcete?",
"You are about to touch a large number of files. Are you sure?" : "Chystáte se změnit velké množství souborů. Opravdu to chcete?",
"You are about to download a large number of files." : "Chystáte se stahovat si velký počet souborů",
"Continue" : "Pokračovat",
"You are about to delete a large number of files" : "Chystáte se smazat velké množství souborů",
"Failed to delete files" : "Nepodařilo se smazat soubory",
"Move" : "Přesunout",
"You are about to move a large number of files" : "Chystáte se přesunout velké množství souborů",
"You must enable \"Mark person in preview\" to use this feature" : "Aby bylo možné používat tuto funkci, je třeba zapnout „Označovat osobu v náhledu",
"Only user \"{user}\" can update this person" : "Tuto osobu může aktualizovat pouze uživatel „{user}“",
"_{n} selected_::_{n} selected_" : ["{n} vybráno","{n} vybrány","{n} vybráno","{n} vybrány"],
@ -61,48 +67,105 @@ OC.L10N.register(
"Timeline Path" : "Popis umístění časové osy",
"Square grid mode" : "Režim se čtvercovou mřížkou",
"Show past photos on top of timeline" : "Minulé fotky zobrazovat nad časovou osou",
"Viewer" : "Prohlížeč",
"Autoplay Live Photos" : "Automaticky přhrávat živé fotky",
"Load full size image on zoom" : "Při přiblížení načíst obrázek v plné velikosti",
"Always load full size image (not recommended)" : "Obrázek načítat v plné velikosti vždy (nedoporučeno)",
"Account" : "Účet",
"Logged in as {user}" : "Přihlášeni jako {user}",
"Sign out" : "Odhlásit se",
"Device Folders" : "Složky na zařízení",
"Local folders to include in the timeline view" : "Místní složky, které budou obsahovat zobrazení časové osy",
"Folders Path" : "Popis umístění složek",
"Show hidden folders" : "Zobrazit skryté složky",
"Sort folders oldest-first" : "Seřadit složky od nejstarších",
"Sort albums oldest-first" : "Seřadit alba od nejstarších",
"Choose Timeline Paths" : "Zvolte trasy časovou osou",
"Choose the root for the folders view" : "Zvolte kořen pro zobrazení složek",
"Are you sure you want to log out {user}?" : "Opravdu chcete {user} odhlásit?",
"Close" : "Zavřít",
"{photoCount} photos" : "{photoCount} fotek",
"Failed to load some photos" : "Některé fotky se nepodařilo načíst",
"Failed to update setting" : "Nastavení se nepodařilo zaktualizovat",
"EXIF Extraction" : "Získávání EXIF metadat",
"Albums support is enabled through the Photos app." : "Podpora pro alba je realizována prostřednictvím aplikace Fotky.",
"Albums are disabled because the Photos app is not available." : "Alba jsou vypnutá, protože není k dispozici aplikace Fotky.",
"Face Recognition is installed and enabled" : "Rozpoznávání obličejů je nainstalované a zapnuté",
"Preview generator is installed and enabled. Additional configuration may still be required." : "Vytváření náhledů je nainstalované a zapnuté. I tak může být zapotřebí ještě dalšího nastavování.",
"Preview generator is not installed and configured. This may make Memories very slow." : "Vytváření náhledů není nainstalované nebo nastavené. Kvůli tomu mohou být Vzpomínky velmi pomalé.",
"Recommended Apps" : "Doporučené aplikace",
"Path to packaged exiftool binary" : "Popis umístění přibaleného spustitelného souboru s exiftool",
"Media Indexing" : "Vytváření rejstříku médií",
"You need perl only if the packaged exiftool binary does not work for some reason." : "Perl je zapotřebí pouze pokud přibalený spustitelný soubor s exiftool z nějakého důvodu nefunguje.",
"Use system perl (only if exiftool binary does not work)" : "Použít perl ze systému (pouze pokud pustitelný soubor s exiftool nefunguje)",
"EXIF Extraction" : "Získávání EXIF metadat",
"You can configure the enabled Nextcloud preview providers below." : "Níže je možné nastavit zapnuté poskytovatele náhledů v Nextcloud.",
"If you are using Imaginary for preview generation, you can ignore this section." : "Pokud pro vytváření náhledů používáte Imaginary, je možné tuto sekci ignorovat.",
"To enable RAW support, install the Camera RAW Previews app." : "Pokud chcete zapnout podporu pro formát RAW, nainstalujte aplikaci Náhledy RAW z fotoaparátu.",
"Documentation." : "Dokumentace.",
"PHP-Imagick is available [{version}]." : "PHP-Imagick je k dispozici [{version}].",
"PHP-Imagick is not available." : "PHP-Imagick není k dispozici.",
"Image editing will not work correctly." : "Upravování obrázků nebude fungovat správně.",
"Thumbnail generation may not work for some formats (HEIC, TIFF)." : "Může se stát, že nebude fungovat vytváření náhledů pro některé formáty (HEIC, TIFF).",
"Thumbnails for videos will be generated with this binary." : "Pomocí tohoto spustitelného souboru budou vytvářeny náhledy videí.",
"Thumbnail generation may not work for videos." : "Může se stát, že nebude fungovat vytváření náhledů pro videa.",
"The following MIME types are configured for preview generation." : "Následující MIME typy jsou nastavené pro vytváření náhledů.",
"Max preview size (trade-off between quality and storage requirements)." : "Nejvyšší umožněná velikost náhledu (kompromis mezi kvalitou a požadavky na prostor na úložišti)",
"Max memory for preview generation (MB)" : "Pro vytváření náhledů využít z operační paměti nejvýše (MB)",
"Max size of preview files (MB)" : "Nejvyšší umožněná velikost souborů s náhledy (MB)",
"File Support" : "Podpora pro soubor",
"Images (JPEG, PNG, GIF, BMP)" : "Obrázky (JPEG, PNG, GIF, BMP)",
"HEIC (Imagick)" : "HEIC (Imagick)",
"TIFF (Imagick)" : "TIFF (Imagick)",
"Videos (ffmpeg)" : "Videa (ffmpeg)",
"Thank you for choosing Nextcloud and Memories to store your precious data!" : "Děkujeme, že jste pro ukládání vašich vzácných dat zvolili Nextcloud a Vzpomínky!",
"Memories is very feature rich and setting it up properly can take some time." : "Vzpomínky je nabité funkcemi a tak správné nastavení může chvíli trvat.",
"If you just installed Memories, make sure you read the getting started guide:" : "Pokud jste vzpomínky právě nainstalovali, nezapomeňte si přečíst příručku Začínáme:",
"External Link" : "Externí odkaz",
"In case you run into any issues or bugs, you can get help through several channels." : "V případě, že narazíte na problémy či chyby, pomoc je možné získat prostřednictvím několika kanálů.",
"Memories is a completely free and open source app under active development." : "Vzpomínky jsou zcela bezplatnou a opensource aplikací, která je aktivně vyvíjena.",
"You can contribute in several ways. See the project page for more details:" : "Podílet se na vývoji je možné vícero způsoby. Podrobnosti jak naleznete na webu projektu:",
"Help & Support" : "Nápověda a podpora",
"{n} media files have been indexed" : "{n} souborů s médii bylo zařazeno do rejstříku",
"Automatic Indexing status: {status}" : "Stav automatického vytváření rejstříku: {status}",
"Last index job was run {t} seconds ago." : "Nejnovější úloha vytváření rejstříku proběhla před {t} sekundami.",
"It took {t} seconds to complete." : "Dokončení trvalo {t} sekund.",
"It is still running or was interrupted." : "Pořád probíhá nebo bylo přerušeno.",
"Looks like it has been more than an hour since the last index job was run. Make sure Nextcloud cron is configured correctly." : "Zdá se, že od minulé úlohy vytváření rejstříku uplynula více než hodina. Zajistěte, že jsou správně nastavené naplánované úlohy (cron) pro Nextcloud.",
"Only server-side encryption (OC_DEFAULT_MODULE) is supported, but another encryption module is enabled." : "Je podporováno pouze šifrování na straně serveru (OC_DEFAULT_MODULE), ale navzdory tomu je zapnutý jiný šifrovací modul.",
"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." : "Rejstříky EXIF metadat jsou vytvářeny a kontrolovány v rámci pravidelné úlohy spouštěné na pozadí. Při vybírání čehokoli jiného než automatického vytváření rejstříků buďte opatrní. Například nastavení vytváření rejstříků pouze na složky s časovou osou může způsobovat prodlevy v dostupnosti médií ",
"Folders with a \".nomedia\" file are always excluded from indexing." : "Složky obsahující soubor „.nomedia“ jsou z vytváření rejstříku vynechávány.",
"Folders with a \".nomedia\" or a \".nomemories\" file are always excluded from indexing." : "Složky obsahující soubor „.nomedia“ nebo „.nomemories“ jsou z vytváření rejstříku vynechávány.",
"Index all media automatically (recommended)" : "Automaticky vytvářet rejstřík ze všech médií (doporučeno)",
"Index per-user timeline folders (not recommended)" : "Vytvářet rejstřík ze složek, obsahujících časovou osu pro jednotlivé uživatele (nedoporučováno)",
"Index a fixed relative path" : "Vytvářet rejstřík z pevně daného relativního popisu umístění",
"Disable background indexing" : "Vypnout vytváření rejstříků na pozadí",
"Indexing path (relative, all users)" : "Popis umístění rejstříku (relativní, všichni uživatelé)",
"For advanced usage, perform a run of indexing by running:" : "Pro pokročilé použití, spuštění vytvoření rejstříku se provede spuštěním:",
"Run index in parallel with 4 threads:" : "Spustit vytváření rejstříku paralelně ve čtyřech vláknech:",
"Force re-indexing of all files:" : "Vynutit znovuvytvoření rejstříku ze všech souborů:",
"You can limit indexing by user and/or folder:" : "Je možné omezit vytváření rejstříků pro uživatele nebo složku:",
"Clear all existing index tables:" : "Vyčistit veškeré existující tabulky rejstříků:",
"External Link" : "Externí odkaz",
"Performance" : "Výkonnost",
"Media Indexing" : "Vytváření rejstříku médií",
"HTTPS is enabled" : "HTTPS je zapnuté",
"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." : "K této stránce přistupujete přes nezabezpečený kontext. V důsledku toho nejsou některá API rozhraní prohlížeče k dispozici, což Vzpomínky velmi zpomalí. Zlepšete výkon zapnutím HTTPS na tomto serveru.",
"HTTP/2 or HTTP/3 is enabled" : "HTTP/2 nebo HTTP/3 je zapnuté",
"HTTP/2 or HTTP/3 is strongly recommended ({httpVer} detected)" : "HTTP/2 nebo HTTP/3 je velmi doporučováno (zjištěno {httpVer})",
"Performance" : "Výkonnost",
"Unknown" : "Neznámé",
"Reverse Geocoding" : "Obrácené geokódování",
"Database is populated with {n} geometries." : "Databáze je osazena {n} geometriemi.",
"Geometry table has not been created." : "Tabulka geometrie nebyla vytvořena.",
"Looks like the planet data is incomplete." : "Zdá se, že planetární data nejsou úplná.",
"Reverse geocoding has not been configured ({status})." : "Obrácené geokódování nebylo nastaveno ({status}).",
"Memories supports offline reverse geocoding using the OpenStreetMaps data on MySQL and Postgres." : "Memories podporuje obrácené geokódování, přičemž k tomu nepoužívá služby na Internetu (soukromí). Je založeno na datech z OpenStreetMaps (ukládaných v MySQL či Postgres).",
"You need to download the planet data into your database. This is highly recommended and has low overhead." : "Je třeba stáhnout si geografická data do databáze. Je to velmi doporučováno a má nízkou režii.",
"If the button below does not work for importing the planet data, use the following command:" : "Pokud níže uvedené tlačítko pro naimportování planetárních dat nefunguje, použijte následující příkaz:",
"Note: the geometry data is stored in the memories_planet_geometry table, with no prefix." : "Pozn.: data o geometrii jsou uložena v tabulce memories_planet_geometry (bez předpony).",
"Download planet database" : "Stáhnout si geografickou databázi",
"Reverse Geocoding" : "Obrácené geokódování",
"Geometry support was not detected in your database" : "Podpora geometrie nebyla ve vámi využívané databázi zjištěna",
"MySQL-like geometry support was detected " : "Podpora geometrie ve stylu MySQL nebyla zjistěna",
"Postgres native geometry support was detected" : "Byla zjištěna podpora nativní Postgres geometrie",
"Video Streaming" : "Proudové vysílání videa",
"Looks like the database is already setup. Are you sure you want to redownload planet data?" : "Zdá se, že databáze už je nastavená. Opravdu si přejete planetární data znovu stáhnout?",
"You are about to download the planet database. This may take a while." : "Chystáte se stáhnout si planetární databázi. To může chvíli trvat.",
"This may also cause all photos to be re-indexed!" : "Toto také může způsobit, že bude znovu vytvořen rejstřík všech fotek!",
"Live transcoding provides for adaptive streaming of videos using HLS." : "Živé překódovávání poskytuje adaptivní proudové vysílání videí pomocí HLS.",
"Note that this may be very CPU intensive without hardware acceleration, and transcoding will not be used for external storage." : "Mějte na paměti, že nebude použito v případě externích úložiště. Dále také, pokud není k dispozici hardwarová akcelerace, toto může velmi silně vytěžovat procesor.",
"Enable Transcoding" : "Zapnout překódovávání",
@ -112,13 +175,14 @@ OC.L10N.register(
"Auto (adaptive transcode)" : "Automatická (přizpůsobivé překódování)",
"Original (transcode with max quality)" : "Originál (překódovat v nejvyšší možné kvalitě)",
"Direct (original video file without transcode)" : "Přímé (původní video soubor bez překódování)",
"Hardware Acceleration" : "Hardwarová akcelerace",
"Video Streaming" : "Proudové vysílání videa",
"You must first make sure the correct drivers are installed before configuring acceleration." : "Nejprve je třeba mít nainstalované správné ovladače a pak až nastavovat akceleraci.",
"Make sure you test hardware acceleration with various options after enabling." : "Poté co ji zapnete, vyzkoušejte hardwarovou akceleraci pomocí různých voleb.",
"Do not enable multiple types of hardware acceleration simultaneously." : "Nezapínejte vícero typů hardwarové akcelerace naráz.",
"Intel processors supporting QuickSync Video (QSV) as well as some AMD GPUs can be used for transcoding using VA-API acceleration." : "V případě procesorů Intel, podporujících QuickSync Video (QSV), stejně tak některých grafických čipů AMD, je pro překódovávání možné využít akceleraci přes rozhraní VA-API.",
"For more details on driver installation, check the documentation:" : "Podrobnosti ohledně instalace ovladače naleznete v dokumentaci:",
"Enable acceleration with VA-API" : "Zapnout akceleraci pomocí VA-API",
"Enable low-power mode (QSV)" : "Zapnout režim nízké spotřeby (QSV)",
"Enable low-power mode (QSV only)" : "Zapnout režim nízké spotřeby (pouze QSV)",
"NVIDIA GPUs can be used for transcoding using the NVENC encoder with the proper drivers." : "Při použití příhodných ovladačů je pro překódovávání možné na grafických čipech NVIDIA využít NVENC enkodér.",
"Depending on the versions of the installed SDK and ffmpeg, you need to specify the scaler to use" : "Podle verze nainstalovaného SDK a nástroje ffmepg je třeba zadat které škálování použít",
"No automated tests are available for NVIDIA acceleration." : "Pro akceleraci přes NVIDIA nejsou k dispozici automatizované testy.",
@ -126,16 +190,26 @@ OC.L10N.register(
"Enable NVENC Temporal AQ" : "Zapnout NVENC Temporal AQ",
"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.",
"Enable the following option only if you have incorrectly oriented videos during playback." : "Následující předvolby zapněte 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í",
"HW Acceleration" : "Hardwarová akcelerace",
"VA-API device ({dev}) is readable" : "VA-API zařízení ({dev}) není přístupné pro čtení",
"VA-API device ({dev}) not found" : "VA-API zařízení ({dev}) nenalezeno",
"VA-API device ({dev}) has incorrect permissions" : "Na VA-API zařízení ({dev}) nejsou správně nastavená práva",
"VA-API device status: {status}" : "Stav VA-API zařízení: {status}",
"Transcoder configuration" : "Natavení nástroje pro překódovávání",
"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:" : "Vzpomínky používají pro překódovávání nástroj go-vod. Ten je možné spouštět externě (např. ve zvlášť Docker containeru kvůli hardwarové akceleraci) nebo použít jeho vestavěnou podobu. Pokud chcete použít externí podobu, zapněte následující předvolby a postupujte podle pokynů v dokumentaci:",
"Enable external transcoder (go-vod)" : "Zapnout externí nástroj pro překódování (go-vod)",
"Binary path (local only)" : "Popis umístění spustitelného souboru (pouze lokální)",
"Bind address (local only)" : "Adresa, na kterou navázat (pouze místní)",
"Connection address (same as bind if local)" : "Adresa pro připojení (pokud lokální, stejná jako ta pro navázání na)",
"_{n} item added to album_::_{n} items added to album_" : ["{n} položka přidána do alba","{n} položky přidány do alba","{n} položek přidáno do alba","{n} položky přidány do alba"],
"Transcoder" : "Nástroj pro překódovávání",
"Template" : "Šablona",
"No items" : "Žádné položky",
"Shared by {user}" : "Sdílí {user}",
"_{n} item_::_{n} items_" : ["{n} položka","{n} položky","{n} položek","{n} položky"],
"_{n} photo updated_::_{n} photos updated_" : ["{n} fotka zaktualizována","{n} fotky zaktualizovány","{n} fotek zaktualizováno","{n} fotky zaktualizovány"],
"Add people or groups who can edit your album" : "Přidejte uživatele či skupiny, kteří mohou album upravovat",
"Search for collaborators" : "Vyhledat spolupracující",
"Search people or groups" : "Hledat uživatele nebo skupiny",
@ -157,7 +231,6 @@ OC.L10N.register(
"Could not load the selected album" : "Nedaří se načíst vybrané album",
"Remove Album" : "Odebrat album",
"Are you sure you want to permanently remove album \"{name}\"?" : "Opravdu chcete album „{name}“ nevratně odebrat?",
"Only user \"{user}\" can delete this album" : "Toto album může smazat pouze uživatel „{user}“",
"Failed to delete {name}." : "Nepodařilo se smazat {name}.",
"Name of the album" : "Název alba",
"Location of the album" : "Umístění alba",
@ -169,12 +242,14 @@ OC.L10N.register(
"Save" : "Uložit",
"Create album" : "Vytvořit album",
"Invalid album name; should not contain any slashes." : "Neplatný název alba: nemůže obsahovat lomítka.",
"Add selection to album {albumName}" : "Přidat výběr do alba {albumName}",
"Create a new album." : "Vytvořit nové album.",
"_%n item_::_%n items_" : ["%n položka","%n položky","%n položek","%n položky"],
"_Share with %n user_::_Share with %n users_" : ["Nasdílet %n uživateli","Nasdílet %n uživatelům","Nasdílet %n uživatelům","Nasdílet %n uživatelům"],
"Search" : "Hledat",
"Create new album." : "Vytvořit nové album",
"Save changes" : "Uložit změny",
"_Removed from {n} album_::_Removed from {n} albums_" : ["Odebráno z {n} alba","Odebráno ze {n} alb","Odebráno z {n} alb","Odebráno ze {n} alb"],
"Share Album" : "Nasdílet album",
"Save collaborators for this album." : "Uložit spolupracující pro toto album.",
"shared by {owner}" : "nasdíleno uživatelem {owner}",
"_%n item_::_%n items_" : ["%n položka","%n položky","%n položek","%n položky"],
"Newest" : "Nejnovější",
"Year" : "Rok",
"Month" : "Měsíc",
@ -211,15 +286,19 @@ OC.L10N.register(
"Name" : "Název",
"Update" : "Aktualizovat",
"Failed to rename {oldName} to {name}." : "Nepodařilo se přejmenovat {oldName} na {name}.",
"Search" : "Hledat",
"Loading …" : "Načítání…",
"Enter name of the new face" : "Zadejte název nové tváře",
"Failed to create face" : "Nepodařilo se vytvořit obličej",
"Merge {name} with person" : "Sloučit {name} s osobou",
"Are you sure you want to merge {name} with {newName}?" : "Opravdu chcete sloučit {name} s {newName}?",
"Merge faces" : "Sloučit obličeje",
"Merge {name} with {newName}?" : "Sloučit {name} s {newName}?",
"unnamed person" : "bezejmenná osoba",
"Too many failures, aborting" : "Příliš mnoho nezdarů přerušuje se",
"Error while moving {basename}" : "Chyba při přesouvání {basename}",
"Failed to move {name}." : "Nepodařilo se přesunout {name}.",
"Move selected photos to person" : "Přesunout označené fotky k osobě",
"Move the selected photos to {target}?" : "Přesunout označené fotky k {target}?",
"An error occurred while moving photos from {name}." : "Došlo k chybě při přesouvání fotek z {name}.",
"Choose a folder" : "Zvolit složku",
"_{n} item moved to folder_::_{n} items moved to folder_" : ["{n} položka přesunuto do složky","{n} položky přesunuty do složky","{n} položek přesunuto do složky","{n} položky přesunuty do složky"],
"Remove" : "Odebrat",
@ -254,10 +333,11 @@ OC.L10N.register(
"Sort by name" : "Seřadit podle názvu",
"Share album" : "Nasdílet album",
"Download album" : "Stáhnout si album",
"Delete album" : "Smazat album",
"Nothing to show here" : "Není co zde zobrazit",
"Unassigned faces" : "Nepřiřazené obličeje",
"Merge with different person" : "Sloučit s jinou osobou",
"Mark person in preview" : "Označovat osobu v náhledu",
"Unnamed person" : "Bezejmenná osoba",
"Folder View" : "Zobrazení se složkami",
"Timeline View" : "Zobrazení s časovou osou",
"Share folder" : "Nasdílet složku",
@ -269,17 +349,22 @@ OC.L10N.register(
"Drop changes" : "Zahodit změny",
"Share" : "Sdílet",
"Play Live Photo" : "Přehrát živé video",
"Sidebar" : "Postranní panel",
"Download Video" : "Stáhnout si video",
"Slideshow" : "Promítání",
"Previous" : "Předchozí",
"Next" : "Další",
"Editing is currently disabled for Live Photos" : "Pro živé fotky je upravování v tuto chvíli vypnuté",
"Are you sure you want to delete?" : "Opravdu chcete smazat?",
"Failed to delete photo" : "Nepodařilo se smazat fotku",
"{name} binary exists and is executable." : "spustitelný soubor {name} existuje a má práva nastavená pro spouštění.",
"{name} binary not found." : "{name} spustitelný soubor nenalezen.",
"{name} binary is not executable." : "spustitelný soubor {name} nemá práva nastavená pro spouštění.",
"{name} failed test: {info}." : "{name} nezdařilý test: {info}.",
"{name} binary exists and is usable ({info})." : "spustitelný soubor {name} existuje a je použitelný ({info}).",
"{name} binary status: {status}." : "stav spustitelného souboru {name}: {status}.",
"Save as" : "Uložit jako",
"All changes will be lost." : "Veškeré změny budou ztraceny.",
"Are you sure you want to continue?" : "Opravdu chcete pokračovat?",
"Continue" : "Pokračovat",
"Undo" : "Vrátit zpět",
"Redo" : "Zopakovat",
"Show original image" : "Zobrazit původní obrázek",
@ -364,6 +449,7 @@ OC.L10N.register(
"Auto" : "Automaticky",
"Shared Folder" : "Sdílená složka",
"Shared Album" : "Sdílené album",
"Failed to remove {filename}." : "{filename} se nepodařilo odebrat.",
"Failed to create {albumName}." : "Nepodařilo se vytvořit {albumName}.",
"Failed to rename {currentAlbumName} to {newAlbumName}." : "Nepodařilo přejmenovat {currentAlbumName} to {newAlbumName}.",
"General Failure" : "Obecný nezdar",
@ -376,6 +462,9 @@ OC.L10N.register(
"Failed to favorite files." : "Nepodařilo se přidat soubory mezi oblíbené.",
"Failed to favorite some files." : "Některé soubory se nepodařilo označit jako oblíbené",
"Failed to favorite {fileName}." : "Nepodařilo se přidat {fileName} do oblíbených.",
"No content-location header found" : "Nenalezena žádná hlavička content-location (umístění obsahu)",
"Failed to create tag {name}: {error}" : "Nepodařilo se vytvořit štítek {name}: {error}",
"Memories has been updated to {version}. Reload to get the new version." : "Vzpomínky byly zaktualizovány na {version}. Načtěte stránku znovu, aby se změna projevila.",
"Upload some photos and make sure the timeline path is configured" : "Nahrajte nějaké fotky a ověřte, že je nastavený popis umístění časové osy",
"Mark photos as favorite to find them easily" : "Abyste je snadno našli, označujte fotky jako oblíbené",
"Memories from past years will appear here" : "Vzpomínky z minulých let se zobrazí zde",
@ -388,6 +477,7 @@ OC.L10N.register(
"Tag photos to find them easily" : "Abyste je snadno našli, opatřujte fotky štítky",
"Recognize is still working on your photos" : "Stále ještě probíhá rozpoznávání vašich fotek",
"Places you have been to will appear here" : "Objeví se zde místa, na kterých jste byli",
"Your Timeline" : "Vaše časová osa"
"Yes" : "Ano",
"No" : "Ne"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");

148
l10n/cs.json vendored
View File

@ -1,4 +1,5 @@
{ "translations": {
"Download" : "Stáhnout",
"Memories" : "Vzpomínky",
"Fast, modern and advanced photo management suite" : "Rychlá, moderní sada pro správu fotek s pokročilými funkcemi",
"Settings" : "Nastavení",
@ -21,17 +22,20 @@
"Face Recognition" : "Rozpoznávání obličejů",
"A better photos experience awaits you" : "Lepší zážitek z fotek na vás čeká",
"Choose the root folder of your timeline to begin" : "Začněte zvolením kořenové složky vaší časové osy",
"If you just installed Memories, run:" : "Pokud jste Vzpomínky právě nainstalovali, spusťte:",
"Continue to Memories" : "Pokračovat do Vzpomínek",
"Choose again" : "Zvolit znovu",
"Click here to start" : "Začněte kliknutím sem",
"You can always change this later in settings" : "Toto je možné kdykoli později změnit v nastavení",
"If you just installed Memories, visit the admin panel first." : "Pokud jste Vzpomínky právě nainstalovali, navštivte nejprve panel pro správu",
"Choose the root of your timeline" : "Zvolte kořen vaší časové osy",
"The selected folder does not seem to be valid. Try again." : "Vybraná složka se nezdá být platná. Zkuste to znovu.",
"No photos were found in the selected folder." : "Ve vybraných složkách nebyly nalezeny žádné fotky.",
"This can happen because your media is still indexing." : "Toto se může stát protože teprve stále ještě probíhá vytváření rejstříku vašich médií.",
"Visit the admin panel to make sure Memories is configured correctly." : "Jděte na panel pro správu a ověřte, že jsou Vzpomínky správně nastavené.",
"_Found {n} item in {path}_::_Found {n} items in {path}_" : ["Nalezena {n} položka v {path}","Nalezeny {n} položky v {path}","Nalezeno {n} položek v {path}","Nalezeny {n} položky v {path}"],
"Metadata" : "Metadata",
"Edit" : "Upravit",
"No title" : "Bez nadpisu",
"No description" : "Bez popisu",
"Failed to load metadata" : "Metadata se nepodařilo načíst",
"No coordinates" : "Žádné souřadnice",
"Click edit to set location" : "Umístění upravíte kliknutím",
"Photos" : "Fotky",
@ -39,7 +43,6 @@
"Cancel" : "Storno",
"Delete" : "Smazat",
"Remove from album" : "Odebrat z alba",
"Download" : "Stáhnout",
"Favorite" : "Přidat do oblíbených",
"Unarchive" : "Zrušit archivování",
"Edit metadata" : "Upravit metadata",
@ -48,9 +51,12 @@
"Add to album" : "Přidat do alba",
"Move to person" : "Přesunout pod osobu",
"Remove from person" : "Odebrat z osoby",
"You are about to download a large number of files. Are you sure?" : "Chystáte se stahovat si velký počet souborů. Opravdu to chcete?",
"You are about to delete a large number of files. Are you sure?" : "Chystáte se smazat velké množství souborů. Opravdu to chcete?",
"You are about to touch a large number of files. Are you sure?" : "Chystáte se změnit velké množství souborů. Opravdu to chcete?",
"You are about to download a large number of files." : "Chystáte se stahovat si velký počet souborů",
"Continue" : "Pokračovat",
"You are about to delete a large number of files" : "Chystáte se smazat velké množství souborů",
"Failed to delete files" : "Nepodařilo se smazat soubory",
"Move" : "Přesunout",
"You are about to move a large number of files" : "Chystáte se přesunout velké množství souborů",
"You must enable \"Mark person in preview\" to use this feature" : "Aby bylo možné používat tuto funkci, je třeba zapnout „Označovat osobu v náhledu",
"Only user \"{user}\" can update this person" : "Tuto osobu může aktualizovat pouze uživatel „{user}“",
"_{n} selected_::_{n} selected_" : ["{n} vybráno","{n} vybrány","{n} vybráno","{n} vybrány"],
@ -59,48 +65,105 @@
"Timeline Path" : "Popis umístění časové osy",
"Square grid mode" : "Režim se čtvercovou mřížkou",
"Show past photos on top of timeline" : "Minulé fotky zobrazovat nad časovou osou",
"Viewer" : "Prohlížeč",
"Autoplay Live Photos" : "Automaticky přhrávat živé fotky",
"Load full size image on zoom" : "Při přiblížení načíst obrázek v plné velikosti",
"Always load full size image (not recommended)" : "Obrázek načítat v plné velikosti vždy (nedoporučeno)",
"Account" : "Účet",
"Logged in as {user}" : "Přihlášeni jako {user}",
"Sign out" : "Odhlásit se",
"Device Folders" : "Složky na zařízení",
"Local folders to include in the timeline view" : "Místní složky, které budou obsahovat zobrazení časové osy",
"Folders Path" : "Popis umístění složek",
"Show hidden folders" : "Zobrazit skryté složky",
"Sort folders oldest-first" : "Seřadit složky od nejstarších",
"Sort albums oldest-first" : "Seřadit alba od nejstarších",
"Choose Timeline Paths" : "Zvolte trasy časovou osou",
"Choose the root for the folders view" : "Zvolte kořen pro zobrazení složek",
"Are you sure you want to log out {user}?" : "Opravdu chcete {user} odhlásit?",
"Close" : "Zavřít",
"{photoCount} photos" : "{photoCount} fotek",
"Failed to load some photos" : "Některé fotky se nepodařilo načíst",
"Failed to update setting" : "Nastavení se nepodařilo zaktualizovat",
"EXIF Extraction" : "Získávání EXIF metadat",
"Albums support is enabled through the Photos app." : "Podpora pro alba je realizována prostřednictvím aplikace Fotky.",
"Albums are disabled because the Photos app is not available." : "Alba jsou vypnutá, protože není k dispozici aplikace Fotky.",
"Face Recognition is installed and enabled" : "Rozpoznávání obličejů je nainstalované a zapnuté",
"Preview generator is installed and enabled. Additional configuration may still be required." : "Vytváření náhledů je nainstalované a zapnuté. I tak může být zapotřebí ještě dalšího nastavování.",
"Preview generator is not installed and configured. This may make Memories very slow." : "Vytváření náhledů není nainstalované nebo nastavené. Kvůli tomu mohou být Vzpomínky velmi pomalé.",
"Recommended Apps" : "Doporučené aplikace",
"Path to packaged exiftool binary" : "Popis umístění přibaleného spustitelného souboru s exiftool",
"Media Indexing" : "Vytváření rejstříku médií",
"You need perl only if the packaged exiftool binary does not work for some reason." : "Perl je zapotřebí pouze pokud přibalený spustitelný soubor s exiftool z nějakého důvodu nefunguje.",
"Use system perl (only if exiftool binary does not work)" : "Použít perl ze systému (pouze pokud pustitelný soubor s exiftool nefunguje)",
"EXIF Extraction" : "Získávání EXIF metadat",
"You can configure the enabled Nextcloud preview providers below." : "Níže je možné nastavit zapnuté poskytovatele náhledů v Nextcloud.",
"If you are using Imaginary for preview generation, you can ignore this section." : "Pokud pro vytváření náhledů používáte Imaginary, je možné tuto sekci ignorovat.",
"To enable RAW support, install the Camera RAW Previews app." : "Pokud chcete zapnout podporu pro formát RAW, nainstalujte aplikaci Náhledy RAW z fotoaparátu.",
"Documentation." : "Dokumentace.",
"PHP-Imagick is available [{version}]." : "PHP-Imagick je k dispozici [{version}].",
"PHP-Imagick is not available." : "PHP-Imagick není k dispozici.",
"Image editing will not work correctly." : "Upravování obrázků nebude fungovat správně.",
"Thumbnail generation may not work for some formats (HEIC, TIFF)." : "Může se stát, že nebude fungovat vytváření náhledů pro některé formáty (HEIC, TIFF).",
"Thumbnails for videos will be generated with this binary." : "Pomocí tohoto spustitelného souboru budou vytvářeny náhledy videí.",
"Thumbnail generation may not work for videos." : "Může se stát, že nebude fungovat vytváření náhledů pro videa.",
"The following MIME types are configured for preview generation." : "Následující MIME typy jsou nastavené pro vytváření náhledů.",
"Max preview size (trade-off between quality and storage requirements)." : "Nejvyšší umožněná velikost náhledu (kompromis mezi kvalitou a požadavky na prostor na úložišti)",
"Max memory for preview generation (MB)" : "Pro vytváření náhledů využít z operační paměti nejvýše (MB)",
"Max size of preview files (MB)" : "Nejvyšší umožněná velikost souborů s náhledy (MB)",
"File Support" : "Podpora pro soubor",
"Images (JPEG, PNG, GIF, BMP)" : "Obrázky (JPEG, PNG, GIF, BMP)",
"HEIC (Imagick)" : "HEIC (Imagick)",
"TIFF (Imagick)" : "TIFF (Imagick)",
"Videos (ffmpeg)" : "Videa (ffmpeg)",
"Thank you for choosing Nextcloud and Memories to store your precious data!" : "Děkujeme, že jste pro ukládání vašich vzácných dat zvolili Nextcloud a Vzpomínky!",
"Memories is very feature rich and setting it up properly can take some time." : "Vzpomínky je nabité funkcemi a tak správné nastavení může chvíli trvat.",
"If you just installed Memories, make sure you read the getting started guide:" : "Pokud jste vzpomínky právě nainstalovali, nezapomeňte si přečíst příručku Začínáme:",
"External Link" : "Externí odkaz",
"In case you run into any issues or bugs, you can get help through several channels." : "V případě, že narazíte na problémy či chyby, pomoc je možné získat prostřednictvím několika kanálů.",
"Memories is a completely free and open source app under active development." : "Vzpomínky jsou zcela bezplatnou a opensource aplikací, která je aktivně vyvíjena.",
"You can contribute in several ways. See the project page for more details:" : "Podílet se na vývoji je možné vícero způsoby. Podrobnosti jak naleznete na webu projektu:",
"Help & Support" : "Nápověda a podpora",
"{n} media files have been indexed" : "{n} souborů s médii bylo zařazeno do rejstříku",
"Automatic Indexing status: {status}" : "Stav automatického vytváření rejstříku: {status}",
"Last index job was run {t} seconds ago." : "Nejnovější úloha vytváření rejstříku proběhla před {t} sekundami.",
"It took {t} seconds to complete." : "Dokončení trvalo {t} sekund.",
"It is still running or was interrupted." : "Pořád probíhá nebo bylo přerušeno.",
"Looks like it has been more than an hour since the last index job was run. Make sure Nextcloud cron is configured correctly." : "Zdá se, že od minulé úlohy vytváření rejstříku uplynula více než hodina. Zajistěte, že jsou správně nastavené naplánované úlohy (cron) pro Nextcloud.",
"Only server-side encryption (OC_DEFAULT_MODULE) is supported, but another encryption module is enabled." : "Je podporováno pouze šifrování na straně serveru (OC_DEFAULT_MODULE), ale navzdory tomu je zapnutý jiný šifrovací modul.",
"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." : "Rejstříky EXIF metadat jsou vytvářeny a kontrolovány v rámci pravidelné úlohy spouštěné na pozadí. Při vybírání čehokoli jiného než automatického vytváření rejstříků buďte opatrní. Například nastavení vytváření rejstříků pouze na složky s časovou osou může způsobovat prodlevy v dostupnosti médií ",
"Folders with a \".nomedia\" file are always excluded from indexing." : "Složky obsahující soubor „.nomedia“ jsou z vytváření rejstříku vynechávány.",
"Folders with a \".nomedia\" or a \".nomemories\" file are always excluded from indexing." : "Složky obsahující soubor „.nomedia“ nebo „.nomemories“ jsou z vytváření rejstříku vynechávány.",
"Index all media automatically (recommended)" : "Automaticky vytvářet rejstřík ze všech médií (doporučeno)",
"Index per-user timeline folders (not recommended)" : "Vytvářet rejstřík ze složek, obsahujících časovou osu pro jednotlivé uživatele (nedoporučováno)",
"Index a fixed relative path" : "Vytvářet rejstřík z pevně daného relativního popisu umístění",
"Disable background indexing" : "Vypnout vytváření rejstříků na pozadí",
"Indexing path (relative, all users)" : "Popis umístění rejstříku (relativní, všichni uživatelé)",
"For advanced usage, perform a run of indexing by running:" : "Pro pokročilé použití, spuštění vytvoření rejstříku se provede spuštěním:",
"Run index in parallel with 4 threads:" : "Spustit vytváření rejstříku paralelně ve čtyřech vláknech:",
"Force re-indexing of all files:" : "Vynutit znovuvytvoření rejstříku ze všech souborů:",
"You can limit indexing by user and/or folder:" : "Je možné omezit vytváření rejstříků pro uživatele nebo složku:",
"Clear all existing index tables:" : "Vyčistit veškeré existující tabulky rejstříků:",
"External Link" : "Externí odkaz",
"Performance" : "Výkonnost",
"Media Indexing" : "Vytváření rejstříku médií",
"HTTPS is enabled" : "HTTPS je zapnuté",
"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." : "K této stránce přistupujete přes nezabezpečený kontext. V důsledku toho nejsou některá API rozhraní prohlížeče k dispozici, což Vzpomínky velmi zpomalí. Zlepšete výkon zapnutím HTTPS na tomto serveru.",
"HTTP/2 or HTTP/3 is enabled" : "HTTP/2 nebo HTTP/3 je zapnuté",
"HTTP/2 or HTTP/3 is strongly recommended ({httpVer} detected)" : "HTTP/2 nebo HTTP/3 je velmi doporučováno (zjištěno {httpVer})",
"Performance" : "Výkonnost",
"Unknown" : "Neznámé",
"Reverse Geocoding" : "Obrácené geokódování",
"Database is populated with {n} geometries." : "Databáze je osazena {n} geometriemi.",
"Geometry table has not been created." : "Tabulka geometrie nebyla vytvořena.",
"Looks like the planet data is incomplete." : "Zdá se, že planetární data nejsou úplná.",
"Reverse geocoding has not been configured ({status})." : "Obrácené geokódování nebylo nastaveno ({status}).",
"Memories supports offline reverse geocoding using the OpenStreetMaps data on MySQL and Postgres." : "Memories podporuje obrácené geokódování, přičemž k tomu nepoužívá služby na Internetu (soukromí). Je založeno na datech z OpenStreetMaps (ukládaných v MySQL či Postgres).",
"You need to download the planet data into your database. This is highly recommended and has low overhead." : "Je třeba stáhnout si geografická data do databáze. Je to velmi doporučováno a má nízkou režii.",
"If the button below does not work for importing the planet data, use the following command:" : "Pokud níže uvedené tlačítko pro naimportování planetárních dat nefunguje, použijte následující příkaz:",
"Note: the geometry data is stored in the memories_planet_geometry table, with no prefix." : "Pozn.: data o geometrii jsou uložena v tabulce memories_planet_geometry (bez předpony).",
"Download planet database" : "Stáhnout si geografickou databázi",
"Reverse Geocoding" : "Obrácené geokódování",
"Geometry support was not detected in your database" : "Podpora geometrie nebyla ve vámi využívané databázi zjištěna",
"MySQL-like geometry support was detected " : "Podpora geometrie ve stylu MySQL nebyla zjistěna",
"Postgres native geometry support was detected" : "Byla zjištěna podpora nativní Postgres geometrie",
"Video Streaming" : "Proudové vysílání videa",
"Looks like the database is already setup. Are you sure you want to redownload planet data?" : "Zdá se, že databáze už je nastavená. Opravdu si přejete planetární data znovu stáhnout?",
"You are about to download the planet database. This may take a while." : "Chystáte se stáhnout si planetární databázi. To může chvíli trvat.",
"This may also cause all photos to be re-indexed!" : "Toto také může způsobit, že bude znovu vytvořen rejstřík všech fotek!",
"Live transcoding provides for adaptive streaming of videos using HLS." : "Živé překódovávání poskytuje adaptivní proudové vysílání videí pomocí HLS.",
"Note that this may be very CPU intensive without hardware acceleration, and transcoding will not be used for external storage." : "Mějte na paměti, že nebude použito v případě externích úložiště. Dále také, pokud není k dispozici hardwarová akcelerace, toto může velmi silně vytěžovat procesor.",
"Enable Transcoding" : "Zapnout překódovávání",
@ -110,13 +173,14 @@
"Auto (adaptive transcode)" : "Automatická (přizpůsobivé překódování)",
"Original (transcode with max quality)" : "Originál (překódovat v nejvyšší možné kvalitě)",
"Direct (original video file without transcode)" : "Přímé (původní video soubor bez překódování)",
"Hardware Acceleration" : "Hardwarová akcelerace",
"Video Streaming" : "Proudové vysílání videa",
"You must first make sure the correct drivers are installed before configuring acceleration." : "Nejprve je třeba mít nainstalované správné ovladače a pak až nastavovat akceleraci.",
"Make sure you test hardware acceleration with various options after enabling." : "Poté co ji zapnete, vyzkoušejte hardwarovou akceleraci pomocí různých voleb.",
"Do not enable multiple types of hardware acceleration simultaneously." : "Nezapínejte vícero typů hardwarové akcelerace naráz.",
"Intel processors supporting QuickSync Video (QSV) as well as some AMD GPUs can be used for transcoding using VA-API acceleration." : "V případě procesorů Intel, podporujících QuickSync Video (QSV), stejně tak některých grafických čipů AMD, je pro překódovávání možné využít akceleraci přes rozhraní VA-API.",
"For more details on driver installation, check the documentation:" : "Podrobnosti ohledně instalace ovladače naleznete v dokumentaci:",
"Enable acceleration with VA-API" : "Zapnout akceleraci pomocí VA-API",
"Enable low-power mode (QSV)" : "Zapnout režim nízké spotřeby (QSV)",
"Enable low-power mode (QSV only)" : "Zapnout režim nízké spotřeby (pouze QSV)",
"NVIDIA GPUs can be used for transcoding using the NVENC encoder with the proper drivers." : "Při použití příhodných ovladačů je pro překódovávání možné na grafických čipech NVIDIA využít NVENC enkodér.",
"Depending on the versions of the installed SDK and ffmpeg, you need to specify the scaler to use" : "Podle verze nainstalovaného SDK a nástroje ffmepg je třeba zadat které škálování použít",
"No automated tests are available for NVIDIA acceleration." : "Pro akceleraci přes NVIDIA nejsou k dispozici automatizované testy.",
@ -124,16 +188,26 @@
"Enable NVENC Temporal AQ" : "Zapnout NVENC Temporal AQ",
"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.",
"Enable the following option only if you have incorrectly oriented videos during playback." : "Následující předvolby zapněte 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í",
"HW Acceleration" : "Hardwarová akcelerace",
"VA-API device ({dev}) is readable" : "VA-API zařízení ({dev}) není přístupné pro čtení",
"VA-API device ({dev}) not found" : "VA-API zařízení ({dev}) nenalezeno",
"VA-API device ({dev}) has incorrect permissions" : "Na VA-API zařízení ({dev}) nejsou správně nastavená práva",
"VA-API device status: {status}" : "Stav VA-API zařízení: {status}",
"Transcoder configuration" : "Natavení nástroje pro překódovávání",
"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:" : "Vzpomínky používají pro překódovávání nástroj go-vod. Ten je možné spouštět externě (např. ve zvlášť Docker containeru kvůli hardwarové akceleraci) nebo použít jeho vestavěnou podobu. Pokud chcete použít externí podobu, zapněte následující předvolby a postupujte podle pokynů v dokumentaci:",
"Enable external transcoder (go-vod)" : "Zapnout externí nástroj pro překódování (go-vod)",
"Binary path (local only)" : "Popis umístění spustitelného souboru (pouze lokální)",
"Bind address (local only)" : "Adresa, na kterou navázat (pouze místní)",
"Connection address (same as bind if local)" : "Adresa pro připojení (pokud lokální, stejná jako ta pro navázání na)",
"_{n} item added to album_::_{n} items added to album_" : ["{n} položka přidána do alba","{n} položky přidány do alba","{n} položek přidáno do alba","{n} položky přidány do alba"],
"Transcoder" : "Nástroj pro překódovávání",
"Template" : "Šablona",
"No items" : "Žádné položky",
"Shared by {user}" : "Sdílí {user}",
"_{n} item_::_{n} items_" : ["{n} položka","{n} položky","{n} položek","{n} položky"],
"_{n} photo updated_::_{n} photos updated_" : ["{n} fotka zaktualizována","{n} fotky zaktualizovány","{n} fotek zaktualizováno","{n} fotky zaktualizovány"],
"Add people or groups who can edit your album" : "Přidejte uživatele či skupiny, kteří mohou album upravovat",
"Search for collaborators" : "Vyhledat spolupracující",
"Search people or groups" : "Hledat uživatele nebo skupiny",
@ -155,7 +229,6 @@
"Could not load the selected album" : "Nedaří se načíst vybrané album",
"Remove Album" : "Odebrat album",
"Are you sure you want to permanently remove album \"{name}\"?" : "Opravdu chcete album „{name}“ nevratně odebrat?",
"Only user \"{user}\" can delete this album" : "Toto album může smazat pouze uživatel „{user}“",
"Failed to delete {name}." : "Nepodařilo se smazat {name}.",
"Name of the album" : "Název alba",
"Location of the album" : "Umístění alba",
@ -167,12 +240,14 @@
"Save" : "Uložit",
"Create album" : "Vytvořit album",
"Invalid album name; should not contain any slashes." : "Neplatný název alba: nemůže obsahovat lomítka.",
"Add selection to album {albumName}" : "Přidat výběr do alba {albumName}",
"Create a new album." : "Vytvořit nové album.",
"_%n item_::_%n items_" : ["%n položka","%n položky","%n položek","%n položky"],
"_Share with %n user_::_Share with %n users_" : ["Nasdílet %n uživateli","Nasdílet %n uživatelům","Nasdílet %n uživatelům","Nasdílet %n uživatelům"],
"Search" : "Hledat",
"Create new album." : "Vytvořit nové album",
"Save changes" : "Uložit změny",
"_Removed from {n} album_::_Removed from {n} albums_" : ["Odebráno z {n} alba","Odebráno ze {n} alb","Odebráno z {n} alb","Odebráno ze {n} alb"],
"Share Album" : "Nasdílet album",
"Save collaborators for this album." : "Uložit spolupracující pro toto album.",
"shared by {owner}" : "nasdíleno uživatelem {owner}",
"_%n item_::_%n items_" : ["%n položka","%n položky","%n položek","%n položky"],
"Newest" : "Nejnovější",
"Year" : "Rok",
"Month" : "Měsíc",
@ -209,15 +284,19 @@
"Name" : "Název",
"Update" : "Aktualizovat",
"Failed to rename {oldName} to {name}." : "Nepodařilo se přejmenovat {oldName} na {name}.",
"Search" : "Hledat",
"Loading …" : "Načítání…",
"Enter name of the new face" : "Zadejte název nové tváře",
"Failed to create face" : "Nepodařilo se vytvořit obličej",
"Merge {name} with person" : "Sloučit {name} s osobou",
"Are you sure you want to merge {name} with {newName}?" : "Opravdu chcete sloučit {name} s {newName}?",
"Merge faces" : "Sloučit obličeje",
"Merge {name} with {newName}?" : "Sloučit {name} s {newName}?",
"unnamed person" : "bezejmenná osoba",
"Too many failures, aborting" : "Příliš mnoho nezdarů přerušuje se",
"Error while moving {basename}" : "Chyba při přesouvání {basename}",
"Failed to move {name}." : "Nepodařilo se přesunout {name}.",
"Move selected photos to person" : "Přesunout označené fotky k osobě",
"Move the selected photos to {target}?" : "Přesunout označené fotky k {target}?",
"An error occurred while moving photos from {name}." : "Došlo k chybě při přesouvání fotek z {name}.",
"Choose a folder" : "Zvolit složku",
"_{n} item moved to folder_::_{n} items moved to folder_" : ["{n} položka přesunuto do složky","{n} položky přesunuty do složky","{n} položek přesunuto do složky","{n} položky přesunuty do složky"],
"Remove" : "Odebrat",
@ -252,10 +331,11 @@
"Sort by name" : "Seřadit podle názvu",
"Share album" : "Nasdílet album",
"Download album" : "Stáhnout si album",
"Delete album" : "Smazat album",
"Nothing to show here" : "Není co zde zobrazit",
"Unassigned faces" : "Nepřiřazené obličeje",
"Merge with different person" : "Sloučit s jinou osobou",
"Mark person in preview" : "Označovat osobu v náhledu",
"Unnamed person" : "Bezejmenná osoba",
"Folder View" : "Zobrazení se složkami",
"Timeline View" : "Zobrazení s časovou osou",
"Share folder" : "Nasdílet složku",
@ -267,17 +347,22 @@
"Drop changes" : "Zahodit změny",
"Share" : "Sdílet",
"Play Live Photo" : "Přehrát živé video",
"Sidebar" : "Postranní panel",
"Download Video" : "Stáhnout si video",
"Slideshow" : "Promítání",
"Previous" : "Předchozí",
"Next" : "Další",
"Editing is currently disabled for Live Photos" : "Pro živé fotky je upravování v tuto chvíli vypnuté",
"Are you sure you want to delete?" : "Opravdu chcete smazat?",
"Failed to delete photo" : "Nepodařilo se smazat fotku",
"{name} binary exists and is executable." : "spustitelný soubor {name} existuje a má práva nastavená pro spouštění.",
"{name} binary not found." : "{name} spustitelný soubor nenalezen.",
"{name} binary is not executable." : "spustitelný soubor {name} nemá práva nastavená pro spouštění.",
"{name} failed test: {info}." : "{name} nezdařilý test: {info}.",
"{name} binary exists and is usable ({info})." : "spustitelný soubor {name} existuje a je použitelný ({info}).",
"{name} binary status: {status}." : "stav spustitelného souboru {name}: {status}.",
"Save as" : "Uložit jako",
"All changes will be lost." : "Veškeré změny budou ztraceny.",
"Are you sure you want to continue?" : "Opravdu chcete pokračovat?",
"Continue" : "Pokračovat",
"Undo" : "Vrátit zpět",
"Redo" : "Zopakovat",
"Show original image" : "Zobrazit původní obrázek",
@ -362,6 +447,7 @@
"Auto" : "Automaticky",
"Shared Folder" : "Sdílená složka",
"Shared Album" : "Sdílené album",
"Failed to remove {filename}." : "{filename} se nepodařilo odebrat.",
"Failed to create {albumName}." : "Nepodařilo se vytvořit {albumName}.",
"Failed to rename {currentAlbumName} to {newAlbumName}." : "Nepodařilo přejmenovat {currentAlbumName} to {newAlbumName}.",
"General Failure" : "Obecný nezdar",
@ -374,6 +460,9 @@
"Failed to favorite files." : "Nepodařilo se přidat soubory mezi oblíbené.",
"Failed to favorite some files." : "Některé soubory se nepodařilo označit jako oblíbené",
"Failed to favorite {fileName}." : "Nepodařilo se přidat {fileName} do oblíbených.",
"No content-location header found" : "Nenalezena žádná hlavička content-location (umístění obsahu)",
"Failed to create tag {name}: {error}" : "Nepodařilo se vytvořit štítek {name}: {error}",
"Memories has been updated to {version}. Reload to get the new version." : "Vzpomínky byly zaktualizovány na {version}. Načtěte stránku znovu, aby se změna projevila.",
"Upload some photos and make sure the timeline path is configured" : "Nahrajte nějaké fotky a ověřte, že je nastavený popis umístění časové osy",
"Mark photos as favorite to find them easily" : "Abyste je snadno našli, označujte fotky jako oblíbené",
"Memories from past years will appear here" : "Vzpomínky z minulých let se zobrazí zde",
@ -386,6 +475,7 @@
"Tag photos to find them easily" : "Abyste je snadno našli, opatřujte fotky štítky",
"Recognize is still working on your photos" : "Stále ještě probíhá rozpoznávání vašich fotek",
"Places you have been to will appear here" : "Objeví se zde místa, na kterých jste byli",
"Your Timeline" : "Vaše časová osa"
"Yes" : "Ano",
"No" : "Ne"
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
}

10
l10n/cy_GB.js vendored
View File

@ -1,6 +1,7 @@
OC.L10N.register(
"memories",
{
"Download" : "Llwytho i lawr",
"Settings" : "Gosodiadau",
"Info" : "Info",
"Favorites" : "Ffefrynnau",
@ -11,14 +12,16 @@ OC.L10N.register(
"Photos" : "Lluniau",
"Cancel" : "Diddymu",
"Delete" : "Dileu",
"Download" : "Llwytho i lawr",
"Favorite" : "Ffefryn",
"Move" : "Symud",
"General" : "Cyffredinol",
"Account" : "Cyfrif",
"Close" : "Cau",
"Unknown" : "Anhysbys",
"Copy public link" : "Copïo dolen gyhoeddus",
"Back" : "Nôl",
"Save" : "Cadw",
"Search" : "Chwilio",
"Year" : "Blwyddyn",
"Month" : "Mis",
"Day" : "Diwrnod",
@ -27,7 +30,6 @@ OC.L10N.register(
"Description" : "Disgrifiad",
"Name" : "Enw",
"Update" : "Diweddaru",
"Search" : "Chwilio",
"Loading …" : "Yn llwytho …",
"Remove" : "Gwaredu",
"Share link" : "Rhannu dolen",
@ -41,6 +43,8 @@ OC.L10N.register(
"Undo" : "Dadwneud",
"Custom" : "Cyfaddas",
"Size" : "Maint",
"Auto" : "Awto"
"Auto" : "Awto",
"Yes" : "Ie",
"No" : "Na"
},
"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;");

10
l10n/cy_GB.json vendored
View File

@ -1,4 +1,5 @@
{ "translations": {
"Download" : "Llwytho i lawr",
"Settings" : "Gosodiadau",
"Info" : "Info",
"Favorites" : "Ffefrynnau",
@ -9,14 +10,16 @@
"Photos" : "Lluniau",
"Cancel" : "Diddymu",
"Delete" : "Dileu",
"Download" : "Llwytho i lawr",
"Favorite" : "Ffefryn",
"Move" : "Symud",
"General" : "Cyffredinol",
"Account" : "Cyfrif",
"Close" : "Cau",
"Unknown" : "Anhysbys",
"Copy public link" : "Copïo dolen gyhoeddus",
"Back" : "Nôl",
"Save" : "Cadw",
"Search" : "Chwilio",
"Year" : "Blwyddyn",
"Month" : "Mis",
"Day" : "Diwrnod",
@ -25,7 +28,6 @@
"Description" : "Disgrifiad",
"Name" : "Enw",
"Update" : "Diweddaru",
"Search" : "Chwilio",
"Loading …" : "Yn llwytho …",
"Remove" : "Gwaredu",
"Share link" : "Rhannu dolen",
@ -39,6 +41,8 @@
"Undo" : "Dadwneud",
"Custom" : "Cyfaddas",
"Size" : "Maint",
"Auto" : "Awto"
"Auto" : "Awto",
"Yes" : "Ie",
"No" : "Na"
},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"
}

17
l10n/da.js vendored
View File

@ -1,6 +1,7 @@
OC.L10N.register(
"memories",
{
"Download" : "Download",
"Memories" : "Minder",
"Settings" : "Indstillinger",
"People" : "Personer",
@ -13,24 +14,29 @@ OC.L10N.register(
"Archive" : "Arkivér",
"On this day" : "På denne dag",
"Tags" : "Mærker",
"Metadata" : "Metadata",
"Edit" : "Redigér",
"Photos" : "Billeder",
"Explore" : "Udforsk",
"Cancel" : "Annuller",
"Delete" : "Slet",
"Download" : "Download",
"Favorite" : "Favorit",
"Unarchive" : "Annuller arkivering",
"View in folder" : "Vis i mappe",
"You are about to download a large number of files. Are you sure?" : "Du er ved at downloade et stort antal filer. Er du sikker?",
"You are about to delete a large number of files. Are you sure?" : "Du er ved at slette et stort antal filer. Er du sikker?",
"Continue" : "Fortsæt",
"Move" : "Flyt",
"General" : "Generelt",
"Timeline Path" : "Tidslinjesti",
"Viewer" : "Fremviser",
"Account" : "Konto",
"Show hidden folders" : "Vis skjulte mapper",
"Close" : "Luk",
"Failed to load some photos" : "Kunne ikke indlæse nogle billeder",
"Performance" : "Ydelse",
"Unknown" : "Ukendt",
"Template" : "Skabelon",
"No items" : "Ingen elementer",
"Shared by {user}" : "Delt af {user}",
"Public link copied!" : "Offentlig link kopieret!",
"Copy public link" : "Kopier offentligt link",
"Public link" : "Offentligt link",
@ -45,7 +51,7 @@ OC.L10N.register(
"Back to the new album form." : "Tilbage til den nye albumform.",
"Save" : "Gem",
"Create album" : "Opret album",
"Create a new album." : "Opret et nyt album.",
"Search" : "Søg",
"Year" : "År",
"Month" : "Måned",
"Day" : "Dag",
@ -57,9 +63,9 @@ OC.L10N.register(
"Copyright" : "Ophavsret",
"Empty" : "Tom",
"Reset" : "Nulstil",
"Collaborative Tags" : "Samarbejds Tags",
"Name" : "Navn",
"Update" : "Opdater",
"Search" : "Søg",
"Loading …" : "Loading …",
"Remove" : "Fjern",
"Share link" : "Del dette link",
@ -76,7 +82,6 @@ OC.L10N.register(
"Share" : "Del",
"Previous" : "Tidligere",
"Next" : "Næste",
"Continue" : "Fortsæt",
"Undo" : "Fortryd",
"Redo" : "Annullér fortryd",
"Zoom in" : "Zoom ind",

17
l10n/da.json vendored
View File

@ -1,4 +1,5 @@
{ "translations": {
"Download" : "Download",
"Memories" : "Minder",
"Settings" : "Indstillinger",
"People" : "Personer",
@ -11,24 +12,29 @@
"Archive" : "Arkivér",
"On this day" : "På denne dag",
"Tags" : "Mærker",
"Metadata" : "Metadata",
"Edit" : "Redigér",
"Photos" : "Billeder",
"Explore" : "Udforsk",
"Cancel" : "Annuller",
"Delete" : "Slet",
"Download" : "Download",
"Favorite" : "Favorit",
"Unarchive" : "Annuller arkivering",
"View in folder" : "Vis i mappe",
"You are about to download a large number of files. Are you sure?" : "Du er ved at downloade et stort antal filer. Er du sikker?",
"You are about to delete a large number of files. Are you sure?" : "Du er ved at slette et stort antal filer. Er du sikker?",
"Continue" : "Fortsæt",
"Move" : "Flyt",
"General" : "Generelt",
"Timeline Path" : "Tidslinjesti",
"Viewer" : "Fremviser",
"Account" : "Konto",
"Show hidden folders" : "Vis skjulte mapper",
"Close" : "Luk",
"Failed to load some photos" : "Kunne ikke indlæse nogle billeder",
"Performance" : "Ydelse",
"Unknown" : "Ukendt",
"Template" : "Skabelon",
"No items" : "Ingen elementer",
"Shared by {user}" : "Delt af {user}",
"Public link copied!" : "Offentlig link kopieret!",
"Copy public link" : "Kopier offentligt link",
"Public link" : "Offentligt link",
@ -43,7 +49,7 @@
"Back to the new album form." : "Tilbage til den nye albumform.",
"Save" : "Gem",
"Create album" : "Opret album",
"Create a new album." : "Opret et nyt album.",
"Search" : "Søg",
"Year" : "År",
"Month" : "Måned",
"Day" : "Dag",
@ -55,9 +61,9 @@
"Copyright" : "Ophavsret",
"Empty" : "Tom",
"Reset" : "Nulstil",
"Collaborative Tags" : "Samarbejds Tags",
"Name" : "Navn",
"Update" : "Opdater",
"Search" : "Søg",
"Loading …" : "Loading …",
"Remove" : "Fjern",
"Share link" : "Del dette link",
@ -74,7 +80,6 @@
"Share" : "Del",
"Previous" : "Tidligere",
"Next" : "Næste",
"Continue" : "Fortsæt",
"Undo" : "Fortryd",
"Redo" : "Annullér fortryd",
"Zoom in" : "Zoom ind",

52
l10n/de.js vendored
View File

@ -1,6 +1,7 @@
OC.L10N.register(
"memories",
{
"Download" : "Herunterladen",
"Memories" : "Erinnerungen",
"Fast, modern and advanced photo management suite" : "Schnelle, moderne und fortschrittliche Fotoverwaltungssuite",
"Settings" : "Einstellungen",
@ -21,7 +22,6 @@ OC.L10N.register(
"Recognize" : "Erkennen",
"A better photos experience awaits you" : "Ein besseres Fotoerlebnis erwartet dich",
"Choose the root folder of your timeline to begin" : "Wähle das Wurzelverzeichnis deiner Zeitleiste, um zu beginnen",
"If you just installed Memories, run:" : "Wenn du Memorys gerade installiert hast, führe Folgendes aus:",
"Continue to Memories" : "Weiter zu Memories",
"Choose again" : "Erneut auswählen",
"Click here to start" : "Zum Starten hier klicken",
@ -29,9 +29,8 @@ OC.L10N.register(
"Choose the root of your timeline" : "Wähle den Start deiner Zeitleiste aus",
"The selected folder does not seem to be valid. Try again." : "Der ausgewählte Ordner scheint ungültig zu sein. Versuche es nochmal.",
"_Found {n} item in {path}_::_Found {n} items in {path}_" : ["{n} Foto in {path} gefunden","{n} Fotos in {path} gefunden "],
"Metadata" : "Metadaten",
"Edit" : "Bearbeiten",
"No title" : "Kein Titel",
"No description" : "Keine Beschreibung",
"No coordinates" : "Keine Koordinaten",
"Click edit to set location" : "Auf Bearbeiten klicken um den Ort festzulegen",
"Photos" : "Fotos",
@ -39,7 +38,6 @@ OC.L10N.register(
"Cancel" : "Abbrechen",
"Delete" : "Löschen",
"Remove from album" : "Aus dem Album entfernen",
"Download" : "Herunterladen",
"Favorite" : "Favorisieren",
"Unarchive" : "Dearchivieren",
"Edit metadata" : "Metadaten bearbeiten",
@ -48,9 +46,8 @@ OC.L10N.register(
"Add to album" : "Zum Album hinzufügen",
"Move to person" : "Zu einer Person verschieben",
"Remove from person" : "Von der Person entfernen",
"You are about to download a large number of files. Are you sure?" : "Du bist dabei, eine große Anzahl von Dateien herunterzuladen. Bist du dir sicher?",
"You are about to delete a large number of files. Are you sure?" : "Du bist dabei, eine große Anzahl von Dateien zu löschen. Bist du dir sicher?",
"You are about to touch a large number of files. Are you sure?" : "Du bist dabei, eine große Anzahl von Dateien zu ändern. Bist du dir sicher?",
"Continue" : "Fortsetzen",
"Move" : "Verschieben",
"You must enable \"Mark person in preview\" to use this feature" : "Du musst „Person in Vorschau markieren“ aktivieren, um diese Funktion nutzen zu können",
"Only user \"{user}\" can update this person" : "Nur der Benutzer \"{user}\" kann diese Person aktualisieren.",
"_{n} selected_::_{n} selected_" : ["{n} ausgewählt","{n} ausgewählt"],
@ -59,8 +56,10 @@ OC.L10N.register(
"Timeline Path" : "Pfad der Zeitleiste",
"Square grid mode" : "Quadratischer Gittermodus",
"Show past photos on top of timeline" : "Vergangene Fotos oben auf der Zeitleiste anzeigen",
"Viewer" : "Betrachter",
"Load full size image on zoom" : "Bild in voller Größe beim Zoomen laden",
"Always load full size image (not recommended)" : "Bild immer in voller Größe laden (nicht empfohlen)",
"Account" : "Konto",
"Folders Path" : "Ordnerpfad",
"Show hidden folders" : "Zeige versteckte Ordner",
"Sort folders oldest-first" : "Ordner sortieren, älteste zuerst",
@ -71,19 +70,18 @@ OC.L10N.register(
"{photoCount} photos" : "{photoCount} Fotos",
"Failed to load some photos" : "Laden einiger Fotos fehlgeschlagen",
"Failed to update setting" : "Die Einstellung konnte nicht aktualisiert werden",
"EXIF Extraction" : "EXIF-Extraktion",
"Path to packaged exiftool binary" : "Pfad zur gepackten Exiftool-Binärdatei",
"You need perl only if the packaged exiftool binary does not work for some reason." : "Du brauchst Perl nur, wenn die gepackte Exiftool-Binärdatei aus irgendeinem Grund nicht funktioniert.",
"Use system perl (only if exiftool binary does not work)" : "System-Perl verwenden (nur wenn die Exiftool-Binärdatei nicht funktioniert)",
"Media Indexing" : "Medien-Indexierung",
"EXIF Extraction" : "EXIF-Extraktion",
"External Link" : "Externer Link",
"{n} media files have been indexed" : "{n} Mediendateien wurden indexiert",
"Automatic Indexing status: {status}" : "Automatischer Indizierungs-Status: {status}",
"Last index job was run {t} seconds ago." : "Die letzte Indizierungsaufgabe wurde vor {t}  Sekunden ausgeführt.",
"Last index job was run {t} seconds ago." : "Die letzte Indizierungsjob wurde vor {t}  Sekunden ausgeführt.",
"It took {t} seconds to complete." : "Die Fertigstellung dauerte {t} Sekunden.",
"It is still running or was interrupted." : "Läuft noch oder wurde unterbrochen.",
"Only server-side encryption (OC_DEFAULT_MODULE) is supported, but another encryption module is enabled." : "Nur die serverseitige Verschlüsselung (OC_DEFAULT_MODULE) wird unterstützt, es ist jedoch ein anderes Verschlüsselungsmodul aktiviert.",
"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." : "Die EXIF-Indexe werden in regelmäßigen Abständen im Hintergrund erstellt und überprüft. Sei vorsichtig, wenn du etwas anderes als die automatische Indexierung auswählst. Wenn du z. B. die Indexierung auf Zeitleistenordner beschränkst, kann es zu Verzögerungen kommen, bevor die Medien für die Benutzer verfügbar sind, da der Benutzer die Zeitleiste erst nach der Anmeldung konfiguriert.",
"Folders with a \".nomedia\" file are always excluded from indexing." : "Ordner mit einer „.nomedia“-Datei sind immer von der Indizierung ausgeschlossen.",
"Index all media automatically (recommended)" : "Alle Medien automatisch indexieren (empfohlen)",
"Index per-user timeline folders (not recommended)" : "Indexierung von Zeitleistenordnern pro Benutzer (nicht empfohlen)",
"Index a fixed relative path" : "Einen festen relativen Pfad indexieren",
@ -94,15 +92,13 @@ OC.L10N.register(
"Force re-indexing of all files:" : "Neuindizierung aller Dateien erzwingen:",
"You can limit indexing by user and/or folder:" : "Du kannst die Indizierung nach Benutzer und/oder Ordner einschränken:",
"Clear all existing index tables:" : "Alle vorhandenen Indextabellen löschen:",
"The following MIME types are configured for preview generation correctly. More documentation:" : "Die folgenden MIME-Typen sind für die Erstellung der Vorschau korrekt konfiguriert. Weitere Dokumentation:",
"External Link" : "Externer Link",
"Performance" : "Leistung",
"Media Indexing" : "Medien-Indexierung",
"HTTPS is enabled" : "HTTPS ist aktiviert",
"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 greifst über einen unsicheren Kontext auf diese Seite zu. Einige Browser-APIs sind nicht verfügbar, wodurch Erinnerungen (Memories) sehr langsam wird. Aktiviere HTTPS auf deinem Server, um die Leistung zu verbessern.",
"HTTP/2 or HTTP/3 is enabled" : "HTTP/2 oder HTTP/3 ist aktiviert",
"HTTP/2 or HTTP/3 is strongly recommended ({httpVer} detected)" : "HTTP/2 oder HTTP/3 wird dringend empfohlen ({httpVer} erkannt)",
"Performance" : "Leistung",
"Unknown" : "Unbekannt",
"Reverse Geocoding" : "Umgekehrte Geokodierung",
"Database is populated with {n} geometries." : "Die Datenbank ist mit {n} Geometrien gefüllt.",
"Geometry table has not been created." : "Geometrietabelle wurde nicht erstellt.",
"Looks like the planet data is incomplete." : "Die Planetendaten scheinen unvollständig zu sein.",
@ -112,13 +108,13 @@ OC.L10N.register(
"If the button below does not work for importing the planet data, use the following command:" : "Wenn die Schaltfläche unten zum Importieren der Planetendaten nicht funktioniert, verwende den folgenden Befehl:",
"Note: the geometry data is stored in the memories_planet_geometry table, with no prefix." : "Hinweis: Die Geometriedaten werden ohne Präfix in der Tabelle memory_planet_geometry gespeichert.",
"Download planet database" : "Planetendatenbank herunterladen",
"Reverse Geocoding" : "Umgekehrte Geokodierung",
"Geometry support was not detected in your database" : "Geometrieunterstützung wurde in deiner Datenbank nicht erkannt",
"MySQL-like geometry support was detected " : "MySQL-ähnliche Geometrieunterstützung wurde erkannt",
"Postgres native geometry support was detected" : "Die native Postgres-Geometrieunterstützung wurde erkannt",
"Looks like the database is already setup. Are you sure you want to redownload planet data?" : "Die Datenbank scheint schon eingerichtet zu sein. Willst du wirklich die Planetendaten erneut herunterladen?",
"You are about to download the planet database. This may take a while." : "Du bist dabei, die Planentendatenbank herunterzuladen. Dies kann etwas dauern.",
"This may also cause all photos to be re-indexed!" : "Dies kann auch dazu führen, dass alle Fotos erneut indexiert werden!",
"Video Streaming" : "Video-Streaming",
"Live transcoding provides for adaptive streaming of videos using HLS." : "Live-Transcodierung ermöglicht adaptives Streaming von Videos mit HLS.",
"Note that this may be very CPU intensive without hardware acceleration, and transcoding will not be used for external storage." : "Beachte, dass dies ohne Hardwarebeschleunigung sehr CPU-intensiv sein kann und die Transcodierung nicht für die externe Speicherung verwendet wird.",
"Enable Transcoding" : "Transcodierung aktivieren",
@ -128,14 +124,13 @@ OC.L10N.register(
"Auto (adaptive transcode)" : "Automatisch (adaptive Transcodierung)",
"Original (transcode with max quality)" : "Original (mit maximaler Qualität transcodieren)",
"Direct (original video file without transcode)" : "Direkt (Originalvideodatei ohne Transcodierung)",
"Hardware Acceleration" : "Hardware-Beschleunigung",
"Video Streaming" : "Video-Streaming",
"You must first make sure the correct drivers are installed before configuring acceleration." : "Du musst zunächst sicherstellen, dass die richtigen Treiber installiert sind, bevor du die Beschleunigung konfigurierst.",
"Make sure you test hardware acceleration with various options after enabling." : "Stelle sicher, dass du die Hardwarebeschleunigung nach der Aktivierung mit verschiedenen Optionen testest.",
"Do not enable multiple types of hardware acceleration simultaneously." : "Aktiviere nicht mehrere Arten der Hardwarebeschleunigung gleichzeitig.",
"Intel processors supporting QuickSync Video (QSV) as well as some AMD GPUs can be used for transcoding using VA-API acceleration." : "Intel-Prozessoren, die QuickSync Video (QSV) unterstützen, sowie einige AMD-GPUs können für die Transcodierung mit VA-API-Beschleunigung verwendet werden.",
"For more details on driver installation, check the documentation:" : "Weitere Einzelheiten zur Treiberinstallation findest du in der Dokumentation:",
"Enable acceleration with VA-API" : "Beschleunigung mit VA-API aktivieren",
"Enable low-power mode (QSV)" : "Energiesparmodus (QSV) aktivieren",
"NVIDIA GPUs can be used for transcoding using the NVENC encoder with the proper drivers." : "NVIDIA-GPUs können für die Transcodierung mit dem NVENC-Encoder mit den richtigen Treibern verwendet werden.",
"Depending on the versions of the installed SDK and ffmpeg, you need to specify the scaler to use" : "Abhängig von den Versionen des installierten SDK und ffmpeg musst du den zu verwendenden Scaler angeben",
"No automated tests are available for NVIDIA acceleration." : "Für die NVIDIA-Beschleunigung sind keine automatisierten Tests verfügbar.",
@ -147,13 +142,14 @@ OC.L10N.register(
"VA-API device ({dev}) not found" : "VA-API-Gerät ({dev}) nicht gefunden",
"VA-API device ({dev}) has incorrect permissions" : "VA-API-Gerät ({dev}) hat falsche Berechtigungen",
"VA-API device status: {status}" : "VA-API-Gerätestatus: {status}",
"Transcoder configuration" : "Transcoder-Konfiguration",
"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:" : "Erinnerungen (Memories) verwendet den Go-Vod-Transcoder. Du kannst go-vod extern ausführen (z. B. in einem separaten Docker-Container zur Hardwarebeschleunigung) oder den integrierten Transcoder verwenden. Um einen externen Transcoder zu verwenden, aktiviere die folgende Option und befolge die Anweisungen in der Dokumentation:",
"Enable external transcoder (go-vod)" : "Externen Transcoder aktivieren (go-vod)",
"Binary path (local only)" : "Binärer Pfad (nur lokal)",
"Bind address (local only)" : "Bind-Adresse (nur lokal)",
"Connection address (same as bind if local)" : "Verbindungsadresse (dasselbe wie bind, wenn lokal)",
"_{n} item added to album_::_{n} items added to album_" : ["{n} Elment zum Album hinzugefügt","{n} Elmente zum Album hinzugefügt"],
"Template" : "Vorlage",
"No items" : "Keine Elemente",
"Shared by {user}" : "Geteilt von {user}",
"Add people or groups who can edit your album" : "Personen oder Gruppen hinzufügen, die dein Album bearbeiten können",
"Search for collaborators" : "Suche nach Mitbearbeitenden",
"Search people or groups" : "Nach Benutzer oder Gruppen suchen",
@ -175,7 +171,6 @@ OC.L10N.register(
"Could not load the selected album" : "Gewähltes Album konnte nicht geladen werden",
"Remove Album" : "Album entfernen",
"Are you sure you want to permanently remove album \"{name}\"?" : "Möchtest du das Album \"{name}\" wirklich endgültig entfernen?",
"Only user \"{user}\" can delete this album" : "Nur der Benutzer \"{user}\" can dieses Album löschen",
"Failed to delete {name}." : "{name} konnte nicht gelöscht werden.",
"Name of the album" : "Name des Albums",
"Location of the album" : "Ort des Albums",
@ -187,12 +182,11 @@ OC.L10N.register(
"Save" : "Speichern",
"Create album" : "Album erstellen",
"Invalid album name; should not contain any slashes." : "Ungültiger Albumname; darf keine Schrägstriche enthalten.",
"Add selection to album {albumName}" : "Auswahl zum Album {albumName} hinzufügen",
"Create a new album." : "Ein neues Album erstellen",
"_%n item_::_%n items_" : ["%n Element","%n Elemente"],
"_Share with %n user_::_Share with %n users_" : ["Mit %n Benutzer teilen","Mit %n Benutzern telken"],
"Search" : "Suchen",
"Save changes" : "Änderungen speichern",
"Share Album" : "Album teilen",
"Save collaborators for this album." : "Mitbearbeitende für dieses Album speichern.",
"_%n item_::_%n items_" : ["%n Element","%n Elemente"],
"Newest" : "Neueste",
"Year" : "Jahr",
"Month" : "Monat",
@ -229,10 +223,8 @@ OC.L10N.register(
"Name" : "Name",
"Update" : "Aktualisieren",
"Failed to rename {oldName} to {name}." : "{oldName} konnte nicht in {name} umbenannt werden.",
"Search" : "Suchen",
"Loading …" : "Lade …",
"Merge {name} with person" : "{name} mit Person zusammenführen",
"Are you sure you want to merge {name} with {newName}?" : "Bist du sicher, dass du {name} mit {newName} zusammenführen möchtest?",
"Too many failures, aborting" : "Zu viele Fehler, Abbruch",
"Error while moving {basename}" : "Fehler beim Verschieben von {basename}",
"Failed to move {name}." : "{name} konnte nicht verschoben werden.",
@ -271,7 +263,6 @@ OC.L10N.register(
"Sort by name" : "Nach Namen sortieren",
"Share album" : "Album teilen",
"Download album" : "Album herunterladen",
"Delete album" : "Album löschen",
"Nothing to show here" : "Hier gibt es nichts anzuzeigen",
"Merge with different person" : "Mit einer anderen Person zusammenführen",
"Mark person in preview" : "Person in Vorschau markieren",
@ -286,7 +277,6 @@ OC.L10N.register(
"Drop changes" : "Änderungen verwerfen",
"Share" : "Teilen",
"Play Live Photo" : "Live-Foto abspielen",
"Sidebar" : "Seitenleiste",
"Download Video" : "Video herunterladen",
"Slideshow" : "Diashow",
"Previous" : "Vorherige",
@ -302,7 +292,6 @@ OC.L10N.register(
"Save as" : "Speichern als",
"All changes will be lost." : "Alle Änderungen gehen verloren.",
"Are you sure you want to continue?" : "Bist du dir sicher, dass du fortsetzen möchtest?",
"Continue" : "Fortsetzen",
"Undo" : "Rückgängig",
"Redo" : "Wiederherstellen",
"Show original image" : "Originalbild anzeigen",
@ -411,6 +400,7 @@ OC.L10N.register(
"Tag photos to find them easily" : "Markiere Fotos, um sie leicht zu finden",
"Recognize is still working on your photos" : "Die Erkennung arbeitet noch an deinen Fotos",
"Places you have been to will appear here" : "Orte, die du besucht hast, werden hier angezeigt",
"Your Timeline" : "Deine Zeitleiste"
"Yes" : "Ja",
"No" : "Nein"
},
"nplurals=2; plural=(n != 1);");

52
l10n/de.json vendored
View File

@ -1,4 +1,5 @@
{ "translations": {
"Download" : "Herunterladen",
"Memories" : "Erinnerungen",
"Fast, modern and advanced photo management suite" : "Schnelle, moderne und fortschrittliche Fotoverwaltungssuite",
"Settings" : "Einstellungen",
@ -19,7 +20,6 @@
"Recognize" : "Erkennen",
"A better photos experience awaits you" : "Ein besseres Fotoerlebnis erwartet dich",
"Choose the root folder of your timeline to begin" : "Wähle das Wurzelverzeichnis deiner Zeitleiste, um zu beginnen",
"If you just installed Memories, run:" : "Wenn du Memorys gerade installiert hast, führe Folgendes aus:",
"Continue to Memories" : "Weiter zu Memories",
"Choose again" : "Erneut auswählen",
"Click here to start" : "Zum Starten hier klicken",
@ -27,9 +27,8 @@
"Choose the root of your timeline" : "Wähle den Start deiner Zeitleiste aus",
"The selected folder does not seem to be valid. Try again." : "Der ausgewählte Ordner scheint ungültig zu sein. Versuche es nochmal.",
"_Found {n} item in {path}_::_Found {n} items in {path}_" : ["{n} Foto in {path} gefunden","{n} Fotos in {path} gefunden "],
"Metadata" : "Metadaten",
"Edit" : "Bearbeiten",
"No title" : "Kein Titel",
"No description" : "Keine Beschreibung",
"No coordinates" : "Keine Koordinaten",
"Click edit to set location" : "Auf Bearbeiten klicken um den Ort festzulegen",
"Photos" : "Fotos",
@ -37,7 +36,6 @@
"Cancel" : "Abbrechen",
"Delete" : "Löschen",
"Remove from album" : "Aus dem Album entfernen",
"Download" : "Herunterladen",
"Favorite" : "Favorisieren",
"Unarchive" : "Dearchivieren",
"Edit metadata" : "Metadaten bearbeiten",
@ -46,9 +44,8 @@
"Add to album" : "Zum Album hinzufügen",
"Move to person" : "Zu einer Person verschieben",
"Remove from person" : "Von der Person entfernen",
"You are about to download a large number of files. Are you sure?" : "Du bist dabei, eine große Anzahl von Dateien herunterzuladen. Bist du dir sicher?",
"You are about to delete a large number of files. Are you sure?" : "Du bist dabei, eine große Anzahl von Dateien zu löschen. Bist du dir sicher?",
"You are about to touch a large number of files. Are you sure?" : "Du bist dabei, eine große Anzahl von Dateien zu ändern. Bist du dir sicher?",
"Continue" : "Fortsetzen",
"Move" : "Verschieben",
"You must enable \"Mark person in preview\" to use this feature" : "Du musst „Person in Vorschau markieren“ aktivieren, um diese Funktion nutzen zu können",
"Only user \"{user}\" can update this person" : "Nur der Benutzer \"{user}\" kann diese Person aktualisieren.",
"_{n} selected_::_{n} selected_" : ["{n} ausgewählt","{n} ausgewählt"],
@ -57,8 +54,10 @@
"Timeline Path" : "Pfad der Zeitleiste",
"Square grid mode" : "Quadratischer Gittermodus",
"Show past photos on top of timeline" : "Vergangene Fotos oben auf der Zeitleiste anzeigen",
"Viewer" : "Betrachter",
"Load full size image on zoom" : "Bild in voller Größe beim Zoomen laden",
"Always load full size image (not recommended)" : "Bild immer in voller Größe laden (nicht empfohlen)",
"Account" : "Konto",
"Folders Path" : "Ordnerpfad",
"Show hidden folders" : "Zeige versteckte Ordner",
"Sort folders oldest-first" : "Ordner sortieren, älteste zuerst",
@ -69,19 +68,18 @@
"{photoCount} photos" : "{photoCount} Fotos",
"Failed to load some photos" : "Laden einiger Fotos fehlgeschlagen",
"Failed to update setting" : "Die Einstellung konnte nicht aktualisiert werden",
"EXIF Extraction" : "EXIF-Extraktion",
"Path to packaged exiftool binary" : "Pfad zur gepackten Exiftool-Binärdatei",
"You need perl only if the packaged exiftool binary does not work for some reason." : "Du brauchst Perl nur, wenn die gepackte Exiftool-Binärdatei aus irgendeinem Grund nicht funktioniert.",
"Use system perl (only if exiftool binary does not work)" : "System-Perl verwenden (nur wenn die Exiftool-Binärdatei nicht funktioniert)",
"Media Indexing" : "Medien-Indexierung",
"EXIF Extraction" : "EXIF-Extraktion",
"External Link" : "Externer Link",
"{n} media files have been indexed" : "{n} Mediendateien wurden indexiert",
"Automatic Indexing status: {status}" : "Automatischer Indizierungs-Status: {status}",
"Last index job was run {t} seconds ago." : "Die letzte Indizierungsaufgabe wurde vor {t}  Sekunden ausgeführt.",
"Last index job was run {t} seconds ago." : "Die letzte Indizierungsjob wurde vor {t}  Sekunden ausgeführt.",
"It took {t} seconds to complete." : "Die Fertigstellung dauerte {t} Sekunden.",
"It is still running or was interrupted." : "Läuft noch oder wurde unterbrochen.",
"Only server-side encryption (OC_DEFAULT_MODULE) is supported, but another encryption module is enabled." : "Nur die serverseitige Verschlüsselung (OC_DEFAULT_MODULE) wird unterstützt, es ist jedoch ein anderes Verschlüsselungsmodul aktiviert.",
"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." : "Die EXIF-Indexe werden in regelmäßigen Abständen im Hintergrund erstellt und überprüft. Sei vorsichtig, wenn du etwas anderes als die automatische Indexierung auswählst. Wenn du z. B. die Indexierung auf Zeitleistenordner beschränkst, kann es zu Verzögerungen kommen, bevor die Medien für die Benutzer verfügbar sind, da der Benutzer die Zeitleiste erst nach der Anmeldung konfiguriert.",
"Folders with a \".nomedia\" file are always excluded from indexing." : "Ordner mit einer „.nomedia“-Datei sind immer von der Indizierung ausgeschlossen.",
"Index all media automatically (recommended)" : "Alle Medien automatisch indexieren (empfohlen)",
"Index per-user timeline folders (not recommended)" : "Indexierung von Zeitleistenordnern pro Benutzer (nicht empfohlen)",
"Index a fixed relative path" : "Einen festen relativen Pfad indexieren",
@ -92,15 +90,13 @@
"Force re-indexing of all files:" : "Neuindizierung aller Dateien erzwingen:",
"You can limit indexing by user and/or folder:" : "Du kannst die Indizierung nach Benutzer und/oder Ordner einschränken:",
"Clear all existing index tables:" : "Alle vorhandenen Indextabellen löschen:",
"The following MIME types are configured for preview generation correctly. More documentation:" : "Die folgenden MIME-Typen sind für die Erstellung der Vorschau korrekt konfiguriert. Weitere Dokumentation:",
"External Link" : "Externer Link",
"Performance" : "Leistung",
"Media Indexing" : "Medien-Indexierung",
"HTTPS is enabled" : "HTTPS ist aktiviert",
"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 greifst über einen unsicheren Kontext auf diese Seite zu. Einige Browser-APIs sind nicht verfügbar, wodurch Erinnerungen (Memories) sehr langsam wird. Aktiviere HTTPS auf deinem Server, um die Leistung zu verbessern.",
"HTTP/2 or HTTP/3 is enabled" : "HTTP/2 oder HTTP/3 ist aktiviert",
"HTTP/2 or HTTP/3 is strongly recommended ({httpVer} detected)" : "HTTP/2 oder HTTP/3 wird dringend empfohlen ({httpVer} erkannt)",
"Performance" : "Leistung",
"Unknown" : "Unbekannt",
"Reverse Geocoding" : "Umgekehrte Geokodierung",
"Database is populated with {n} geometries." : "Die Datenbank ist mit {n} Geometrien gefüllt.",
"Geometry table has not been created." : "Geometrietabelle wurde nicht erstellt.",
"Looks like the planet data is incomplete." : "Die Planetendaten scheinen unvollständig zu sein.",
@ -110,13 +106,13 @@
"If the button below does not work for importing the planet data, use the following command:" : "Wenn die Schaltfläche unten zum Importieren der Planetendaten nicht funktioniert, verwende den folgenden Befehl:",
"Note: the geometry data is stored in the memories_planet_geometry table, with no prefix." : "Hinweis: Die Geometriedaten werden ohne Präfix in der Tabelle memory_planet_geometry gespeichert.",
"Download planet database" : "Planetendatenbank herunterladen",
"Reverse Geocoding" : "Umgekehrte Geokodierung",
"Geometry support was not detected in your database" : "Geometrieunterstützung wurde in deiner Datenbank nicht erkannt",
"MySQL-like geometry support was detected " : "MySQL-ähnliche Geometrieunterstützung wurde erkannt",
"Postgres native geometry support was detected" : "Die native Postgres-Geometrieunterstützung wurde erkannt",
"Looks like the database is already setup. Are you sure you want to redownload planet data?" : "Die Datenbank scheint schon eingerichtet zu sein. Willst du wirklich die Planetendaten erneut herunterladen?",
"You are about to download the planet database. This may take a while." : "Du bist dabei, die Planentendatenbank herunterzuladen. Dies kann etwas dauern.",
"This may also cause all photos to be re-indexed!" : "Dies kann auch dazu führen, dass alle Fotos erneut indexiert werden!",
"Video Streaming" : "Video-Streaming",
"Live transcoding provides for adaptive streaming of videos using HLS." : "Live-Transcodierung ermöglicht adaptives Streaming von Videos mit HLS.",
"Note that this may be very CPU intensive without hardware acceleration, and transcoding will not be used for external storage." : "Beachte, dass dies ohne Hardwarebeschleunigung sehr CPU-intensiv sein kann und die Transcodierung nicht für die externe Speicherung verwendet wird.",
"Enable Transcoding" : "Transcodierung aktivieren",
@ -126,14 +122,13 @@
"Auto (adaptive transcode)" : "Automatisch (adaptive Transcodierung)",
"Original (transcode with max quality)" : "Original (mit maximaler Qualität transcodieren)",
"Direct (original video file without transcode)" : "Direkt (Originalvideodatei ohne Transcodierung)",
"Hardware Acceleration" : "Hardware-Beschleunigung",
"Video Streaming" : "Video-Streaming",
"You must first make sure the correct drivers are installed before configuring acceleration." : "Du musst zunächst sicherstellen, dass die richtigen Treiber installiert sind, bevor du die Beschleunigung konfigurierst.",
"Make sure you test hardware acceleration with various options after enabling." : "Stelle sicher, dass du die Hardwarebeschleunigung nach der Aktivierung mit verschiedenen Optionen testest.",
"Do not enable multiple types of hardware acceleration simultaneously." : "Aktiviere nicht mehrere Arten der Hardwarebeschleunigung gleichzeitig.",
"Intel processors supporting QuickSync Video (QSV) as well as some AMD GPUs can be used for transcoding using VA-API acceleration." : "Intel-Prozessoren, die QuickSync Video (QSV) unterstützen, sowie einige AMD-GPUs können für die Transcodierung mit VA-API-Beschleunigung verwendet werden.",
"For more details on driver installation, check the documentation:" : "Weitere Einzelheiten zur Treiberinstallation findest du in der Dokumentation:",
"Enable acceleration with VA-API" : "Beschleunigung mit VA-API aktivieren",
"Enable low-power mode (QSV)" : "Energiesparmodus (QSV) aktivieren",
"NVIDIA GPUs can be used for transcoding using the NVENC encoder with the proper drivers." : "NVIDIA-GPUs können für die Transcodierung mit dem NVENC-Encoder mit den richtigen Treibern verwendet werden.",
"Depending on the versions of the installed SDK and ffmpeg, you need to specify the scaler to use" : "Abhängig von den Versionen des installierten SDK und ffmpeg musst du den zu verwendenden Scaler angeben",
"No automated tests are available for NVIDIA acceleration." : "Für die NVIDIA-Beschleunigung sind keine automatisierten Tests verfügbar.",
@ -145,13 +140,14 @@
"VA-API device ({dev}) not found" : "VA-API-Gerät ({dev}) nicht gefunden",
"VA-API device ({dev}) has incorrect permissions" : "VA-API-Gerät ({dev}) hat falsche Berechtigungen",
"VA-API device status: {status}" : "VA-API-Gerätestatus: {status}",
"Transcoder configuration" : "Transcoder-Konfiguration",
"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:" : "Erinnerungen (Memories) verwendet den Go-Vod-Transcoder. Du kannst go-vod extern ausführen (z. B. in einem separaten Docker-Container zur Hardwarebeschleunigung) oder den integrierten Transcoder verwenden. Um einen externen Transcoder zu verwenden, aktiviere die folgende Option und befolge die Anweisungen in der Dokumentation:",
"Enable external transcoder (go-vod)" : "Externen Transcoder aktivieren (go-vod)",
"Binary path (local only)" : "Binärer Pfad (nur lokal)",
"Bind address (local only)" : "Bind-Adresse (nur lokal)",
"Connection address (same as bind if local)" : "Verbindungsadresse (dasselbe wie bind, wenn lokal)",
"_{n} item added to album_::_{n} items added to album_" : ["{n} Elment zum Album hinzugefügt","{n} Elmente zum Album hinzugefügt"],
"Template" : "Vorlage",
"No items" : "Keine Elemente",
"Shared by {user}" : "Geteilt von {user}",
"Add people or groups who can edit your album" : "Personen oder Gruppen hinzufügen, die dein Album bearbeiten können",
"Search for collaborators" : "Suche nach Mitbearbeitenden",
"Search people or groups" : "Nach Benutzer oder Gruppen suchen",
@ -173,7 +169,6 @@
"Could not load the selected album" : "Gewähltes Album konnte nicht geladen werden",
"Remove Album" : "Album entfernen",
"Are you sure you want to permanently remove album \"{name}\"?" : "Möchtest du das Album \"{name}\" wirklich endgültig entfernen?",
"Only user \"{user}\" can delete this album" : "Nur der Benutzer \"{user}\" can dieses Album löschen",
"Failed to delete {name}." : "{name} konnte nicht gelöscht werden.",
"Name of the album" : "Name des Albums",
"Location of the album" : "Ort des Albums",
@ -185,12 +180,11 @@
"Save" : "Speichern",
"Create album" : "Album erstellen",
"Invalid album name; should not contain any slashes." : "Ungültiger Albumname; darf keine Schrägstriche enthalten.",
"Add selection to album {albumName}" : "Auswahl zum Album {albumName} hinzufügen",
"Create a new album." : "Ein neues Album erstellen",
"_%n item_::_%n items_" : ["%n Element","%n Elemente"],
"_Share with %n user_::_Share with %n users_" : ["Mit %n Benutzer teilen","Mit %n Benutzern telken"],
"Search" : "Suchen",
"Save changes" : "Änderungen speichern",
"Share Album" : "Album teilen",
"Save collaborators for this album." : "Mitbearbeitende für dieses Album speichern.",
"_%n item_::_%n items_" : ["%n Element","%n Elemente"],
"Newest" : "Neueste",
"Year" : "Jahr",
"Month" : "Monat",
@ -227,10 +221,8 @@
"Name" : "Name",
"Update" : "Aktualisieren",
"Failed to rename {oldName} to {name}." : "{oldName} konnte nicht in {name} umbenannt werden.",
"Search" : "Suchen",
"Loading …" : "Lade …",
"Merge {name} with person" : "{name} mit Person zusammenführen",
"Are you sure you want to merge {name} with {newName}?" : "Bist du sicher, dass du {name} mit {newName} zusammenführen möchtest?",
"Too many failures, aborting" : "Zu viele Fehler, Abbruch",
"Error while moving {basename}" : "Fehler beim Verschieben von {basename}",
"Failed to move {name}." : "{name} konnte nicht verschoben werden.",
@ -269,7 +261,6 @@
"Sort by name" : "Nach Namen sortieren",
"Share album" : "Album teilen",
"Download album" : "Album herunterladen",
"Delete album" : "Album löschen",
"Nothing to show here" : "Hier gibt es nichts anzuzeigen",
"Merge with different person" : "Mit einer anderen Person zusammenführen",
"Mark person in preview" : "Person in Vorschau markieren",
@ -284,7 +275,6 @@
"Drop changes" : "Änderungen verwerfen",
"Share" : "Teilen",
"Play Live Photo" : "Live-Foto abspielen",
"Sidebar" : "Seitenleiste",
"Download Video" : "Video herunterladen",
"Slideshow" : "Diashow",
"Previous" : "Vorherige",
@ -300,7 +290,6 @@
"Save as" : "Speichern als",
"All changes will be lost." : "Alle Änderungen gehen verloren.",
"Are you sure you want to continue?" : "Bist du dir sicher, dass du fortsetzen möchtest?",
"Continue" : "Fortsetzen",
"Undo" : "Rückgängig",
"Redo" : "Wiederherstellen",
"Show original image" : "Originalbild anzeigen",
@ -409,6 +398,7 @@
"Tag photos to find them easily" : "Markiere Fotos, um sie leicht zu finden",
"Recognize is still working on your photos" : "Die Erkennung arbeitet noch an deinen Fotos",
"Places you have been to will appear here" : "Orte, die du besucht hast, werden hier angezeigt",
"Your Timeline" : "Deine Zeitleiste"
"Yes" : "Ja",
"No" : "Nein"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

133
l10n/de_DE.js vendored
View File

@ -1,6 +1,7 @@
OC.L10N.register(
"memories",
{
"Download" : "Herunterladen",
"Memories" : "Erinnerungen",
"Fast, modern and advanced photo management suite" : "Schnelle, moderne und fortschrittliche Fotoverwaltungssuite",
"# 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." : "# Erinnerungen: Fotoverwaltung für Nextcloud\n\nErinnerungen (Memories) ist eine Fotoverwaltungslösung *Batterien enthalten* für Nextcloud mit erweiterten Funktionen, darunter:\n\n- **📸 Timeline**: Fotos und Videos nach Aufnahmedatum sortieren, geparst aus Exif-Daten.\n- **⏪ Zurückspulen**: Springen Sie sofort zu einem beliebigen Zeitpunkt in der Vergangenheit und erleben Sie Ihre Erinnerungen erneut.\n- **🤖 KI-Tagging**: Gruppieren Sie Fotos nach Personen und Objekten, unterstützt von [recognize](https://github.com/nextcloud/recognize) und [facerecognition](https://github.com/matiasdelellis/facerecognition ).\n- **🖼️ Alben**: Erstellen Sie Alben, um Fotos und Videos zu gruppieren. Dann teilen Sie diese Alben mit anderen.\n- **🫱🏻‍🫲🏻 Externes Teilen**: Teilen Sie Fotos und Videos mit Personen außerhalb Ihrer Nextcloud-Instanz.\n- **📱 Mobiler Support**: Arbeiten Sie von jedem Gerät jeder Form und Größe über die Web-App.\n- **✏️ Metadaten bearbeiten**: Bearbeiten Sie Daten und andere Metadaten auf Fotos schnell und in großen Mengen.\n- **📦 Archiv**: Speichern Sie Fotos, die Sie nicht in Ihrer Chronik sehen möchten, in einem separaten Ordner.\n- **📹 Videotranskodierung**: Videos transkodieren und HLS für maximale Leistung verwenden.\n- **🗺️ Karte**: Zeigen Sie Ihre Fotos auf einer Karte an, die mit genauer umgekehrter Geokodierung versehen ist.\n- **📦 Migration**: Migrieren Sie einfach von Nextcloud Photos und Google Takeout.\n- **⚡️ Leistung**: Mach das alles sehr schnell.\n\n## 🚀 Installation\n\n1. Installieren Sie die App aus dem Nextcloud App Store (oder probieren Sie [hier] eine Demo aus (https://demo.memories.gallery/apps/memories/).\n1. Führen Sie die empfohlenen [Konfigurationsschritte] durch (https://demo.memories.gallery/apps/memories/).\n1. Führen Sie `php occ memorys:index` aus, um Metadaten-Indizes für vorhandene Fotos zu generieren.\n1. Öffnen Sie die App 📷 Erinnerungen in Nextcloud und legen Sie das Verzeichnis mit Ihren Fotos fest.",
@ -24,17 +25,20 @@ OC.L10N.register(
"Face Recognition" : "Gesichtserkennung",
"A better photos experience awaits you" : "Ein besseres Fotoerlebnis erwartet Sie",
"Choose the root folder of your timeline to begin" : "Wählen Sie den Quellordner Ihrer Zeitleiste um zu beginnen",
"If you just installed Memories, run:" : "Wenn Sie Memories gerade installiert haben, führen Sie Folgendes aus:",
"Continue to Memories" : "Weiter zu Memories",
"Choose again" : "Erneut auswählen",
"Click here to start" : "Zum Starten hier klicken",
"You can always change this later in settings" : "Sie können das auch noch später in den Einstellungen ändern",
"If you just installed Memories, visit the admin panel first." : "Wenn Sie Erinnerungen (Memories) gerade erst installiert haben, navigieren Sie bitte zunächst zum Administrationsmenü.",
"Choose the root of your timeline" : "Start Ihrer Zeitleiste auswählen",
"The selected folder does not seem to be valid. Try again." : "Der ausgewählte Ordner scheint ungültig zu sein. Versuchen Sie es nochmal.",
"No photos were found in the selected folder." : "Im gewählten Ordner wurden keine Fotos gefunden.",
"This can happen because your media is still indexing." : "Dies kann den Grund haben, dass Ihre Medien aktuell noch indexiert werden.",
"Visit the admin panel to make sure Memories is configured correctly." : "Navigieren Sie zum Administrationsmenü um zu überprüfen, ob Erinnerungen (Memories) korrekt eingerichtet ist.",
"_Found {n} item in {path}_::_Found {n} items in {path}_" : ["{n} Foto gefunden in {path}","{n} Fotos gefunden in {path}"],
"Metadata" : "Metadaten",
"Edit" : "Bearbeiten",
"No title" : "Kein Titel",
"No description" : "Keine Beschreibung",
"Failed to load metadata" : "Fehler beim Laden der Metadaten",
"No coordinates" : "Keine Koordinaten",
"Click edit to set location" : "Auf Bearbeiten klicken um den Ort festzulegen",
"Photos" : "Fotos",
@ -42,7 +46,6 @@ OC.L10N.register(
"Cancel" : "Abbrechen",
"Delete" : "Löschen",
"Remove from album" : "Aus dem Album entfernen",
"Download" : "Herunterladen",
"Favorite" : "Favorisieren",
"Unarchive" : "Dearchivieren",
"Edit metadata" : "Metadaten bearbeiten",
@ -51,10 +54,12 @@ OC.L10N.register(
"Add to album" : "Zum Album hinzufügen",
"Move to person" : "Zu einer Person verschieben",
"Remove from person" : "Von der Person entfernen",
"You are about to download a large number of files. Are you sure?" : "Sie sind dabei, eine große Anzahl an Dateien herunterzuladen. Sind Sie sich sicher?",
"You are about to delete a large number of files. Are you sure?" : "Sie sind dabei, eine große Anzahl an Dateien zu löschen. Sind Sie sich sicher?",
"You are about to download a large number of files." : "Sie sind dabei, eine große Anzahl an Dateien herunterzuladen.",
"Continue" : "Fortsetzen",
"You are about to delete a large number of files" : "Sie sind dabei, eine große Anzahl an Dateien zu löschen.",
"Failed to delete files" : "Löschen von Dateien fehlgeschlagen",
"You are about to touch a large number of files. Are you sure?" : "Sie sind im Begriff, eine große Anzahl von Dateien zu ändern. Sind Sie sich sicher?",
"Move" : "Verschieben",
"You are about to move a large number of files" : "Sie sind dabei, eine große Anzahl an Dateien zu verschieben.",
"You must enable \"Mark person in preview\" to use this feature" : "Sie müssen „Person in Vorschau markieren“ aktivieren, um diese Funktion nutzen zu können",
"Only user \"{user}\" can update this person" : "Nur der Benutzer \"{user}\" kann diese Person aktualisieren",
"_{n} selected_::_{n} selected_" : ["{n} ausgewählt","{n} ausgewählt"],
@ -63,50 +68,93 @@ OC.L10N.register(
"Timeline Path" : "Pfad der Zeitleiste",
"Square grid mode" : "Quadratischer Gittermodus",
"Show past photos on top of timeline" : "Vergangene Fotos oben auf der Zeitleiste anzeigen",
"Viewer" : "Betrachter",
"Autoplay Live Photos" : "Live-Fotos automatisch abspielen",
"Load full size image on zoom" : "Bild in voller Größe beim Zoomen laden",
"Always load full size image (not recommended)" : "Bild immer in voller Größe laden (nicht empfohlen)",
"Show full file path in sidebar" : "Vollständigen Dateipfad in der Seitenleiste anzeigen",
"Account" : "Konto",
"Logged in as {user}" : "Angemeldet als {user}",
"Sign out" : "Abmelden",
"Device Folders" : "Geräteordner",
"Local folders to include in the timeline view" : "Lokale Ordner, die in die Zeitleisten-Ansicht einbezogen werden sollen",
"Folders Path" : "Ordnerpfad",
"Show hidden folders" : "Zeige versteckte Ordner",
"Sort folders oldest-first" : "Ordner sortieren, älteste zuerst",
"Sort albums oldest-first" : "Alben sortieren, älteste zuerst",
"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?",
"Close" : "Schließen",
"{photoCount} photos" : "{photoCount} Fotos",
"Failed to load some photos" : "Laden einiger Fotos fehlgeschlagen",
"Failed to update setting" : "Die Einstellung konnte nicht aktualisiert werden",
"EXIF Extraction" : "EXIF-Extraktion",
"Albums support is enabled through the Photos app." : "Die Albenunterstützung wurde über die Fotos-App aktiviert.",
"Albums are disabled because the Photos app is not available." : "Alben sind deaktiviert, da die Fotos-App nicht verfügbar ist.",
"Recognize is installed and enabled for face recognition." : "Recognize ist installiert und für die Gesichtserkennung aktiviert.",
"Recognize is installed but not enabled for face recognition." : "Recognize ist installiert, aber nicht für die Gesichtserkennung aktiviert.",
"Recognize is not installed. Face recognition and object tagging may be unavailable." : "Recognize ist nicht installiert. Gesichtserkennung und Objektkennzeichnung sind möglicherweise nicht verfügbar.",
"Face Recognition is installed and enabled" : "Gesichtserkennung ist installiert und aktiviert",
"Preview generator is installed and enabled. Additional configuration may still be required." : "Der Vorschaugenerator ist installiert und aktiviert. Möglicherweise ist noch eine zusätzliche Konfiguration erforderlich.",
"Preview generator is not installed and configured. This may make Memories very slow." : "Der Vorschaugenerator ist nicht installiert und konfiguriert. Dies kann dazu führen, dass Memories sehr langsam ist.",
"Recommended Apps" : "Empfohlene Apps",
"Path to packaged exiftool binary" : "Pfad zur gepackten Exiftool-Binärdatei",
"You need perl only if the packaged exiftool binary does not work for some reason." : "Sie brauchen Perl nur, wenn die gepackte Exiftool-Binärdatei aus irgendeinem Grund nicht funktioniert.",
"Use system perl (only if exiftool binary does not work)" : "System-Perl verwenden (nur wenn die Exiftool-Binärdatei nicht funktioniert)",
"Media Indexing" : "Medien-Indexierung",
"EXIF Extraction" : "EXIF-Extraktion",
"You can configure the enabled Nextcloud preview providers below." : "Sie können die aktiven Nextcloud-Vorschauanbieter unten einrichten.",
"If you are using Imaginary for preview generation, you can ignore this section." : "Wenn Sie Imaginary zur Vorschauerstellung verwenden, können Sie diesen Abschnitt überspringen.",
"To enable RAW support, install the Camera RAW Previews app." : "Um die RAW-Unterstützung zu aktivieren, installieren Sie die Camera RAW Vorschau-App.",
"Documentation." : "Dokumentation.",
"PHP-Imagick is available [{version}]." : "PHP-Imagick ist Verfügbar [{version}].",
"PHP-Imagick is not available." : "PHP-Imagickist nicht verfügbar.",
"Image editing will not work correctly." : "Die Bildbearbeitung wird nicht korrekt funktionieren.",
"Thumbnail generation may not work for some formats (HEIC, TIFF)." : "Bei einigen Formaten (HEIC, TIFF) funktioniert die Erstellung von Miniaturansichten möglicherweise nicht.",
"Thumbnails for videos will be generated with this binary." : "Mit dieser Binärdatei werden Miniaturansichten für Videos generiert.",
"Thumbnail generation may not work for videos." : "Die Erstellung von Miniaturansichten funktioniert möglicherweise nicht für Videos.",
"The following MIME types are configured for preview generation." : "Die folgenden MIME-Typen sind für die Erstellung der Vorschau eingerichtet.",
"Max preview size (trade-off between quality and storage requirements)." : "Maximale Vorschaugröße (Kompromiss zwischen Qualität und Speicherbedarf).",
"Max memory for preview generation (MB)" : "Maximaler Speicher für die Vorschauerstellung (MB)",
"Max size of preview files (MB)" : "Maximale Größe der Vorschaudateien (MB)",
"File Support" : "Dateiunterstützung",
"Images (JPEG, PNG, GIF, BMP)" : "Bilder (JPEG, PNG, GIF, BMP)",
"HEIC (Imagick)" : "HEIC (Imagick)",
"TIFF (Imagick)" : "TIFF (Imagick)",
"Videos (ffmpeg)" : "Videos (ffmpeg)",
"Thank you for choosing Nextcloud and Memories to store your precious data!" : "Vielen Dank, dass Sie sich für Nextcloud und Memories zur Speicherung Ihrer wertvollen Daten entschieden haben!",
"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 Sie Memories gerade installiert haben, lesen Sie 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 Sie auf Probleme oder Fehler stoßen, können Sie 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.",
"You can contribute in several ways. See the project page for more details:" : "Sie können auf verschiedene Weise Ihren Beitrag leisten. Weitere Details finden Sie auf der Projektseite:",
"Help & Support" : "Hilfe und Unterstützung",
"{n} media files have been indexed" : "{n} Mediendateien wurden indexiert",
"Automatic Indexing status: {status}" : "Automatischer Indizierungsstatus: {status}",
"Last index job was run {t} seconds ago." : "Die letzte Indizierungsaufgabe wurde vor {t}  Sekunden ausgeführt.",
"Automatic Indexing status: {status}" : "Status automatische Indizierung: {status}",
"Last index job was run {t} seconds ago." : "Die letzte Indizierungsaufgabe wurde vor {t} Sekunden ausgeführt.",
"It took {t} seconds to complete." : "Die Fertigstellung dauerte {t} Sekunden.",
"It is still running or was interrupted." : "Läuft noch oder wurde unterbrochen.",
"Looks like it has been more than an hour since the last index job was run. Make sure Nextcloud cron is configured correctly." : "Es scheint, dass seit der Ausführung des letzten Indexjobs mehr als eine Stunde vergangen ist. Stellen Sie sicher, dass Nextcloud-Cron richtig konfiguriert ist.",
"Only server-side encryption (OC_DEFAULT_MODULE) is supported, but another encryption module is enabled." : "Nur die serverseitige Verschlüsselung (OC_DEFAULT_MODULE) wird unterstützt, es ist jedoch ein anderes Verschlüsselungsmodul aktiviert.",
"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." : "Die EXIF-Indexe werden in regelmäßigen Abständen im Hintergrund erstellt und überprüft. Seien Sie vorsichtig, wenn Sie etwas anderes als die automatische Indexierung auswählen. Wenn Sie z. B. die Indexierung auf Zeitleistenordner beschränken, kann es zu Verzögerungen kommen, bevor die Medien für die Benutzer verfügbar sind, da der Benutzer die Zeitleiste erst nach der Anmeldung konfiguriert.",
"Folders with a \".nomedia\" file are always excluded from indexing." : "Ordner mit einer „.nomedia“-Datei sind immer von der Indizierung ausgeschlossen.",
"Folders with a \".nomedia\" or a \".nomemories\" file are always excluded from indexing." : "Ordner mit einer „.nomedia“- oder einer „.nomemories“-Datei werden immer von der Indizierung ausgeschlossen.",
"Index all media automatically (recommended)" : "Alle Medien automatisch indexieren (empfohlen)",
"Index per-user timeline folders (not recommended)" : "Indexierung von Zeitleistenordnern pro Benutzer (nicht empfohlen)",
"Index a fixed relative path" : "Einen festen relativen Pfad indexieren",
"Disable background indexing" : "Hintergrundindizierung deaktivieren",
"Indexing path (relative, all users)" : "Indexierungspfad (relativ, alle Benutzer)",
"For advanced usage, perform a run of indexing by running:" : "Zur Umfassenden Nutzung einen Indizierungslauf durchführen, indem Sie Folgendes ausführen:",
"For advanced usage, perform a run of indexing by running:" : "Zur umfassenden Nutzung einen Indizierungslauf durchführen, indem Sie Folgendes ausführen:",
"Run index in parallel with 4 threads:" : "Indizierung parallel mit 4 Threads ausführen:",
"Force re-indexing of all files:" : "Neuindizierung aller Dateien erzwingen:",
"You can limit indexing by user and/or folder:" : "Sie können die Indizierung nach Benutzer und/oder Ordner einschränken:",
"Clear all existing index tables:" : "Alle vorhandenen Indextabellen löschen:",
"The following MIME types are configured for preview generation correctly. More documentation:" : "Die folgenden MIME-Typen sind für die Erstellung der Vorschau korrekt konfiguriert. Weitere Dokumentation:",
"External Link" : "Externer Link",
"Performance" : "Leistung",
"Media Indexing" : "Medien-Indexierung",
"HTTPS is enabled" : "HTTPS ist aktiviert",
"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." : "Sie greifen über einen unsicheren Kontext auf diese Seite zu. Einige Browser-APIs sind nicht verfügbar, wodurch Erinnerungen (Memories) sehr langsam wird. Aktivieren Sie HTTPS auf Ihrem Server, um die Leistung zu verbessern.",
"HTTP/2 or HTTP/3 is enabled" : "HTTP/2 oder HTTP/3 ist aktiviert",
"HTTP/2 or HTTP/3 is strongly recommended ({httpVer} detected)" : "HTTP/2 oder HTTP/3 wird dringend empfohlen ({httpVer} erkannt)",
"Performance" : "Leistung",
"Unknown" : "Unbekannt",
"Reverse Geocoding" : "Umgekehrte Geokodierung",
"Database is populated with {n} geometries." : "Die Datenbank ist mit {n} Geometrien gefüllt.",
"Geometry table has not been created." : "Geometrietabelle wurde nicht erstellt.",
"Looks like the planet data is incomplete." : "Die Planetendaten scheinen unvollständig zu sein.",
@ -116,13 +164,13 @@ OC.L10N.register(
"If the button below does not work for importing the planet data, use the following command:" : "Wenn die Schaltfläche unten zum Importieren der Planetendaten nicht funktioniert, verwenden Sie den folgenden Befehl:",
"Note: the geometry data is stored in the memories_planet_geometry table, with no prefix." : "Hinweis: Die Geometriedaten werden ohne Präfix in der Tabelle memory_planet_geometry gespeichert.",
"Download planet database" : "Planetendatenbank herunterladen",
"Reverse Geocoding" : "Umgekehrte Geokodierung",
"Geometry support was not detected in your database" : "Geometrieunterstützung wurde in Ihrer Datenbank nicht erkannt",
"MySQL-like geometry support was detected " : "MySQL-ähnliche Geometrieunterstützung wurde erkannt",
"Postgres native geometry support was detected" : "Die native Postgres-Geometrieunterstützung wurde erkannt",
"Looks like the database is already setup. Are you sure you want to redownload planet data?" : "Die Datenbank scheint schon eingerichtet zu sein. Wollen Sie die Planetendaten erneut herunterladen?",
"You are about to download the planet database. This may take a while." : "Sie sind dabei, die Planentendatenbank herunterzuladen. Dies kann etwas dauern.",
"This may also cause all photos to be re-indexed!" : "Dies kann auch dazu führen, dass alle Fotos erneut indexiert werden!",
"Video Streaming" : "Video-Streaming",
"Live transcoding provides for adaptive streaming of videos using HLS." : "Live-Transcodierung ermöglicht adaptives Streaming von Videos mit HLS.",
"Note that this may be very CPU intensive without hardware acceleration, and transcoding will not be used for external storage." : "Beachten Sie, dass dies ohne Hardwarebeschleunigung sehr CPU-intensiv sein kann und die Transcodierung nicht für die externe Speicherung verwendet wird.",
"Enable Transcoding" : "Transcodierung aktivieren",
@ -132,14 +180,14 @@ OC.L10N.register(
"Auto (adaptive transcode)" : "Automatisch (adaptive Transcodierung)",
"Original (transcode with max quality)" : "Original (mit maximaler Qualität transcodieren)",
"Direct (original video file without transcode)" : "Direkt (Originalvideodatei ohne Transcodierung)",
"Hardware Acceleration" : "Hardware-Beschleunigung",
"Video Streaming" : "Video-Streaming",
"You must first make sure the correct drivers are installed before configuring acceleration." : "Sie müssen zunächst sicherstellen, dass die richtigen Treiber installiert sind, bevor Sie die Beschleunigung konfigurieren.",
"Make sure you test hardware acceleration with various options after enabling." : "Stellen Sie sicher, dass Sie die Hardwarebeschleunigung nach der Aktivierung mit verschiedenen Optionen testen.",
"Do not enable multiple types of hardware acceleration simultaneously." : "Aktivieren Sie nicht mehrere Arten der Hardwarebeschleunigung gleichzeitig.",
"Intel processors supporting QuickSync Video (QSV) as well as some AMD GPUs can be used for transcoding using VA-API acceleration." : "Intel-Prozessoren, die QuickSync Video (QSV) unterstützen, sowie einige AMD-GPUs können für die Transcodierung mit VA-API-Beschleunigung verwendet werden.",
"For more details on driver installation, check the documentation:" : "Weitere Einzelheiten zur Treiberinstallation finden Sie in der Dokumentation:",
"Enable acceleration with VA-API" : "Beschleunigung mit VA-API aktivieren",
"Enable low-power mode (QSV)" : "Energiesparmodus (QSV) aktivieren",
"Enable low-power mode (QSV only)" : "Energiesparmodus aktivieren (nur QSV)",
"NVIDIA GPUs can be used for transcoding using the NVENC encoder with the proper drivers." : "NVIDIA-GPUs können für die Transcodierung mit dem NVENC-Encoder mit den richtigen Treibern verwendet werden.",
"Depending on the versions of the installed SDK and ffmpeg, you need to specify the scaler to use" : "Abhängig von den Versionen des installierten SDK und ffmpeg müssen Sie den zu verwendenden Scaler angeben",
"No automated tests are available for NVIDIA acceleration." : "Für die NVIDIA-Beschleunigung sind keine automatisierten Tests verfügbar.",
@ -147,17 +195,26 @@ OC.L10N.register(
"Enable NVENC Temporal AQ" : "NVENC Temporal AQ aktivieren",
"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.",
"Enable the following option only if you have incorrectly oriented videos during playback." : "Aktivieren Sie die folgende Option nur, wenn bei der Wiedergabe falsch ausgerichtete Videos angezeigt werden.",
"Enable streaming transpose workaround" : "Aktivieren Sie die Problemumgehung für die Streaming-Transponierung",
"HW Acceleration" : "Hardwarebeschleunigung",
"VA-API device ({dev}) is readable" : "VA-API-Gerät ({dev}) ist lesbar",
"VA-API device ({dev}) not found" : "VA-API-Gerät ({dev}) nicht gefunden",
"VA-API device ({dev}) has incorrect permissions" : "VA-API-Gerät ({dev}) hat falsche Berechtigungen",
"VA-API device status: {status}" : "VA-API-Gerätestatus: {status}",
"Transcoder configuration" : "Transcoder-Konfiguration",
"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:" : "Erinnerungen (Memories) verwendet den Go-Vod-Transcoder. Sie können go-vod extern ausführen (z. B. in einem separaten Docker-Container zur Hardwarebeschleunigung) oder den integrierten Transcoder verwenden. Um einen externen Transcoder zu verwenden, aktivieren Sie die folgende Option und befolgen Sie die Anweisungen in der Dokumentation:",
"Enable external transcoder (go-vod)" : "Externen Transcoder aktivieren (go-vod)",
"Binary path (local only)" : "Binärer Pfad (nur lokal)",
"Bind address (local only)" : "Bind-Adresse (nur lokal)",
"Connection address (same as bind if local)" : "Verbindungsadresse (dasselbe wie bind, wenn lokal)",
"_{n} item added to album_::_{n} items added to album_" : ["{n} Element zum Album hinzugefügt","{n} Elmente zum Album hinzugefügt"],
"Transcoder" : "Transkodierer",
"Template" : "Vorlage",
"No items" : "Keine Elemente",
"Shared by {user}" : "Geteilt von {user}",
"_{n} item_::_{n} items_" : ["{n} Element","{n} Elemente"],
"_{n} photo updated_::_{n} photos updated_" : ["{n} Foto aktualisiert","{n} Fotos aktualisiert"],
"Add people or groups who can edit your album" : "Personen oder Gruppen hinzufügen, die Ihr Album bearbeiten können",
"Search for collaborators" : "Suche nach Mitbearbeitenden",
"Search people or groups" : "Suchen nach Personen oder Gruppen",
@ -179,7 +236,6 @@ OC.L10N.register(
"Could not load the selected album" : "Gewähltes Album konnte nicht geladen werden",
"Remove Album" : "Album entfernen",
"Are you sure you want to permanently remove album \"{name}\"?" : "Möchten Sie das Album \"{name}\" wirklich endgültig entfernen?",
"Only user \"{user}\" can delete this album" : "Nur der Benutzer \"{user}\" can dieses Album löschen",
"Failed to delete {name}." : "Fehler beim Löschen von {name}.",
"Name of the album" : "Name des Albums",
"Location of the album" : "Ort des Albums",
@ -191,12 +247,14 @@ OC.L10N.register(
"Save" : "Speichern",
"Create album" : "Album erstellen",
"Invalid album name; should not contain any slashes." : "Ungültiger Albumname; darf keine Schrägstriche enthalten.",
"Add selection to album {albumName}" : "Auswahl zum Album {albumName} hinzufügen",
"Create a new album." : "Ein neues Album erstellen.",
"_%n item_::_%n items_" : ["%n Element","%n Elemente"],
"_Share with %n user_::_Share with %n users_" : ["Mit %n Benutzer teilen","Mit %n Benutzern teilen"],
"Search" : "Suche",
"Create new album." : "Neues Album erstellen.",
"Save changes" : "Änderungen speichern",
"_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.",
"shared by {owner}" : "Geteilt von {owner}",
"_%n item_::_%n items_" : ["%n Element","%n Elemente"],
"Newest" : "Neueste",
"Year" : "Jahr",
"Month" : "Monat",
@ -233,18 +291,19 @@ OC.L10N.register(
"Name" : "Name",
"Update" : "Aktualisieren",
"Failed to rename {oldName} to {name}." : "Fehler beim Umbenennen von {oldName} in {name}.",
"Search" : "Suche",
"Loading …" : "Lade …",
"Enter name of the new face" : "Geben Sie den Namen des neuen Gesichts ein",
"Failed to create face" : "Gesicht konnte nicht angelegt werden",
"Merge {name} with person" : "{name} mit Person zusammenführen",
"Are you sure you want to merge {name} with {newName}?" : "Sind Sie sicher, dass Sie {name} mit {newName} zusammenführen möchten?",
"Merge faces" : "Gesichter vereinen",
"Merge {name} with {newName}?" : "{name} mit {newName} vereinen?",
"unnamed person" : "Unbenannte Person",
"Too many failures, aborting" : "Zu viele Fehler, Abbruch",
"Error while moving {basename}" : "Fehler beim Verschieben von {basename}",
"Failed to move {name}." : "{name} konnte nicht verschoben werden.",
"Move selected photos to person" : "Ausgewählte Fotos zu einer Person verschieben",
"Are you sure you want to move the selected photos from {name} to {target}?" : "Möchten Sie die ausgewählten Fotos wirklich von {name} nach {target} verschieben?",
"An error occured while moving photos from {name}." : "Beim Verschieben der Fotos von {name} ist ein Fehler aufgetreten.",
"Move the selected photos to {target}?" : "Ausgewählte Fotos nach {target} verschieben?",
"An error occurred while moving photos from {name}." : "Beim Verschieben der Fotos von {name} ist ein Fehler aufgetreten.",
"Choose a folder" : "Ordner auswählen",
"_{n} item moved to folder_::_{n} items moved to folder_" : ["{n} Element in den Ordner verschoben","{n} Elementen in den Ordner verschoben"],
"Remove" : "Entfernen",
@ -279,10 +338,11 @@ OC.L10N.register(
"Sort by name" : "Nach Namen sortieren",
"Share album" : "Album teilen",
"Download album" : "Album herunterladen",
"Delete album" : "Album löschen",
"Nothing to show here" : "Hier gibt es nichts anzuzeigen",
"Unassigned faces" : "Nicht zugewiesene Gesichter",
"Merge with different person" : "Mit einer anderen Person zusammenführen",
"Mark person in preview" : "Person in Vorschau markieren",
"Unnamed person" : "Unbenannte Person",
"Folder View" : "Ordneransicht",
"Timeline View" : "Zeitleistenansicht",
"Share folder" : "Ordner teilen",
@ -294,7 +354,6 @@ OC.L10N.register(
"Drop changes" : "Änderungen verwerfen",
"Share" : "Teilen",
"Play Live Photo" : "Live-Foto abspielen",
"Sidebar" : "Seitenleiste",
"Download Video" : "Video herunterladen",
"Slideshow" : "Diashow",
"Previous" : "Zurück",
@ -311,7 +370,6 @@ OC.L10N.register(
"Save as" : "Speichern als",
"All changes will be lost." : "Alle Änderungen gehen verloren.",
"Are you sure you want to continue?" : "Sind Sie sich sicher, dass Sie fortsetzen wollen?",
"Continue" : "Fortsetzen",
"Undo" : "Rückgängig",
"Redo" : "Wiederherstellen",
"Show original image" : "Originalbild anzeigen",
@ -396,6 +454,7 @@ OC.L10N.register(
"Auto" : "Automatisch",
"Shared Folder" : "Geteilter Ordner",
"Shared Album" : "Geteiltes Album",
"Failed to remove {filename}." : "{filename} konnte nicht entfernt werden.",
"Failed to create {albumName}." : "{albumName} konnte nicht erstellt werden.",
"Failed to rename {currentAlbumName} to {newAlbumName}." : "{currentAlbumName} konnte nicht in {newAlbumName} umbenannt werden.",
"General Failure" : "Allgemeiner Fehler",
@ -408,6 +467,9 @@ OC.L10N.register(
"Failed to favorite files." : "Favorisieren von Dateien fehlgeschlagen.",
"Failed to favorite some files." : "Einige Dateien konnten nicht zu den Favoriten hinzugefügt werden.",
"Failed to favorite {fileName}." : "{fileName} konnte nicht zu den Favoriten hinzugefügt werden.",
"No content-location header found" : "Kein Content-Location-Header gefunden",
"Failed to create tag {name}: {error}" : "Fehler beim Erstellen des Schlagwortes {name}: {error}",
"Memories has been updated to {version}. Reload to get the new version." : "Erinnerungen (Memories) wurden auf {version} aktualisiert. Neuladen, um die neue Version zu erhalten.",
"Upload some photos and make sure the timeline path is configured" : "Laden Sie einige Fotos hoch und stellen Sie sicher, dass der Timeline-Pfad konfiguriert ist",
"Mark photos as favorite to find them easily" : "Markieren Sie Fotos als Favoriten, um sie leicht zu finden",
"Memories from past years will appear here" : "Erinnerungen aus vergangenen Jahren werden hier erscheinen",
@ -420,6 +482,7 @@ OC.L10N.register(
"Tag photos to find them easily" : "Markieren Sie Fotos, um sie leicht zu finden",
"Recognize is still working on your photos" : "Die Erkennung arbeitet noch an Ihren Fotos",
"Places you have been to will appear here" : "Orte, die Sie besucht haben, werden hier angezeigt",
"Your Timeline" : "Ihre Zeitleiste"
"Yes" : "Ja",
"No" : "Nein"
},
"nplurals=2; plural=(n != 1);");

133
l10n/de_DE.json vendored
View File

@ -1,4 +1,5 @@
{ "translations": {
"Download" : "Herunterladen",
"Memories" : "Erinnerungen",
"Fast, modern and advanced photo management suite" : "Schnelle, moderne und fortschrittliche Fotoverwaltungssuite",
"# 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." : "# Erinnerungen: Fotoverwaltung für Nextcloud\n\nErinnerungen (Memories) ist eine Fotoverwaltungslösung *Batterien enthalten* für Nextcloud mit erweiterten Funktionen, darunter:\n\n- **📸 Timeline**: Fotos und Videos nach Aufnahmedatum sortieren, geparst aus Exif-Daten.\n- **⏪ Zurückspulen**: Springen Sie sofort zu einem beliebigen Zeitpunkt in der Vergangenheit und erleben Sie Ihre Erinnerungen erneut.\n- **🤖 KI-Tagging**: Gruppieren Sie Fotos nach Personen und Objekten, unterstützt von [recognize](https://github.com/nextcloud/recognize) und [facerecognition](https://github.com/matiasdelellis/facerecognition ).\n- **🖼️ Alben**: Erstellen Sie Alben, um Fotos und Videos zu gruppieren. Dann teilen Sie diese Alben mit anderen.\n- **🫱🏻‍🫲🏻 Externes Teilen**: Teilen Sie Fotos und Videos mit Personen außerhalb Ihrer Nextcloud-Instanz.\n- **📱 Mobiler Support**: Arbeiten Sie von jedem Gerät jeder Form und Größe über die Web-App.\n- **✏️ Metadaten bearbeiten**: Bearbeiten Sie Daten und andere Metadaten auf Fotos schnell und in großen Mengen.\n- **📦 Archiv**: Speichern Sie Fotos, die Sie nicht in Ihrer Chronik sehen möchten, in einem separaten Ordner.\n- **📹 Videotranskodierung**: Videos transkodieren und HLS für maximale Leistung verwenden.\n- **🗺️ Karte**: Zeigen Sie Ihre Fotos auf einer Karte an, die mit genauer umgekehrter Geokodierung versehen ist.\n- **📦 Migration**: Migrieren Sie einfach von Nextcloud Photos und Google Takeout.\n- **⚡️ Leistung**: Mach das alles sehr schnell.\n\n## 🚀 Installation\n\n1. Installieren Sie die App aus dem Nextcloud App Store (oder probieren Sie [hier] eine Demo aus (https://demo.memories.gallery/apps/memories/).\n1. Führen Sie die empfohlenen [Konfigurationsschritte] durch (https://demo.memories.gallery/apps/memories/).\n1. Führen Sie `php occ memorys:index` aus, um Metadaten-Indizes für vorhandene Fotos zu generieren.\n1. Öffnen Sie die App 📷 Erinnerungen in Nextcloud und legen Sie das Verzeichnis mit Ihren Fotos fest.",
@ -22,17 +23,20 @@
"Face Recognition" : "Gesichtserkennung",
"A better photos experience awaits you" : "Ein besseres Fotoerlebnis erwartet Sie",
"Choose the root folder of your timeline to begin" : "Wählen Sie den Quellordner Ihrer Zeitleiste um zu beginnen",
"If you just installed Memories, run:" : "Wenn Sie Memories gerade installiert haben, führen Sie Folgendes aus:",
"Continue to Memories" : "Weiter zu Memories",
"Choose again" : "Erneut auswählen",
"Click here to start" : "Zum Starten hier klicken",
"You can always change this later in settings" : "Sie können das auch noch später in den Einstellungen ändern",
"If you just installed Memories, visit the admin panel first." : "Wenn Sie Erinnerungen (Memories) gerade erst installiert haben, navigieren Sie bitte zunächst zum Administrationsmenü.",
"Choose the root of your timeline" : "Start Ihrer Zeitleiste auswählen",
"The selected folder does not seem to be valid. Try again." : "Der ausgewählte Ordner scheint ungültig zu sein. Versuchen Sie es nochmal.",
"No photos were found in the selected folder." : "Im gewählten Ordner wurden keine Fotos gefunden.",
"This can happen because your media is still indexing." : "Dies kann den Grund haben, dass Ihre Medien aktuell noch indexiert werden.",
"Visit the admin panel to make sure Memories is configured correctly." : "Navigieren Sie zum Administrationsmenü um zu überprüfen, ob Erinnerungen (Memories) korrekt eingerichtet ist.",
"_Found {n} item in {path}_::_Found {n} items in {path}_" : ["{n} Foto gefunden in {path}","{n} Fotos gefunden in {path}"],
"Metadata" : "Metadaten",
"Edit" : "Bearbeiten",
"No title" : "Kein Titel",
"No description" : "Keine Beschreibung",
"Failed to load metadata" : "Fehler beim Laden der Metadaten",
"No coordinates" : "Keine Koordinaten",
"Click edit to set location" : "Auf Bearbeiten klicken um den Ort festzulegen",
"Photos" : "Fotos",
@ -40,7 +44,6 @@
"Cancel" : "Abbrechen",
"Delete" : "Löschen",
"Remove from album" : "Aus dem Album entfernen",
"Download" : "Herunterladen",
"Favorite" : "Favorisieren",
"Unarchive" : "Dearchivieren",
"Edit metadata" : "Metadaten bearbeiten",
@ -49,10 +52,12 @@
"Add to album" : "Zum Album hinzufügen",
"Move to person" : "Zu einer Person verschieben",
"Remove from person" : "Von der Person entfernen",
"You are about to download a large number of files. Are you sure?" : "Sie sind dabei, eine große Anzahl an Dateien herunterzuladen. Sind Sie sich sicher?",
"You are about to delete a large number of files. Are you sure?" : "Sie sind dabei, eine große Anzahl an Dateien zu löschen. Sind Sie sich sicher?",
"You are about to download a large number of files." : "Sie sind dabei, eine große Anzahl an Dateien herunterzuladen.",
"Continue" : "Fortsetzen",
"You are about to delete a large number of files" : "Sie sind dabei, eine große Anzahl an Dateien zu löschen.",
"Failed to delete files" : "Löschen von Dateien fehlgeschlagen",
"You are about to touch a large number of files. Are you sure?" : "Sie sind im Begriff, eine große Anzahl von Dateien zu ändern. Sind Sie sich sicher?",
"Move" : "Verschieben",
"You are about to move a large number of files" : "Sie sind dabei, eine große Anzahl an Dateien zu verschieben.",
"You must enable \"Mark person in preview\" to use this feature" : "Sie müssen „Person in Vorschau markieren“ aktivieren, um diese Funktion nutzen zu können",
"Only user \"{user}\" can update this person" : "Nur der Benutzer \"{user}\" kann diese Person aktualisieren",
"_{n} selected_::_{n} selected_" : ["{n} ausgewählt","{n} ausgewählt"],
@ -61,50 +66,93 @@
"Timeline Path" : "Pfad der Zeitleiste",
"Square grid mode" : "Quadratischer Gittermodus",
"Show past photos on top of timeline" : "Vergangene Fotos oben auf der Zeitleiste anzeigen",
"Viewer" : "Betrachter",
"Autoplay Live Photos" : "Live-Fotos automatisch abspielen",
"Load full size image on zoom" : "Bild in voller Größe beim Zoomen laden",
"Always load full size image (not recommended)" : "Bild immer in voller Größe laden (nicht empfohlen)",
"Show full file path in sidebar" : "Vollständigen Dateipfad in der Seitenleiste anzeigen",
"Account" : "Konto",
"Logged in as {user}" : "Angemeldet als {user}",
"Sign out" : "Abmelden",
"Device Folders" : "Geräteordner",
"Local folders to include in the timeline view" : "Lokale Ordner, die in die Zeitleisten-Ansicht einbezogen werden sollen",
"Folders Path" : "Ordnerpfad",
"Show hidden folders" : "Zeige versteckte Ordner",
"Sort folders oldest-first" : "Ordner sortieren, älteste zuerst",
"Sort albums oldest-first" : "Alben sortieren, älteste zuerst",
"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?",
"Close" : "Schließen",
"{photoCount} photos" : "{photoCount} Fotos",
"Failed to load some photos" : "Laden einiger Fotos fehlgeschlagen",
"Failed to update setting" : "Die Einstellung konnte nicht aktualisiert werden",
"EXIF Extraction" : "EXIF-Extraktion",
"Albums support is enabled through the Photos app." : "Die Albenunterstützung wurde über die Fotos-App aktiviert.",
"Albums are disabled because the Photos app is not available." : "Alben sind deaktiviert, da die Fotos-App nicht verfügbar ist.",
"Recognize is installed and enabled for face recognition." : "Recognize ist installiert und für die Gesichtserkennung aktiviert.",
"Recognize is installed but not enabled for face recognition." : "Recognize ist installiert, aber nicht für die Gesichtserkennung aktiviert.",
"Recognize is not installed. Face recognition and object tagging may be unavailable." : "Recognize ist nicht installiert. Gesichtserkennung und Objektkennzeichnung sind möglicherweise nicht verfügbar.",
"Face Recognition is installed and enabled" : "Gesichtserkennung ist installiert und aktiviert",
"Preview generator is installed and enabled. Additional configuration may still be required." : "Der Vorschaugenerator ist installiert und aktiviert. Möglicherweise ist noch eine zusätzliche Konfiguration erforderlich.",
"Preview generator is not installed and configured. This may make Memories very slow." : "Der Vorschaugenerator ist nicht installiert und konfiguriert. Dies kann dazu führen, dass Memories sehr langsam ist.",
"Recommended Apps" : "Empfohlene Apps",
"Path to packaged exiftool binary" : "Pfad zur gepackten Exiftool-Binärdatei",
"You need perl only if the packaged exiftool binary does not work for some reason." : "Sie brauchen Perl nur, wenn die gepackte Exiftool-Binärdatei aus irgendeinem Grund nicht funktioniert.",
"Use system perl (only if exiftool binary does not work)" : "System-Perl verwenden (nur wenn die Exiftool-Binärdatei nicht funktioniert)",
"Media Indexing" : "Medien-Indexierung",
"EXIF Extraction" : "EXIF-Extraktion",
"You can configure the enabled Nextcloud preview providers below." : "Sie können die aktiven Nextcloud-Vorschauanbieter unten einrichten.",
"If you are using Imaginary for preview generation, you can ignore this section." : "Wenn Sie Imaginary zur Vorschauerstellung verwenden, können Sie diesen Abschnitt überspringen.",
"To enable RAW support, install the Camera RAW Previews app." : "Um die RAW-Unterstützung zu aktivieren, installieren Sie die Camera RAW Vorschau-App.",
"Documentation." : "Dokumentation.",
"PHP-Imagick is available [{version}]." : "PHP-Imagick ist Verfügbar [{version}].",
"PHP-Imagick is not available." : "PHP-Imagickist nicht verfügbar.",
"Image editing will not work correctly." : "Die Bildbearbeitung wird nicht korrekt funktionieren.",
"Thumbnail generation may not work for some formats (HEIC, TIFF)." : "Bei einigen Formaten (HEIC, TIFF) funktioniert die Erstellung von Miniaturansichten möglicherweise nicht.",
"Thumbnails for videos will be generated with this binary." : "Mit dieser Binärdatei werden Miniaturansichten für Videos generiert.",
"Thumbnail generation may not work for videos." : "Die Erstellung von Miniaturansichten funktioniert möglicherweise nicht für Videos.",
"The following MIME types are configured for preview generation." : "Die folgenden MIME-Typen sind für die Erstellung der Vorschau eingerichtet.",
"Max preview size (trade-off between quality and storage requirements)." : "Maximale Vorschaugröße (Kompromiss zwischen Qualität und Speicherbedarf).",
"Max memory for preview generation (MB)" : "Maximaler Speicher für die Vorschauerstellung (MB)",
"Max size of preview files (MB)" : "Maximale Größe der Vorschaudateien (MB)",
"File Support" : "Dateiunterstützung",
"Images (JPEG, PNG, GIF, BMP)" : "Bilder (JPEG, PNG, GIF, BMP)",
"HEIC (Imagick)" : "HEIC (Imagick)",
"TIFF (Imagick)" : "TIFF (Imagick)",
"Videos (ffmpeg)" : "Videos (ffmpeg)",
"Thank you for choosing Nextcloud and Memories to store your precious data!" : "Vielen Dank, dass Sie sich für Nextcloud und Memories zur Speicherung Ihrer wertvollen Daten entschieden haben!",
"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 Sie Memories gerade installiert haben, lesen Sie 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 Sie auf Probleme oder Fehler stoßen, können Sie 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.",
"You can contribute in several ways. See the project page for more details:" : "Sie können auf verschiedene Weise Ihren Beitrag leisten. Weitere Details finden Sie auf der Projektseite:",
"Help & Support" : "Hilfe und Unterstützung",
"{n} media files have been indexed" : "{n} Mediendateien wurden indexiert",
"Automatic Indexing status: {status}" : "Automatischer Indizierungsstatus: {status}",
"Last index job was run {t} seconds ago." : "Die letzte Indizierungsaufgabe wurde vor {t}  Sekunden ausgeführt.",
"Automatic Indexing status: {status}" : "Status automatische Indizierung: {status}",
"Last index job was run {t} seconds ago." : "Die letzte Indizierungsaufgabe wurde vor {t} Sekunden ausgeführt.",
"It took {t} seconds to complete." : "Die Fertigstellung dauerte {t} Sekunden.",
"It is still running or was interrupted." : "Läuft noch oder wurde unterbrochen.",
"Looks like it has been more than an hour since the last index job was run. Make sure Nextcloud cron is configured correctly." : "Es scheint, dass seit der Ausführung des letzten Indexjobs mehr als eine Stunde vergangen ist. Stellen Sie sicher, dass Nextcloud-Cron richtig konfiguriert ist.",
"Only server-side encryption (OC_DEFAULT_MODULE) is supported, but another encryption module is enabled." : "Nur die serverseitige Verschlüsselung (OC_DEFAULT_MODULE) wird unterstützt, es ist jedoch ein anderes Verschlüsselungsmodul aktiviert.",
"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." : "Die EXIF-Indexe werden in regelmäßigen Abständen im Hintergrund erstellt und überprüft. Seien Sie vorsichtig, wenn Sie etwas anderes als die automatische Indexierung auswählen. Wenn Sie z. B. die Indexierung auf Zeitleistenordner beschränken, kann es zu Verzögerungen kommen, bevor die Medien für die Benutzer verfügbar sind, da der Benutzer die Zeitleiste erst nach der Anmeldung konfiguriert.",
"Folders with a \".nomedia\" file are always excluded from indexing." : "Ordner mit einer „.nomedia“-Datei sind immer von der Indizierung ausgeschlossen.",
"Folders with a \".nomedia\" or a \".nomemories\" file are always excluded from indexing." : "Ordner mit einer „.nomedia“- oder einer „.nomemories“-Datei werden immer von der Indizierung ausgeschlossen.",
"Index all media automatically (recommended)" : "Alle Medien automatisch indexieren (empfohlen)",
"Index per-user timeline folders (not recommended)" : "Indexierung von Zeitleistenordnern pro Benutzer (nicht empfohlen)",
"Index a fixed relative path" : "Einen festen relativen Pfad indexieren",
"Disable background indexing" : "Hintergrundindizierung deaktivieren",
"Indexing path (relative, all users)" : "Indexierungspfad (relativ, alle Benutzer)",
"For advanced usage, perform a run of indexing by running:" : "Zur Umfassenden Nutzung einen Indizierungslauf durchführen, indem Sie Folgendes ausführen:",
"For advanced usage, perform a run of indexing by running:" : "Zur umfassenden Nutzung einen Indizierungslauf durchführen, indem Sie Folgendes ausführen:",
"Run index in parallel with 4 threads:" : "Indizierung parallel mit 4 Threads ausführen:",
"Force re-indexing of all files:" : "Neuindizierung aller Dateien erzwingen:",
"You can limit indexing by user and/or folder:" : "Sie können die Indizierung nach Benutzer und/oder Ordner einschränken:",
"Clear all existing index tables:" : "Alle vorhandenen Indextabellen löschen:",
"The following MIME types are configured for preview generation correctly. More documentation:" : "Die folgenden MIME-Typen sind für die Erstellung der Vorschau korrekt konfiguriert. Weitere Dokumentation:",
"External Link" : "Externer Link",
"Performance" : "Leistung",
"Media Indexing" : "Medien-Indexierung",
"HTTPS is enabled" : "HTTPS ist aktiviert",
"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." : "Sie greifen über einen unsicheren Kontext auf diese Seite zu. Einige Browser-APIs sind nicht verfügbar, wodurch Erinnerungen (Memories) sehr langsam wird. Aktivieren Sie HTTPS auf Ihrem Server, um die Leistung zu verbessern.",
"HTTP/2 or HTTP/3 is enabled" : "HTTP/2 oder HTTP/3 ist aktiviert",
"HTTP/2 or HTTP/3 is strongly recommended ({httpVer} detected)" : "HTTP/2 oder HTTP/3 wird dringend empfohlen ({httpVer} erkannt)",
"Performance" : "Leistung",
"Unknown" : "Unbekannt",
"Reverse Geocoding" : "Umgekehrte Geokodierung",
"Database is populated with {n} geometries." : "Die Datenbank ist mit {n} Geometrien gefüllt.",
"Geometry table has not been created." : "Geometrietabelle wurde nicht erstellt.",
"Looks like the planet data is incomplete." : "Die Planetendaten scheinen unvollständig zu sein.",
@ -114,13 +162,13 @@
"If the button below does not work for importing the planet data, use the following command:" : "Wenn die Schaltfläche unten zum Importieren der Planetendaten nicht funktioniert, verwenden Sie den folgenden Befehl:",
"Note: the geometry data is stored in the memories_planet_geometry table, with no prefix." : "Hinweis: Die Geometriedaten werden ohne Präfix in der Tabelle memory_planet_geometry gespeichert.",
"Download planet database" : "Planetendatenbank herunterladen",
"Reverse Geocoding" : "Umgekehrte Geokodierung",
"Geometry support was not detected in your database" : "Geometrieunterstützung wurde in Ihrer Datenbank nicht erkannt",
"MySQL-like geometry support was detected " : "MySQL-ähnliche Geometrieunterstützung wurde erkannt",
"Postgres native geometry support was detected" : "Die native Postgres-Geometrieunterstützung wurde erkannt",
"Looks like the database is already setup. Are you sure you want to redownload planet data?" : "Die Datenbank scheint schon eingerichtet zu sein. Wollen Sie die Planetendaten erneut herunterladen?",
"You are about to download the planet database. This may take a while." : "Sie sind dabei, die Planentendatenbank herunterzuladen. Dies kann etwas dauern.",
"This may also cause all photos to be re-indexed!" : "Dies kann auch dazu führen, dass alle Fotos erneut indexiert werden!",
"Video Streaming" : "Video-Streaming",
"Live transcoding provides for adaptive streaming of videos using HLS." : "Live-Transcodierung ermöglicht adaptives Streaming von Videos mit HLS.",
"Note that this may be very CPU intensive without hardware acceleration, and transcoding will not be used for external storage." : "Beachten Sie, dass dies ohne Hardwarebeschleunigung sehr CPU-intensiv sein kann und die Transcodierung nicht für die externe Speicherung verwendet wird.",
"Enable Transcoding" : "Transcodierung aktivieren",
@ -130,14 +178,14 @@
"Auto (adaptive transcode)" : "Automatisch (adaptive Transcodierung)",
"Original (transcode with max quality)" : "Original (mit maximaler Qualität transcodieren)",
"Direct (original video file without transcode)" : "Direkt (Originalvideodatei ohne Transcodierung)",
"Hardware Acceleration" : "Hardware-Beschleunigung",
"Video Streaming" : "Video-Streaming",
"You must first make sure the correct drivers are installed before configuring acceleration." : "Sie müssen zunächst sicherstellen, dass die richtigen Treiber installiert sind, bevor Sie die Beschleunigung konfigurieren.",
"Make sure you test hardware acceleration with various options after enabling." : "Stellen Sie sicher, dass Sie die Hardwarebeschleunigung nach der Aktivierung mit verschiedenen Optionen testen.",
"Do not enable multiple types of hardware acceleration simultaneously." : "Aktivieren Sie nicht mehrere Arten der Hardwarebeschleunigung gleichzeitig.",
"Intel processors supporting QuickSync Video (QSV) as well as some AMD GPUs can be used for transcoding using VA-API acceleration." : "Intel-Prozessoren, die QuickSync Video (QSV) unterstützen, sowie einige AMD-GPUs können für die Transcodierung mit VA-API-Beschleunigung verwendet werden.",
"For more details on driver installation, check the documentation:" : "Weitere Einzelheiten zur Treiberinstallation finden Sie in der Dokumentation:",
"Enable acceleration with VA-API" : "Beschleunigung mit VA-API aktivieren",
"Enable low-power mode (QSV)" : "Energiesparmodus (QSV) aktivieren",
"Enable low-power mode (QSV only)" : "Energiesparmodus aktivieren (nur QSV)",
"NVIDIA GPUs can be used for transcoding using the NVENC encoder with the proper drivers." : "NVIDIA-GPUs können für die Transcodierung mit dem NVENC-Encoder mit den richtigen Treibern verwendet werden.",
"Depending on the versions of the installed SDK and ffmpeg, you need to specify the scaler to use" : "Abhängig von den Versionen des installierten SDK und ffmpeg müssen Sie den zu verwendenden Scaler angeben",
"No automated tests are available for NVIDIA acceleration." : "Für die NVIDIA-Beschleunigung sind keine automatisierten Tests verfügbar.",
@ -145,17 +193,26 @@
"Enable NVENC Temporal AQ" : "NVENC Temporal AQ aktivieren",
"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.",
"Enable the following option only if you have incorrectly oriented videos during playback." : "Aktivieren Sie die folgende Option nur, wenn bei der Wiedergabe falsch ausgerichtete Videos angezeigt werden.",
"Enable streaming transpose workaround" : "Aktivieren Sie die Problemumgehung für die Streaming-Transponierung",
"HW Acceleration" : "Hardwarebeschleunigung",
"VA-API device ({dev}) is readable" : "VA-API-Gerät ({dev}) ist lesbar",
"VA-API device ({dev}) not found" : "VA-API-Gerät ({dev}) nicht gefunden",
"VA-API device ({dev}) has incorrect permissions" : "VA-API-Gerät ({dev}) hat falsche Berechtigungen",
"VA-API device status: {status}" : "VA-API-Gerätestatus: {status}",
"Transcoder configuration" : "Transcoder-Konfiguration",
"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:" : "Erinnerungen (Memories) verwendet den Go-Vod-Transcoder. Sie können go-vod extern ausführen (z. B. in einem separaten Docker-Container zur Hardwarebeschleunigung) oder den integrierten Transcoder verwenden. Um einen externen Transcoder zu verwenden, aktivieren Sie die folgende Option und befolgen Sie die Anweisungen in der Dokumentation:",
"Enable external transcoder (go-vod)" : "Externen Transcoder aktivieren (go-vod)",
"Binary path (local only)" : "Binärer Pfad (nur lokal)",
"Bind address (local only)" : "Bind-Adresse (nur lokal)",
"Connection address (same as bind if local)" : "Verbindungsadresse (dasselbe wie bind, wenn lokal)",
"_{n} item added to album_::_{n} items added to album_" : ["{n} Element zum Album hinzugefügt","{n} Elmente zum Album hinzugefügt"],
"Transcoder" : "Transkodierer",
"Template" : "Vorlage",
"No items" : "Keine Elemente",
"Shared by {user}" : "Geteilt von {user}",
"_{n} item_::_{n} items_" : ["{n} Element","{n} Elemente"],
"_{n} photo updated_::_{n} photos updated_" : ["{n} Foto aktualisiert","{n} Fotos aktualisiert"],
"Add people or groups who can edit your album" : "Personen oder Gruppen hinzufügen, die Ihr Album bearbeiten können",
"Search for collaborators" : "Suche nach Mitbearbeitenden",
"Search people or groups" : "Suchen nach Personen oder Gruppen",
@ -177,7 +234,6 @@
"Could not load the selected album" : "Gewähltes Album konnte nicht geladen werden",
"Remove Album" : "Album entfernen",
"Are you sure you want to permanently remove album \"{name}\"?" : "Möchten Sie das Album \"{name}\" wirklich endgültig entfernen?",
"Only user \"{user}\" can delete this album" : "Nur der Benutzer \"{user}\" can dieses Album löschen",
"Failed to delete {name}." : "Fehler beim Löschen von {name}.",
"Name of the album" : "Name des Albums",
"Location of the album" : "Ort des Albums",
@ -189,12 +245,14 @@
"Save" : "Speichern",
"Create album" : "Album erstellen",
"Invalid album name; should not contain any slashes." : "Ungültiger Albumname; darf keine Schrägstriche enthalten.",
"Add selection to album {albumName}" : "Auswahl zum Album {albumName} hinzufügen",
"Create a new album." : "Ein neues Album erstellen.",
"_%n item_::_%n items_" : ["%n Element","%n Elemente"],
"_Share with %n user_::_Share with %n users_" : ["Mit %n Benutzer teilen","Mit %n Benutzern teilen"],
"Search" : "Suche",
"Create new album." : "Neues Album erstellen.",
"Save changes" : "Änderungen speichern",
"_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.",
"shared by {owner}" : "Geteilt von {owner}",
"_%n item_::_%n items_" : ["%n Element","%n Elemente"],
"Newest" : "Neueste",
"Year" : "Jahr",
"Month" : "Monat",
@ -231,18 +289,19 @@
"Name" : "Name",
"Update" : "Aktualisieren",
"Failed to rename {oldName} to {name}." : "Fehler beim Umbenennen von {oldName} in {name}.",
"Search" : "Suche",
"Loading …" : "Lade …",
"Enter name of the new face" : "Geben Sie den Namen des neuen Gesichts ein",
"Failed to create face" : "Gesicht konnte nicht angelegt werden",
"Merge {name} with person" : "{name} mit Person zusammenführen",
"Are you sure you want to merge {name} with {newName}?" : "Sind Sie sicher, dass Sie {name} mit {newName} zusammenführen möchten?",
"Merge faces" : "Gesichter vereinen",
"Merge {name} with {newName}?" : "{name} mit {newName} vereinen?",
"unnamed person" : "Unbenannte Person",
"Too many failures, aborting" : "Zu viele Fehler, Abbruch",
"Error while moving {basename}" : "Fehler beim Verschieben von {basename}",
"Failed to move {name}." : "{name} konnte nicht verschoben werden.",
"Move selected photos to person" : "Ausgewählte Fotos zu einer Person verschieben",
"Are you sure you want to move the selected photos from {name} to {target}?" : "Möchten Sie die ausgewählten Fotos wirklich von {name} nach {target} verschieben?",
"An error occured while moving photos from {name}." : "Beim Verschieben der Fotos von {name} ist ein Fehler aufgetreten.",
"Move the selected photos to {target}?" : "Ausgewählte Fotos nach {target} verschieben?",
"An error occurred while moving photos from {name}." : "Beim Verschieben der Fotos von {name} ist ein Fehler aufgetreten.",
"Choose a folder" : "Ordner auswählen",
"_{n} item moved to folder_::_{n} items moved to folder_" : ["{n} Element in den Ordner verschoben","{n} Elementen in den Ordner verschoben"],
"Remove" : "Entfernen",
@ -277,10 +336,11 @@
"Sort by name" : "Nach Namen sortieren",
"Share album" : "Album teilen",
"Download album" : "Album herunterladen",
"Delete album" : "Album löschen",
"Nothing to show here" : "Hier gibt es nichts anzuzeigen",
"Unassigned faces" : "Nicht zugewiesene Gesichter",
"Merge with different person" : "Mit einer anderen Person zusammenführen",
"Mark person in preview" : "Person in Vorschau markieren",
"Unnamed person" : "Unbenannte Person",
"Folder View" : "Ordneransicht",
"Timeline View" : "Zeitleistenansicht",
"Share folder" : "Ordner teilen",
@ -292,7 +352,6 @@
"Drop changes" : "Änderungen verwerfen",
"Share" : "Teilen",
"Play Live Photo" : "Live-Foto abspielen",
"Sidebar" : "Seitenleiste",
"Download Video" : "Video herunterladen",
"Slideshow" : "Diashow",
"Previous" : "Zurück",
@ -309,7 +368,6 @@
"Save as" : "Speichern als",
"All changes will be lost." : "Alle Änderungen gehen verloren.",
"Are you sure you want to continue?" : "Sind Sie sich sicher, dass Sie fortsetzen wollen?",
"Continue" : "Fortsetzen",
"Undo" : "Rückgängig",
"Redo" : "Wiederherstellen",
"Show original image" : "Originalbild anzeigen",
@ -394,6 +452,7 @@
"Auto" : "Automatisch",
"Shared Folder" : "Geteilter Ordner",
"Shared Album" : "Geteiltes Album",
"Failed to remove {filename}." : "{filename} konnte nicht entfernt werden.",
"Failed to create {albumName}." : "{albumName} konnte nicht erstellt werden.",
"Failed to rename {currentAlbumName} to {newAlbumName}." : "{currentAlbumName} konnte nicht in {newAlbumName} umbenannt werden.",
"General Failure" : "Allgemeiner Fehler",
@ -406,6 +465,9 @@
"Failed to favorite files." : "Favorisieren von Dateien fehlgeschlagen.",
"Failed to favorite some files." : "Einige Dateien konnten nicht zu den Favoriten hinzugefügt werden.",
"Failed to favorite {fileName}." : "{fileName} konnte nicht zu den Favoriten hinzugefügt werden.",
"No content-location header found" : "Kein Content-Location-Header gefunden",
"Failed to create tag {name}: {error}" : "Fehler beim Erstellen des Schlagwortes {name}: {error}",
"Memories has been updated to {version}. Reload to get the new version." : "Erinnerungen (Memories) wurden auf {version} aktualisiert. Neuladen, um die neue Version zu erhalten.",
"Upload some photos and make sure the timeline path is configured" : "Laden Sie einige Fotos hoch und stellen Sie sicher, dass der Timeline-Pfad konfiguriert ist",
"Mark photos as favorite to find them easily" : "Markieren Sie Fotos als Favoriten, um sie leicht zu finden",
"Memories from past years will appear here" : "Erinnerungen aus vergangenen Jahren werden hier erscheinen",
@ -418,6 +480,7 @@
"Tag photos to find them easily" : "Markieren Sie Fotos, um sie leicht zu finden",
"Recognize is still working on your photos" : "Die Erkennung arbeitet noch an Ihren Fotos",
"Places you have been to will appear here" : "Orte, die Sie besucht haben, werden hier angezeigt",
"Your Timeline" : "Ihre Zeitleiste"
"Yes" : "Ja",
"No" : "Nein"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

19
l10n/el.js vendored
View File

@ -1,6 +1,7 @@
OC.L10N.register(
"memories",
{
"Download" : "Λήψη",
"Settings" : "Ρυθμίσεις",
"People" : "Άτομα",
"Info" : "Πληροφόρηση",
@ -12,19 +13,26 @@ OC.L10N.register(
"Archive" : "Αρχειοθέτηση",
"On this day" : "Αυτή τη μέρα",
"Tags" : "Ετικέτες",
"Metadata" : "Μεταδεδομένα",
"Edit" : "Επεξεργασία",
"Explore" : "Εξερεύνηση",
"Cancel" : "Ακύρωση",
"Delete" : "Διαγραφή",
"Download" : "Λήψη",
"Favorite" : "Αγαπημένο",
"Unarchive" : "Αναίρεση αρχειοθέτησης",
"View in folder" : "Προβολή στον φάκελο",
"Add to album" : "Προσθήκη στο άλμπουμ",
"Continue" : "Συνεχίστε",
"Move" : "Μετακίνηση",
"General" : "Γενικά",
"Viewer" : "Πρόγραμμα προβολής",
"Account" : "Λογαριασμός",
"Close" : "Κλείσιμο",
"Performance" : "Απόδοση",
"Unknown" : "Άγνωστο",
"Template" : "Πρότυπο",
"No items" : "Κανένα στοιχείο",
"Shared by {user}" : "Διαμοιράστηκε από {user}",
"No collaborators available" : "Δεν υπάρχουν διαθέσιμοι συνεργάτες",
"Copy public link" : "Αντιγραφή δημόσιου συνδέσμου",
"Public link" : "Δημόσιος σύνδεσμος",
@ -35,7 +43,7 @@ OC.L10N.register(
"Back" : "Πίσω",
"Save" : "Αποθήκευση",
"Create album" : "Δημιουργία άλμπουμ",
"Create a new album." : "Δημιουργήστε ένα νέο άλμπουμ.",
"Search" : "Αναζήτηση",
"Year" : "Έτος",
"Month" : "Μήνας",
"Day" : "Ημέρα",
@ -51,7 +59,6 @@ OC.L10N.register(
"Rename person" : "Μετονομασία ατόμου",
"Name" : "Όνομα",
"Update" : "Ενημέρωση",
"Search" : "Αναζήτηση",
"Loading …" : "Φόρτωση …",
"Remove" : "Αφαίρεση",
"Share link" : "Διαμοιρασμός συνδέσμου",
@ -63,13 +70,11 @@ OC.L10N.register(
"Link copied to clipboard" : "Ο σύνδεσμος αντιγράφηκε στο πρόχειρο",
"Sort by date" : "Ταξινόμηση κατά ημερομηνία",
"Sort by name" : "Ταξινόμηση κατά όνομα",
"Delete album" : "Διαγραφή άλμπουμ",
"Share folder" : "Διαμοιρασμός φακέλου",
"Unsaved changes" : "Μη αποθηκευμένες αλλαγές",
"Share" : "Διαμοιρασμός",
"Previous" : "Προηγούμενο",
"Next" : "Επόμενο",
"Continue" : "Συνεχίστε",
"Undo" : "Ακύρωση ενέργειας",
"Redo" : "Ξανακάντε",
"Zoom in" : "Εστίαση",
@ -88,6 +93,8 @@ OC.L10N.register(
"Auto" : "Αυτόματα",
"Failed to create {albumName}." : "Απέτυχε η δημιουργία {albumName}",
"Failed to rename {currentAlbumName} to {newAlbumName}." : "Απέτυχε η μετονομασία του {currentAlbumName} σε {newAlbumName}.",
"Failed to delete {fileName}." : "Απέτυχε η διαγραφή {fileName}."
"Failed to delete {fileName}." : "Απέτυχε η διαγραφή {fileName}.",
"Yes" : "Ναι",
"No" : "Όχι"
},
"nplurals=2; plural=(n != 1);");

19
l10n/el.json vendored
View File

@ -1,4 +1,5 @@
{ "translations": {
"Download" : "Λήψη",
"Settings" : "Ρυθμίσεις",
"People" : "Άτομα",
"Info" : "Πληροφόρηση",
@ -10,19 +11,26 @@
"Archive" : "Αρχειοθέτηση",
"On this day" : "Αυτή τη μέρα",
"Tags" : "Ετικέτες",
"Metadata" : "Μεταδεδομένα",
"Edit" : "Επεξεργασία",
"Explore" : "Εξερεύνηση",
"Cancel" : "Ακύρωση",
"Delete" : "Διαγραφή",
"Download" : "Λήψη",
"Favorite" : "Αγαπημένο",
"Unarchive" : "Αναίρεση αρχειοθέτησης",
"View in folder" : "Προβολή στον φάκελο",
"Add to album" : "Προσθήκη στο άλμπουμ",
"Continue" : "Συνεχίστε",
"Move" : "Μετακίνηση",
"General" : "Γενικά",
"Viewer" : "Πρόγραμμα προβολής",
"Account" : "Λογαριασμός",
"Close" : "Κλείσιμο",
"Performance" : "Απόδοση",
"Unknown" : "Άγνωστο",
"Template" : "Πρότυπο",
"No items" : "Κανένα στοιχείο",
"Shared by {user}" : "Διαμοιράστηκε από {user}",
"No collaborators available" : "Δεν υπάρχουν διαθέσιμοι συνεργάτες",
"Copy public link" : "Αντιγραφή δημόσιου συνδέσμου",
"Public link" : "Δημόσιος σύνδεσμος",
@ -33,7 +41,7 @@
"Back" : "Πίσω",
"Save" : "Αποθήκευση",
"Create album" : "Δημιουργία άλμπουμ",
"Create a new album." : "Δημιουργήστε ένα νέο άλμπουμ.",
"Search" : "Αναζήτηση",
"Year" : "Έτος",
"Month" : "Μήνας",
"Day" : "Ημέρα",
@ -49,7 +57,6 @@
"Rename person" : "Μετονομασία ατόμου",
"Name" : "Όνομα",
"Update" : "Ενημέρωση",
"Search" : "Αναζήτηση",
"Loading …" : "Φόρτωση …",
"Remove" : "Αφαίρεση",
"Share link" : "Διαμοιρασμός συνδέσμου",
@ -61,13 +68,11 @@
"Link copied to clipboard" : "Ο σύνδεσμος αντιγράφηκε στο πρόχειρο",
"Sort by date" : "Ταξινόμηση κατά ημερομηνία",
"Sort by name" : "Ταξινόμηση κατά όνομα",
"Delete album" : "Διαγραφή άλμπουμ",
"Share folder" : "Διαμοιρασμός φακέλου",
"Unsaved changes" : "Μη αποθηκευμένες αλλαγές",
"Share" : "Διαμοιρασμός",
"Previous" : "Προηγούμενο",
"Next" : "Επόμενο",
"Continue" : "Συνεχίστε",
"Undo" : "Ακύρωση ενέργειας",
"Redo" : "Ξανακάντε",
"Zoom in" : "Εστίαση",
@ -86,6 +91,8 @@
"Auto" : "Αυτόματα",
"Failed to create {albumName}." : "Απέτυχε η δημιουργία {albumName}",
"Failed to rename {currentAlbumName} to {newAlbumName}." : "Απέτυχε η μετονομασία του {currentAlbumName} σε {newAlbumName}.",
"Failed to delete {fileName}." : "Απέτυχε η διαγραφή {fileName}."
"Failed to delete {fileName}." : "Απέτυχε η διαγραφή {fileName}.",
"Yes" : "Ναι",
"No" : "Όχι"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

125
l10n/en_GB.js vendored
View File

@ -1,6 +1,7 @@
OC.L10N.register(
"memories",
{
"Download" : "Download",
"Memories" : "Memories",
"Fast, modern and advanced photo management suite" : "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: 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.",
@ -24,17 +25,20 @@ OC.L10N.register(
"Face Recognition" : "Face Recognition",
"A better photos experience awaits you" : "A better photos experience awaits you",
"Choose the root folder of your timeline to begin" : "Choose the root folder of your timeline to begin",
"If you just installed Memories, run:" : "If you just installed Memories, run:",
"Continue to Memories" : "Continue to Memories",
"Choose again" : "Choose again",
"Click here to start" : "Click here to start",
"You can always change this later in settings" : "You can always change this later in settings",
"If you just installed Memories, visit the admin panel first." : "If you just installed Memories, visit the admin panel first.",
"Choose the root of your timeline" : "Choose the root of your timeline",
"The selected folder does not seem to be valid. Try again." : "The selected folder does not seem to be valid. Try again.",
"No photos were found in the selected folder." : "No photos were found in the selected folder.",
"This can happen because your media is still indexing." : "This can happen because your media is still indexing.",
"Visit the admin panel to make sure Memories is configured correctly." : "Visit the admin panel to make sure Memories is configured correctly.",
"_Found {n} item in {path}_::_Found {n} items in {path}_" : ["Found {n} item in {path}","Found {n} items in {path}"],
"Metadata" : "Metadata",
"Edit" : "Edit",
"No title" : "No title",
"No description" : "No description",
"Failed to load metadata" : "Failed to load metadata",
"No coordinates" : "No coordinates",
"Click edit to set location" : "Click edit to set location",
"Photos" : "Photos",
@ -42,7 +46,6 @@ OC.L10N.register(
"Cancel" : "Cancel",
"Delete" : "Delete",
"Remove from album" : "Remove from album",
"Download" : "Download",
"Favorite" : "Favourite",
"Unarchive" : "Unarchive",
"Edit metadata" : "Edit metadata",
@ -51,9 +54,12 @@ OC.L10N.register(
"Add to album" : "Add to album",
"Move to person" : "Move to person",
"Remove from person" : "Remove from person",
"You are about to download a large number of files. Are you sure?" : "You are about to download a large number of files. Are you sure?",
"You are about to delete a large number of files. Are you sure?" : "You are about to delete a large number of files. Are you sure?",
"You are about to touch a large number of files. Are you sure?" : "You are about to touch a large number of files. Are you sure?",
"You are about to download a large number of files." : "You are about to download a large number of files.",
"Continue" : "Continue",
"You are about to delete a large number of files" : "You are about to delete a large number of files",
"Failed to delete files" : "Failed to delete files",
"Move" : "Move",
"You are about to move a large number of files" : "You are about to move a large number of files",
"You must enable \"Mark person in preview\" to use this feature" : "You must enable \"Mark person in preview\" to use this feature",
"Only user \"{user}\" can update this person" : "Only user \"{user}\" can update this person",
"_{n} selected_::_{n} selected_" : ["{n} selected","{n} selected"],
@ -62,31 +68,72 @@ 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",
"Viewer" : "Viewer",
"Autoplay Live Photos" : "Autoplay Live Photos",
"Load full size image on zoom" : "Load full size image on zoom",
"Always load full size image (not recommended)" : "Always load full size image (not recommended)",
"Account" : "Account",
"Logged in as {user}" : "Logged in as {user}",
"Sign out" : "Sign out",
"Device Folders" : "Device Folders",
"Local folders to include in the timeline view" : "Local folders to include in the timeline view",
"Folders Path" : "Folders Path",
"Show hidden folders" : "Show hidden folders",
"Sort folders oldest-first" : "Sort folders oldest-first",
"Sort albums oldest-first" : "Sort albums oldest-first",
"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}?",
"Close" : "Close",
"{photoCount} photos" : "{photoCount} photos",
"Failed to load some photos" : "Failed to load some photos",
"Failed to update setting" : "Failed to update setting",
"EXIF Extraction" : "EXIF Extraction",
"Albums support is enabled through the Photos app." : "Albums support is enabled through the Photos app.",
"Albums are disabled because the Photos app is not available." : "Albums are disabled because the Photos app is not available.",
"Face Recognition is installed and enabled" : "Face Recognition is installed and enabled",
"Preview generator is installed and enabled. Additional configuration may still be required." : "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." : "Preview generator is not installed and configured. This may make Memories very slow.",
"Recommended Apps" : "Recommended Apps",
"Path to packaged exiftool binary" : "Path to packaged exiftool binary",
"You need perl only if the packaged exiftool binary does not work for some reason." : "You need perl only if the packaged exiftool binary does not work for some reason.",
"Use system perl (only if exiftool binary does not work)" : "Use system perl (only if exiftool binary does not work)",
"Media Indexing" : "Media Indexing",
"EXIF Extraction" : "EXIF Extraction",
"You can configure the enabled Nextcloud preview providers below." : "You can configure the enabled Nextcloud preview providers below.",
"If you are using Imaginary for preview generation, you can ignore this section." : "If you are using Imaginary for preview generation, you can ignore this section.",
"To enable RAW support, install the Camera RAW Previews app." : "To enable RAW support, install the Camera RAW Previews app.",
"Documentation." : "Documentation.",
"PHP-Imagick is available [{version}]." : "PHP-Imagick is available [{version}].",
"PHP-Imagick is not available." : "PHP-Imagick is not available.",
"Image editing will not work correctly." : "Image editing will not work correctly.",
"Thumbnail generation may not work for some formats (HEIC, TIFF)." : "Thumbnail generation may not work for some formats (HEIC, TIFF).",
"Thumbnails for videos will be generated with this binary." : "Thumbnails for videos will be generated with this binary.",
"Thumbnail generation may not work for videos." : "Thumbnail generation may not work for videos.",
"The following MIME types are configured for preview generation." : "The following MIME types are configured for preview generation.",
"Max preview size (trade-off between quality and storage requirements)." : "Max preview size (trade-off between quality and storage requirements).",
"Max memory for preview generation (MB)" : "Max memory for preview generation (MB)",
"Max size of preview files (MB)" : "Max size of preview files (MB)",
"File Support" : "File Support",
"Images (JPEG, PNG, GIF, BMP)" : "Images (JPEG, PNG, GIF, BMP)",
"HEIC (Imagick)" : "HEIC (Imagick)",
"TIFF (Imagick)" : "TIFF (Imagick)",
"Videos (ffmpeg)" : "Videos (ffmpeg)",
"Thank you for choosing Nextcloud and Memories to store your precious data!" : "Thank you for choosing Nextcloud and Memories to store your precious data!",
"Memories is very feature rich and setting it up properly can take some time." : "Memories is very feature rich and setting it up properly can take some time.",
"If you just installed Memories, make sure you read the getting started guide:" : "If you just installed Memories, make sure you read the getting started guide:",
"External Link" : "External Link",
"In case you run into any issues or bugs, you can get help through several channels." : "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 is a completely free and open source app under active development.",
"You can contribute in several ways. See the project page for more details:" : "You can contribute in several ways. See the project page for more details:",
"Help & Support" : "Help & Support",
"{n} media files have been indexed" : "{n} media files have been indexed",
"Automatic Indexing status: {status}" : "Automatic Indexing status: {status}",
"Last index job was run {t} seconds ago." : "Last index job was run {t} seconds ago.",
"It took {t} seconds to complete." : "It took {t} seconds to complete.",
"It is still running or was interrupted." : "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." : "Looks like it has been more than an hour since the last index job was run. Make sure Nextcloud cron is configured correctly.",
"Only server-side encryption (OC_DEFAULT_MODULE) is supported, but another encryption module is enabled." : "Only server-side encryption (OC_DEFAULT_MODULE) is supported, but another encryption module is enabled.",
"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." : "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.",
"Folders with a \".nomedia\" file are always excluded from indexing." : "Folders with a \".nomedia\" file are always excluded from indexing.",
"Folders with a \".nomedia\" or a \".nomemories\" file are always excluded from indexing." : "Folders with a \".nomedia\" or a \".nomemories\" file are always excluded from indexing.",
"Index all media automatically (recommended)" : "Index all media automatically (recommended)",
"Index per-user timeline folders (not recommended)" : "Index per-user timeline folders (not recommended)",
"Index a fixed relative path" : "Index a fixed relative path",
@ -97,15 +144,13 @@ OC.L10N.register(
"Force re-indexing of all files:" : "Force re-indexing of all files:",
"You can limit indexing by user and/or folder:" : "You can limit indexing by user and/or folder:",
"Clear all existing index tables:" : "Clear all existing index tables:",
"The following MIME types are configured for preview generation correctly. More documentation:" : "The following MIME types are configured for preview generation correctly. More documentation:",
"External Link" : "External Link",
"Performance" : "Performance",
"Media Indexing" : "Media Indexing",
"HTTPS is enabled" : "HTTPS is enabled",
"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." : "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.",
"HTTP/2 or HTTP/3 is enabled" : "HTTP/2 or HTTP/3 is enabled",
"HTTP/2 or HTTP/3 is strongly recommended ({httpVer} detected)" : "HTTP/2 or HTTP/3 is strongly recommended ({httpVer} detected)",
"Performance" : "Performance",
"Unknown" : "Unknown",
"Reverse Geocoding" : "Reverse Geocoding",
"Database is populated with {n} geometries." : "Database is populated with {n} geometries.",
"Geometry table has not been created." : "Geometry table has not been created.",
"Looks like the planet data is incomplete." : "Looks like the planet data is incomplete.",
@ -115,13 +160,13 @@ OC.L10N.register(
"If the button below does not work for importing the planet data, use the following command:" : "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." : "Note: the geometry data is stored in the memories_planet_geometry table, with no prefix.",
"Download planet database" : "Download planet database",
"Reverse Geocoding" : "Reverse Geocoding",
"Geometry support was not detected in your database" : "Geometry support was not detected in your database",
"MySQL-like geometry support was detected " : "MySQL-like geometry support was detected ",
"Postgres native geometry support was detected" : "Postgres native geometry support was detected",
"Looks like the database is already setup. Are you sure you want to redownload planet data?" : "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." : "You are about to download the planet database. This may take a while.",
"This may also cause all photos to be re-indexed!" : "This may also cause all photos to be re-indexed!",
"Video Streaming" : "Video Streaming",
"Live transcoding provides for adaptive streaming of videos using HLS." : "Live transcoding provides for adaptive streaming of videos using HLS.",
"Note that this may be very CPU intensive without hardware acceleration, and transcoding will not be used for external storage." : "Note that this may be very CPU intensive without hardware acceleration, and transcoding will not be used for external storage.",
"Enable Transcoding" : "Enable Transcoding",
@ -131,14 +176,14 @@ OC.L10N.register(
"Auto (adaptive transcode)" : "Auto (adaptive transcode)",
"Original (transcode with max quality)" : "Original (transcode with max quality)",
"Direct (original video file without transcode)" : "Direct (original video file without transcode)",
"Hardware Acceleration" : "Hardware Acceleration",
"Video Streaming" : "Video Streaming",
"You must first make sure the correct drivers are installed before configuring acceleration." : "You must first make sure the correct drivers are installed before configuring acceleration.",
"Make sure you test hardware acceleration with various options after enabling." : "Make sure you test hardware acceleration with various options after enabling.",
"Do not enable multiple types of hardware acceleration simultaneously." : "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 processors supporting QuickSync Video (QSV) as well as some AMD GPUs can be used for transcoding using VA-API acceleration.",
"For more details on driver installation, check the documentation:" : "For more details on driver installation, check the documentation:",
"Enable acceleration with VA-API" : "Enable acceleration with VA-API",
"Enable low-power mode (QSV)" : "Enable low-power mode (QSV)",
"Enable low-power mode (QSV only)" : "Enable low-power mode (QSV only)",
"NVIDIA GPUs can be used for transcoding using the NVENC encoder with the proper drivers." : "NVIDIA GPUs can be used for transcoding using the NVENC encoder with the proper drivers.",
"Depending on the versions of the installed SDK and ffmpeg, you need to specify the scaler to use" : "Depending on the versions of the installed SDK and ffmpeg, you need to specify the scaler to use",
"No automated tests are available for NVIDIA acceleration." : "No automated tests are available for NVIDIA acceleration.",
@ -146,17 +191,26 @@ OC.L10N.register(
"Enable NVENC Temporal AQ" : "Enable NVENC Temporal AQ",
"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 the following option only if you have incorrectly oriented videos during playback." : "Enable the following option only if you have incorrectly oriented videos during playback.",
"Enable streaming transpose workaround" : "Enable streaming transpose workaround",
"HW Acceleration" : "HW Acceleration",
"VA-API device ({dev}) is readable" : "VA-API device ({dev}) is readable",
"VA-API device ({dev}) not found" : "VA-API device ({dev}) not found",
"VA-API device ({dev}) has incorrect permissions" : "VA-API device ({dev}) has incorrect permissions",
"VA-API device status: {status}" : "VA-API device status: {status}",
"Transcoder configuration" : "Transcoder configuration",
"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 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:",
"Enable external transcoder (go-vod)" : "Enable external transcoder (go-vod)",
"Binary path (local only)" : "Binary path (local only)",
"Bind address (local only)" : "Bind address (local only)",
"Connection address (same as bind if local)" : "Connection address (same as bind if local)",
"_{n} item added to album_::_{n} items added to album_" : ["{n} item added to album","{n} items added to album"],
"Transcoder" : "Transcoder",
"Template" : "Template",
"No items" : "No items",
"Shared by {user}" : "Shared by {user}",
"_{n} item_::_{n} items_" : ["{n} item","{n} items"],
"_{n} photo updated_::_{n} photos updated_" : ["{n} photo updated","{n} photos updated"],
"Add people or groups who can edit your album" : "Add people or groups who can edit your album",
"Search for collaborators" : "Search for collaborators",
"Search people or groups" : "Search people or groups",
@ -178,7 +232,6 @@ OC.L10N.register(
"Could not load the selected album" : "Could not load the selected album",
"Remove Album" : "Remove Album",
"Are you sure you want to permanently remove album \"{name}\"?" : "Are you sure you want to permanently remove album \"{name}\"?",
"Only user \"{user}\" can delete this album" : "Only user \"{user}\" can delete this album",
"Failed to delete {name}." : "Failed to delete {name}.",
"Name of the album" : "Name of the album",
"Location of the album" : "Location of the album",
@ -190,12 +243,14 @@ OC.L10N.register(
"Save" : "Save",
"Create album" : "Create album",
"Invalid album name; should not contain any slashes." : "Invalid album name; should not contain any slashes.",
"Add selection to album {albumName}" : "Add selection to album {albumName}",
"Create a new album." : "Create a new album.",
"_%n item_::_%n items_" : ["%n item","%n items"],
"_Share with %n user_::_Share with %n users_" : ["Share with %n user","Share with %n users"],
"Search" : "Search",
"Create new album." : "Create new album.",
"Save changes" : "Save changes",
"_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.",
"shared by {owner}" : "shared by {owner}",
"_%n item_::_%n items_" : ["%n item","%n items"],
"Newest" : "Newest",
"Year" : "Year",
"Month" : "Month",
@ -232,18 +287,19 @@ OC.L10N.register(
"Name" : "Surname",
"Update" : "Update",
"Failed to rename {oldName} to {name}." : "Failed to rename {oldName} to {name}.",
"Search" : "Search",
"Loading …" : "Loading …",
"Enter name of the new face" : "Enter name of the new face",
"Failed to create face" : "Failed to create face",
"Merge {name} with person" : "Merge {name} with person",
"Are you sure you want to merge {name} with {newName}?" : "Are you sure you want to merge {name} with {newName}?",
"Merge faces" : "Merge faces",
"Merge {name} with {newName}?" : "Merge {name} with {newName}?",
"unnamed person" : "unnamed person",
"Too many failures, aborting" : "Too many failures, aborting",
"Error while moving {basename}" : "Error while moving {basename}",
"Failed to move {name}." : "Failed to move {name}.",
"Move selected photos to person" : "Move selected photos to person",
"Are you sure you want to move the selected photos from {name} to {target}?" : "Are you sure you want to move the selected photos from {name} to {target}?",
"An error occured while moving photos from {name}." : "An error occurred while moving photos from {name}.",
"Move the selected photos to {target}?" : "Move the selected photos to {target}?",
"An error occurred while moving photos from {name}." : "An error occurred while moving photos from {name}.",
"Choose a folder" : "Choose a folder",
"_{n} item moved to folder_::_{n} items moved to folder_" : ["{n} item moved to folder","{n} items moved to folder"],
"Remove" : "Remove",
@ -278,10 +334,11 @@ OC.L10N.register(
"Sort by name" : "Order by name",
"Share album" : "Share album",
"Download album" : "Download album",
"Delete album" : "Delete album",
"Nothing to show here" : "Nothing to show here",
"Unassigned faces" : "Unassigned faces",
"Merge with different person" : "Merge with different person",
"Mark person in preview" : "Mark person in preview",
"Unnamed person" : "Unnamed person",
"Folder View" : "Folder View",
"Timeline View" : "Timeline View",
"Share folder" : "Share folder",
@ -293,13 +350,13 @@ OC.L10N.register(
"Drop changes" : "Drop changes",
"Share" : "Share",
"Play Live Photo" : "Play Live Photo",
"Sidebar" : "Sidebar",
"Download Video" : "Download Video",
"Slideshow" : "Slideshow",
"Previous" : "Previous",
"Next" : "Next",
"Editing is currently disabled for Live Photos" : "Editing is currently disabled for Live Photos",
"Are you sure you want to delete?" : "Are you sure you want to delete?",
"Failed to delete photo" : "Failed to delete photo",
"{name} binary exists and is executable." : "{name} binary exists and is executable.",
"{name} binary not found." : "{name} binary not found.",
"{name} binary is not executable." : "{name} binary is not executable.",
@ -309,7 +366,6 @@ OC.L10N.register(
"Save as" : "Save as",
"All changes will be lost." : "All changes will be lost.",
"Are you sure you want to continue?" : "Are you sure you want to continue?",
"Continue" : "Continue",
"Undo" : "Undo",
"Redo" : "Redo",
"Show original image" : "Show original image",
@ -394,6 +450,7 @@ OC.L10N.register(
"Auto" : "Auto",
"Shared Folder" : "Shared Folder",
"Shared Album" : "Shared Album",
"Failed to remove {filename}." : "Failed to remove {filename}.",
"Failed to create {albumName}." : "Failed to create {albumName}.",
"Failed to rename {currentAlbumName} to {newAlbumName}." : "Failed to rename {currentAlbumName} to {newAlbumName}.",
"General Failure" : "General Failure",
@ -406,6 +463,9 @@ OC.L10N.register(
"Failed to favorite files." : "Failed to favorite files.",
"Failed to favorite some files." : "Failed to favorite some files.",
"Failed to favorite {fileName}." : "Failed to favorite {fileName}.",
"No content-location header found" : "No content-location header found",
"Failed to create tag {name}: {error}" : "Failed to create tag {name}: {error}",
"Memories has been updated to {version}. Reload to get the new version." : "Memories has been updated to {version}. Reload to get the new version.",
"Upload some photos and make sure the timeline path is configured" : "Upload some photos and make sure the timeline path is configured",
"Mark photos as favorite to find them easily" : "Mark photos as favorite to find them easily",
"Memories from past years will appear here" : "Memories from past years will appear here",
@ -418,6 +478,7 @@ OC.L10N.register(
"Tag photos to find them easily" : "Tag photos to find them easily",
"Recognize is still working on your photos" : "Recognize is still working on your photos",
"Places you have been to will appear here" : "Places you have been to will appear here",
"Your Timeline" : "Your Timeline"
"Yes" : "Yes",
"No" : "No"
},
"nplurals=2; plural=(n != 1);");

125
l10n/en_GB.json vendored
View File

@ -1,4 +1,5 @@
{ "translations": {
"Download" : "Download",
"Memories" : "Memories",
"Fast, modern and advanced photo management suite" : "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: 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.",
@ -22,17 +23,20 @@
"Face Recognition" : "Face Recognition",
"A better photos experience awaits you" : "A better photos experience awaits you",
"Choose the root folder of your timeline to begin" : "Choose the root folder of your timeline to begin",
"If you just installed Memories, run:" : "If you just installed Memories, run:",
"Continue to Memories" : "Continue to Memories",
"Choose again" : "Choose again",
"Click here to start" : "Click here to start",
"You can always change this later in settings" : "You can always change this later in settings",
"If you just installed Memories, visit the admin panel first." : "If you just installed Memories, visit the admin panel first.",
"Choose the root of your timeline" : "Choose the root of your timeline",
"The selected folder does not seem to be valid. Try again." : "The selected folder does not seem to be valid. Try again.",
"No photos were found in the selected folder." : "No photos were found in the selected folder.",
"This can happen because your media is still indexing." : "This can happen because your media is still indexing.",
"Visit the admin panel to make sure Memories is configured correctly." : "Visit the admin panel to make sure Memories is configured correctly.",
"_Found {n} item in {path}_::_Found {n} items in {path}_" : ["Found {n} item in {path}","Found {n} items in {path}"],
"Metadata" : "Metadata",
"Edit" : "Edit",
"No title" : "No title",
"No description" : "No description",
"Failed to load metadata" : "Failed to load metadata",
"No coordinates" : "No coordinates",
"Click edit to set location" : "Click edit to set location",
"Photos" : "Photos",
@ -40,7 +44,6 @@
"Cancel" : "Cancel",
"Delete" : "Delete",
"Remove from album" : "Remove from album",
"Download" : "Download",
"Favorite" : "Favourite",
"Unarchive" : "Unarchive",
"Edit metadata" : "Edit metadata",
@ -49,9 +52,12 @@
"Add to album" : "Add to album",
"Move to person" : "Move to person",
"Remove from person" : "Remove from person",
"You are about to download a large number of files. Are you sure?" : "You are about to download a large number of files. Are you sure?",
"You are about to delete a large number of files. Are you sure?" : "You are about to delete a large number of files. Are you sure?",
"You are about to touch a large number of files. Are you sure?" : "You are about to touch a large number of files. Are you sure?",
"You are about to download a large number of files." : "You are about to download a large number of files.",
"Continue" : "Continue",
"You are about to delete a large number of files" : "You are about to delete a large number of files",
"Failed to delete files" : "Failed to delete files",
"Move" : "Move",
"You are about to move a large number of files" : "You are about to move a large number of files",
"You must enable \"Mark person in preview\" to use this feature" : "You must enable \"Mark person in preview\" to use this feature",
"Only user \"{user}\" can update this person" : "Only user \"{user}\" can update this person",
"_{n} selected_::_{n} selected_" : ["{n} selected","{n} selected"],
@ -60,31 +66,72 @@
"Timeline Path" : "Timeline Path",
"Square grid mode" : "Square grid mode",
"Show past photos on top of timeline" : "Show past photos on top of timeline",
"Viewer" : "Viewer",
"Autoplay Live Photos" : "Autoplay Live Photos",
"Load full size image on zoom" : "Load full size image on zoom",
"Always load full size image (not recommended)" : "Always load full size image (not recommended)",
"Account" : "Account",
"Logged in as {user}" : "Logged in as {user}",
"Sign out" : "Sign out",
"Device Folders" : "Device Folders",
"Local folders to include in the timeline view" : "Local folders to include in the timeline view",
"Folders Path" : "Folders Path",
"Show hidden folders" : "Show hidden folders",
"Sort folders oldest-first" : "Sort folders oldest-first",
"Sort albums oldest-first" : "Sort albums oldest-first",
"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}?",
"Close" : "Close",
"{photoCount} photos" : "{photoCount} photos",
"Failed to load some photos" : "Failed to load some photos",
"Failed to update setting" : "Failed to update setting",
"EXIF Extraction" : "EXIF Extraction",
"Albums support is enabled through the Photos app." : "Albums support is enabled through the Photos app.",
"Albums are disabled because the Photos app is not available." : "Albums are disabled because the Photos app is not available.",
"Face Recognition is installed and enabled" : "Face Recognition is installed and enabled",
"Preview generator is installed and enabled. Additional configuration may still be required." : "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." : "Preview generator is not installed and configured. This may make Memories very slow.",
"Recommended Apps" : "Recommended Apps",
"Path to packaged exiftool binary" : "Path to packaged exiftool binary",
"You need perl only if the packaged exiftool binary does not work for some reason." : "You need perl only if the packaged exiftool binary does not work for some reason.",
"Use system perl (only if exiftool binary does not work)" : "Use system perl (only if exiftool binary does not work)",
"Media Indexing" : "Media Indexing",
"EXIF Extraction" : "EXIF Extraction",
"You can configure the enabled Nextcloud preview providers below." : "You can configure the enabled Nextcloud preview providers below.",
"If you are using Imaginary for preview generation, you can ignore this section." : "If you are using Imaginary for preview generation, you can ignore this section.",
"To enable RAW support, install the Camera RAW Previews app." : "To enable RAW support, install the Camera RAW Previews app.",
"Documentation." : "Documentation.",
"PHP-Imagick is available [{version}]." : "PHP-Imagick is available [{version}].",
"PHP-Imagick is not available." : "PHP-Imagick is not available.",
"Image editing will not work correctly." : "Image editing will not work correctly.",
"Thumbnail generation may not work for some formats (HEIC, TIFF)." : "Thumbnail generation may not work for some formats (HEIC, TIFF).",
"Thumbnails for videos will be generated with this binary." : "Thumbnails for videos will be generated with this binary.",
"Thumbnail generation may not work for videos." : "Thumbnail generation may not work for videos.",
"The following MIME types are configured for preview generation." : "The following MIME types are configured for preview generation.",
"Max preview size (trade-off between quality and storage requirements)." : "Max preview size (trade-off between quality and storage requirements).",
"Max memory for preview generation (MB)" : "Max memory for preview generation (MB)",
"Max size of preview files (MB)" : "Max size of preview files (MB)",
"File Support" : "File Support",
"Images (JPEG, PNG, GIF, BMP)" : "Images (JPEG, PNG, GIF, BMP)",
"HEIC (Imagick)" : "HEIC (Imagick)",
"TIFF (Imagick)" : "TIFF (Imagick)",
"Videos (ffmpeg)" : "Videos (ffmpeg)",
"Thank you for choosing Nextcloud and Memories to store your precious data!" : "Thank you for choosing Nextcloud and Memories to store your precious data!",
"Memories is very feature rich and setting it up properly can take some time." : "Memories is very feature rich and setting it up properly can take some time.",
"If you just installed Memories, make sure you read the getting started guide:" : "If you just installed Memories, make sure you read the getting started guide:",
"External Link" : "External Link",
"In case you run into any issues or bugs, you can get help through several channels." : "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 is a completely free and open source app under active development.",
"You can contribute in several ways. See the project page for more details:" : "You can contribute in several ways. See the project page for more details:",
"Help & Support" : "Help & Support",
"{n} media files have been indexed" : "{n} media files have been indexed",
"Automatic Indexing status: {status}" : "Automatic Indexing status: {status}",
"Last index job was run {t} seconds ago." : "Last index job was run {t} seconds ago.",
"It took {t} seconds to complete." : "It took {t} seconds to complete.",
"It is still running or was interrupted." : "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." : "Looks like it has been more than an hour since the last index job was run. Make sure Nextcloud cron is configured correctly.",
"Only server-side encryption (OC_DEFAULT_MODULE) is supported, but another encryption module is enabled." : "Only server-side encryption (OC_DEFAULT_MODULE) is supported, but another encryption module is enabled.",
"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." : "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.",
"Folders with a \".nomedia\" file are always excluded from indexing." : "Folders with a \".nomedia\" file are always excluded from indexing.",
"Folders with a \".nomedia\" or a \".nomemories\" file are always excluded from indexing." : "Folders with a \".nomedia\" or a \".nomemories\" file are always excluded from indexing.",
"Index all media automatically (recommended)" : "Index all media automatically (recommended)",
"Index per-user timeline folders (not recommended)" : "Index per-user timeline folders (not recommended)",
"Index a fixed relative path" : "Index a fixed relative path",
@ -95,15 +142,13 @@
"Force re-indexing of all files:" : "Force re-indexing of all files:",
"You can limit indexing by user and/or folder:" : "You can limit indexing by user and/or folder:",
"Clear all existing index tables:" : "Clear all existing index tables:",
"The following MIME types are configured for preview generation correctly. More documentation:" : "The following MIME types are configured for preview generation correctly. More documentation:",
"External Link" : "External Link",
"Performance" : "Performance",
"Media Indexing" : "Media Indexing",
"HTTPS is enabled" : "HTTPS is enabled",
"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." : "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.",
"HTTP/2 or HTTP/3 is enabled" : "HTTP/2 or HTTP/3 is enabled",
"HTTP/2 or HTTP/3 is strongly recommended ({httpVer} detected)" : "HTTP/2 or HTTP/3 is strongly recommended ({httpVer} detected)",
"Performance" : "Performance",
"Unknown" : "Unknown",
"Reverse Geocoding" : "Reverse Geocoding",
"Database is populated with {n} geometries." : "Database is populated with {n} geometries.",
"Geometry table has not been created." : "Geometry table has not been created.",
"Looks like the planet data is incomplete." : "Looks like the planet data is incomplete.",
@ -113,13 +158,13 @@
"If the button below does not work for importing the planet data, use the following command:" : "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." : "Note: the geometry data is stored in the memories_planet_geometry table, with no prefix.",
"Download planet database" : "Download planet database",
"Reverse Geocoding" : "Reverse Geocoding",
"Geometry support was not detected in your database" : "Geometry support was not detected in your database",
"MySQL-like geometry support was detected " : "MySQL-like geometry support was detected ",
"Postgres native geometry support was detected" : "Postgres native geometry support was detected",
"Looks like the database is already setup. Are you sure you want to redownload planet data?" : "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." : "You are about to download the planet database. This may take a while.",
"This may also cause all photos to be re-indexed!" : "This may also cause all photos to be re-indexed!",
"Video Streaming" : "Video Streaming",
"Live transcoding provides for adaptive streaming of videos using HLS." : "Live transcoding provides for adaptive streaming of videos using HLS.",
"Note that this may be very CPU intensive without hardware acceleration, and transcoding will not be used for external storage." : "Note that this may be very CPU intensive without hardware acceleration, and transcoding will not be used for external storage.",
"Enable Transcoding" : "Enable Transcoding",
@ -129,14 +174,14 @@
"Auto (adaptive transcode)" : "Auto (adaptive transcode)",
"Original (transcode with max quality)" : "Original (transcode with max quality)",
"Direct (original video file without transcode)" : "Direct (original video file without transcode)",
"Hardware Acceleration" : "Hardware Acceleration",
"Video Streaming" : "Video Streaming",
"You must first make sure the correct drivers are installed before configuring acceleration." : "You must first make sure the correct drivers are installed before configuring acceleration.",
"Make sure you test hardware acceleration with various options after enabling." : "Make sure you test hardware acceleration with various options after enabling.",
"Do not enable multiple types of hardware acceleration simultaneously." : "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 processors supporting QuickSync Video (QSV) as well as some AMD GPUs can be used for transcoding using VA-API acceleration.",
"For more details on driver installation, check the documentation:" : "For more details on driver installation, check the documentation:",
"Enable acceleration with VA-API" : "Enable acceleration with VA-API",
"Enable low-power mode (QSV)" : "Enable low-power mode (QSV)",
"Enable low-power mode (QSV only)" : "Enable low-power mode (QSV only)",
"NVIDIA GPUs can be used for transcoding using the NVENC encoder with the proper drivers." : "NVIDIA GPUs can be used for transcoding using the NVENC encoder with the proper drivers.",
"Depending on the versions of the installed SDK and ffmpeg, you need to specify the scaler to use" : "Depending on the versions of the installed SDK and ffmpeg, you need to specify the scaler to use",
"No automated tests are available for NVIDIA acceleration." : "No automated tests are available for NVIDIA acceleration.",
@ -144,17 +189,26 @@
"Enable NVENC Temporal AQ" : "Enable NVENC Temporal AQ",
"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 the following option only if you have incorrectly oriented videos during playback." : "Enable the following option only if you have incorrectly oriented videos during playback.",
"Enable streaming transpose workaround" : "Enable streaming transpose workaround",
"HW Acceleration" : "HW Acceleration",
"VA-API device ({dev}) is readable" : "VA-API device ({dev}) is readable",
"VA-API device ({dev}) not found" : "VA-API device ({dev}) not found",
"VA-API device ({dev}) has incorrect permissions" : "VA-API device ({dev}) has incorrect permissions",
"VA-API device status: {status}" : "VA-API device status: {status}",
"Transcoder configuration" : "Transcoder configuration",
"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 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:",
"Enable external transcoder (go-vod)" : "Enable external transcoder (go-vod)",
"Binary path (local only)" : "Binary path (local only)",
"Bind address (local only)" : "Bind address (local only)",
"Connection address (same as bind if local)" : "Connection address (same as bind if local)",
"_{n} item added to album_::_{n} items added to album_" : ["{n} item added to album","{n} items added to album"],
"Transcoder" : "Transcoder",
"Template" : "Template",
"No items" : "No items",
"Shared by {user}" : "Shared by {user}",
"_{n} item_::_{n} items_" : ["{n} item","{n} items"],
"_{n} photo updated_::_{n} photos updated_" : ["{n} photo updated","{n} photos updated"],
"Add people or groups who can edit your album" : "Add people or groups who can edit your album",
"Search for collaborators" : "Search for collaborators",
"Search people or groups" : "Search people or groups",
@ -176,7 +230,6 @@
"Could not load the selected album" : "Could not load the selected album",
"Remove Album" : "Remove Album",
"Are you sure you want to permanently remove album \"{name}\"?" : "Are you sure you want to permanently remove album \"{name}\"?",
"Only user \"{user}\" can delete this album" : "Only user \"{user}\" can delete this album",
"Failed to delete {name}." : "Failed to delete {name}.",
"Name of the album" : "Name of the album",
"Location of the album" : "Location of the album",
@ -188,12 +241,14 @@
"Save" : "Save",
"Create album" : "Create album",
"Invalid album name; should not contain any slashes." : "Invalid album name; should not contain any slashes.",
"Add selection to album {albumName}" : "Add selection to album {albumName}",
"Create a new album." : "Create a new album.",
"_%n item_::_%n items_" : ["%n item","%n items"],
"_Share with %n user_::_Share with %n users_" : ["Share with %n user","Share with %n users"],
"Search" : "Search",
"Create new album." : "Create new album.",
"Save changes" : "Save changes",
"_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.",
"shared by {owner}" : "shared by {owner}",
"_%n item_::_%n items_" : ["%n item","%n items"],
"Newest" : "Newest",
"Year" : "Year",
"Month" : "Month",
@ -230,18 +285,19 @@
"Name" : "Surname",
"Update" : "Update",
"Failed to rename {oldName} to {name}." : "Failed to rename {oldName} to {name}.",
"Search" : "Search",
"Loading …" : "Loading …",
"Enter name of the new face" : "Enter name of the new face",
"Failed to create face" : "Failed to create face",
"Merge {name} with person" : "Merge {name} with person",
"Are you sure you want to merge {name} with {newName}?" : "Are you sure you want to merge {name} with {newName}?",
"Merge faces" : "Merge faces",
"Merge {name} with {newName}?" : "Merge {name} with {newName}?",
"unnamed person" : "unnamed person",
"Too many failures, aborting" : "Too many failures, aborting",
"Error while moving {basename}" : "Error while moving {basename}",
"Failed to move {name}." : "Failed to move {name}.",
"Move selected photos to person" : "Move selected photos to person",
"Are you sure you want to move the selected photos from {name} to {target}?" : "Are you sure you want to move the selected photos from {name} to {target}?",
"An error occured while moving photos from {name}." : "An error occurred while moving photos from {name}.",
"Move the selected photos to {target}?" : "Move the selected photos to {target}?",
"An error occurred while moving photos from {name}." : "An error occurred while moving photos from {name}.",
"Choose a folder" : "Choose a folder",
"_{n} item moved to folder_::_{n} items moved to folder_" : ["{n} item moved to folder","{n} items moved to folder"],
"Remove" : "Remove",
@ -276,10 +332,11 @@
"Sort by name" : "Order by name",
"Share album" : "Share album",
"Download album" : "Download album",
"Delete album" : "Delete album",
"Nothing to show here" : "Nothing to show here",
"Unassigned faces" : "Unassigned faces",
"Merge with different person" : "Merge with different person",
"Mark person in preview" : "Mark person in preview",
"Unnamed person" : "Unnamed person",
"Folder View" : "Folder View",
"Timeline View" : "Timeline View",
"Share folder" : "Share folder",
@ -291,13 +348,13 @@
"Drop changes" : "Drop changes",
"Share" : "Share",
"Play Live Photo" : "Play Live Photo",
"Sidebar" : "Sidebar",
"Download Video" : "Download Video",
"Slideshow" : "Slideshow",
"Previous" : "Previous",
"Next" : "Next",
"Editing is currently disabled for Live Photos" : "Editing is currently disabled for Live Photos",
"Are you sure you want to delete?" : "Are you sure you want to delete?",
"Failed to delete photo" : "Failed to delete photo",
"{name} binary exists and is executable." : "{name} binary exists and is executable.",
"{name} binary not found." : "{name} binary not found.",
"{name} binary is not executable." : "{name} binary is not executable.",
@ -307,7 +364,6 @@
"Save as" : "Save as",
"All changes will be lost." : "All changes will be lost.",
"Are you sure you want to continue?" : "Are you sure you want to continue?",
"Continue" : "Continue",
"Undo" : "Undo",
"Redo" : "Redo",
"Show original image" : "Show original image",
@ -392,6 +448,7 @@
"Auto" : "Auto",
"Shared Folder" : "Shared Folder",
"Shared Album" : "Shared Album",
"Failed to remove {filename}." : "Failed to remove {filename}.",
"Failed to create {albumName}." : "Failed to create {albumName}.",
"Failed to rename {currentAlbumName} to {newAlbumName}." : "Failed to rename {currentAlbumName} to {newAlbumName}.",
"General Failure" : "General Failure",
@ -404,6 +461,9 @@
"Failed to favorite files." : "Failed to favorite files.",
"Failed to favorite some files." : "Failed to favorite some files.",
"Failed to favorite {fileName}." : "Failed to favorite {fileName}.",
"No content-location header found" : "No content-location header found",
"Failed to create tag {name}: {error}" : "Failed to create tag {name}: {error}",
"Memories has been updated to {version}. Reload to get the new version." : "Memories has been updated to {version}. Reload to get the new version.",
"Upload some photos and make sure the timeline path is configured" : "Upload some photos and make sure the timeline path is configured",
"Mark photos as favorite to find them easily" : "Mark photos as favorite to find them easily",
"Memories from past years will appear here" : "Memories from past years will appear here",
@ -416,6 +476,7 @@
"Tag photos to find them easily" : "Tag photos to find them easily",
"Recognize is still working on your photos" : "Recognize is still working on your photos",
"Places you have been to will appear here" : "Places you have been to will appear here",
"Your Timeline" : "Your Timeline"
"Yes" : "Yes",
"No" : "No"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

14
l10n/eo.js vendored
View File

@ -1,6 +1,7 @@
OC.L10N.register(
"memories",
{
"Download" : "Elŝuti",
"Settings" : "Agordoj",
"Info" : "Info",
"Timeline" : "Kronologio",
@ -13,16 +14,21 @@ OC.L10N.register(
"Photos" : "Fotoj",
"Cancel" : "Nuligi",
"Delete" : "Forigi",
"Download" : "Elŝuti",
"Favorite" : "Pliŝatati",
"View in folder" : "Vidi en dosierujo",
"Continue" : "Daŭrigi",
"Move" : "Movi",
"General" : "Ĝenerala",
"Viewer" : "Vidigilo",
"Account" : "Konto",
"Close" : "Malfermi",
"Performance" : "Rendimento",
"Unknown" : "Nekonata",
"Public link" : "Publika ligilo",
"Back" : "Antaŭen",
"Save" : "Konservi",
"Search" : "Serĉi",
"Save changes" : "Konservi ŝanĝojn",
"Month" : "Monato",
"Day" : "Tago",
"Time" : "Dato",
@ -34,7 +40,6 @@ OC.L10N.register(
"Reset" : "Restarigi",
"Name" : "Nomo",
"Update" : "Ĝisdatigi",
"Search" : "Serĉi",
"Loading …" : "Ŝargas …",
"Remove" : "Forigi",
"Share link" : "Kunhavigi ligilon",
@ -49,7 +54,6 @@ OC.L10N.register(
"Share" : "Kunhavigi",
"Previous" : "Antaŭa",
"Next" : "Sekva",
"Continue" : "Daŭrigi",
"Undo" : "Malfari",
"Redo" : "Refari",
"Custom" : "Propra",
@ -57,6 +61,8 @@ OC.L10N.register(
"Size" : "Grando",
"Position" : "Loko",
"Extension" : "Dosiersufikso",
"Auto" : "Aŭtomate"
"Auto" : "Aŭtomate",
"Yes" : "Jes",
"No" : "Ne"
},
"nplurals=2; plural=(n != 1);");

14
l10n/eo.json vendored
View File

@ -1,4 +1,5 @@
{ "translations": {
"Download" : "Elŝuti",
"Settings" : "Agordoj",
"Info" : "Info",
"Timeline" : "Kronologio",
@ -11,16 +12,21 @@
"Photos" : "Fotoj",
"Cancel" : "Nuligi",
"Delete" : "Forigi",
"Download" : "Elŝuti",
"Favorite" : "Pliŝatati",
"View in folder" : "Vidi en dosierujo",
"Continue" : "Daŭrigi",
"Move" : "Movi",
"General" : "Ĝenerala",
"Viewer" : "Vidigilo",
"Account" : "Konto",
"Close" : "Malfermi",
"Performance" : "Rendimento",
"Unknown" : "Nekonata",
"Public link" : "Publika ligilo",
"Back" : "Antaŭen",
"Save" : "Konservi",
"Search" : "Serĉi",
"Save changes" : "Konservi ŝanĝojn",
"Month" : "Monato",
"Day" : "Tago",
"Time" : "Dato",
@ -32,7 +38,6 @@
"Reset" : "Restarigi",
"Name" : "Nomo",
"Update" : "Ĝisdatigi",
"Search" : "Serĉi",
"Loading …" : "Ŝargas …",
"Remove" : "Forigi",
"Share link" : "Kunhavigi ligilon",
@ -47,7 +52,6 @@
"Share" : "Kunhavigi",
"Previous" : "Antaŭa",
"Next" : "Sekva",
"Continue" : "Daŭrigi",
"Undo" : "Malfari",
"Redo" : "Refari",
"Custom" : "Propra",
@ -55,6 +59,8 @@
"Size" : "Grando",
"Position" : "Loko",
"Extension" : "Dosiersufikso",
"Auto" : "Aŭtomate"
"Auto" : "Aŭtomate",
"Yes" : "Jes",
"No" : "Ne"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

127
l10n/es.js vendored
View File

@ -1,6 +1,7 @@
OC.L10N.register(
"memories",
{
"Download" : "Descargar",
"Memories" : "Memories",
"Fast, modern and advanced photo management suite" : "Suite rápida, moderna y avanzada para la gestión de fotografías",
"# 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 gestión de fotos para Nextcloud\n\nMemories es una solución con *baterías incluidas* para gestión de fotos en Nextcloud con características avanzadas, incluyendo:\n\n- **📸 Línea de tiempo**: Organice fotos y videos por fecha, analizadas desde los datos Exif.\n- **⏪ Rebobinar**: Navegue a cualquier momento del pasado instantáneamente y reviva sus memorias.\n- **🤖 Etiquetado IA**: Agrupe fotos por persona y objetos utilizando IA, con la ayuda de [recognize](https://github.com/nextcloud/recognize) y [facerecognition](https://github.com/matiasdelellis/facerecognition).\n- **🖼️ Álbumes**: Cree álbumes para agrupar fotos y videos en conjunto. Podrá entonces compartir estos álbumes con otros.\n **🫱🏻‍🫲🏻 Compartir externamente**: Comparta fotos y videos con personas fuera de su instancia Nextcloud.\n-- **📱 Soporte a Móviles**: Trabaje con dispositivos de cualquier tamaño y forma a través de la aplicación web.\n- **✏️ Editar Metadatos**: Edite las fechas en las fotos de forma rápida y en lotes.\n- **📦 Archivar**: Almacene las fotos que no quiere ver en su línea de tiempo en una carpeta separada.\n- **📹 Conversión de video**: Convierta entre formatos de video y utilice HLS para máximo rendimiento.\n**🗺️ Mapas**: Vea sus fotos en un mapa, etiquetadas mediante geo-codificación reversa precisa.\n- **📦 Migración**: Migre fácilmente desde Fotos de Nextcloud y Google Takeout.\n- **⚡️ Rendimiento**: Haga todo esto de forma muy rápida.\n\n## 🚀 Instalación\n\n1. Instale la aplicación desde la tienda de Nextcloud (pruebe la demo [aquí](https://demo.memories.gallery/apps/memories/)).\n2. Ejecute los [pasos recomendados de configuración](https://memories.gallery/config/).\n3. Ejecute `php ./occ memories:index` para generar los índices de metadatos para las fotos existentes.\n4. Abra la aplicación 📷 Memories en Nextcloud y especifique la carpeta que contiene sus fotos.",
@ -24,17 +25,20 @@ OC.L10N.register(
"Face Recognition" : "Reconocimiento facial",
"A better photos experience awaits you" : "Una mejor experiencia de fotos te espera",
"Choose the root folder of your timeline to begin" : "Escoja la carpeta raíz de su línea de tiempo para comenzar",
"If you just installed Memories, run:" : "Si acaba de instalar Memories, ejecute:",
"Continue to Memories" : "Continuar a Memories",
"Choose again" : "Seleccione de nuevo",
"Click here to start" : "Haga click para comenzar",
"You can always change this later in settings" : "Siempre podrá cambiar esto luego en las configuraciones",
"If you just installed Memories, visit the admin panel first." : "Si acaba de instalar Memories, visite el panel de administración primero.",
"Choose the root of your timeline" : "Seleccione la raíz de su línea de tiempo",
"The selected folder does not seem to be valid. Try again." : "La carpeta seleccionada no parece ser válida. Intente de nuevo.",
"No photos were found in the selected folder." : "No se encontraron fotos en la carpeta seleccionada.",
"This can happen because your media is still indexing." : "Esto puede suceder cuando sus medios están todavía siendo indexados.",
"Visit the admin panel to make sure Memories is configured correctly." : "Visite el panel de administración para asegurarse que Memories está configurado correctamente.",
"_Found {n} item in {path}_::_Found {n} items in {path}_" : ["Se encontró {n} ítem en {path}","Se encontraron {n} ítems en {path}","Se encontraron {n} ítems en {path}"],
"Metadata" : "Metadatos",
"Edit" : "Editar",
"No title" : "Sin título",
"No description" : "Sin descripción",
"Failed to load metadata" : "Fallo al cargar metadatos",
"No coordinates" : "Sin coordenadas",
"Click edit to set location" : "Haga clic en editar para establecer la ubicación",
"Photos" : "Fotos",
@ -42,7 +46,6 @@ OC.L10N.register(
"Cancel" : "Cancelar",
"Delete" : "Eliminar",
"Remove from album" : "Quitar del álbum",
"Download" : "Descargar",
"Favorite" : "Marcar como favorito",
"Unarchive" : "Desarchivar",
"Edit metadata" : "Editar metadatos",
@ -51,10 +54,12 @@ OC.L10N.register(
"Add to album" : "Añadir al álbum",
"Move to person" : "Mover a persona",
"Remove from person" : "Quitar de la persona",
"You are about to download a large number of files. Are you sure?" : "Está a punto de descargar un gran número de archivos. ¿Está seguro?",
"You are about to delete a large number of files. Are you sure?" : "Está a punto de eliminar un gran número de archivos. ¿Está seguro?",
"You are about to download a large number of files." : "Está a punto de descargar un gran número de archivos.",
"Continue" : "Continuar",
"You are about to delete a large number of files" : "Está a punto de eliminar un gran número de archivos",
"Failed to delete files" : "Fallo al eliminar archivos",
"You are about to touch a large number of files. Are you sure?" : "Está a punto de tocar un gran número de archivos. ¿Está seguro?",
"Move" : "Mover",
"You are about to move a large number of files" : "Está a punto de mover un gran número de archivos",
"You must enable \"Mark person in preview\" to use this feature" : "Debe habilitar \"Marcar persona en la vista previa\" para utilizar esta característica",
"Only user \"{user}\" can update this person" : "Solo el usuario \"{user}\" puede actualizar esta persona",
"_{n} selected_::_{n} selected_" : ["{n} seleccionado","{n} seleccionados","{n} seleccionados"],
@ -63,31 +68,76 @@ 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",
"Viewer" : "Visor",
"Autoplay Live Photos" : "Reproducir automáticamente las fotos en vivo",
"Load full size image on zoom" : "Cargar imagen a tamaño completo al hacer zoom",
"Always load full size image (not recommended)" : "Siempre cargar imagen a tamaño completo (no se recomienda)",
"Show full file path in sidebar" : "Mostrar la ruta completa al archivo en la barra lateral",
"Account" : "Cuenta",
"Logged in as {user}" : "Sesión iniciada como {user}",
"Sign out" : "Cerrar sesión",
"Device Folders" : "Carpetas de dispositivo",
"Local folders to include in the timeline view" : "Carpetas locales a incluir en la vista de línea de tiempo",
"Folders Path" : "Ruta a las carpetas",
"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",
"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}?",
"Close" : "Cerrar",
"{photoCount} photos" : "{photoCount} fotos",
"Failed to load some photos" : "Fallo al cargar algunas fotos",
"Failed to update setting" : "Fallo al actualizar la configuración",
"EXIF Extraction" : "Extracción EXIF",
"Albums support is enabled through the Photos app." : "El soporte a Álbumes se habilita a través de la app de Fotos.",
"Albums are disabled because the Photos app is not available." : "Los álbumes están deshabilitados ya que la app de Fotos no está disponible.",
"Recognize is installed and enabled for face recognition." : "Recognize está instalado y habilitado para reconocimiento facial.",
"Recognize is installed but not enabled for face recognition." : "Recognize está instalado pero no está habilitado para reconocimiento facial.",
"Recognize is not installed. Face recognition and object tagging may be unavailable." : "Recognize no está instalado. El reconocimiento facial y el etiquetado de objetos podrían no estar disponibles.",
"Face Recognition is installed and enabled" : "El reconocimiento facial está instalado y habilitado",
"Preview generator is installed and enabled. Additional configuration may still be required." : "El generador de vistas previas está instalado y habilitado. Podría requerir configuración adicional.",
"Preview generator is not installed and configured. This may make Memories very slow." : "El generador de vistas previas no está instalado y habilitado. Esto podría causar que Memories sea muy lento.",
"Recommended Apps" : "Apps recomendadas",
"Path to packaged exiftool binary" : "Ruta al paquete binario exiftool",
"You need perl only if the packaged exiftool binary does not work for some reason." : "Solo necesitas perl si el binario exiftool incluido no funciona por alguna razón.",
"Use system perl (only if exiftool binary does not work)" : "Utilizar perl del sistema (usar solamente si el binario exiftool no funciona)",
"Media Indexing" : "Indización de medios",
"EXIF Extraction" : "Extracción EXIF",
"You can configure the enabled Nextcloud preview providers below." : "Puede configurar los proveedores de vista habilitados abajo.",
"If you are using Imaginary for preview generation, you can ignore this section." : "Si está utilizando Imaginary para la generación de vistas previas, puede ignorar esta sección.",
"To enable RAW support, install the Camera RAW Previews app." : "Para habilitar el soporte RAW, instale la app Camera RAW Previews.",
"Documentation." : "Documentación.",
"PHP-Imagick is available [{version}]." : "PHP-Imagick está disponible [{version}].",
"PHP-Imagick is not available." : "PHP-Imagick no está disponible.",
"Image editing will not work correctly." : "La edición de imágenes no funcionará correctamente.",
"Thumbnail generation may not work for some formats (HEIC, TIFF)." : "La generación de miniaturas podría no funcionar para algunos formatos (HEIC, TIFF).",
"Thumbnails for videos will be generated with this binary." : "Las miniaturas para los videos se generarán con este binario.",
"Thumbnail generation may not work for videos." : "La generación de miniaturas podría no funcionar para los videos.",
"The following MIME types are configured for preview generation." : "Los siguientes tipos MIME están configurados para la generación de vistas previas.",
"Max preview size (trade-off between quality and storage requirements)." : "Tamaño máximo de la vista previa (equilibrio entre calidad y requerimientos de almacenamiento).",
"Max memory for preview generation (MB)" : "Memoria máxima a utilizar para la generación de vistas previas (MB)",
"Max size of preview files (MB)" : "Tamaño máximo de los archivos de vista previa (MB)",
"File Support" : "Soporte a Archivos",
"Images (JPEG, PNG, GIF, BMP)" : "Imágenes (JPEG, PNG, GIF, BMP)",
"HEIC (Imagick)" : "HEIC (Imagick)",
"TIFF (Imagick)" : "TIFF (Imagick)",
"Videos (ffmpeg)" : "Vídeos (ffmpeg)",
"Thank you for choosing Nextcloud and Memories to store your precious data!" : "¡Gracias por escojer Nextcloud y Memories para almacenar sus preciados datos!",
"Memories is very feature rich and setting it up properly can take some time." : "Memories tiene muchísimas características y configurarlo adecuadamente puede tomar algo de tiempo.",
"If you just installed Memories, make sure you read the getting started guide:" : "Si acaba de instalar Memories, asegúrese de leer la siguiente guía de inicio:",
"External Link" : "Enlace externo",
"In case you run into any issues or bugs, you can get help through several channels." : "En caso de que consiga problemas o bugs, puede obtener ayuda a través de diferentes canales.",
"Memories is a completely free and open source app under active development." : "Memories es una app completamente gratis y de código abierto en continuo desarrollo.",
"You can contribute in several ways. See the project page for more details:" : "Puede contribuir de diferentes maneras. Vea la página del proyecto para más detalles:",
"Help & Support" : "Ayuda y Soporte",
"{n} media files have been indexed" : "{n} archivos de medios han sido indexados",
"Automatic Indexing status: {status}" : "Estado del indizado automático: {status}",
"Last index job was run {t} seconds ago." : "El último trabajo de indización se ejecutó hace {t} segundos.",
"It took {t} seconds to complete." : "Tomó {n} segundos para completar.",
"It is still running or was interrupted." : "Sigue en ejecución o fue interrumpido.",
"Looks like it has been more than an hour since the last index job was run. Make sure Nextcloud cron is configured correctly." : "Parece que ha pasado más de una hora desde que el último trabajo de indizado se ejecutó. Asegúrese de que el cron de Nextcloud esté configurado correctamente.",
"Only server-side encryption (OC_DEFAULT_MODULE) is supported, but another encryption module is enabled." : "Sólo se soporta el cifrado del lado del servidor (OC_DEFAULT_MODULE), pero otro módulo de cifrado se encuentra habilitado.",
"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." : "Los índices EXIF son construidos y verificados en una tarea de segundo plano periódicamente. Tenga precaución cuando se seleccione cualquier otra opción que no sea indizado automático. Por ejemplo, establecer el indizado sólo para los archivos de línea de tiempo puede causar demoras antes de que los medios estén disponibles para los usuarios, ya que el usuario configura su línea de tiempo luego de ingresar.",
"Folders with a \".nomedia\" file are always excluded from indexing." : "Las carpetas que contengan un archivo \".nomedia\" siempre se excluirán de la indización.",
"Folders with a \".nomedia\" or a \".nomemories\" file are always excluded from indexing." : "Las carpetas que contengan un archivo \".nomedia\" o \".nomemories\" siempre se excluirán de la indización.",
"Index all media automatically (recommended)" : "Indexar todos los medios automáticamente (recomendado)",
"Index per-user timeline folders (not recommended)" : "Indexar las carpetas de línea de tiempo de cada usuario (no se recomienda)",
"Index a fixed relative path" : "Indexar una carpeta relativa fija",
@ -98,15 +148,13 @@ OC.L10N.register(
"Force re-indexing of all files:" : "Forzar el re-indexado de todos los archivos:",
"You can limit indexing by user and/or folder:" : "Puede limitar la indización por usuario y/o carpeta:",
"Clear all existing index tables:" : "Borrar todas las tablas de indexado existentes:",
"The following MIME types are configured for preview generation correctly. More documentation:" : "Los siguientes tipos MIME están configurados para vista previa de forma correcta. Mas documentación:",
"External Link" : "Enlace externo",
"Performance" : "Rendimiento",
"Media Indexing" : "Indización de medios",
"HTTPS is enabled" : "HTTPS está habilitado",
"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." : "Está accediendo a esta página en un contexto inseguro. Algunas APIs de navegador no están disponibles, lo que hará a Memories muy lento. Active HTTPS en su servidor para mejorar el rendimiento.",
"HTTP/2 or HTTP/3 is enabled" : "HTTP/2 ó HTTP/3 están habilitados",
"HTTP/2 or HTTP/3 is strongly recommended ({httpVer} detected)" : "Se recomiendan HTTP/2 ó HTTP/3 enérgicamente (se detectó {httpVer})",
"Performance" : "Rendimiento",
"Unknown" : "Desconocido",
"Reverse Geocoding" : "Geo-codificación reversa",
"Database is populated with {n} geometries." : "La base de datos está cargada con {n} geometrías.",
"Geometry table has not been created." : "La tabla de geometrías no ha sido creada.",
"Looks like the planet data is incomplete." : "Al parecer los datos planetarios están incompletos.",
@ -116,13 +164,13 @@ OC.L10N.register(
"If the button below does not work for importing the planet data, use the following command:" : "Si el botón a continuación no funciona al importar los datos del planeta, utilice el siguiente comando:",
"Note: the geometry data is stored in the memories_planet_geometry table, with no prefix." : "Nota: los datos de geometría son almacenados en la tabla memories_planet_geometry, sin prefijos.",
"Download planet database" : "Descargar base de datos del planeta",
"Reverse Geocoding" : "Geo-codificación reversa",
"Geometry support was not detected in your database" : "El soporte a geometría no fue detectado en su base de datos",
"MySQL-like geometry support was detected " : "Se detectó soporte a geometría de tipo MySQL",
"Postgres native geometry support was detected" : "El soporte de geometría nativa con Postgres fue detectado",
"Looks like the database is already setup. Are you sure you want to redownload planet data?" : "Al parecer la base de datos ya está configurada. ¿Está seguro de volver a descargar los datos planetarios?",
"You are about to download the planet database. This may take a while." : "Está por descargar la base de datos planetaria. Podría tomar un tiempo.",
"This may also cause all photos to be re-indexed!" : "¡Esto también podría causar que las fotos vuelvan a indexarse!",
"Video Streaming" : "Transmisión de Video",
"Live transcoding provides for adaptive streaming of videos using HLS." : "La transcodificación en vivo proporciona una transmisión adaptativa de videos utilizando HLS.",
"Note that this may be very CPU intensive without hardware acceleration, and transcoding will not be used for external storage." : "Tenga en cuenta que esto podría tener causar una alta carga de CPU si no se tiene aceleración por hardware, y la transcodificación no será utilizada para el almacenamiento externo.",
"Enable Transcoding" : "Habilitar transcodificación",
@ -132,14 +180,14 @@ OC.L10N.register(
"Auto (adaptive transcode)" : "Auto (transcodificación adaptativa)",
"Original (transcode with max quality)" : "Original (transcodificar con la máxima calidad)",
"Direct (original video file without transcode)" : "Directo (archivo de video original sin transcodificación)",
"Hardware Acceleration" : "Aceleración por hardware",
"Video Streaming" : "Transmisión de Video",
"You must first make sure the correct drivers are installed before configuring acceleration." : "Debe primero asegurarse de que tenga los controladores correctos instalados antes de configurar la aceleración.",
"Make sure you test hardware acceleration with various options after enabling." : "Asegúrese de probar la aceleración por hardware con varias opciones luego de habilitarla.",
"Do not enable multiple types of hardware acceleration simultaneously." : "No habilite múltiples tipos de aceleración por hardware de forma simultánea.",
"Intel processors supporting QuickSync Video (QSV) as well as some AMD GPUs can be used for transcoding using VA-API acceleration." : "Los procesadores Intel que soportan video QuickSync (QSV) así como algunos GPUs AMD pueden ser utilizados para transcodificar utilizando la aceleración VA-API.",
"For more details on driver installation, check the documentation:" : "Para más detalles acerca de la instalación de controladores, eche un vistazo a la documentación:",
"Enable acceleration with VA-API" : "Habilitar la aceleración con VA-API",
"Enable low-power mode (QSV)" : "Habilitar el modo de ahorro de energía (QSV)",
"Enable low-power mode (QSV only)" : "Habilitar el modo de ahorro de energía (Sólo QSV)",
"NVIDIA GPUs can be used for transcoding using the NVENC encoder with the proper drivers." : "Los GPUs NVIDIA puede ser utilizados para transcodificar utilizando el codificador NVENC con los controladores apropiados.",
"Depending on the versions of the installed SDK and ffmpeg, you need to specify the scaler to use" : "Dependiendo de las versiones de la SDK instalada y ffmpeg, deberá especificar el escalador que será utilizado",
"No automated tests are available for NVIDIA acceleration." : "No hay pruebas automatizadas disponibles para la aceleración NVIDIA",
@ -147,17 +195,26 @@ OC.L10N.register(
"Enable NVENC Temporal AQ" : "Habilitar el método de cuantificación Temporal AQ de NVENC",
"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.",
"Enable the following option only if you have incorrectly oriented videos during playback." : "Habilite 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",
"HW Acceleration" : "Aceleración de HW",
"VA-API device ({dev}) is readable" : "el dispositivo VA-API ({dev}) es legible",
"VA-API device ({dev}) not found" : "el dispositivo VA-API ({dev}) no se encontró",
"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}",
"Transcoder configuration" : "Configuración del transcodificador",
"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 (go-vod)" : "Habilitar el transcodificador externo (go-vod)",
"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)",
"_{n} item added to album_::_{n} items added to album_" : ["{n} ítem fue añadido al albúm","{n} ítems fueron añadidos al albúm","{n} ítems fueron añadidos al albúm"],
"Transcoder" : "Transcodificador",
"Template" : "Plantilla",
"No items" : "Sin ítems",
"Shared by {user}" : "Compartidos por {user}",
"_{n} item_::_{n} items_" : ["{n} ítem","{n} ítems","{n} ítems"],
"_{n} photo updated_::_{n} photos updated_" : ["{n} foto actualizada","{n} fotos actualizadas","{n} fotos actualizadas"],
"Add people or groups who can edit your album" : "Añada personas o grupos que puedan editar su álbum",
"Search for collaborators" : "Buscar colaboradores",
"Search people or groups" : "Buscar personas o grupos",
@ -179,7 +236,6 @@ OC.L10N.register(
"Could not load the selected album" : "No fue posible cargar el álbum seleccionado",
"Remove Album" : "Quitar álbum",
"Are you sure you want to permanently remove album \"{name}\"?" : "¿Está seguro de que quiere eliminar permanentemente el álbum {name}?",
"Only user \"{user}\" can delete this album" : "Solo el usuario \"{user}\" puede eliminar este álbum",
"Failed to delete {name}." : "Fallo al eliminar {name}.",
"Name of the album" : "Nombre del álbum",
"Location of the album" : "Ubicación del álbum",
@ -191,12 +247,14 @@ OC.L10N.register(
"Save" : "Guardar",
"Create album" : "Crear álbum",
"Invalid album name; should not contain any slashes." : "Nombre de álbum inválido; no debería contener barras.",
"Add selection to album {albumName}" : "Añadir selección al álbum {albumName}",
"Create a new album." : "Crear un álbum nuevo.",
"_%n item_::_%n items_" : ["%n ítem","%n ítems","%n ítems"],
"_Share with %n user_::_Share with %n users_" : ["Compartir con %n usuario","Compartir con %n usuarios","Compartir con %n usuarios"],
"Search" : "Buscar",
"Create new album." : "Crear nuevo álbum.",
"Save changes" : "Guardar cambios",
"_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",
"shared by {owner}" : "compartido por {owner}",
"_%n item_::_%n items_" : ["%n ítem","%n ítems","%n ítems"],
"Newest" : "Más nuevo",
"Year" : "Año",
"Month" : "Mes",
@ -233,18 +291,19 @@ OC.L10N.register(
"Name" : "Nombre",
"Update" : "Actualizar",
"Failed to rename {oldName} to {name}." : "Fallo al renombrar {oldName} a {name}",
"Search" : "Buscar",
"Loading …" : "Cargando …",
"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",
"Are you sure you want to merge {name} with {newName}?" : "¿Está seguro de quiere unir {name} con {newName}?",
"Merge faces" : "Fusionar caras",
"Merge {name} with {newName}?" : "¿Fusionar {name} con {newName}?",
"unnamed person" : "persona sin nombre",
"Too many failures, aborting" : "Demasiados fallos, abortando",
"Error while moving {basename}" : "Error mientras se movía {basename}",
"Failed to move {name}." : "Fallo al mover {name}.",
"Move selected photos to person" : "Mover fotos seleccionadas a persona",
"Are you sure you want to move the selected photos from {name} to {target}?" : "¿Está seguro de que desea mover las fotos seleccionadas de {name} a {target}?",
"An error occured while moving photos from {name}." : "Ocurrió un error mientras se movían las fotos desde {name}.",
"Move the selected photos to {target}?" : "¿Mover las fotos seleccionadas a {target}?",
"An error occurred while moving photos from {name}." : "Ocurrió un error al mover fotos desde {name}.",
"Choose a folder" : "Elija una carpeta",
"_{n} item moved to folder_::_{n} items moved to folder_" : ["{n} ítem movidos a la carpeta","{n} ítems movidos a la carpeta","{n} ítems movidos a la carpeta"],
"Remove" : "Quitar",
@ -279,10 +338,11 @@ OC.L10N.register(
"Sort by name" : "Ordenar por nombre",
"Share album" : "Compartir álbum",
"Download album" : "Descargar álbum",
"Delete album" : "Eliminar álbum",
"Nothing to show here" : "Nada que mostrar aquí",
"Unassigned faces" : "Caras sin asignar",
"Merge with different person" : "Unir con una persona diferente",
"Mark person in preview" : "Marcar persona en vista previa",
"Unnamed person" : "Persona sin nombre",
"Folder View" : "Vista de Carpetas",
"Timeline View" : "Vista de línea de tiempo",
"Share folder" : "Compartir carpeta",
@ -294,7 +354,6 @@ OC.L10N.register(
"Drop changes" : "Descartar cambios",
"Share" : "Compartir",
"Play Live Photo" : "Reproducir foto en vivo",
"Sidebar" : "Barra lateral",
"Download Video" : "Descargar video",
"Slideshow" : "Presentación de diapositivas",
"Previous" : "Anterior",
@ -311,7 +370,6 @@ OC.L10N.register(
"Save as" : "Guardar como",
"All changes will be lost." : "Todos los cambios se perderán.",
"Are you sure you want to continue?" : "¿Está seguro que desea continuar?",
"Continue" : "Continuar",
"Undo" : "Deshacer",
"Redo" : "Rehacer",
"Show original image" : "Mostrar imagen original",
@ -396,6 +454,7 @@ OC.L10N.register(
"Auto" : "Auto",
"Shared Folder" : "Carpeta compartida",
"Shared Album" : "Álbum compartido",
"Failed to remove {filename}." : "Fallo al quitar {filename}.",
"Failed to create {albumName}." : "Fallo al crear {albumName}",
"Failed to rename {currentAlbumName} to {newAlbumName}." : "Fallo al renombrar {currentAlbumName} a {newAlbumName}.",
"General Failure" : "Fallo general",
@ -408,6 +467,9 @@ OC.L10N.register(
"Failed to favorite files." : "Fallo al marcar archivos como favoritos.",
"Failed to favorite some files." : "Fallo al marcar algunos archivos como favoritos.",
"Failed to favorite {fileName}." : "Fallo al marcar como favorito {fileName}.",
"No content-location header found" : "No se encontró la cabecera content-location",
"Failed to create tag {name}: {error}" : "Fallo al crear la etiqueta {name}: {error}",
"Memories has been updated to {version}. Reload to get the new version." : "Memories ha sido actualizada a {version}. Recargue para obtener la versión nueva.",
"Upload some photos and make sure the timeline path is configured" : "Cargue algunas fotos y asegúrese que la ruta a la línea de tiempo está configurada",
"Mark photos as favorite to find them easily" : "Marque fotos como favoritas para encontrarlas fácilmente",
"Memories from past years will appear here" : "Las memorias de años pasados aparecerán aquí",
@ -420,6 +482,7 @@ OC.L10N.register(
"Tag photos to find them easily" : "Etiquete las fotos para encontrarlas fácilmente",
"Recognize is still working on your photos" : "Recognize sigue trabajando en sus fotos",
"Places you have been to will appear here" : "Los lugares en los que ha estado aparecerán aquí",
"Your Timeline" : "Su línea de tiempo"
"Yes" : "Sí",
"No" : "No"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

127
l10n/es.json vendored
View File

@ -1,4 +1,5 @@
{ "translations": {
"Download" : "Descargar",
"Memories" : "Memories",
"Fast, modern and advanced photo management suite" : "Suite rápida, moderna y avanzada para la gestión de fotografías",
"# 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 gestión de fotos para Nextcloud\n\nMemories es una solución con *baterías incluidas* para gestión de fotos en Nextcloud con características avanzadas, incluyendo:\n\n- **📸 Línea de tiempo**: Organice fotos y videos por fecha, analizadas desde los datos Exif.\n- **⏪ Rebobinar**: Navegue a cualquier momento del pasado instantáneamente y reviva sus memorias.\n- **🤖 Etiquetado IA**: Agrupe fotos por persona y objetos utilizando IA, con la ayuda de [recognize](https://github.com/nextcloud/recognize) y [facerecognition](https://github.com/matiasdelellis/facerecognition).\n- **🖼️ Álbumes**: Cree álbumes para agrupar fotos y videos en conjunto. Podrá entonces compartir estos álbumes con otros.\n **🫱🏻‍🫲🏻 Compartir externamente**: Comparta fotos y videos con personas fuera de su instancia Nextcloud.\n-- **📱 Soporte a Móviles**: Trabaje con dispositivos de cualquier tamaño y forma a través de la aplicación web.\n- **✏️ Editar Metadatos**: Edite las fechas en las fotos de forma rápida y en lotes.\n- **📦 Archivar**: Almacene las fotos que no quiere ver en su línea de tiempo en una carpeta separada.\n- **📹 Conversión de video**: Convierta entre formatos de video y utilice HLS para máximo rendimiento.\n**🗺️ Mapas**: Vea sus fotos en un mapa, etiquetadas mediante geo-codificación reversa precisa.\n- **📦 Migración**: Migre fácilmente desde Fotos de Nextcloud y Google Takeout.\n- **⚡️ Rendimiento**: Haga todo esto de forma muy rápida.\n\n## 🚀 Instalación\n\n1. Instale la aplicación desde la tienda de Nextcloud (pruebe la demo [aquí](https://demo.memories.gallery/apps/memories/)).\n2. Ejecute los [pasos recomendados de configuración](https://memories.gallery/config/).\n3. Ejecute `php ./occ memories:index` para generar los índices de metadatos para las fotos existentes.\n4. Abra la aplicación 📷 Memories en Nextcloud y especifique la carpeta que contiene sus fotos.",
@ -22,17 +23,20 @@
"Face Recognition" : "Reconocimiento facial",
"A better photos experience awaits you" : "Una mejor experiencia de fotos te espera",
"Choose the root folder of your timeline to begin" : "Escoja la carpeta raíz de su línea de tiempo para comenzar",
"If you just installed Memories, run:" : "Si acaba de instalar Memories, ejecute:",
"Continue to Memories" : "Continuar a Memories",
"Choose again" : "Seleccione de nuevo",
"Click here to start" : "Haga click para comenzar",
"You can always change this later in settings" : "Siempre podrá cambiar esto luego en las configuraciones",
"If you just installed Memories, visit the admin panel first." : "Si acaba de instalar Memories, visite el panel de administración primero.",
"Choose the root of your timeline" : "Seleccione la raíz de su línea de tiempo",
"The selected folder does not seem to be valid. Try again." : "La carpeta seleccionada no parece ser válida. Intente de nuevo.",
"No photos were found in the selected folder." : "No se encontraron fotos en la carpeta seleccionada.",
"This can happen because your media is still indexing." : "Esto puede suceder cuando sus medios están todavía siendo indexados.",
"Visit the admin panel to make sure Memories is configured correctly." : "Visite el panel de administración para asegurarse que Memories está configurado correctamente.",
"_Found {n} item in {path}_::_Found {n} items in {path}_" : ["Se encontró {n} ítem en {path}","Se encontraron {n} ítems en {path}","Se encontraron {n} ítems en {path}"],
"Metadata" : "Metadatos",
"Edit" : "Editar",
"No title" : "Sin título",
"No description" : "Sin descripción",
"Failed to load metadata" : "Fallo al cargar metadatos",
"No coordinates" : "Sin coordenadas",
"Click edit to set location" : "Haga clic en editar para establecer la ubicación",
"Photos" : "Fotos",
@ -40,7 +44,6 @@
"Cancel" : "Cancelar",
"Delete" : "Eliminar",
"Remove from album" : "Quitar del álbum",
"Download" : "Descargar",
"Favorite" : "Marcar como favorito",
"Unarchive" : "Desarchivar",
"Edit metadata" : "Editar metadatos",
@ -49,10 +52,12 @@
"Add to album" : "Añadir al álbum",
"Move to person" : "Mover a persona",
"Remove from person" : "Quitar de la persona",
"You are about to download a large number of files. Are you sure?" : "Está a punto de descargar un gran número de archivos. ¿Está seguro?",
"You are about to delete a large number of files. Are you sure?" : "Está a punto de eliminar un gran número de archivos. ¿Está seguro?",
"You are about to download a large number of files." : "Está a punto de descargar un gran número de archivos.",
"Continue" : "Continuar",
"You are about to delete a large number of files" : "Está a punto de eliminar un gran número de archivos",
"Failed to delete files" : "Fallo al eliminar archivos",
"You are about to touch a large number of files. Are you sure?" : "Está a punto de tocar un gran número de archivos. ¿Está seguro?",
"Move" : "Mover",
"You are about to move a large number of files" : "Está a punto de mover un gran número de archivos",
"You must enable \"Mark person in preview\" to use this feature" : "Debe habilitar \"Marcar persona en la vista previa\" para utilizar esta característica",
"Only user \"{user}\" can update this person" : "Solo el usuario \"{user}\" puede actualizar esta persona",
"_{n} selected_::_{n} selected_" : ["{n} seleccionado","{n} seleccionados","{n} seleccionados"],
@ -61,31 +66,76 @@
"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",
"Viewer" : "Visor",
"Autoplay Live Photos" : "Reproducir automáticamente las fotos en vivo",
"Load full size image on zoom" : "Cargar imagen a tamaño completo al hacer zoom",
"Always load full size image (not recommended)" : "Siempre cargar imagen a tamaño completo (no se recomienda)",
"Show full file path in sidebar" : "Mostrar la ruta completa al archivo en la barra lateral",
"Account" : "Cuenta",
"Logged in as {user}" : "Sesión iniciada como {user}",
"Sign out" : "Cerrar sesión",
"Device Folders" : "Carpetas de dispositivo",
"Local folders to include in the timeline view" : "Carpetas locales a incluir en la vista de línea de tiempo",
"Folders Path" : "Ruta a las carpetas",
"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",
"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}?",
"Close" : "Cerrar",
"{photoCount} photos" : "{photoCount} fotos",
"Failed to load some photos" : "Fallo al cargar algunas fotos",
"Failed to update setting" : "Fallo al actualizar la configuración",
"EXIF Extraction" : "Extracción EXIF",
"Albums support is enabled through the Photos app." : "El soporte a Álbumes se habilita a través de la app de Fotos.",
"Albums are disabled because the Photos app is not available." : "Los álbumes están deshabilitados ya que la app de Fotos no está disponible.",
"Recognize is installed and enabled for face recognition." : "Recognize está instalado y habilitado para reconocimiento facial.",
"Recognize is installed but not enabled for face recognition." : "Recognize está instalado pero no está habilitado para reconocimiento facial.",
"Recognize is not installed. Face recognition and object tagging may be unavailable." : "Recognize no está instalado. El reconocimiento facial y el etiquetado de objetos podrían no estar disponibles.",
"Face Recognition is installed and enabled" : "El reconocimiento facial está instalado y habilitado",
"Preview generator is installed and enabled. Additional configuration may still be required." : "El generador de vistas previas está instalado y habilitado. Podría requerir configuración adicional.",
"Preview generator is not installed and configured. This may make Memories very slow." : "El generador de vistas previas no está instalado y habilitado. Esto podría causar que Memories sea muy lento.",
"Recommended Apps" : "Apps recomendadas",
"Path to packaged exiftool binary" : "Ruta al paquete binario exiftool",
"You need perl only if the packaged exiftool binary does not work for some reason." : "Solo necesitas perl si el binario exiftool incluido no funciona por alguna razón.",
"Use system perl (only if exiftool binary does not work)" : "Utilizar perl del sistema (usar solamente si el binario exiftool no funciona)",
"Media Indexing" : "Indización de medios",
"EXIF Extraction" : "Extracción EXIF",
"You can configure the enabled Nextcloud preview providers below." : "Puede configurar los proveedores de vista habilitados abajo.",
"If you are using Imaginary for preview generation, you can ignore this section." : "Si está utilizando Imaginary para la generación de vistas previas, puede ignorar esta sección.",
"To enable RAW support, install the Camera RAW Previews app." : "Para habilitar el soporte RAW, instale la app Camera RAW Previews.",
"Documentation." : "Documentación.",
"PHP-Imagick is available [{version}]." : "PHP-Imagick está disponible [{version}].",
"PHP-Imagick is not available." : "PHP-Imagick no está disponible.",
"Image editing will not work correctly." : "La edición de imágenes no funcionará correctamente.",
"Thumbnail generation may not work for some formats (HEIC, TIFF)." : "La generación de miniaturas podría no funcionar para algunos formatos (HEIC, TIFF).",
"Thumbnails for videos will be generated with this binary." : "Las miniaturas para los videos se generarán con este binario.",
"Thumbnail generation may not work for videos." : "La generación de miniaturas podría no funcionar para los videos.",
"The following MIME types are configured for preview generation." : "Los siguientes tipos MIME están configurados para la generación de vistas previas.",
"Max preview size (trade-off between quality and storage requirements)." : "Tamaño máximo de la vista previa (equilibrio entre calidad y requerimientos de almacenamiento).",
"Max memory for preview generation (MB)" : "Memoria máxima a utilizar para la generación de vistas previas (MB)",
"Max size of preview files (MB)" : "Tamaño máximo de los archivos de vista previa (MB)",
"File Support" : "Soporte a Archivos",
"Images (JPEG, PNG, GIF, BMP)" : "Imágenes (JPEG, PNG, GIF, BMP)",
"HEIC (Imagick)" : "HEIC (Imagick)",
"TIFF (Imagick)" : "TIFF (Imagick)",
"Videos (ffmpeg)" : "Vídeos (ffmpeg)",
"Thank you for choosing Nextcloud and Memories to store your precious data!" : "¡Gracias por escojer Nextcloud y Memories para almacenar sus preciados datos!",
"Memories is very feature rich and setting it up properly can take some time." : "Memories tiene muchísimas características y configurarlo adecuadamente puede tomar algo de tiempo.",
"If you just installed Memories, make sure you read the getting started guide:" : "Si acaba de instalar Memories, asegúrese de leer la siguiente guía de inicio:",
"External Link" : "Enlace externo",
"In case you run into any issues or bugs, you can get help through several channels." : "En caso de que consiga problemas o bugs, puede obtener ayuda a través de diferentes canales.",
"Memories is a completely free and open source app under active development." : "Memories es una app completamente gratis y de código abierto en continuo desarrollo.",
"You can contribute in several ways. See the project page for more details:" : "Puede contribuir de diferentes maneras. Vea la página del proyecto para más detalles:",
"Help & Support" : "Ayuda y Soporte",
"{n} media files have been indexed" : "{n} archivos de medios han sido indexados",
"Automatic Indexing status: {status}" : "Estado del indizado automático: {status}",
"Last index job was run {t} seconds ago." : "El último trabajo de indización se ejecutó hace {t} segundos.",
"It took {t} seconds to complete." : "Tomó {n} segundos para completar.",
"It is still running or was interrupted." : "Sigue en ejecución o fue interrumpido.",
"Looks like it has been more than an hour since the last index job was run. Make sure Nextcloud cron is configured correctly." : "Parece que ha pasado más de una hora desde que el último trabajo de indizado se ejecutó. Asegúrese de que el cron de Nextcloud esté configurado correctamente.",
"Only server-side encryption (OC_DEFAULT_MODULE) is supported, but another encryption module is enabled." : "Sólo se soporta el cifrado del lado del servidor (OC_DEFAULT_MODULE), pero otro módulo de cifrado se encuentra habilitado.",
"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." : "Los índices EXIF son construidos y verificados en una tarea de segundo plano periódicamente. Tenga precaución cuando se seleccione cualquier otra opción que no sea indizado automático. Por ejemplo, establecer el indizado sólo para los archivos de línea de tiempo puede causar demoras antes de que los medios estén disponibles para los usuarios, ya que el usuario configura su línea de tiempo luego de ingresar.",
"Folders with a \".nomedia\" file are always excluded from indexing." : "Las carpetas que contengan un archivo \".nomedia\" siempre se excluirán de la indización.",
"Folders with a \".nomedia\" or a \".nomemories\" file are always excluded from indexing." : "Las carpetas que contengan un archivo \".nomedia\" o \".nomemories\" siempre se excluirán de la indización.",
"Index all media automatically (recommended)" : "Indexar todos los medios automáticamente (recomendado)",
"Index per-user timeline folders (not recommended)" : "Indexar las carpetas de línea de tiempo de cada usuario (no se recomienda)",
"Index a fixed relative path" : "Indexar una carpeta relativa fija",
@ -96,15 +146,13 @@
"Force re-indexing of all files:" : "Forzar el re-indexado de todos los archivos:",
"You can limit indexing by user and/or folder:" : "Puede limitar la indización por usuario y/o carpeta:",
"Clear all existing index tables:" : "Borrar todas las tablas de indexado existentes:",
"The following MIME types are configured for preview generation correctly. More documentation:" : "Los siguientes tipos MIME están configurados para vista previa de forma correcta. Mas documentación:",
"External Link" : "Enlace externo",
"Performance" : "Rendimiento",
"Media Indexing" : "Indización de medios",
"HTTPS is enabled" : "HTTPS está habilitado",
"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." : "Está accediendo a esta página en un contexto inseguro. Algunas APIs de navegador no están disponibles, lo que hará a Memories muy lento. Active HTTPS en su servidor para mejorar el rendimiento.",
"HTTP/2 or HTTP/3 is enabled" : "HTTP/2 ó HTTP/3 están habilitados",
"HTTP/2 or HTTP/3 is strongly recommended ({httpVer} detected)" : "Se recomiendan HTTP/2 ó HTTP/3 enérgicamente (se detectó {httpVer})",
"Performance" : "Rendimiento",
"Unknown" : "Desconocido",
"Reverse Geocoding" : "Geo-codificación reversa",
"Database is populated with {n} geometries." : "La base de datos está cargada con {n} geometrías.",
"Geometry table has not been created." : "La tabla de geometrías no ha sido creada.",
"Looks like the planet data is incomplete." : "Al parecer los datos planetarios están incompletos.",
@ -114,13 +162,13 @@
"If the button below does not work for importing the planet data, use the following command:" : "Si el botón a continuación no funciona al importar los datos del planeta, utilice el siguiente comando:",
"Note: the geometry data is stored in the memories_planet_geometry table, with no prefix." : "Nota: los datos de geometría son almacenados en la tabla memories_planet_geometry, sin prefijos.",
"Download planet database" : "Descargar base de datos del planeta",
"Reverse Geocoding" : "Geo-codificación reversa",
"Geometry support was not detected in your database" : "El soporte a geometría no fue detectado en su base de datos",
"MySQL-like geometry support was detected " : "Se detectó soporte a geometría de tipo MySQL",
"Postgres native geometry support was detected" : "El soporte de geometría nativa con Postgres fue detectado",
"Looks like the database is already setup. Are you sure you want to redownload planet data?" : "Al parecer la base de datos ya está configurada. ¿Está seguro de volver a descargar los datos planetarios?",
"You are about to download the planet database. This may take a while." : "Está por descargar la base de datos planetaria. Podría tomar un tiempo.",
"This may also cause all photos to be re-indexed!" : "¡Esto también podría causar que las fotos vuelvan a indexarse!",
"Video Streaming" : "Transmisión de Video",
"Live transcoding provides for adaptive streaming of videos using HLS." : "La transcodificación en vivo proporciona una transmisión adaptativa de videos utilizando HLS.",
"Note that this may be very CPU intensive without hardware acceleration, and transcoding will not be used for external storage." : "Tenga en cuenta que esto podría tener causar una alta carga de CPU si no se tiene aceleración por hardware, y la transcodificación no será utilizada para el almacenamiento externo.",
"Enable Transcoding" : "Habilitar transcodificación",
@ -130,14 +178,14 @@
"Auto (adaptive transcode)" : "Auto (transcodificación adaptativa)",
"Original (transcode with max quality)" : "Original (transcodificar con la máxima calidad)",
"Direct (original video file without transcode)" : "Directo (archivo de video original sin transcodificación)",
"Hardware Acceleration" : "Aceleración por hardware",
"Video Streaming" : "Transmisión de Video",
"You must first make sure the correct drivers are installed before configuring acceleration." : "Debe primero asegurarse de que tenga los controladores correctos instalados antes de configurar la aceleración.",
"Make sure you test hardware acceleration with various options after enabling." : "Asegúrese de probar la aceleración por hardware con varias opciones luego de habilitarla.",
"Do not enable multiple types of hardware acceleration simultaneously." : "No habilite múltiples tipos de aceleración por hardware de forma simultánea.",
"Intel processors supporting QuickSync Video (QSV) as well as some AMD GPUs can be used for transcoding using VA-API acceleration." : "Los procesadores Intel que soportan video QuickSync (QSV) así como algunos GPUs AMD pueden ser utilizados para transcodificar utilizando la aceleración VA-API.",
"For more details on driver installation, check the documentation:" : "Para más detalles acerca de la instalación de controladores, eche un vistazo a la documentación:",
"Enable acceleration with VA-API" : "Habilitar la aceleración con VA-API",
"Enable low-power mode (QSV)" : "Habilitar el modo de ahorro de energía (QSV)",
"Enable low-power mode (QSV only)" : "Habilitar el modo de ahorro de energía (Sólo QSV)",
"NVIDIA GPUs can be used for transcoding using the NVENC encoder with the proper drivers." : "Los GPUs NVIDIA puede ser utilizados para transcodificar utilizando el codificador NVENC con los controladores apropiados.",
"Depending on the versions of the installed SDK and ffmpeg, you need to specify the scaler to use" : "Dependiendo de las versiones de la SDK instalada y ffmpeg, deberá especificar el escalador que será utilizado",
"No automated tests are available for NVIDIA acceleration." : "No hay pruebas automatizadas disponibles para la aceleración NVIDIA",
@ -145,17 +193,26 @@
"Enable NVENC Temporal AQ" : "Habilitar el método de cuantificación Temporal AQ de NVENC",
"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.",
"Enable the following option only if you have incorrectly oriented videos during playback." : "Habilite 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",
"HW Acceleration" : "Aceleración de HW",
"VA-API device ({dev}) is readable" : "el dispositivo VA-API ({dev}) es legible",
"VA-API device ({dev}) not found" : "el dispositivo VA-API ({dev}) no se encontró",
"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}",
"Transcoder configuration" : "Configuración del transcodificador",
"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 (go-vod)" : "Habilitar el transcodificador externo (go-vod)",
"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)",
"_{n} item added to album_::_{n} items added to album_" : ["{n} ítem fue añadido al albúm","{n} ítems fueron añadidos al albúm","{n} ítems fueron añadidos al albúm"],
"Transcoder" : "Transcodificador",
"Template" : "Plantilla",
"No items" : "Sin ítems",
"Shared by {user}" : "Compartidos por {user}",
"_{n} item_::_{n} items_" : ["{n} ítem","{n} ítems","{n} ítems"],
"_{n} photo updated_::_{n} photos updated_" : ["{n} foto actualizada","{n} fotos actualizadas","{n} fotos actualizadas"],
"Add people or groups who can edit your album" : "Añada personas o grupos que puedan editar su álbum",
"Search for collaborators" : "Buscar colaboradores",
"Search people or groups" : "Buscar personas o grupos",
@ -177,7 +234,6 @@
"Could not load the selected album" : "No fue posible cargar el álbum seleccionado",
"Remove Album" : "Quitar álbum",
"Are you sure you want to permanently remove album \"{name}\"?" : "¿Está seguro de que quiere eliminar permanentemente el álbum {name}?",
"Only user \"{user}\" can delete this album" : "Solo el usuario \"{user}\" puede eliminar este álbum",
"Failed to delete {name}." : "Fallo al eliminar {name}.",
"Name of the album" : "Nombre del álbum",
"Location of the album" : "Ubicación del álbum",
@ -189,12 +245,14 @@
"Save" : "Guardar",
"Create album" : "Crear álbum",
"Invalid album name; should not contain any slashes." : "Nombre de álbum inválido; no debería contener barras.",
"Add selection to album {albumName}" : "Añadir selección al álbum {albumName}",
"Create a new album." : "Crear un álbum nuevo.",
"_%n item_::_%n items_" : ["%n ítem","%n ítems","%n ítems"],
"_Share with %n user_::_Share with %n users_" : ["Compartir con %n usuario","Compartir con %n usuarios","Compartir con %n usuarios"],
"Search" : "Buscar",
"Create new album." : "Crear nuevo álbum.",
"Save changes" : "Guardar cambios",
"_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",
"shared by {owner}" : "compartido por {owner}",
"_%n item_::_%n items_" : ["%n ítem","%n ítems","%n ítems"],
"Newest" : "Más nuevo",
"Year" : "Año",
"Month" : "Mes",
@ -231,18 +289,19 @@
"Name" : "Nombre",
"Update" : "Actualizar",
"Failed to rename {oldName} to {name}." : "Fallo al renombrar {oldName} a {name}",
"Search" : "Buscar",
"Loading …" : "Cargando …",
"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",
"Are you sure you want to merge {name} with {newName}?" : "¿Está seguro de quiere unir {name} con {newName}?",
"Merge faces" : "Fusionar caras",
"Merge {name} with {newName}?" : "¿Fusionar {name} con {newName}?",
"unnamed person" : "persona sin nombre",
"Too many failures, aborting" : "Demasiados fallos, abortando",
"Error while moving {basename}" : "Error mientras se movía {basename}",
"Failed to move {name}." : "Fallo al mover {name}.",
"Move selected photos to person" : "Mover fotos seleccionadas a persona",
"Are you sure you want to move the selected photos from {name} to {target}?" : "¿Está seguro de que desea mover las fotos seleccionadas de {name} a {target}?",
"An error occured while moving photos from {name}." : "Ocurrió un error mientras se movían las fotos desde {name}.",
"Move the selected photos to {target}?" : "¿Mover las fotos seleccionadas a {target}?",
"An error occurred while moving photos from {name}." : "Ocurrió un error al mover fotos desde {name}.",
"Choose a folder" : "Elija una carpeta",
"_{n} item moved to folder_::_{n} items moved to folder_" : ["{n} ítem movidos a la carpeta","{n} ítems movidos a la carpeta","{n} ítems movidos a la carpeta"],
"Remove" : "Quitar",
@ -277,10 +336,11 @@
"Sort by name" : "Ordenar por nombre",
"Share album" : "Compartir álbum",
"Download album" : "Descargar álbum",
"Delete album" : "Eliminar álbum",
"Nothing to show here" : "Nada que mostrar aquí",
"Unassigned faces" : "Caras sin asignar",
"Merge with different person" : "Unir con una persona diferente",
"Mark person in preview" : "Marcar persona en vista previa",
"Unnamed person" : "Persona sin nombre",
"Folder View" : "Vista de Carpetas",
"Timeline View" : "Vista de línea de tiempo",
"Share folder" : "Compartir carpeta",
@ -292,7 +352,6 @@
"Drop changes" : "Descartar cambios",
"Share" : "Compartir",
"Play Live Photo" : "Reproducir foto en vivo",
"Sidebar" : "Barra lateral",
"Download Video" : "Descargar video",
"Slideshow" : "Presentación de diapositivas",
"Previous" : "Anterior",
@ -309,7 +368,6 @@
"Save as" : "Guardar como",
"All changes will be lost." : "Todos los cambios se perderán.",
"Are you sure you want to continue?" : "¿Está seguro que desea continuar?",
"Continue" : "Continuar",
"Undo" : "Deshacer",
"Redo" : "Rehacer",
"Show original image" : "Mostrar imagen original",
@ -394,6 +452,7 @@
"Auto" : "Auto",
"Shared Folder" : "Carpeta compartida",
"Shared Album" : "Álbum compartido",
"Failed to remove {filename}." : "Fallo al quitar {filename}.",
"Failed to create {albumName}." : "Fallo al crear {albumName}",
"Failed to rename {currentAlbumName} to {newAlbumName}." : "Fallo al renombrar {currentAlbumName} a {newAlbumName}.",
"General Failure" : "Fallo general",
@ -406,6 +465,9 @@
"Failed to favorite files." : "Fallo al marcar archivos como favoritos.",
"Failed to favorite some files." : "Fallo al marcar algunos archivos como favoritos.",
"Failed to favorite {fileName}." : "Fallo al marcar como favorito {fileName}.",
"No content-location header found" : "No se encontró la cabecera content-location",
"Failed to create tag {name}: {error}" : "Fallo al crear la etiqueta {name}: {error}",
"Memories has been updated to {version}. Reload to get the new version." : "Memories ha sido actualizada a {version}. Recargue para obtener la versión nueva.",
"Upload some photos and make sure the timeline path is configured" : "Cargue algunas fotos y asegúrese que la ruta a la línea de tiempo está configurada",
"Mark photos as favorite to find them easily" : "Marque fotos como favoritas para encontrarlas fácilmente",
"Memories from past years will appear here" : "Las memorias de años pasados aparecerán aquí",
@ -418,6 +480,7 @@
"Tag photos to find them easily" : "Etiquete las fotos para encontrarlas fácilmente",
"Recognize is still working on your photos" : "Recognize sigue trabajando en sus fotos",
"Places you have been to will appear here" : "Los lugares en los que ha estado aparecerán aquí",
"Your Timeline" : "Su línea de tiempo"
"Yes" : "Sí",
"No" : "No"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

12
l10n/es_419.js vendored
View File

@ -1,6 +1,7 @@
OC.L10N.register(
"memories",
{
"Download" : "Descargar",
"Settings" : "Ajustes",
"Info" : "Info",
"Folders" : "Carpetas",
@ -13,15 +14,19 @@ OC.L10N.register(
"Explore" : "Explorar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",
"Favorite" : "Hacer favorito",
"Unarchive" : "Desarchivar",
"View in folder" : "Ver en la carpeta",
"Continue" : "Continuar",
"Move" : "Mover",
"General" : "General",
"Account" : "Cuenta",
"Close" : "Cerrar",
"Unknown" : "Desconocido",
"Back" : "Atrás",
"Save" : "Guardar",
"Search" : "Buscar",
"Save changes" : "Guardar Cambios",
"Month" : "Mes",
"Day" : "Día",
"Time" : "Hora",
@ -34,7 +39,6 @@ OC.L10N.register(
"Reset" : "Restaurar",
"Name" : "Nombre",
"Update" : "Actualizar",
"Search" : "Buscar",
"Remove" : "Eliminar",
"Share link" : "Compartir liga",
"Refresh" : "Actualizar",
@ -47,12 +51,12 @@ OC.L10N.register(
"Share" : "Compartir",
"Previous" : "Anterior",
"Next" : "Siguiente",
"Continue" : "Continuar",
"Undo" : "Deshacer",
"Custom" : "Personalizado",
"Value" : "Valor",
"Text" : "Texto",
"Size" : "Tamaño",
"Position" : "Posición"
"Position" : "Posición",
"Yes" : "Si"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

12
l10n/es_419.json vendored
View File

@ -1,4 +1,5 @@
{ "translations": {
"Download" : "Descargar",
"Settings" : "Ajustes",
"Info" : "Info",
"Folders" : "Carpetas",
@ -11,15 +12,19 @@
"Explore" : "Explorar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",
"Favorite" : "Hacer favorito",
"Unarchive" : "Desarchivar",
"View in folder" : "Ver en la carpeta",
"Continue" : "Continuar",
"Move" : "Mover",
"General" : "General",
"Account" : "Cuenta",
"Close" : "Cerrar",
"Unknown" : "Desconocido",
"Back" : "Atrás",
"Save" : "Guardar",
"Search" : "Buscar",
"Save changes" : "Guardar Cambios",
"Month" : "Mes",
"Day" : "Día",
"Time" : "Hora",
@ -32,7 +37,6 @@
"Reset" : "Restaurar",
"Name" : "Nombre",
"Update" : "Actualizar",
"Search" : "Buscar",
"Remove" : "Eliminar",
"Share link" : "Compartir liga",
"Refresh" : "Actualizar",
@ -45,12 +49,12 @@
"Share" : "Compartir",
"Previous" : "Anterior",
"Next" : "Siguiente",
"Continue" : "Continuar",
"Undo" : "Deshacer",
"Custom" : "Personalizado",
"Value" : "Valor",
"Text" : "Texto",
"Size" : "Tamaño",
"Position" : "Posición"
"Position" : "Posición",
"Yes" : "Si"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

11
l10n/es_AR.js vendored
View File

@ -1,6 +1,7 @@
OC.L10N.register(
"memories",
{
"Download" : "Descargar",
"Settings" : "Ajustes",
"Info" : "Info",
"Folders" : "Carpetas",
@ -14,16 +15,19 @@ OC.L10N.register(
"Explore" : "Explorar",
"Cancel" : "Cancelar",
"Delete" : "Eliminar",
"Download" : "Descargar",
"Favorite" : "Favorito",
"Unarchive" : "Desarchivar",
"View in folder" : "Ver en la carpeta",
"Continue" : "Continuar",
"Move" : "Mover",
"General" : "General",
"Account" : "Cuenta",
"Close" : "Cerrar",
"Unknown" : "Desconocido",
"Copy public link" : "Copiar link publico",
"Back" : "Atrás",
"Save" : "Guardar",
"Search" : "Buscar",
"Month" : "Mes",
"Day" : "Día",
"Time" : "Hora",
@ -36,7 +40,6 @@ OC.L10N.register(
"Reset" : "Restablecer",
"Name" : "Nombre",
"Update" : "Actualizar",
"Search" : "Buscar",
"Loading …" : "Cargando …",
"Remove" : "Borrar",
"Share link" : "Compartir enlace",
@ -48,13 +51,13 @@ OC.L10N.register(
"Share" : "Compartir",
"Previous" : "Anterior",
"Next" : "Siguiente",
"Continue" : "Continuar",
"Undo" : "Deshacer",
"Custom" : "Personalizado",
"Value" : "Valor",
"Text" : "Texto",
"Size" : "Tamaño",
"Position" : "Posición",
"Direct" : "Directo"
"Direct" : "Directo",
"Yes" : "Sí"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

11
l10n/es_AR.json vendored
View File

@ -1,4 +1,5 @@
{ "translations": {
"Download" : "Descargar",
"Settings" : "Ajustes",
"Info" : "Info",
"Folders" : "Carpetas",
@ -12,16 +13,19 @@
"Explore" : "Explorar",
"Cancel" : "Cancelar",
"Delete" : "Eliminar",
"Download" : "Descargar",
"Favorite" : "Favorito",
"Unarchive" : "Desarchivar",
"View in folder" : "Ver en la carpeta",
"Continue" : "Continuar",
"Move" : "Mover",
"General" : "General",
"Account" : "Cuenta",
"Close" : "Cerrar",
"Unknown" : "Desconocido",
"Copy public link" : "Copiar link publico",
"Back" : "Atrás",
"Save" : "Guardar",
"Search" : "Buscar",
"Month" : "Mes",
"Day" : "Día",
"Time" : "Hora",
@ -34,7 +38,6 @@
"Reset" : "Restablecer",
"Name" : "Nombre",
"Update" : "Actualizar",
"Search" : "Buscar",
"Loading …" : "Cargando …",
"Remove" : "Borrar",
"Share link" : "Compartir enlace",
@ -46,13 +49,13 @@
"Share" : "Compartir",
"Previous" : "Anterior",
"Next" : "Siguiente",
"Continue" : "Continuar",
"Undo" : "Deshacer",
"Custom" : "Personalizado",
"Value" : "Valor",
"Text" : "Texto",
"Size" : "Tamaño",
"Position" : "Posición",
"Direct" : "Directo"
"Direct" : "Directo",
"Yes" : "Sí"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

11
l10n/es_CL.js vendored
View File

@ -1,6 +1,7 @@
OC.L10N.register(
"memories",
{
"Download" : "Descargar",
"Settings" : "Configuraciones ",
"Info" : "Info",
"Folders" : "Carpetas",
@ -13,16 +14,19 @@ OC.L10N.register(
"Explore" : "Explorar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",
"Favorite" : "Hacer favorito",
"Unarchive" : "Desarchivar",
"View in folder" : "Ver en la carpeta",
"Continue" : "Continuar",
"Move" : "Mover",
"General" : "General",
"Account" : "Cuenta",
"Close" : "Cerrar",
"Unknown" : "Desconocido",
"Public link" : "Liga pública",
"Back" : "Atrás",
"Save" : "Guardar",
"Search" : "Buscar",
"Month" : "Mes",
"Day" : "Día",
"Time" : "Hora",
@ -35,7 +39,6 @@ OC.L10N.register(
"Reset" : "Restablecer",
"Name" : "Nombre",
"Update" : "Actualizar",
"Search" : "Buscar",
"Loading …" : "Cargando …",
"Remove" : "Eliminar",
"Share link" : "Compartir liga",
@ -49,12 +52,12 @@ OC.L10N.register(
"Share" : "Compartir",
"Previous" : "Previo",
"Next" : "Siguiente",
"Continue" : "Continuar",
"Undo" : "Deshacer",
"Custom" : "Personalizado",
"Value" : "Valor",
"Text" : "Texto",
"Size" : "Tamaño",
"Position" : "Posición"
"Position" : "Posición",
"Yes" : "Si"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

11
l10n/es_CL.json vendored
View File

@ -1,4 +1,5 @@
{ "translations": {
"Download" : "Descargar",
"Settings" : "Configuraciones ",
"Info" : "Info",
"Folders" : "Carpetas",
@ -11,16 +12,19 @@
"Explore" : "Explorar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",
"Favorite" : "Hacer favorito",
"Unarchive" : "Desarchivar",
"View in folder" : "Ver en la carpeta",
"Continue" : "Continuar",
"Move" : "Mover",
"General" : "General",
"Account" : "Cuenta",
"Close" : "Cerrar",
"Unknown" : "Desconocido",
"Public link" : "Liga pública",
"Back" : "Atrás",
"Save" : "Guardar",
"Search" : "Buscar",
"Month" : "Mes",
"Day" : "Día",
"Time" : "Hora",
@ -33,7 +37,6 @@
"Reset" : "Restablecer",
"Name" : "Nombre",
"Update" : "Actualizar",
"Search" : "Buscar",
"Loading …" : "Cargando …",
"Remove" : "Eliminar",
"Share link" : "Compartir liga",
@ -47,12 +50,12 @@
"Share" : "Compartir",
"Previous" : "Previo",
"Next" : "Siguiente",
"Continue" : "Continuar",
"Undo" : "Deshacer",
"Custom" : "Personalizado",
"Value" : "Valor",
"Text" : "Texto",
"Size" : "Tamaño",
"Position" : "Posición"
"Position" : "Posición",
"Yes" : "Si"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

9
l10n/es_CO.js vendored
View File

@ -1,6 +1,7 @@
OC.L10N.register(
"memories",
{
"Download" : "Descargar",
"Settings" : "Configuraciones ",
"Info" : "Info",
"Folders" : "Carpetas",
@ -13,16 +14,20 @@ OC.L10N.register(
"Explore" : "Explorar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",
"Favorite" : "Hacer favorito",
"Unarchive" : "Desarchivar",
"View in folder" : "Ver en la carpeta",
"Continue" : "Continuar",
"Move" : "Mover",
"General" : "General",
"Account" : "Cuenta",
"Close" : "Cerrar",
"Unknown" : "Desconocido",
"Public link" : "Liga pública",
"Back" : "Atrás",
"Save" : "Guardar",
"Search" : "Buscar",
"Save changes" : "Guardar cambios",
"Month" : "Mes",
"Day" : "Día",
"Time" : "Hora",
@ -35,7 +40,6 @@ OC.L10N.register(
"Reset" : "Reiniciar",
"Name" : "Nombre",
"Update" : "Actualizar",
"Search" : "Buscar",
"Remove" : "Eliminar",
"Share link" : "Compartir enlace",
"Refresh" : "Actualizar",
@ -48,7 +52,6 @@ OC.L10N.register(
"Share" : "Compartir",
"Previous" : "Previo",
"Next" : "Siguiente",
"Continue" : "Continuar",
"Undo" : "Deshacer",
"Custom" : "Personalizado",
"Value" : "Valor",

9
l10n/es_CO.json vendored
View File

@ -1,4 +1,5 @@
{ "translations": {
"Download" : "Descargar",
"Settings" : "Configuraciones ",
"Info" : "Info",
"Folders" : "Carpetas",
@ -11,16 +12,20 @@
"Explore" : "Explorar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",
"Favorite" : "Hacer favorito",
"Unarchive" : "Desarchivar",
"View in folder" : "Ver en la carpeta",
"Continue" : "Continuar",
"Move" : "Mover",
"General" : "General",
"Account" : "Cuenta",
"Close" : "Cerrar",
"Unknown" : "Desconocido",
"Public link" : "Liga pública",
"Back" : "Atrás",
"Save" : "Guardar",
"Search" : "Buscar",
"Save changes" : "Guardar cambios",
"Month" : "Mes",
"Day" : "Día",
"Time" : "Hora",
@ -33,7 +38,6 @@
"Reset" : "Reiniciar",
"Name" : "Nombre",
"Update" : "Actualizar",
"Search" : "Buscar",
"Remove" : "Eliminar",
"Share link" : "Compartir enlace",
"Refresh" : "Actualizar",
@ -46,7 +50,6 @@
"Share" : "Compartir",
"Previous" : "Previo",
"Next" : "Siguiente",
"Continue" : "Continuar",
"Undo" : "Deshacer",
"Custom" : "Personalizado",
"Value" : "Valor",

9
l10n/es_CR.js vendored
View File

@ -1,6 +1,7 @@
OC.L10N.register(
"memories",
{
"Download" : "Descargar",
"Settings" : "Configuraciones ",
"Info" : "Info",
"Folders" : "Carpetas",
@ -13,16 +14,20 @@ OC.L10N.register(
"Explore" : "Explorar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",
"Favorite" : "Hacer favorito",
"Unarchive" : "Desarchivar",
"View in folder" : "Ver en la carpeta",
"Continue" : "Continuar",
"Move" : "Mover",
"General" : "General",
"Account" : "Cuenta",
"Close" : "Cerrar",
"Unknown" : "Desconocido",
"Public link" : "Liga pública",
"Back" : "Atrás",
"Save" : "Guardar",
"Search" : "Buscar",
"Save changes" : "Guardar cambios",
"Month" : "Mes",
"Day" : "Día",
"Time" : "Hora",
@ -35,7 +40,6 @@ OC.L10N.register(
"Reset" : "Restablecer",
"Name" : "Nombre",
"Update" : "Actualizar",
"Search" : "Buscar",
"Remove" : "Eliminar",
"Share link" : "Compartir liga",
"Refresh" : "Actualizar",
@ -48,7 +52,6 @@ OC.L10N.register(
"Share" : "Compartir",
"Previous" : "Previo",
"Next" : "Siguiente",
"Continue" : "Continuar",
"Undo" : "Deshacer",
"Custom" : "Personalizado",
"Value" : "Valor",

9
l10n/es_CR.json vendored
View File

@ -1,4 +1,5 @@
{ "translations": {
"Download" : "Descargar",
"Settings" : "Configuraciones ",
"Info" : "Info",
"Folders" : "Carpetas",
@ -11,16 +12,20 @@
"Explore" : "Explorar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",
"Favorite" : "Hacer favorito",
"Unarchive" : "Desarchivar",
"View in folder" : "Ver en la carpeta",
"Continue" : "Continuar",
"Move" : "Mover",
"General" : "General",
"Account" : "Cuenta",
"Close" : "Cerrar",
"Unknown" : "Desconocido",
"Public link" : "Liga pública",
"Back" : "Atrás",
"Save" : "Guardar",
"Search" : "Buscar",
"Save changes" : "Guardar cambios",
"Month" : "Mes",
"Day" : "Día",
"Time" : "Hora",
@ -33,7 +38,6 @@
"Reset" : "Restablecer",
"Name" : "Nombre",
"Update" : "Actualizar",
"Search" : "Buscar",
"Remove" : "Eliminar",
"Share link" : "Compartir liga",
"Refresh" : "Actualizar",
@ -46,7 +50,6 @@
"Share" : "Compartir",
"Previous" : "Previo",
"Next" : "Siguiente",
"Continue" : "Continuar",
"Undo" : "Deshacer",
"Custom" : "Personalizado",
"Value" : "Valor",

8
l10n/es_DO.js vendored
View File

@ -1,6 +1,7 @@
OC.L10N.register(
"memories",
{
"Download" : "Descargar",
"Settings" : "Configuraciones ",
"Info" : "Info",
"Folders" : "Carpetas",
@ -12,16 +13,19 @@ OC.L10N.register(
"Explore" : "Explorar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",
"Favorite" : "Hacer favorito",
"Unarchive" : "Desarchivar",
"View in folder" : "Ver en la carpeta",
"Continue" : "Continuar",
"Move" : "Mover",
"General" : "General",
"Account" : "Cuenta",
"Close" : "Cerrar",
"Unknown" : "Desconocido",
"Public link" : "Liga pública",
"Back" : "Atrás",
"Save" : "Guardar",
"Search" : "Buscar",
"Month" : "Mes",
"Day" : "Día",
"Time" : "Hora",
@ -34,7 +38,6 @@ OC.L10N.register(
"Reset" : "Restablecer",
"Name" : "Nombre",
"Update" : "Actualizar",
"Search" : "Buscar",
"Remove" : "Eliminar",
"Share link" : "Compartir liga",
"Refresh" : "Actualizar",
@ -47,7 +50,6 @@ OC.L10N.register(
"Share" : "Compartir",
"Previous" : "Previo",
"Next" : "Siguiente",
"Continue" : "Continuar",
"Undo" : "Deshacer",
"Custom" : "Personalizado",
"Value" : "Valor",

8
l10n/es_DO.json vendored
View File

@ -1,4 +1,5 @@
{ "translations": {
"Download" : "Descargar",
"Settings" : "Configuraciones ",
"Info" : "Info",
"Folders" : "Carpetas",
@ -10,16 +11,19 @@
"Explore" : "Explorar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",
"Favorite" : "Hacer favorito",
"Unarchive" : "Desarchivar",
"View in folder" : "Ver en la carpeta",
"Continue" : "Continuar",
"Move" : "Mover",
"General" : "General",
"Account" : "Cuenta",
"Close" : "Cerrar",
"Unknown" : "Desconocido",
"Public link" : "Liga pública",
"Back" : "Atrás",
"Save" : "Guardar",
"Search" : "Buscar",
"Month" : "Mes",
"Day" : "Día",
"Time" : "Hora",
@ -32,7 +36,6 @@
"Reset" : "Restablecer",
"Name" : "Nombre",
"Update" : "Actualizar",
"Search" : "Buscar",
"Remove" : "Eliminar",
"Share link" : "Compartir liga",
"Refresh" : "Actualizar",
@ -45,7 +48,6 @@
"Share" : "Compartir",
"Previous" : "Previo",
"Next" : "Siguiente",
"Continue" : "Continuar",
"Undo" : "Deshacer",
"Custom" : "Personalizado",
"Value" : "Valor",

385
l10n/es_EC.js vendored
View File

@ -1,60 +1,437 @@
OC.L10N.register(
"memories",
{
"Download" : "Descargar",
"Memories" : "Memorias",
"Fast, modern and advanced photo management suite" : "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: Gestión de Fotos para Nextcloud\n \n Memories es una solución de gestión de fotos para Nextcloud que incluye una amplia gama de características avanzadas, que incluyen:\n \n - **📸 Línea de tiempo**: Ordena fotos y videos por fecha de captura, extraída de los datos Exif.\n - **⏪ Retroceder**: Salta instantáneamente a cualquier momento del pasado y revive tus recuerdos.\n - **🤖 Etiquetado de IA**: Agrupa fotos por personas y objetos, potenciado por [recognize](https://github.com/nextcloud/recognize) y [facerecognition](https://github.com/matiasdelellis/facerecognition).\n - **🖼️ Álbumes**: Crea álbumes para agrupar fotos y videos juntos. Luego comparte estos álbumes con otros.\n - **🫱🏻‍🫲🏻 Compartir Externo**: Comparte fotos y videos con personas fuera de tu instancia de Nextcloud.\n - **📱 Soporte Móvil**: Trabaja desde cualquier dispositivo, de cualquier forma y tamaño a través de la aplicación web.\n - **✏️ Editar Metadatos**: Edita rápidamente fechas y otros metadatos de las fotos de forma individual o masiva.\n - **📦 Archivo**: Almacena fotos que no deseas ver en tu línea de tiempo en una carpeta separada.\n - **📹 Transcodificación de Video**: Transcodifica videos y utiliza HLS para obtener un rendimiento máximo.\n - **🗺️ Mapa**: Visualiza tus fotos en un mapa, etiquetadas con una geocodificación inversa precisa.\n - **📦 Migración**: Migra fácilmente desde Nextcloud Photos y Google Takeout.\n - **⚡️ Rendimiento**: Realiza todas estas operaciones de manera muy rápida.\n \n ## 🚀 Instalación\n \n 1. Instala la aplicación desde la tienda de aplicaciones de Nextcloud (prueba una demo [aquí](https://demo.memories.gallery/apps/memories/)).\n 2. Realiza los pasos de [configuración recomendados](https://memories.gallery/config/).\n 3. Ejecuta `php occ memories:index` para generar índices de metadatos para las fotos existentes.\n 4. Abre la aplicación 📷 Memories en Nextcloud y establece el directorio que contiene tus fotos.",
"Settings" : "Ajustes",
"People (Recognize)" : "Personas (Recognize)",
"People" : "Personas",
"People (Face Recognition)" : "Personas (Reconocimiento Facial)",
"Info" : "Info",
"Timeline" : "Línea de tiempo",
"Folders" : "Carpetas",
"Favorites" : "Favoritos",
"Videos" : "Videos",
"Albums" : "Álbumes",
"Archive" : "Archivar",
"On this day" : "En este día",
"Places" : "Lugares",
"Map" : "Mapa",
"Tags" : "Etiquetas",
"View all" : "Ver todo",
"Recognize" : "Reconocer",
"Face Recognition" : "Reconocimiento Facial",
"A better photos experience awaits you" : "Una experiencia de fotos mejor te espera",
"Choose the root folder of your timeline to begin" : "Elige la carpeta raíz de tu línea de tiempo para comenzar",
"Continue to Memories" : "Continuar a Memories",
"Choose again" : "Elegir de nuevo",
"Click here to start" : "Haz clic aquí para empezar",
"You can always change this later in settings" : "Siempre puedes cambiar esto luego en la configuración",
"If you just installed Memories, visit the admin panel first." : "Si acabas de instalar Memories, visita primero el panel de administración.",
"Choose the root of your timeline" : "Elegir la raíz de tu línea de tiempo",
"The selected folder does not seem to be valid. Try again." : "La carpeta seleccionada parece no ser válida. Inténtalo de nuevo.",
"No photos were found in the selected folder." : "No se encontraron fotos en la carpeta seleccionada.",
"This can happen because your media is still indexing." : "Esto puede suceder porque tus medios aún se están indexando.",
"Visit the admin panel to make sure Memories is configured correctly." : "Visita el panel de administración para asegurarte de que Memories esté configurado correctamente.",
"_Found {n} item in {path}_::_Found {n} items in {path}_" : ["Encontrado {n} elemento en {path}","Encontrados {n} elementos en {path}","Encontrados {n} elementos en {path}"],
"Metadata" : "Metadatos",
"Edit" : "Editar",
"No coordinates" : "Sin coordenadas",
"Click edit to set location" : "Haz clic en editar para establecer la ubicación",
"Photos" : "Fotos",
"Explore" : "Explorar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",
"Remove from album" : "Eliminar del álbum",
"Favorite" : "Hacer favorito",
"Unarchive" : "Desarchivar",
"Edit metadata" : "Editar metadatos",
"View in folder" : "Ver en la carpeta",
"Move to folder" : "Mover a carpeta",
"Add to album" : "Agregar al álbum",
"Move to person" : "Mover a persona",
"Remove from person" : "Eliminar de persona",
"Continue" : "Continuar",
"Failed to delete files" : "Error al eliminar archivos",
"Move" : "Mover",
"You must enable \"Mark person in preview\" to use this feature" : "Debes habilitar \"Marcar persona en la vista previa\" para usar esta función",
"Only user \"{user}\" can update this person" : "Solo el usuario \"{user}\" puede actualizar esta persona",
"_{n} selected_::_{n} selected_" : ["{n} seleccionado","{n} seleccionados","{n} seleccionado"],
"Memories Settings" : "Configuración de Memories",
"General" : "General",
"Timeline Path" : "Ruta de la Línea de Tiempo",
"Square grid mode" : "Modo de cuadrícula cuadrada",
"Show past photos on top of timeline" : "Mostrar fotos pasadas en la parte superior de la línea de tiempo",
"Viewer" : "Visor",
"Load full size image on zoom" : "Cargar imagen de tamaño completo al hacer zoom",
"Always load full size image (not recommended)" : "Cargar siempre imágenes de tamaño completo (no recomendado)",
"Account" : "Cuenta",
"Logged in as {user}" : "Sesión iniciada como {user}",
"Sign out" : "Cerrar sesión",
"Device Folders" : "Carpetas de Dispositivos",
"Local folders to include in the timeline view" : "Carpetas locales para incluir en la vista de la línea de tiempo",
"Folders Path" : "Ruta de Carpetas",
"Show hidden folders" : "Mostrar carpetas ocultas",
"Sort folders oldest-first" : "Ordenar carpetas desde la más antigua",
"Sort albums oldest-first" : "Ordenar álbumes desde el más antiguo",
"Choose Timeline Paths" : "Elegir Rutas de la Línea de Tiempo",
"Choose the root for the folders view" : "Elegir la raíz para la vista de carpetas",
"Are you sure you want to log out {user}?" : "¿Estás seguro de que quieres cerrar la sesión de {user}?",
"Close" : "Cerrar",
"{photoCount} photos" : "{photoCount} fotos",
"Failed to load some photos" : "Error al cargar algunas fotos",
"Failed to update setting" : "Error al actualizar la configuración",
"Path to packaged exiftool binary" : "Ruta al binario Exiftool empaquetado",
"You need perl only if the packaged exiftool binary does not work for some reason." : "Necesitas Perl solo si el binario Exiftool empaquetado no funciona por alguna razón.",
"Use system perl (only if exiftool binary does not work)" : "Usar Perl del sistema (solo si el binario Exiftool no funciona)",
"EXIF Extraction" : "Extracción de Exif",
"You can configure the enabled Nextcloud preview providers below." : "Puedes configurar los proveedores de vista previa de Nextcloud activados a continuación.",
"If you are using Imaginary for preview generation, you can ignore this section." : "Si estás utilizando Imaginary para la generación de vistas previas, puedes ignorar esta sección.",
"To enable RAW support, install the Camera RAW Previews app." : "Para habilitar el soporte RAW, instala la aplicación Camera RAW Previews.",
"Documentation." : "Documentación.",
"The following MIME types are configured for preview generation." : "Los siguientes tipos MIME están configurados para la generación de vistas previas.",
"Max preview size (trade-off between quality and storage requirements)." : "Tamaño máximo de vista previa (compromiso entre calidad y requisitos de almacenamiento).",
"Max memory for preview generation (MB)" : "Memoria máxima para la generación de vistas previas (MB)",
"Max size of preview files (MB)" : "Tamaño máximo de archivos de vista previa (MB)",
"File Support" : "Soporte de Archivos",
"Images (JPEG, PNG, GIF, BMP)" : "Imágenes (JPEG, PNG, GIF, BMP)",
"HEIC (Imagick)" : "HEIC (Imagick)",
"TIFF (Imagick)" : "TIFF (Imagick)",
"Videos (ffmpeg)" : "Videos (ffmpeg)",
"External Link" : "Enlace Externo",
"{n} media files have been indexed" : "{n} archivos multimedia han sido indexados",
"Automatic Indexing status: {status}" : "Estado de la indexación automática: {status}",
"Last index job was run {t} seconds ago." : "La última tarea de indexación se ejecutó hace {t} segundos.",
"It took {t} seconds to complete." : "Tardó {t} segundos en completarse.",
"It is still running or was interrupted." : "Actualmente está en ejecución o fue interrumpida.",
"Only server-side encryption (OC_DEFAULT_MODULE) is supported, but another encryption module is enabled." : "Solo se admite el cifrado del lado del servidor (OC_DEFAULT_MODULE), pero otro módulo de cifrado está habilitado.",
"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." : "Los índices EXIF se construyen y verifican en una tarea de fondo periódica. Ten cuidado al seleccionar algo distinto de la indexación automática. Por ejemplo, establecer la indexación solo para carpetas de la línea de tiempo puede causar retrasos antes de que los medios estén disponibles para los usuarios, ya que el usuario configura la línea de tiempo solo después de iniciar sesión.",
"Index all media automatically (recommended)" : "Indexar automáticamente todos los medios (recomendado)",
"Index per-user timeline folders (not recommended)" : "Indexar carpetas de la línea de tiempo por usuario (no recomendado)",
"Index a fixed relative path" : "Indexar una ruta relativa fija",
"Disable background indexing" : "Desactivar la indexación en segundo plano",
"Indexing path (relative, all users)" : "Ruta de indexación (relativa, todos los usuarios)",
"For advanced usage, perform a run of indexing by running:" : "Para un uso avanzado, realiza una ejecución de indexación ejecutando:",
"Run index in parallel with 4 threads:" : "Ejecutar la indexación en paralelo con 4 hilos:",
"Force re-indexing of all files:" : "Forzar la indexación de todos los archivos nuevamente:",
"You can limit indexing by user and/or folder:" : "Puedes limitar la indexación por usuario y/o carpeta:",
"Clear all existing index tables:" : "Eliminar todas las tablas de índices existentes:",
"Media Indexing" : "Indexación de Medios",
"HTTPS is enabled" : "HTTPS está habilitado",
"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." : "Estás accediendo a esta página en un contexto inseguro. Varias API del navegador no están disponibles, lo que hará que Memories sea muy lento. Habilita HTTPS en tu servidor para mejorar el rendimiento.",
"HTTP/2 or HTTP/3 is enabled" : "Se ha habilitado HTTP/2 o HTTP/3",
"HTTP/2 or HTTP/3 is strongly recommended ({httpVer} detected)" : "Se recomienda encarecidamente HTTP/2 o HTTP/3 (detectado {httpVer})",
"Performance" : "Rendimiento",
"Unknown" : "Desconocido",
"Database is populated with {n} geometries." : "La base de datos está poblada con {n} geometrías.",
"Geometry table has not been created." : "No se ha creado la tabla de geometrías.",
"Looks like the planet data is incomplete." : "Parece que los datos del planeta están incompletos.",
"Reverse geocoding has not been configured ({status})." : "No se ha configurado la geocodificación inversa ({status}).",
"Memories supports offline reverse geocoding using the OpenStreetMaps data on MySQL and Postgres." : "Memories admite la geocodificación inversa sin conexión utilizando los datos de OpenStreetMaps en MySQL y Postgres.",
"You need to download the planet data into your database. This is highly recommended and has low overhead." : "Debes descargar los datos del planeta en tu base de datos. Esto es muy recomendable y tiene poco sobrecarga.",
"If the button below does not work for importing the planet data, use the following command:" : "Si el botón de abajo no funciona para importar los datos del planeta, usa el siguiente comando:",
"Note: the geometry data is stored in the memories_planet_geometry table, with no prefix." : "Nota: los datos de geometría se almacenan en la tabla memories_planet_geometry, sin prefijo.",
"Download planet database" : "Descargar base de datos del planeta",
"Reverse Geocoding" : "Geocodificación Inversa",
"Geometry support was not detected in your database" : "No se detectó el soporte de geometría en tu base de datos",
"MySQL-like geometry support was detected " : "Se detectó el soporte de geometría similar a MySQL",
"Postgres native geometry support was detected" : "Se detectó el soporte de geometría nativo de Postgres",
"Looks like the database is already setup. Are you sure you want to redownload planet data?" : "Parece que la base de datos ya está configurada. ¿Seguro que quieres volver a descargar los datos del planeta?",
"You are about to download the planet database. This may take a while." : "Estás a punto de descargar la base de datos del planeta. Esto puede llevar un tiempo.",
"This may also cause all photos to be re-indexed!" : "¡Esto también puede hacer que se vuelvan a indexar todas las fotos!",
"Live transcoding provides for adaptive streaming of videos using HLS." : "La transcodificación en vivo proporciona transmisión adaptable de videos utilizando HLS.",
"Note that this may be very CPU intensive without hardware acceleration, and transcoding will not be used for external storage." : "Ten en cuenta que esto puede ser muy intensivo para la CPU sin aceleración de hardware, y la transcodificación no se utilizará para el almacenamiento externo.",
"Enable Transcoding" : "Habilitar la transcodificación",
"ffmpeg path" : "Ruta de ffmpeg",
"ffprobe path" : "Ruta de ffprobe",
"Global default video quality (user may override)" : "Calidad de video predeterminada global (el usuario puede anular)",
"Auto (adaptive transcode)" : "Auto (transcodificación adaptable)",
"Original (transcode with max quality)" : "Original (transcodificación con máxima calidad)",
"Direct (original video file without transcode)" : "Directa (archivo de video original sin transcodificación)",
"Video Streaming" : "Streaming de Video",
"You must first make sure the correct drivers are installed before configuring acceleration." : "Primero debes asegurarte de que los controladores correctos estén instalados antes de configurar la aceleración.",
"Make sure you test hardware acceleration with various options after enabling." : "Asegúrate de probar la aceleración de hardware con varias opciones después de habilitarla.",
"Do not enable multiple types of hardware acceleration simultaneously." : "No habilites varios tipos de aceleración de hardware simultáneamente.",
"Intel processors supporting QuickSync Video (QSV) as well as some AMD GPUs can be used for transcoding using VA-API acceleration." : "Los procesadores Intel que admiten QuickSync Video (QSV), así como algunas GPU de AMD, se pueden utilizar para la transcodificación mediante la aceleración VA-API.",
"For more details on driver installation, check the documentation:" : "Para obtener más detalles sobre la instalación del controlador, consulta la documentación:",
"Enable acceleration with VA-API" : "Habilitar la aceleración con VA-API",
"NVIDIA GPUs can be used for transcoding using the NVENC encoder with the proper drivers." : "Las GPU de NVIDIA se pueden utilizar para la transcodificación utilizando el codificador NVENC con los controladores adecuados.",
"Depending on the versions of the installed SDK and ffmpeg, you need to specify the scaler to use" : "Según las versiones del SDK instalado y ffmpeg, debes especificar el escalador a utilizar",
"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",
"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",
"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. Puedes ejecutar go-vod externamente (por ejemplo, en un contenedor Docker separado para la aceleración de hardware) o utilizar el transcodificador incorporado. Para utilizar un transcodificador externo, habilita la siguiente opción y sigue las instrucciones de la documentación:",
"Enable external transcoder (go-vod)" : "Habilitar transcodificador externo (go-vod)",
"Binary path (local only)" : "Ruta del binario (solo local)",
"Bind address (local only)" : "Dirección de enlace (solo local)",
"Connection address (same as bind if local)" : "Dirección de conexión (misma que enlace si es local)",
"Template" : "Plantilla",
"No items" : "No hay elementos",
"Shared by {user}" : "Compartido por {user}",
"Add people or groups who can edit your album" : "Agregar personas o grupos que puedan editar tu álbum",
"Search for collaborators" : "Buscar colaboradores",
"Search people or groups" : "Buscar personas o grupos",
"Add {collaboratorLabel} to the collaborators list" : "Agregar {etiquetaColaborador} a la lista de colaboradores",
"No collaborators available" : "No hay colaboradores disponibles",
"Remove {collaboratorLabel} from the collaborators list" : "Eliminar {etiquetaColaborador} de la lista de colaboradores",
"Copy the public link" : "Copiar el enlace público",
"Public link copied!" : "¡Enlace público copiado!",
"Copy public link" : "Copiar enlace público",
"Delete the public link" : "Eliminar el enlace público",
"Share via public link" : "Compartir mediante enlace público",
"Failed to fetch collaborators list." : "Error al obtener la lista de colaboradores.",
"Public link" : "Liga pública",
"Failed to fetch album." : "Error al obtener el álbum.",
"Failed to update album." : "Error al actualizar el álbum.",
"Create new album" : "Crear nuevo álbum",
"Edit album details" : "Editar detalles del álbum",
"New album" : "Nuevo álbum",
"Could not load the selected album" : "No se pudo cargar el álbum seleccionado",
"Remove Album" : "Eliminar Álbum",
"Are you sure you want to permanently remove album \"{name}\"?" : "¿Seguro que deseas eliminar permanentemente el álbum \"{name}\"?",
"Failed to delete {name}." : "Error al eliminar {name}.",
"Name of the album" : "Nombre del álbum",
"Location of the album" : "Ubicación del álbum",
"Go back to the previous view." : "Volver a la vista anterior.",
"Back" : "Atrás",
"Go to the add collaborators view." : "Ir a la vista de agregar colaboradores.",
"Add collaborators" : "Agregar colaboradores",
"Back to the new album form." : "Volver al formulario de nuevo álbum.",
"Save" : "Guardar",
"Create album" : "Crear álbum",
"Invalid album name; should not contain any slashes." : "Nombre de álbum no válido; no debe contener barras inclinadas.",
"Search" : "Buscar",
"Share Album" : "Compartir Álbum",
"Save collaborators for this album." : "Guardar colaboradores para este álbum.",
"shared by {owner}" : "compartido por {owner}",
"_%n item_::_%n items_" : ["%n elemento","%n elementos","%n elementos"],
"Newest" : "Más recientes",
"Year" : "Año",
"Month" : "Mes",
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Minute" : "Minuto",
"Oldest" : "Más antiguos",
"Invalid Date" : "Fecha no válida",
"Newest date is older than oldest date" : "La fecha más reciente es anterior a la fecha más antigua",
"Title" : "Título",
"Description" : "Descripción",
"Label" : "Etiqueta",
"Camera Make" : "Marca de la Cámara",
"Camera Model" : "Modelo de la Cámara",
"Lens Model" : "Modelo de Lente",
"Copyright" : "Derechos de autor",
"Empty" : "Vacío",
"Unchanged" : "Sin cambios",
"Reset" : "Restablecer",
"Remove location" : "Eliminar ubicación",
"Search location / landmark" : "Buscar ubicación / hito",
"Failed to search for location with Nominatim." : "Error al buscar ubicación con Nominatim.",
"Date / Time" : "Fecha / Hora",
"Collaborative Tags" : "Etiquetas colaborativas",
"EXIF Fields" : "Campos EXIF",
"Geolocation" : "Geolocalización",
"Failed to load metadata for {n} photos." : "Error al cargar los metadatos de {n} fotos.",
"{n} photos cannot be edited (permissions error)." : "No se pueden editar {n} fotos (error de permisos).",
"Remove person" : "Eliminar persona",
"Are you sure you want to remove {name}?" : "¿Seguro que deseas eliminar {name}?",
"Only user \"{user}\" can delete this person" : "Solo el usuario \"{user}\" puede eliminar a esta persona",
"Rename person" : "Renombrar persona",
"Name" : "Nombre",
"Update" : "Actualizar",
"Search" : "Buscar",
"Failed to rename {oldName} to {name}." : "Error al cambiar el nombre de {oldName} a {name}.",
"Loading …" : "Loading …",
"Enter name of the new face" : "Ingresa el nombre de la nueva cara",
"Failed to create face" : "Error al crear la cara",
"Merge {name} with person" : "Fusionar {name} con persona",
"Too many failures, aborting" : "Demasiados fallos, abortando",
"Error while moving {basename}" : "Error al mover {basename}",
"Failed to move {name}." : "Error al mover {name}.",
"Move selected photos to person" : "Mover fotos seleccionadas a persona",
"Move the selected photos to {target}?" : "¿Mover las fotos seleccionadas a {target}?",
"An error occurred while moving photos from {name}." : "Ocurrió un error al mover las fotos de {name}.",
"Choose a folder" : "Elegir una carpeta",
"_{n} item moved to folder_::_{n} items moved to folder_" : ["{n} elemento movido a carpeta","{n} elementos movidos a carpeta","{n} elementos movidos a carpeta"],
"Remove" : "Eliminar",
"Add Path" : "Añadir Ruta",
"Add a root to your timeline" : "Añadir una raíz a tu línea de tiempo",
"Link Sharing" : "Compartir enlaces",
"You cannot share the root folder" : "No puedes compartir la carpeta raíz",
"Public link shares are available to people outside Nextcloud." : "Las comparticiones de enlaces públicos están disponibles para personas fuera de Nextcloud.",
"You may create or update permissions on public links using the sidebar." : "Puedes crear o actualizar permisos en los enlaces públicos usando la barra lateral.",
"Click a link to copy to clipboard." : "Haz clic en un enlace para copiarlo al portapapeles.",
"Share link" : "Compartir liga",
"Create Link" : "Crear Enlace",
"Refresh" : "Actualizar",
"Password protected" : "Protegido con contraseña",
"Expires" : "Expira",
"Editable" : "Editable",
"Read only" : "Sólo lectura",
"Link copied to clipboard" : "Enlace copiado al portapapeles",
"Share File" : "Compartir Archivo",
"Reduced Size" : "Tamaño Reducido",
"Share a lower resolution image preview" : "Compartir una vista previa de imagen de menor resolución",
"High Resolution" : "Alta Resolución",
"Share the video as a high quality MOV" : "Compartir el video como un archivo MOV de alta calidad",
"Share the image as a high quality JPEG" : "Compartir la imagen como un archivo JPEG de alta calidad",
"Original File" : "Archivo Original",
"Share the original image / video file" : "Compartir la imagen / video original",
"Public Link" : "Enlace Público",
"Share an external Nextcloud link" : "Compartir un enlace externo de Nextcloud",
"Failed to download file" : "Error al descargar el archivo",
"Cannot share this type of data" : "No se puede compartir este tipo de datos",
"Sort by date" : "Ordenar por fecha",
"Sort by name" : "Ordenar por nombre",
"Share album" : "Compartir álbum",
"Download album" : "Descargar álbum",
"Nothing to show here" : "Nada que mostrar aquí",
"Unassigned faces" : "Rostros sin asignar",
"Merge with different person" : "Fusionar con otra persona",
"Mark person in preview" : "Marcar persona en la vista previa",
"Folder View" : "Vista de Carpeta",
"Timeline View" : "Vista de Línea de Tiempo",
"Share folder" : "Compartir carpeta",
"Move left" : "Mover a la izquierda",
"Move right" : "Mover a la derecha",
"Image saved successfully" : "Imagen guardada exitosamente",
"Error saving image" : "Error al guardar la imagen",
"Unsaved changes" : "Cambios no guardados",
"Drop changes" : "Descartar cambios",
"Share" : "Compartir",
"Play Live Photo" : "Reproducir Foto en Vivo",
"Download Video" : "Descargar Video",
"Slideshow" : "Presentación de Diapositivas",
"Previous" : "Previo",
"Next" : "Siguiente",
"Continue" : "Continuar",
"Editing is currently disabled for Live Photos" : "La edición está deshabilitada actualmente para las Fotos en Vivo",
"Are you sure you want to delete?" : "¿Estás seguro de que quieres eliminarlo?",
"Failed to delete photo" : "Error al eliminar la foto",
"{name} binary exists and is executable." : "{name} el binario existe y es ejecutable.",
"{name} binary not found." : "No se encontró el binario {name}.",
"{name} binary is not executable." : "El binario {name} no es ejecutable.",
"{name} failed test: {info}." : "{name} prueba fallida: {info}.",
"{name} binary exists and is usable ({info})." : "{name} el binario existe y es utilizable ({info}).",
"{name} binary status: {status}." : "Estado del binario {name}: {status}.",
"Save as" : "Guardar como",
"All changes will be lost." : "Se perderán todos los cambios.",
"Are you sure you want to continue?" : "¿Estás seguro de que deseas continuar?",
"Undo" : "Deshacer",
"Redo" : "Rehacer",
"Show original image" : "Mostrar imagen original",
"Zoom in" : "Acerca",
"Zoom out" : "Alejar",
"Toggle zoom menu" : "Alternar menú de zoom",
"Adjust" : "Ajustar",
"Fine-tune" : "Ajuste fino",
"Filters" : "Filtros",
"Watermark" : "Marca de agua",
"Draw" : "Dibujar",
"Resize" : "Redimensionar",
"Invalid image." : "Imagen no válida.",
"Error while uploading the image." : "Error al cargar la imagen.",
"are not images" : "no son imágenes",
"is not an image" : "no es una imagen",
"to be uploaded" : "para subir",
"Crop" : "Recortar",
"Original" : "Original",
"Custom" : "Personalizado",
"Square" : "Cuadrado",
"Landscape" : "Paisaje",
"Portrait" : "Retrato",
"Ellipse" : "Elipse",
"Classic TV" : "TV clásica",
"CinemaScope" : "CinemaScope",
"Arrow" : "Flecha",
"Blur" : "Desenfoque",
"Brightness" : "Brillo",
"Contrast" : "Contraste",
"Un-flip X" : "Desvirar X",
"Flip X" : "Voltear X",
"Un-flip Y" : "Desvirar Y",
"Flip Y" : "Voltear Y",
"HSV" : "HSV",
"Hue" : "Tono",
"Saturation" : "Saturación",
"Value" : "Valor",
"Image" : "Imagen",
"Importing …" : "Importando ...",
"+ Add image" : "+ Agregar imagen",
"Line" : "Línea",
"Pen" : "Lápiz",
"Polygon" : "Polígono",
"Sides" : "Lados",
"Rectangle" : "Rectángulo",
"Corner Radius" : "Radio de esquina",
"Width in pixels" : "Ancho en píxeles",
"Height in pixels" : "Alto en píxeles",
"Toggle ratio lock" : "Alternar bloqueo de relación",
"Reset to original image size" : "Restablecer al tamaño original de la imagen",
"Rotate" : "Rotar",
"Text" : "Texto",
"Text spacing" : "Espaciado de texto",
"Text alignment" : "Alineación de texto",
"Font family" : "Familia de fuentes",
"Size" : "Tamaño",
"Position" : "Posición"
"Letter spacing" : "Espaciado entre letras",
"Line height" : "Altura de línea",
"Warmth" : "Calidez",
"+ Add watermark" : "+ Agregar marca de agua",
"Choose watermark type" : "Elegir tipo de marca de agua",
"Upload watermark" : "Subir marca de agua",
"Add as text" : "Agregar como texto",
"Padding" : "Padding",
"Shadow" : "Sombra",
"Horizontal" : "Horizontal",
"Vertical" : "Vertical",
"Opacity" : "Opacidad",
"Position" : "Posición",
"Stroke" : "Trazo",
"Save image as" : "Guardar imagen como",
"Extension" : "Extensión",
"Name is required." : "Se requiere el nombre.",
"Quality" : "Calidad",
"Saved image size (width x height)" : "Tamaño de imagen guardada (ancho x alto)",
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Ten en cuenta que el área de recorte seleccionada es menor que el redimensionamiento aplicado, lo que puede causar una disminución en la calidad",
"Actual size (100%)" : "Tamaño real (100%)",
"Fit size" : "Ajustar tamaño",
"Transcoding failed, check Nextcloud logs." : "La transcodificación falló, verifica los registros de Nextcloud.",
"Direct" : "Directa",
"Auto" : "Automático",
"Shared Folder" : "Carpeta Compartida",
"Shared Album" : "Álbum Compartido",
"Failed to create {albumName}." : "Error al crear {nombreÁlbum}.",
"Failed to rename {currentAlbumName} to {newAlbumName}." : "Error al cambiar el nombre de {nombreÁlbumActual} a {nombreÁlbumNuevo}.",
"General Failure" : "Falla General",
"Error: {msg}" : "Error: {msg}",
"Failed to delete {fileName}." : "Error al eliminar {nombreArchivo}.",
"Failed to move files." : "Error al mover archivos.",
"Could not move {fileName}, target exists." : "No se pudo mover {fileName}, el destino ya existe.",
"Failed to move {fileName}." : "Error al mover {fileName}.",
"Failed to download files" : "Error al descargar archivos",
"Failed to favorite files." : "Error al marcar archivos como favoritos.",
"Failed to favorite some files." : "Error al marcar algunos archivos como favoritos.",
"Failed to favorite {fileName}." : "Error al marcar {fileName} como favorito.",
"Memories has been updated to {version}. Reload to get the new version." : "Memories ha sido actualizado a {version}. Recarga para obtener la nueva versión.",
"Upload some photos and make sure the timeline path is configured" : "Sube algunas fotos y asegúrate de que la ruta de la línea de tiempo esté configurada",
"Mark photos as favorite to find them easily" : "Marca las fotos como favoritas para encontrarlas fácilmente",
"Memories from past years will appear here" : "Aquí aparecerán los recuerdos de años anteriores",
"You will find your friends soon. Please be patient" : "Encontrarás a tus amigos pronto. Por favor, ten paciencia",
"Face Recognition is disabled. Enable in settings to find your friends" : "El Reconocimiento Facial está desactivado. Actívalo en la configuración para encontrar a tus amigos",
"Your videos will appear here" : "Aquí aparecerán tus videos",
"No photos in this album yet" : "Aún no hay fotos en este álbum",
"Create an album to get started" : "Crea un álbum para empezar",
"Archive photos you don't want to see in your timeline" : "Archiva las fotos que no desees ver en tu línea de tiempo",
"Tag photos to find them easily" : "Etiqueta las fotos para encontrarlas fácilmente",
"Recognize is still working on your photos" : "Reconoce todavía está trabajando en tus fotos",
"Places you have been to will appear here" : "Aquí aparecerán los lugares que has visitado"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

385
l10n/es_EC.json vendored
View File

@ -1,58 +1,435 @@
{ "translations": {
"Download" : "Descargar",
"Memories" : "Memorias",
"Fast, modern and advanced photo management suite" : "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: Gestión de Fotos para Nextcloud\n \n Memories es una solución de gestión de fotos para Nextcloud que incluye una amplia gama de características avanzadas, que incluyen:\n \n - **📸 Línea de tiempo**: Ordena fotos y videos por fecha de captura, extraída de los datos Exif.\n - **⏪ Retroceder**: Salta instantáneamente a cualquier momento del pasado y revive tus recuerdos.\n - **🤖 Etiquetado de IA**: Agrupa fotos por personas y objetos, potenciado por [recognize](https://github.com/nextcloud/recognize) y [facerecognition](https://github.com/matiasdelellis/facerecognition).\n - **🖼️ Álbumes**: Crea álbumes para agrupar fotos y videos juntos. Luego comparte estos álbumes con otros.\n - **🫱🏻‍🫲🏻 Compartir Externo**: Comparte fotos y videos con personas fuera de tu instancia de Nextcloud.\n - **📱 Soporte Móvil**: Trabaja desde cualquier dispositivo, de cualquier forma y tamaño a través de la aplicación web.\n - **✏️ Editar Metadatos**: Edita rápidamente fechas y otros metadatos de las fotos de forma individual o masiva.\n - **📦 Archivo**: Almacena fotos que no deseas ver en tu línea de tiempo en una carpeta separada.\n - **📹 Transcodificación de Video**: Transcodifica videos y utiliza HLS para obtener un rendimiento máximo.\n - **🗺️ Mapa**: Visualiza tus fotos en un mapa, etiquetadas con una geocodificación inversa precisa.\n - **📦 Migración**: Migra fácilmente desde Nextcloud Photos y Google Takeout.\n - **⚡️ Rendimiento**: Realiza todas estas operaciones de manera muy rápida.\n \n ## 🚀 Instalación\n \n 1. Instala la aplicación desde la tienda de aplicaciones de Nextcloud (prueba una demo [aquí](https://demo.memories.gallery/apps/memories/)).\n 2. Realiza los pasos de [configuración recomendados](https://memories.gallery/config/).\n 3. Ejecuta `php occ memories:index` para generar índices de metadatos para las fotos existentes.\n 4. Abre la aplicación 📷 Memories en Nextcloud y establece el directorio que contiene tus fotos.",
"Settings" : "Ajustes",
"People (Recognize)" : "Personas (Recognize)",
"People" : "Personas",
"People (Face Recognition)" : "Personas (Reconocimiento Facial)",
"Info" : "Info",
"Timeline" : "Línea de tiempo",
"Folders" : "Carpetas",
"Favorites" : "Favoritos",
"Videos" : "Videos",
"Albums" : "Álbumes",
"Archive" : "Archivar",
"On this day" : "En este día",
"Places" : "Lugares",
"Map" : "Mapa",
"Tags" : "Etiquetas",
"View all" : "Ver todo",
"Recognize" : "Reconocer",
"Face Recognition" : "Reconocimiento Facial",
"A better photos experience awaits you" : "Una experiencia de fotos mejor te espera",
"Choose the root folder of your timeline to begin" : "Elige la carpeta raíz de tu línea de tiempo para comenzar",
"Continue to Memories" : "Continuar a Memories",
"Choose again" : "Elegir de nuevo",
"Click here to start" : "Haz clic aquí para empezar",
"You can always change this later in settings" : "Siempre puedes cambiar esto luego en la configuración",
"If you just installed Memories, visit the admin panel first." : "Si acabas de instalar Memories, visita primero el panel de administración.",
"Choose the root of your timeline" : "Elegir la raíz de tu línea de tiempo",
"The selected folder does not seem to be valid. Try again." : "La carpeta seleccionada parece no ser válida. Inténtalo de nuevo.",
"No photos were found in the selected folder." : "No se encontraron fotos en la carpeta seleccionada.",
"This can happen because your media is still indexing." : "Esto puede suceder porque tus medios aún se están indexando.",
"Visit the admin panel to make sure Memories is configured correctly." : "Visita el panel de administración para asegurarte de que Memories esté configurado correctamente.",
"_Found {n} item in {path}_::_Found {n} items in {path}_" : ["Encontrado {n} elemento en {path}","Encontrados {n} elementos en {path}","Encontrados {n} elementos en {path}"],
"Metadata" : "Metadatos",
"Edit" : "Editar",
"No coordinates" : "Sin coordenadas",
"Click edit to set location" : "Haz clic en editar para establecer la ubicación",
"Photos" : "Fotos",
"Explore" : "Explorar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",
"Remove from album" : "Eliminar del álbum",
"Favorite" : "Hacer favorito",
"Unarchive" : "Desarchivar",
"Edit metadata" : "Editar metadatos",
"View in folder" : "Ver en la carpeta",
"Move to folder" : "Mover a carpeta",
"Add to album" : "Agregar al álbum",
"Move to person" : "Mover a persona",
"Remove from person" : "Eliminar de persona",
"Continue" : "Continuar",
"Failed to delete files" : "Error al eliminar archivos",
"Move" : "Mover",
"You must enable \"Mark person in preview\" to use this feature" : "Debes habilitar \"Marcar persona en la vista previa\" para usar esta función",
"Only user \"{user}\" can update this person" : "Solo el usuario \"{user}\" puede actualizar esta persona",
"_{n} selected_::_{n} selected_" : ["{n} seleccionado","{n} seleccionados","{n} seleccionado"],
"Memories Settings" : "Configuración de Memories",
"General" : "General",
"Timeline Path" : "Ruta de la Línea de Tiempo",
"Square grid mode" : "Modo de cuadrícula cuadrada",
"Show past photos on top of timeline" : "Mostrar fotos pasadas en la parte superior de la línea de tiempo",
"Viewer" : "Visor",
"Load full size image on zoom" : "Cargar imagen de tamaño completo al hacer zoom",
"Always load full size image (not recommended)" : "Cargar siempre imágenes de tamaño completo (no recomendado)",
"Account" : "Cuenta",
"Logged in as {user}" : "Sesión iniciada como {user}",
"Sign out" : "Cerrar sesión",
"Device Folders" : "Carpetas de Dispositivos",
"Local folders to include in the timeline view" : "Carpetas locales para incluir en la vista de la línea de tiempo",
"Folders Path" : "Ruta de Carpetas",
"Show hidden folders" : "Mostrar carpetas ocultas",
"Sort folders oldest-first" : "Ordenar carpetas desde la más antigua",
"Sort albums oldest-first" : "Ordenar álbumes desde el más antiguo",
"Choose Timeline Paths" : "Elegir Rutas de la Línea de Tiempo",
"Choose the root for the folders view" : "Elegir la raíz para la vista de carpetas",
"Are you sure you want to log out {user}?" : "¿Estás seguro de que quieres cerrar la sesión de {user}?",
"Close" : "Cerrar",
"{photoCount} photos" : "{photoCount} fotos",
"Failed to load some photos" : "Error al cargar algunas fotos",
"Failed to update setting" : "Error al actualizar la configuración",
"Path to packaged exiftool binary" : "Ruta al binario Exiftool empaquetado",
"You need perl only if the packaged exiftool binary does not work for some reason." : "Necesitas Perl solo si el binario Exiftool empaquetado no funciona por alguna razón.",
"Use system perl (only if exiftool binary does not work)" : "Usar Perl del sistema (solo si el binario Exiftool no funciona)",
"EXIF Extraction" : "Extracción de Exif",
"You can configure the enabled Nextcloud preview providers below." : "Puedes configurar los proveedores de vista previa de Nextcloud activados a continuación.",
"If you are using Imaginary for preview generation, you can ignore this section." : "Si estás utilizando Imaginary para la generación de vistas previas, puedes ignorar esta sección.",
"To enable RAW support, install the Camera RAW Previews app." : "Para habilitar el soporte RAW, instala la aplicación Camera RAW Previews.",
"Documentation." : "Documentación.",
"The following MIME types are configured for preview generation." : "Los siguientes tipos MIME están configurados para la generación de vistas previas.",
"Max preview size (trade-off between quality and storage requirements)." : "Tamaño máximo de vista previa (compromiso entre calidad y requisitos de almacenamiento).",
"Max memory for preview generation (MB)" : "Memoria máxima para la generación de vistas previas (MB)",
"Max size of preview files (MB)" : "Tamaño máximo de archivos de vista previa (MB)",
"File Support" : "Soporte de Archivos",
"Images (JPEG, PNG, GIF, BMP)" : "Imágenes (JPEG, PNG, GIF, BMP)",
"HEIC (Imagick)" : "HEIC (Imagick)",
"TIFF (Imagick)" : "TIFF (Imagick)",
"Videos (ffmpeg)" : "Videos (ffmpeg)",
"External Link" : "Enlace Externo",
"{n} media files have been indexed" : "{n} archivos multimedia han sido indexados",
"Automatic Indexing status: {status}" : "Estado de la indexación automática: {status}",
"Last index job was run {t} seconds ago." : "La última tarea de indexación se ejecutó hace {t} segundos.",
"It took {t} seconds to complete." : "Tardó {t} segundos en completarse.",
"It is still running or was interrupted." : "Actualmente está en ejecución o fue interrumpida.",
"Only server-side encryption (OC_DEFAULT_MODULE) is supported, but another encryption module is enabled." : "Solo se admite el cifrado del lado del servidor (OC_DEFAULT_MODULE), pero otro módulo de cifrado está habilitado.",
"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." : "Los índices EXIF se construyen y verifican en una tarea de fondo periódica. Ten cuidado al seleccionar algo distinto de la indexación automática. Por ejemplo, establecer la indexación solo para carpetas de la línea de tiempo puede causar retrasos antes de que los medios estén disponibles para los usuarios, ya que el usuario configura la línea de tiempo solo después de iniciar sesión.",
"Index all media automatically (recommended)" : "Indexar automáticamente todos los medios (recomendado)",
"Index per-user timeline folders (not recommended)" : "Indexar carpetas de la línea de tiempo por usuario (no recomendado)",
"Index a fixed relative path" : "Indexar una ruta relativa fija",
"Disable background indexing" : "Desactivar la indexación en segundo plano",
"Indexing path (relative, all users)" : "Ruta de indexación (relativa, todos los usuarios)",
"For advanced usage, perform a run of indexing by running:" : "Para un uso avanzado, realiza una ejecución de indexación ejecutando:",
"Run index in parallel with 4 threads:" : "Ejecutar la indexación en paralelo con 4 hilos:",
"Force re-indexing of all files:" : "Forzar la indexación de todos los archivos nuevamente:",
"You can limit indexing by user and/or folder:" : "Puedes limitar la indexación por usuario y/o carpeta:",
"Clear all existing index tables:" : "Eliminar todas las tablas de índices existentes:",
"Media Indexing" : "Indexación de Medios",
"HTTPS is enabled" : "HTTPS está habilitado",
"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." : "Estás accediendo a esta página en un contexto inseguro. Varias API del navegador no están disponibles, lo que hará que Memories sea muy lento. Habilita HTTPS en tu servidor para mejorar el rendimiento.",
"HTTP/2 or HTTP/3 is enabled" : "Se ha habilitado HTTP/2 o HTTP/3",
"HTTP/2 or HTTP/3 is strongly recommended ({httpVer} detected)" : "Se recomienda encarecidamente HTTP/2 o HTTP/3 (detectado {httpVer})",
"Performance" : "Rendimiento",
"Unknown" : "Desconocido",
"Database is populated with {n} geometries." : "La base de datos está poblada con {n} geometrías.",
"Geometry table has not been created." : "No se ha creado la tabla de geometrías.",
"Looks like the planet data is incomplete." : "Parece que los datos del planeta están incompletos.",
"Reverse geocoding has not been configured ({status})." : "No se ha configurado la geocodificación inversa ({status}).",
"Memories supports offline reverse geocoding using the OpenStreetMaps data on MySQL and Postgres." : "Memories admite la geocodificación inversa sin conexión utilizando los datos de OpenStreetMaps en MySQL y Postgres.",
"You need to download the planet data into your database. This is highly recommended and has low overhead." : "Debes descargar los datos del planeta en tu base de datos. Esto es muy recomendable y tiene poco sobrecarga.",
"If the button below does not work for importing the planet data, use the following command:" : "Si el botón de abajo no funciona para importar los datos del planeta, usa el siguiente comando:",
"Note: the geometry data is stored in the memories_planet_geometry table, with no prefix." : "Nota: los datos de geometría se almacenan en la tabla memories_planet_geometry, sin prefijo.",
"Download planet database" : "Descargar base de datos del planeta",
"Reverse Geocoding" : "Geocodificación Inversa",
"Geometry support was not detected in your database" : "No se detectó el soporte de geometría en tu base de datos",
"MySQL-like geometry support was detected " : "Se detectó el soporte de geometría similar a MySQL",
"Postgres native geometry support was detected" : "Se detectó el soporte de geometría nativo de Postgres",
"Looks like the database is already setup. Are you sure you want to redownload planet data?" : "Parece que la base de datos ya está configurada. ¿Seguro que quieres volver a descargar los datos del planeta?",
"You are about to download the planet database. This may take a while." : "Estás a punto de descargar la base de datos del planeta. Esto puede llevar un tiempo.",
"This may also cause all photos to be re-indexed!" : "¡Esto también puede hacer que se vuelvan a indexar todas las fotos!",
"Live transcoding provides for adaptive streaming of videos using HLS." : "La transcodificación en vivo proporciona transmisión adaptable de videos utilizando HLS.",
"Note that this may be very CPU intensive without hardware acceleration, and transcoding will not be used for external storage." : "Ten en cuenta que esto puede ser muy intensivo para la CPU sin aceleración de hardware, y la transcodificación no se utilizará para el almacenamiento externo.",
"Enable Transcoding" : "Habilitar la transcodificación",
"ffmpeg path" : "Ruta de ffmpeg",
"ffprobe path" : "Ruta de ffprobe",
"Global default video quality (user may override)" : "Calidad de video predeterminada global (el usuario puede anular)",
"Auto (adaptive transcode)" : "Auto (transcodificación adaptable)",
"Original (transcode with max quality)" : "Original (transcodificación con máxima calidad)",
"Direct (original video file without transcode)" : "Directa (archivo de video original sin transcodificación)",
"Video Streaming" : "Streaming de Video",
"You must first make sure the correct drivers are installed before configuring acceleration." : "Primero debes asegurarte de que los controladores correctos estén instalados antes de configurar la aceleración.",
"Make sure you test hardware acceleration with various options after enabling." : "Asegúrate de probar la aceleración de hardware con varias opciones después de habilitarla.",
"Do not enable multiple types of hardware acceleration simultaneously." : "No habilites varios tipos de aceleración de hardware simultáneamente.",
"Intel processors supporting QuickSync Video (QSV) as well as some AMD GPUs can be used for transcoding using VA-API acceleration." : "Los procesadores Intel que admiten QuickSync Video (QSV), así como algunas GPU de AMD, se pueden utilizar para la transcodificación mediante la aceleración VA-API.",
"For more details on driver installation, check the documentation:" : "Para obtener más detalles sobre la instalación del controlador, consulta la documentación:",
"Enable acceleration with VA-API" : "Habilitar la aceleración con VA-API",
"NVIDIA GPUs can be used for transcoding using the NVENC encoder with the proper drivers." : "Las GPU de NVIDIA se pueden utilizar para la transcodificación utilizando el codificador NVENC con los controladores adecuados.",
"Depending on the versions of the installed SDK and ffmpeg, you need to specify the scaler to use" : "Según las versiones del SDK instalado y ffmpeg, debes especificar el escalador a utilizar",
"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",
"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",
"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. Puedes ejecutar go-vod externamente (por ejemplo, en un contenedor Docker separado para la aceleración de hardware) o utilizar el transcodificador incorporado. Para utilizar un transcodificador externo, habilita la siguiente opción y sigue las instrucciones de la documentación:",
"Enable external transcoder (go-vod)" : "Habilitar transcodificador externo (go-vod)",
"Binary path (local only)" : "Ruta del binario (solo local)",
"Bind address (local only)" : "Dirección de enlace (solo local)",
"Connection address (same as bind if local)" : "Dirección de conexión (misma que enlace si es local)",
"Template" : "Plantilla",
"No items" : "No hay elementos",
"Shared by {user}" : "Compartido por {user}",
"Add people or groups who can edit your album" : "Agregar personas o grupos que puedan editar tu álbum",
"Search for collaborators" : "Buscar colaboradores",
"Search people or groups" : "Buscar personas o grupos",
"Add {collaboratorLabel} to the collaborators list" : "Agregar {etiquetaColaborador} a la lista de colaboradores",
"No collaborators available" : "No hay colaboradores disponibles",
"Remove {collaboratorLabel} from the collaborators list" : "Eliminar {etiquetaColaborador} de la lista de colaboradores",
"Copy the public link" : "Copiar el enlace público",
"Public link copied!" : "¡Enlace público copiado!",
"Copy public link" : "Copiar enlace público",
"Delete the public link" : "Eliminar el enlace público",
"Share via public link" : "Compartir mediante enlace público",
"Failed to fetch collaborators list." : "Error al obtener la lista de colaboradores.",
"Public link" : "Liga pública",
"Failed to fetch album." : "Error al obtener el álbum.",
"Failed to update album." : "Error al actualizar el álbum.",
"Create new album" : "Crear nuevo álbum",
"Edit album details" : "Editar detalles del álbum",
"New album" : "Nuevo álbum",
"Could not load the selected album" : "No se pudo cargar el álbum seleccionado",
"Remove Album" : "Eliminar Álbum",
"Are you sure you want to permanently remove album \"{name}\"?" : "¿Seguro que deseas eliminar permanentemente el álbum \"{name}\"?",
"Failed to delete {name}." : "Error al eliminar {name}.",
"Name of the album" : "Nombre del álbum",
"Location of the album" : "Ubicación del álbum",
"Go back to the previous view." : "Volver a la vista anterior.",
"Back" : "Atrás",
"Go to the add collaborators view." : "Ir a la vista de agregar colaboradores.",
"Add collaborators" : "Agregar colaboradores",
"Back to the new album form." : "Volver al formulario de nuevo álbum.",
"Save" : "Guardar",
"Create album" : "Crear álbum",
"Invalid album name; should not contain any slashes." : "Nombre de álbum no válido; no debe contener barras inclinadas.",
"Search" : "Buscar",
"Share Album" : "Compartir Álbum",
"Save collaborators for this album." : "Guardar colaboradores para este álbum.",
"shared by {owner}" : "compartido por {owner}",
"_%n item_::_%n items_" : ["%n elemento","%n elementos","%n elementos"],
"Newest" : "Más recientes",
"Year" : "Año",
"Month" : "Mes",
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Minute" : "Minuto",
"Oldest" : "Más antiguos",
"Invalid Date" : "Fecha no válida",
"Newest date is older than oldest date" : "La fecha más reciente es anterior a la fecha más antigua",
"Title" : "Título",
"Description" : "Descripción",
"Label" : "Etiqueta",
"Camera Make" : "Marca de la Cámara",
"Camera Model" : "Modelo de la Cámara",
"Lens Model" : "Modelo de Lente",
"Copyright" : "Derechos de autor",
"Empty" : "Vacío",
"Unchanged" : "Sin cambios",
"Reset" : "Restablecer",
"Remove location" : "Eliminar ubicación",
"Search location / landmark" : "Buscar ubicación / hito",
"Failed to search for location with Nominatim." : "Error al buscar ubicación con Nominatim.",
"Date / Time" : "Fecha / Hora",
"Collaborative Tags" : "Etiquetas colaborativas",
"EXIF Fields" : "Campos EXIF",
"Geolocation" : "Geolocalización",
"Failed to load metadata for {n} photos." : "Error al cargar los metadatos de {n} fotos.",
"{n} photos cannot be edited (permissions error)." : "No se pueden editar {n} fotos (error de permisos).",
"Remove person" : "Eliminar persona",
"Are you sure you want to remove {name}?" : "¿Seguro que deseas eliminar {name}?",
"Only user \"{user}\" can delete this person" : "Solo el usuario \"{user}\" puede eliminar a esta persona",
"Rename person" : "Renombrar persona",
"Name" : "Nombre",
"Update" : "Actualizar",
"Search" : "Buscar",
"Failed to rename {oldName} to {name}." : "Error al cambiar el nombre de {oldName} a {name}.",
"Loading …" : "Loading …",
"Enter name of the new face" : "Ingresa el nombre de la nueva cara",
"Failed to create face" : "Error al crear la cara",
"Merge {name} with person" : "Fusionar {name} con persona",
"Too many failures, aborting" : "Demasiados fallos, abortando",
"Error while moving {basename}" : "Error al mover {basename}",
"Failed to move {name}." : "Error al mover {name}.",
"Move selected photos to person" : "Mover fotos seleccionadas a persona",
"Move the selected photos to {target}?" : "¿Mover las fotos seleccionadas a {target}?",
"An error occurred while moving photos from {name}." : "Ocurrió un error al mover las fotos de {name}.",
"Choose a folder" : "Elegir una carpeta",
"_{n} item moved to folder_::_{n} items moved to folder_" : ["{n} elemento movido a carpeta","{n} elementos movidos a carpeta","{n} elementos movidos a carpeta"],
"Remove" : "Eliminar",
"Add Path" : "Añadir Ruta",
"Add a root to your timeline" : "Añadir una raíz a tu línea de tiempo",
"Link Sharing" : "Compartir enlaces",
"You cannot share the root folder" : "No puedes compartir la carpeta raíz",
"Public link shares are available to people outside Nextcloud." : "Las comparticiones de enlaces públicos están disponibles para personas fuera de Nextcloud.",
"You may create or update permissions on public links using the sidebar." : "Puedes crear o actualizar permisos en los enlaces públicos usando la barra lateral.",
"Click a link to copy to clipboard." : "Haz clic en un enlace para copiarlo al portapapeles.",
"Share link" : "Compartir liga",
"Create Link" : "Crear Enlace",
"Refresh" : "Actualizar",
"Password protected" : "Protegido con contraseña",
"Expires" : "Expira",
"Editable" : "Editable",
"Read only" : "Sólo lectura",
"Link copied to clipboard" : "Enlace copiado al portapapeles",
"Share File" : "Compartir Archivo",
"Reduced Size" : "Tamaño Reducido",
"Share a lower resolution image preview" : "Compartir una vista previa de imagen de menor resolución",
"High Resolution" : "Alta Resolución",
"Share the video as a high quality MOV" : "Compartir el video como un archivo MOV de alta calidad",
"Share the image as a high quality JPEG" : "Compartir la imagen como un archivo JPEG de alta calidad",
"Original File" : "Archivo Original",
"Share the original image / video file" : "Compartir la imagen / video original",
"Public Link" : "Enlace Público",
"Share an external Nextcloud link" : "Compartir un enlace externo de Nextcloud",
"Failed to download file" : "Error al descargar el archivo",
"Cannot share this type of data" : "No se puede compartir este tipo de datos",
"Sort by date" : "Ordenar por fecha",
"Sort by name" : "Ordenar por nombre",
"Share album" : "Compartir álbum",
"Download album" : "Descargar álbum",
"Nothing to show here" : "Nada que mostrar aquí",
"Unassigned faces" : "Rostros sin asignar",
"Merge with different person" : "Fusionar con otra persona",
"Mark person in preview" : "Marcar persona en la vista previa",
"Folder View" : "Vista de Carpeta",
"Timeline View" : "Vista de Línea de Tiempo",
"Share folder" : "Compartir carpeta",
"Move left" : "Mover a la izquierda",
"Move right" : "Mover a la derecha",
"Image saved successfully" : "Imagen guardada exitosamente",
"Error saving image" : "Error al guardar la imagen",
"Unsaved changes" : "Cambios no guardados",
"Drop changes" : "Descartar cambios",
"Share" : "Compartir",
"Play Live Photo" : "Reproducir Foto en Vivo",
"Download Video" : "Descargar Video",
"Slideshow" : "Presentación de Diapositivas",
"Previous" : "Previo",
"Next" : "Siguiente",
"Continue" : "Continuar",
"Editing is currently disabled for Live Photos" : "La edición está deshabilitada actualmente para las Fotos en Vivo",
"Are you sure you want to delete?" : "¿Estás seguro de que quieres eliminarlo?",
"Failed to delete photo" : "Error al eliminar la foto",
"{name} binary exists and is executable." : "{name} el binario existe y es ejecutable.",
"{name} binary not found." : "No se encontró el binario {name}.",
"{name} binary is not executable." : "El binario {name} no es ejecutable.",
"{name} failed test: {info}." : "{name} prueba fallida: {info}.",
"{name} binary exists and is usable ({info})." : "{name} el binario existe y es utilizable ({info}).",
"{name} binary status: {status}." : "Estado del binario {name}: {status}.",
"Save as" : "Guardar como",
"All changes will be lost." : "Se perderán todos los cambios.",
"Are you sure you want to continue?" : "¿Estás seguro de que deseas continuar?",
"Undo" : "Deshacer",
"Redo" : "Rehacer",
"Show original image" : "Mostrar imagen original",
"Zoom in" : "Acerca",
"Zoom out" : "Alejar",
"Toggle zoom menu" : "Alternar menú de zoom",
"Adjust" : "Ajustar",
"Fine-tune" : "Ajuste fino",
"Filters" : "Filtros",
"Watermark" : "Marca de agua",
"Draw" : "Dibujar",
"Resize" : "Redimensionar",
"Invalid image." : "Imagen no válida.",
"Error while uploading the image." : "Error al cargar la imagen.",
"are not images" : "no son imágenes",
"is not an image" : "no es una imagen",
"to be uploaded" : "para subir",
"Crop" : "Recortar",
"Original" : "Original",
"Custom" : "Personalizado",
"Square" : "Cuadrado",
"Landscape" : "Paisaje",
"Portrait" : "Retrato",
"Ellipse" : "Elipse",
"Classic TV" : "TV clásica",
"CinemaScope" : "CinemaScope",
"Arrow" : "Flecha",
"Blur" : "Desenfoque",
"Brightness" : "Brillo",
"Contrast" : "Contraste",
"Un-flip X" : "Desvirar X",
"Flip X" : "Voltear X",
"Un-flip Y" : "Desvirar Y",
"Flip Y" : "Voltear Y",
"HSV" : "HSV",
"Hue" : "Tono",
"Saturation" : "Saturación",
"Value" : "Valor",
"Image" : "Imagen",
"Importing …" : "Importando ...",
"+ Add image" : "+ Agregar imagen",
"Line" : "Línea",
"Pen" : "Lápiz",
"Polygon" : "Polígono",
"Sides" : "Lados",
"Rectangle" : "Rectángulo",
"Corner Radius" : "Radio de esquina",
"Width in pixels" : "Ancho en píxeles",
"Height in pixels" : "Alto en píxeles",
"Toggle ratio lock" : "Alternar bloqueo de relación",
"Reset to original image size" : "Restablecer al tamaño original de la imagen",
"Rotate" : "Rotar",
"Text" : "Texto",
"Text spacing" : "Espaciado de texto",
"Text alignment" : "Alineación de texto",
"Font family" : "Familia de fuentes",
"Size" : "Tamaño",
"Position" : "Posición"
"Letter spacing" : "Espaciado entre letras",
"Line height" : "Altura de línea",
"Warmth" : "Calidez",
"+ Add watermark" : "+ Agregar marca de agua",
"Choose watermark type" : "Elegir tipo de marca de agua",
"Upload watermark" : "Subir marca de agua",
"Add as text" : "Agregar como texto",
"Padding" : "Padding",
"Shadow" : "Sombra",
"Horizontal" : "Horizontal",
"Vertical" : "Vertical",
"Opacity" : "Opacidad",
"Position" : "Posición",
"Stroke" : "Trazo",
"Save image as" : "Guardar imagen como",
"Extension" : "Extensión",
"Name is required." : "Se requiere el nombre.",
"Quality" : "Calidad",
"Saved image size (width x height)" : "Tamaño de imagen guardada (ancho x alto)",
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Ten en cuenta que el área de recorte seleccionada es menor que el redimensionamiento aplicado, lo que puede causar una disminución en la calidad",
"Actual size (100%)" : "Tamaño real (100%)",
"Fit size" : "Ajustar tamaño",
"Transcoding failed, check Nextcloud logs." : "La transcodificación falló, verifica los registros de Nextcloud.",
"Direct" : "Directa",
"Auto" : "Automático",
"Shared Folder" : "Carpeta Compartida",
"Shared Album" : "Álbum Compartido",
"Failed to create {albumName}." : "Error al crear {nombreÁlbum}.",
"Failed to rename {currentAlbumName} to {newAlbumName}." : "Error al cambiar el nombre de {nombreÁlbumActual} a {nombreÁlbumNuevo}.",
"General Failure" : "Falla General",
"Error: {msg}" : "Error: {msg}",
"Failed to delete {fileName}." : "Error al eliminar {nombreArchivo}.",
"Failed to move files." : "Error al mover archivos.",
"Could not move {fileName}, target exists." : "No se pudo mover {fileName}, el destino ya existe.",
"Failed to move {fileName}." : "Error al mover {fileName}.",
"Failed to download files" : "Error al descargar archivos",
"Failed to favorite files." : "Error al marcar archivos como favoritos.",
"Failed to favorite some files." : "Error al marcar algunos archivos como favoritos.",
"Failed to favorite {fileName}." : "Error al marcar {fileName} como favorito.",
"Memories has been updated to {version}. Reload to get the new version." : "Memories ha sido actualizado a {version}. Recarga para obtener la nueva versión.",
"Upload some photos and make sure the timeline path is configured" : "Sube algunas fotos y asegúrate de que la ruta de la línea de tiempo esté configurada",
"Mark photos as favorite to find them easily" : "Marca las fotos como favoritas para encontrarlas fácilmente",
"Memories from past years will appear here" : "Aquí aparecerán los recuerdos de años anteriores",
"You will find your friends soon. Please be patient" : "Encontrarás a tus amigos pronto. Por favor, ten paciencia",
"Face Recognition is disabled. Enable in settings to find your friends" : "El Reconocimiento Facial está desactivado. Actívalo en la configuración para encontrar a tus amigos",
"Your videos will appear here" : "Aquí aparecerán tus videos",
"No photos in this album yet" : "Aún no hay fotos en este álbum",
"Create an album to get started" : "Crea un álbum para empezar",
"Archive photos you don't want to see in your timeline" : "Archiva las fotos que no desees ver en tu línea de tiempo",
"Tag photos to find them easily" : "Etiqueta las fotos para encontrarlas fácilmente",
"Recognize is still working on your photos" : "Reconoce todavía está trabajando en tus fotos",
"Places you have been to will appear here" : "Aquí aparecerán los lugares que has visitado"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

8
l10n/es_GT.js vendored
View File

@ -1,6 +1,7 @@
OC.L10N.register(
"memories",
{
"Download" : "Descargar",
"Settings" : "Configuraciones ",
"Info" : "Info",
"Folders" : "Carpetas",
@ -13,16 +14,19 @@ OC.L10N.register(
"Explore" : "Explorar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",
"Favorite" : "Favorito",
"Unarchive" : "Desarchivar",
"View in folder" : "Ver en la carpeta",
"Continue" : "Continuar",
"Move" : "Mover",
"General" : "General",
"Account" : "Cuenta",
"Close" : "Cerrar",
"Unknown" : "Desconocido",
"Public link" : "Liga pública",
"Back" : "Atrás",
"Save" : "Guardar",
"Search" : "Buscar",
"Month" : "Mes",
"Day" : "Día",
"Time" : "Hora",
@ -35,7 +39,6 @@ OC.L10N.register(
"Reset" : "Restablecer",
"Name" : "Nombre",
"Update" : "Actualizar",
"Search" : "Buscar",
"Remove" : "Eliminar",
"Share link" : "Compartir liga",
"Refresh" : "Actualizar",
@ -48,7 +51,6 @@ OC.L10N.register(
"Share" : "Compartir",
"Previous" : "Previo",
"Next" : "Siguiente",
"Continue" : "Continuar",
"Undo" : "Deshacer",
"Custom" : "Personalizado",
"Value" : "Valor",

8
l10n/es_GT.json vendored
View File

@ -1,4 +1,5 @@
{ "translations": {
"Download" : "Descargar",
"Settings" : "Configuraciones ",
"Info" : "Info",
"Folders" : "Carpetas",
@ -11,16 +12,19 @@
"Explore" : "Explorar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",
"Favorite" : "Favorito",
"Unarchive" : "Desarchivar",
"View in folder" : "Ver en la carpeta",
"Continue" : "Continuar",
"Move" : "Mover",
"General" : "General",
"Account" : "Cuenta",
"Close" : "Cerrar",
"Unknown" : "Desconocido",
"Public link" : "Liga pública",
"Back" : "Atrás",
"Save" : "Guardar",
"Search" : "Buscar",
"Month" : "Mes",
"Day" : "Día",
"Time" : "Hora",
@ -33,7 +37,6 @@
"Reset" : "Restablecer",
"Name" : "Nombre",
"Update" : "Actualizar",
"Search" : "Buscar",
"Remove" : "Eliminar",
"Share link" : "Compartir liga",
"Refresh" : "Actualizar",
@ -46,7 +49,6 @@
"Share" : "Compartir",
"Previous" : "Previo",
"Next" : "Siguiente",
"Continue" : "Continuar",
"Undo" : "Deshacer",
"Custom" : "Personalizado",
"Value" : "Valor",

9
l10n/es_HN.js vendored
View File

@ -1,6 +1,7 @@
OC.L10N.register(
"memories",
{
"Download" : "Descargar",
"Settings" : "Configuraciones ",
"Info" : "Info",
"Folders" : "Carpetas",
@ -13,16 +14,20 @@ OC.L10N.register(
"Explore" : "Explorar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",
"Favorite" : "Hacer favorito",
"Unarchive" : "Desarchivar",
"View in folder" : "Ver en la carpeta",
"Continue" : "Continuar",
"Move" : "Mover",
"General" : "General",
"Account" : "Cuenta",
"Close" : "Cerrar",
"Unknown" : "Desconocido",
"Public link" : "Liga pública",
"Back" : "Atrás",
"Save" : "Guardar",
"Search" : "Buscar",
"Save changes" : "Guardar cambios",
"Month" : "Mes",
"Day" : "Día",
"Time" : "Hora",
@ -35,7 +40,6 @@ OC.L10N.register(
"Reset" : "Restablecer",
"Name" : "Nombre",
"Update" : "Actualizar",
"Search" : "Buscar",
"Remove" : "Eliminar",
"Share link" : "Compartir liga",
"Refresh" : "Actualizar",
@ -48,7 +52,6 @@ OC.L10N.register(
"Share" : "Compartir",
"Previous" : "Anterior",
"Next" : "Siguiente",
"Continue" : "Continuar",
"Undo" : "Deshacer",
"Custom" : "Personalizado",
"Value" : "Valor",

9
l10n/es_HN.json vendored
View File

@ -1,4 +1,5 @@
{ "translations": {
"Download" : "Descargar",
"Settings" : "Configuraciones ",
"Info" : "Info",
"Folders" : "Carpetas",
@ -11,16 +12,20 @@
"Explore" : "Explorar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",
"Favorite" : "Hacer favorito",
"Unarchive" : "Desarchivar",
"View in folder" : "Ver en la carpeta",
"Continue" : "Continuar",
"Move" : "Mover",
"General" : "General",
"Account" : "Cuenta",
"Close" : "Cerrar",
"Unknown" : "Desconocido",
"Public link" : "Liga pública",
"Back" : "Atrás",
"Save" : "Guardar",
"Search" : "Buscar",
"Save changes" : "Guardar cambios",
"Month" : "Mes",
"Day" : "Día",
"Time" : "Hora",
@ -33,7 +38,6 @@
"Reset" : "Restablecer",
"Name" : "Nombre",
"Update" : "Actualizar",
"Search" : "Buscar",
"Remove" : "Eliminar",
"Share link" : "Compartir liga",
"Refresh" : "Actualizar",
@ -46,7 +50,6 @@
"Share" : "Compartir",
"Previous" : "Anterior",
"Next" : "Siguiente",
"Continue" : "Continuar",
"Undo" : "Deshacer",
"Custom" : "Personalizado",
"Value" : "Valor",

8
l10n/es_MX.js vendored
View File

@ -1,6 +1,7 @@
OC.L10N.register(
"memories",
{
"Download" : "Descargar",
"Memories" : "Recuerdos",
"Settings" : "Ajustes",
"Info" : "Info",
@ -15,17 +16,20 @@ OC.L10N.register(
"Explore" : "Explorar",
"Cancel" : "Cancelar",
"Delete" : "Eliminar",
"Download" : "Descargar",
"Favorite" : "Marcar como favorito",
"Unarchive" : "Desarchivar",
"View in folder" : "Ver en la carpeta",
"Continue" : "Continuar",
"Move" : "Mover",
"General" : "General",
"Account" : "Cuenta",
"Close" : "Cerrar",
"Unknown" : "Desconocido",
"Copy public link" : "Copiar enlace público",
"Public link" : "Liga pública",
"Back" : "Atrás",
"Save" : "Guardar",
"Search" : "Buscar",
"Month" : "Mes",
"Day" : "Día",
"Time" : "Hora",
@ -38,7 +42,6 @@ OC.L10N.register(
"Reset" : "Reiniciar",
"Name" : "Nombre",
"Update" : "Actualizar",
"Search" : "Buscar",
"Remove" : "Eliminar",
"Share link" : "Compartir liga",
"Refresh" : "Actualizar",
@ -51,7 +54,6 @@ OC.L10N.register(
"Share" : "Compartir",
"Previous" : "Previo",
"Next" : "Siguiente",
"Continue" : "Continuar",
"Undo" : "Deshacer",
"Redo" : "Rehacer",
"Custom" : "Personalizado",

8
l10n/es_MX.json vendored
View File

@ -1,4 +1,5 @@
{ "translations": {
"Download" : "Descargar",
"Memories" : "Recuerdos",
"Settings" : "Ajustes",
"Info" : "Info",
@ -13,17 +14,20 @@
"Explore" : "Explorar",
"Cancel" : "Cancelar",
"Delete" : "Eliminar",
"Download" : "Descargar",
"Favorite" : "Marcar como favorito",
"Unarchive" : "Desarchivar",
"View in folder" : "Ver en la carpeta",
"Continue" : "Continuar",
"Move" : "Mover",
"General" : "General",
"Account" : "Cuenta",
"Close" : "Cerrar",
"Unknown" : "Desconocido",
"Copy public link" : "Copiar enlace público",
"Public link" : "Liga pública",
"Back" : "Atrás",
"Save" : "Guardar",
"Search" : "Buscar",
"Month" : "Mes",
"Day" : "Día",
"Time" : "Hora",
@ -36,7 +40,6 @@
"Reset" : "Reiniciar",
"Name" : "Nombre",
"Update" : "Actualizar",
"Search" : "Buscar",
"Remove" : "Eliminar",
"Share link" : "Compartir liga",
"Refresh" : "Actualizar",
@ -49,7 +52,6 @@
"Share" : "Compartir",
"Previous" : "Previo",
"Next" : "Siguiente",
"Continue" : "Continuar",
"Undo" : "Deshacer",
"Redo" : "Rehacer",
"Custom" : "Personalizado",

9
l10n/es_NI.js vendored
View File

@ -1,6 +1,7 @@
OC.L10N.register(
"memories",
{
"Download" : "Descargar",
"Settings" : "Configuraciones ",
"Info" : "Info",
"Folders" : "Carpetas",
@ -12,15 +13,19 @@ OC.L10N.register(
"Explore" : "Explorar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",
"Favorite" : "Hacer favorito",
"Unarchive" : "Desarchivar",
"View in folder" : "Ver en la carpeta",
"Continue" : "Continuar",
"Move" : "Mover",
"General" : "General",
"Account" : "Cuenta",
"Close" : "Cerrar",
"Unknown" : "Desconocido",
"Back" : "Atrás",
"Save" : "Guardar",
"Search" : "Buscar",
"Save changes" : "Guardar cambios",
"Month" : "Mes",
"Day" : "Día",
"Time" : "Hora",
@ -33,7 +38,6 @@ OC.L10N.register(
"Reset" : "Restablecer",
"Name" : "Nombre",
"Update" : "Actualizar",
"Search" : "Buscar",
"Remove" : "Eliminar",
"Share link" : "Compartir liga",
"Refresh" : "Actualizar",
@ -46,7 +50,6 @@ OC.L10N.register(
"Share" : "Compartir",
"Previous" : "Anterior",
"Next" : "Siguiente",
"Continue" : "Continuar",
"Undo" : "Deshacer",
"Custom" : "Personalizado",
"Value" : "Valor",

9
l10n/es_NI.json vendored
View File

@ -1,4 +1,5 @@
{ "translations": {
"Download" : "Descargar",
"Settings" : "Configuraciones ",
"Info" : "Info",
"Folders" : "Carpetas",
@ -10,15 +11,19 @@
"Explore" : "Explorar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",
"Favorite" : "Hacer favorito",
"Unarchive" : "Desarchivar",
"View in folder" : "Ver en la carpeta",
"Continue" : "Continuar",
"Move" : "Mover",
"General" : "General",
"Account" : "Cuenta",
"Close" : "Cerrar",
"Unknown" : "Desconocido",
"Back" : "Atrás",
"Save" : "Guardar",
"Search" : "Buscar",
"Save changes" : "Guardar cambios",
"Month" : "Mes",
"Day" : "Día",
"Time" : "Hora",
@ -31,7 +36,6 @@
"Reset" : "Restablecer",
"Name" : "Nombre",
"Update" : "Actualizar",
"Search" : "Buscar",
"Remove" : "Eliminar",
"Share link" : "Compartir liga",
"Refresh" : "Actualizar",
@ -44,7 +48,6 @@
"Share" : "Compartir",
"Previous" : "Anterior",
"Next" : "Siguiente",
"Continue" : "Continuar",
"Undo" : "Deshacer",
"Custom" : "Personalizado",
"Value" : "Valor",

9
l10n/es_PA.js vendored
View File

@ -1,6 +1,7 @@
OC.L10N.register(
"memories",
{
"Download" : "Descargar",
"Settings" : "Configuraciones ",
"Info" : "Info",
"Folders" : "Carpetas",
@ -13,15 +14,19 @@ OC.L10N.register(
"Explore" : "Explorar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",
"Favorite" : "Hacer favorito",
"Unarchive" : "Desarchivar",
"View in folder" : "Ver en la carpeta",
"Continue" : "Continuar",
"Move" : "Mover",
"General" : "General",
"Account" : "Cuenta",
"Close" : "Cerrar",
"Unknown" : "Desconocido",
"Back" : "Atrás",
"Save" : "Guardar",
"Search" : "Buscar",
"Save changes" : "Guardar cambios",
"Month" : "Mes",
"Day" : "Día",
"Time" : "Hora",
@ -34,7 +39,6 @@ OC.L10N.register(
"Reset" : "Restablecer",
"Name" : "Nombre",
"Update" : "Actualizar",
"Search" : "Buscar",
"Remove" : "Eliminar",
"Share link" : "Compartir liga",
"Refresh" : "Actualizar",
@ -47,7 +51,6 @@ OC.L10N.register(
"Share" : "Compartir",
"Previous" : "Anterior",
"Next" : "Siguiente",
"Continue" : "Continuar",
"Undo" : "Deshacer",
"Custom" : "Personalizado",
"Value" : "Valor",

9
l10n/es_PA.json vendored
View File

@ -1,4 +1,5 @@
{ "translations": {
"Download" : "Descargar",
"Settings" : "Configuraciones ",
"Info" : "Info",
"Folders" : "Carpetas",
@ -11,15 +12,19 @@
"Explore" : "Explorar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",
"Favorite" : "Hacer favorito",
"Unarchive" : "Desarchivar",
"View in folder" : "Ver en la carpeta",
"Continue" : "Continuar",
"Move" : "Mover",
"General" : "General",
"Account" : "Cuenta",
"Close" : "Cerrar",
"Unknown" : "Desconocido",
"Back" : "Atrás",
"Save" : "Guardar",
"Search" : "Buscar",
"Save changes" : "Guardar cambios",
"Month" : "Mes",
"Day" : "Día",
"Time" : "Hora",
@ -32,7 +37,6 @@
"Reset" : "Restablecer",
"Name" : "Nombre",
"Update" : "Actualizar",
"Search" : "Buscar",
"Remove" : "Eliminar",
"Share link" : "Compartir liga",
"Refresh" : "Actualizar",
@ -45,7 +49,6 @@
"Share" : "Compartir",
"Previous" : "Anterior",
"Next" : "Siguiente",
"Continue" : "Continuar",
"Undo" : "Deshacer",
"Custom" : "Personalizado",
"Value" : "Valor",

9
l10n/es_PE.js vendored
View File

@ -1,6 +1,7 @@
OC.L10N.register(
"memories",
{
"Download" : "Descargar",
"Settings" : "Ajustes",
"Info" : "Info",
"Folders" : "Carpetas",
@ -13,15 +14,19 @@ OC.L10N.register(
"Explore" : "Explorar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",
"Favorite" : "Hacer favorito",
"Unarchive" : "Desarchivar",
"View in folder" : "Ver en la carpeta",
"Continue" : "Continuar",
"Move" : "Mover",
"General" : "General",
"Account" : "Cuenta",
"Close" : "Cerrar",
"Unknown" : "Desconocido",
"Back" : "Atrás",
"Save" : "Guardar",
"Search" : "Buscar",
"Save changes" : "Guardar cambios",
"Month" : "Mes",
"Day" : "Día",
"Time" : "Hora",
@ -34,7 +39,6 @@ OC.L10N.register(
"Reset" : "Restablecer",
"Name" : "Nombre",
"Update" : "Actualizar",
"Search" : "Buscar",
"Remove" : "Eliminar",
"Share link" : "Compartir liga",
"Refresh" : "Actualizar",
@ -47,7 +51,6 @@ OC.L10N.register(
"Share" : "Compartir",
"Previous" : "Anterior",
"Next" : "Siguiente",
"Continue" : "Continuar",
"Undo" : "Deshacer",
"Custom" : "Personalizado",
"Value" : "Valor",

9
l10n/es_PE.json vendored
View File

@ -1,4 +1,5 @@
{ "translations": {
"Download" : "Descargar",
"Settings" : "Ajustes",
"Info" : "Info",
"Folders" : "Carpetas",
@ -11,15 +12,19 @@
"Explore" : "Explorar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",
"Favorite" : "Hacer favorito",
"Unarchive" : "Desarchivar",
"View in folder" : "Ver en la carpeta",
"Continue" : "Continuar",
"Move" : "Mover",
"General" : "General",
"Account" : "Cuenta",
"Close" : "Cerrar",
"Unknown" : "Desconocido",
"Back" : "Atrás",
"Save" : "Guardar",
"Search" : "Buscar",
"Save changes" : "Guardar cambios",
"Month" : "Mes",
"Day" : "Día",
"Time" : "Hora",
@ -32,7 +37,6 @@
"Reset" : "Restablecer",
"Name" : "Nombre",
"Update" : "Actualizar",
"Search" : "Buscar",
"Remove" : "Eliminar",
"Share link" : "Compartir liga",
"Refresh" : "Actualizar",
@ -45,7 +49,6 @@
"Share" : "Compartir",
"Previous" : "Anterior",
"Next" : "Siguiente",
"Continue" : "Continuar",
"Undo" : "Deshacer",
"Custom" : "Personalizado",
"Value" : "Valor",

8
l10n/es_PR.js vendored
View File

@ -1,6 +1,7 @@
OC.L10N.register(
"memories",
{
"Download" : "Descargar",
"Settings" : "Configuraciones ",
"Info" : "Info",
"Folders" : "Carpetas",
@ -12,15 +13,18 @@ OC.L10N.register(
"Explore" : "Explorar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",
"Favorite" : "Hacer favorito",
"Unarchive" : "Desarchivar",
"View in folder" : "Ver en la carpeta",
"Continue" : "Continuar",
"Move" : "Mover",
"General" : "General",
"Account" : "Cuenta",
"Close" : "Cerrar",
"Unknown" : "Desconocido",
"Back" : "Atrás",
"Save" : "Guardar",
"Search" : "Buscar",
"Month" : "Mes",
"Day" : "Día",
"Time" : "Hora",
@ -33,7 +37,6 @@ OC.L10N.register(
"Reset" : "Restablecer",
"Name" : "Nombre",
"Update" : "Actualizar",
"Search" : "Buscar",
"Remove" : "Eliminar",
"Share link" : "Compartir liga",
"Refresh" : "Actualizar",
@ -46,7 +49,6 @@ OC.L10N.register(
"Share" : "Compartir",
"Previous" : "Anterior",
"Next" : "Siguiente",
"Continue" : "Continuar",
"Undo" : "Deshacer",
"Custom" : "Personalizado",
"Value" : "Valor",

8
l10n/es_PR.json vendored
View File

@ -1,4 +1,5 @@
{ "translations": {
"Download" : "Descargar",
"Settings" : "Configuraciones ",
"Info" : "Info",
"Folders" : "Carpetas",
@ -10,15 +11,18 @@
"Explore" : "Explorar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",
"Favorite" : "Hacer favorito",
"Unarchive" : "Desarchivar",
"View in folder" : "Ver en la carpeta",
"Continue" : "Continuar",
"Move" : "Mover",
"General" : "General",
"Account" : "Cuenta",
"Close" : "Cerrar",
"Unknown" : "Desconocido",
"Back" : "Atrás",
"Save" : "Guardar",
"Search" : "Buscar",
"Month" : "Mes",
"Day" : "Día",
"Time" : "Hora",
@ -31,7 +35,6 @@
"Reset" : "Restablecer",
"Name" : "Nombre",
"Update" : "Actualizar",
"Search" : "Buscar",
"Remove" : "Eliminar",
"Share link" : "Compartir liga",
"Refresh" : "Actualizar",
@ -44,7 +47,6 @@
"Share" : "Compartir",
"Previous" : "Anterior",
"Next" : "Siguiente",
"Continue" : "Continuar",
"Undo" : "Deshacer",
"Custom" : "Personalizado",
"Value" : "Valor",

10
l10n/es_PY.js vendored
View File

@ -1,6 +1,7 @@
OC.L10N.register(
"memories",
{
"Download" : "Descargar",
"Settings" : "Configuraciones ",
"Info" : "Info",
"Folders" : "Carpetas",
@ -13,14 +14,19 @@ OC.L10N.register(
"Explore" : "Explorar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",
"Favorite" : "Hacer favorito",
"Unarchive" : "Desarchivar",
"View in folder" : "Ver en la carpeta",
"Continue" : "Continuar",
"Move" : "Mover",
"General" : "General",
"Viewer" : "Visor",
"Account" : "Cuenta",
"Close" : "Cerrar",
"Back" : "Atrás",
"Save" : "Guardar",
"Search" : "Buscar",
"Save changes" : "Guardar cambios",
"Month" : "Mes",
"Day" : "Día",
"Time" : "Hora",
@ -33,7 +39,6 @@ OC.L10N.register(
"Reset" : "Restablecer",
"Name" : "Nombre",
"Update" : "Actualizar",
"Search" : "Buscar",
"Remove" : "Eliminar",
"Share link" : "Compartir liga",
"Refresh" : "Actualizar",
@ -46,7 +51,6 @@ OC.L10N.register(
"Share" : "Compartir",
"Previous" : "Anterior",
"Next" : "Siguiente",
"Continue" : "Continuar",
"Undo" : "Deshacer",
"Custom" : "Personalizado",
"Value" : "Valor",

10
l10n/es_PY.json vendored
View File

@ -1,4 +1,5 @@
{ "translations": {
"Download" : "Descargar",
"Settings" : "Configuraciones ",
"Info" : "Info",
"Folders" : "Carpetas",
@ -11,14 +12,19 @@
"Explore" : "Explorar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",
"Favorite" : "Hacer favorito",
"Unarchive" : "Desarchivar",
"View in folder" : "Ver en la carpeta",
"Continue" : "Continuar",
"Move" : "Mover",
"General" : "General",
"Viewer" : "Visor",
"Account" : "Cuenta",
"Close" : "Cerrar",
"Back" : "Atrás",
"Save" : "Guardar",
"Search" : "Buscar",
"Save changes" : "Guardar cambios",
"Month" : "Mes",
"Day" : "Día",
"Time" : "Hora",
@ -31,7 +37,6 @@
"Reset" : "Restablecer",
"Name" : "Nombre",
"Update" : "Actualizar",
"Search" : "Buscar",
"Remove" : "Eliminar",
"Share link" : "Compartir liga",
"Refresh" : "Actualizar",
@ -44,7 +49,6 @@
"Share" : "Compartir",
"Previous" : "Anterior",
"Next" : "Siguiente",
"Continue" : "Continuar",
"Undo" : "Deshacer",
"Custom" : "Personalizado",
"Value" : "Valor",

8
l10n/es_SV.js vendored
View File

@ -1,6 +1,7 @@
OC.L10N.register(
"memories",
{
"Download" : "Descargar",
"Settings" : "Configuraciones ",
"Info" : "Info",
"Folders" : "Carpetas",
@ -13,16 +14,19 @@ OC.L10N.register(
"Explore" : "Explorar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",
"Favorite" : "Hacer favorito",
"Unarchive" : "Desarchivar",
"View in folder" : "Ver en la carpeta",
"Continue" : "Continuar",
"Move" : "Mover",
"General" : "General",
"Account" : "Cuenta",
"Close" : "Cerrar",
"Unknown" : "Desconocido",
"Public link" : "Liga pública",
"Back" : "Atrás",
"Save" : "Guardar",
"Search" : "Buscar",
"Month" : "Mes",
"Day" : "Día",
"Time" : "Hora",
@ -35,7 +39,6 @@ OC.L10N.register(
"Reset" : "Restablecer",
"Name" : "Nombre",
"Update" : "Actualizar",
"Search" : "Buscar",
"Remove" : "Eliminar",
"Share link" : "Compartir liga",
"Refresh" : "Actualizar",
@ -48,7 +51,6 @@ OC.L10N.register(
"Share" : "Compartir",
"Previous" : "Previo",
"Next" : "Siguiente",
"Continue" : "Continuar",
"Undo" : "Deshacer",
"Custom" : "Personalizado",
"Value" : "Valor",

8
l10n/es_SV.json vendored
View File

@ -1,4 +1,5 @@
{ "translations": {
"Download" : "Descargar",
"Settings" : "Configuraciones ",
"Info" : "Info",
"Folders" : "Carpetas",
@ -11,16 +12,19 @@
"Explore" : "Explorar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",
"Favorite" : "Hacer favorito",
"Unarchive" : "Desarchivar",
"View in folder" : "Ver en la carpeta",
"Continue" : "Continuar",
"Move" : "Mover",
"General" : "General",
"Account" : "Cuenta",
"Close" : "Cerrar",
"Unknown" : "Desconocido",
"Public link" : "Liga pública",
"Back" : "Atrás",
"Save" : "Guardar",
"Search" : "Buscar",
"Month" : "Mes",
"Day" : "Día",
"Time" : "Hora",
@ -33,7 +37,6 @@
"Reset" : "Restablecer",
"Name" : "Nombre",
"Update" : "Actualizar",
"Search" : "Buscar",
"Remove" : "Eliminar",
"Share link" : "Compartir liga",
"Refresh" : "Actualizar",
@ -46,7 +49,6 @@
"Share" : "Compartir",
"Previous" : "Previo",
"Next" : "Siguiente",
"Continue" : "Continuar",
"Undo" : "Deshacer",
"Custom" : "Personalizado",
"Value" : "Valor",

8
l10n/es_UY.js vendored
View File

@ -1,6 +1,7 @@
OC.L10N.register(
"memories",
{
"Download" : "Descargar",
"Settings" : "Configuraciones ",
"Info" : "Info",
"Folders" : "Carpetas",
@ -13,15 +14,18 @@ OC.L10N.register(
"Explore" : "Explorar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",
"Favorite" : "Hacer favorito",
"Unarchive" : "Desarchivar",
"View in folder" : "Ver en la carpeta",
"Continue" : "Continuar",
"Move" : "Mover",
"General" : "General",
"Account" : "Cuenta",
"Close" : "Cerrar",
"Unknown" : "Desconocido",
"Back" : "Atrás",
"Save" : "Guardar",
"Search" : "Buscar",
"Month" : "Mes",
"Day" : "Día",
"Time" : "Hora",
@ -34,7 +38,6 @@ OC.L10N.register(
"Reset" : "Restablecer",
"Name" : "Nombre",
"Update" : "Actualizar",
"Search" : "Buscar",
"Remove" : "Eliminar",
"Share link" : "Compartir liga",
"Refresh" : "Actualizar",
@ -47,7 +50,6 @@ OC.L10N.register(
"Share" : "Compartir",
"Previous" : "Anterior",
"Next" : "Siguiente",
"Continue" : "Continuar",
"Undo" : "Deshacer",
"Custom" : "Personalizado",
"Value" : "Valor",

8
l10n/es_UY.json vendored
View File

@ -1,4 +1,5 @@
{ "translations": {
"Download" : "Descargar",
"Settings" : "Configuraciones ",
"Info" : "Info",
"Folders" : "Carpetas",
@ -11,15 +12,18 @@
"Explore" : "Explorar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",
"Favorite" : "Hacer favorito",
"Unarchive" : "Desarchivar",
"View in folder" : "Ver en la carpeta",
"Continue" : "Continuar",
"Move" : "Mover",
"General" : "General",
"Account" : "Cuenta",
"Close" : "Cerrar",
"Unknown" : "Desconocido",
"Back" : "Atrás",
"Save" : "Guardar",
"Search" : "Buscar",
"Month" : "Mes",
"Day" : "Día",
"Time" : "Hora",
@ -32,7 +36,6 @@
"Reset" : "Restablecer",
"Name" : "Nombre",
"Update" : "Actualizar",
"Search" : "Buscar",
"Remove" : "Eliminar",
"Share link" : "Compartir liga",
"Refresh" : "Actualizar",
@ -45,7 +48,6 @@
"Share" : "Compartir",
"Previous" : "Anterior",
"Next" : "Siguiente",
"Continue" : "Continuar",
"Undo" : "Deshacer",
"Custom" : "Personalizado",
"Value" : "Valor",

47
l10n/et_EE.js vendored
View File

@ -1,28 +1,63 @@
OC.L10N.register(
"memories",
{
"Download" : "Lae alla",
"Settings" : "Seaded",
"People" : "Inimese",
"Info" : "Info",
"Folders" : "Kaustad",
"Favorites" : "Lemmikud",
"Videos" : "Videod",
"Albums" : "Albumid",
"Archive" : "Arhiiv",
"On this day" : "Sel päeval",
"Places" : "Kohad",
"Map" : "Kaart",
"Tags" : "Sildid",
"Edit" : "Redigeeri",
"Photos" : "Fotod",
"Explore" : "Sirvi",
"Cancel" : "Loobu",
"Delete" : "Kustuta",
"Download" : "Lae alla",
"Favorite" : "Lemmik",
"View in folder" : "Vaata kaustas",
"Add to album" : "Lisa albumisse",
"Continue" : "Jätka",
"Move" : "Liiguta",
"General" : "Üldine",
"Account" : "Konto",
"Sign out" : "Logi välja",
"Close" : "Sulge",
"Unknown" : "Teadmata",
"Add people or groups who can edit your album" : "Lisa inimesi ja gruppe, kes võivad su albumit muuta",
"Search for collaborators" : "Otsi kaastöölisi",
"Search people or groups" : "Otsi inimesi või gruppe",
"Add {collaboratorLabel} to the collaborators list" : "Lisa {collaboratorLabel} kaastööliste hulka",
"No collaborators available" : "Kaastöölisi pole",
"Remove {collaboratorLabel} from the collaborators list" : "Eemalda {collaboratorLabel} kaastööliste hulgast",
"Copy the public link" : "Kopeeri avalik link",
"Public link copied!" : "Avalik link kopeeritud!",
"Copy public link" : "Kopeeri avalik link",
"Delete the public link" : "Kustuta avalik link",
"Share via public link" : "Jaga avaliku lingi kaudu",
"Failed to fetch collaborators list." : "Kaastööliste loendi laadimine ebaõnnestus.",
"Public link" : "Avalik link",
"Failed to fetch album." : "Albumi laadimine ebaõnnestus.",
"Failed to update album." : "Albumi muutmine ebaõnnestus.",
"Create new album" : "Loo uus album",
"Edit album details" : "Muuda albumi üksikasju",
"New album" : "Uus album",
"Name of the album" : "Albumi nimi",
"Location of the album" : "Albumi asukoht",
"Go back to the previous view." : "Mine tagasi eelmisesse vaatesse.",
"Back" : "Tagasi",
"Go to the add collaborators view." : "Mine kaastööliste lisamise vaatesse.",
"Add collaborators" : "Lisa kaastööliseid",
"Back to the new album form." : "Tagasi uue albumi vormile.",
"Save" : "Salvesta",
"Create album" : "Loo album",
"Search" : "Otsi",
"Save collaborators for this album." : "Salvesta selle albumi kaastöölised.",
"Month" : "Kuu",
"Day" : "Päev",
"Time" : "Aeg",
@ -33,9 +68,10 @@ OC.L10N.register(
"Copyright" : "Autoriõigused",
"Empty" : "Tühi",
"Reset" : "Lähtesta",
"Remove person" : "Eemalda isik",
"Rename person" : "Nimeta isik ümber",
"Name" : "Nimi",
"Update" : "Uuenda",
"Search" : "Otsi",
"Remove" : "Eemalda",
"Share link" : "Jaga link",
"Refresh" : "Värskenda",
@ -44,14 +80,17 @@ OC.L10N.register(
"Read only" : "kirjutuskaitstud",
"Sort by date" : "Sorteeri kuupäeva järgi",
"Sort by name" : "Sorteeri nime järgi",
"Unassigned faces" : "Määramata näod",
"Merge with different person" : "Ühenda teise isikuga",
"Unsaved changes" : "Salvestamata muutused",
"Share" : "Jaga",
"Previous" : "Eelmine",
"Next" : "Järgmine",
"Continue" : "Jätka",
"Undo" : "Tühista",
"Custom" : "Kohandatud",
"Size" : "Suurus",
"Position" : "Asukoht"
"Position" : "Asukoht",
"Failed to create {albumName}." : "Albumi {albumName} loomine ebaõnnestus.",
"Failed to delete {fileName}." : "{fileName} kustutamine ebaõnnestus."
},
"nplurals=2; plural=(n != 1);");

47
l10n/et_EE.json vendored
View File

@ -1,26 +1,61 @@
{ "translations": {
"Download" : "Lae alla",
"Settings" : "Seaded",
"People" : "Inimese",
"Info" : "Info",
"Folders" : "Kaustad",
"Favorites" : "Lemmikud",
"Videos" : "Videod",
"Albums" : "Albumid",
"Archive" : "Arhiiv",
"On this day" : "Sel päeval",
"Places" : "Kohad",
"Map" : "Kaart",
"Tags" : "Sildid",
"Edit" : "Redigeeri",
"Photos" : "Fotod",
"Explore" : "Sirvi",
"Cancel" : "Loobu",
"Delete" : "Kustuta",
"Download" : "Lae alla",
"Favorite" : "Lemmik",
"View in folder" : "Vaata kaustas",
"Add to album" : "Lisa albumisse",
"Continue" : "Jätka",
"Move" : "Liiguta",
"General" : "Üldine",
"Account" : "Konto",
"Sign out" : "Logi välja",
"Close" : "Sulge",
"Unknown" : "Teadmata",
"Add people or groups who can edit your album" : "Lisa inimesi ja gruppe, kes võivad su albumit muuta",
"Search for collaborators" : "Otsi kaastöölisi",
"Search people or groups" : "Otsi inimesi või gruppe",
"Add {collaboratorLabel} to the collaborators list" : "Lisa {collaboratorLabel} kaastööliste hulka",
"No collaborators available" : "Kaastöölisi pole",
"Remove {collaboratorLabel} from the collaborators list" : "Eemalda {collaboratorLabel} kaastööliste hulgast",
"Copy the public link" : "Kopeeri avalik link",
"Public link copied!" : "Avalik link kopeeritud!",
"Copy public link" : "Kopeeri avalik link",
"Delete the public link" : "Kustuta avalik link",
"Share via public link" : "Jaga avaliku lingi kaudu",
"Failed to fetch collaborators list." : "Kaastööliste loendi laadimine ebaõnnestus.",
"Public link" : "Avalik link",
"Failed to fetch album." : "Albumi laadimine ebaõnnestus.",
"Failed to update album." : "Albumi muutmine ebaõnnestus.",
"Create new album" : "Loo uus album",
"Edit album details" : "Muuda albumi üksikasju",
"New album" : "Uus album",
"Name of the album" : "Albumi nimi",
"Location of the album" : "Albumi asukoht",
"Go back to the previous view." : "Mine tagasi eelmisesse vaatesse.",
"Back" : "Tagasi",
"Go to the add collaborators view." : "Mine kaastööliste lisamise vaatesse.",
"Add collaborators" : "Lisa kaastööliseid",
"Back to the new album form." : "Tagasi uue albumi vormile.",
"Save" : "Salvesta",
"Create album" : "Loo album",
"Search" : "Otsi",
"Save collaborators for this album." : "Salvesta selle albumi kaastöölised.",
"Month" : "Kuu",
"Day" : "Päev",
"Time" : "Aeg",
@ -31,9 +66,10 @@
"Copyright" : "Autoriõigused",
"Empty" : "Tühi",
"Reset" : "Lähtesta",
"Remove person" : "Eemalda isik",
"Rename person" : "Nimeta isik ümber",
"Name" : "Nimi",
"Update" : "Uuenda",
"Search" : "Otsi",
"Remove" : "Eemalda",
"Share link" : "Jaga link",
"Refresh" : "Värskenda",
@ -42,14 +78,17 @@
"Read only" : "kirjutuskaitstud",
"Sort by date" : "Sorteeri kuupäeva järgi",
"Sort by name" : "Sorteeri nime järgi",
"Unassigned faces" : "Määramata näod",
"Merge with different person" : "Ühenda teise isikuga",
"Unsaved changes" : "Salvestamata muutused",
"Share" : "Jaga",
"Previous" : "Eelmine",
"Next" : "Järgmine",
"Continue" : "Jätka",
"Undo" : "Tühista",
"Custom" : "Kohandatud",
"Size" : "Suurus",
"Position" : "Asukoht"
"Position" : "Asukoht",
"Failed to create {albumName}." : "Albumi {albumName} loomine ebaõnnestus.",
"Failed to delete {fileName}." : "{fileName} kustutamine ebaõnnestus."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

50
l10n/eu.js vendored
View File

@ -1,6 +1,7 @@
OC.L10N.register(
"memories",
{
"Download" : "Deskargatu",
"Memories" : "Memoriak",
"Fast, modern and advanced photo management suite" : "Argazkiak kudeatzeko suite azkarra, modernoa eta aurreratua",
"Settings" : "Ezarpenak",
@ -21,7 +22,6 @@ OC.L10N.register(
"Recognize" : "Recognize",
"A better photos experience awaits you" : "Argazki esperientzia hobea prest",
"Choose the root folder of your timeline to begin" : "Aukeratu zure denbora-lerroaren erroko karpeta hasteko",
"If you just installed Memories, run:" : "Memories instalatu berri baduzu, exekutatu:",
"Continue to Memories" : "Jarraitu Memories-era",
"Choose again" : "Aukeratu berriro",
"Click here to start" : "Egin klik hemen hasteko",
@ -29,9 +29,8 @@ OC.L10N.register(
"Choose the root of your timeline" : "Aukeratu zure denbora-lerroaren erroa",
"The selected folder does not seem to be valid. Try again." : "Aukeratutako karpetak ez dirudi baliozkoa denik. Saiatu berriro.",
"_Found {n} item in {path}_::_Found {n} items in {path}_" : ["{n} elementu aurkitu dira {path}-n","{n} elementu aurkitu dira {path}-n"],
"Metadata" : "Metadatuak",
"Edit" : "Aldatu",
"No title" : "Izenbururik ez",
"No description" : "Deskribapenik ez",
"No coordinates" : "Koordenaturik ez",
"Click edit to set location" : "Egin klik editatu kokapena ezartzeko",
"Photos" : "Argazkiak",
@ -39,7 +38,6 @@ OC.L10N.register(
"Cancel" : "Utzi",
"Delete" : "Ezabatu",
"Remove from album" : "Kendu albumetik",
"Download" : "Deskargatu",
"Favorite" : "Egin gogoko",
"Unarchive" : "Ez artxibatu",
"Edit metadata" : "Editatu metadatuak",
@ -48,17 +46,18 @@ OC.L10N.register(
"Add to album" : "Gehitu albumera",
"Move to person" : "Mugitu pertsonara",
"Remove from person" : "Kendu pertsonatik",
"You are about to download a large number of files. Are you sure?" : "Fitxategi asko deskargatuko dituzu. Ziur zaude?",
"You are about to delete a large number of files. Are you sure?" : "Fitxategi asko ezabatuko dituzu. Ziur zaude?",
"You are about to touch a large number of files. Are you sure?" : "Fitxategi asko ukituko dituzu. Ziur zaude?",
"Continue" : "Jarraitu",
"Move" : "Mugitu",
"_{n} selected_::_{n} selected_" : ["{n} hautatuta","{n} hautatuta"],
"Memories Settings" : "Memories-en ezarpenak",
"General" : "Orokorra",
"Timeline Path" : "Denbora-lerroa",
"Square grid mode" : "Sare karratu modua",
"Show past photos on top of timeline" : "Erakutsi iraganeko argazkiak denbora-lerroaren gainean",
"Viewer" : "Ikustailea",
"Load full size image on zoom" : "Kargatu tamaina osoko irudia zoom-en",
"Always load full size image (not recommended)" : "Kargatu beti tamaina osoko irudia (ez da gomendagarria)",
"Account" : "Kontua",
"Folders Path" : "Karpeten bide-izena",
"Show hidden folders" : "Erakutsi ezkutuko karpetak",
"Sort folders oldest-first" : "Ordenatu karpetak zaharrenetik berrienera",
@ -69,9 +68,9 @@ OC.L10N.register(
"{photoCount} photos" : "{photoCount} argazkiak",
"Failed to load some photos" : "Argazki batzuk kargatzeak huts egin du",
"Failed to update setting" : "Ezarpen eguneratzeak huts egin du",
"EXIF Extraction" : "EXIF-en erauzketa",
"Path to packaged exiftool binary" : "Paketatutako exiftool bitarrerako bide-izena",
"Media Indexing" : "Multimedia indexatzen",
"EXIF Extraction" : "EXIF-en erauzketa",
"External Link" : "Kanpoko esteka",
"{n} media files have been indexed" : "{n} multimedia fitxategi indexatu dira",
"Only server-side encryption (OC_DEFAULT_MODULE) is supported, but another encryption module is enabled." : "(OC_DEFAULT_MODULE) zerbitzariaren aldeko enkriptatzea bakarrik onartzen da, baina beste enkriptatze modulu bat gaituta dago.",
"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 indizeak atzeko planoan aldizkako zeregin batean eraiki eta egiaztatzen dira. Kontuz ibili indexatze automatikoa ez den beste ezer hautatzen duzunean. Adibidez, indexatzea denbora-lerroaren karpetetan soilik ezartzeak atzerapenak eragin ditzake multimedia erabiltzaileentzat eskuragarri egon aurretik, erabiltzaileak saioa hasi ondoren soilik konfiguratzen baitu denbora-lerroa.",
@ -84,22 +83,20 @@ OC.L10N.register(
"Force re-indexing of all files:" : "Behartu fitxategi guztiak berriro indexatzea:",
"You can limit indexing by user and/or folder:" : "Erabiltzaile eta/edo karpetaren arabera indexatzea muga dezakezu:",
"Clear all existing index tables:" : "Garbitu lehendik dauden indize-taula guztiak:",
"The following MIME types are configured for preview generation correctly. More documentation:" : "Honako MIME mota hauek aurrebista zuzen sortzeko konfiguratuta daude. Dokumentazio gehiago:",
"External Link" : "Kanpoko esteka",
"Performance" : "Errendimendua",
"Media Indexing" : "Multimedia indexatzen",
"HTTPS is enabled" : "HTTPS gaituta dago",
"HTTP/2 or HTTP/3 is enabled" : "HTTP/2 edo HTTP/3 gaituta dago",
"HTTP/2 or HTTP/3 is strongly recommended ({httpVer} detected)" : "HTTP/2 edo HTTP/3 oso gomendagarria da ({httpVer} hauteman da)",
"Performance" : "Errendimendua",
"Unknown" : "Ezezaguna",
"Reverse Geocoding" : "Alderantzizko geokodetzea",
"Memories supports offline reverse geocoding using the OpenStreetMaps data on MySQL and Postgres." : "Memories-ek lineaz kanpoko alderantzizko geokodetzea onartzen du MySQL eta Postgres-en OpenStreetMaps datuak erabiliz.",
"You need to download the planet data into your database. This is highly recommended and has low overhead." : "Planetaren datuak zure datu-basera deskargatu behar dituzu. Oso gomendagarria da eta kostu txikia du.",
"If the button below does not work for importing the planet data, use the following command:" : "Beheko botoiak planetaren datuak inportatzeko balio ez badu, erabili komando hau:",
"Download planet database" : "Deskargatu planeten datu-basea",
"Reverse Geocoding" : "Alderantzizko geokodetzea",
"Geometry support was not detected in your database" : "Ez da geometria euskarririk detektatu zure datu-basean",
"MySQL-like geometry support was detected " : "MySQL antzeko geometria euskarria detektatu da",
"Postgres native geometry support was detected" : "Postgres jatorrizko geometria euskarria detektatu da",
"Video Streaming" : "Bideo-streaming",
"Live transcoding provides for adaptive streaming of videos using HLS." : "Zuzeneko transkodetzeak HLS erabiliz bideoen streaming moldagarria eskaintzen du.",
"Note that this may be very CPU intensive without hardware acceleration, and transcoding will not be used for external storage." : "Kontuan izan hardware-azeleraziorik gabe CPU oso intentsiboa izan daitekeela eta transkodetzea ez dela erabiliko kanpoko biltegiratzeko.",
"Enable Transcoding" : "Gaitu transkodetzea",
@ -109,14 +106,13 @@ OC.L10N.register(
"Auto (adaptive transcode)" : "(transkode egokitzaile) automatikoa",
"Original (transcode with max quality)" : "Jatorrizkoa (kalitate maximodun transkodea)",
"Direct (original video file without transcode)" : "Zuzena (jatorrizko bideo fitxategia transkoderik gabe)",
"Hardware Acceleration" : "Hardware azelerazioa",
"Video Streaming" : "Bideo-streaming",
"You must first make sure the correct drivers are installed before configuring acceleration." : "Azelerazioa konfiguratu aurretik kontrolatzaile egokiak instalatuta daudela ziurtatu.",
"Make sure you test hardware acceleration with various options after enabling." : "Ziurtatu hardware azelerazioa gaitu ondoren probatu duzula hainbat aukerarekin.",
"Do not enable multiple types of hardware acceleration simultaneously." : "Ez gaitu hainbat hardware azelerazio mota aldi berean.",
"Intel processors supporting QuickSync Video (QSV) as well as some AMD GPUs can be used for transcoding using VA-API acceleration." : "QuickSync Video (QSV) eta AMD GPU batzuk onartzen dituzten Intel prozesadoreak transkodetzeko erabil daitezke VA-API azelerazioa erabiliz.",
"For more details on driver installation, check the documentation:" : "Kontrolatzailearen instalazioari buruzko xehetasun gehiago lortzeko, kontsultatu dokumentazioa:",
"Enable acceleration with VA-API" : "Gaitu VA-API bidezko azelerazioa",
"Enable low-power mode (QSV)" : "Gaitu energia baxuko modua (QSV)",
"NVIDIA GPUs can be used for transcoding using the NVENC encoder with the proper drivers." : "NVIDIA GPUak NVENC kodetzailea erabiliz transkodetzeko erabil daitezke kontrolatzaile egokiekin.",
"Depending on the versions of the installed SDK and ffmpeg, you need to specify the scaler to use" : "Instalatutako SDK eta ffmpeg bertsioen arabera, erabili beharreko eskalatzailea zehaztu.",
"No automated tests are available for NVIDIA acceleration." : "Ez dago proba automatikorik erabilgarri NVIDIA azeleraziorako.",
@ -128,13 +124,14 @@ OC.L10N.register(
"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",
"VA-API device status: {status}" : "VA-API gailuaren egoera: {status}",
"Transcoder configuration" : "Transkodetzailearen konfigurazioa",
"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-ek go-vod transkodetzailea erabiltzen du. Go-vod exekutatu dezakezu (adibidez, Docker edukiontzi bereizi batean hardware azeleraziorako) edo integratutako transkodetzailea erabil dezakezu. Kanpoko transkodetzaile bat erabiltzeko, gaitu aukera hau eta jarraitu dokumentazioko argibideak:",
"Enable external transcoder (go-vod)" : "Gaitu kanpoko transkodetzailea (go-vod)",
"Binary path (local only)" : "Bide-izen bitarra (lokala soilik)",
"Bind address (local only)" : "Lotu helbidea (lokala soilik)",
"Connection address (same as bind if local)" : "Konexio helbidea (berdina lotura lokala bada)",
"_{n} item added to album_::_{n} items added to album_" : ["{n} elementu gehitu dira albumean","{n} elementu gehitu dira albumean"],
"Template" : "Txantiloia",
"No items" : "Elementurik ez",
"Shared by {user}" : "{user}(e)k partekatua",
"Add people or groups who can edit your album" : "Gehitu zure albuma editatu dezaketen pertsona edo taldeak",
"Search for collaborators" : "Bilatu kolaboratzaileak",
"Search people or groups" : "Bilatu erabiltzaile edo taldeak",
@ -166,12 +163,12 @@ OC.L10N.register(
"Save" : "Gorde",
"Create album" : "Sortu albuma",
"Invalid album name; should not contain any slashes." : "Albumaren izen baliogabea; ez luke barrarik eduki behar.",
"Add selection to album {albumName}" : "Gehitu hautapena {albumName} albumera",
"Create a new album." : "Sortu album berria.",
"_%n item_::_%n items_" : ["elementu %n","%n elementu"],
"_Share with %n user_::_Share with %n users_" : ["Partekatu erabiltzaile %nekin","Partekatu %n erabiltzaileekin"],
"Search" : "Bilatu",
"Save changes" : "Gorde aldaketak",
"Share Album" : "Partekatu albuma",
"Save collaborators for this album." : "Gorde album honen kolaboratzaileak.",
"shared by {owner}" : "{owner}(e)k partekatuta",
"_%n item_::_%n items_" : ["elementu %n","%n elementu"],
"Newest" : "Berrienak",
"Year" : "Urtea",
"Month" : "Hilabetea",
@ -207,10 +204,8 @@ OC.L10N.register(
"Name" : "Izena",
"Update" : "Eguneratu",
"Failed to rename {oldName} to {name}." : "{oldName} {name}(e)ra aldatzeak huts egin du.",
"Search" : "Bilatu",
"Loading …" : "Kargatzen …",
"Merge {name} with person" : "Batu {izena} pertsonarekin",
"Are you sure you want to merge {name} with {newName}?" : "Ziur {name} eta {newName} batu nahi dituzula?",
"Too many failures, aborting" : "Hutsegite gehiegi, abortatzen",
"Error while moving {basename}" : "Errorea {basename} mugitzen",
"Failed to move {name}." : "{name} mugitzeak huts egin du.",
@ -249,8 +244,8 @@ OC.L10N.register(
"Sort by name" : "Ordenatu izenaren arabera",
"Share album" : "Partekatu albuma",
"Download album" : "Deskargatu albuma",
"Delete album" : "Ezabatu albuma",
"Nothing to show here" : "Hemen ez dago ezer erakusteko",
"Unassigned faces" : "Esleitu gabeko aurpegiak",
"Merge with different person" : "Bateratu beste pertsona batekin",
"Mark person in preview" : "Markatu pertsona aurreikuspenean",
"Folder View" : "Karpeten ikuspegia",
@ -264,7 +259,6 @@ OC.L10N.register(
"Drop changes" : "Jaregin aldaketak",
"Share" : "Partekatu",
"Play Live Photo" : "Erreproduzitu zuzeneko argazkia",
"Sidebar" : "Alboko barra",
"Download Video" : "Deskargatu bideoa",
"Slideshow" : "Diapositiba-aurkezpena",
"Previous" : "Aurrekoa",
@ -274,7 +268,6 @@ OC.L10N.register(
"Save as" : "Gorde honela",
"All changes will be lost." : "Aldaketa guztiak galduko dira.",
"Are you sure you want to continue?" : "Ziur zaude jarraitu nahi duzula?",
"Continue" : "Jarraitu",
"Undo" : "Desegin",
"Redo" : "Berregin",
"Show original image" : "Erakutsi jatorrizko irudia",
@ -383,6 +376,7 @@ OC.L10N.register(
"Tag photos to find them easily" : "Etiketatu argazkiak modu errazean aurkitzeko",
"Recognize is still working on your photos" : "Hautematea zure argazkietan lanean ari da oraindik",
"Places you have been to will appear here" : "Hemen egon zaren tokiak agertuko dira",
"Your Timeline" : "Zure denbora-lerroa"
"Yes" : "Bai",
"No" : "Ez"
},
"nplurals=2; plural=(n != 1);");

50
l10n/eu.json vendored
View File

@ -1,4 +1,5 @@
{ "translations": {
"Download" : "Deskargatu",
"Memories" : "Memoriak",
"Fast, modern and advanced photo management suite" : "Argazkiak kudeatzeko suite azkarra, modernoa eta aurreratua",
"Settings" : "Ezarpenak",
@ -19,7 +20,6 @@
"Recognize" : "Recognize",
"A better photos experience awaits you" : "Argazki esperientzia hobea prest",
"Choose the root folder of your timeline to begin" : "Aukeratu zure denbora-lerroaren erroko karpeta hasteko",
"If you just installed Memories, run:" : "Memories instalatu berri baduzu, exekutatu:",
"Continue to Memories" : "Jarraitu Memories-era",
"Choose again" : "Aukeratu berriro",
"Click here to start" : "Egin klik hemen hasteko",
@ -27,9 +27,8 @@
"Choose the root of your timeline" : "Aukeratu zure denbora-lerroaren erroa",
"The selected folder does not seem to be valid. Try again." : "Aukeratutako karpetak ez dirudi baliozkoa denik. Saiatu berriro.",
"_Found {n} item in {path}_::_Found {n} items in {path}_" : ["{n} elementu aurkitu dira {path}-n","{n} elementu aurkitu dira {path}-n"],
"Metadata" : "Metadatuak",
"Edit" : "Aldatu",
"No title" : "Izenbururik ez",
"No description" : "Deskribapenik ez",
"No coordinates" : "Koordenaturik ez",
"Click edit to set location" : "Egin klik editatu kokapena ezartzeko",
"Photos" : "Argazkiak",
@ -37,7 +36,6 @@
"Cancel" : "Utzi",
"Delete" : "Ezabatu",
"Remove from album" : "Kendu albumetik",
"Download" : "Deskargatu",
"Favorite" : "Egin gogoko",
"Unarchive" : "Ez artxibatu",
"Edit metadata" : "Editatu metadatuak",
@ -46,17 +44,18 @@
"Add to album" : "Gehitu albumera",
"Move to person" : "Mugitu pertsonara",
"Remove from person" : "Kendu pertsonatik",
"You are about to download a large number of files. Are you sure?" : "Fitxategi asko deskargatuko dituzu. Ziur zaude?",
"You are about to delete a large number of files. Are you sure?" : "Fitxategi asko ezabatuko dituzu. Ziur zaude?",
"You are about to touch a large number of files. Are you sure?" : "Fitxategi asko ukituko dituzu. Ziur zaude?",
"Continue" : "Jarraitu",
"Move" : "Mugitu",
"_{n} selected_::_{n} selected_" : ["{n} hautatuta","{n} hautatuta"],
"Memories Settings" : "Memories-en ezarpenak",
"General" : "Orokorra",
"Timeline Path" : "Denbora-lerroa",
"Square grid mode" : "Sare karratu modua",
"Show past photos on top of timeline" : "Erakutsi iraganeko argazkiak denbora-lerroaren gainean",
"Viewer" : "Ikustailea",
"Load full size image on zoom" : "Kargatu tamaina osoko irudia zoom-en",
"Always load full size image (not recommended)" : "Kargatu beti tamaina osoko irudia (ez da gomendagarria)",
"Account" : "Kontua",
"Folders Path" : "Karpeten bide-izena",
"Show hidden folders" : "Erakutsi ezkutuko karpetak",
"Sort folders oldest-first" : "Ordenatu karpetak zaharrenetik berrienera",
@ -67,9 +66,9 @@
"{photoCount} photos" : "{photoCount} argazkiak",
"Failed to load some photos" : "Argazki batzuk kargatzeak huts egin du",
"Failed to update setting" : "Ezarpen eguneratzeak huts egin du",
"EXIF Extraction" : "EXIF-en erauzketa",
"Path to packaged exiftool binary" : "Paketatutako exiftool bitarrerako bide-izena",
"Media Indexing" : "Multimedia indexatzen",
"EXIF Extraction" : "EXIF-en erauzketa",
"External Link" : "Kanpoko esteka",
"{n} media files have been indexed" : "{n} multimedia fitxategi indexatu dira",
"Only server-side encryption (OC_DEFAULT_MODULE) is supported, but another encryption module is enabled." : "(OC_DEFAULT_MODULE) zerbitzariaren aldeko enkriptatzea bakarrik onartzen da, baina beste enkriptatze modulu bat gaituta dago.",
"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 indizeak atzeko planoan aldizkako zeregin batean eraiki eta egiaztatzen dira. Kontuz ibili indexatze automatikoa ez den beste ezer hautatzen duzunean. Adibidez, indexatzea denbora-lerroaren karpetetan soilik ezartzeak atzerapenak eragin ditzake multimedia erabiltzaileentzat eskuragarri egon aurretik, erabiltzaileak saioa hasi ondoren soilik konfiguratzen baitu denbora-lerroa.",
@ -82,22 +81,20 @@
"Force re-indexing of all files:" : "Behartu fitxategi guztiak berriro indexatzea:",
"You can limit indexing by user and/or folder:" : "Erabiltzaile eta/edo karpetaren arabera indexatzea muga dezakezu:",
"Clear all existing index tables:" : "Garbitu lehendik dauden indize-taula guztiak:",
"The following MIME types are configured for preview generation correctly. More documentation:" : "Honako MIME mota hauek aurrebista zuzen sortzeko konfiguratuta daude. Dokumentazio gehiago:",
"External Link" : "Kanpoko esteka",
"Performance" : "Errendimendua",
"Media Indexing" : "Multimedia indexatzen",
"HTTPS is enabled" : "HTTPS gaituta dago",
"HTTP/2 or HTTP/3 is enabled" : "HTTP/2 edo HTTP/3 gaituta dago",
"HTTP/2 or HTTP/3 is strongly recommended ({httpVer} detected)" : "HTTP/2 edo HTTP/3 oso gomendagarria da ({httpVer} hauteman da)",
"Performance" : "Errendimendua",
"Unknown" : "Ezezaguna",
"Reverse Geocoding" : "Alderantzizko geokodetzea",
"Memories supports offline reverse geocoding using the OpenStreetMaps data on MySQL and Postgres." : "Memories-ek lineaz kanpoko alderantzizko geokodetzea onartzen du MySQL eta Postgres-en OpenStreetMaps datuak erabiliz.",
"You need to download the planet data into your database. This is highly recommended and has low overhead." : "Planetaren datuak zure datu-basera deskargatu behar dituzu. Oso gomendagarria da eta kostu txikia du.",
"If the button below does not work for importing the planet data, use the following command:" : "Beheko botoiak planetaren datuak inportatzeko balio ez badu, erabili komando hau:",
"Download planet database" : "Deskargatu planeten datu-basea",
"Reverse Geocoding" : "Alderantzizko geokodetzea",
"Geometry support was not detected in your database" : "Ez da geometria euskarririk detektatu zure datu-basean",
"MySQL-like geometry support was detected " : "MySQL antzeko geometria euskarria detektatu da",
"Postgres native geometry support was detected" : "Postgres jatorrizko geometria euskarria detektatu da",
"Video Streaming" : "Bideo-streaming",
"Live transcoding provides for adaptive streaming of videos using HLS." : "Zuzeneko transkodetzeak HLS erabiliz bideoen streaming moldagarria eskaintzen du.",
"Note that this may be very CPU intensive without hardware acceleration, and transcoding will not be used for external storage." : "Kontuan izan hardware-azeleraziorik gabe CPU oso intentsiboa izan daitekeela eta transkodetzea ez dela erabiliko kanpoko biltegiratzeko.",
"Enable Transcoding" : "Gaitu transkodetzea",
@ -107,14 +104,13 @@
"Auto (adaptive transcode)" : "(transkode egokitzaile) automatikoa",
"Original (transcode with max quality)" : "Jatorrizkoa (kalitate maximodun transkodea)",
"Direct (original video file without transcode)" : "Zuzena (jatorrizko bideo fitxategia transkoderik gabe)",
"Hardware Acceleration" : "Hardware azelerazioa",
"Video Streaming" : "Bideo-streaming",
"You must first make sure the correct drivers are installed before configuring acceleration." : "Azelerazioa konfiguratu aurretik kontrolatzaile egokiak instalatuta daudela ziurtatu.",
"Make sure you test hardware acceleration with various options after enabling." : "Ziurtatu hardware azelerazioa gaitu ondoren probatu duzula hainbat aukerarekin.",
"Do not enable multiple types of hardware acceleration simultaneously." : "Ez gaitu hainbat hardware azelerazio mota aldi berean.",
"Intel processors supporting QuickSync Video (QSV) as well as some AMD GPUs can be used for transcoding using VA-API acceleration." : "QuickSync Video (QSV) eta AMD GPU batzuk onartzen dituzten Intel prozesadoreak transkodetzeko erabil daitezke VA-API azelerazioa erabiliz.",
"For more details on driver installation, check the documentation:" : "Kontrolatzailearen instalazioari buruzko xehetasun gehiago lortzeko, kontsultatu dokumentazioa:",
"Enable acceleration with VA-API" : "Gaitu VA-API bidezko azelerazioa",
"Enable low-power mode (QSV)" : "Gaitu energia baxuko modua (QSV)",
"NVIDIA GPUs can be used for transcoding using the NVENC encoder with the proper drivers." : "NVIDIA GPUak NVENC kodetzailea erabiliz transkodetzeko erabil daitezke kontrolatzaile egokiekin.",
"Depending on the versions of the installed SDK and ffmpeg, you need to specify the scaler to use" : "Instalatutako SDK eta ffmpeg bertsioen arabera, erabili beharreko eskalatzailea zehaztu.",
"No automated tests are available for NVIDIA acceleration." : "Ez dago proba automatikorik erabilgarri NVIDIA azeleraziorako.",
@ -126,13 +122,14 @@
"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",
"VA-API device status: {status}" : "VA-API gailuaren egoera: {status}",
"Transcoder configuration" : "Transkodetzailearen konfigurazioa",
"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-ek go-vod transkodetzailea erabiltzen du. Go-vod exekutatu dezakezu (adibidez, Docker edukiontzi bereizi batean hardware azeleraziorako) edo integratutako transkodetzailea erabil dezakezu. Kanpoko transkodetzaile bat erabiltzeko, gaitu aukera hau eta jarraitu dokumentazioko argibideak:",
"Enable external transcoder (go-vod)" : "Gaitu kanpoko transkodetzailea (go-vod)",
"Binary path (local only)" : "Bide-izen bitarra (lokala soilik)",
"Bind address (local only)" : "Lotu helbidea (lokala soilik)",
"Connection address (same as bind if local)" : "Konexio helbidea (berdina lotura lokala bada)",
"_{n} item added to album_::_{n} items added to album_" : ["{n} elementu gehitu dira albumean","{n} elementu gehitu dira albumean"],
"Template" : "Txantiloia",
"No items" : "Elementurik ez",
"Shared by {user}" : "{user}(e)k partekatua",
"Add people or groups who can edit your album" : "Gehitu zure albuma editatu dezaketen pertsona edo taldeak",
"Search for collaborators" : "Bilatu kolaboratzaileak",
"Search people or groups" : "Bilatu erabiltzaile edo taldeak",
@ -164,12 +161,12 @@
"Save" : "Gorde",
"Create album" : "Sortu albuma",
"Invalid album name; should not contain any slashes." : "Albumaren izen baliogabea; ez luke barrarik eduki behar.",
"Add selection to album {albumName}" : "Gehitu hautapena {albumName} albumera",
"Create a new album." : "Sortu album berria.",
"_%n item_::_%n items_" : ["elementu %n","%n elementu"],
"_Share with %n user_::_Share with %n users_" : ["Partekatu erabiltzaile %nekin","Partekatu %n erabiltzaileekin"],
"Search" : "Bilatu",
"Save changes" : "Gorde aldaketak",
"Share Album" : "Partekatu albuma",
"Save collaborators for this album." : "Gorde album honen kolaboratzaileak.",
"shared by {owner}" : "{owner}(e)k partekatuta",
"_%n item_::_%n items_" : ["elementu %n","%n elementu"],
"Newest" : "Berrienak",
"Year" : "Urtea",
"Month" : "Hilabetea",
@ -205,10 +202,8 @@
"Name" : "Izena",
"Update" : "Eguneratu",
"Failed to rename {oldName} to {name}." : "{oldName} {name}(e)ra aldatzeak huts egin du.",
"Search" : "Bilatu",
"Loading …" : "Kargatzen …",
"Merge {name} with person" : "Batu {izena} pertsonarekin",
"Are you sure you want to merge {name} with {newName}?" : "Ziur {name} eta {newName} batu nahi dituzula?",
"Too many failures, aborting" : "Hutsegite gehiegi, abortatzen",
"Error while moving {basename}" : "Errorea {basename} mugitzen",
"Failed to move {name}." : "{name} mugitzeak huts egin du.",
@ -247,8 +242,8 @@
"Sort by name" : "Ordenatu izenaren arabera",
"Share album" : "Partekatu albuma",
"Download album" : "Deskargatu albuma",
"Delete album" : "Ezabatu albuma",
"Nothing to show here" : "Hemen ez dago ezer erakusteko",
"Unassigned faces" : "Esleitu gabeko aurpegiak",
"Merge with different person" : "Bateratu beste pertsona batekin",
"Mark person in preview" : "Markatu pertsona aurreikuspenean",
"Folder View" : "Karpeten ikuspegia",
@ -262,7 +257,6 @@
"Drop changes" : "Jaregin aldaketak",
"Share" : "Partekatu",
"Play Live Photo" : "Erreproduzitu zuzeneko argazkia",
"Sidebar" : "Alboko barra",
"Download Video" : "Deskargatu bideoa",
"Slideshow" : "Diapositiba-aurkezpena",
"Previous" : "Aurrekoa",
@ -272,7 +266,6 @@
"Save as" : "Gorde honela",
"All changes will be lost." : "Aldaketa guztiak galduko dira.",
"Are you sure you want to continue?" : "Ziur zaude jarraitu nahi duzula?",
"Continue" : "Jarraitu",
"Undo" : "Desegin",
"Redo" : "Berregin",
"Show original image" : "Erakutsi jatorrizko irudia",
@ -381,6 +374,7 @@
"Tag photos to find them easily" : "Etiketatu argazkiak modu errazean aurkitzeko",
"Recognize is still working on your photos" : "Hautematea zure argazkietan lanean ari da oraindik",
"Places you have been to will appear here" : "Hemen egon zaren tokiak agertuko dira",
"Your Timeline" : "Zure denbora-lerroa"
"Yes" : "Bai",
"No" : "Ez"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

412
l10n/fa.js vendored
View File

@ -1,66 +1,468 @@
OC.L10N.register(
"memories",
{
"Download" : "بارگیری",
"Memories" : "Memories",
"Fast, modern and advanced photo management suite" : "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: 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.",
"Settings" : "تنظیمات",
"People (Recognize)" : "People (Recognize)",
"People" : "مردم",
"People (Face Recognition)" : "People (Face Recognition)",
"Info" : "اطلاعات",
"Timeline" : "خط زمانی",
"Folders" : "پوشه ها",
"Favorites" : "مورد علاقه‌ها",
"Videos" : "فیلم ها ",
"Albums" : "آلبوم ها",
"Archive" : "بایگانی",
"On this day" : "در این روز",
"Places" : "مکان ها",
"Map" : "نقشه",
"Tags" : "برچسب ها",
"View all" : "View all",
"Recognize" : "Recognize",
"Face Recognition" : "Face Recognition",
"A better photos experience awaits you" : "A better photos experience awaits you",
"Choose the root folder of your timeline to begin" : "Choose the root folder of your timeline to begin",
"Continue to Memories" : "Continue to Memories",
"Choose again" : "Choose again",
"Click here to start" : "Click here to start",
"You can always change this later in settings" : "You can always change this later in settings",
"If you just installed Memories, visit the admin panel first." : "If you just installed Memories, visit the admin panel first.",
"Choose the root of your timeline" : "Choose the root of your timeline",
"The selected folder does not seem to be valid. Try again." : "The selected folder does not seem to be valid. Try again.",
"No photos were found in the selected folder." : "No photos were found in the selected folder.",
"This can happen because your media is still indexing." : "This can happen because your media is still indexing.",
"Visit the admin panel to make sure Memories is configured correctly." : "Visit the admin panel to make sure Memories is configured correctly.",
"_Found {n} item in {path}_::_Found {n} items in {path}_" : ["Found {n} item in {path}","Found {n} items in {path}"],
"Metadata" : "ابرداده",
"Edit" : "ویرایش",
"Failed to load metadata" : "Failed to load metadata",
"No coordinates" : "No coordinates",
"Click edit to set location" : "Click edit to set location",
"Photos" : "عکس ها",
"Explore" : "کاوش",
"Cancel" : "لغو",
"Delete" : "حذف",
"Download" : "بارگیری",
"Remove from album" : "Remove from album",
"Favorite" : "مورد‌ ‌علاقه‌",
"Unarchive" : "Unarchive",
"Edit metadata" : "Edit metadata",
"View in folder" : "مشاهده در پوشه",
"Move to folder" : "Move to folder",
"Add to album" : "به آلبوم اضافه کنید",
"Move to person" : "Move to person",
"Remove from person" : "Remove from person",
"Continue" : "ادامه دادن",
"Failed to delete files" : "Failed to delete files",
"Move" : "انتقال",
"You must enable \"Mark person in preview\" to use this feature" : "You must enable \"Mark person in preview\" to use this feature",
"Only user \"{user}\" can update this person" : "Only user \"{user}\" can update this person",
"_{n} selected_::_{n} selected_" : ["{n} selected","{n} selected"],
"Memories Settings" : "Memories Settings",
"General" : "عمومی",
"Timeline Path" : "Timeline Path",
"Square grid mode" : "Square grid mode",
"Show past photos on top of timeline" : "Show past photos on top of timeline",
"Viewer" : "Viewer",
"Autoplay Live Photos" : "Autoplay Live Photos",
"Load full size image on zoom" : "Load full size image on zoom",
"Always load full size image (not recommended)" : "Always load full size image (not recommended)",
"Account" : "حساب",
"Logged in as {user}" : "Logged in as {user}",
"Sign out" : "Sign out",
"Device Folders" : "Device Folders",
"Local folders to include in the timeline view" : "Local folders to include in the timeline view",
"Folders Path" : "Folders Path",
"Show hidden folders" : "Show hidden folders",
"Sort folders oldest-first" : "Sort folders oldest-first",
"Sort albums oldest-first" : "Sort albums oldest-first",
"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}?",
"Close" : "بسته",
"{photoCount} photos" : "{photoCount} photos",
"Failed to load some photos" : "Failed to load some photos",
"Failed to update setting" : "Failed to update setting",
"Albums support is enabled through the Photos app." : "Albums support is enabled through the Photos app.",
"Albums are disabled because the Photos app is not available." : "Albums are disabled because the Photos app is not available.",
"Face Recognition is installed and enabled" : "Face Recognition is installed and enabled",
"Preview generator is installed and enabled. Additional configuration may still be required." : "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." : "Preview generator is not installed and configured. This may make Memories very slow.",
"Recommended Apps" : "Recommended Apps",
"Path to packaged exiftool binary" : "Path to packaged exiftool binary",
"You need perl only if the packaged exiftool binary does not work for some reason." : "You need perl only if the packaged exiftool binary does not work for some reason.",
"Use system perl (only if exiftool binary does not work)" : "Use system perl (only if exiftool binary does not work)",
"EXIF Extraction" : "EXIF Extraction",
"You can configure the enabled Nextcloud preview providers below." : "You can configure the enabled Nextcloud preview providers below.",
"If you are using Imaginary for preview generation, you can ignore this section." : "If you are using Imaginary for preview generation, you can ignore this section.",
"To enable RAW support, install the Camera RAW Previews app." : "To enable RAW support, install the Camera RAW Previews app.",
"Documentation." : "Documentation.",
"The following MIME types are configured for preview generation." : "The following MIME types are configured for preview generation.",
"Max preview size (trade-off between quality and storage requirements)." : "Max preview size (trade-off between quality and storage requirements).",
"Max memory for preview generation (MB)" : "Max memory for preview generation (MB)",
"Max size of preview files (MB)" : "Max size of preview files (MB)",
"File Support" : "File Support",
"Images (JPEG, PNG, GIF, BMP)" : "Images (JPEG, PNG, GIF, BMP)",
"HEIC (Imagick)" : "HEIC (Imagick)",
"TIFF (Imagick)" : "TIFF (Imagick)",
"Videos (ffmpeg)" : "Videos (ffmpeg)",
"Thank you for choosing Nextcloud and Memories to store your precious data!" : "Thank you for choosing Nextcloud and Memories to store your precious data!",
"Memories is very feature rich and setting it up properly can take some time." : "Memories is very feature rich and setting it up properly can take some time.",
"If you just installed Memories, make sure you read the getting started guide:" : "If you just installed Memories, make sure you read the getting started guide:",
"External Link" : "External Link",
"In case you run into any issues or bugs, you can get help through several channels." : "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 is a completely free and open source app under active development.",
"You can contribute in several ways. See the project page for more details:" : "You can contribute in several ways. See the project page for more details:",
"Help & Support" : "Help & Support",
"{n} media files have been indexed" : "{n} media files have been indexed",
"Automatic Indexing status: {status}" : "Automatic Indexing status: {status}",
"Last index job was run {t} seconds ago." : "Last index job was run {t} seconds ago.",
"It took {t} seconds to complete." : "It took {t} seconds to complete.",
"It is still running or was interrupted." : "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." : "Looks like it has been more than an hour since the last index job was run. Make sure Nextcloud cron is configured correctly.",
"Only server-side encryption (OC_DEFAULT_MODULE) is supported, but another encryption module is enabled." : "Only server-side encryption (OC_DEFAULT_MODULE) is supported, but another encryption module is enabled.",
"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." : "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.",
"Index all media automatically (recommended)" : "Index all media automatically (recommended)",
"Index per-user timeline folders (not recommended)" : "Index per-user timeline folders (not recommended)",
"Index a fixed relative path" : "Index a fixed relative path",
"Disable background indexing" : "Disable background indexing",
"Indexing path (relative, all users)" : "Indexing path (relative, all users)",
"For advanced usage, perform a run of indexing by running:" : "For advanced usage, perform a run of indexing by running:",
"Run index in parallel with 4 threads:" : "Run index in parallel with 4 threads:",
"Force re-indexing of all files:" : "Force re-indexing of all files:",
"You can limit indexing by user and/or folder:" : "You can limit indexing by user and/or folder:",
"Clear all existing index tables:" : "Clear all existing index tables:",
"Media Indexing" : "Media Indexing",
"HTTPS is enabled" : "HTTPS is enabled",
"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." : "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.",
"HTTP/2 or HTTP/3 is enabled" : "HTTP/2 or HTTP/3 is enabled",
"HTTP/2 or HTTP/3 is strongly recommended ({httpVer} detected)" : "HTTP/2 or HTTP/3 is strongly recommended ({httpVer} detected)",
"Performance" : "کارایی",
"Unknown" : "ناشناخته",
"Database is populated with {n} geometries." : "Database is populated with {n} geometries.",
"Geometry table has not been created." : "Geometry table has not been created.",
"Looks like the planet data is incomplete." : "Looks like the planet data is incomplete.",
"Reverse geocoding has not been configured ({status})." : "Reverse geocoding has not been configured ({status}).",
"Memories supports offline reverse geocoding using the OpenStreetMaps data on MySQL and Postgres." : "Memories supports offline reverse geocoding using the OpenStreetMaps data on MySQL and Postgres.",
"You need to download the planet data into your database. This is highly recommended and has low overhead." : "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:" : "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." : "Note: the geometry data is stored in the memories_planet_geometry table, with no prefix.",
"Download planet database" : "Download planet database",
"Reverse Geocoding" : "Reverse Geocoding",
"Geometry support was not detected in your database" : "Geometry support was not detected in your database",
"MySQL-like geometry support was detected " : "MySQL-like geometry support was detected ",
"Postgres native geometry support was detected" : "Postgres native geometry support was detected",
"Looks like the database is already setup. Are you sure you want to redownload planet data?" : "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." : "You are about to download the planet database. This may take a while.",
"This may also cause all photos to be re-indexed!" : "This may also cause all photos to be re-indexed!",
"Live transcoding provides for adaptive streaming of videos using HLS." : "Live transcoding provides for adaptive streaming of videos using HLS.",
"Note that this may be very CPU intensive without hardware acceleration, and transcoding will not be used for external storage." : "Note that this may be very CPU intensive without hardware acceleration, and transcoding will not be used for external storage.",
"Enable Transcoding" : "Enable Transcoding",
"ffmpeg path" : "ffmpeg path",
"ffprobe path" : "ffprobe path",
"Global default video quality (user may override)" : "Global default video quality (user may override)",
"Auto (adaptive transcode)" : "Auto (adaptive transcode)",
"Original (transcode with max quality)" : "Original (transcode with max quality)",
"Direct (original video file without transcode)" : "Direct (original video file without transcode)",
"Video Streaming" : "Video Streaming",
"You must first make sure the correct drivers are installed before configuring acceleration." : "You must first make sure the correct drivers are installed before configuring acceleration.",
"Make sure you test hardware acceleration with various options after enabling." : "Make sure you test hardware acceleration with various options after enabling.",
"Do not enable multiple types of hardware acceleration simultaneously." : "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 processors supporting QuickSync Video (QSV) as well as some AMD GPUs can be used for transcoding using VA-API acceleration.",
"For more details on driver installation, check the documentation:" : "For more details on driver installation, check the documentation:",
"Enable acceleration with VA-API" : "Enable acceleration with VA-API",
"Enable low-power mode (QSV only)" : "Enable low-power mode (QSV only)",
"NVIDIA GPUs can be used for transcoding using the NVENC encoder with the proper drivers." : "NVIDIA GPUs can be used for transcoding using the NVENC encoder with the proper drivers.",
"Depending on the versions of the installed SDK and ffmpeg, you need to specify the scaler to use" : "Depending on the versions of the installed SDK and ffmpeg, you need to specify the scaler to use",
"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",
"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 the following option only if you have incorrectly oriented videos during playback." : "Enable the following option only if you have incorrectly oriented videos during playback.",
"Enable streaming transpose workaround" : "Enable streaming transpose workaround",
"HW Acceleration" : "HW Acceleration",
"VA-API device ({dev}) is readable" : "VA-API device ({dev}) is readable",
"VA-API device ({dev}) not found" : "VA-API device ({dev}) not found",
"VA-API device ({dev}) has incorrect permissions" : "VA-API device ({dev}) has incorrect permissions",
"VA-API device status: {status}" : "VA-API device status: {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 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:",
"Enable external transcoder (go-vod)" : "Enable external transcoder (go-vod)",
"Binary path (local only)" : "Binary path (local only)",
"Bind address (local only)" : "Bind address (local only)",
"Connection address (same as bind if local)" : "Connection address (same as bind if local)",
"Transcoder" : "Transcoder",
"Template" : "Template",
"No items" : "هیچ موردی وجود ندارد.",
"Shared by {user}" : "Shared by {user}",
"_{n} item_::_{n} items_" : ["{n} item","{n} items"],
"_{n} photo updated_::_{n} photos updated_" : ["{n} photo updated","{n} photos updated"],
"Add people or groups who can edit your album" : "افراد یا گروه هایی را اضافه کنید که می توانند آلبوم شما را ویرایش کنند",
"Search for collaborators" : "همکاران را جستجو کنید",
"Search people or groups" : "افراد یا گروه ها را جستجو کنید",
"Add {collaboratorLabel} to the collaborators list" : "{همکار برچسب} را به لیست همکاران اضافه کنید",
"No collaborators available" : "هیچ مشارکتی در دسترس نیست",
"Remove {collaboratorLabel} from the collaborators list" : "{collaboratorLabel} را از لیست همکاران حذف کنید",
"Copy the public link" : "لینک عمومی را کپی کنید",
"Public link copied!" : "پیوند عمومی کپی شد!",
"Copy public link" : "پیوند عمومی را کپی کنید",
"Delete the public link" : "لینک عمومی را حذف کنید",
"Share via public link" : "از طریق پیوند عمومی به اشتراک بگذارید",
"Failed to fetch collaborators list." : "واکشی لیست همکاران انجام نشد.",
"Public link" : "پیوند عمومی",
"Failed to fetch album." : "واکشی آلبوم ناموفق بود.",
"Failed to update album." : "آلبوم به‌روزرسانی نشد.",
"Create new album" : "ایجاد آلبوم جدید",
"Edit album details" : "ویرایش جزئیات آلبوم",
"New album" : "آلبوم جدید",
"Could not load the selected album" : "Could not load the selected album",
"Remove Album" : "Remove Album",
"Are you sure you want to permanently remove album \"{name}\"?" : "Are you sure you want to permanently remove album \"{name}\"?",
"Failed to delete {name}." : "Failed to delete {name}.",
"Name of the album" : "نام آلبوم",
"Location of the album" : "محل قرار گرفتن آلبوم",
"Go back to the previous view." : "به نمای قبلی برگردید",
"Back" : "بازگشت",
"Go to the add collaborators view." : "به نمای افزودن همکاران بروید.",
"Add collaborators" : "اضافه کردن همکاران",
"Back to the new album form." : "بازگشت به فرم آلبوم جدید.",
"Save" : "ذخیره",
"Create album" : "ایجاد آلبوم",
"Invalid album name; should not contain any slashes." : "Invalid album name; should not contain any slashes.",
"Search" : "جستجو",
"Create new album." : "Create new album.",
"Save changes" : "ذخیرهٔ تغییرات",
"_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." : "همکاران را برای این آلبوم ذخیره کنید.",
"shared by {owner}" : "shared by {owner}",
"_%n item_::_%n items_" : ["%n item","%n items"],
"Newest" : "Newest",
"Year" : "سال",
"Month" : "ماه",
"Day" : "روز",
"Time" : "زمان",
"Hour" : "Hour",
"Minute" : "Minute",
"Oldest" : "Oldest",
"Invalid Date" : "Invalid Date",
"Newest date is older than oldest date" : "Newest date is older than oldest date",
"Title" : "عنوان",
"Description" : "توضیحات",
"Label" : "برچسب",
"Camera Make" : "Camera Make",
"Camera Model" : "Camera Model",
"Lens Model" : "Lens Model",
"Copyright" : "کپی‌رایت",
"Empty" : "خالی",
"Unchanged" : "Unchanged",
"Reset" : "بازنشاندن",
"Remove location" : "Remove location",
"Search location / landmark" : "Search location / landmark",
"Failed to search for location with Nominatim." : "Failed to search for location with Nominatim.",
"Date / Time" : "Date / Time",
"Collaborative Tags" : "Collaborative Tags",
"EXIF Fields" : "EXIF Fields",
"Geolocation" : "Geolocation",
"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).",
"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",
"Rename person" : "تغییر نام شخص",
"Name" : "نام",
"Update" : "یه‌روزرسانی",
"Search" : "جستجو",
"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",
"Failed to create face" : "Failed to create face",
"Merge {name} with person" : "Merge {name} with person",
"Too many failures, aborting" : "Too many failures, aborting",
"Error while moving {basename}" : "Error while moving {basename}",
"Failed to move {name}." : "Failed to move {name}.",
"Move selected photos to person" : "Move selected photos to person",
"Move the selected photos to {target}?" : "Move the selected photos to {target}?",
"An error occurred while moving photos from {name}." : "An error occurred while moving photos from {name}.",
"Choose a folder" : "Choose a folder",
"_{n} item moved to folder_::_{n} items moved to folder_" : ["{n} item moved to folder","{n} items moved to folder"],
"Remove" : "حذف",
"Add Path" : "Add Path",
"Add a root to your timeline" : "Add a root to your timeline",
"Link Sharing" : "Link Sharing",
"You cannot share the root folder" : "You cannot share the root folder",
"Public link shares are available to people outside Nextcloud." : "Public link shares are available to people outside Nextcloud.",
"You may create or update permissions on public links using the sidebar." : "You may create or update permissions on public links using the sidebar.",
"Click a link to copy to clipboard." : "Click a link to copy to clipboard.",
"Share link" : "هم‌رسانی پیوند",
"Create Link" : "Create Link",
"Refresh" : "تازه‌سازی",
"Password protected" : "نگهداری از رمز عبور",
"Password protected" : "محافظت‌شده با گذرواژه",
"Expires" : "منقضی می شود",
"Editable" : "Editable",
"Read only" : "فقط خواندنی",
"Link copied to clipboard" : "پیوند در حافظه موقت کپی شده",
"Share File" : "Share File",
"Reduced Size" : "Reduced Size",
"Share a lower resolution image preview" : "Share a lower resolution image preview",
"High Resolution" : "High Resolution",
"Share the video as a high quality MOV" : "Share the video as a high quality MOV",
"Share the image as a high quality JPEG" : "Share the image as a high quality JPEG",
"Original File" : "Original File",
"Share the original image / video file" : "Share the original image / video file",
"Public Link" : "Public Link",
"Share an external Nextcloud link" : "Share an external Nextcloud link",
"Failed to download file" : "Failed to download file",
"Cannot share this type of data" : "Cannot share this type of data",
"Sort by date" : "Order by date",
"Sort by name" : "Order by name",
"Share album" : "Share album",
"Download album" : "Download album",
"Nothing to show here" : "Nothing to show here",
"Unassigned faces" : "چهره های تعیین نشده",
"Merge with different person" : "ادغام با افراد مختلف",
"Mark person in preview" : "Mark person in preview",
"Folder View" : "Folder View",
"Timeline View" : "Timeline View",
"Share folder" : "اشتراک‌گذاری پوشه",
"Move left" : "Move left",
"Move right" : "Move right",
"Image saved successfully" : "Image saved successfully",
"Error saving image" : "Error saving image",
"Unsaved changes" : "Unsaved changes",
"Drop changes" : "Drop changes",
"Share" : "هم‌رسانی",
"Play Live Photo" : "Play Live Photo",
"Download Video" : "Download Video",
"Slideshow" : "Slideshow",
"Previous" : "قبلی",
"Next" : "بعدی",
"Continue" : "ادامه دادن",
"Editing is currently disabled for Live Photos" : "Editing is currently disabled for Live Photos",
"Are you sure you want to delete?" : "Are you sure you want to delete?",
"Failed to delete photo" : "Failed to delete photo",
"{name} binary exists and is executable." : "{name} binary exists and is executable.",
"{name} binary not found." : "{name} binary not found.",
"{name} binary is not executable." : "{name} binary is not executable.",
"{name} failed test: {info}." : "{name} failed test: {info}.",
"{name} binary exists and is usable ({info})." : "{name} binary exists and is usable ({info}).",
"{name} binary status: {status}." : "{name} binary status: {status}.",
"Save as" : "Save as",
"All changes will be lost." : "All changes will be lost.",
"Are you sure you want to continue?" : "Are you sure you want to continue?",
"Undo" : "برگرداندن",
"Redo" : "Redo",
"Show original image" : "Show original image",
"Zoom in" : "Zoom in",
"Zoom out" : "Zoom out",
"Toggle zoom menu" : "Toggle zoom menu",
"Adjust" : "Adjust",
"Fine-tune" : "Fine-tune",
"Filters" : "Filters",
"Watermark" : "Watermark",
"Draw" : "Draw",
"Resize" : "Resize",
"Invalid image." : "Invalid image.",
"Error while uploading the image." : "Error while uploading the image.",
"are not images" : "are not images",
"is not an image" : "is not an image",
"to be uploaded" : "to be uploaded",
"Crop" : "Crop",
"Original" : "اصلی",
"Custom" : "Custom",
"Square" : "Square",
"Landscape" : "Landscape",
"Portrait" : "Portrait",
"Ellipse" : "Ellipse",
"Classic TV" : "Classic TV",
"CinemaScope" : "CinemaScope",
"Arrow" : "Arrow",
"Blur" : "Blur",
"Brightness" : "Brightness",
"Contrast" : "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" : "Saturation",
"Value" : "مقدار",
"Image" : "Image",
"Importing …" : "Importing …",
"+ Add image" : "+ Add image",
"Line" : "Line",
"Pen" : "Pen",
"Polygon" : "Polygon",
"Sides" : "Sides",
"Rectangle" : "Rectangle",
"Corner Radius" : "Corner Radius",
"Width in pixels" : "Width in pixels",
"Height in pixels" : "Height in pixels",
"Toggle ratio lock" : "Toggle ratio lock",
"Reset to original image size" : "Reset to original image size",
"Rotate" : "Rotate",
"Text" : "متن",
"Text spacing" : "Text spacing",
"Text alignment" : "Text alignment",
"Font family" : "Font family",
"Size" : "اندازه",
"Letter spacing" : "Letter spacing",
"Line height" : "Line height",
"Warmth" : "Warmth",
"+ Add watermark" : "+ Add watermark",
"Choose watermark type" : "Choose watermark type",
"Upload watermark" : "Upload watermark",
"Add as text" : "Add as text",
"Padding" : "Padding",
"Shadow" : "Shadow",
"Horizontal" : "Horizontal",
"Vertical" : "Vertical",
"Opacity" : "Opacity",
"Position" : "Position",
"Stroke" : "Stroke",
"Save image as" : "Save image as",
"Extension" : "گسترش",
"Name is required." : "نام الزامی است",
"Quality" : "Quality",
"Saved image size (width x height)" : "Saved image size (width x height)",
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Note that the selected crop area is lower than the applied resize which might cause quality decrease",
"Actual size (100%)" : "Actual size (100%)",
"Fit size" : "Fit size",
"Transcoding failed, check Nextcloud logs." : "Transcoding failed, check Nextcloud logs.",
"Direct" : "مستقیم",
"Auto" : "خودکار"
"Auto" : "خودکار",
"Shared Folder" : "Shared Folder",
"Shared Album" : "Shared Album",
"Failed to remove {filename}." : "Failed to remove {filename}.",
"Failed to create {albumName}." : "ایجاد {albumName} ناموفق بود.",
"Failed to rename {currentAlbumName} to {newAlbumName}." : "تغییر نام {currentAlbumName} به {newAlbumName} انجام نشد.",
"General Failure" : "General Failure",
"Error: {msg}" : "Error: {msg}",
"Failed to delete {fileName}." : "{fileName} حذف نشد.",
"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 download files" : "Failed to download files",
"Failed to favorite files." : "Failed to favorite files.",
"Failed to favorite some files." : "Failed to favorite some files.",
"Failed to favorite {fileName}." : "Failed to favorite {fileName}.",
"No content-location header found" : "No content-location header found",
"Failed to create tag {name}: {error}" : "Failed to create tag {name}: {error}",
"Memories has been updated to {version}. Reload to get the new version." : "Memories has been updated to {version}. Reload to get the new version.",
"Upload some photos and make sure the timeline path is configured" : "Upload some photos and make sure the timeline path is configured",
"Mark photos as favorite to find them easily" : "Mark photos as favorite to find them easily",
"Memories from past years will appear here" : "Memories from past years will appear here",
"You will find your friends soon. Please be patient" : "You will find your friends soon. Please be patient",
"Face Recognition is disabled. Enable in settings to find your friends" : "Face Recognition is disabled. Enable in settings to find your friends",
"Your videos will appear here" : "Your videos will appear here",
"No photos in this album yet" : "No photos in this album yet",
"Create an album to get started" : "Create an album to get started",
"Archive photos you don't want to see in your timeline" : "Archive photos you don't want to see in your timeline",
"Tag photos to find them easily" : "Tag photos to find them easily",
"Recognize is still working on your photos" : "Recognize is still working on your photos",
"Places you have been to will appear here" : "Places you have been to will appear here"
},
"nplurals=2; plural=(n > 1);");

412
l10n/fa.json vendored
View File

@ -1,64 +1,466 @@
{ "translations": {
"Download" : "بارگیری",
"Memories" : "Memories",
"Fast, modern and advanced photo management suite" : "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: 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.",
"Settings" : "تنظیمات",
"People (Recognize)" : "People (Recognize)",
"People" : "مردم",
"People (Face Recognition)" : "People (Face Recognition)",
"Info" : "اطلاعات",
"Timeline" : "خط زمانی",
"Folders" : "پوشه ها",
"Favorites" : "مورد علاقه‌ها",
"Videos" : "فیلم ها ",
"Albums" : "آلبوم ها",
"Archive" : "بایگانی",
"On this day" : "در این روز",
"Places" : "مکان ها",
"Map" : "نقشه",
"Tags" : "برچسب ها",
"View all" : "View all",
"Recognize" : "Recognize",
"Face Recognition" : "Face Recognition",
"A better photos experience awaits you" : "A better photos experience awaits you",
"Choose the root folder of your timeline to begin" : "Choose the root folder of your timeline to begin",
"Continue to Memories" : "Continue to Memories",
"Choose again" : "Choose again",
"Click here to start" : "Click here to start",
"You can always change this later in settings" : "You can always change this later in settings",
"If you just installed Memories, visit the admin panel first." : "If you just installed Memories, visit the admin panel first.",
"Choose the root of your timeline" : "Choose the root of your timeline",
"The selected folder does not seem to be valid. Try again." : "The selected folder does not seem to be valid. Try again.",
"No photos were found in the selected folder." : "No photos were found in the selected folder.",
"This can happen because your media is still indexing." : "This can happen because your media is still indexing.",
"Visit the admin panel to make sure Memories is configured correctly." : "Visit the admin panel to make sure Memories is configured correctly.",
"_Found {n} item in {path}_::_Found {n} items in {path}_" : ["Found {n} item in {path}","Found {n} items in {path}"],
"Metadata" : "ابرداده",
"Edit" : "ویرایش",
"Failed to load metadata" : "Failed to load metadata",
"No coordinates" : "No coordinates",
"Click edit to set location" : "Click edit to set location",
"Photos" : "عکس ها",
"Explore" : "کاوش",
"Cancel" : "لغو",
"Delete" : "حذف",
"Download" : "بارگیری",
"Remove from album" : "Remove from album",
"Favorite" : "مورد‌ ‌علاقه‌",
"Unarchive" : "Unarchive",
"Edit metadata" : "Edit metadata",
"View in folder" : "مشاهده در پوشه",
"Move to folder" : "Move to folder",
"Add to album" : "به آلبوم اضافه کنید",
"Move to person" : "Move to person",
"Remove from person" : "Remove from person",
"Continue" : "ادامه دادن",
"Failed to delete files" : "Failed to delete files",
"Move" : "انتقال",
"You must enable \"Mark person in preview\" to use this feature" : "You must enable \"Mark person in preview\" to use this feature",
"Only user \"{user}\" can update this person" : "Only user \"{user}\" can update this person",
"_{n} selected_::_{n} selected_" : ["{n} selected","{n} selected"],
"Memories Settings" : "Memories Settings",
"General" : "عمومی",
"Timeline Path" : "Timeline Path",
"Square grid mode" : "Square grid mode",
"Show past photos on top of timeline" : "Show past photos on top of timeline",
"Viewer" : "Viewer",
"Autoplay Live Photos" : "Autoplay Live Photos",
"Load full size image on zoom" : "Load full size image on zoom",
"Always load full size image (not recommended)" : "Always load full size image (not recommended)",
"Account" : "حساب",
"Logged in as {user}" : "Logged in as {user}",
"Sign out" : "Sign out",
"Device Folders" : "Device Folders",
"Local folders to include in the timeline view" : "Local folders to include in the timeline view",
"Folders Path" : "Folders Path",
"Show hidden folders" : "Show hidden folders",
"Sort folders oldest-first" : "Sort folders oldest-first",
"Sort albums oldest-first" : "Sort albums oldest-first",
"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}?",
"Close" : "بسته",
"{photoCount} photos" : "{photoCount} photos",
"Failed to load some photos" : "Failed to load some photos",
"Failed to update setting" : "Failed to update setting",
"Albums support is enabled through the Photos app." : "Albums support is enabled through the Photos app.",
"Albums are disabled because the Photos app is not available." : "Albums are disabled because the Photos app is not available.",
"Face Recognition is installed and enabled" : "Face Recognition is installed and enabled",
"Preview generator is installed and enabled. Additional configuration may still be required." : "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." : "Preview generator is not installed and configured. This may make Memories very slow.",
"Recommended Apps" : "Recommended Apps",
"Path to packaged exiftool binary" : "Path to packaged exiftool binary",
"You need perl only if the packaged exiftool binary does not work for some reason." : "You need perl only if the packaged exiftool binary does not work for some reason.",
"Use system perl (only if exiftool binary does not work)" : "Use system perl (only if exiftool binary does not work)",
"EXIF Extraction" : "EXIF Extraction",
"You can configure the enabled Nextcloud preview providers below." : "You can configure the enabled Nextcloud preview providers below.",
"If you are using Imaginary for preview generation, you can ignore this section." : "If you are using Imaginary for preview generation, you can ignore this section.",
"To enable RAW support, install the Camera RAW Previews app." : "To enable RAW support, install the Camera RAW Previews app.",
"Documentation." : "Documentation.",
"The following MIME types are configured for preview generation." : "The following MIME types are configured for preview generation.",
"Max preview size (trade-off between quality and storage requirements)." : "Max preview size (trade-off between quality and storage requirements).",
"Max memory for preview generation (MB)" : "Max memory for preview generation (MB)",
"Max size of preview files (MB)" : "Max size of preview files (MB)",
"File Support" : "File Support",
"Images (JPEG, PNG, GIF, BMP)" : "Images (JPEG, PNG, GIF, BMP)",
"HEIC (Imagick)" : "HEIC (Imagick)",
"TIFF (Imagick)" : "TIFF (Imagick)",
"Videos (ffmpeg)" : "Videos (ffmpeg)",
"Thank you for choosing Nextcloud and Memories to store your precious data!" : "Thank you for choosing Nextcloud and Memories to store your precious data!",
"Memories is very feature rich and setting it up properly can take some time." : "Memories is very feature rich and setting it up properly can take some time.",
"If you just installed Memories, make sure you read the getting started guide:" : "If you just installed Memories, make sure you read the getting started guide:",
"External Link" : "External Link",
"In case you run into any issues or bugs, you can get help through several channels." : "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 is a completely free and open source app under active development.",
"You can contribute in several ways. See the project page for more details:" : "You can contribute in several ways. See the project page for more details:",
"Help & Support" : "Help & Support",
"{n} media files have been indexed" : "{n} media files have been indexed",
"Automatic Indexing status: {status}" : "Automatic Indexing status: {status}",
"Last index job was run {t} seconds ago." : "Last index job was run {t} seconds ago.",
"It took {t} seconds to complete." : "It took {t} seconds to complete.",
"It is still running or was interrupted." : "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." : "Looks like it has been more than an hour since the last index job was run. Make sure Nextcloud cron is configured correctly.",
"Only server-side encryption (OC_DEFAULT_MODULE) is supported, but another encryption module is enabled." : "Only server-side encryption (OC_DEFAULT_MODULE) is supported, but another encryption module is enabled.",
"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." : "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.",
"Index all media automatically (recommended)" : "Index all media automatically (recommended)",
"Index per-user timeline folders (not recommended)" : "Index per-user timeline folders (not recommended)",
"Index a fixed relative path" : "Index a fixed relative path",
"Disable background indexing" : "Disable background indexing",
"Indexing path (relative, all users)" : "Indexing path (relative, all users)",
"For advanced usage, perform a run of indexing by running:" : "For advanced usage, perform a run of indexing by running:",
"Run index in parallel with 4 threads:" : "Run index in parallel with 4 threads:",
"Force re-indexing of all files:" : "Force re-indexing of all files:",
"You can limit indexing by user and/or folder:" : "You can limit indexing by user and/or folder:",
"Clear all existing index tables:" : "Clear all existing index tables:",
"Media Indexing" : "Media Indexing",
"HTTPS is enabled" : "HTTPS is enabled",
"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." : "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.",
"HTTP/2 or HTTP/3 is enabled" : "HTTP/2 or HTTP/3 is enabled",
"HTTP/2 or HTTP/3 is strongly recommended ({httpVer} detected)" : "HTTP/2 or HTTP/3 is strongly recommended ({httpVer} detected)",
"Performance" : "کارایی",
"Unknown" : "ناشناخته",
"Database is populated with {n} geometries." : "Database is populated with {n} geometries.",
"Geometry table has not been created." : "Geometry table has not been created.",
"Looks like the planet data is incomplete." : "Looks like the planet data is incomplete.",
"Reverse geocoding has not been configured ({status})." : "Reverse geocoding has not been configured ({status}).",
"Memories supports offline reverse geocoding using the OpenStreetMaps data on MySQL and Postgres." : "Memories supports offline reverse geocoding using the OpenStreetMaps data on MySQL and Postgres.",
"You need to download the planet data into your database. This is highly recommended and has low overhead." : "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:" : "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." : "Note: the geometry data is stored in the memories_planet_geometry table, with no prefix.",
"Download planet database" : "Download planet database",
"Reverse Geocoding" : "Reverse Geocoding",
"Geometry support was not detected in your database" : "Geometry support was not detected in your database",
"MySQL-like geometry support was detected " : "MySQL-like geometry support was detected ",
"Postgres native geometry support was detected" : "Postgres native geometry support was detected",
"Looks like the database is already setup. Are you sure you want to redownload planet data?" : "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." : "You are about to download the planet database. This may take a while.",
"This may also cause all photos to be re-indexed!" : "This may also cause all photos to be re-indexed!",
"Live transcoding provides for adaptive streaming of videos using HLS." : "Live transcoding provides for adaptive streaming of videos using HLS.",
"Note that this may be very CPU intensive without hardware acceleration, and transcoding will not be used for external storage." : "Note that this may be very CPU intensive without hardware acceleration, and transcoding will not be used for external storage.",
"Enable Transcoding" : "Enable Transcoding",
"ffmpeg path" : "ffmpeg path",
"ffprobe path" : "ffprobe path",
"Global default video quality (user may override)" : "Global default video quality (user may override)",
"Auto (adaptive transcode)" : "Auto (adaptive transcode)",
"Original (transcode with max quality)" : "Original (transcode with max quality)",
"Direct (original video file without transcode)" : "Direct (original video file without transcode)",
"Video Streaming" : "Video Streaming",
"You must first make sure the correct drivers are installed before configuring acceleration." : "You must first make sure the correct drivers are installed before configuring acceleration.",
"Make sure you test hardware acceleration with various options after enabling." : "Make sure you test hardware acceleration with various options after enabling.",
"Do not enable multiple types of hardware acceleration simultaneously." : "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 processors supporting QuickSync Video (QSV) as well as some AMD GPUs can be used for transcoding using VA-API acceleration.",
"For more details on driver installation, check the documentation:" : "For more details on driver installation, check the documentation:",
"Enable acceleration with VA-API" : "Enable acceleration with VA-API",
"Enable low-power mode (QSV only)" : "Enable low-power mode (QSV only)",
"NVIDIA GPUs can be used for transcoding using the NVENC encoder with the proper drivers." : "NVIDIA GPUs can be used for transcoding using the NVENC encoder with the proper drivers.",
"Depending on the versions of the installed SDK and ffmpeg, you need to specify the scaler to use" : "Depending on the versions of the installed SDK and ffmpeg, you need to specify the scaler to use",
"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",
"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 the following option only if you have incorrectly oriented videos during playback." : "Enable the following option only if you have incorrectly oriented videos during playback.",
"Enable streaming transpose workaround" : "Enable streaming transpose workaround",
"HW Acceleration" : "HW Acceleration",
"VA-API device ({dev}) is readable" : "VA-API device ({dev}) is readable",
"VA-API device ({dev}) not found" : "VA-API device ({dev}) not found",
"VA-API device ({dev}) has incorrect permissions" : "VA-API device ({dev}) has incorrect permissions",
"VA-API device status: {status}" : "VA-API device status: {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 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:",
"Enable external transcoder (go-vod)" : "Enable external transcoder (go-vod)",
"Binary path (local only)" : "Binary path (local only)",
"Bind address (local only)" : "Bind address (local only)",
"Connection address (same as bind if local)" : "Connection address (same as bind if local)",
"Transcoder" : "Transcoder",
"Template" : "Template",
"No items" : "هیچ موردی وجود ندارد.",
"Shared by {user}" : "Shared by {user}",
"_{n} item_::_{n} items_" : ["{n} item","{n} items"],
"_{n} photo updated_::_{n} photos updated_" : ["{n} photo updated","{n} photos updated"],
"Add people or groups who can edit your album" : "افراد یا گروه هایی را اضافه کنید که می توانند آلبوم شما را ویرایش کنند",
"Search for collaborators" : "همکاران را جستجو کنید",
"Search people or groups" : "افراد یا گروه ها را جستجو کنید",
"Add {collaboratorLabel} to the collaborators list" : "{همکار برچسب} را به لیست همکاران اضافه کنید",
"No collaborators available" : "هیچ مشارکتی در دسترس نیست",
"Remove {collaboratorLabel} from the collaborators list" : "{collaboratorLabel} را از لیست همکاران حذف کنید",
"Copy the public link" : "لینک عمومی را کپی کنید",
"Public link copied!" : "پیوند عمومی کپی شد!",
"Copy public link" : "پیوند عمومی را کپی کنید",
"Delete the public link" : "لینک عمومی را حذف کنید",
"Share via public link" : "از طریق پیوند عمومی به اشتراک بگذارید",
"Failed to fetch collaborators list." : "واکشی لیست همکاران انجام نشد.",
"Public link" : "پیوند عمومی",
"Failed to fetch album." : "واکشی آلبوم ناموفق بود.",
"Failed to update album." : "آلبوم به‌روزرسانی نشد.",
"Create new album" : "ایجاد آلبوم جدید",
"Edit album details" : "ویرایش جزئیات آلبوم",
"New album" : "آلبوم جدید",
"Could not load the selected album" : "Could not load the selected album",
"Remove Album" : "Remove Album",
"Are you sure you want to permanently remove album \"{name}\"?" : "Are you sure you want to permanently remove album \"{name}\"?",
"Failed to delete {name}." : "Failed to delete {name}.",
"Name of the album" : "نام آلبوم",
"Location of the album" : "محل قرار گرفتن آلبوم",
"Go back to the previous view." : "به نمای قبلی برگردید",
"Back" : "بازگشت",
"Go to the add collaborators view." : "به نمای افزودن همکاران بروید.",
"Add collaborators" : "اضافه کردن همکاران",
"Back to the new album form." : "بازگشت به فرم آلبوم جدید.",
"Save" : "ذخیره",
"Create album" : "ایجاد آلبوم",
"Invalid album name; should not contain any slashes." : "Invalid album name; should not contain any slashes.",
"Search" : "جستجو",
"Create new album." : "Create new album.",
"Save changes" : "ذخیرهٔ تغییرات",
"_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." : "همکاران را برای این آلبوم ذخیره کنید.",
"shared by {owner}" : "shared by {owner}",
"_%n item_::_%n items_" : ["%n item","%n items"],
"Newest" : "Newest",
"Year" : "سال",
"Month" : "ماه",
"Day" : "روز",
"Time" : "زمان",
"Hour" : "Hour",
"Minute" : "Minute",
"Oldest" : "Oldest",
"Invalid Date" : "Invalid Date",
"Newest date is older than oldest date" : "Newest date is older than oldest date",
"Title" : "عنوان",
"Description" : "توضیحات",
"Label" : "برچسب",
"Camera Make" : "Camera Make",
"Camera Model" : "Camera Model",
"Lens Model" : "Lens Model",
"Copyright" : "کپی‌رایت",
"Empty" : "خالی",
"Unchanged" : "Unchanged",
"Reset" : "بازنشاندن",
"Remove location" : "Remove location",
"Search location / landmark" : "Search location / landmark",
"Failed to search for location with Nominatim." : "Failed to search for location with Nominatim.",
"Date / Time" : "Date / Time",
"Collaborative Tags" : "Collaborative Tags",
"EXIF Fields" : "EXIF Fields",
"Geolocation" : "Geolocation",
"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).",
"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",
"Rename person" : "تغییر نام شخص",
"Name" : "نام",
"Update" : "یه‌روزرسانی",
"Search" : "جستجو",
"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",
"Failed to create face" : "Failed to create face",
"Merge {name} with person" : "Merge {name} with person",
"Too many failures, aborting" : "Too many failures, aborting",
"Error while moving {basename}" : "Error while moving {basename}",
"Failed to move {name}." : "Failed to move {name}.",
"Move selected photos to person" : "Move selected photos to person",
"Move the selected photos to {target}?" : "Move the selected photos to {target}?",
"An error occurred while moving photos from {name}." : "An error occurred while moving photos from {name}.",
"Choose a folder" : "Choose a folder",
"_{n} item moved to folder_::_{n} items moved to folder_" : ["{n} item moved to folder","{n} items moved to folder"],
"Remove" : "حذف",
"Add Path" : "Add Path",
"Add a root to your timeline" : "Add a root to your timeline",
"Link Sharing" : "Link Sharing",
"You cannot share the root folder" : "You cannot share the root folder",
"Public link shares are available to people outside Nextcloud." : "Public link shares are available to people outside Nextcloud.",
"You may create or update permissions on public links using the sidebar." : "You may create or update permissions on public links using the sidebar.",
"Click a link to copy to clipboard." : "Click a link to copy to clipboard.",
"Share link" : "هم‌رسانی پیوند",
"Create Link" : "Create Link",
"Refresh" : "تازه‌سازی",
"Password protected" : "نگهداری از رمز عبور",
"Password protected" : "محافظت‌شده با گذرواژه",
"Expires" : "منقضی می شود",
"Editable" : "Editable",
"Read only" : "فقط خواندنی",
"Link copied to clipboard" : "پیوند در حافظه موقت کپی شده",
"Share File" : "Share File",
"Reduced Size" : "Reduced Size",
"Share a lower resolution image preview" : "Share a lower resolution image preview",
"High Resolution" : "High Resolution",
"Share the video as a high quality MOV" : "Share the video as a high quality MOV",
"Share the image as a high quality JPEG" : "Share the image as a high quality JPEG",
"Original File" : "Original File",
"Share the original image / video file" : "Share the original image / video file",
"Public Link" : "Public Link",
"Share an external Nextcloud link" : "Share an external Nextcloud link",
"Failed to download file" : "Failed to download file",
"Cannot share this type of data" : "Cannot share this type of data",
"Sort by date" : "Order by date",
"Sort by name" : "Order by name",
"Share album" : "Share album",
"Download album" : "Download album",
"Nothing to show here" : "Nothing to show here",
"Unassigned faces" : "چهره های تعیین نشده",
"Merge with different person" : "ادغام با افراد مختلف",
"Mark person in preview" : "Mark person in preview",
"Folder View" : "Folder View",
"Timeline View" : "Timeline View",
"Share folder" : "اشتراک‌گذاری پوشه",
"Move left" : "Move left",
"Move right" : "Move right",
"Image saved successfully" : "Image saved successfully",
"Error saving image" : "Error saving image",
"Unsaved changes" : "Unsaved changes",
"Drop changes" : "Drop changes",
"Share" : "هم‌رسانی",
"Play Live Photo" : "Play Live Photo",
"Download Video" : "Download Video",
"Slideshow" : "Slideshow",
"Previous" : "قبلی",
"Next" : "بعدی",
"Continue" : "ادامه دادن",
"Editing is currently disabled for Live Photos" : "Editing is currently disabled for Live Photos",
"Are you sure you want to delete?" : "Are you sure you want to delete?",
"Failed to delete photo" : "Failed to delete photo",
"{name} binary exists and is executable." : "{name} binary exists and is executable.",
"{name} binary not found." : "{name} binary not found.",
"{name} binary is not executable." : "{name} binary is not executable.",
"{name} failed test: {info}." : "{name} failed test: {info}.",
"{name} binary exists and is usable ({info})." : "{name} binary exists and is usable ({info}).",
"{name} binary status: {status}." : "{name} binary status: {status}.",
"Save as" : "Save as",
"All changes will be lost." : "All changes will be lost.",
"Are you sure you want to continue?" : "Are you sure you want to continue?",
"Undo" : "برگرداندن",
"Redo" : "Redo",
"Show original image" : "Show original image",
"Zoom in" : "Zoom in",
"Zoom out" : "Zoom out",
"Toggle zoom menu" : "Toggle zoom menu",
"Adjust" : "Adjust",
"Fine-tune" : "Fine-tune",
"Filters" : "Filters",
"Watermark" : "Watermark",
"Draw" : "Draw",
"Resize" : "Resize",
"Invalid image." : "Invalid image.",
"Error while uploading the image." : "Error while uploading the image.",
"are not images" : "are not images",
"is not an image" : "is not an image",
"to be uploaded" : "to be uploaded",
"Crop" : "Crop",
"Original" : "اصلی",
"Custom" : "Custom",
"Square" : "Square",
"Landscape" : "Landscape",
"Portrait" : "Portrait",
"Ellipse" : "Ellipse",
"Classic TV" : "Classic TV",
"CinemaScope" : "CinemaScope",
"Arrow" : "Arrow",
"Blur" : "Blur",
"Brightness" : "Brightness",
"Contrast" : "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" : "Saturation",
"Value" : "مقدار",
"Image" : "Image",
"Importing …" : "Importing …",
"+ Add image" : "+ Add image",
"Line" : "Line",
"Pen" : "Pen",
"Polygon" : "Polygon",
"Sides" : "Sides",
"Rectangle" : "Rectangle",
"Corner Radius" : "Corner Radius",
"Width in pixels" : "Width in pixels",
"Height in pixels" : "Height in pixels",
"Toggle ratio lock" : "Toggle ratio lock",
"Reset to original image size" : "Reset to original image size",
"Rotate" : "Rotate",
"Text" : "متن",
"Text spacing" : "Text spacing",
"Text alignment" : "Text alignment",
"Font family" : "Font family",
"Size" : "اندازه",
"Letter spacing" : "Letter spacing",
"Line height" : "Line height",
"Warmth" : "Warmth",
"+ Add watermark" : "+ Add watermark",
"Choose watermark type" : "Choose watermark type",
"Upload watermark" : "Upload watermark",
"Add as text" : "Add as text",
"Padding" : "Padding",
"Shadow" : "Shadow",
"Horizontal" : "Horizontal",
"Vertical" : "Vertical",
"Opacity" : "Opacity",
"Position" : "Position",
"Stroke" : "Stroke",
"Save image as" : "Save image as",
"Extension" : "گسترش",
"Name is required." : "نام الزامی است",
"Quality" : "Quality",
"Saved image size (width x height)" : "Saved image size (width x height)",
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Note that the selected crop area is lower than the applied resize which might cause quality decrease",
"Actual size (100%)" : "Actual size (100%)",
"Fit size" : "Fit size",
"Transcoding failed, check Nextcloud logs." : "Transcoding failed, check Nextcloud logs.",
"Direct" : "مستقیم",
"Auto" : "خودکار"
"Auto" : "خودکار",
"Shared Folder" : "Shared Folder",
"Shared Album" : "Shared Album",
"Failed to remove {filename}." : "Failed to remove {filename}.",
"Failed to create {albumName}." : "ایجاد {albumName} ناموفق بود.",
"Failed to rename {currentAlbumName} to {newAlbumName}." : "تغییر نام {currentAlbumName} به {newAlbumName} انجام نشد.",
"General Failure" : "General Failure",
"Error: {msg}" : "Error: {msg}",
"Failed to delete {fileName}." : "{fileName} حذف نشد.",
"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 download files" : "Failed to download files",
"Failed to favorite files." : "Failed to favorite files.",
"Failed to favorite some files." : "Failed to favorite some files.",
"Failed to favorite {fileName}." : "Failed to favorite {fileName}.",
"No content-location header found" : "No content-location header found",
"Failed to create tag {name}: {error}" : "Failed to create tag {name}: {error}",
"Memories has been updated to {version}. Reload to get the new version." : "Memories has been updated to {version}. Reload to get the new version.",
"Upload some photos and make sure the timeline path is configured" : "Upload some photos and make sure the timeline path is configured",
"Mark photos as favorite to find them easily" : "Mark photos as favorite to find them easily",
"Memories from past years will appear here" : "Memories from past years will appear here",
"You will find your friends soon. Please be patient" : "You will find your friends soon. Please be patient",
"Face Recognition is disabled. Enable in settings to find your friends" : "Face Recognition is disabled. Enable in settings to find your friends",
"Your videos will appear here" : "Your videos will appear here",
"No photos in this album yet" : "No photos in this album yet",
"Create an album to get started" : "Create an album to get started",
"Archive photos you don't want to see in your timeline" : "Archive photos you don't want to see in your timeline",
"Tag photos to find them easily" : "Tag photos to find them easily",
"Recognize is still working on your photos" : "Recognize is still working on your photos",
"Places you have been to will appear here" : "Places you have been to will appear here"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}

190
l10n/fi.js vendored
View File

@ -1,10 +1,14 @@
OC.L10N.register(
"memories",
{
"Download" : "Lataa",
"Memories" : "Muistot",
"Fast, modern and advanced photo management suite" : "Nopeaa, modernia ja kehittynyttä valokuvien hallintaa",
"# 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." : "# Muistot: Valokuvien hallinta Nextcloudissa\n\nMuistot-sovellus on *paristot mukana*-pakkaus valokuvien hallintaan Nextcloudissa. Kehittyneet ominaisuudet sisältävät muunmuassa:\n\n- **📸 Aikajana**: Järjestä kuvat ja videot ottopäivän mukaisesti, käyttäen EXIF-tietoja.\n- **⏪ Kelaa taaksepäin**: Hyppää nopeasti menneisiin hetkiin elääksesi muistot uudelleen.\n- **🤖 AI-tunnisteet**: Ryhmitä kuvia ihmisten ja esineiden perusteella. Toiminnon tarjoavat [recognize](https://github.com/nextcloud/recognize) ja [facerecognition](https://github.com/matiasdelellis/facerecognition).\n- **🖼️ Albumit**: Luo albumeita ryhmittääksesi kuvia ja videoita. Jaa albumeja muiden kanssa.\n- **🫱🏻‍🫲🏻 Ulkoinen jako**: Jaa kuvia ja videoita ihmisille, jotka eivät käytä Nextcloud-palvelintasi.\n- **📱 Mobiilituki**: Työskentele minkä muotoiselta tai kokoiselta laitteelta tahansa käyttäen verkkosovellusta.\n- **✏️ Muokkaa metatietoja**: Muokkaa kuvien päivämääriä ja muita metatietoja tehokkaasti ja myös massoina .\n- **📦 Arkisto**: Arkistoi kuvia, joita et halua nähdä aikajanallasi, erilliseen kansioon.\n- **📹 Videoiden transkoodaus**: Transkoodaa videoita ja käytä HLS:ää saavuttaaksesi maksimaalisen suorituskyvyn.\n- **🗺️ Kartta**: Näe kuvasi kartalla, merkittynä tarkalla käänteisellä geokoodauksella.\n- **📦 Migraatio**: Siirrä tiedot helposti Nextcloud Kuvista ja Google Takeoutista.\n- **⚡️ Suorituskyky**: Tee tämä kaikki todella nopeasti.\n\n## 🚀 Asennus\n\n1. Asenna sovellus Nextcloud-sovelluskaupasta (testaa demoa [täällä](https://demo.memories.gallery/apps/memories/)).\n1. Tee suositellut [asetukset](https://memories.gallery/config/).\n1. Suorita `php occ memories:index` luodaksesi metadataindeksit jo olemassa oleville kuville.\n1. Avaa 📷 Muistot-sovellus Nextcloudissa ja aseta kuvakansio.",
"Settings" : "Asetukset",
"People (Recognize)" : "Ihmiset (Recognize)",
"People" : "Ihmiset",
"People (Face Recognition)" : "Ihmiset (Face Recognition)",
"Info" : "Tietoa",
"Timeline" : "Aikajana",
"Folders" : "Kansiot",
@ -16,62 +20,157 @@ OC.L10N.register(
"Places" : "Paikat",
"Map" : "Kartta",
"Tags" : "Tunnisteet",
"View all" : "Näytä kaikki",
"Recognize" : "Recognize",
"Face Recognition" : "Face Recognition",
"A better photos experience awaits you" : "Parempi kuvakokemus odottaa sinua",
"Choose the root folder of your timeline to begin" : "Valitse aikajanan juurihakemisto aloittaaksesi",
"If you just installed Memories, run:" : "Jos olet juuri asentanut Muistot, suorita:",
"Continue to Memories" : "Jatka Muistoihin",
"Choose again" : "Valitse uudestaan",
"Click here to start" : "Klikkaa tästä aloittaaksesi",
"You can always change this later in settings" : "Voit vaihtaa tätä myöhemmin asetuksista",
"If you just installed Memories, visit the admin panel first." : "Jos olet juuri asentanut sovelluksen, käy ensin ylläpitoasetuksissa.",
"Choose the root of your timeline" : "Valitse aikajanan juurihakemisto",
"The selected folder does not seem to be valid. Try again." : "Valittu hakemisto ei ole kelvollinen. Yritä uudelleen.",
"No photos were found in the selected folder." : "Valitusta kansiosta ei löytynyt kuvia.",
"This can happen because your media is still indexing." : "Tämä saattaa johtua siitä, että mediaa vielä indeksoidaan.",
"Visit the admin panel to make sure Memories is configured correctly." : "Avaa ylläpitoasetukset varmistaaksesi, että sovelluksen asetukset on määritelty oikein.",
"_Found {n} item in {path}_::_Found {n} items in {path}_" : ["{n} kohde löytyi polusta {path}","{n} kohdetta löytyi polusta {path}"],
"Metadata" : "Metatieto",
"Edit" : "Muokkaa",
"No title" : "Ei otsikkoa",
"No description" : "Ei kuvausta",
"Failed to load metadata" : "Metatietojen lataaminen epäonnistui",
"No coordinates" : "Ei koordinaatteja",
"Click edit to set location" : "Napsauta muokataksesi sijaintia",
"Photos" : "Kuvat",
"Explore" : "Löydä uusia",
"Cancel" : "Peruuta",
"Delete" : "Poista",
"Remove from album" : "Poista albumista",
"Download" : "Lataa",
"Favorite" : "Suosikki",
"Unarchive" : "Pois arkistosta",
"Edit metadata" : "Muokkaa metatietoja",
"View in folder" : "Näe kansiossa",
"Move to folder" : "Siirrä kansioon",
"Add to album" : "Lisää albumiin",
"Move to person" : "Siirrä henkilölle",
"Remove from person" : "Poista henkilöltä",
"You are about to download a large number of files. Are you sure?" : "Olet lataamassa suurta määrää tiedostoja. Oletko varma?",
"You are about to delete a large number of files. Are you sure?" : "Olet poistamassa suurta määrää tiedostoja. Oletko varma?",
"You are about to touch a large number of files. Are you sure?" : "Olet aikeissa koskettaa suurta määrää tiedostoja. Oletko varma?",
"You are about to download a large number of files." : "Olet aikeissa ladata suuren määrän tiedostoja",
"Continue" : "Jatka",
"You are about to delete a large number of files" : "Olet aikeissa poistaa suuren määrän tiedostoja",
"Failed to delete files" : "Tiedostojen poisto epäonnistui",
"Move" : "Siirrä",
"You are about to move a large number of files" : "Olet aikeissa siirtää suuren määrän tiedostoja",
"Only user \"{user}\" can update this person" : "Vain käyttäjä \"{user}\" voi päivittää tätä henkilöä",
"_{n} selected_::_{n} selected_" : ["{n} valittu","{n} valittu"],
"Memories Settings" : "Muistot-sovelluksen asetukset",
"General" : "Yleiset",
"Timeline Path" : "Aikajanan polku",
"Square grid mode" : "Ristikkonäkymä",
"Show past photos on top of timeline" : "Näytä vanhojen kuvien nostoja aikajanan yläosassa",
"Viewer" : "Katselin",
"Load full size image on zoom" : "Lataa täysikokoiset kuvat suurennettaessa",
"Always load full size image (not recommended)" : "Lataa aina täysikokoiset kuvat (ei suositeltu)",
"Show full file path in sidebar" : "Näytä tiedoston koko polku sivupalkissa",
"Account" : "Tili",
"Logged in as {user}" : "Kirjauduttu käyttäjänä {user}",
"Sign out" : "Kirjaudu ulos",
"Device Folders" : "Laitekansiot",
"Local folders to include in the timeline view" : "Paikalliset kansiot, joiden kuvat näytetään aikajanalla",
"Folders Path" : "Kansioiden polku",
"Show hidden folders" : "Näytä piilotetut kansiot",
"Sort folders oldest-first" : "Järjestä kansiot vanhimmasta uusimpaan",
"Sort albums oldest-first" : "Järjestä albumit vanhimmasta uusimpaan",
"Choose Timeline Paths" : "Valitse aikajanan polut",
"Choose the root for the folders view" : "Valitse kansionäkymän juurihakemisto",
"Are you sure you want to log out {user}?" : "Haluatko varmasti uloskirjata \"{user}\"?",
"Close" : "Sulje",
"{photoCount} photos" : "{photoCount} kuvaa",
"Failed to load some photos" : "Joidenkin kuvien lataus epäonnistui",
"Failed to update setting" : "Asetuksen päivittäminen epäonnistui",
"Face Recognition is installed and enabled" : "Kasvojentunnistus on asennettu ja käytössä",
"Recommended Apps" : "Suositellut sovellukset",
"Path to packaged exiftool binary" : "Polku pakattuun exiftool-binääriin",
"You need perl only if the packaged exiftool binary does not work for some reason." : "Tarvitset perliä vain, jos pakattu exiftool-binääri ei jostain syystä toimi.",
"Use system perl (only if exiftool binary does not work)" : "Käytä järjestelmän perliä (vain, jos exiftool-binääri ei toimi)",
"EXIF Extraction" : "EXIF-purku",
"Media Indexing" : "Median indeksointi",
"You can configure the enabled Nextcloud preview providers below." : "Voit määritellä Nextcloudin käyttöön otetut esikatselujen generaattorit tähän.",
"If you are using Imaginary for preview generation, you can ignore this section." : "Jos käytät Imaginarya esikatselujen generointiin, voit ohittaa tämän osion.",
"To enable RAW support, install the Camera RAW Previews app." : "RAW-tuki vaatii Camera RAW Previews-sovelluksen asentamisen.",
"Documentation." : "Dokumentaatio.",
"PHP-Imagick is available [{version}]." : "PHP-Imagick on saatavilla [{version}].",
"PHP-Imagick is not available." : "PHP-Imagick ei ole käytettävissä.",
"Image editing will not work correctly." : "Kuvien muokkaus ei toimi oikein.",
"The following MIME types are configured for preview generation." : "Seuraavat MIME-tyypit on määritelty esikatselujen generointiin.",
"Max preview size (trade-off between quality and storage requirements)." : "Suurin esikatselun koko (kompromissi laadun ja tiedostojen koon välillä).",
"Max memory for preview generation (MB)" : "Esikatselujen generointiin käytettävä muistin määrä enimmillään (MB)",
"Max size of preview files (MB)" : "Esikatselukuvien koko enimmillään (MB)",
"File Support" : "Tiedostojen tuki",
"Images (JPEG, PNG, GIF, BMP)" : "Kuvat (JPEG, PNG, GIF, BMP)",
"HEIC (Imagick)" : "HEIC (Imagick)",
"TIFF (Imagick)" : "TIFF (Imagick)",
"Videos (ffmpeg)" : "Videot (ffmpeg)",
"External Link" : "Ulkoinen linkki",
"Performance" : "Suorituskyky",
"Help & Support" : "Ohjeet ja tuki",
"{n} media files have been indexed" : "{n} mediatiedostoa on indeksoitu",
"Automatic Indexing status: {status}" : "Automaattisen indeksoinnin tila: {status}",
"Last index job was run {t} seconds ago." : "Viimeisin indeksointi suoritettu {t} sekuntia sitten.",
"It took {t} seconds to complete." : "Kesto {t} sekuntia valmistumiseen.",
"It is still running or was interrupted." : "Yhä käynnissä tai keskeytetty.",
"Only server-side encryption (OC_DEFAULT_MODULE) is supported, but another encryption module is enabled." : "Vain salaus palvelimella (OC_DEFAULT_MODULE) on tuettu, mutta toinen salausmoduuli on käytössä.",
"Index all media automatically (recommended)" : "Indeksoi kaikki mediatiedostot automaattisesti (suositeltu)",
"Disable background indexing" : "Poista käytöstä indeksointi taustalla",
"Force re-indexing of all files:" : "Pakota kaikkien tiedostojen uudelleenindeksointi:",
"Media Indexing" : "Median indeksointi",
"HTTPS is enabled" : "HTTPS on käytössä",
"HTTP/2 or HTTP/3 is enabled" : "HTTP/2 tai HTTP/3 on käytössä",
"Performance" : "Suorituskyky",
"Unknown" : "Tuntematon",
"_{n} item added to album_::_{n} items added to album_" : ["{n} kohde lisätty albumiin","{n} kohdetta lisätty albumiin"],
"Enable Transcoding" : "Ota käyttöön transkoodaus",
"ffmpeg path" : "ffmpeg:n polku",
"ffprobe path" : "ffprobe:n polku",
"Global default video quality (user may override)" : "Yleinen oletusarvo videoiden laadulle (käyttäjä voi muuttaa itselleen)",
"Auto (adaptive transcode)" : "Automaattinen (mukautuva transkoodaus)",
"Original (transcode with max quality)" : "Alkuperäinen (transkoodaa parhaalla laadulla)",
"Direct (original video file without transcode)" : "Suora (alkuperäinen video ilman transkoodausta)",
"You must first make sure the correct drivers are installed before configuring acceleration." : "Varmista ensin, että oikeat ajurit on asennettuna ennen kiihdytyksen määrittelemistä.",
"Make sure you test hardware acceleration with various options after enabling." : "Testaa laitteistokiihdytys eri asetuksilla ennen sen käyttöönottoa.",
"Do not enable multiple types of hardware acceleration simultaneously." : "Älä ota käyttöön useita eri laitteistokiihdytyksiä samanaikaisesti.",
"Intel processors supporting QuickSync Video (QSV) as well as some AMD GPUs can be used for transcoding using VA-API acceleration." : "QuickSync Videota (QSV):ta tukevia Intel-prosessoreita sekä joitain AMD:n GPU:ita voi käyttää transkoodaukseen hyödyntämällä VA-API-kiihdytystä.",
"For more details on driver installation, check the documentation:" : "Lue lisätietoa ajurien asennuksesta dokumentaatiosta:",
"Enable acceleration with VA-API" : "Ota kiihdytys käyttöön VA-API:lla",
"NVIDIA GPUs can be used for transcoding using the NVENC encoder with the proper drivers." : "NVIDIA GPU:ita voidaan käyttää transkoodaukseen hyödyntämällä NVENC-enkooderia oikeilla ajureilla.",
"Depending on the versions of the installed SDK and ffmpeg, you need to specify the scaler to use" : "Määrittele käytettävä skaalain (riippuu asennetun SDK:n ja ffmpeg:n versiosta)",
"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",
"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",
"VA-API device ({dev}) has incorrect permissions" : "VA-API laitteella ({dev}) on virheelliset käyttöoikeudet",
"VA-API device status: {status}" : "VA-API-laitteen tila: {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:" : "Muistot-sovellus käyttää go-vod-transkooderia. Go-vodi voidaan ajaa ulkoisesti (esim. erillisessä Docker-säilössä laitekiihdytyksellä) tai käyttää sisäänrakennettua transkooderia. Seuraa dokumentaation ohjeistusta:",
"Enable external transcoder (go-vod)" : "Ota käyttöön ulkoinen transkooderi (go-vod)",
"Binary path (local only)" : "Binäärin polku (vain paikallinen)",
"Template" : "Malli",
"No items" : "Ei kohteita",
"Shared by {user}" : "Jakanut {user}",
"_{n} item_::_{n} items_" : ["{n} kohde","{n} kohdetta"],
"_{n} photo updated_::_{n} photos updated_" : ["{n} kuva päivitetty","{n} kuvaa päivitetty"],
"Add people or groups who can edit your album" : "Lisää henkilöitä tai ryhmiä, jotka voivat muokata albumia",
"Search for collaborators" : "Etsi osaanottajia",
"Search people or groups" : "Etsi käyttäjiä tai ryhmiä",
"Add {collaboratorLabel} to the collaborators list" : "Lisää {collaboratorLabel} osaanottajien listaan",
"No collaborators available" : "Osanottajia ei löytynyt",
"Remove {collaboratorLabel} from the collaborators list" : "Poista {collaboratorLabel} osanottajien listalta",
"Copy the public link" : "Kopioi julkinen linkki",
"Public link copied!" : "Julkinen linkki kopioitu!",
"Copy public link" : "Kopioi julkinen linkki",
"Delete the public link" : "Poista julkinen linkki",
"Share via public link" : "Jaa julkisen linkin kautta",
"Failed to fetch collaborators list." : "Osanottajien haku epäonnistui",
"Public link" : "Julkinen linkki",
"Failed to fetch album." : "Albumin noutaminen epäonnistui.",
"Failed to update album." : "Albumin päivittäminen epäonnistui.",
@ -80,20 +179,25 @@ OC.L10N.register(
"New album" : "Uusi albumi",
"Could not load the selected album" : "Valittua albumia ei voitu ladata",
"Remove Album" : "Poista albumi",
"Are you sure you want to permanently remove album \"{name}\"?" : "Haluatko varmasti poistaa albumin \"{name}\"?",
"Failed to delete {name}." : "Kohteen {name} poisto epäonnistui.",
"Name of the album" : "Albumin nimi",
"Location of the album" : "Albumin sijainti",
"Go back to the previous view." : "Siirry takaisin edelliseen näkymään.",
"Back" : "Takaisin",
"Go to the add collaborators view." : "Avaa osanottajien lisäysnäkymä.",
"Add collaborators" : "Lisää avustajia",
"Back to the new album form." : "Takaisin uuden albumin lomakkeeseen.",
"Save" : "Tallenna",
"Create album" : "Luo albumi",
"Add selection to album {albumName}" : "Lisää valinta albumiin {albumName}",
"Create a new album." : "Luo uusi albumi.",
"_%n item_::_%n items_" : ["%n kohde","%n kohdetta"],
"_Share with %n user_::_Share with %n users_" : ["Jaa %n käyttäjän kanssa","Jaa %n käyttäjän kanssa"],
"Invalid album name; should not contain any slashes." : "Virheellinen albumin nimi; nimi ei saa sisältää kauttaviivoja.",
"Search" : "Etsi",
"Create new album." : "Luo uusi albumi.",
"Save changes" : "Tallenna muutokset",
"Share Album" : "Jaa albumi",
"Save collaborators for this album." : "Tallenna albumin osanottajat.",
"shared by {owner}" : "jakanut {owner}",
"_%n item_::_%n items_" : ["%n kohde","%n kohdetta"],
"Newest" : "Uusimmat",
"Year" : "Vuosi",
"Month" : "Kuukausi",
@ -103,6 +207,7 @@ OC.L10N.register(
"Minute" : "Minuutti",
"Oldest" : "Vanhimmat",
"Invalid Date" : "Virheellinen päiväys",
"Newest date is older than oldest date" : "Uudempi päiväys on vanhempi kuin vanhin päiväys",
"Title" : "Nimeke",
"Description" : "Kuvaus",
"Label" : "Nimike",
@ -111,21 +216,31 @@ OC.L10N.register(
"Lens Model" : "Linssin malli",
"Copyright" : "Tekijänoikeus",
"Empty" : "Tyhjä",
"Unchanged" : "Muuttamaton",
"Reset" : "Palauta",
"Remove location" : "Poista sijainti",
"Search location / landmark" : "Etsi sijaintia / maamerkkiä",
"Failed to search for location with Nominatim." : "Sijainnin haku Nominatimilla epäonnistui.",
"Date / Time" : "Päivä / aika",
"Collaborative Tags" : "Yhteiset tunnisteet",
"EXIF Fields" : "EXIF-kentät",
"Failed to load metadata for {n} photos." : "Metatietojen haku {n} kuvalle epäonnistui.",
"{n} photos cannot be edited (permissions error)." : "{n} kuvaa ei voitu muokata (käyttöoikeusvirhe)",
"Remove person" : "Poista henkilö",
"Are you sure you want to remove {name}?" : "Haluatko varmasti poistaa {name}?",
"Only user \"{user}\" can delete this person" : "Vain käyttäjä \"{user}\" voi poistaa tämän henkilön",
"Rename person" : "Nimeä henkilö uudelleen",
"Name" : "Nimi",
"Update" : "Päivitä",
"Failed to rename {oldName} to {name}." : "Uudelleen nimeäminen nimestä {oldName} nimeen {name} epäonnistui.",
"Search" : "Etsi",
"Loading …" : "Ladataan…",
"Enter name of the new face" : "Syötä kasvojen nimi",
"Failed to create face" : "Kasvojen luonti epäonnistui",
"Merge {name} with person" : "Yhdistä {name} henkilöön",
"Are you sure you want to merge {name} with {newName}?" : "Haluatko varmasti yhdistää kohteen {name} henkilöön {newName}?",
"Merge faces" : "Yhdistä kasvot",
"unnamed person" : "nimetön henkilö",
"Too many failures, aborting" : "Liian monta epäonnistumista, lopetetaan",
"Error while moving {basename}" : "Virhe siirtäessä kohdetta {basename}",
"Failed to move {name}." : "Kohteen {name} siirtäminen epäonnistui.",
"Move selected photos to person" : "Siirrä valitut kuvat henkilölle",
"Choose a folder" : "Valitse kansio",
@ -135,27 +250,38 @@ OC.L10N.register(
"Add a root to your timeline" : "Lisää juurihakemisto aikajanalle",
"Link Sharing" : "Linkin jakaminen",
"You cannot share the root folder" : "Et voi jakaa juurikansiota",
"Public link shares are available to people outside Nextcloud." : "Julkisen linkin kautta jaetut kuvat näkyvät Nextcloudin ulkopuolisille ihmisille.",
"You may create or update permissions on public links using the sidebar." : "Voit luoda tai päivittää julkisten linkkien käyttöoikeuksia sivupalkista.",
"Click a link to copy to clipboard." : "Napsauta linkkiä kopioidaksesi sen leikepöydälle.",
"Share link" : "Jaa linkki",
"Create Link" : "Luo linkki",
"Refresh" : "Päivitä",
"Password protected" : "Salasanasuojattu",
"Expires" : "Vanhenee",
"Editable" : "Muokattavissa",
"Read only" : "Vain luku",
"Link copied to clipboard" : "Linkki kopioitu leikepöydälle",
"Share File" : "Jaa tiedosto",
"Reduced Size" : "Pienennetty koko",
"Share a lower resolution image preview" : "Jaa kuvan esikatselu matalalla resoluutiolla",
"High Resolution" : "Korkea resoluutio",
"Share the video as a high quality MOV" : "Jaa video korkealaatuisena MOV-tiedostona",
"Share the image as a high quality JPEG" : "Jaa kuva korkealaatuisena JPEG-tiedostona",
"Original File" : "Alkuperäinen tiedosto",
"Share the original image / video file" : "Jaa alkuperäinen kuva-/videotiedosto",
"Public Link" : "Julkinen linkki",
"Share an external Nextcloud link" : "Jaa ulkoinen Nextcloud-linkki",
"Failed to download file" : "Tiedoston lataaminen epäonnistui",
"Cannot share this type of data" : "Tämän tyyppistä dataa ei voida jakaa",
"Sort by date" : "Järjestä päiväyksen mukaan",
"Sort by name" : "Järjestä nimen mukaan",
"Share album" : "Jaa albumi",
"Download album" : "Lataa albumi",
"Delete album" : "Poista albumi",
"Nothing to show here" : "Täällä ei ole mitään näytettävää",
"Unassigned faces" : "Määrittämättömät kasvot",
"Merge with different person" : "Yhdistä toisen henkilön kanssa",
"Mark person in preview" : "Merkkaa henkilö esikatselussa",
"Unnamed person" : "Nimetön henkilö",
"Folder View" : "Kansionäkymä",
"Timeline View" : "Aikajananäkymä",
"Share folder" : "Jaa kansio",
@ -166,16 +292,22 @@ OC.L10N.register(
"Unsaved changes" : "Tallentamattomia muutoksia",
"Drop changes" : "Hylkää muutokset",
"Share" : "Jaa",
"Sidebar" : "Sivupalkki",
"Download Video" : "Lataa video",
"Slideshow" : "Diaesitys",
"Previous" : "Edellinen",
"Next" : "Seuraava",
"Editing is currently disabled for Live Photos" : "Muokkaus ei ole tällä hetkellä käytössä Livekuville",
"Are you sure you want to delete?" : "Haluatko varmasti poistaa?",
"Failed to delete photo" : "Kuvan poisto eäonnistui",
"{name} binary exists and is executable." : "{name} binääri on suoritettavissa.",
"{name} binary not found." : "{name} binääriä ei löytynyt.",
"{name} binary is not executable." : "{name} binääri ei ole suoritettavissa.",
"{name} failed test: {info}." : "{name} testi epäonnistui: {info}.",
"{name} binary exists and is usable ({info})." : "{name} binääri on olemassa ja käytettävissä ({info}).",
"{name} binary status: {status}." : "{name} binäärin tila: {status}.",
"Save as" : "Tallenna nimellä",
"All changes will be lost." : "Kaikki muutokset menetetään.",
"Are you sure you want to continue?" : "Haluatko varmasti jatkaa?",
"Continue" : "Jatka",
"Undo" : "Kumoa",
"Redo" : "Tee uudelleen",
"Show original image" : "Näytä alkuperäinen kuva",
@ -201,12 +333,14 @@ OC.L10N.register(
"Portrait" : "Muotokuva",
"Ellipse" : "Ellipsi",
"Classic TV" : "Klassinen TV",
"CinemaScope" : "CinemaScope",
"Arrow" : "Nuoli",
"Blur" : "Sumennus",
"Brightness" : "Kirkkaus",
"Contrast" : "Kontrasti",
"Flip X" : "Käännä X",
"Flip Y" : "Käännä Y",
"HSV" : "HSV",
"Hue" : "Värisävy",
"Saturation" : "Värikylläisyys",
"Value" : "Arvo",
@ -248,10 +382,12 @@ OC.L10N.register(
"Saved image size (width x height)" : "Tallennetun kuvan koko (leveys x korkeus)",
"Actual size (100%)" : "Todellinen koko (100 %)",
"Fit size" : "Sovita koko",
"Transcoding failed, check Nextcloud logs." : "Transkoodaus epäonnistui, katso lisätiedot Nextcloudin lokeista.",
"Direct" : "Suoraan",
"Auto" : "Automaattinen",
"Shared Folder" : "Jaa kansio",
"Shared Album" : "Jaettu albumi",
"Failed to remove {filename}." : "Ei voitu poistaa {filename}.",
"Failed to create {albumName}." : "Albumin {albumName} luominen epäonnistui.",
"Failed to rename {currentAlbumName} to {newAlbumName}." : "Albumin {currentAlbumName} nimen muuttaminen muotoon {newAlbumName} epäonnistui.",
"General Failure" : "Yleinen virhe",
@ -264,6 +400,20 @@ OC.L10N.register(
"Failed to favorite files." : "Tiedostojen asettaminen suosikeiksi epäonnistui.",
"Failed to favorite some files." : "Joidenkin tiedostojen määrittäminen suosikiksi epäonnistui.",
"Failed to favorite {fileName}." : "Tiedoston {fileName} asettaminen suosikiksi epäonnistui.",
"Your Timeline" : "Aikajanasi"
"Memories has been updated to {version}. Reload to get the new version." : "Muistot-sovellukset on päivitetty versioon {version}. Lataa sivu uudelleen avataksesi uuden version.",
"Upload some photos and make sure the timeline path is configured" : "Lataa kuvia ja varmista, että aikajanan polku on määritelty",
"Mark photos as favorite to find them easily" : "Merkitse kuvia suosikeiksi löytääksesi ne helposti",
"Memories from past years will appear here" : "Tässä näytetään muistoja menneiltä vuosilta",
"You will find your friends soon. Please be patient" : "Löydät ystäväsi pian. Odota rauhassa",
"Face Recognition is disabled. Enable in settings to find your friends" : "Kasvojentunnistus on pois käytöstä. Ota se käyttöön asetuksista löytääksesi ystäväsi",
"Your videos will appear here" : "Videosi tulevat tänne näkyviin",
"No photos in this album yet" : "Tässä albumissa ei ole vielä kuvia",
"Create an album to get started" : "Luo albumi aloittaaksesi",
"Archive photos you don't want to see in your timeline" : "Arkistoi kuvat, joita et halua nähdä aikajanallasi",
"Tag photos to find them easily" : "Lisää kuviin tunnisteita löytääksesi ne helpommin",
"Recognize is still working on your photos" : "Recognize käsittelee vielä kuviasi",
"Places you have been to will appear here" : "Sijainnit, joissa olet ollut, tulevat tänne näkyviin",
"Yes" : "Kyllä",
"No" : "Ei"
},
"nplurals=2; plural=(n != 1);");

190
l10n/fi.json vendored
View File

@ -1,8 +1,12 @@
{ "translations": {
"Download" : "Lataa",
"Memories" : "Muistot",
"Fast, modern and advanced photo management suite" : "Nopeaa, modernia ja kehittynyttä valokuvien hallintaa",
"# 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." : "# Muistot: Valokuvien hallinta Nextcloudissa\n\nMuistot-sovellus on *paristot mukana*-pakkaus valokuvien hallintaan Nextcloudissa. Kehittyneet ominaisuudet sisältävät muunmuassa:\n\n- **📸 Aikajana**: Järjestä kuvat ja videot ottopäivän mukaisesti, käyttäen EXIF-tietoja.\n- **⏪ Kelaa taaksepäin**: Hyppää nopeasti menneisiin hetkiin elääksesi muistot uudelleen.\n- **🤖 AI-tunnisteet**: Ryhmitä kuvia ihmisten ja esineiden perusteella. Toiminnon tarjoavat [recognize](https://github.com/nextcloud/recognize) ja [facerecognition](https://github.com/matiasdelellis/facerecognition).\n- **🖼️ Albumit**: Luo albumeita ryhmittääksesi kuvia ja videoita. Jaa albumeja muiden kanssa.\n- **🫱🏻‍🫲🏻 Ulkoinen jako**: Jaa kuvia ja videoita ihmisille, jotka eivät käytä Nextcloud-palvelintasi.\n- **📱 Mobiilituki**: Työskentele minkä muotoiselta tai kokoiselta laitteelta tahansa käyttäen verkkosovellusta.\n- **✏️ Muokkaa metatietoja**: Muokkaa kuvien päivämääriä ja muita metatietoja tehokkaasti ja myös massoina .\n- **📦 Arkisto**: Arkistoi kuvia, joita et halua nähdä aikajanallasi, erilliseen kansioon.\n- **📹 Videoiden transkoodaus**: Transkoodaa videoita ja käytä HLS:ää saavuttaaksesi maksimaalisen suorituskyvyn.\n- **🗺️ Kartta**: Näe kuvasi kartalla, merkittynä tarkalla käänteisellä geokoodauksella.\n- **📦 Migraatio**: Siirrä tiedot helposti Nextcloud Kuvista ja Google Takeoutista.\n- **⚡️ Suorituskyky**: Tee tämä kaikki todella nopeasti.\n\n## 🚀 Asennus\n\n1. Asenna sovellus Nextcloud-sovelluskaupasta (testaa demoa [täällä](https://demo.memories.gallery/apps/memories/)).\n1. Tee suositellut [asetukset](https://memories.gallery/config/).\n1. Suorita `php occ memories:index` luodaksesi metadataindeksit jo olemassa oleville kuville.\n1. Avaa 📷 Muistot-sovellus Nextcloudissa ja aseta kuvakansio.",
"Settings" : "Asetukset",
"People (Recognize)" : "Ihmiset (Recognize)",
"People" : "Ihmiset",
"People (Face Recognition)" : "Ihmiset (Face Recognition)",
"Info" : "Tietoa",
"Timeline" : "Aikajana",
"Folders" : "Kansiot",
@ -14,62 +18,157 @@
"Places" : "Paikat",
"Map" : "Kartta",
"Tags" : "Tunnisteet",
"View all" : "Näytä kaikki",
"Recognize" : "Recognize",
"Face Recognition" : "Face Recognition",
"A better photos experience awaits you" : "Parempi kuvakokemus odottaa sinua",
"Choose the root folder of your timeline to begin" : "Valitse aikajanan juurihakemisto aloittaaksesi",
"If you just installed Memories, run:" : "Jos olet juuri asentanut Muistot, suorita:",
"Continue to Memories" : "Jatka Muistoihin",
"Choose again" : "Valitse uudestaan",
"Click here to start" : "Klikkaa tästä aloittaaksesi",
"You can always change this later in settings" : "Voit vaihtaa tätä myöhemmin asetuksista",
"If you just installed Memories, visit the admin panel first." : "Jos olet juuri asentanut sovelluksen, käy ensin ylläpitoasetuksissa.",
"Choose the root of your timeline" : "Valitse aikajanan juurihakemisto",
"The selected folder does not seem to be valid. Try again." : "Valittu hakemisto ei ole kelvollinen. Yritä uudelleen.",
"No photos were found in the selected folder." : "Valitusta kansiosta ei löytynyt kuvia.",
"This can happen because your media is still indexing." : "Tämä saattaa johtua siitä, että mediaa vielä indeksoidaan.",
"Visit the admin panel to make sure Memories is configured correctly." : "Avaa ylläpitoasetukset varmistaaksesi, että sovelluksen asetukset on määritelty oikein.",
"_Found {n} item in {path}_::_Found {n} items in {path}_" : ["{n} kohde löytyi polusta {path}","{n} kohdetta löytyi polusta {path}"],
"Metadata" : "Metatieto",
"Edit" : "Muokkaa",
"No title" : "Ei otsikkoa",
"No description" : "Ei kuvausta",
"Failed to load metadata" : "Metatietojen lataaminen epäonnistui",
"No coordinates" : "Ei koordinaatteja",
"Click edit to set location" : "Napsauta muokataksesi sijaintia",
"Photos" : "Kuvat",
"Explore" : "Löydä uusia",
"Cancel" : "Peruuta",
"Delete" : "Poista",
"Remove from album" : "Poista albumista",
"Download" : "Lataa",
"Favorite" : "Suosikki",
"Unarchive" : "Pois arkistosta",
"Edit metadata" : "Muokkaa metatietoja",
"View in folder" : "Näe kansiossa",
"Move to folder" : "Siirrä kansioon",
"Add to album" : "Lisää albumiin",
"Move to person" : "Siirrä henkilölle",
"Remove from person" : "Poista henkilöltä",
"You are about to download a large number of files. Are you sure?" : "Olet lataamassa suurta määrää tiedostoja. Oletko varma?",
"You are about to delete a large number of files. Are you sure?" : "Olet poistamassa suurta määrää tiedostoja. Oletko varma?",
"You are about to touch a large number of files. Are you sure?" : "Olet aikeissa koskettaa suurta määrää tiedostoja. Oletko varma?",
"You are about to download a large number of files." : "Olet aikeissa ladata suuren määrän tiedostoja",
"Continue" : "Jatka",
"You are about to delete a large number of files" : "Olet aikeissa poistaa suuren määrän tiedostoja",
"Failed to delete files" : "Tiedostojen poisto epäonnistui",
"Move" : "Siirrä",
"You are about to move a large number of files" : "Olet aikeissa siirtää suuren määrän tiedostoja",
"Only user \"{user}\" can update this person" : "Vain käyttäjä \"{user}\" voi päivittää tätä henkilöä",
"_{n} selected_::_{n} selected_" : ["{n} valittu","{n} valittu"],
"Memories Settings" : "Muistot-sovelluksen asetukset",
"General" : "Yleiset",
"Timeline Path" : "Aikajanan polku",
"Square grid mode" : "Ristikkonäkymä",
"Show past photos on top of timeline" : "Näytä vanhojen kuvien nostoja aikajanan yläosassa",
"Viewer" : "Katselin",
"Load full size image on zoom" : "Lataa täysikokoiset kuvat suurennettaessa",
"Always load full size image (not recommended)" : "Lataa aina täysikokoiset kuvat (ei suositeltu)",
"Show full file path in sidebar" : "Näytä tiedoston koko polku sivupalkissa",
"Account" : "Tili",
"Logged in as {user}" : "Kirjauduttu käyttäjänä {user}",
"Sign out" : "Kirjaudu ulos",
"Device Folders" : "Laitekansiot",
"Local folders to include in the timeline view" : "Paikalliset kansiot, joiden kuvat näytetään aikajanalla",
"Folders Path" : "Kansioiden polku",
"Show hidden folders" : "Näytä piilotetut kansiot",
"Sort folders oldest-first" : "Järjestä kansiot vanhimmasta uusimpaan",
"Sort albums oldest-first" : "Järjestä albumit vanhimmasta uusimpaan",
"Choose Timeline Paths" : "Valitse aikajanan polut",
"Choose the root for the folders view" : "Valitse kansionäkymän juurihakemisto",
"Are you sure you want to log out {user}?" : "Haluatko varmasti uloskirjata \"{user}\"?",
"Close" : "Sulje",
"{photoCount} photos" : "{photoCount} kuvaa",
"Failed to load some photos" : "Joidenkin kuvien lataus epäonnistui",
"Failed to update setting" : "Asetuksen päivittäminen epäonnistui",
"Face Recognition is installed and enabled" : "Kasvojentunnistus on asennettu ja käytössä",
"Recommended Apps" : "Suositellut sovellukset",
"Path to packaged exiftool binary" : "Polku pakattuun exiftool-binääriin",
"You need perl only if the packaged exiftool binary does not work for some reason." : "Tarvitset perliä vain, jos pakattu exiftool-binääri ei jostain syystä toimi.",
"Use system perl (only if exiftool binary does not work)" : "Käytä järjestelmän perliä (vain, jos exiftool-binääri ei toimi)",
"EXIF Extraction" : "EXIF-purku",
"Media Indexing" : "Median indeksointi",
"You can configure the enabled Nextcloud preview providers below." : "Voit määritellä Nextcloudin käyttöön otetut esikatselujen generaattorit tähän.",
"If you are using Imaginary for preview generation, you can ignore this section." : "Jos käytät Imaginarya esikatselujen generointiin, voit ohittaa tämän osion.",
"To enable RAW support, install the Camera RAW Previews app." : "RAW-tuki vaatii Camera RAW Previews-sovelluksen asentamisen.",
"Documentation." : "Dokumentaatio.",
"PHP-Imagick is available [{version}]." : "PHP-Imagick on saatavilla [{version}].",
"PHP-Imagick is not available." : "PHP-Imagick ei ole käytettävissä.",
"Image editing will not work correctly." : "Kuvien muokkaus ei toimi oikein.",
"The following MIME types are configured for preview generation." : "Seuraavat MIME-tyypit on määritelty esikatselujen generointiin.",
"Max preview size (trade-off between quality and storage requirements)." : "Suurin esikatselun koko (kompromissi laadun ja tiedostojen koon välillä).",
"Max memory for preview generation (MB)" : "Esikatselujen generointiin käytettävä muistin määrä enimmillään (MB)",
"Max size of preview files (MB)" : "Esikatselukuvien koko enimmillään (MB)",
"File Support" : "Tiedostojen tuki",
"Images (JPEG, PNG, GIF, BMP)" : "Kuvat (JPEG, PNG, GIF, BMP)",
"HEIC (Imagick)" : "HEIC (Imagick)",
"TIFF (Imagick)" : "TIFF (Imagick)",
"Videos (ffmpeg)" : "Videot (ffmpeg)",
"External Link" : "Ulkoinen linkki",
"Performance" : "Suorituskyky",
"Help & Support" : "Ohjeet ja tuki",
"{n} media files have been indexed" : "{n} mediatiedostoa on indeksoitu",
"Automatic Indexing status: {status}" : "Automaattisen indeksoinnin tila: {status}",
"Last index job was run {t} seconds ago." : "Viimeisin indeksointi suoritettu {t} sekuntia sitten.",
"It took {t} seconds to complete." : "Kesto {t} sekuntia valmistumiseen.",
"It is still running or was interrupted." : "Yhä käynnissä tai keskeytetty.",
"Only server-side encryption (OC_DEFAULT_MODULE) is supported, but another encryption module is enabled." : "Vain salaus palvelimella (OC_DEFAULT_MODULE) on tuettu, mutta toinen salausmoduuli on käytössä.",
"Index all media automatically (recommended)" : "Indeksoi kaikki mediatiedostot automaattisesti (suositeltu)",
"Disable background indexing" : "Poista käytöstä indeksointi taustalla",
"Force re-indexing of all files:" : "Pakota kaikkien tiedostojen uudelleenindeksointi:",
"Media Indexing" : "Median indeksointi",
"HTTPS is enabled" : "HTTPS on käytössä",
"HTTP/2 or HTTP/3 is enabled" : "HTTP/2 tai HTTP/3 on käytössä",
"Performance" : "Suorituskyky",
"Unknown" : "Tuntematon",
"_{n} item added to album_::_{n} items added to album_" : ["{n} kohde lisätty albumiin","{n} kohdetta lisätty albumiin"],
"Enable Transcoding" : "Ota käyttöön transkoodaus",
"ffmpeg path" : "ffmpeg:n polku",
"ffprobe path" : "ffprobe:n polku",
"Global default video quality (user may override)" : "Yleinen oletusarvo videoiden laadulle (käyttäjä voi muuttaa itselleen)",
"Auto (adaptive transcode)" : "Automaattinen (mukautuva transkoodaus)",
"Original (transcode with max quality)" : "Alkuperäinen (transkoodaa parhaalla laadulla)",
"Direct (original video file without transcode)" : "Suora (alkuperäinen video ilman transkoodausta)",
"You must first make sure the correct drivers are installed before configuring acceleration." : "Varmista ensin, että oikeat ajurit on asennettuna ennen kiihdytyksen määrittelemistä.",
"Make sure you test hardware acceleration with various options after enabling." : "Testaa laitteistokiihdytys eri asetuksilla ennen sen käyttöönottoa.",
"Do not enable multiple types of hardware acceleration simultaneously." : "Älä ota käyttöön useita eri laitteistokiihdytyksiä samanaikaisesti.",
"Intel processors supporting QuickSync Video (QSV) as well as some AMD GPUs can be used for transcoding using VA-API acceleration." : "QuickSync Videota (QSV):ta tukevia Intel-prosessoreita sekä joitain AMD:n GPU:ita voi käyttää transkoodaukseen hyödyntämällä VA-API-kiihdytystä.",
"For more details on driver installation, check the documentation:" : "Lue lisätietoa ajurien asennuksesta dokumentaatiosta:",
"Enable acceleration with VA-API" : "Ota kiihdytys käyttöön VA-API:lla",
"NVIDIA GPUs can be used for transcoding using the NVENC encoder with the proper drivers." : "NVIDIA GPU:ita voidaan käyttää transkoodaukseen hyödyntämällä NVENC-enkooderia oikeilla ajureilla.",
"Depending on the versions of the installed SDK and ffmpeg, you need to specify the scaler to use" : "Määrittele käytettävä skaalain (riippuu asennetun SDK:n ja ffmpeg:n versiosta)",
"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",
"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",
"VA-API device ({dev}) has incorrect permissions" : "VA-API laitteella ({dev}) on virheelliset käyttöoikeudet",
"VA-API device status: {status}" : "VA-API-laitteen tila: {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:" : "Muistot-sovellus käyttää go-vod-transkooderia. Go-vodi voidaan ajaa ulkoisesti (esim. erillisessä Docker-säilössä laitekiihdytyksellä) tai käyttää sisäänrakennettua transkooderia. Seuraa dokumentaation ohjeistusta:",
"Enable external transcoder (go-vod)" : "Ota käyttöön ulkoinen transkooderi (go-vod)",
"Binary path (local only)" : "Binäärin polku (vain paikallinen)",
"Template" : "Malli",
"No items" : "Ei kohteita",
"Shared by {user}" : "Jakanut {user}",
"_{n} item_::_{n} items_" : ["{n} kohde","{n} kohdetta"],
"_{n} photo updated_::_{n} photos updated_" : ["{n} kuva päivitetty","{n} kuvaa päivitetty"],
"Add people or groups who can edit your album" : "Lisää henkilöitä tai ryhmiä, jotka voivat muokata albumia",
"Search for collaborators" : "Etsi osaanottajia",
"Search people or groups" : "Etsi käyttäjiä tai ryhmiä",
"Add {collaboratorLabel} to the collaborators list" : "Lisää {collaboratorLabel} osaanottajien listaan",
"No collaborators available" : "Osanottajia ei löytynyt",
"Remove {collaboratorLabel} from the collaborators list" : "Poista {collaboratorLabel} osanottajien listalta",
"Copy the public link" : "Kopioi julkinen linkki",
"Public link copied!" : "Julkinen linkki kopioitu!",
"Copy public link" : "Kopioi julkinen linkki",
"Delete the public link" : "Poista julkinen linkki",
"Share via public link" : "Jaa julkisen linkin kautta",
"Failed to fetch collaborators list." : "Osanottajien haku epäonnistui",
"Public link" : "Julkinen linkki",
"Failed to fetch album." : "Albumin noutaminen epäonnistui.",
"Failed to update album." : "Albumin päivittäminen epäonnistui.",
@ -78,20 +177,25 @@
"New album" : "Uusi albumi",
"Could not load the selected album" : "Valittua albumia ei voitu ladata",
"Remove Album" : "Poista albumi",
"Are you sure you want to permanently remove album \"{name}\"?" : "Haluatko varmasti poistaa albumin \"{name}\"?",
"Failed to delete {name}." : "Kohteen {name} poisto epäonnistui.",
"Name of the album" : "Albumin nimi",
"Location of the album" : "Albumin sijainti",
"Go back to the previous view." : "Siirry takaisin edelliseen näkymään.",
"Back" : "Takaisin",
"Go to the add collaborators view." : "Avaa osanottajien lisäysnäkymä.",
"Add collaborators" : "Lisää avustajia",
"Back to the new album form." : "Takaisin uuden albumin lomakkeeseen.",
"Save" : "Tallenna",
"Create album" : "Luo albumi",
"Add selection to album {albumName}" : "Lisää valinta albumiin {albumName}",
"Create a new album." : "Luo uusi albumi.",
"_%n item_::_%n items_" : ["%n kohde","%n kohdetta"],
"_Share with %n user_::_Share with %n users_" : ["Jaa %n käyttäjän kanssa","Jaa %n käyttäjän kanssa"],
"Invalid album name; should not contain any slashes." : "Virheellinen albumin nimi; nimi ei saa sisältää kauttaviivoja.",
"Search" : "Etsi",
"Create new album." : "Luo uusi albumi.",
"Save changes" : "Tallenna muutokset",
"Share Album" : "Jaa albumi",
"Save collaborators for this album." : "Tallenna albumin osanottajat.",
"shared by {owner}" : "jakanut {owner}",
"_%n item_::_%n items_" : ["%n kohde","%n kohdetta"],
"Newest" : "Uusimmat",
"Year" : "Vuosi",
"Month" : "Kuukausi",
@ -101,6 +205,7 @@
"Minute" : "Minuutti",
"Oldest" : "Vanhimmat",
"Invalid Date" : "Virheellinen päiväys",
"Newest date is older than oldest date" : "Uudempi päiväys on vanhempi kuin vanhin päiväys",
"Title" : "Nimeke",
"Description" : "Kuvaus",
"Label" : "Nimike",
@ -109,21 +214,31 @@
"Lens Model" : "Linssin malli",
"Copyright" : "Tekijänoikeus",
"Empty" : "Tyhjä",
"Unchanged" : "Muuttamaton",
"Reset" : "Palauta",
"Remove location" : "Poista sijainti",
"Search location / landmark" : "Etsi sijaintia / maamerkkiä",
"Failed to search for location with Nominatim." : "Sijainnin haku Nominatimilla epäonnistui.",
"Date / Time" : "Päivä / aika",
"Collaborative Tags" : "Yhteiset tunnisteet",
"EXIF Fields" : "EXIF-kentät",
"Failed to load metadata for {n} photos." : "Metatietojen haku {n} kuvalle epäonnistui.",
"{n} photos cannot be edited (permissions error)." : "{n} kuvaa ei voitu muokata (käyttöoikeusvirhe)",
"Remove person" : "Poista henkilö",
"Are you sure you want to remove {name}?" : "Haluatko varmasti poistaa {name}?",
"Only user \"{user}\" can delete this person" : "Vain käyttäjä \"{user}\" voi poistaa tämän henkilön",
"Rename person" : "Nimeä henkilö uudelleen",
"Name" : "Nimi",
"Update" : "Päivitä",
"Failed to rename {oldName} to {name}." : "Uudelleen nimeäminen nimestä {oldName} nimeen {name} epäonnistui.",
"Search" : "Etsi",
"Loading …" : "Ladataan…",
"Enter name of the new face" : "Syötä kasvojen nimi",
"Failed to create face" : "Kasvojen luonti epäonnistui",
"Merge {name} with person" : "Yhdistä {name} henkilöön",
"Are you sure you want to merge {name} with {newName}?" : "Haluatko varmasti yhdistää kohteen {name} henkilöön {newName}?",
"Merge faces" : "Yhdistä kasvot",
"unnamed person" : "nimetön henkilö",
"Too many failures, aborting" : "Liian monta epäonnistumista, lopetetaan",
"Error while moving {basename}" : "Virhe siirtäessä kohdetta {basename}",
"Failed to move {name}." : "Kohteen {name} siirtäminen epäonnistui.",
"Move selected photos to person" : "Siirrä valitut kuvat henkilölle",
"Choose a folder" : "Valitse kansio",
@ -133,27 +248,38 @@
"Add a root to your timeline" : "Lisää juurihakemisto aikajanalle",
"Link Sharing" : "Linkin jakaminen",
"You cannot share the root folder" : "Et voi jakaa juurikansiota",
"Public link shares are available to people outside Nextcloud." : "Julkisen linkin kautta jaetut kuvat näkyvät Nextcloudin ulkopuolisille ihmisille.",
"You may create or update permissions on public links using the sidebar." : "Voit luoda tai päivittää julkisten linkkien käyttöoikeuksia sivupalkista.",
"Click a link to copy to clipboard." : "Napsauta linkkiä kopioidaksesi sen leikepöydälle.",
"Share link" : "Jaa linkki",
"Create Link" : "Luo linkki",
"Refresh" : "Päivitä",
"Password protected" : "Salasanasuojattu",
"Expires" : "Vanhenee",
"Editable" : "Muokattavissa",
"Read only" : "Vain luku",
"Link copied to clipboard" : "Linkki kopioitu leikepöydälle",
"Share File" : "Jaa tiedosto",
"Reduced Size" : "Pienennetty koko",
"Share a lower resolution image preview" : "Jaa kuvan esikatselu matalalla resoluutiolla",
"High Resolution" : "Korkea resoluutio",
"Share the video as a high quality MOV" : "Jaa video korkealaatuisena MOV-tiedostona",
"Share the image as a high quality JPEG" : "Jaa kuva korkealaatuisena JPEG-tiedostona",
"Original File" : "Alkuperäinen tiedosto",
"Share the original image / video file" : "Jaa alkuperäinen kuva-/videotiedosto",
"Public Link" : "Julkinen linkki",
"Share an external Nextcloud link" : "Jaa ulkoinen Nextcloud-linkki",
"Failed to download file" : "Tiedoston lataaminen epäonnistui",
"Cannot share this type of data" : "Tämän tyyppistä dataa ei voida jakaa",
"Sort by date" : "Järjestä päiväyksen mukaan",
"Sort by name" : "Järjestä nimen mukaan",
"Share album" : "Jaa albumi",
"Download album" : "Lataa albumi",
"Delete album" : "Poista albumi",
"Nothing to show here" : "Täällä ei ole mitään näytettävää",
"Unassigned faces" : "Määrittämättömät kasvot",
"Merge with different person" : "Yhdistä toisen henkilön kanssa",
"Mark person in preview" : "Merkkaa henkilö esikatselussa",
"Unnamed person" : "Nimetön henkilö",
"Folder View" : "Kansionäkymä",
"Timeline View" : "Aikajananäkymä",
"Share folder" : "Jaa kansio",
@ -164,16 +290,22 @@
"Unsaved changes" : "Tallentamattomia muutoksia",
"Drop changes" : "Hylkää muutokset",
"Share" : "Jaa",
"Sidebar" : "Sivupalkki",
"Download Video" : "Lataa video",
"Slideshow" : "Diaesitys",
"Previous" : "Edellinen",
"Next" : "Seuraava",
"Editing is currently disabled for Live Photos" : "Muokkaus ei ole tällä hetkellä käytössä Livekuville",
"Are you sure you want to delete?" : "Haluatko varmasti poistaa?",
"Failed to delete photo" : "Kuvan poisto eäonnistui",
"{name} binary exists and is executable." : "{name} binääri on suoritettavissa.",
"{name} binary not found." : "{name} binääriä ei löytynyt.",
"{name} binary is not executable." : "{name} binääri ei ole suoritettavissa.",
"{name} failed test: {info}." : "{name} testi epäonnistui: {info}.",
"{name} binary exists and is usable ({info})." : "{name} binääri on olemassa ja käytettävissä ({info}).",
"{name} binary status: {status}." : "{name} binäärin tila: {status}.",
"Save as" : "Tallenna nimellä",
"All changes will be lost." : "Kaikki muutokset menetetään.",
"Are you sure you want to continue?" : "Haluatko varmasti jatkaa?",
"Continue" : "Jatka",
"Undo" : "Kumoa",
"Redo" : "Tee uudelleen",
"Show original image" : "Näytä alkuperäinen kuva",
@ -199,12 +331,14 @@
"Portrait" : "Muotokuva",
"Ellipse" : "Ellipsi",
"Classic TV" : "Klassinen TV",
"CinemaScope" : "CinemaScope",
"Arrow" : "Nuoli",
"Blur" : "Sumennus",
"Brightness" : "Kirkkaus",
"Contrast" : "Kontrasti",
"Flip X" : "Käännä X",
"Flip Y" : "Käännä Y",
"HSV" : "HSV",
"Hue" : "Värisävy",
"Saturation" : "Värikylläisyys",
"Value" : "Arvo",
@ -246,10 +380,12 @@
"Saved image size (width x height)" : "Tallennetun kuvan koko (leveys x korkeus)",
"Actual size (100%)" : "Todellinen koko (100 %)",
"Fit size" : "Sovita koko",
"Transcoding failed, check Nextcloud logs." : "Transkoodaus epäonnistui, katso lisätiedot Nextcloudin lokeista.",
"Direct" : "Suoraan",
"Auto" : "Automaattinen",
"Shared Folder" : "Jaa kansio",
"Shared Album" : "Jaettu albumi",
"Failed to remove {filename}." : "Ei voitu poistaa {filename}.",
"Failed to create {albumName}." : "Albumin {albumName} luominen epäonnistui.",
"Failed to rename {currentAlbumName} to {newAlbumName}." : "Albumin {currentAlbumName} nimen muuttaminen muotoon {newAlbumName} epäonnistui.",
"General Failure" : "Yleinen virhe",
@ -262,6 +398,20 @@
"Failed to favorite files." : "Tiedostojen asettaminen suosikeiksi epäonnistui.",
"Failed to favorite some files." : "Joidenkin tiedostojen määrittäminen suosikiksi epäonnistui.",
"Failed to favorite {fileName}." : "Tiedoston {fileName} asettaminen suosikiksi epäonnistui.",
"Your Timeline" : "Aikajanasi"
"Memories has been updated to {version}. Reload to get the new version." : "Muistot-sovellukset on päivitetty versioon {version}. Lataa sivu uudelleen avataksesi uuden version.",
"Upload some photos and make sure the timeline path is configured" : "Lataa kuvia ja varmista, että aikajanan polku on määritelty",
"Mark photos as favorite to find them easily" : "Merkitse kuvia suosikeiksi löytääksesi ne helposti",
"Memories from past years will appear here" : "Tässä näytetään muistoja menneiltä vuosilta",
"You will find your friends soon. Please be patient" : "Löydät ystäväsi pian. Odota rauhassa",
"Face Recognition is disabled. Enable in settings to find your friends" : "Kasvojentunnistus on pois käytöstä. Ota se käyttöön asetuksista löytääksesi ystäväsi",
"Your videos will appear here" : "Videosi tulevat tänne näkyviin",
"No photos in this album yet" : "Tässä albumissa ei ole vielä kuvia",
"Create an album to get started" : "Luo albumi aloittaaksesi",
"Archive photos you don't want to see in your timeline" : "Arkistoi kuvat, joita et halua nähdä aikajanallasi",
"Tag photos to find them easily" : "Lisää kuviin tunnisteita löytääksesi ne helpommin",
"Recognize is still working on your photos" : "Recognize käsittelee vielä kuviasi",
"Places you have been to will appear here" : "Sijainnit, joissa olet ollut, tulevat tänne näkyviin",
"Yes" : "Kyllä",
"No" : "Ei"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

61
l10n/fr.js vendored
View File

@ -1,6 +1,7 @@
OC.L10N.register(
"memories",
{
"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",
"Settings" : "Paramètres",
@ -22,17 +23,17 @@ OC.L10N.register(
"Recognize" : "Recognize",
"A better photos experience awaits you" : "Une meilleure expérience photo vous attend",
"Choose the root folder of your timeline to begin" : "Choisissez le dossier racine de votre fil chronologique pour commencer",
"If you just installed Memories, run:" : "Si vous venez d'installer Souvenirs, exécuter :",
"Continue to Memories" : "Continuer vers Souvenirs",
"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",
"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é.",
"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",
"No title" : "Pas de titre",
"No description" : "Pas de description",
"No coordinates" : "Pas de coordonnées",
"Click edit to set location" : "Cliquer sur modifier pour définir le lieu",
"Photos" : "Images",
@ -40,7 +41,6 @@ OC.L10N.register(
"Cancel" : "Annuler",
"Delete" : "Supprimer",
"Remove from album" : "Supprimer de l'album",
"Download" : "Télécharger",
"Favorite" : "Favoris",
"Unarchive" : "Désarchiver",
"Edit metadata" : "Modifier les métadonnées",
@ -49,10 +49,9 @@ OC.L10N.register(
"Add to album" : "Ajouter à l'album",
"Move to person" : "Déplacer vers une personne",
"Remove from person" : "Retirer de la personne",
"You are about to download a large number of files. Are you sure?" : "Vous êtes sur le point de télécharger un grand nombre de fichiers. Êtes-vous certain de vouloir le faire ?",
"You are about to delete a large number of files. Are you sure?" : "Vous êtes sur le point de supprimer un grand nombre de fichiers. Êtes-vous certain⋅e de vouloir le faire ?",
"Continue" : "Continuer",
"Failed to delete files" : "Échec de la suppression des fichiers",
"You are about to touch a large number of files. Are you sure?" : "Vous êtes sur le point de modifier un grand nombre de fichiers. Êtes-vous sûr(e) ?",
"Move" : "Déplacer",
"You must enable \"Mark person in preview\" to use this feature" : "Vous devez activer l'option \"Marquer la personne dans l'aperçu\" pour utiliser cette fonctionnalité",
"Only user \"{user}\" can update this person" : "Seul l'utilisateur·trice \"{user}\" peut mettre à jour cette personne",
"_{n} selected_::_{n} selected_" : ["{n} sélectionné","{n} sélectionnés","{n} sélectionnés"],
@ -61,23 +60,30 @@ 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",
"Viewer" : "Visionneuse",
"Load full size image on zoom" : "Charger l'image en taille réelle lors du zoom",
"Always load full size image (not recommended)" : "Toujours charger l'image en taille réelle (non recommandé)",
"Account" : "Compte",
"Logged in as {user}" : "Connecté en tant que {user}",
"Sign out" : "Se déconnecter",
"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",
"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} ?",
"Close" : "Fermer",
"{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",
"EXIF Extraction" : "Extraction EXIF",
"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)",
"Media Indexing" : "Indexation des médias",
"EXIF Extraction" : "Extraction EXIF",
"Max memory for preview generation (MB)" : "Mémoire maximale pour la génération d'un aperçu (Mo)",
"Max size of preview files (MB)" : "Taille maximale des fichiers de prévisualisation (Mo)",
"External Link" : "Lien Externe",
"{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.",
@ -85,7 +91,6 @@ OC.L10N.register(
"It is still running or was interrupted." : "Elle est toujours en cours ou a été interrompu.",
"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\" file are always excluded from indexing." : "Les dossiers contenant un fichier \".nomedia\" sont toujours exclus de l'indexation.",
"Index all media automatically (recommended)" : "Indexer automatiquement tous les médias (recommandé)",
"Index per-user timeline folders (not recommended)" : "Indexer le dossier du fil chronologique de chaque utilisateur·trice (non recommandé)",
"Index a fixed relative path" : "Indexer un chemin d'accès relatif fixe",
@ -96,15 +101,13 @@ OC.L10N.register(
"Force re-indexing of all files:" : "Forcer la réindexation de tous les fichiers :",
"You can limit indexing by user and/or folder:" : "Vous pouvez limiter l'indexation par utilisateur·trice et/ou par dossier :",
"Clear all existing index tables:" : "Effacer toutes les tables d'index existantes :",
"The following MIME types are configured for preview generation correctly. More documentation:" : "Les types MIME suivants sont configurés correctement pour la génération d'aperçus. Plus de renseignements :",
"External Link" : "Lien Externe",
"Performance" : "Performance",
"Media Indexing" : "Indexation des médias",
"HTTPS is enabled" : "HTTPS est activé",
"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." : "Vous accédez à cette page dans un environnement non sécurisé. Plusieurs API du navigateur ne sont pas disponibles, ce qui rendra Souvenirs très lent. Activez HTTPS sur votre serveur pour améliorer les performances.",
"HTTP/2 or HTTP/3 is enabled" : "HTTP/2 ou HTTP/3 est activé",
"HTTP/2 or HTTP/3 is strongly recommended ({httpVer} detected)" : "HTTP/2 ou HTTP/3 est fortement recommandé ({httpVer} détecté)",
"Performance" : "Performance",
"Unknown" : "Inconnu",
"Reverse Geocoding" : "Géocodage inverse",
"Database is populated with {n} geometries." : "La base de données contient {n} géométries.",
"Geometry table has not been created." : "Le tableau de géométrie n'a pas été créé.",
"Looks like the planet data is incomplete." : "Il semble que les données géographique soient incomplètes.",
@ -114,13 +117,13 @@ OC.L10N.register(
"If the button below does not work for importing the planet data, use the following command:" : "Si le bouton ci-dessous ne fonctionne pas pour importer les données géographique, utilisez la commande suivante :",
"Note: the geometry data is stored in the memories_planet_geometry table, with no prefix." : "Remarque : les données géographique sont stockées dans la table memories_planet_geometry, sans préfixe.",
"Download planet database" : "Télécharger la base de données géographique",
"Reverse Geocoding" : "Géocodage inverse",
"Geometry support was not detected in your database" : "Le support des géométries n'a pas été détecté dans votre base de données",
"MySQL-like geometry support was detected " : "Support similaire aux géométries pour MySQL détecté",
"Postgres native geometry support was detected" : "Support natif Postgres des géométries détecté",
"Looks like the database is already setup. Are you sure you want to redownload planet data?" : "Il semble que la base de données soit déjà configurée. Êtes-vous sûr de vouloir télécharger à nouveau les données géographique ?",
"You are about to download the planet database. This may take a while." : "Vous êtes sur le point de télécharger la base de données géographique. Cela peut prendre un certain temps.",
"This may also cause all photos to be re-indexed!" : "Cela peut également entraîner la réindexation de toutes les photos !",
"Video Streaming" : "Diffusion vidéo",
"Live transcoding provides for adaptive streaming of videos using HLS." : "Le transcodage à la volée permet la diffusion adaptative des vidéos en utilisant HLS.",
"Note that this may be very CPU intensive without hardware acceleration, and transcoding will not be used for external storage." : "Notez que ceci peut être très intensif pour le processeur à défaut d'accélération matérielle, et que le transcodage ne sera pas utilisé pour les stockages externes.",
"Enable Transcoding" : "Activer le transcodage",
@ -130,14 +133,13 @@ OC.L10N.register(
"Auto (adaptive transcode)" : "Auto (transcodage adaptatif)",
"Original (transcode with max quality)" : "Original (transcoder avec la qualité max)",
"Direct (original video file without transcode)" : "Direct (fichier vidéo original sans transcodage)",
"Hardware Acceleration" : "Accélération matérielle",
"Video Streaming" : "Diffusion vidéo",
"You must first make sure the correct drivers are installed before configuring acceleration." : "Vous devez d'abord vous assurer que les pilotes adéquats soient installés avant de configurer l'accélération.",
"Make sure you test hardware acceleration with various options after enabling." : "Assurez-vous de tester l'accélération matérielle avec différentes options après activation.",
"Do not enable multiple types of hardware acceleration simultaneously." : "N'activez pas plusieurs types d'accélérations matérielles simultanément.",
"Intel processors supporting QuickSync Video (QSV) as well as some AMD GPUs can be used for transcoding using VA-API acceleration." : "Les processeurs Intel supportant QuickSync Video (QSV) ainsi que certains GPUs AMD peuvent être utilisés pour transcoder grâce à l'accélération VA-API.",
"For more details on driver installation, check the documentation:" : "Pour plus de détails sur l'installation du pilote, consultez la documentation :",
"Enable acceleration with VA-API" : "Activer l'accélération avec VA-API",
"Enable low-power mode (QSV)" : "Activer le mode basse consommation (QSV)",
"NVIDIA GPUs can be used for transcoding using the NVENC encoder with the proper drivers." : "Les GPUs NVIDIA peuvent être utilisés pour le transcodage grâce à l'encodeur NVENC avec les pilotes appropriés.",
"Depending on the versions of the installed SDK and ffmpeg, you need to specify the scaler to use" : "En fonction des versions installées du kit de développement et de ffmpeg, vous devez préciser le zoom à utiliser",
"No automated tests are available for NVIDIA acceleration." : "Aucun test automatisé n'est disponible pour l'accélération NVIDIA.",
@ -149,13 +151,14 @@ OC.L10N.register(
"VA-API device ({dev}) not found" : "Périphérique VA-API ({dev}) introuvable",
"VA-API device ({dev}) has incorrect permissions" : "Le périphérique VA-API ({dev}) présente des permissions incorrectes",
"VA-API device status: {status}" : "État du périphérique VA-API ({dev}) : {status}",
"Transcoder configuration" : "Configuration du transcoder",
"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:" : "Souvenirs utilise le transcodeur go-vod. Vous pouvez exécuter go-vod en externe (par exemple dans un conteneur Docker séparé pour l'accélération matérielle) ou utiliser le transcodeur intégré. Pour utiliser un transcodeur externe, activez l'option suivante et suivez les instructions de la documentation :",
"Enable external transcoder (go-vod)" : "Activer le transcodeur externe (go-vod)",
"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)",
"_{n} item added to album_::_{n} items added to album_" : ["{n} élément ajouté à l'album","{n} éléments ajoutés à l'album","{n} éléments ajoutés à l'album"],
"Template" : "Modèle",
"No items" : "Aucun élément",
"Shared by {user}" : "Partagé par {user}",
"Add people or groups who can edit your album" : "Ajoutez des personnes ou des groupes qui peuvent modifier votre album",
"Search for collaborators" : "Rechercher des collaborateurs",
"Search people or groups" : "Recherche des personnes ou des groupes",
@ -177,7 +180,6 @@ OC.L10N.register(
"Could not load the selected album" : "Impossible de charger l'album sélectionné",
"Remove Album" : "Retirer l'album",
"Are you sure you want to permanently remove album \"{name}\"?" : "Êtes-vous sûr de vouloir supprimer définitivement l'album \"{name}\" ?",
"Only user \"{user}\" can delete this album" : "Seul l'utilisateur·trice \"{user}\" peut supprimer cet album",
"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",
@ -189,12 +191,11 @@ OC.L10N.register(
"Save" : "Enregistrer",
"Create album" : "Créer un album",
"Invalid album name; should not contain any slashes." : "Nom d'album invalide; il ne devrait pas contenir de slash.",
"Add selection to album {albumName}" : "Ajouter la sélection à l'album {albumName}",
"Create a new album." : "Créer un nouvel album",
"_%n item_::_%n items_" : ["%n élément ","%n éléments","%n éléments"],
"_Share with %n user_::_Share with %n users_" : ["Partager avec %n utilisateur","Partager avec %n utilisateurs","Partager avec %n utilisateurs"],
"Search" : "Recherche",
"Save changes" : "Enregistrer les modifications",
"Share Album" : "Partager l'album",
"Save collaborators for this album." : "Enregistrer les collaborateurs pour cet album.",
"_%n item_::_%n items_" : ["%n élément ","%n éléments","%n éléments"],
"Newest" : "Plus récent",
"Year" : "Année",
"Month" : "Mois",
@ -231,18 +232,14 @@ OC.L10N.register(
"Name" : "Nom",
"Update" : "Mise à jour",
"Failed to rename {oldName} to {name}." : "Échec du renommage de {oldName} en {name}.",
"Search" : "Recherche",
"Loading …" : "Chargement …",
"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",
"Are you sure you want to merge {name} with {newName}?" : "Êtes-vous sûr de vouloir fusionner {name} avec {newName} ?",
"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",
"Are you sure you want to move the selected photos from {name} to {target}?" : "Êtes-vous sûr de vouloir déplacer les photos sélectionnées de {name} vers {target} ?",
"An error occured while moving photos from {name}." : "Une erreur s'est produite lors du déplacement des photos provenant de {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",
@ -277,8 +274,8 @@ OC.L10N.register(
"Sort by name" : "Trier par nom",
"Share album" : "Partager l'album",
"Download album" : "Télécharger l'album",
"Delete album" : "Supprimer l'album",
"Nothing to show here" : "Rien à afficher ici",
"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",
"Folder View" : "Vue Dossier",
@ -292,7 +289,6 @@ OC.L10N.register(
"Drop changes" : "Abandonner les modifications",
"Share" : "Partage",
"Play Live Photo" : "Lire la photo en direct",
"Sidebar" : "Panneau latéral",
"Download Video" : "Télécharger la vidéo",
"Slideshow" : "Diaporama",
"Previous" : "Précédente",
@ -309,7 +305,6 @@ OC.L10N.register(
"Save as" : "Enregistrer sous",
"All changes will be lost." : "Tous les changements seront perdus.",
"Are you sure you want to continue?" : "Êtes-vous sûr de vouloir continuer ?",
"Continue" : "Continuer",
"Undo" : "Annuler",
"Redo" : "Rétablir",
"Show original image" : "Afficher l'image originale",
@ -406,6 +401,7 @@ OC.L10N.register(
"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}.",
"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",
"Memories from past years will appear here" : "Les souvenirs des années passées apparaîtront ici",
@ -418,6 +414,7 @@ OC.L10N.register(
"Tag photos to find them easily" : "Étiquetez vos photos pour les trouver facilement",
"Recognize is still working on your photos" : "Recognize travaille encore sur vos photos",
"Places you have been to will appear here" : "Les endroits où vous êtes allé apparaîtront ici",
"Your Timeline" : "Votre fil chronologique"
"Yes" : "Oui",
"No" : "Non"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

61
l10n/fr.json vendored
View File

@ -1,4 +1,5 @@
{ "translations": {
"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",
"Settings" : "Paramètres",
@ -20,17 +21,17 @@
"Recognize" : "Recognize",
"A better photos experience awaits you" : "Une meilleure expérience photo vous attend",
"Choose the root folder of your timeline to begin" : "Choisissez le dossier racine de votre fil chronologique pour commencer",
"If you just installed Memories, run:" : "Si vous venez d'installer Souvenirs, exécuter :",
"Continue to Memories" : "Continuer vers Souvenirs",
"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",
"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é.",
"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",
"No title" : "Pas de titre",
"No description" : "Pas de description",
"No coordinates" : "Pas de coordonnées",
"Click edit to set location" : "Cliquer sur modifier pour définir le lieu",
"Photos" : "Images",
@ -38,7 +39,6 @@
"Cancel" : "Annuler",
"Delete" : "Supprimer",
"Remove from album" : "Supprimer de l'album",
"Download" : "Télécharger",
"Favorite" : "Favoris",
"Unarchive" : "Désarchiver",
"Edit metadata" : "Modifier les métadonnées",
@ -47,10 +47,9 @@
"Add to album" : "Ajouter à l'album",
"Move to person" : "Déplacer vers une personne",
"Remove from person" : "Retirer de la personne",
"You are about to download a large number of files. Are you sure?" : "Vous êtes sur le point de télécharger un grand nombre de fichiers. Êtes-vous certain de vouloir le faire ?",
"You are about to delete a large number of files. Are you sure?" : "Vous êtes sur le point de supprimer un grand nombre de fichiers. Êtes-vous certain⋅e de vouloir le faire ?",
"Continue" : "Continuer",
"Failed to delete files" : "Échec de la suppression des fichiers",
"You are about to touch a large number of files. Are you sure?" : "Vous êtes sur le point de modifier un grand nombre de fichiers. Êtes-vous sûr(e) ?",
"Move" : "Déplacer",
"You must enable \"Mark person in preview\" to use this feature" : "Vous devez activer l'option \"Marquer la personne dans l'aperçu\" pour utiliser cette fonctionnalité",
"Only user \"{user}\" can update this person" : "Seul l'utilisateur·trice \"{user}\" peut mettre à jour cette personne",
"_{n} selected_::_{n} selected_" : ["{n} sélectionné","{n} sélectionnés","{n} sélectionnés"],
@ -59,23 +58,30 @@
"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",
"Viewer" : "Visionneuse",
"Load full size image on zoom" : "Charger l'image en taille réelle lors du zoom",
"Always load full size image (not recommended)" : "Toujours charger l'image en taille réelle (non recommandé)",
"Account" : "Compte",
"Logged in as {user}" : "Connecté en tant que {user}",
"Sign out" : "Se déconnecter",
"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",
"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} ?",
"Close" : "Fermer",
"{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",
"EXIF Extraction" : "Extraction EXIF",
"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)",
"Media Indexing" : "Indexation des médias",
"EXIF Extraction" : "Extraction EXIF",
"Max memory for preview generation (MB)" : "Mémoire maximale pour la génération d'un aperçu (Mo)",
"Max size of preview files (MB)" : "Taille maximale des fichiers de prévisualisation (Mo)",
"External Link" : "Lien Externe",
"{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.",
@ -83,7 +89,6 @@
"It is still running or was interrupted." : "Elle est toujours en cours ou a été interrompu.",
"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\" file are always excluded from indexing." : "Les dossiers contenant un fichier \".nomedia\" sont toujours exclus de l'indexation.",
"Index all media automatically (recommended)" : "Indexer automatiquement tous les médias (recommandé)",
"Index per-user timeline folders (not recommended)" : "Indexer le dossier du fil chronologique de chaque utilisateur·trice (non recommandé)",
"Index a fixed relative path" : "Indexer un chemin d'accès relatif fixe",
@ -94,15 +99,13 @@
"Force re-indexing of all files:" : "Forcer la réindexation de tous les fichiers :",
"You can limit indexing by user and/or folder:" : "Vous pouvez limiter l'indexation par utilisateur·trice et/ou par dossier :",
"Clear all existing index tables:" : "Effacer toutes les tables d'index existantes :",
"The following MIME types are configured for preview generation correctly. More documentation:" : "Les types MIME suivants sont configurés correctement pour la génération d'aperçus. Plus de renseignements :",
"External Link" : "Lien Externe",
"Performance" : "Performance",
"Media Indexing" : "Indexation des médias",
"HTTPS is enabled" : "HTTPS est activé",
"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." : "Vous accédez à cette page dans un environnement non sécurisé. Plusieurs API du navigateur ne sont pas disponibles, ce qui rendra Souvenirs très lent. Activez HTTPS sur votre serveur pour améliorer les performances.",
"HTTP/2 or HTTP/3 is enabled" : "HTTP/2 ou HTTP/3 est activé",
"HTTP/2 or HTTP/3 is strongly recommended ({httpVer} detected)" : "HTTP/2 ou HTTP/3 est fortement recommandé ({httpVer} détecté)",
"Performance" : "Performance",
"Unknown" : "Inconnu",
"Reverse Geocoding" : "Géocodage inverse",
"Database is populated with {n} geometries." : "La base de données contient {n} géométries.",
"Geometry table has not been created." : "Le tableau de géométrie n'a pas été créé.",
"Looks like the planet data is incomplete." : "Il semble que les données géographique soient incomplètes.",
@ -112,13 +115,13 @@
"If the button below does not work for importing the planet data, use the following command:" : "Si le bouton ci-dessous ne fonctionne pas pour importer les données géographique, utilisez la commande suivante :",
"Note: the geometry data is stored in the memories_planet_geometry table, with no prefix." : "Remarque : les données géographique sont stockées dans la table memories_planet_geometry, sans préfixe.",
"Download planet database" : "Télécharger la base de données géographique",
"Reverse Geocoding" : "Géocodage inverse",
"Geometry support was not detected in your database" : "Le support des géométries n'a pas été détecté dans votre base de données",
"MySQL-like geometry support was detected " : "Support similaire aux géométries pour MySQL détecté",
"Postgres native geometry support was detected" : "Support natif Postgres des géométries détecté",
"Looks like the database is already setup. Are you sure you want to redownload planet data?" : "Il semble que la base de données soit déjà configurée. Êtes-vous sûr de vouloir télécharger à nouveau les données géographique ?",
"You are about to download the planet database. This may take a while." : "Vous êtes sur le point de télécharger la base de données géographique. Cela peut prendre un certain temps.",
"This may also cause all photos to be re-indexed!" : "Cela peut également entraîner la réindexation de toutes les photos !",
"Video Streaming" : "Diffusion vidéo",
"Live transcoding provides for adaptive streaming of videos using HLS." : "Le transcodage à la volée permet la diffusion adaptative des vidéos en utilisant HLS.",
"Note that this may be very CPU intensive without hardware acceleration, and transcoding will not be used for external storage." : "Notez que ceci peut être très intensif pour le processeur à défaut d'accélération matérielle, et que le transcodage ne sera pas utilisé pour les stockages externes.",
"Enable Transcoding" : "Activer le transcodage",
@ -128,14 +131,13 @@
"Auto (adaptive transcode)" : "Auto (transcodage adaptatif)",
"Original (transcode with max quality)" : "Original (transcoder avec la qualité max)",
"Direct (original video file without transcode)" : "Direct (fichier vidéo original sans transcodage)",
"Hardware Acceleration" : "Accélération matérielle",
"Video Streaming" : "Diffusion vidéo",
"You must first make sure the correct drivers are installed before configuring acceleration." : "Vous devez d'abord vous assurer que les pilotes adéquats soient installés avant de configurer l'accélération.",
"Make sure you test hardware acceleration with various options after enabling." : "Assurez-vous de tester l'accélération matérielle avec différentes options après activation.",
"Do not enable multiple types of hardware acceleration simultaneously." : "N'activez pas plusieurs types d'accélérations matérielles simultanément.",
"Intel processors supporting QuickSync Video (QSV) as well as some AMD GPUs can be used for transcoding using VA-API acceleration." : "Les processeurs Intel supportant QuickSync Video (QSV) ainsi que certains GPUs AMD peuvent être utilisés pour transcoder grâce à l'accélération VA-API.",
"For more details on driver installation, check the documentation:" : "Pour plus de détails sur l'installation du pilote, consultez la documentation :",
"Enable acceleration with VA-API" : "Activer l'accélération avec VA-API",
"Enable low-power mode (QSV)" : "Activer le mode basse consommation (QSV)",
"NVIDIA GPUs can be used for transcoding using the NVENC encoder with the proper drivers." : "Les GPUs NVIDIA peuvent être utilisés pour le transcodage grâce à l'encodeur NVENC avec les pilotes appropriés.",
"Depending on the versions of the installed SDK and ffmpeg, you need to specify the scaler to use" : "En fonction des versions installées du kit de développement et de ffmpeg, vous devez préciser le zoom à utiliser",
"No automated tests are available for NVIDIA acceleration." : "Aucun test automatisé n'est disponible pour l'accélération NVIDIA.",
@ -147,13 +149,14 @@
"VA-API device ({dev}) not found" : "Périphérique VA-API ({dev}) introuvable",
"VA-API device ({dev}) has incorrect permissions" : "Le périphérique VA-API ({dev}) présente des permissions incorrectes",
"VA-API device status: {status}" : "État du périphérique VA-API ({dev}) : {status}",
"Transcoder configuration" : "Configuration du transcoder",
"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:" : "Souvenirs utilise le transcodeur go-vod. Vous pouvez exécuter go-vod en externe (par exemple dans un conteneur Docker séparé pour l'accélération matérielle) ou utiliser le transcodeur intégré. Pour utiliser un transcodeur externe, activez l'option suivante et suivez les instructions de la documentation :",
"Enable external transcoder (go-vod)" : "Activer le transcodeur externe (go-vod)",
"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)",
"_{n} item added to album_::_{n} items added to album_" : ["{n} élément ajouté à l'album","{n} éléments ajoutés à l'album","{n} éléments ajoutés à l'album"],
"Template" : "Modèle",
"No items" : "Aucun élément",
"Shared by {user}" : "Partagé par {user}",
"Add people or groups who can edit your album" : "Ajoutez des personnes ou des groupes qui peuvent modifier votre album",
"Search for collaborators" : "Rechercher des collaborateurs",
"Search people or groups" : "Recherche des personnes ou des groupes",
@ -175,7 +178,6 @@
"Could not load the selected album" : "Impossible de charger l'album sélectionné",
"Remove Album" : "Retirer l'album",
"Are you sure you want to permanently remove album \"{name}\"?" : "Êtes-vous sûr de vouloir supprimer définitivement l'album \"{name}\" ?",
"Only user \"{user}\" can delete this album" : "Seul l'utilisateur·trice \"{user}\" peut supprimer cet album",
"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",
@ -187,12 +189,11 @@
"Save" : "Enregistrer",
"Create album" : "Créer un album",
"Invalid album name; should not contain any slashes." : "Nom d'album invalide; il ne devrait pas contenir de slash.",
"Add selection to album {albumName}" : "Ajouter la sélection à l'album {albumName}",
"Create a new album." : "Créer un nouvel album",
"_%n item_::_%n items_" : ["%n élément ","%n éléments","%n éléments"],
"_Share with %n user_::_Share with %n users_" : ["Partager avec %n utilisateur","Partager avec %n utilisateurs","Partager avec %n utilisateurs"],
"Search" : "Recherche",
"Save changes" : "Enregistrer les modifications",
"Share Album" : "Partager l'album",
"Save collaborators for this album." : "Enregistrer les collaborateurs pour cet album.",
"_%n item_::_%n items_" : ["%n élément ","%n éléments","%n éléments"],
"Newest" : "Plus récent",
"Year" : "Année",
"Month" : "Mois",
@ -229,18 +230,14 @@
"Name" : "Nom",
"Update" : "Mise à jour",
"Failed to rename {oldName} to {name}." : "Échec du renommage de {oldName} en {name}.",
"Search" : "Recherche",
"Loading …" : "Chargement …",
"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",
"Are you sure you want to merge {name} with {newName}?" : "Êtes-vous sûr de vouloir fusionner {name} avec {newName} ?",
"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",
"Are you sure you want to move the selected photos from {name} to {target}?" : "Êtes-vous sûr de vouloir déplacer les photos sélectionnées de {name} vers {target} ?",
"An error occured while moving photos from {name}." : "Une erreur s'est produite lors du déplacement des photos provenant de {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",
@ -275,8 +272,8 @@
"Sort by name" : "Trier par nom",
"Share album" : "Partager l'album",
"Download album" : "Télécharger l'album",
"Delete album" : "Supprimer l'album",
"Nothing to show here" : "Rien à afficher ici",
"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",
"Folder View" : "Vue Dossier",
@ -290,7 +287,6 @@
"Drop changes" : "Abandonner les modifications",
"Share" : "Partage",
"Play Live Photo" : "Lire la photo en direct",
"Sidebar" : "Panneau latéral",
"Download Video" : "Télécharger la vidéo",
"Slideshow" : "Diaporama",
"Previous" : "Précédente",
@ -307,7 +303,6 @@
"Save as" : "Enregistrer sous",
"All changes will be lost." : "Tous les changements seront perdus.",
"Are you sure you want to continue?" : "Êtes-vous sûr de vouloir continuer ?",
"Continue" : "Continuer",
"Undo" : "Annuler",
"Redo" : "Rétablir",
"Show original image" : "Afficher l'image originale",
@ -404,6 +399,7 @@
"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}.",
"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",
"Memories from past years will appear here" : "Les souvenirs des années passées apparaîtront ici",
@ -416,6 +412,7 @@
"Tag photos to find them easily" : "Étiquetez vos photos pour les trouver facilement",
"Recognize is still working on your photos" : "Recognize travaille encore sur vos photos",
"Places you have been to will appear here" : "Les endroits où vous êtes allé apparaîtront ici",
"Your Timeline" : "Votre fil chronologique"
"Yes" : "Oui",
"No" : "Non"
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

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