[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
cache
Nextcloud bot 2022-10-09 03:27:08 +00:00
parent 34a6818242
commit d36d39ca83
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
164 changed files with 250 additions and 150 deletions

View File

@ -11,6 +11,7 @@ OC.L10N.register(
"Day" : "Dag",
"Time" : "Tyd",
"Hour" : "Uur",
"Back" : "Terug",
"Update" : "Werk by",
"Cancel" : "Kanselleer",
"Delete" : "Skrap",

View File

@ -9,6 +9,7 @@
"Day" : "Dag",
"Time" : "Tyd",
"Hour" : "Uur",
"Back" : "Terug",
"Update" : "Werk by",
"Cancel" : "Kanselleer",
"Delete" : "Skrap",

View File

@ -4,6 +4,7 @@ OC.L10N.register(
"Favorites" : "Favoritos",
"Tags" : "Etiquetas",
"Settings" : "Configurazión",
"Back" : "Ta zaga",
"Cancel" : "Canzelar",
"Delete" : "Borrar",
"Download" : "Escargar",

View File

@ -2,6 +2,7 @@
"Favorites" : "Favoritos",
"Tags" : "Etiquetas",
"Settings" : "Configurazión",
"Back" : "Ta zaga",
"Cancel" : "Canzelar",
"Delete" : "Borrar",
"Download" : "Escargar",

View File

@ -12,6 +12,7 @@ OC.L10N.register(
"Day" : "اليوم",
"Time" : "إلى وقت",
"Hour" : "الساعة",
"Back" : "العودة",
"Update" : "تحديث",
"Cancel" : "إلغاء",
"Delete" : "إزالة",

View File

@ -10,6 +10,7 @@
"Day" : "اليوم",
"Time" : "إلى وقت",
"Hour" : "الساعة",
"Back" : "العودة",
"Update" : "تحديث",
"Cancel" : "إلغاء",
"Delete" : "إزالة",

View File

@ -11,6 +11,7 @@ OC.L10N.register(
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Back" : "Atrás",
"Update" : "Anovar",
"Cancel" : "Encaboxar",
"Delete" : "Desaniciar",

View File

@ -9,6 +9,7 @@
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Back" : "Atrás",
"Update" : "Anovar",
"Cancel" : "Encaboxar",
"Delete" : "Desaniciar",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -8,6 +8,7 @@ OC.L10N.register(
"Day" : "দিবস",
"Time" : "সময়",
"Hour" : "ঘন্টা",
"Back" : "পেছনে যাও",
"Update" : "পরিবর্ধন",
"Cancel" : "বাতির",
"Delete" : "মুছে",

View File

@ -6,6 +6,7 @@
"Day" : "দিবস",
"Time" : "সময়",
"Hour" : "ঘন্টা",
"Back" : "পেছনে যাও",
"Update" : "পরিবর্ধন",
"Cancel" : "বাতির",
"Delete" : "মুছে",

View File

@ -7,6 +7,7 @@ OC.L10N.register(
"Settings" : "Arventennoù",
"Month" : "Miz",
"Day" : "Deiz",
"Back" : "Distro",
"Update" : "Hizivaat",
"Cancel" : "Arrest",
"Delete" : "Lemel",

View File

@ -5,6 +5,7 @@
"Settings" : "Arventennoù",
"Month" : "Miz",
"Day" : "Deiz",
"Back" : "Distro",
"Update" : "Hizivaat",
"Cancel" : "Arrest",
"Delete" : "Lemel",

View File

@ -16,6 +16,7 @@ OC.L10N.register(
"Time" : "Hora",
"Hour" : "Hora",
"Minute" : "Minut",
"Back" : "Torna",
"Update" : "Actualitzar",
"Cancel" : "Cancel·la",
"Delete" : "Suprimeix",

View File

@ -14,6 +14,7 @@
"Time" : "Hora",
"Hour" : "Hora",
"Minute" : "Minut",
"Back" : "Torna",
"Update" : "Actualitzar",
"Cancel" : "Cancel·la",
"Delete" : "Suprimeix",

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* **🤖 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é",
@ -26,6 +27,7 @@ OC.L10N.register(
"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}",
"Back" : "Zpět",
"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",
@ -37,7 +39,6 @@ OC.L10N.register(
"Favorite" : "Přidat do oblíbených",
"Unarchive" : "Zrušit archivování",
"View in folder" : "Zobrazit ve složce",
"No photos to show here" : "Žádné fotky, které zde zobrazit",
"Failed to load some photos" : "Některé fotky se nepodařilo načíst",
"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?",

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* **🤖 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é",
@ -24,6 +25,7 @@
"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}",
"Back" : "Zpět",
"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",
@ -35,7 +37,6 @@
"Favorite" : "Přidat do oblíbených",
"Unarchive" : "Zrušit archivování",
"View in folder" : "Zobrazit ve složce",
"No photos to show here" : "Žádné fotky, které zde zobrazit",
"Failed to load some photos" : "Některé fotky se nepodařilo načíst",
"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?",

View File

@ -10,6 +10,7 @@ OC.L10N.register(
"Month" : "Mis",
"Day" : "Diwrnod",
"Time" : "Amser",
"Back" : "Nôl",
"Update" : "Diweddaru",
"Cancel" : "Diddymu",
"Delete" : "Dileu",

View File

@ -8,6 +8,7 @@
"Month" : "Mis",
"Day" : "Diwrnod",
"Time" : "Amser",
"Back" : "Nôl",
"Update" : "Diweddaru",
"Cancel" : "Diddymu",
"Delete" : "Dileu",

View File

@ -7,14 +7,17 @@ OC.L10N.register(
"Folders" : "Mapper",
"Favorites" : "Favoritter",
"Videos" : "Videoer",
"People" : "Personer",
"Archive" : "Arkivér",
"On this day" : "På denne dag",
"Tags" : "Mærker",
"Settings" : "Indstillinger",
"Year" : "År",
"Month" : "Måned",
"Day" : "Dag",
"Time" : "Tid",
"Hour" : "Time",
"Back" : "Tilbage",
"Cannot find this photo anymore!" : "Kan ikke finde dette billede længere!",
"Timeline Path" : "Tidslinjesti",
"Show hidden folders" : "Vis skjulte mapper",
@ -25,7 +28,7 @@ OC.L10N.register(
"Download" : "Download",
"Favorite" : "Favorit",
"Unarchive" : "Annuller arkivering",
"No photos to show here" : "Ingen billeder at vise her",
"View in folder" : "Vis i mappe",
"Failed to load some photos" : "Kunne ikke indlæse nogle billeder",
"You are about to download a large number of files. Are you sure?" : "Du er ved at downloade et stort antal filer. Er du sikker?",
"You are about to delete a large number of files. Are you sure?" : "Du er ved at slette et stort antal filer. Er du sikker?",

View File

@ -5,14 +5,17 @@
"Folders" : "Mapper",
"Favorites" : "Favoritter",
"Videos" : "Videoer",
"People" : "Personer",
"Archive" : "Arkivér",
"On this day" : "På denne dag",
"Tags" : "Mærker",
"Settings" : "Indstillinger",
"Year" : "År",
"Month" : "Måned",
"Day" : "Dag",
"Time" : "Tid",
"Hour" : "Time",
"Back" : "Tilbage",
"Cannot find this photo anymore!" : "Kan ikke finde dette billede længere!",
"Timeline Path" : "Tidslinjesti",
"Show hidden folders" : "Vis skjulte mapper",
@ -23,7 +26,7 @@
"Download" : "Download",
"Favorite" : "Favorit",
"Unarchive" : "Annuller arkivering",
"No photos to show here" : "Ingen billeder at vise her",
"View in folder" : "Vis i mappe",
"Failed to load some photos" : "Kunne ikke indlæse nogle billeder",
"You are about to download a large number of files. Are you sure?" : "Du er ved at downloade et stort antal filer. Er du sikker?",
"You are about to delete a large number of files. Are you sure?" : "Du er ved at slette et stort antal filer. Er du sikker?",

View File

@ -19,6 +19,7 @@ OC.L10N.register(
"Minute" : "Minute",
"This feature modifies files in your storage to update Exif data." : "Diese Funktion ändert Dateien in deinem Speicher, um Exif-Daten zu aktualisieren.",
"Exercise caution and make sure you have backups." : "Sei vorsichtig und stelle sicher, dass du Backups hast.",
"Back" : "Zurück",
"Cannot find this photo anymore!" : "Kann dieses Foto nicht mehr finden!",
"Timeline Path" : "Pfad der Zeitlachse",
"Show hidden folders" : "Zeige versteckte Ordner",
@ -30,7 +31,6 @@ OC.L10N.register(
"Favorite" : "Favorit",
"Unarchive" : "Dearchivieren",
"View in folder" : "In Ordner anzeigen",
"No photos to show here" : "Keine Fotos zum Anzeigen vorhanden",
"Failed to load some photos" : "Laden einiger Fotos fehlgeschlagen",
"You are about to download a large number of files. Are you sure?" : "Du bist dabei, eine große Anzahl von Dateien herunterzuladen. Bist du dir sicher?",
"You are about to delete a large number of files. Are you sure?" : "Du bist dabei, eine große Anzahl von Dateien zu löschen. Bist du dir sicher?",

View File

@ -17,6 +17,7 @@
"Minute" : "Minute",
"This feature modifies files in your storage to update Exif data." : "Diese Funktion ändert Dateien in deinem Speicher, um Exif-Daten zu aktualisieren.",
"Exercise caution and make sure you have backups." : "Sei vorsichtig und stelle sicher, dass du Backups hast.",
"Back" : "Zurück",
"Cannot find this photo anymore!" : "Kann dieses Foto nicht mehr finden!",
"Timeline Path" : "Pfad der Zeitlachse",
"Show hidden folders" : "Zeige versteckte Ordner",
@ -28,7 +29,6 @@
"Favorite" : "Favorit",
"Unarchive" : "Dearchivieren",
"View in folder" : "In Ordner anzeigen",
"No photos to show here" : "Keine Fotos zum Anzeigen vorhanden",
"Failed to load some photos" : "Laden einiger Fotos fehlgeschlagen",
"You are about to download a large number of files. Are you sure?" : "Du bist dabei, eine große Anzahl von Dateien herunterzuladen. Bist du dir sicher?",
"You are about to delete a large number of files. Are you sure?" : "Du bist dabei, eine große Anzahl von Dateien zu löschen. Bist du dir sicher?",

View File

@ -3,6 +3,7 @@ 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",
@ -26,6 +27,7 @@ OC.L10N.register(
"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}",
"Back" : "Zurück",
"Cannot find this photo anymore!" : "Kann dieses Foto nicht mehr finden!",
"Timeline Path" : "Pfad der Zeitleiste",
"Show hidden folders" : "Zeige versteckte Ordner",
@ -37,7 +39,6 @@ OC.L10N.register(
"Favorite" : "Favorisieren",
"Unarchive" : "Dearchivieren",
"View in folder" : "In Ordner anzeigen",
"No photos to show here" : "Keine Fotos zum Anzeigen vorhanden",
"Failed to load some photos" : "Laden einiger Fotos fehlgeschlagen",
"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?",

View File

@ -1,6 +1,7 @@
{ "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",
@ -24,6 +25,7 @@
"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}",
"Back" : "Zurück",
"Cannot find this photo anymore!" : "Kann dieses Foto nicht mehr finden!",
"Timeline Path" : "Pfad der Zeitleiste",
"Show hidden folders" : "Zeige versteckte Ordner",
@ -35,7 +37,6 @@
"Favorite" : "Favorisieren",
"Unarchive" : "Dearchivieren",
"View in folder" : "In Ordner anzeigen",
"No photos to show here" : "Keine Fotos zum Anzeigen vorhanden",
"Failed to load some photos" : "Laden einiger Fotos fehlgeschlagen",
"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?",

View File

@ -5,6 +5,7 @@ OC.L10N.register(
"Folders" : "Φάκελοι",
"Favorites" : "Αγαπημένα",
"Videos" : "Βίντεο",
"People" : "Άτομα",
"Archive" : "Αρχειοθέτηση",
"On this day" : "Αυτή τη μέρα",
"Tags" : "Ετικέτες",
@ -15,6 +16,7 @@ OC.L10N.register(
"Time" : "Ώρα",
"Hour" : "Ώρα",
"Minute" : "Λεπτά",
"Back" : "Πίσω",
"Update" : "Ενημέρωση",
"Cancel" : "Ακύρωση",
"Delete" : "Διαγραφή",

View File

@ -3,6 +3,7 @@
"Folders" : "Φάκελοι",
"Favorites" : "Αγαπημένα",
"Videos" : "Βίντεο",
"People" : "Άτομα",
"Archive" : "Αρχειοθέτηση",
"On this day" : "Αυτή τη μέρα",
"Tags" : "Ετικέτες",
@ -13,6 +14,7 @@
"Time" : "Ώρα",
"Hour" : "Ώρα",
"Minute" : "Λεπτά",
"Back" : "Πίσω",
"Update" : "Ενημέρωση",
"Cancel" : "Ακύρωση",
"Delete" : "Διαγραφή",

View File

@ -11,6 +11,7 @@ OC.L10N.register(
"Day" : "Day",
"Time" : "Time",
"Hour" : "Hour",
"Back" : "Back",
"Cannot find this photo anymore!" : "Cannot find this photo any more!",
"Update" : "Update",
"Cancel" : "Cancel",

View File

@ -9,6 +9,7 @@
"Day" : "Day",
"Time" : "Time",
"Hour" : "Hour",
"Back" : "Back",
"Cannot find this photo anymore!" : "Cannot find this photo any more!",
"Update" : "Update",
"Cancel" : "Cancel",

View File

@ -12,6 +12,7 @@ OC.L10N.register(
"Day" : "Tago",
"Time" : "Dato",
"Hour" : "Horo",
"Back" : "Antaŭen",
"Update" : "Ĝisdatigi",
"Cancel" : "Nuligi",
"Delete" : "Forigi",

View File

@ -10,6 +10,7 @@
"Day" : "Tago",
"Time" : "Dato",
"Hour" : "Horo",
"Back" : "Antaŭen",
"Update" : "Ĝisdatigi",
"Cancel" : "Nuligi",
"Delete" : "Forigi",

View File

@ -5,6 +5,7 @@ OC.L10N.register(
"Folders" : "Carpetas",
"Favorites" : "Favoritos",
"Videos" : "Vídeos",
"People" : "Personas",
"Archive" : "Archivo",
"On this day" : "En este día",
"Tags" : "Etiquetas",
@ -15,6 +16,7 @@ OC.L10N.register(
"Time" : "Fecha",
"Hour" : "Hora",
"Minute" : "Minuto",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Eliminar",

View File

@ -3,6 +3,7 @@
"Folders" : "Carpetas",
"Favorites" : "Favoritos",
"Videos" : "Vídeos",
"People" : "Personas",
"Archive" : "Archivo",
"On this day" : "En este día",
"Tags" : "Etiquetas",
@ -13,6 +14,7 @@
"Time" : "Fecha",
"Hour" : "Hora",
"Minute" : "Minuto",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Eliminar",

View File

@ -11,6 +11,7 @@ OC.L10N.register(
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",

View File

@ -9,6 +9,7 @@
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",

View File

@ -12,6 +12,7 @@ OC.L10N.register(
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Eliminar",

View File

@ -10,6 +10,7 @@
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Eliminar",

View File

@ -11,6 +11,7 @@ OC.L10N.register(
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",

View File

@ -9,6 +9,7 @@
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",

View File

@ -11,6 +11,7 @@ OC.L10N.register(
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",

View File

@ -9,6 +9,7 @@
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",

View File

@ -11,6 +11,7 @@ OC.L10N.register(
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",

View File

@ -9,6 +9,7 @@
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",

View File

@ -11,6 +11,7 @@ OC.L10N.register(
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",

View File

@ -9,6 +9,7 @@
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",

View File

@ -11,6 +11,7 @@ OC.L10N.register(
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",

View File

@ -9,6 +9,7 @@
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",

View File

@ -11,8 +11,8 @@ OC.L10N.register(
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Update" : "Actualizar",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",

View File

@ -9,8 +9,8 @@
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Update" : "Actualizar",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",

View File

@ -11,8 +11,8 @@ OC.L10N.register(
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Update" : "Actualizar",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",

View File

@ -9,8 +9,8 @@
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Update" : "Actualizar",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",

View File

@ -11,6 +11,7 @@ OC.L10N.register(
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Eliminar",

View File

@ -9,6 +9,7 @@
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Eliminar",

View File

@ -11,6 +11,7 @@ OC.L10N.register(
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",

View File

@ -9,6 +9,7 @@
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",

View File

@ -11,8 +11,8 @@ OC.L10N.register(
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Update" : "Actualizar",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",

View File

@ -9,8 +9,8 @@
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Update" : "Actualizar",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",

View File

@ -11,6 +11,7 @@ OC.L10N.register(
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",

View File

@ -9,6 +9,7 @@
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",

View File

@ -11,8 +11,8 @@ OC.L10N.register(
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Update" : "Actualizar",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",

View File

@ -9,8 +9,8 @@
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Update" : "Actualizar",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",

View File

@ -11,8 +11,8 @@ OC.L10N.register(
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Update" : "Actualizar",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",

View File

@ -9,8 +9,8 @@
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Update" : "Actualizar",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",

View File

@ -11,8 +11,8 @@ OC.L10N.register(
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Update" : "Actualizar",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",

View File

@ -9,8 +9,8 @@
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Update" : "Actualizar",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",

View File

@ -11,8 +11,8 @@ OC.L10N.register(
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Update" : "Actualizar",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",

View File

@ -9,8 +9,8 @@
"Day" : "Día",
"Time" : "Hora",
"Hour" : "Hora",
"Update" : "Actualizar",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Download" : "Descargar",

View File

@ -11,8 +11,8 @@ OC.L10N.register(
"Day" : "Päev",
"Time" : "Aeg",
"Hour" : "Tund",
"Update" : "Uuenda",
"Back" : "Tagasi",
"Update" : "Uuenda",
"Cancel" : "Loobu",
"Delete" : "Kustuta",
"Download" : "Lae alla",

View File

@ -9,8 +9,8 @@
"Day" : "Päev",
"Time" : "Aeg",
"Hour" : "Tund",
"Update" : "Uuenda",
"Back" : "Tagasi",
"Update" : "Uuenda",
"Cancel" : "Loobu",
"Delete" : "Kustuta",
"Download" : "Lae alla",

View File

@ -26,19 +26,18 @@ OC.L10N.register(
"Exercise caution and make sure you have backups." : "Kontuz ibili eta ziurtatu babeskopiak dituzula.",
"Update Exif" : "Eguneratu Exif",
"Loading data … {n}/{m}" : "Datuak kargatzen … {n}/{m}",
"Back" : "Atzera",
"Cannot find this photo anymore!" : "Ezin da argazki hau dagoeneko aurkitu!",
"Timeline Path" : "Denbora-lerroa",
"Show hidden folders" : "Erakutsi ezkutuko karpetak",
"Update" : "Eguneratu",
"Error updating settings" : "Errorea ezarpenak eguneratzen",
"Back" : "Atzera",
"Cancel" : "Utzi",
"Delete" : "Ezabatu",
"Download" : "Deskargatu",
"Favorite" : "Egin gogoko",
"Unarchive" : "Ez artxibatu",
"View in folder" : "Ikusi karpetan",
"No photos to show here" : "Ez dago argazkirik erakusteko hemen",
"Failed to load some photos" : "Argazki batzuk kargatzeak huts egin du",
"You are about to download a large number of files. Are you sure?" : "Fitxategi asko deskargatuko dituzu. Ziur zaude?",
"You are about to delete a large number of files. Are you sure?" : "Fitxategi asko ezabatuko dituzu. Ziur zaude?",

View File

@ -24,19 +24,18 @@
"Exercise caution and make sure you have backups." : "Kontuz ibili eta ziurtatu babeskopiak dituzula.",
"Update Exif" : "Eguneratu Exif",
"Loading data … {n}/{m}" : "Datuak kargatzen … {n}/{m}",
"Back" : "Atzera",
"Cannot find this photo anymore!" : "Ezin da argazki hau dagoeneko aurkitu!",
"Timeline Path" : "Denbora-lerroa",
"Show hidden folders" : "Erakutsi ezkutuko karpetak",
"Update" : "Eguneratu",
"Error updating settings" : "Errorea ezarpenak eguneratzen",
"Back" : "Atzera",
"Cancel" : "Utzi",
"Delete" : "Ezabatu",
"Download" : "Deskargatu",
"Favorite" : "Egin gogoko",
"Unarchive" : "Ez artxibatu",
"View in folder" : "Ikusi karpetan",
"No photos to show here" : "Ez dago argazkirik erakusteko hemen",
"Failed to load some photos" : "Argazki batzuk kargatzeak huts egin du",
"You are about to download a large number of files. Are you sure?" : "Fitxategi asko deskargatuko dituzu. Ziur zaude?",
"You are about to delete a large number of files. Are you sure?" : "Fitxategi asko ezabatuko dituzu. Ziur zaude?",

View File

@ -13,8 +13,8 @@ OC.L10N.register(
"Month" : "ماه",
"Day" : "روز",
"Time" : "زمان",
"Update" : "یه‌روزرسانی",
"Back" : "بازگشت",
"Update" : "یه‌روزرسانی",
"Cancel" : "لغو",
"Delete" : "حذف",
"Download" : "بارگیری",

View File

@ -11,8 +11,8 @@
"Month" : "ماه",
"Day" : "روز",
"Time" : "زمان",
"Update" : "یه‌روزرسانی",
"Back" : "بازگشت",
"Update" : "یه‌روزرسانی",
"Cancel" : "لغو",
"Delete" : "حذف",
"Download" : "بارگیری",

View File

@ -21,20 +21,23 @@ OC.L10N.register(
"Hour" : "Tunti",
"Minute" : "Minuutti",
"Oldest" : "Vanhimmat",
"Processing … {n}/{m}" : "Käsitellään… {n}/{m}",
"This feature modifies files in your storage to update Exif data." : "Tämä toiminto muokkaa tiedostoja tallennustilassasi päivittääkseen Exif-tietoja.",
"Exercise caution and make sure you have backups." : "Noudata varovaisuutta ja varmista, että tiedostoista on olemassa varmuuskopiot.",
"Update Exif" : "Päivitä exif",
"Loading data … {n}/{m}" : "Ladataan tietoja… {n}/{m}",
"Back" : "Takaisin",
"Cannot find this photo anymore!" : "Kuvaa ei enää löydy!",
"Timeline Path" : "Aikajanan polku",
"Show hidden folders" : "Näytä piilotetut kansiot",
"Update" : "Päivitä",
"Error updating settings" : "Virhe asetuksia päivittäessä",
"Back" : "Takaisin",
"Cancel" : "Peruuta",
"Delete" : "Poista",
"Download" : "Lataa",
"Favorite" : "Suosikki",
"Unarchive" : "Pois arkistosta",
"View in folder" : "Näe kansiossa",
"No photos to show here" : "Ei kuvia täällä",
"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?",

View File

@ -19,20 +19,23 @@
"Hour" : "Tunti",
"Minute" : "Minuutti",
"Oldest" : "Vanhimmat",
"Processing … {n}/{m}" : "Käsitellään… {n}/{m}",
"This feature modifies files in your storage to update Exif data." : "Tämä toiminto muokkaa tiedostoja tallennustilassasi päivittääkseen Exif-tietoja.",
"Exercise caution and make sure you have backups." : "Noudata varovaisuutta ja varmista, että tiedostoista on olemassa varmuuskopiot.",
"Update Exif" : "Päivitä exif",
"Loading data … {n}/{m}" : "Ladataan tietoja… {n}/{m}",
"Back" : "Takaisin",
"Cannot find this photo anymore!" : "Kuvaa ei enää löydy!",
"Timeline Path" : "Aikajanan polku",
"Show hidden folders" : "Näytä piilotetut kansiot",
"Update" : "Päivitä",
"Error updating settings" : "Virhe asetuksia päivittäessä",
"Back" : "Takaisin",
"Cancel" : "Peruuta",
"Delete" : "Poista",
"Download" : "Lataa",
"Favorite" : "Suosikki",
"Unarchive" : "Pois arkistosta",
"View in folder" : "Näe kansiossa",
"No photos to show here" : "Ei kuvia täällä",
"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?",

View File

@ -24,19 +24,18 @@ OC.L10N.register(
"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",
"Back" : "Retour",
"Cannot find this photo anymore!" : "Impossible de trouver cette photo !",
"Timeline Path" : "Emplacement du Fil chronologique",
"Show hidden folders" : "Afficher les dossiers cachés",
"Update" : "Mise à jour",
"Error updating settings" : "Erreur lors de la mise à jour des paramètres",
"Back" : "Retour",
"Cancel" : "Annuler",
"Delete" : "Supprimer",
"Download" : "Télécharger",
"Favorite" : "Favoris",
"Unarchive" : "Désarchiver",
"View in folder" : "Afficher dans le dossier",
"No photos to show here" : "Aucune photo à montrer ici",
"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 ?",

View File

@ -22,19 +22,18 @@
"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",
"Back" : "Retour",
"Cannot find this photo anymore!" : "Impossible de trouver cette photo !",
"Timeline Path" : "Emplacement du Fil chronologique",
"Show hidden folders" : "Afficher les dossiers cachés",
"Update" : "Mise à jour",
"Error updating settings" : "Erreur lors de la mise à jour des paramètres",
"Back" : "Retour",
"Cancel" : "Annuler",
"Delete" : "Supprimer",
"Download" : "Télécharger",
"Favorite" : "Favoris",
"Unarchive" : "Désarchiver",
"View in folder" : "Afficher dans le dossier",
"No photos to show here" : "Aucune photo à montrer ici",
"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 ?",

View File

@ -15,8 +15,8 @@ OC.L10N.register(
"Time" : "Hora",
"Hour" : "Hora",
"Minute" : "Minuto",
"Update" : "Actualizar",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Eliminar",
"Download" : "Descargar",

View File

@ -13,8 +13,8 @@
"Time" : "Hora",
"Hour" : "Hora",
"Minute" : "Minuto",
"Update" : "Actualizar",
"Back" : "Atrás",
"Update" : "Actualizar",
"Cancel" : "Cancelar",
"Delete" : "Eliminar",
"Download" : "Descargar",

View File

@ -14,8 +14,8 @@ OC.L10N.register(
"Time" : "זמן",
"Hour" : "שעה",
"Minute" : "דקה",
"Update" : "עדכון",
"Back" : "חזרה",
"Update" : "עדכון",
"Cancel" : "ביטול",
"Delete" : "מחיקה",
"Download" : "הורדה",

View File

@ -12,8 +12,8 @@
"Time" : "זמן",
"Hour" : "שעה",
"Minute" : "דקה",
"Update" : "עדכון",
"Back" : "חזרה",
"Update" : "עדכון",
"Cancel" : "ביטול",
"Delete" : "מחיקה",
"Download" : "הורדה",

View File

@ -15,8 +15,8 @@ OC.L10N.register(
"Time" : "Vrijeme",
"Hour" : "Sat",
"Minute" : "Minuta",
"Update" : "Ažuriraj",
"Back" : "Natrag",
"Update" : "Ažuriraj",
"Cancel" : "Odustani",
"Delete" : "Izbriši",
"Download" : "Preuzmi",

View File

@ -13,8 +13,8 @@
"Time" : "Vrijeme",
"Hour" : "Sat",
"Minute" : "Minuta",
"Update" : "Ažuriraj",
"Back" : "Natrag",
"Update" : "Ažuriraj",
"Cancel" : "Odustani",
"Delete" : "Izbriši",
"Download" : "Preuzmi",

View File

@ -18,19 +18,18 @@ OC.L10N.register(
"Time" : "Idő",
"Hour" : "Óra",
"Minute" : "Perc",
"Back" : "Vissza",
"Cannot find this photo anymore!" : "Ez a fénykép már nem található!",
"Timeline Path" : "Idővonal elérési útja",
"Show hidden folders" : "Rejtett mappák megjelenítése",
"Update" : "Frissítés",
"Error updating settings" : "Hiba a beállítások mentése során",
"Back" : "Vissza",
"Cancel" : "Mégse",
"Delete" : "Törlés",
"Download" : "Letöltés",
"Favorite" : "Kedvenc",
"Unarchive" : "Archiválás visszavonása",
"View in folder" : "Megtekintés mappában",
"No photos to show here" : "Nincs megjeleníthető fénykép",
"Failed to load some photos" : "Nem sikerült betölteni néhány fényképet",
"You are about to download a large number of files. Are you sure?" : "Sok fájl letöltésére készül. Biztos benne?",
"You are about to delete a large number of files. Are you sure?" : "Sok fájl törlésére készül. Biztos benne?",

View File

@ -16,19 +16,18 @@
"Time" : "Idő",
"Hour" : "Óra",
"Minute" : "Perc",
"Back" : "Vissza",
"Cannot find this photo anymore!" : "Ez a fénykép már nem található!",
"Timeline Path" : "Idővonal elérési útja",
"Show hidden folders" : "Rejtett mappák megjelenítése",
"Update" : "Frissítés",
"Error updating settings" : "Hiba a beállítások mentése során",
"Back" : "Vissza",
"Cancel" : "Mégse",
"Delete" : "Törlés",
"Download" : "Letöltés",
"Favorite" : "Kedvenc",
"Unarchive" : "Archiválás visszavonása",
"View in folder" : "Megtekintés mappában",
"No photos to show here" : "Nincs megjeleníthető fénykép",
"Failed to load some photos" : "Nem sikerült betölteni néhány fényképet",
"You are about to download a large number of files. Are you sure?" : "Sok fájl letöltésére készül. Biztos benne?",
"You are about to delete a large number of files. Are you sure?" : "Sok fájl törlésére készül. Biztos benne?",

View File

@ -7,8 +7,8 @@ OC.L10N.register(
"Month" : "Mense",
"Day" : "Die",
"Time" : "Tempore",
"Update" : "Actualisation",
"Back" : "Retro",
"Update" : "Actualisation",
"Cancel" : "Cancellar",
"Delete" : "Deler",
"Download" : "Discargar",

View File

@ -5,8 +5,8 @@
"Month" : "Mense",
"Day" : "Die",
"Time" : "Tempore",
"Update" : "Actualisation",
"Back" : "Retro",
"Update" : "Actualisation",
"Cancel" : "Cancellar",
"Delete" : "Deler",
"Download" : "Discargar",

View File

@ -12,8 +12,8 @@ OC.L10N.register(
"Day" : "Hari",
"Time" : "Waktu",
"Hour" : "Jam",
"Update" : "Perbarui",
"Back" : "Kembali",
"Update" : "Perbarui",
"Cancel" : "Membatalkan",
"Delete" : "Hapus",
"Download" : "Unduh",

View File

@ -10,8 +10,8 @@
"Day" : "Hari",
"Time" : "Waktu",
"Hour" : "Jam",
"Update" : "Perbarui",
"Back" : "Kembali",
"Update" : "Perbarui",
"Cancel" : "Membatalkan",
"Delete" : "Hapus",
"Download" : "Unduh",

View File

@ -16,8 +16,8 @@ OC.L10N.register(
"Time" : "Tími",
"Hour" : "Klukkustund",
"Minute" : "Mínúta",
"Update" : "Uppfæra",
"Back" : "Til baka",
"Update" : "Uppfæra",
"Cancel" : "Hætta við",
"Delete" : "Eyða",
"Download" : "Sækja",

View File

@ -14,8 +14,8 @@
"Time" : "Tími",
"Hour" : "Klukkustund",
"Minute" : "Mínúta",
"Update" : "Uppfæra",
"Back" : "Til baka",
"Update" : "Uppfæra",
"Cancel" : "Hætta við",
"Delete" : "Eyða",
"Download" : "Sækja",

View File

@ -16,8 +16,8 @@ OC.L10N.register(
"Time" : "Ora",
"Hour" : "Ora",
"Minute" : "Minuto",
"Update" : "Aggiorna",
"Back" : "Indietro",
"Update" : "Aggiorna",
"Cancel" : "Annulla",
"Delete" : "Elimina",
"Download" : "Scarica",

View File

@ -14,8 +14,8 @@
"Time" : "Ora",
"Hour" : "Ora",
"Minute" : "Minuto",
"Update" : "Aggiorna",
"Back" : "Indietro",
"Update" : "Aggiorna",
"Cancel" : "Annulla",
"Delete" : "Elimina",
"Download" : "Scarica",

View File

@ -15,8 +15,8 @@ OC.L10N.register(
"Time" : "時間",
"Hour" : "時",
"Minute" : "分",
"Update" : "更新",
"Back" : "戻る",
"Update" : "更新",
"Cancel" : "キャンセル",
"Delete" : "削除",
"Download" : "ダウンロード",

View File

@ -13,8 +13,8 @@
"Time" : "時間",
"Hour" : "時",
"Minute" : "分",
"Update" : "更新",
"Back" : "戻る",
"Update" : "更新",
"Cancel" : "キャンセル",
"Delete" : "削除",
"Download" : "ダウンロード",

View File

@ -11,8 +11,8 @@ OC.L10N.register(
"Day" : "დღე",
"Time" : "დრო",
"Hour" : "საათი",
"Update" : "განახლება",
"Back" : "უკან",
"Update" : "განახლება",
"Cancel" : "უარყოფა",
"Delete" : "წაშლა",
"Download" : "ჩამოტვირთვა",

View File

@ -9,8 +9,8 @@
"Day" : "დღე",
"Time" : "დრო",
"Hour" : "საათი",
"Update" : "განახლება",
"Back" : "უკან",
"Update" : "განახლება",
"Cancel" : "უარყოფა",
"Delete" : "წაშლა",
"Download" : "ჩამოტვირთვა",

View File

@ -8,8 +8,8 @@ OC.L10N.register(
"Month" : "ខែ",
"Day" : "ថ្ងៃ",
"Time" : "ម៉ោង",
"Update" : "ធ្វើ​បច្ចុប្បន្នភាព",
"Back" : "ត្រឡប់ក្រោយ",
"Update" : "ធ្វើ​បច្ចុប្បន្នភាព",
"Cancel" : "បោះបង់",
"Delete" : "លុប",
"Download" : "ទាញយក"

View File

@ -6,8 +6,8 @@
"Month" : "ខែ",
"Day" : "ថ្ងៃ",
"Time" : "ម៉ោង",
"Update" : "ធ្វើ​បច្ចុប្បន្នភាព",
"Back" : "ត្រឡប់ក្រោយ",
"Update" : "ធ្វើ​បច្ចុប្បន្នភាព",
"Cancel" : "បោះបង់",
"Delete" : "លុប",
"Download" : "ទាញយក"

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