Varun Patil 2022-10-06 10:47:48 -07:00
commit 96d0e8b0f5
30 changed files with 55 additions and 62 deletions

View File

@ -1,9 +1,10 @@
[main]
host = https://www.transifex.com
host = https://www.transifex.com
lang_map = bg_BG: bg, cs_CZ: cs, fi_FI: fi, hu_HU: hu, nb_NO: nb, sk_SK: sk, th_TH: th, ja_JP: ja
[nextcloud.memories]
[o:nextcloud:p:nextcloud:r:memories]
file_filter = translationfiles/<lang>/memories.po
source_file = translationfiles/templates/memories.pot
source_lang = en
type = PO
type = PO

View File

@ -19,11 +19,9 @@ OC.L10N.register(
"Hour" : "Час",
"Minute" : "Минута",
"Oldest" : "Най-старият",
"Processing ... {n}/{m}" : "Обработва се... {n}/{m}",
"This feature modifies files in your storage to update Exif data." : "Тази функция модифицира файловете във вашето хранилище, за да актуализира Exif данните.",
"Exercise caution and make sure you have backups." : "Внимавайте и се уверете, че имате резервни копия.",
"Update Exif" : "Актуализиране на Exif",
"Loading data ... {n}/{m}" : "Зареждане на данни ... {n}/{m}",
"Cannot find this photo anymore!" : "Вече не мога да открия тази снимка!",
"Timeline Path" : "Път на времева линия/хронология/",
"Show hidden folders" : "Показване на скрити папки",

View File

@ -17,11 +17,9 @@
"Hour" : "Час",
"Minute" : "Минута",
"Oldest" : "Най-старият",
"Processing ... {n}/{m}" : "Обработва се... {n}/{m}",
"This feature modifies files in your storage to update Exif data." : "Тази функция модифицира файловете във вашето хранилище, за да актуализира Exif данните.",
"Exercise caution and make sure you have backups." : "Внимавайте и се уверете, че имате резервни копия.",
"Update Exif" : "Актуализиране на Exif",
"Loading data ... {n}/{m}" : "Зареждане на данни ... {n}/{m}",
"Cannot find this photo anymore!" : "Вече не мога да открия тази снимка!",
"Timeline Path" : "Път на времева линия/хронология/",
"Show hidden folders" : "Показване на скрити папки",

View File

@ -3,6 +3,7 @@ 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* **🎦 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* **🗑️ Recycle**: Select and delete multiple photos and videos at once.\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* **🎦 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* **🗑️ Recyklujte (prostor)**: vybírejte a mažte vícero fotek a videí naráz.\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,11 +19,11 @@ OC.L10N.register(
"Hour" : "Hodina",
"Minute" : "Minuta",
"Oldest" : "Nejstarší",
"Processing ... {n}/{m}" : "Zpracovávání… {n}/{m}",
"Processing {n}/{m}" : "Zpracovávání… {n}/{m}",
"This feature modifies files in your storage to update Exif data." : "Tato funkce mění soubory na vašem úložišti kvůli aktualizaci Exif metadat.",
"Exercise caution and make sure you have backups." : "Buďte opatrní a ujistěte se, že máte zálohy.",
"Update Exif" : "Aktualizovat Exif",
"Loading data ... {n}/{m}" : "Načítání dat… {n}/{m}",
"Loading data {n}/{m}" : "Načítání dat… {n}/{m}",
"Cannot find this photo anymore!" : "Tuto fotku už se nedaří nalézt!",
"Timeline Path" : "Popis umístění časové osy",
"Show hidden folders" : "Zobrazit skryté složky",

View File

@ -1,6 +1,7 @@
{ "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* **🎦 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* **🗑️ Recycle**: Select and delete multiple photos and videos at once.\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* **🎦 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* **🗑️ Recyklujte (prostor)**: vybírejte a mažte vícero fotek a videí naráz.\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é",
@ -16,11 +17,11 @@
"Hour" : "Hodina",
"Minute" : "Minuta",
"Oldest" : "Nejstarší",
"Processing ... {n}/{m}" : "Zpracovávání… {n}/{m}",
"Processing {n}/{m}" : "Zpracovávání… {n}/{m}",
"This feature modifies files in your storage to update Exif data." : "Tato funkce mění soubory na vašem úložišti kvůli aktualizaci Exif metadat.",
"Exercise caution and make sure you have backups." : "Buďte opatrní a ujistěte se, že máte zálohy.",
"Update Exif" : "Aktualizovat Exif",
"Loading data ... {n}/{m}" : "Načítání dat… {n}/{m}",
"Loading data {n}/{m}" : "Načítání dat… {n}/{m}",
"Cannot find this photo anymore!" : "Tuto fotku už se nedaří nalézt!",
"Timeline Path" : "Popis umístění časové osy",
"Show hidden folders" : "Zobrazit skryté složky",

View File

@ -7,7 +7,6 @@ OC.L10N.register(
"Folders" : "Ordner",
"Favorites" : "Favoriten",
"Videos" : "Videos",
"Archive" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).",
"Settings" : "Einstellungen",
"Year" : "Jahr",
"Month" : "Monat",

View File

@ -5,7 +5,6 @@
"Folders" : "Ordner",
"Favorites" : "Favoriten",
"Videos" : "Videos",
"Archive" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).",
"Settings" : "Einstellungen",
"Year" : "Jahr",
"Month" : "Monat",

View File

@ -19,15 +19,15 @@ OC.L10N.register(
"Hour" : "Stunde",
"Minute" : "Minute",
"Oldest" : "Älteste",
"Processing ... {n}/{m}" : "Verarbeite ... {n}/{m}",
"Processing … {n}/{m}" : "Verarbeite… {n}/{m}",
"This feature modifies files in your storage to update Exif data." : "Diese Funktion ändert Dateien in Ihrem Speicher, um Exif-Daten zu aktualisieren.",
"Exercise caution and make sure you have backups." : "Seien Sie vorsichtig und stellen Sie sicher, dass Sie Backups haben.",
"Update Exif" : "Exif aktualisieren",
"Loading data ... {n}/{m}" : "Daten werden geladen ... {n}/{m}",
"Loading data … {n}/{m}" : "Daten werden geladen… {n}/{m}",
"Cannot find this photo anymore!" : "Kann dieses Foto nicht mehr finden!",
"Timeline Path" : "Pfad der Zeitleiste",
"Show hidden folders" : "Zeige versteckte Ordner",
"Update" : "Aktualisierung",
"Update" : "Aktualisieren",
"Error updating settings" : "Fehler bei der Aktualisierung der Einstellungen",
"Cancel" : "Abbrechen",
"Delete" : "Löschen",

View File

@ -17,15 +17,15 @@
"Hour" : "Stunde",
"Minute" : "Minute",
"Oldest" : "Älteste",
"Processing ... {n}/{m}" : "Verarbeite ... {n}/{m}",
"Processing … {n}/{m}" : "Verarbeite… {n}/{m}",
"This feature modifies files in your storage to update Exif data." : "Diese Funktion ändert Dateien in Ihrem Speicher, um Exif-Daten zu aktualisieren.",
"Exercise caution and make sure you have backups." : "Seien Sie vorsichtig und stellen Sie sicher, dass Sie Backups haben.",
"Update Exif" : "Exif aktualisieren",
"Loading data ... {n}/{m}" : "Daten werden geladen ... {n}/{m}",
"Loading data … {n}/{m}" : "Daten werden geladen… {n}/{m}",
"Cannot find this photo anymore!" : "Kann dieses Foto nicht mehr finden!",
"Timeline Path" : "Pfad der Zeitleiste",
"Show hidden folders" : "Zeige versteckte Ordner",
"Update" : "Aktualisierung",
"Update" : "Aktualisieren",
"Error updating settings" : "Fehler bei der Aktualisierung der Einstellungen",
"Cancel" : "Abbrechen",
"Delete" : "Löschen",

View File

@ -3,6 +3,7 @@ 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* **🎦 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* **🗑️ Recycle**: Select and delete multiple photos and videos at once.\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`" : "# Oroitzapenak\n\n* **📸 Argazkien eta bideoen kronograma**: argazkiak ateratako dataren arabera ordenatzen ditu, Exif datuetatik aztertuta.\n* **🤔 Berrikuspen azkarra**: joan denbora lerroko edozein lekutara berehala.\n* **🖼️ Karpetak**: arakatu zureak eta partekatutako karpetak antzeko denbora-lerro eraginkor batekin.\n* **🎦 Aurkezpena**: Ikusi zure denbora-lerroko eta karpetetako argazkiak erraz.\n* **📱 Mugikorrentzako laguntza**: ekarri gogora zure oroitzapenak edozein forma eta tamainatako gailuetan web aplikazioaren bidez.\n* **🗑️ Birziklatu**: hautatu eta ezabatu hainbat argazki eta bideo aldi berean.\n* **✏️ Editatu metadatuak**: editatu argazkietako Exif datak azkar eta erraz.\n* **📦 Artxiboa**: ikusi nahi ez dituzun argazkiak gorde zure denbora-lerroan beste karpeta batean.\n* **⚡️ Azkar**: Oroitzapenak oso azkarrak dira. Aldia.\n\n## 🚀 Instalazioa\n\n1. Instalatu aplikazioa Nextcloud aplikazio dendatik\n1. ⚒️ Instalatu `exiftool` (ikus behean).\n1. Exekutatu `php ./occ memories:index` lehendik dauden argazkien metadatuen indizeak sortzeko.\n1. Ireki 📷 Oroitzapenak aplikazioa Nextcloud-en eta ezarri zure argazkiak dituen direktorioa. Direktorio honetako argazkiak denbora-lerroan bistaratuko dira, habiaratutako azpidirektorioetako edozein argazki barne.\n1. Gomendagarria da [aurreikuspen-sorgailua](https://github.com/rullzer/previewgenerator) instalatzea aldez aurretik koadro txikiak sortzeko.\n\n## 🔨 Dependentziak instalatzen\nUrrats zehatzak zure Nextcloud plataformaren araberakoak dira. Docker erabiltzen baduzu Nextcloud-en instantziarako, Exiftool instala 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 gehitu --no-cache exiftool`\n- **MacOS**: `brew install exiftool`\n- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`",
"Timeline" : "Denbora-lerroa",
"Folders" : "Karpetak",
"Favorites" : "Gogokoak",
@ -18,11 +19,11 @@ OC.L10N.register(
"Hour" : "Ordua",
"Minute" : "Minutu",
"Oldest" : "Zaharrenak",
"Processing ... {n}/{m}" : "Prozesatzen ... {m}/{n}",
"Processing … {n}/{m}" : "Prozesatzen ... {n}/{m}",
"This feature modifies files in your storage to update Exif data." : "Ezaugarri honek zure biltegiko fitxategiak aldatzen ditu Exif datuak eguneratzeko.",
"Exercise caution and make sure you have backups." : "Kontuz ibili eta ziurtatu babeskopiak dituzula.",
"Update Exif" : "Eguneratu Exif",
"Loading data ... {n}/{m}" : "Datuak kargatzen ... {m}/{n}",
"Loading data … {n}/{m}" : "Datuak kargatzen … {n}/{m}",
"Cannot find this photo anymore!" : "Ezin da argazki hau dagoeneko aurkitu!",
"Timeline Path" : "Denbora-lerroa",
"Show hidden folders" : "Erakutsi ezkutuko karpetak",

View File

@ -1,6 +1,7 @@
{ "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* **🎦 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* **🗑️ Recycle**: Select and delete multiple photos and videos at once.\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`" : "# Oroitzapenak\n\n* **📸 Argazkien eta bideoen kronograma**: argazkiak ateratako dataren arabera ordenatzen ditu, Exif datuetatik aztertuta.\n* **🤔 Berrikuspen azkarra**: joan denbora lerroko edozein lekutara berehala.\n* **🖼️ Karpetak**: arakatu zureak eta partekatutako karpetak antzeko denbora-lerro eraginkor batekin.\n* **🎦 Aurkezpena**: Ikusi zure denbora-lerroko eta karpetetako argazkiak erraz.\n* **📱 Mugikorrentzako laguntza**: ekarri gogora zure oroitzapenak edozein forma eta tamainatako gailuetan web aplikazioaren bidez.\n* **🗑️ Birziklatu**: hautatu eta ezabatu hainbat argazki eta bideo aldi berean.\n* **✏️ Editatu metadatuak**: editatu argazkietako Exif datak azkar eta erraz.\n* **📦 Artxiboa**: ikusi nahi ez dituzun argazkiak gorde zure denbora-lerroan beste karpeta batean.\n* **⚡️ Azkar**: Oroitzapenak oso azkarrak dira. Aldia.\n\n## 🚀 Instalazioa\n\n1. Instalatu aplikazioa Nextcloud aplikazio dendatik\n1. ⚒️ Instalatu `exiftool` (ikus behean).\n1. Exekutatu `php ./occ memories:index` lehendik dauden argazkien metadatuen indizeak sortzeko.\n1. Ireki 📷 Oroitzapenak aplikazioa Nextcloud-en eta ezarri zure argazkiak dituen direktorioa. Direktorio honetako argazkiak denbora-lerroan bistaratuko dira, habiaratutako azpidirektorioetako edozein argazki barne.\n1. Gomendagarria da [aurreikuspen-sorgailua](https://github.com/rullzer/previewgenerator) instalatzea aldez aurretik koadro txikiak sortzeko.\n\n## 🔨 Dependentziak instalatzen\nUrrats zehatzak zure Nextcloud plataformaren araberakoak dira. Docker erabiltzen baduzu Nextcloud-en instantziarako, Exiftool instala 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 gehitu --no-cache exiftool`\n- **MacOS**: `brew install exiftool`\n- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`",
"Timeline" : "Denbora-lerroa",
"Folders" : "Karpetak",
"Favorites" : "Gogokoak",
@ -16,11 +17,11 @@
"Hour" : "Ordua",
"Minute" : "Minutu",
"Oldest" : "Zaharrenak",
"Processing ... {n}/{m}" : "Prozesatzen ... {m}/{n}",
"Processing … {n}/{m}" : "Prozesatzen ... {n}/{m}",
"This feature modifies files in your storage to update Exif data." : "Ezaugarri honek zure biltegiko fitxategiak aldatzen ditu Exif datuak eguneratzeko.",
"Exercise caution and make sure you have backups." : "Kontuz ibili eta ziurtatu babeskopiak dituzula.",
"Update Exif" : "Eguneratu Exif",
"Loading data ... {n}/{m}" : "Datuak kargatzen ... {m}/{n}",
"Loading data … {n}/{m}" : "Datuak kargatzen … {n}/{m}",
"Cannot find this photo anymore!" : "Ezin da argazki hau dagoeneko aurkitu!",
"Timeline Path" : "Denbora-lerroa",
"Show hidden folders" : "Erakutsi ezkutuko karpetak",

View File

@ -9,12 +9,16 @@ OC.L10N.register(
"Videos" : "Videot",
"Archive" : "Arkisto",
"Settings" : "Asetukset",
"Edit Date/Time" : "Muokkaa päivää/aikaa",
"Newest" : "Uusimmat",
"Year" : "Vuosi",
"Month" : "Kuukausi",
"Day" : "Päivä",
"Time" : "Aika",
"Hour" : "Tunti",
"Minute" : "Minuutti",
"Oldest" : "Vanhimmat",
"Update Exif" : "Päivitä exif",
"Cannot find this photo anymore!" : "Kuvaa ei enää löydy!",
"Timeline Path" : "Aikajanan polku",
"Show hidden folders" : "Näytä piilotetut kansiot",
@ -29,8 +33,11 @@ OC.L10N.register(
"Failed to load some photos" : "Joidenkin kuvien lataus epäonnistui",
"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?",
"_{n} selected_::_{n} selected_" : ["{n} valittu","{n} valittu"],
"Failed to delete files." : "Tiedostojen poisto epäonnistui.",
"Failed to delete {fileName}." : "Tiedoston {fileName} poisto epäonnistui.",
"Error: {msg}" : "Virhe: {msg}",
"Failed to favorite {fileName}." : "Tiedoston {fileName} asettaminen suosikiksi epäonnistui.",
"Failed to favorite files." : "Tiedostojen asettaminen suosikeiksi epäonnistui."
},

View File

@ -7,12 +7,16 @@
"Videos" : "Videot",
"Archive" : "Arkisto",
"Settings" : "Asetukset",
"Edit Date/Time" : "Muokkaa päivää/aikaa",
"Newest" : "Uusimmat",
"Year" : "Vuosi",
"Month" : "Kuukausi",
"Day" : "Päivä",
"Time" : "Aika",
"Hour" : "Tunti",
"Minute" : "Minuutti",
"Oldest" : "Vanhimmat",
"Update Exif" : "Päivitä exif",
"Cannot find this photo anymore!" : "Kuvaa ei enää löydy!",
"Timeline Path" : "Aikajanan polku",
"Show hidden folders" : "Näytä piilotetut kansiot",
@ -27,8 +31,11 @@
"Failed to load some photos" : "Joidenkin kuvien lataus epäonnistui",
"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?",
"_{n} selected_::_{n} selected_" : ["{n} valittu","{n} valittu"],
"Failed to delete files." : "Tiedostojen poisto epäonnistui.",
"Failed to delete {fileName}." : "Tiedoston {fileName} poisto epäonnistui.",
"Error: {msg}" : "Virhe: {msg}",
"Failed to favorite {fileName}." : "Tiedoston {fileName} asettaminen suosikiksi epäonnistui.",
"Failed to favorite files." : "Tiedostojen asettaminen suosikeiksi epäonnistui."
},"pluralForm" :"nplurals=2; plural=(n != 1);"

View File

@ -10,7 +10,7 @@ OC.L10N.register(
"Videos" : "Vidéos",
"Archive" : "Archive",
"Settings" : "Paramètres",
"Edit Date/Time" : "Editer la Date/Heure",
"Edit Date/Time" : "Éditer la Date/Heure",
"Newest" : "Plus récent",
"Year" : "Année",
"Month" : "Mois",
@ -19,11 +19,9 @@ OC.L10N.register(
"Hour" : "Heure",
"Minute" : "Minute",
"Oldest" : "Plus ancien",
"Processing ... {n}/{m}" : "En cours ... {n}/{m}",
"This feature modifies files in your storage to update Exif data." : "Cette fonctionnalité modifie les fichiers de votre stockage pour mettre à jour les données Exif.",
"Exercise caution and make sure you have backups." : "Faites preuve de prudence et assurez-vous que vous disposez de sauvegardes.",
"Update Exif" : "Mettre à jour l'Exif",
"Loading data ... {n}/{m}" : "Chargement des données ... {n}/{m}",
"Cannot find this photo anymore!" : "Impossible de trouver cette photo !",
"Timeline Path" : "Emplacement du Fil chronologique",
"Show hidden folders" : "Afficher les dossiers cachés",
@ -38,7 +36,7 @@ OC.L10N.register(
"Failed to load some photos" : "Échec du chargement de certaines photos",
"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 ?",
"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. Vous êtes sûr ?",
"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) ?",
"_{n} selected_::_{n} selected_" : ["{n} sélectionné","{n} sélectionnés","{n} sélectionnés"],
"Failed to delete files." : "Échec de la suppression des fichiers.",
"Failed to delete {fileName}." : "Échec de la suppression de {fileName}.",

View File

@ -8,7 +8,7 @@
"Videos" : "Vidéos",
"Archive" : "Archive",
"Settings" : "Paramètres",
"Edit Date/Time" : "Editer la Date/Heure",
"Edit Date/Time" : "Éditer la Date/Heure",
"Newest" : "Plus récent",
"Year" : "Année",
"Month" : "Mois",
@ -17,11 +17,9 @@
"Hour" : "Heure",
"Minute" : "Minute",
"Oldest" : "Plus ancien",
"Processing ... {n}/{m}" : "En cours ... {n}/{m}",
"This feature modifies files in your storage to update Exif data." : "Cette fonctionnalité modifie les fichiers de votre stockage pour mettre à jour les données Exif.",
"Exercise caution and make sure you have backups." : "Faites preuve de prudence et assurez-vous que vous disposez de sauvegardes.",
"Update Exif" : "Mettre à jour l'Exif",
"Loading data ... {n}/{m}" : "Chargement des données ... {n}/{m}",
"Cannot find this photo anymore!" : "Impossible de trouver cette photo !",
"Timeline Path" : "Emplacement du Fil chronologique",
"Show hidden folders" : "Afficher les dossiers cachés",
@ -36,7 +34,7 @@
"Failed to load some photos" : "Échec du chargement de certaines photos",
"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 ?",
"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. Vous êtes sûr ?",
"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) ?",
"_{n} selected_::_{n} selected_" : ["{n} sélectionné","{n} sélectionnés","{n} sélectionnés"],
"Failed to delete files." : "Échec de la suppression des fichiers.",
"Failed to delete {fileName}." : "Échec de la suppression de {fileName}.",

View File

@ -14,8 +14,6 @@ OC.L10N.register(
"Time" : "Laikas",
"Hour" : "Valanda",
"Minute" : "Minutė",
"Processing ... {n}/{m}" : "Apdorojama... {n}/{m}",
"Loading data ... {n}/{m}" : "Įkeliami duomenys... {n}/{m}",
"Cannot find this photo anymore!" : "Daugiau nebepavyksta rasti šios nuotraukos!",
"Show hidden folders" : "Rodyti paslėptus aplankus",
"Update" : "Atnaujinti",

View File

@ -12,8 +12,6 @@
"Time" : "Laikas",
"Hour" : "Valanda",
"Minute" : "Minutė",
"Processing ... {n}/{m}" : "Apdorojama... {n}/{m}",
"Loading data ... {n}/{m}" : "Įkeliami duomenys... {n}/{m}",
"Cannot find this photo anymore!" : "Daugiau nebepavyksta rasti šios nuotraukos!",
"Show hidden folders" : "Rodyti paslėptus aplankus",
"Update" : "Atnaujinti",

View File

@ -19,11 +19,9 @@ OC.L10N.register(
"Hour" : "Godzina",
"Minute" : "Minuta",
"Oldest" : "Najstarsza",
"Processing ... {n}/{m}" : "Przetwarzanie… {n}/{m}",
"This feature modifies files in your storage to update Exif data." : "Ta funkcja modyfikuje pliki w pamięci, aby zaktualizować dane Exif.",
"Exercise caution and make sure you have backups." : "Zachowaj ostrożność i upewnij się, że masz kopie zapasowe.",
"Update Exif" : "Zaktualizuj Exif",
"Loading data ... {n}/{m}" : "Ładowanie danych… {n}/{m}",
"Cannot find this photo anymore!" : "Nie można już znaleźć tego zdjęcia!",
"Timeline Path" : "Ścieżka osi czasu",
"Show hidden folders" : "Pokaż ukryte katalogi",

View File

@ -17,11 +17,9 @@
"Hour" : "Godzina",
"Minute" : "Minuta",
"Oldest" : "Najstarsza",
"Processing ... {n}/{m}" : "Przetwarzanie… {n}/{m}",
"This feature modifies files in your storage to update Exif data." : "Ta funkcja modyfikuje pliki w pamięci, aby zaktualizować dane Exif.",
"Exercise caution and make sure you have backups." : "Zachowaj ostrożność i upewnij się, że masz kopie zapasowe.",
"Update Exif" : "Zaktualizuj Exif",
"Loading data ... {n}/{m}" : "Ładowanie danych… {n}/{m}",
"Cannot find this photo anymore!" : "Nie można już znaleźć tego zdjęcia!",
"Timeline Path" : "Ścieżka osi czasu",
"Show hidden folders" : "Pokaż ukryte katalogi",

View File

@ -19,11 +19,9 @@ OC.L10N.register(
"Hour" : "Hora",
"Minute" : "Minuto",
"Oldest" : "Mais antigo",
"Processing ... {n}/{m}" : "Processando ... {n}/{m}",
"This feature modifies files in your storage to update Exif data." : "Esse recurso modifica os arquivos em seu armazenamento para atualizar os dados Exif.",
"Exercise caution and make sure you have backups." : "Tenha cuidado e certifique-se de ter backups.",
"Update Exif" : "Atualizar Exif",
"Loading data ... {n}/{m}" : "Carregando dados... {n}/{m}",
"Cannot find this photo anymore!" : "Não é mais possível encontrar esta foto!",
"Timeline Path" : "Caminho da linha do tempo",
"Show hidden folders" : "Mostrar pastas ocultas",

View File

@ -17,11 +17,9 @@
"Hour" : "Hora",
"Minute" : "Minuto",
"Oldest" : "Mais antigo",
"Processing ... {n}/{m}" : "Processando ... {n}/{m}",
"This feature modifies files in your storage to update Exif data." : "Esse recurso modifica os arquivos em seu armazenamento para atualizar os dados Exif.",
"Exercise caution and make sure you have backups." : "Tenha cuidado e certifique-se de ter backups.",
"Update Exif" : "Atualizar Exif",
"Loading data ... {n}/{m}" : "Carregando dados... {n}/{m}",
"Cannot find this photo anymore!" : "Não é mais possível encontrar esta foto!",
"Timeline Path" : "Caminho da linha do tempo",
"Show hidden folders" : "Mostrar pastas ocultas",

View File

@ -19,11 +19,9 @@ OC.L10N.register(
"Hour" : "Saat",
"Minute" : "Dakika",
"Oldest" : "En eski",
"Processing ... {n}/{m}" : "İşleniyor... {n}/{m}",
"This feature modifies files in your storage to update Exif data." : "Bu özellik EXIF verilerini değiştirmek için depolama alanınızdaki dosyaları günceller.",
"Exercise caution and make sure you have backups." : "Kullanmadan önce yedek alın ve dikkatli kullanın.",
"Update Exif" : "EXIF verilerini güncelle",
"Loading data ... {n}/{m}" : "Veriler yükleniyor... {n}/{m} ",
"Cannot find this photo anymore!" : "Bu fotoğraf artık bulunmuyor!",
"Timeline Path" : "Zaman tüneli yolu",
"Show hidden folders" : "Gizli klasörleri görüntüle",

View File

@ -17,11 +17,9 @@
"Hour" : "Saat",
"Minute" : "Dakika",
"Oldest" : "En eski",
"Processing ... {n}/{m}" : "İşleniyor... {n}/{m}",
"This feature modifies files in your storage to update Exif data." : "Bu özellik EXIF verilerini değiştirmek için depolama alanınızdaki dosyaları günceller.",
"Exercise caution and make sure you have backups." : "Kullanmadan önce yedek alın ve dikkatli kullanın.",
"Update Exif" : "EXIF verilerini güncelle",
"Loading data ... {n}/{m}" : "Veriler yükleniyor... {n}/{m} ",
"Cannot find this photo anymore!" : "Bu fotoğraf artık bulunmuyor!",
"Timeline Path" : "Zaman tüneli yolu",
"Show hidden folders" : "Gizli klasörleri görüntüle",

View File

@ -4,7 +4,7 @@ OC.L10N.register(
"Memories" : "Спогади",
"Yet another photo management app" : "Ще один додаток для керування фотографіями",
"Timeline" : "Дії",
"Folders" : "Теки",
"Folders" : "Каталоги",
"Favorites" : "Вподобані",
"Videos" : "Відео",
"Archive" : "Архів",
@ -16,7 +16,7 @@ OC.L10N.register(
"Hour" : "Годин",
"Cannot find this photo anymore!" : "Більше не можу знайти це фото!",
"Timeline Path" : "Шлях шкали часу",
"Show hidden folders" : "Показати приховані папки",
"Show hidden folders" : "Показати приховані каталоги",
"Update" : "Оновлення",
"Error updating settings" : "Помилка оновлення налаштувань",
"Cancel" : "Скасувати",

View File

@ -2,7 +2,7 @@
"Memories" : "Спогади",
"Yet another photo management app" : "Ще один додаток для керування фотографіями",
"Timeline" : "Дії",
"Folders" : "Теки",
"Folders" : "Каталоги",
"Favorites" : "Вподобані",
"Videos" : "Відео",
"Archive" : "Архів",
@ -14,7 +14,7 @@
"Hour" : "Годин",
"Cannot find this photo anymore!" : "Більше не можу знайти це фото!",
"Timeline Path" : "Шлях шкали часу",
"Show hidden folders" : "Показати приховані папки",
"Show hidden folders" : "Показати приховані каталоги",
"Update" : "Оновлення",
"Error updating settings" : "Помилка оновлення налаштувань",
"Cancel" : "Скасувати",

View File

@ -19,11 +19,11 @@ OC.L10N.register(
"Hour" : "小時",
"Minute" : "分鐘",
"Oldest" : "最舊",
"Processing ... {n}/{m}" : "處理中... {n}/{m}",
"Processing … {n}/{m}" : "處理中 ... {n}/{m}",
"This feature modifies files in your storage to update Exif data." : "此功能會修改存儲中的檔案以更新 Exif 數據。",
"Exercise caution and make sure you have backups." : "謹慎行事並確保您有備份。",
"Update Exif" : "更新 Exif",
"Loading data ... {n}/{m}" : "正在加載數據... {n}/{m}",
"Loading data {n}/{m}" : "正在加載數據 ... {n}/{m}",
"Cannot find this photo anymore!" : "再也找不到這張照片了!",
"Timeline Path" : "時間線途徑",
"Show hidden folders" : "顯示隱藏資料夾",

View File

@ -17,11 +17,11 @@
"Hour" : "小時",
"Minute" : "分鐘",
"Oldest" : "最舊",
"Processing ... {n}/{m}" : "處理中... {n}/{m}",
"Processing … {n}/{m}" : "處理中 ... {n}/{m}",
"This feature modifies files in your storage to update Exif data." : "此功能會修改存儲中的檔案以更新 Exif 數據。",
"Exercise caution and make sure you have backups." : "謹慎行事並確保您有備份。",
"Update Exif" : "更新 Exif",
"Loading data ... {n}/{m}" : "正在加載數據... {n}/{m}",
"Loading data {n}/{m}" : "正在加載數據 ... {n}/{m}",
"Cannot find this photo anymore!" : "再也找不到這張照片了!",
"Timeline Path" : "時間線途徑",
"Show hidden folders" : "顯示隱藏資料夾",

View File

@ -19,11 +19,11 @@ OC.L10N.register(
"Hour" : "小時",
"Minute" : "分鐘",
"Oldest" : "最舊",
"Processing ... {n}/{m}" : "正在處理……{n}/{m}",
"Processing {n}/{m}" : "正在處理…… {n}/{m}",
"This feature modifies files in your storage to update Exif data." : "此功能會修改您儲存空間中的檔案以更新 Exif 資料。",
"Exercise caution and make sure you have backups." : "小心執行並確認您有備份。",
"Update Exif" : "更新 Exif",
"Loading data ... {n}/{m}" : "正在載入資料……{n}/{m}",
"Loading data {n}/{m}" : "正在載入資料…… {n}/{m}",
"Cannot find this photo anymore!" : "再也找不到這張照片了!",
"Timeline Path" : "時間軸路徑",
"Show hidden folders" : "顯示隱藏的資料夾",

View File

@ -17,11 +17,11 @@
"Hour" : "小時",
"Minute" : "分鐘",
"Oldest" : "最舊",
"Processing ... {n}/{m}" : "正在處理……{n}/{m}",
"Processing {n}/{m}" : "正在處理…… {n}/{m}",
"This feature modifies files in your storage to update Exif data." : "此功能會修改您儲存空間中的檔案以更新 Exif 資料。",
"Exercise caution and make sure you have backups." : "小心執行並確認您有備份。",
"Update Exif" : "更新 Exif",
"Loading data ... {n}/{m}" : "正在載入資料……{n}/{m}",
"Loading data {n}/{m}" : "正在載入資料…… {n}/{m}",
"Cannot find this photo anymore!" : "再也找不到這張照片了!",
"Timeline Path" : "時間軸路徑",
"Show hidden folders" : "顯示隱藏的資料夾",

View File

@ -78,7 +78,7 @@
</div>
<div v-if="processing" class="info-pad">
{{ t('memories', 'Processing ... {n}/{m}', {
{{ t('memories', 'Processing {n}/{m}', {
n: photosDone,
m: photos.length,
}) }}
@ -97,7 +97,7 @@
</div>
<div v-else>
{{ t('memories', 'Loading data ... {n}/{m}', {
{{ t('memories', 'Loading data {n}/{m}', {
n: photosDone,
m: photos.length,
}) }}
@ -444,4 +444,4 @@ export default class EditDate extends Mixins(GlobalMixin) {
padding: 0 !important;
padding-left: 3px !important;
}
</style>
</style>