[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
old-stable24
Nextcloud bot 2022-10-21 03:20:05 +00:00
parent e2c24de1be
commit b805339c3f
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
18 changed files with 50 additions and 18 deletions

8
l10n/bg.js vendored

File diff suppressed because one or more lines are too long

8
l10n/bg.json vendored

File diff suppressed because one or more lines are too long

7
l10n/cs.js vendored
View File

@ -3,7 +3,6 @@ OC.L10N.register(
{
"Memories" : "Vzpomínky",
"Yet another photo management app" : "Další z aplikací pro správu fotek",
"# Memories\n\n* **📸 Photo and Video Timeline**: Sorts photos by date taken, parsed from Exif data.\n* **🤔 Quick Recap**: Jump to anywhere in the timeline instantly.\n* **🖼️ Folders**: Browse your and shared folders with a similar, efficient timeline.\n* **🤖 AI Tagging**: Group photos by people and objects using AI, powered by the [recognize](https://github.com/nextcloud/recognize) app.\n* **🎦 Slideshow**: View photos from your timeline and folders easily.\n* **📱 Mobile Support**: Relive your memories on devices of any shape and size through the web app.\n* **✏️ Edit Metadata**: Edit Exif dates on photos quickly and easily.\n* **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n* **⚡️ Fast**: Memories is extremely fast. Period.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store\n1. ⚒️ Install `exiftool` (see below).\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. Photos from this directory will be displayed in the timeline, including any photos in nested subdirectories.\n1. Installing the [preview generator](https://github.com/rullzer/previewgenerator) for pre-generating thumbnails is strongly recommended.\n\n## 🔨 Installing Dependencies\nThe exact steps depend on your Nextcloud platform. If you use Docker for your Nextcloud instance, you can install Exiftool by using a custom docker image.\n- **Ubuntu/Debian**: `sudo apt install libimage-exiftool-perl`\n- **Fedora**: `sudo dnf install perl-Image-ExifTool`\n- **Arch Linux**: `sudo pacman -S perl-image-exiftool`\n- **Alpine**: `apk add --no-cache exiftool`\n- **MacOS**: `brew install exiftool`\n- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`" : "# Vzpomínky\n\n* **📸 Časová osa fotek a videí**: řadí fotky podle data pořízení (na základě Exif metadat).\n* **🤔 Rychlá rekapitulace**: okamžitě přeskočte kamkoli na časové ose.\n* **🖼️ Složky**: procházejte své a vám nasdílené složky obdobnou, efektivní časovou osou.\n* **🤖 Opatřování štítky pomocí strojového učení**: Seskupujte skupiny fotek podle lidí a objektů s využitím AI, poháněno aplikací [Rozpoznávání](https://github.com/nextcloud/recognize).\n* **🎦 Promítání**: snadno zobrazte fotky z časové osy a složek.\n* **📱 Podpora mobilních platforem**: prostřednictvím webové aplikace si zavzpomínejte na zařízení jakéhokoli tvaru a velikosti.\n* **✏️ Upravujte metadata**: Upravujte datumy v Exif ve fotkách snadno a rychle.\n* **📦 Archivujte**: ukládejte fotky, které nechcete zobrazovat v časové ose v oddělené složce.\n* **⚡️ Rychlé**: Vzpomínky jsou extrémně rychlé. Tečka.\n\n## 🚀 Instalace\n\n1. Nainstalujte aplikaci z katalogu aplikací Nextcloud\n2. ⚒️ Nainstalujte `exiftool` (viz níže).\n3. Spusťte příkaz `php ./occ memories:index` a vytvořte tak rejstříky pro stávající fotky.\n4. Otevřete aplikaci 📷 Vzpomínky v Nextcloud a nastavte složku, ve které se nachází vaše fotky. Fotky z této složky budou zobrazovány na časové ose, včetně těch, nacházejících se v podsložkách.\n5. Velmi doporučujeme nainstalovat aplikaci [generátor náhledů](https://github.com/rullzer/previewgenerator) a vytvářet tak náhledy předem.\n\n## 🔨 Instalace potřebných součástí\nKonkrétní kroky jsou odvislé od systému/platformy, na kterém je vámi využívaný Nextcloud provozován. Pokud se jedná o Docker, je možné Exiftool nainstalovat pomocí upraveného obrazu kontejneru.\n- **Ubuntu/Debian**: `sudo apt install libimage-exiftool-perl`\n- **Fedora**: `sudo dnf install perl-Image-ExifTool`\n- **Arch Linux**: `sudo pacman -S perl-image-exiftool`\n- **Alpine**: `apk add --no-cache exiftool`\n- **MacOS**: `brew install exiftool`\n- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`",
"Timeline" : "Časová osa",
"Folders" : "Složky",
"Favorites" : "Oblíbené",
@ -20,7 +19,9 @@ OC.L10N.register(
"Unarchive" : "Zrušit archivování",
"Edit Date/Time" : "Upravit datum/čas",
"View in folder" : "Zobrazit ve složce",
"Move to another person" : "Přesunout k jiné osobě",
"Remove from person" : "Odebrat z osoby",
"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",
"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?",
@ -57,8 +58,12 @@ OC.L10N.register(
"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ě",
"Back" : "Zpět",
"Merge with different person" : "Sloučit s jinou osobou",
"Mark person in preview" : "Označovat osobu v náhledu",
"Move left" : "Přesunout doleva",
"Move right" : "Přesunout doprava",
"Failed to delete files." : "Nepodařilo se smazat soubory.",
"Failed to delete {fileName}." : "Nepodařilo se smazat {fileName}.",
"General Failure" : "Obecný nezdar",

7
l10n/cs.json vendored
View File

@ -1,7 +1,6 @@
{ "translations": {
"Memories" : "Vzpomínky",
"Yet another photo management app" : "Další z aplikací pro správu fotek",
"# Memories\n\n* **📸 Photo and Video Timeline**: Sorts photos by date taken, parsed from Exif data.\n* **🤔 Quick Recap**: Jump to anywhere in the timeline instantly.\n* **🖼️ Folders**: Browse your and shared folders with a similar, efficient timeline.\n* **🤖 AI Tagging**: Group photos by people and objects using AI, powered by the [recognize](https://github.com/nextcloud/recognize) app.\n* **🎦 Slideshow**: View photos from your timeline and folders easily.\n* **📱 Mobile Support**: Relive your memories on devices of any shape and size through the web app.\n* **✏️ Edit Metadata**: Edit Exif dates on photos quickly and easily.\n* **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n* **⚡️ Fast**: Memories is extremely fast. Period.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store\n1. ⚒️ Install `exiftool` (see below).\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. Photos from this directory will be displayed in the timeline, including any photos in nested subdirectories.\n1. Installing the [preview generator](https://github.com/rullzer/previewgenerator) for pre-generating thumbnails is strongly recommended.\n\n## 🔨 Installing Dependencies\nThe exact steps depend on your Nextcloud platform. If you use Docker for your Nextcloud instance, you can install Exiftool by using a custom docker image.\n- **Ubuntu/Debian**: `sudo apt install libimage-exiftool-perl`\n- **Fedora**: `sudo dnf install perl-Image-ExifTool`\n- **Arch Linux**: `sudo pacman -S perl-image-exiftool`\n- **Alpine**: `apk add --no-cache exiftool`\n- **MacOS**: `brew install exiftool`\n- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`" : "# Vzpomínky\n\n* **📸 Časová osa fotek a videí**: řadí fotky podle data pořízení (na základě Exif metadat).\n* **🤔 Rychlá rekapitulace**: okamžitě přeskočte kamkoli na časové ose.\n* **🖼️ Složky**: procházejte své a vám nasdílené složky obdobnou, efektivní časovou osou.\n* **🤖 Opatřování štítky pomocí strojového učení**: Seskupujte skupiny fotek podle lidí a objektů s využitím AI, poháněno aplikací [Rozpoznávání](https://github.com/nextcloud/recognize).\n* **🎦 Promítání**: snadno zobrazte fotky z časové osy a složek.\n* **📱 Podpora mobilních platforem**: prostřednictvím webové aplikace si zavzpomínejte na zařízení jakéhokoli tvaru a velikosti.\n* **✏️ Upravujte metadata**: Upravujte datumy v Exif ve fotkách snadno a rychle.\n* **📦 Archivujte**: ukládejte fotky, které nechcete zobrazovat v časové ose v oddělené složce.\n* **⚡️ Rychlé**: Vzpomínky jsou extrémně rychlé. Tečka.\n\n## 🚀 Instalace\n\n1. Nainstalujte aplikaci z katalogu aplikací Nextcloud\n2. ⚒️ Nainstalujte `exiftool` (viz níže).\n3. Spusťte příkaz `php ./occ memories:index` a vytvořte tak rejstříky pro stávající fotky.\n4. Otevřete aplikaci 📷 Vzpomínky v Nextcloud a nastavte složku, ve které se nachází vaše fotky. Fotky z této složky budou zobrazovány na časové ose, včetně těch, nacházejících se v podsložkách.\n5. Velmi doporučujeme nainstalovat aplikaci [generátor náhledů](https://github.com/rullzer/previewgenerator) a vytvářet tak náhledy předem.\n\n## 🔨 Instalace potřebných součástí\nKonkrétní kroky jsou odvislé od systému/platformy, na kterém je vámi využívaný Nextcloud provozován. Pokud se jedná o Docker, je možné Exiftool nainstalovat pomocí upraveného obrazu kontejneru.\n- **Ubuntu/Debian**: `sudo apt install libimage-exiftool-perl`\n- **Fedora**: `sudo dnf install perl-Image-ExifTool`\n- **Arch Linux**: `sudo pacman -S perl-image-exiftool`\n- **Alpine**: `apk add --no-cache exiftool`\n- **MacOS**: `brew install exiftool`\n- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`",
"Timeline" : "Časová osa",
"Folders" : "Složky",
"Favorites" : "Oblíbené",
@ -18,7 +17,9 @@
"Unarchive" : "Zrušit archivování",
"Edit Date/Time" : "Upravit datum/čas",
"View in folder" : "Zobrazit ve složce",
"Move to another person" : "Přesunout k jiné osobě",
"Remove from person" : "Odebrat z osoby",
"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",
"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?",
@ -55,8 +56,12 @@
"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ě",
"Back" : "Zpět",
"Merge with different person" : "Sloučit s jinou osobou",
"Mark person in preview" : "Označovat osobu v náhledu",
"Move left" : "Přesunout doleva",
"Move right" : "Přesunout doprava",
"Failed to delete files." : "Nepodařilo se smazat soubory.",
"Failed to delete {fileName}." : "Nepodařilo se smazat {fileName}.",
"General Failure" : "Obecný nezdar",

7
l10n/de_DE.js vendored
View File

@ -3,7 +3,6 @@ OC.L10N.register(
{
"Memories" : "Erinnerungen",
"Yet another photo management app" : "Eine weitere Foto-Management-App",
"# Memories\n\n* **📸 Photo and Video Timeline**: Sorts photos by date taken, parsed from Exif data.\n* **🤔 Quick Recap**: Jump to anywhere in the timeline instantly.\n* **🖼️ Folders**: Browse your and shared folders with a similar, efficient timeline.\n* **🤖 AI Tagging**: Group photos by people and objects using AI, powered by the [recognize](https://github.com/nextcloud/recognize) app.\n* **🎦 Slideshow**: View photos from your timeline and folders easily.\n* **📱 Mobile Support**: Relive your memories on devices of any shape and size through the web app.\n* **✏️ Edit Metadata**: Edit Exif dates on photos quickly and easily.\n* **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n* **⚡️ Fast**: Memories is extremely fast. Period.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store\n1. ⚒️ Install `exiftool` (see below).\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. Photos from this directory will be displayed in the timeline, including any photos in nested subdirectories.\n1. Installing the [preview generator](https://github.com/rullzer/previewgenerator) for pre-generating thumbnails is strongly recommended.\n\n## 🔨 Installing Dependencies\nThe exact steps depend on your Nextcloud platform. If you use Docker for your Nextcloud instance, you can install Exiftool by using a custom docker image.\n- **Ubuntu/Debian**: `sudo apt install libimage-exiftool-perl`\n- **Fedora**: `sudo dnf install perl-Image-ExifTool`\n- **Arch Linux**: `sudo pacman -S perl-image-exiftool`\n- **Alpine**: `apk add --no-cache exiftool`\n- **MacOS**: `brew install exiftool`\n- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`" : "# Erinnerungen\n\n* **📸 Foto- und Video-Timeline**: Sortiert Fotos nach Aufnahmedatum, geparst aus Exif-Daten.\n* **🤔 Kurze Zusammenfassung**: Springe sofort zu einer beliebigen Stelle in der Timeline.\n* **🖼️ Ordner**: Durchsuchen Sie Ihre und freigegebenen Ordner mit einer ähnlichen, effizienten Zeitachse.\n* **🎦 Diashow**: Zeigen Sie ganz einfach Fotos aus Ihrer Chronik und Ihren Ordnern an.\n* **📱 Mobiler Support**: Erleben Sie Ihre Erinnerungen auf Geräten jeder Form und Größe über die Web-App noch einmal.\n* **🗑️ Papierkorb**: Mehrere Fotos und Videos gleichzeitig auswählen und löschen.\n* **✏️ Metadaten bearbeiten**: Bearbeiten Sie Exif-Daten auf Fotos schnell und einfach.\n* **📦 Archiv**: Speichern Sie Fotos, die Sie nicht in Ihrer Chronik sehen möchten, in einem separaten Ordner.\n* **⚡️ Schnell**: Memories ist extrem schnell. Zeitraum.\n\n## 🚀 Installation\n\n1. Installieren Sie die App aus dem Nextcloud App Store\n1. ⚒️ Installieren Sie `exiftool` (siehe unten).\n1. Führen Sie `php ./occ memory:index` aus, um Metadaten-Indizes für vorhandene Fotos zu generieren.\n1. Öffne die App 📷 Erinnerungen in Nextcloud und lege das Verzeichnis mit deinen Fotos fest. Fotos aus diesem Verzeichnis werden in der Timeline angezeigt, einschließlich aller Fotos in verschachtelten Unterverzeichnissen.\n1. Die Installation des [Vorschaugenerators](https://github.com/rullzer/previewgenerator) zum Vorgenerieren von Miniaturansichten wird dringend empfohlen.\n\n## 🔨 Installieren von Abhängigkeiten\nDie genauen Schritte hängen von Ihrer Nextcloud-Plattform ab. Wenn Sie Docker für Ihre Nextcloud-Instanz verwenden, können Sie Exiftool mithilfe eines benutzerdefinierten Docker-Images installieren.\n- **Ubuntu/Debian**: `sudo apt install libimage-exiftool-perl`\n- **Fedora**: `sudo dnf install perl-Image-ExifTool`\n- **Arch Linux**: `sudo pacman -S perl-image-exiftool`\n- **Alpine**: `apk add --no-cache exiftool`\n- **MacOS**: `brew install exiftool`\n- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`",
"Timeline" : "Zeitleiste",
"Folders" : "Ordner",
"Favorites" : "Favoriten",
@ -20,7 +19,9 @@ OC.L10N.register(
"Unarchive" : "Dearchivieren",
"Edit Date/Time" : "Datum/Uhrzeit bearbeiten",
"View in folder" : "In Ordner anzeigen",
"Move to another person" : "Zu einer anderen Person verschieben",
"Remove from person" : "Von der Person entfernen",
"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",
"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 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?",
@ -57,8 +58,12 @@ OC.L10N.register(
"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",
"Back" : "Zurück",
"Merge with different person" : "Mit einer anderen Person zusammenführen",
"Mark person in preview" : "Person in Vorschau markieren",
"Move left" : "Nach links verschieben",
"Move right" : "Nach rechts verschieben",
"Failed to delete files." : "Löschen der Dateien fehlgeschlagen.",
"Failed to delete {fileName}." : "{fileName} konnte nicht gelöscht werden.",
"General Failure" : "Allgemeiner Fehler",

7
l10n/de_DE.json vendored
View File

@ -1,7 +1,6 @@
{ "translations": {
"Memories" : "Erinnerungen",
"Yet another photo management app" : "Eine weitere Foto-Management-App",
"# Memories\n\n* **📸 Photo and Video Timeline**: Sorts photos by date taken, parsed from Exif data.\n* **🤔 Quick Recap**: Jump to anywhere in the timeline instantly.\n* **🖼️ Folders**: Browse your and shared folders with a similar, efficient timeline.\n* **🤖 AI Tagging**: Group photos by people and objects using AI, powered by the [recognize](https://github.com/nextcloud/recognize) app.\n* **🎦 Slideshow**: View photos from your timeline and folders easily.\n* **📱 Mobile Support**: Relive your memories on devices of any shape and size through the web app.\n* **✏️ Edit Metadata**: Edit Exif dates on photos quickly and easily.\n* **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n* **⚡️ Fast**: Memories is extremely fast. Period.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store\n1. ⚒️ Install `exiftool` (see below).\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. Photos from this directory will be displayed in the timeline, including any photos in nested subdirectories.\n1. Installing the [preview generator](https://github.com/rullzer/previewgenerator) for pre-generating thumbnails is strongly recommended.\n\n## 🔨 Installing Dependencies\nThe exact steps depend on your Nextcloud platform. If you use Docker for your Nextcloud instance, you can install Exiftool by using a custom docker image.\n- **Ubuntu/Debian**: `sudo apt install libimage-exiftool-perl`\n- **Fedora**: `sudo dnf install perl-Image-ExifTool`\n- **Arch Linux**: `sudo pacman -S perl-image-exiftool`\n- **Alpine**: `apk add --no-cache exiftool`\n- **MacOS**: `brew install exiftool`\n- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`" : "# Erinnerungen\n\n* **📸 Foto- und Video-Timeline**: Sortiert Fotos nach Aufnahmedatum, geparst aus Exif-Daten.\n* **🤔 Kurze Zusammenfassung**: Springe sofort zu einer beliebigen Stelle in der Timeline.\n* **🖼️ Ordner**: Durchsuchen Sie Ihre und freigegebenen Ordner mit einer ähnlichen, effizienten Zeitachse.\n* **🎦 Diashow**: Zeigen Sie ganz einfach Fotos aus Ihrer Chronik und Ihren Ordnern an.\n* **📱 Mobiler Support**: Erleben Sie Ihre Erinnerungen auf Geräten jeder Form und Größe über die Web-App noch einmal.\n* **🗑️ Papierkorb**: Mehrere Fotos und Videos gleichzeitig auswählen und löschen.\n* **✏️ Metadaten bearbeiten**: Bearbeiten Sie Exif-Daten auf Fotos schnell und einfach.\n* **📦 Archiv**: Speichern Sie Fotos, die Sie nicht in Ihrer Chronik sehen möchten, in einem separaten Ordner.\n* **⚡️ Schnell**: Memories ist extrem schnell. Zeitraum.\n\n## 🚀 Installation\n\n1. Installieren Sie die App aus dem Nextcloud App Store\n1. ⚒️ Installieren Sie `exiftool` (siehe unten).\n1. Führen Sie `php ./occ memory:index` aus, um Metadaten-Indizes für vorhandene Fotos zu generieren.\n1. Öffne die App 📷 Erinnerungen in Nextcloud und lege das Verzeichnis mit deinen Fotos fest. Fotos aus diesem Verzeichnis werden in der Timeline angezeigt, einschließlich aller Fotos in verschachtelten Unterverzeichnissen.\n1. Die Installation des [Vorschaugenerators](https://github.com/rullzer/previewgenerator) zum Vorgenerieren von Miniaturansichten wird dringend empfohlen.\n\n## 🔨 Installieren von Abhängigkeiten\nDie genauen Schritte hängen von Ihrer Nextcloud-Plattform ab. Wenn Sie Docker für Ihre Nextcloud-Instanz verwenden, können Sie Exiftool mithilfe eines benutzerdefinierten Docker-Images installieren.\n- **Ubuntu/Debian**: `sudo apt install libimage-exiftool-perl`\n- **Fedora**: `sudo dnf install perl-Image-ExifTool`\n- **Arch Linux**: `sudo pacman -S perl-image-exiftool`\n- **Alpine**: `apk add --no-cache exiftool`\n- **MacOS**: `brew install exiftool`\n- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`",
"Timeline" : "Zeitleiste",
"Folders" : "Ordner",
"Favorites" : "Favoriten",
@ -18,7 +17,9 @@
"Unarchive" : "Dearchivieren",
"Edit Date/Time" : "Datum/Uhrzeit bearbeiten",
"View in folder" : "In Ordner anzeigen",
"Move to another person" : "Zu einer anderen Person verschieben",
"Remove from person" : "Von der Person entfernen",
"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",
"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 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?",
@ -55,8 +56,12 @@
"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",
"Back" : "Zurück",
"Merge with different person" : "Mit einer anderen Person zusammenführen",
"Mark person in preview" : "Person in Vorschau markieren",
"Move left" : "Nach links verschieben",
"Move right" : "Nach rechts verschieben",
"Failed to delete files." : "Löschen der Dateien fehlgeschlagen.",
"Failed to delete {fileName}." : "{fileName} konnte nicht gelöscht werden.",
"General Failure" : "Allgemeiner Fehler",

1
l10n/eu.js vendored
View File

@ -3,7 +3,6 @@ OC.L10N.register(
{
"Memories" : "Memoriak",
"Yet another photo management app" : "Beste argazki kudeatze aplikazio bat",
"# Memories\n\n* **📸 Photo and Video Timeline**: Sorts photos by date taken, parsed from Exif data.\n* **🤔 Quick Recap**: Jump to anywhere in the timeline instantly.\n* **🖼️ Folders**: Browse your and shared folders with a similar, efficient timeline.\n* **🤖 AI Tagging**: Group photos by people and objects using AI, powered by the [recognize](https://github.com/nextcloud/recognize) app.\n* **🎦 Slideshow**: View photos from your timeline and folders easily.\n* **📱 Mobile Support**: Relive your memories on devices of any shape and size through the web app.\n* **✏️ Edit Metadata**: Edit Exif dates on photos quickly and easily.\n* **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n* **⚡️ Fast**: Memories is extremely fast. Period.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store\n1. ⚒️ Install `exiftool` (see below).\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. Photos from this directory will be displayed in the timeline, including any photos in nested subdirectories.\n1. Installing the [preview generator](https://github.com/rullzer/previewgenerator) for pre-generating thumbnails is strongly recommended.\n\n## 🔨 Installing Dependencies\nThe exact steps depend on your Nextcloud platform. If you use Docker for your Nextcloud instance, you can install Exiftool by using a custom docker image.\n- **Ubuntu/Debian**: `sudo apt install libimage-exiftool-perl`\n- **Fedora**: `sudo dnf install perl-Image-ExifTool`\n- **Arch Linux**: `sudo pacman -S perl-image-exiftool`\n- **Alpine**: `apk add --no-cache exiftool`\n- **MacOS**: `brew install exiftool`\n- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`" : " Memories\n\n* **📸 Argazki eta bideo kronologia**: Exif datuetatik abiatuta argazkiak dataren arabera ordenatu.\n* **🤔 Quick Recap**: Jauzi egin berehala kronologiako edozein lekutara.\n* **🖼️ Karpetak**: Arakatu zure karpetak eta partekatu antzeko denbora-lerro eraginkor batekin.\n* **🤖 AI Tagging**: Pertsonak eta objektuak dituzten argazkiak AI bidez taldekatzen dituzte, [recognize](https://github.com/nextcloud/recognize) aplikazioak bultzatuta.\n* **🎦 Slideshow**: Ikusi argazkiak zure denbora lerrotik eta karpetetatik.\n* **📱 Mugikorretarako euskarria**: Zure oroitzapenak edozein forma eta tamainatako gailuetan birbizi web aplikazioaren bidez.\n* **✏️ Editatu Metadatuak**: Editatu Exif datak azkar eta erraz.\n* **📦 Artxiboa**: Gorde zure denbora-lerroan karpeta independente batean ikusi nahi ez dituzun argazkiak.\n* **⚡️ Azkarra**: Oroitzapenak oso azkarrak dira. Kito.\n\n## 🚀 Instalazioa\n\n1. Aplikazioa Nextcloud dendatik instalatu\n2. ⚒️ `exiftool` instalatu (ikusi behean).\n3. Exekutatu `php ./occ memories:index` , dauden argazkietarako metadatuen indizeak sortzeko.\n4. Ireki 📷 Memories aplikazioa Nextcloud-en eta ezarri direktorioa zure argazkiekin. Direktorio honetako argazkiak denbora-lerroan erakutsiko dira, baita habia egiten duten azpi-direktorioetako argazkiak ere.\n1. Oso gomendagarria da [aurrebista sorgailua](https://github.com/rullzer/previewgenerator) instalatzea koadro txikiak aurresortzeko.\n\n## 🔨 Dependentziak instalatzea\nUrrats zehatzak Nextcloud plataformaren araberakoak dira. Docker Nextcloud kasurako erabiltzen baduzu, Exiftool instalatu dezakezu docker irudi pertsonalizatu bat erabiliz.\n- **Ubuntu/Debian**: `sudo apt install libimage-exiftool-perl`\n- **Fedora**: `sudo dnf install perl-Image-ExifTool`\n- **Arch Linux**: `sudo pacman -S perl-image-exiftool`\n- **Alpine**: `apk add --no-cache exiftool`\n- **MacOS**: `brew install exiftool`\n- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`",
"Timeline" : "Denbora-lerroa",
"Folders" : "Karpetak",
"Favorites" : "Gogokoak",

1
l10n/eu.json vendored
View File

@ -1,7 +1,6 @@
{ "translations": {
"Memories" : "Memoriak",
"Yet another photo management app" : "Beste argazki kudeatze aplikazio bat",
"# Memories\n\n* **📸 Photo and Video Timeline**: Sorts photos by date taken, parsed from Exif data.\n* **🤔 Quick Recap**: Jump to anywhere in the timeline instantly.\n* **🖼️ Folders**: Browse your and shared folders with a similar, efficient timeline.\n* **🤖 AI Tagging**: Group photos by people and objects using AI, powered by the [recognize](https://github.com/nextcloud/recognize) app.\n* **🎦 Slideshow**: View photos from your timeline and folders easily.\n* **📱 Mobile Support**: Relive your memories on devices of any shape and size through the web app.\n* **✏️ Edit Metadata**: Edit Exif dates on photos quickly and easily.\n* **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n* **⚡️ Fast**: Memories is extremely fast. Period.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store\n1. ⚒️ Install `exiftool` (see below).\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. Photos from this directory will be displayed in the timeline, including any photos in nested subdirectories.\n1. Installing the [preview generator](https://github.com/rullzer/previewgenerator) for pre-generating thumbnails is strongly recommended.\n\n## 🔨 Installing Dependencies\nThe exact steps depend on your Nextcloud platform. If you use Docker for your Nextcloud instance, you can install Exiftool by using a custom docker image.\n- **Ubuntu/Debian**: `sudo apt install libimage-exiftool-perl`\n- **Fedora**: `sudo dnf install perl-Image-ExifTool`\n- **Arch Linux**: `sudo pacman -S perl-image-exiftool`\n- **Alpine**: `apk add --no-cache exiftool`\n- **MacOS**: `brew install exiftool`\n- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`" : " Memories\n\n* **📸 Argazki eta bideo kronologia**: Exif datuetatik abiatuta argazkiak dataren arabera ordenatu.\n* **🤔 Quick Recap**: Jauzi egin berehala kronologiako edozein lekutara.\n* **🖼️ Karpetak**: Arakatu zure karpetak eta partekatu antzeko denbora-lerro eraginkor batekin.\n* **🤖 AI Tagging**: Pertsonak eta objektuak dituzten argazkiak AI bidez taldekatzen dituzte, [recognize](https://github.com/nextcloud/recognize) aplikazioak bultzatuta.\n* **🎦 Slideshow**: Ikusi argazkiak zure denbora lerrotik eta karpetetatik.\n* **📱 Mugikorretarako euskarria**: Zure oroitzapenak edozein forma eta tamainatako gailuetan birbizi web aplikazioaren bidez.\n* **✏️ Editatu Metadatuak**: Editatu Exif datak azkar eta erraz.\n* **📦 Artxiboa**: Gorde zure denbora-lerroan karpeta independente batean ikusi nahi ez dituzun argazkiak.\n* **⚡️ Azkarra**: Oroitzapenak oso azkarrak dira. Kito.\n\n## 🚀 Instalazioa\n\n1. Aplikazioa Nextcloud dendatik instalatu\n2. ⚒️ `exiftool` instalatu (ikusi behean).\n3. Exekutatu `php ./occ memories:index` , dauden argazkietarako metadatuen indizeak sortzeko.\n4. Ireki 📷 Memories aplikazioa Nextcloud-en eta ezarri direktorioa zure argazkiekin. Direktorio honetako argazkiak denbora-lerroan erakutsiko dira, baita habia egiten duten azpi-direktorioetako argazkiak ere.\n1. Oso gomendagarria da [aurrebista sorgailua](https://github.com/rullzer/previewgenerator) instalatzea koadro txikiak aurresortzeko.\n\n## 🔨 Dependentziak instalatzea\nUrrats zehatzak Nextcloud plataformaren araberakoak dira. Docker Nextcloud kasurako erabiltzen baduzu, Exiftool instalatu dezakezu docker irudi pertsonalizatu bat erabiliz.\n- **Ubuntu/Debian**: `sudo apt install libimage-exiftool-perl`\n- **Fedora**: `sudo dnf install perl-Image-ExifTool`\n- **Arch Linux**: `sudo pacman -S perl-image-exiftool`\n- **Alpine**: `apk add --no-cache exiftool`\n- **MacOS**: `brew install exiftool`\n- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`",
"Timeline" : "Denbora-lerroa",
"Folders" : "Karpetak",
"Favorites" : "Gogokoak",

1
l10n/lt_LT.js vendored
View File

@ -3,7 +3,6 @@ OC.L10N.register(
{
"Memories" : "Prisiminimai",
"Yet another photo management app" : "Dar viena nuotraukų tvarkymo programėlė",
"# Memories\n\n* **📸 Photo and Video Timeline**: Sorts photos by date taken, parsed from Exif data.\n* **🤔 Quick Recap**: Jump to anywhere in the timeline instantly.\n* **🖼️ Folders**: Browse your and shared folders with a similar, efficient timeline.\n* **🤖 AI Tagging**: Group photos by people and objects using AI, powered by the [recognize](https://github.com/nextcloud/recognize) app.\n* **🎦 Slideshow**: View photos from your timeline and folders easily.\n* **📱 Mobile Support**: Relive your memories on devices of any shape and size through the web app.\n* **✏️ Edit Metadata**: Edit Exif dates on photos quickly and easily.\n* **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n* **⚡️ Fast**: Memories is extremely fast. Period.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store\n1. ⚒️ Install `exiftool` (see below).\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. Photos from this directory will be displayed in the timeline, including any photos in nested subdirectories.\n1. Installing the [preview generator](https://github.com/rullzer/previewgenerator) for pre-generating thumbnails is strongly recommended.\n\n## 🔨 Installing Dependencies\nThe exact steps depend on your Nextcloud platform. If you use Docker for your Nextcloud instance, you can install Exiftool by using a custom docker image.\n- **Ubuntu/Debian**: `sudo apt install libimage-exiftool-perl`\n- **Fedora**: `sudo dnf install perl-Image-ExifTool`\n- **Arch Linux**: `sudo pacman -S perl-image-exiftool`\n- **Alpine**: `apk add --no-cache exiftool`\n- **MacOS**: `brew install exiftool`\n- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`" : "# Prisiminimai\n\n* **📸 Nuotraukų ir vaizdo įrašų laiko juosta**: Rikiuoja nuotraukas pagal iš EXIF duomenų išgautą fotografavimo datą.\n* **🤔 Quick Recap**: Jump to anywhere in the timeline instantly.\n* **🖼️ Aplankai**: Naršykite savo ir bendrinamus aplankus naudodami panašią, veiksmingą laiko juostą.\n* **🤖 Žymių pridėjimas naudojant dirbtinį intelektą**: Grupuokite nuotraukas pagal žmones ir objektus naudodami dirbtinį intelektą, veikiantį su [recognize](https://github.com/nextcloud/recognize) programėle.\n* **🎦 Slideshow**: View photos from your timeline and folders easily.\n* **📱 Mobile Support**: Relive your memories on devices of any shape and size through the web app.\n* **✏️ Edit Metadata**: Edit Exif dates on photos quickly and easily.\n* **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n* **⚡️ Fast**: Memories is extremely fast. Period.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store\n1. ⚒️ Install `exiftool` (see below).\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. Photos from this directory will be displayed in the timeline, including any photos in nested subdirectories.\n1. Installing the [preview generator](https://github.com/rullzer/previewgenerator) for pre-generating thumbnails is strongly recommended.\n\n## 🔨 Installing Dependencies\nThe exact steps depend on your Nextcloud platform. If you use Docker for your Nextcloud instance, you can install Exiftool by using a custom docker image.\n- **Ubuntu/Debian**: `sudo apt install libimage-exiftool-perl`\n- **Fedora**: `sudo dnf install perl-Image-ExifTool`\n- **Arch Linux**: `sudo pacman -S perl-image-exiftool`\n- **Alpine**: `apk add --no-cache exiftool`\n- **MacOS**: `brew install exiftool`\n- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`",
"Timeline" : "Laiko juosta",
"Folders" : "Aplankai",
"Favorites" : "Mėgstami",

1
l10n/lt_LT.json vendored
View File

@ -1,7 +1,6 @@
{ "translations": {
"Memories" : "Prisiminimai",
"Yet another photo management app" : "Dar viena nuotraukų tvarkymo programėlė",
"# Memories\n\n* **📸 Photo and Video Timeline**: Sorts photos by date taken, parsed from Exif data.\n* **🤔 Quick Recap**: Jump to anywhere in the timeline instantly.\n* **🖼️ Folders**: Browse your and shared folders with a similar, efficient timeline.\n* **🤖 AI Tagging**: Group photos by people and objects using AI, powered by the [recognize](https://github.com/nextcloud/recognize) app.\n* **🎦 Slideshow**: View photos from your timeline and folders easily.\n* **📱 Mobile Support**: Relive your memories on devices of any shape and size through the web app.\n* **✏️ Edit Metadata**: Edit Exif dates on photos quickly and easily.\n* **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n* **⚡️ Fast**: Memories is extremely fast. Period.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store\n1. ⚒️ Install `exiftool` (see below).\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. Photos from this directory will be displayed in the timeline, including any photos in nested subdirectories.\n1. Installing the [preview generator](https://github.com/rullzer/previewgenerator) for pre-generating thumbnails is strongly recommended.\n\n## 🔨 Installing Dependencies\nThe exact steps depend on your Nextcloud platform. If you use Docker for your Nextcloud instance, you can install Exiftool by using a custom docker image.\n- **Ubuntu/Debian**: `sudo apt install libimage-exiftool-perl`\n- **Fedora**: `sudo dnf install perl-Image-ExifTool`\n- **Arch Linux**: `sudo pacman -S perl-image-exiftool`\n- **Alpine**: `apk add --no-cache exiftool`\n- **MacOS**: `brew install exiftool`\n- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`" : "# Prisiminimai\n\n* **📸 Nuotraukų ir vaizdo įrašų laiko juosta**: Rikiuoja nuotraukas pagal iš EXIF duomenų išgautą fotografavimo datą.\n* **🤔 Quick Recap**: Jump to anywhere in the timeline instantly.\n* **🖼️ Aplankai**: Naršykite savo ir bendrinamus aplankus naudodami panašią, veiksmingą laiko juostą.\n* **🤖 Žymių pridėjimas naudojant dirbtinį intelektą**: Grupuokite nuotraukas pagal žmones ir objektus naudodami dirbtinį intelektą, veikiantį su [recognize](https://github.com/nextcloud/recognize) programėle.\n* **🎦 Slideshow**: View photos from your timeline and folders easily.\n* **📱 Mobile Support**: Relive your memories on devices of any shape and size through the web app.\n* **✏️ Edit Metadata**: Edit Exif dates on photos quickly and easily.\n* **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n* **⚡️ Fast**: Memories is extremely fast. Period.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store\n1. ⚒️ Install `exiftool` (see below).\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. Photos from this directory will be displayed in the timeline, including any photos in nested subdirectories.\n1. Installing the [preview generator](https://github.com/rullzer/previewgenerator) for pre-generating thumbnails is strongly recommended.\n\n## 🔨 Installing Dependencies\nThe exact steps depend on your Nextcloud platform. If you use Docker for your Nextcloud instance, you can install Exiftool by using a custom docker image.\n- **Ubuntu/Debian**: `sudo apt install libimage-exiftool-perl`\n- **Fedora**: `sudo dnf install perl-Image-ExifTool`\n- **Arch Linux**: `sudo pacman -S perl-image-exiftool`\n- **Alpine**: `apk add --no-cache exiftool`\n- **MacOS**: `brew install exiftool`\n- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`",
"Timeline" : "Laiko juosta",
"Folders" : "Aplankai",
"Favorites" : "Mėgstami",

1
l10n/sk.js vendored
View File

@ -3,7 +3,6 @@ OC.L10N.register(
{
"Memories" : "Spomienky",
"Yet another photo management app" : "Ďalšia aplikácia na správu fotografií",
"# Memories\n\n* **📸 Photo and Video Timeline**: Sorts photos by date taken, parsed from Exif data.\n* **🤔 Quick Recap**: Jump to anywhere in the timeline instantly.\n* **🖼️ Folders**: Browse your and shared folders with a similar, efficient timeline.\n* **🤖 AI Tagging**: Group photos by people and objects using AI, powered by the [recognize](https://github.com/nextcloud/recognize) app.\n* **🎦 Slideshow**: View photos from your timeline and folders easily.\n* **📱 Mobile Support**: Relive your memories on devices of any shape and size through the web app.\n* **✏️ Edit Metadata**: Edit Exif dates on photos quickly and easily.\n* **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n* **⚡️ Fast**: Memories is extremely fast. Period.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store\n1. ⚒️ Install `exiftool` (see below).\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. Photos from this directory will be displayed in the timeline, including any photos in nested subdirectories.\n1. Installing the [preview generator](https://github.com/rullzer/previewgenerator) for pre-generating thumbnails is strongly recommended.\n\n## 🔨 Installing Dependencies\nThe exact steps depend on your Nextcloud platform. If you use Docker for your Nextcloud instance, you can install Exiftool by using a custom docker image.\n- **Ubuntu/Debian**: `sudo apt install libimage-exiftool-perl`\n- **Fedora**: `sudo dnf install perl-Image-ExifTool`\n- **Arch Linux**: `sudo pacman -S perl-image-exiftool`\n- **Alpine**: `apk add --no-cache exiftool`\n- **MacOS**: `brew install exiftool`\n- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`" : "# Spomienky\n\n* **📸 Časová os fotografií a videí**: Zoraďte fotografie podľa dátumu zhotovenia, analyzuje sa z údajov Exif.\n* **🤔 Rýchla rekapitulácia**: Okamžitý skok kamkoľvek na časovej osi.\n* **🖼️ Priečinky**: Prehliadajte svoje a zdieľané priečinky s podobnou a efektívnou časovou osou.\n* **🤖 AI Tagging**: Zoskupujte fotografie podľa ľudí a predmetov pomocou AI, ktorá je založená na aplikácii [recognize](https://github.com/nextcloud/recognize).\n* **🎦 Prezentácia**: Jednoduché zobrazenie fotografií z časovej osi a priečinkov.\n* **📱 Mobilná podpora**: Oživte svoje spomienky na zariadeniach akéhokoľvek tvaru a veľkosti prostredníctvom webovej aplikácie.\n* **✏️ Upraviť metadáta**: Upravte dátumy Exif na fotografiách rýchlo a jednoducho.\n* **📦 Archív**: Uložte si fotografie, ktoré nechcete vidieť na časovej osi, do samostatného priečinka.\n* **⚡️ Rýchle**: Spomienky sú extrémne rýchle. Obdobie.\n\n## 🚀 Inštalácia\n\n1. Nainštalujte aplikáciu z obchodu s aplikáciami Nextcloud\n1. ⚒️ Nainštalujte si `exiftool` (pozri nižšie).\n1. Spustite `php ./occ memory:index` a vygenerujte indexy metadát pre existujúce fotografie.\n1. Otvorte aplikáciu 📷 Memories v Nextcloud a nastavte adresár obsahujúci vaše fotografie. Fotografie z tohto adresára sa zobrazia na časovej osi vrátane všetkých fotografií vo vnorených podadresároch.\n1. Dôrazne sa odporúča nainštalovať [generátor ukážok](https://github.com/rullzer/previewgenerator) na predbežné generovanie miniatúr.\n\n## 🔨 Inštalácia závislostí\nPresné kroky závisia od vašej platformy Nextcloud. Ak používate Docker pre svoju inštanciu Nextcloud, môžete nainštalovať Exiftool pomocou vlastného obrazu dockeru.\n- **Ubuntu/Debian**: `sudo apt install libimage-exiftool-perl`\n- **Fedora**: `sudo dnf install perl-Image-ExifTool`\n- **Arch Linux**: `sudo pacman -S perl-image-exiftool`\n- **Alpine**: `apk add --no-cache exiftool`\n- **MacOS**: `brew install exiftool`\n- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`",
"Timeline" : "Časová os",
"Folders" : "Priečinky",
"Favorites" : "Obľúbené",

1
l10n/sk.json vendored
View File

@ -1,7 +1,6 @@
{ "translations": {
"Memories" : "Spomienky",
"Yet another photo management app" : "Ďalšia aplikácia na správu fotografií",
"# Memories\n\n* **📸 Photo and Video Timeline**: Sorts photos by date taken, parsed from Exif data.\n* **🤔 Quick Recap**: Jump to anywhere in the timeline instantly.\n* **🖼️ Folders**: Browse your and shared folders with a similar, efficient timeline.\n* **🤖 AI Tagging**: Group photos by people and objects using AI, powered by the [recognize](https://github.com/nextcloud/recognize) app.\n* **🎦 Slideshow**: View photos from your timeline and folders easily.\n* **📱 Mobile Support**: Relive your memories on devices of any shape and size through the web app.\n* **✏️ Edit Metadata**: Edit Exif dates on photos quickly and easily.\n* **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n* **⚡️ Fast**: Memories is extremely fast. Period.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store\n1. ⚒️ Install `exiftool` (see below).\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. Photos from this directory will be displayed in the timeline, including any photos in nested subdirectories.\n1. Installing the [preview generator](https://github.com/rullzer/previewgenerator) for pre-generating thumbnails is strongly recommended.\n\n## 🔨 Installing Dependencies\nThe exact steps depend on your Nextcloud platform. If you use Docker for your Nextcloud instance, you can install Exiftool by using a custom docker image.\n- **Ubuntu/Debian**: `sudo apt install libimage-exiftool-perl`\n- **Fedora**: `sudo dnf install perl-Image-ExifTool`\n- **Arch Linux**: `sudo pacman -S perl-image-exiftool`\n- **Alpine**: `apk add --no-cache exiftool`\n- **MacOS**: `brew install exiftool`\n- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`" : "# Spomienky\n\n* **📸 Časová os fotografií a videí**: Zoraďte fotografie podľa dátumu zhotovenia, analyzuje sa z údajov Exif.\n* **🤔 Rýchla rekapitulácia**: Okamžitý skok kamkoľvek na časovej osi.\n* **🖼️ Priečinky**: Prehliadajte svoje a zdieľané priečinky s podobnou a efektívnou časovou osou.\n* **🤖 AI Tagging**: Zoskupujte fotografie podľa ľudí a predmetov pomocou AI, ktorá je založená na aplikácii [recognize](https://github.com/nextcloud/recognize).\n* **🎦 Prezentácia**: Jednoduché zobrazenie fotografií z časovej osi a priečinkov.\n* **📱 Mobilná podpora**: Oživte svoje spomienky na zariadeniach akéhokoľvek tvaru a veľkosti prostredníctvom webovej aplikácie.\n* **✏️ Upraviť metadáta**: Upravte dátumy Exif na fotografiách rýchlo a jednoducho.\n* **📦 Archív**: Uložte si fotografie, ktoré nechcete vidieť na časovej osi, do samostatného priečinka.\n* **⚡️ Rýchle**: Spomienky sú extrémne rýchle. Obdobie.\n\n## 🚀 Inštalácia\n\n1. Nainštalujte aplikáciu z obchodu s aplikáciami Nextcloud\n1. ⚒️ Nainštalujte si `exiftool` (pozri nižšie).\n1. Spustite `php ./occ memory:index` a vygenerujte indexy metadát pre existujúce fotografie.\n1. Otvorte aplikáciu 📷 Memories v Nextcloud a nastavte adresár obsahujúci vaše fotografie. Fotografie z tohto adresára sa zobrazia na časovej osi vrátane všetkých fotografií vo vnorených podadresároch.\n1. Dôrazne sa odporúča nainštalovať [generátor ukážok](https://github.com/rullzer/previewgenerator) na predbežné generovanie miniatúr.\n\n## 🔨 Inštalácia závislostí\nPresné kroky závisia od vašej platformy Nextcloud. Ak používate Docker pre svoju inštanciu Nextcloud, môžete nainštalovať Exiftool pomocou vlastného obrazu dockeru.\n- **Ubuntu/Debian**: `sudo apt install libimage-exiftool-perl`\n- **Fedora**: `sudo dnf install perl-Image-ExifTool`\n- **Arch Linux**: `sudo pacman -S perl-image-exiftool`\n- **Alpine**: `apk add --no-cache exiftool`\n- **MacOS**: `brew install exiftool`\n- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`",
"Timeline" : "Časová os",
"Folders" : "Priečinky",
"Favorites" : "Obľúbené",

1
l10n/tr.js vendored
View File

@ -3,7 +3,6 @@ OC.L10N.register(
{
"Memories" : "Anılar",
"Yet another photo management app" : "Başka bir fotoğraf yönetimi uygulaması daha",
"# Memories\n\n* **📸 Photo and Video Timeline**: Sorts photos by date taken, parsed from Exif data.\n* **🤔 Quick Recap**: Jump to anywhere in the timeline instantly.\n* **🖼️ Folders**: Browse your and shared folders with a similar, efficient timeline.\n* **🤖 AI Tagging**: Group photos by people and objects using AI, powered by the [recognize](https://github.com/nextcloud/recognize) app.\n* **🎦 Slideshow**: View photos from your timeline and folders easily.\n* **📱 Mobile Support**: Relive your memories on devices of any shape and size through the web app.\n* **✏️ Edit Metadata**: Edit Exif dates on photos quickly and easily.\n* **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n* **⚡️ Fast**: Memories is extremely fast. Period.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store\n1. ⚒️ Install `exiftool` (see below).\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. Photos from this directory will be displayed in the timeline, including any photos in nested subdirectories.\n1. Installing the [preview generator](https://github.com/rullzer/previewgenerator) for pre-generating thumbnails is strongly recommended.\n\n## 🔨 Installing Dependencies\nThe exact steps depend on your Nextcloud platform. If you use Docker for your Nextcloud instance, you can install Exiftool by using a custom docker image.\n- **Ubuntu/Debian**: `sudo apt install libimage-exiftool-perl`\n- **Fedora**: `sudo dnf install perl-Image-ExifTool`\n- **Arch Linux**: `sudo pacman -S perl-image-exiftool`\n- **Alpine**: `apk add --no-cache exiftool`\n- **MacOS**: `brew install exiftool`\n- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`" : "# Anılar\n\n* **📸 Fotoğraf ve görüntü zaman tüneli**: Fotoğrafları EXIF verilerindeki çekilme tarihine göre sıralayın.\n* **🤔 Hızlı hatırlama**: Zaman tünelindeki herhangi bir zamana anında sıçrayın.\n* **🖼️ Klasörler**: Kendi arşivinize ve paylaşılan klasörlere aynı ve etkili zaman tüneliyle göz atın.\n* **🤖 Yapay zeka ile etiketleme**: [Recognize](https://github.com/nextcloud/recognize) uygulaması tarafından sağlanan yapay zekayı kullanarak fotoğrafları kişi ve nesnelere göre gruplayın.\n* **🎦 Sunum**: Zaman tünelinizdeki fotoğraf ve klasörleri kolayca görüntüleyin.\n* **📱 Mobil desteği**: Web uygulaması ile anılarınızı her şekil ve boyuttaki aygıtlarda yeniden yaşayın.\n* **✏️ Üst verileri düzenleme**: Fotoğrafların EXIF tarihlerini hızla ve kolayca değiştirin.\n* **📦 Arşivleme**: Zaman tünelinde görmek istemediğiniz fotoğrafları ayrı bir klasörde tutun.\n* **⚡️ Hızlı**: Anılar çok hızlıdır. Nokta.\n\n## 🚀 Kurulum\n\n1. Nextcloud mağazasından uygulamayı kurun\n1. ⚒️ `exiftool` aracını kurun (aşağıyı okuyun).\n1. Var olan fotoğrafların üst veri dizinini oluşturmak için `php ./occ memories:index` komutunu yürütün.\n1. Nextcloud içinden 📷 Anılar uygulamasınıın ve fotoğraflarınızın bulunduğu klasörü ayarlayın. Bu klasördeki ve alt klasörlerindeki fotoğraflar zaman tünelinde görüntülenir.\n1. Küçük görselleri önceden hazırlamak için [ön izleme oluşturucu](https://github.com/rullzer/previewgenerator) uygulamasını kurmanız önemle önerilir.\n\n## 🔨 Bağımlılıkları Kurmak\nTam adımlar, Nextcloud platformunuza bağlıdır. Nextcloud kopyanız için Docker kullanıyorsanız, özel bir docker kalıbı kullanarak Exiftool aracını kurabilirsiniz.\n- **Ubuntu/Debian**: `sudo apt install libimage-exiftool-perl`\n- **Fedora**: `sudo dnf install perl-Image-ExifTool`\n- **Arch Linux**: `sudo pacman -S perl-image-exiftool`\n- **Alpine**: `apk add --no-cache exiftool`\n- **MacOS**: `brew install exiftool`\n- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`",
"Timeline" : "Zaman tüneli",
"Folders" : "Klasörler",
"Favorites" : "Sık kullanılanlar",

1
l10n/tr.json vendored
View File

@ -1,7 +1,6 @@
{ "translations": {
"Memories" : "Anılar",
"Yet another photo management app" : "Başka bir fotoğraf yönetimi uygulaması daha",
"# Memories\n\n* **📸 Photo and Video Timeline**: Sorts photos by date taken, parsed from Exif data.\n* **🤔 Quick Recap**: Jump to anywhere in the timeline instantly.\n* **🖼️ Folders**: Browse your and shared folders with a similar, efficient timeline.\n* **🤖 AI Tagging**: Group photos by people and objects using AI, powered by the [recognize](https://github.com/nextcloud/recognize) app.\n* **🎦 Slideshow**: View photos from your timeline and folders easily.\n* **📱 Mobile Support**: Relive your memories on devices of any shape and size through the web app.\n* **✏️ Edit Metadata**: Edit Exif dates on photos quickly and easily.\n* **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n* **⚡️ Fast**: Memories is extremely fast. Period.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store\n1. ⚒️ Install `exiftool` (see below).\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. Photos from this directory will be displayed in the timeline, including any photos in nested subdirectories.\n1. Installing the [preview generator](https://github.com/rullzer/previewgenerator) for pre-generating thumbnails is strongly recommended.\n\n## 🔨 Installing Dependencies\nThe exact steps depend on your Nextcloud platform. If you use Docker for your Nextcloud instance, you can install Exiftool by using a custom docker image.\n- **Ubuntu/Debian**: `sudo apt install libimage-exiftool-perl`\n- **Fedora**: `sudo dnf install perl-Image-ExifTool`\n- **Arch Linux**: `sudo pacman -S perl-image-exiftool`\n- **Alpine**: `apk add --no-cache exiftool`\n- **MacOS**: `brew install exiftool`\n- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`" : "# Anılar\n\n* **📸 Fotoğraf ve görüntü zaman tüneli**: Fotoğrafları EXIF verilerindeki çekilme tarihine göre sıralayın.\n* **🤔 Hızlı hatırlama**: Zaman tünelindeki herhangi bir zamana anında sıçrayın.\n* **🖼️ Klasörler**: Kendi arşivinize ve paylaşılan klasörlere aynı ve etkili zaman tüneliyle göz atın.\n* **🤖 Yapay zeka ile etiketleme**: [Recognize](https://github.com/nextcloud/recognize) uygulaması tarafından sağlanan yapay zekayı kullanarak fotoğrafları kişi ve nesnelere göre gruplayın.\n* **🎦 Sunum**: Zaman tünelinizdeki fotoğraf ve klasörleri kolayca görüntüleyin.\n* **📱 Mobil desteği**: Web uygulaması ile anılarınızı her şekil ve boyuttaki aygıtlarda yeniden yaşayın.\n* **✏️ Üst verileri düzenleme**: Fotoğrafların EXIF tarihlerini hızla ve kolayca değiştirin.\n* **📦 Arşivleme**: Zaman tünelinde görmek istemediğiniz fotoğrafları ayrı bir klasörde tutun.\n* **⚡️ Hızlı**: Anılar çok hızlıdır. Nokta.\n\n## 🚀 Kurulum\n\n1. Nextcloud mağazasından uygulamayı kurun\n1. ⚒️ `exiftool` aracını kurun (aşağıyı okuyun).\n1. Var olan fotoğrafların üst veri dizinini oluşturmak için `php ./occ memories:index` komutunu yürütün.\n1. Nextcloud içinden 📷 Anılar uygulamasınıın ve fotoğraflarınızın bulunduğu klasörü ayarlayın. Bu klasördeki ve alt klasörlerindeki fotoğraflar zaman tünelinde görüntülenir.\n1. Küçük görselleri önceden hazırlamak için [ön izleme oluşturucu](https://github.com/rullzer/previewgenerator) uygulamasını kurmanız önemle önerilir.\n\n## 🔨 Bağımlılıkları Kurmak\nTam adımlar, Nextcloud platformunuza bağlıdır. Nextcloud kopyanız için Docker kullanıyorsanız, özel bir docker kalıbı kullanarak Exiftool aracını kurabilirsiniz.\n- **Ubuntu/Debian**: `sudo apt install libimage-exiftool-perl`\n- **Fedora**: `sudo dnf install perl-Image-ExifTool`\n- **Arch Linux**: `sudo pacman -S perl-image-exiftool`\n- **Alpine**: `apk add --no-cache exiftool`\n- **MacOS**: `brew install exiftool`\n- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`",
"Timeline" : "Zaman tüneli",
"Folders" : "Klasörler",
"Favorites" : "Sık kullanılanlar",

1
l10n/zh_HK.js vendored
View File

@ -3,7 +3,6 @@ OC.L10N.register(
{
"Memories" : "回憶",
"Yet another photo management app" : "又一個照片管理應用程式",
"# Memories\n\n* **📸 Photo and Video Timeline**: Sorts photos by date taken, parsed from Exif data.\n* **🤔 Quick Recap**: Jump to anywhere in the timeline instantly.\n* **🖼️ Folders**: Browse your and shared folders with a similar, efficient timeline.\n* **🤖 AI Tagging**: Group photos by people and objects using AI, powered by the [recognize](https://github.com/nextcloud/recognize) app.\n* **🎦 Slideshow**: View photos from your timeline and folders easily.\n* **📱 Mobile Support**: Relive your memories on devices of any shape and size through the web app.\n* **✏️ Edit Metadata**: Edit Exif dates on photos quickly and easily.\n* **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n* **⚡️ Fast**: Memories is extremely fast. Period.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store\n1. ⚒️ Install `exiftool` (see below).\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. Photos from this directory will be displayed in the timeline, including any photos in nested subdirectories.\n1. Installing the [preview generator](https://github.com/rullzer/previewgenerator) for pre-generating thumbnails is strongly recommended.\n\n## 🔨 Installing Dependencies\nThe exact steps depend on your Nextcloud platform. If you use Docker for your Nextcloud instance, you can install Exiftool by using a custom docker image.\n- **Ubuntu/Debian**: `sudo apt install libimage-exiftool-perl`\n- **Fedora**: `sudo dnf install perl-Image-ExifTool`\n- **Arch Linux**: `sudo pacman -S perl-image-exiftool`\n- **Alpine**: `apk add --no-cache exiftool`\n- **MacOS**: `brew install exiftool`\n- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`" : "# 回憶\n\n* **📸 照片和視頻時間軸**:按拍攝日期對照片進行排序,從 Exif 數據中解析。\n* **🤔 快速回顧**:立即跳轉到時間線中的任何位置。\n* **🖼️ 文件夾**:使用類似的高效時間線瀏覽您的文件夾和共享文件夾。\n* **🎦 幻燈片**:輕鬆查看時間軸和文件夾中的照片。\n* **📱 移動支持**:通過網絡應用程序在任何形狀和大小的設備上重溫您的回憶。\n* **✏️ 編輯元數據**:快速輕鬆地編輯照片上的 Exif 日期。\n* **📦 存檔**:將您不想在時間軸中看到的照片存儲在單獨的文件夾中。\n* **⚡️ 快速**:記憶速度極快。時期。\n\n## 🚀 安裝\n\n1. 從 Nextcloud 應用商店安裝應用\n1. ⚒️ 安裝 `exiftool`(見下文)。\n1. 運行 `php ./occ memory:index` 為現有照片生成元數據索引。\n1. 在 Nextcloud 中打開📷 Memories 應用程序並設置包含您的照片的目錄。此目錄中的照片將顯示在時間線中,包括嵌套子目錄中的所有照片。\n1. 強烈推薦安裝[預覽生成器](https://github.com/rullzer/previewgenerator) 用於預生成縮略圖。\n\n## 🔨 安裝依賴\n具體步驟取決於您的 Nextcloud 平台。如果您將 Docker 用於 Nextcloud 實例,則可以使用自定義 docker 映像安裝 Exiftool。\n- **Ubuntu/Debian**`sudo apt install libimage-exiftool-perl`\n- **Fedora**`sudo dnf install perl-Image-ExifTool`\n- **Arch Linux**`sudo pacman -S perl-image-exiftool`\n- **Alpine**`apk add --no-cache exiftool`\n- **MacOS**`brew install exiftool`\n- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`",
"Timeline" : "時間線",
"Folders" : "資料夾",
"Favorites" : "最愛",

1
l10n/zh_HK.json vendored
View File

@ -1,7 +1,6 @@
{ "translations": {
"Memories" : "回憶",
"Yet another photo management app" : "又一個照片管理應用程式",
"# Memories\n\n* **📸 Photo and Video Timeline**: Sorts photos by date taken, parsed from Exif data.\n* **🤔 Quick Recap**: Jump to anywhere in the timeline instantly.\n* **🖼️ Folders**: Browse your and shared folders with a similar, efficient timeline.\n* **🤖 AI Tagging**: Group photos by people and objects using AI, powered by the [recognize](https://github.com/nextcloud/recognize) app.\n* **🎦 Slideshow**: View photos from your timeline and folders easily.\n* **📱 Mobile Support**: Relive your memories on devices of any shape and size through the web app.\n* **✏️ Edit Metadata**: Edit Exif dates on photos quickly and easily.\n* **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n* **⚡️ Fast**: Memories is extremely fast. Period.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store\n1. ⚒️ Install `exiftool` (see below).\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. Photos from this directory will be displayed in the timeline, including any photos in nested subdirectories.\n1. Installing the [preview generator](https://github.com/rullzer/previewgenerator) for pre-generating thumbnails is strongly recommended.\n\n## 🔨 Installing Dependencies\nThe exact steps depend on your Nextcloud platform. If you use Docker for your Nextcloud instance, you can install Exiftool by using a custom docker image.\n- **Ubuntu/Debian**: `sudo apt install libimage-exiftool-perl`\n- **Fedora**: `sudo dnf install perl-Image-ExifTool`\n- **Arch Linux**: `sudo pacman -S perl-image-exiftool`\n- **Alpine**: `apk add --no-cache exiftool`\n- **MacOS**: `brew install exiftool`\n- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`" : "# 回憶\n\n* **📸 照片和視頻時間軸**:按拍攝日期對照片進行排序,從 Exif 數據中解析。\n* **🤔 快速回顧**:立即跳轉到時間線中的任何位置。\n* **🖼️ 文件夾**:使用類似的高效時間線瀏覽您的文件夾和共享文件夾。\n* **🎦 幻燈片**:輕鬆查看時間軸和文件夾中的照片。\n* **📱 移動支持**:通過網絡應用程序在任何形狀和大小的設備上重溫您的回憶。\n* **✏️ 編輯元數據**:快速輕鬆地編輯照片上的 Exif 日期。\n* **📦 存檔**:將您不想在時間軸中看到的照片存儲在單獨的文件夾中。\n* **⚡️ 快速**:記憶速度極快。時期。\n\n## 🚀 安裝\n\n1. 從 Nextcloud 應用商店安裝應用\n1. ⚒️ 安裝 `exiftool`(見下文)。\n1. 運行 `php ./occ memory:index` 為現有照片生成元數據索引。\n1. 在 Nextcloud 中打開📷 Memories 應用程序並設置包含您的照片的目錄。此目錄中的照片將顯示在時間線中,包括嵌套子目錄中的所有照片。\n1. 強烈推薦安裝[預覽生成器](https://github.com/rullzer/previewgenerator) 用於預生成縮略圖。\n\n## 🔨 安裝依賴\n具體步驟取決於您的 Nextcloud 平台。如果您將 Docker 用於 Nextcloud 實例,則可以使用自定義 docker 映像安裝 Exiftool。\n- **Ubuntu/Debian**`sudo apt install libimage-exiftool-perl`\n- **Fedora**`sudo dnf install perl-Image-ExifTool`\n- **Arch Linux**`sudo pacman -S perl-image-exiftool`\n- **Alpine**`apk add --no-cache exiftool`\n- **MacOS**`brew install exiftool`\n- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`",
"Timeline" : "時間線",
"Folders" : "資料夾",
"Favorites" : "最愛",

7
l10n/zh_TW.js vendored
View File

@ -3,7 +3,6 @@ OC.L10N.register(
{
"Memories" : "回憶",
"Yet another photo management app" : "又一個照片管理應用程式",
"# Memories\n\n* **📸 Photo and Video Timeline**: Sorts photos by date taken, parsed from Exif data.\n* **🤔 Quick Recap**: Jump to anywhere in the timeline instantly.\n* **🖼️ Folders**: Browse your and shared folders with a similar, efficient timeline.\n* **🤖 AI Tagging**: Group photos by people and objects using AI, powered by the [recognize](https://github.com/nextcloud/recognize) app.\n* **🎦 Slideshow**: View photos from your timeline and folders easily.\n* **📱 Mobile Support**: Relive your memories on devices of any shape and size through the web app.\n* **✏️ Edit Metadata**: Edit Exif dates on photos quickly and easily.\n* **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n* **⚡️ Fast**: Memories is extremely fast. Period.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store\n1. ⚒️ Install `exiftool` (see below).\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. Photos from this directory will be displayed in the timeline, including any photos in nested subdirectories.\n1. Installing the [preview generator](https://github.com/rullzer/previewgenerator) for pre-generating thumbnails is strongly recommended.\n\n## 🔨 Installing Dependencies\nThe exact steps depend on your Nextcloud platform. If you use Docker for your Nextcloud instance, you can install Exiftool by using a custom docker image.\n- **Ubuntu/Debian**: `sudo apt install libimage-exiftool-perl`\n- **Fedora**: `sudo dnf install perl-Image-ExifTool`\n- **Arch Linux**: `sudo pacman -S perl-image-exiftool`\n- **Alpine**: `apk add --no-cache exiftool`\n- **MacOS**: `brew install exiftool`\n- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`" : "# 回憶\n\n* **📸 照片與影片時間軸**:按解析自 Exif 資料的拍攝日期對照片進行排序。\n* **🤔 快速回顧**:立刻跳至時間軸的任何位置。\n* **🖼️ 資料夾**:使用相似的高效率時間軸瀏覽您的資料夾與共享資料夾。\n* **🤖 AI 標記**:將人們與物體使用 AI 歸類,威力本源 [recognize](https://github.com/nextcloud/recognize) 應用程式。\n* **🎦 投影片**:輕鬆檢視來自您時間軸的照片與資料夾。\n* **📱 行動裝置支援**:透過網路應用程式在任何形狀與大小的裝置上重溫您的回憶。\n* **✏️ 編輯詮釋資料**:在行動裝置上快速且輕鬆地編輯 Exif 日期。\n* **📦 封存**:將您不想在時間軸上看到的照片儲存在單獨的資料夾。\n* **⚡️ 快速**:回憶超快,就這樣。\n\n## 🚀 安裝\n\n1. 從 Nextcloud 應用程式商店安裝應用程式\n1. ⚒️ 安裝 `exiftool` (請見下方)。\n1. 執行 `php ./occ memories:index` 來產生既有照片的詮釋資料索引。\n1. 在 Nextcloud 中開啟 📷 回憶應用程式,並設定包含您照片的目錄。來自此目錄的照片將會顯示在時間軸中,包含任何子目錄中的照片。\n1. 強烈建議安裝[預覽產生器](https://github.com/rullzer/previewgenerator)來預先產生縮圖。\n\n## 🔨 安裝依賴關係\n實際步驟取決於您的 Nextcloud 平台。若您使用 Docker 建立您的 Nextcloud 站台,您可以透過使用自訂的 Docker 映像檔來安裝 Exiftool。\n- **Ubuntu/Debian**`sudo apt install libimage-exiftool-perl`\n- **Fedora**`sudo dnf install perl-Image-ExifTool`\n- **Arch Linux**`sudo pacman -S perl-image-exiftool`\n- **Alpine**`apk add --no-cache exiftool`\n- **MacOS**`brew install exiftool`\n- **FreeBSD**`sudo pkg install p5-Image-ExifTool`",
"Timeline" : "時間軸",
"Folders" : "資料夾",
"Favorites" : "最愛",
@ -20,7 +19,9 @@ OC.L10N.register(
"Unarchive" : "取消封存",
"Edit Date/Time" : "編輯日期/時間",
"View in folder" : "在資料夾中檢視",
"Move to another person" : "移動到其他人",
"Remove from person" : "從人中移除",
"You must enable \"Mark person in preview\" to use this feature" : "您必須啟用「在預覽中標記人」以使用此功能",
"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?" : "您將要處理大量檔案。您確定嗎?",
@ -57,8 +58,12 @@ OC.L10N.register(
"Too many failures, aborting" : "失敗次數過多,中止",
"Error while moving {basename}" : "移動 {basename} 時發生錯誤",
"Failed to move {name}." : "移動 {name} 失敗。",
"Move selected photos to person" : "移動選定的照片到人",
"Back" : "返回",
"Merge with different person" : "與其他人合併",
"Mark person in preview" : "在預覽中標記人",
"Move left" : "向左移動",
"Move right" : "向右移動",
"Failed to delete files." : "刪除檔案失敗",
"Failed to delete {fileName}." : "刪除 {fileName} 失敗。",
"General Failure" : "一般失敗",

7
l10n/zh_TW.json vendored
View File

@ -1,7 +1,6 @@
{ "translations": {
"Memories" : "回憶",
"Yet another photo management app" : "又一個照片管理應用程式",
"# Memories\n\n* **📸 Photo and Video Timeline**: Sorts photos by date taken, parsed from Exif data.\n* **🤔 Quick Recap**: Jump to anywhere in the timeline instantly.\n* **🖼️ Folders**: Browse your and shared folders with a similar, efficient timeline.\n* **🤖 AI Tagging**: Group photos by people and objects using AI, powered by the [recognize](https://github.com/nextcloud/recognize) app.\n* **🎦 Slideshow**: View photos from your timeline and folders easily.\n* **📱 Mobile Support**: Relive your memories on devices of any shape and size through the web app.\n* **✏️ Edit Metadata**: Edit Exif dates on photos quickly and easily.\n* **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n* **⚡️ Fast**: Memories is extremely fast. Period.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store\n1. ⚒️ Install `exiftool` (see below).\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. Photos from this directory will be displayed in the timeline, including any photos in nested subdirectories.\n1. Installing the [preview generator](https://github.com/rullzer/previewgenerator) for pre-generating thumbnails is strongly recommended.\n\n## 🔨 Installing Dependencies\nThe exact steps depend on your Nextcloud platform. If you use Docker for your Nextcloud instance, you can install Exiftool by using a custom docker image.\n- **Ubuntu/Debian**: `sudo apt install libimage-exiftool-perl`\n- **Fedora**: `sudo dnf install perl-Image-ExifTool`\n- **Arch Linux**: `sudo pacman -S perl-image-exiftool`\n- **Alpine**: `apk add --no-cache exiftool`\n- **MacOS**: `brew install exiftool`\n- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`" : "# 回憶\n\n* **📸 照片與影片時間軸**:按解析自 Exif 資料的拍攝日期對照片進行排序。\n* **🤔 快速回顧**:立刻跳至時間軸的任何位置。\n* **🖼️ 資料夾**:使用相似的高效率時間軸瀏覽您的資料夾與共享資料夾。\n* **🤖 AI 標記**:將人們與物體使用 AI 歸類,威力本源 [recognize](https://github.com/nextcloud/recognize) 應用程式。\n* **🎦 投影片**:輕鬆檢視來自您時間軸的照片與資料夾。\n* **📱 行動裝置支援**:透過網路應用程式在任何形狀與大小的裝置上重溫您的回憶。\n* **✏️ 編輯詮釋資料**:在行動裝置上快速且輕鬆地編輯 Exif 日期。\n* **📦 封存**:將您不想在時間軸上看到的照片儲存在單獨的資料夾。\n* **⚡️ 快速**:回憶超快,就這樣。\n\n## 🚀 安裝\n\n1. 從 Nextcloud 應用程式商店安裝應用程式\n1. ⚒️ 安裝 `exiftool` (請見下方)。\n1. 執行 `php ./occ memories:index` 來產生既有照片的詮釋資料索引。\n1. 在 Nextcloud 中開啟 📷 回憶應用程式,並設定包含您照片的目錄。來自此目錄的照片將會顯示在時間軸中,包含任何子目錄中的照片。\n1. 強烈建議安裝[預覽產生器](https://github.com/rullzer/previewgenerator)來預先產生縮圖。\n\n## 🔨 安裝依賴關係\n實際步驟取決於您的 Nextcloud 平台。若您使用 Docker 建立您的 Nextcloud 站台,您可以透過使用自訂的 Docker 映像檔來安裝 Exiftool。\n- **Ubuntu/Debian**`sudo apt install libimage-exiftool-perl`\n- **Fedora**`sudo dnf install perl-Image-ExifTool`\n- **Arch Linux**`sudo pacman -S perl-image-exiftool`\n- **Alpine**`apk add --no-cache exiftool`\n- **MacOS**`brew install exiftool`\n- **FreeBSD**`sudo pkg install p5-Image-ExifTool`",
"Timeline" : "時間軸",
"Folders" : "資料夾",
"Favorites" : "最愛",
@ -18,7 +17,9 @@
"Unarchive" : "取消封存",
"Edit Date/Time" : "編輯日期/時間",
"View in folder" : "在資料夾中檢視",
"Move to another person" : "移動到其他人",
"Remove from person" : "從人中移除",
"You must enable \"Mark person in preview\" to use this feature" : "您必須啟用「在預覽中標記人」以使用此功能",
"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?" : "您將要處理大量檔案。您確定嗎?",
@ -55,8 +56,12 @@
"Too many failures, aborting" : "失敗次數過多,中止",
"Error while moving {basename}" : "移動 {basename} 時發生錯誤",
"Failed to move {name}." : "移動 {name} 失敗。",
"Move selected photos to person" : "移動選定的照片到人",
"Back" : "返回",
"Merge with different person" : "與其他人合併",
"Mark person in preview" : "在預覽中標記人",
"Move left" : "向左移動",
"Move right" : "向右移動",
"Failed to delete files." : "刪除檔案失敗",
"Failed to delete {fileName}." : "刪除 {fileName} 失敗。",
"General Failure" : "一般失敗",