[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>pull/62/head
parent
998d846ca8
commit
4cdf46e9e2
|
@ -9,6 +9,7 @@ OC.L10N.register(
|
|||
"Videos" : "Videa",
|
||||
"Settings" : "Nastavení",
|
||||
"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",
|
||||
"Update" : "Aktualizovat",
|
||||
"Error updating settings" : "Chyba při aktualizaci nastavení",
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
"Videos" : "Videa",
|
||||
"Settings" : "Nastavení",
|
||||
"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",
|
||||
"Update" : "Aktualizovat",
|
||||
"Error updating settings" : "Chyba při aktualizaci nastavení",
|
||||
|
|
18
l10n/da.js
18
l10n/da.js
|
@ -1,15 +1,31 @@
|
|||
OC.L10N.register(
|
||||
"memories",
|
||||
{
|
||||
"Memories" : "Minder",
|
||||
"Yet another photo management app" : "Endnu en fotostyringsapp",
|
||||
"# 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* **⚡️ 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`" : "# Minder\n\n* **📸 Foto- og videotidslinje**: Sorterer billeder efter dato taget, parset fra Exif-data.\n* **🤔 Hurtig opsummering**: Hop til hvor som helst på tidslinjen med det samme.\n* **🖼️ Mapper**: Gennemse dine og delte mapper med en lignende, effektiv tidslinje.\n* **🎦 Slideshow**: Se nemt fotos fra din tidslinje og mapper.\n* **📱 Mobilsupport**: Genoplev dine minder på enheder af enhver form og størrelse gennem webappen.\n* **🗑️ Genbrug**: Vælg og slet flere billeder og videoer på én gang.\n* **⚡️ Hurtig**: Erindringer er ekstremt hurtige. Periode.\n\n## 🚀 Installation\n\n1. Installer appen fra Nextcloud App Store\n1. ⚒️ Installer `exiftool` (se nedenfor).\n1. Kør `php ./occ memories:index` for at generere metadataindekser for eksisterende fotos.\n1. Åbn 📷 Memories-appen i Nextcloud, og indstil mappen, der indeholder dine billeder. Billeder fra denne mappe vil blive vist på tidslinjen, inklusive fotos i indlejrede undermapper.\n1. Det anbefales kraftigt at installere [preview-generatoren](https://github.com/rullzer/previewgenerator) til forudgenerering af thumbnails.\n\n## 🔨 Installation af afhængigheder\nDe nøjagtige trin afhænger af din Nextcloud-platform. Hvis du bruger Docker til din Nextcloud-instans, kan du installere Exiftool ved at bruge et brugerdefineret 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" : "Tidslinje",
|
||||
"Folders" : "Mapper",
|
||||
"Favorites" : "Favoritter",
|
||||
"Videos" : "Videoer",
|
||||
"Settings" : "Indstillinger",
|
||||
"Cannot find this photo anymore!" : "Kan ikke finde dette billede længere!",
|
||||
"Timeline Path" : "Tidslinjesti",
|
||||
"Show hidden folders" : "Vis skjulte mapper",
|
||||
"Update" : "Opdater",
|
||||
"Error updating settings" : "Fejl under opdatering af indstillinger",
|
||||
"Cancel" : "Annuller",
|
||||
"Delete" : "Slet",
|
||||
"Download" : "Download",
|
||||
"Favorite" : "Favorit"
|
||||
"Favorite" : "Favorit",
|
||||
"No photos to show here" : "Ingen billeder at vise her",
|
||||
"Failed to load some photos" : "Kunne ikke indlæse nogle billeder",
|
||||
"{n} selected" : "{n} valgt",
|
||||
"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?",
|
||||
"Failed to delete files." : "Kunne ikke slette filer.",
|
||||
"Failed to delete {fileName}." : "Kunne ikke slette {fileName}.",
|
||||
"Failed to favorite {fileName}." : "Kunne ikke vælge favorit {fileName}",
|
||||
"Failed to favorite files." : "Kunne ikke vælge favorit filer."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
18
l10n/da.json
18
l10n/da.json
|
@ -1,13 +1,29 @@
|
|||
{ "translations": {
|
||||
"Memories" : "Minder",
|
||||
"Yet another photo management app" : "Endnu en fotostyringsapp",
|
||||
"# 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* **⚡️ 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`" : "# Minder\n\n* **📸 Foto- og videotidslinje**: Sorterer billeder efter dato taget, parset fra Exif-data.\n* **🤔 Hurtig opsummering**: Hop til hvor som helst på tidslinjen med det samme.\n* **🖼️ Mapper**: Gennemse dine og delte mapper med en lignende, effektiv tidslinje.\n* **🎦 Slideshow**: Se nemt fotos fra din tidslinje og mapper.\n* **📱 Mobilsupport**: Genoplev dine minder på enheder af enhver form og størrelse gennem webappen.\n* **🗑️ Genbrug**: Vælg og slet flere billeder og videoer på én gang.\n* **⚡️ Hurtig**: Erindringer er ekstremt hurtige. Periode.\n\n## 🚀 Installation\n\n1. Installer appen fra Nextcloud App Store\n1. ⚒️ Installer `exiftool` (se nedenfor).\n1. Kør `php ./occ memories:index` for at generere metadataindekser for eksisterende fotos.\n1. Åbn 📷 Memories-appen i Nextcloud, og indstil mappen, der indeholder dine billeder. Billeder fra denne mappe vil blive vist på tidslinjen, inklusive fotos i indlejrede undermapper.\n1. Det anbefales kraftigt at installere [preview-generatoren](https://github.com/rullzer/previewgenerator) til forudgenerering af thumbnails.\n\n## 🔨 Installation af afhængigheder\nDe nøjagtige trin afhænger af din Nextcloud-platform. Hvis du bruger Docker til din Nextcloud-instans, kan du installere Exiftool ved at bruge et brugerdefineret 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" : "Tidslinje",
|
||||
"Folders" : "Mapper",
|
||||
"Favorites" : "Favoritter",
|
||||
"Videos" : "Videoer",
|
||||
"Settings" : "Indstillinger",
|
||||
"Cannot find this photo anymore!" : "Kan ikke finde dette billede længere!",
|
||||
"Timeline Path" : "Tidslinjesti",
|
||||
"Show hidden folders" : "Vis skjulte mapper",
|
||||
"Update" : "Opdater",
|
||||
"Error updating settings" : "Fejl under opdatering af indstillinger",
|
||||
"Cancel" : "Annuller",
|
||||
"Delete" : "Slet",
|
||||
"Download" : "Download",
|
||||
"Favorite" : "Favorit"
|
||||
"Favorite" : "Favorit",
|
||||
"No photos to show here" : "Ingen billeder at vise her",
|
||||
"Failed to load some photos" : "Kunne ikke indlæse nogle billeder",
|
||||
"{n} selected" : "{n} valgt",
|
||||
"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?",
|
||||
"Failed to delete files." : "Kunne ikke slette filer.",
|
||||
"Failed to delete {fileName}." : "Kunne ikke slette {fileName}.",
|
||||
"Failed to favorite {fileName}." : "Kunne ikke vælge favorit {fileName}",
|
||||
"Failed to favorite files." : "Kunne ikke vælge favorit filer."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
14
l10n/de.js
14
l10n/de.js
|
@ -2,18 +2,30 @@ OC.L10N.register(
|
|||
"memories",
|
||||
{
|
||||
"Memories" : "Erinnerungen",
|
||||
"Yet another photo management app" : "Eine weitere App zur Verwaltung von Fotos",
|
||||
"# 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* **⚡️ 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**: Durchsuche deine und freigegebenen Ordner mit einer ähnlichen, effizienten Zeitachse.\n* **🎦 Diashow**: Zeige ganz einfach Fotos aus deiner Chronik und deinen Ordnern.\n* **📱 Mobiler Support**: Erlebe deine Erinnerungen auf Geräten jeder Form und Größe über die Web-App noch einmal.\n* **🗑️ Recyceln**: Mehrere Fotos und Videos gleichzeitig auswählen und löschen.\n* **⚡️ Schnell**: Memories ist extrem schnell. Zeitraum.\n\n## 🚀 Installation\n\n1. Installiere die App aus dem Nextcloud App Store\n1. ⚒️ Installiere `exiftool` (siehe unten).\n1. Führe `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), um Miniaturansichten vorab zu generieren, wird dringend empfohlen.\n\n## 🔨 Installieren von Abhängigkeiten\nDie genauen Schritte hängen von deiner Nextcloud-Plattform ab. Wenn du Docker für deine Nextcloud-Instanz verwendest, kannstdu 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" : "Verlauf",
|
||||
"Folders" : "Ordner",
|
||||
"Favorites" : "Favoriten",
|
||||
"Videos" : "Videos",
|
||||
"Settings" : "Einstellungen",
|
||||
"Cannot find this photo anymore!" : "Kann dieses Foto nicht mehr finden!",
|
||||
"Timeline Path" : "Pfad der Zeitlachse",
|
||||
"Show hidden folders" : "Zeige versteckte Ordner",
|
||||
"Update" : "Aktualisieren",
|
||||
"Error updating settings" : "Fehler bei der Aktualisierung der Einstellungen",
|
||||
"Cancel" : "Abbrechen",
|
||||
"Delete" : "Löschen",
|
||||
"Download" : "Herunterladen",
|
||||
"Favorite" : "Favorit",
|
||||
"No photos to show here" : "Keine Fotos zum Anzeigen vorhanden",
|
||||
"Failed to load some photos" : "Laden einiger Fotos fehlgeschlagen",
|
||||
"{n} selected" : "{n} ausgewählt",
|
||||
"You are about to download a large number of files. Are you sure?" : "Du bist dabei, eine große Anzahl von Dateien herunterzuladen. Bist du dir sicher?",
|
||||
"You are about to delete a large number of files. Are you sure?" : "Du bist dabei, eine große Anzahl von Dateien zu löschen. Bist du dir sicher?"
|
||||
"You are about to 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?",
|
||||
"Failed to delete files." : "Löschen der Dateien fehlgeschlagen",
|
||||
"Failed to delete {fileName}." : "{fileName} konnte nicht gelöscht werden.",
|
||||
"Failed to favorite {fileName}." : "{fileName} konnte nicht zu den Favoriten hinzugefügt werden.",
|
||||
"Failed to favorite files." : "Favorisieren von Dateien fehlgeschlagen"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
14
l10n/de.json
14
l10n/de.json
|
@ -1,17 +1,29 @@
|
|||
{ "translations": {
|
||||
"Memories" : "Erinnerungen",
|
||||
"Yet another photo management app" : "Eine weitere App zur Verwaltung von Fotos",
|
||||
"# 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* **⚡️ 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**: Durchsuche deine und freigegebenen Ordner mit einer ähnlichen, effizienten Zeitachse.\n* **🎦 Diashow**: Zeige ganz einfach Fotos aus deiner Chronik und deinen Ordnern.\n* **📱 Mobiler Support**: Erlebe deine Erinnerungen auf Geräten jeder Form und Größe über die Web-App noch einmal.\n* **🗑️ Recyceln**: Mehrere Fotos und Videos gleichzeitig auswählen und löschen.\n* **⚡️ Schnell**: Memories ist extrem schnell. Zeitraum.\n\n## 🚀 Installation\n\n1. Installiere die App aus dem Nextcloud App Store\n1. ⚒️ Installiere `exiftool` (siehe unten).\n1. Führe `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), um Miniaturansichten vorab zu generieren, wird dringend empfohlen.\n\n## 🔨 Installieren von Abhängigkeiten\nDie genauen Schritte hängen von deiner Nextcloud-Plattform ab. Wenn du Docker für deine Nextcloud-Instanz verwendest, kannstdu 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" : "Verlauf",
|
||||
"Folders" : "Ordner",
|
||||
"Favorites" : "Favoriten",
|
||||
"Videos" : "Videos",
|
||||
"Settings" : "Einstellungen",
|
||||
"Cannot find this photo anymore!" : "Kann dieses Foto nicht mehr finden!",
|
||||
"Timeline Path" : "Pfad der Zeitlachse",
|
||||
"Show hidden folders" : "Zeige versteckte Ordner",
|
||||
"Update" : "Aktualisieren",
|
||||
"Error updating settings" : "Fehler bei der Aktualisierung der Einstellungen",
|
||||
"Cancel" : "Abbrechen",
|
||||
"Delete" : "Löschen",
|
||||
"Download" : "Herunterladen",
|
||||
"Favorite" : "Favorit",
|
||||
"No photos to show here" : "Keine Fotos zum Anzeigen vorhanden",
|
||||
"Failed to load some photos" : "Laden einiger Fotos fehlgeschlagen",
|
||||
"{n} selected" : "{n} ausgewählt",
|
||||
"You are about to download a large number of files. Are you sure?" : "Du bist dabei, eine große Anzahl von Dateien herunterzuladen. Bist du dir sicher?",
|
||||
"You are about to delete a large number of files. Are you sure?" : "Du bist dabei, eine große Anzahl von Dateien zu löschen. Bist du dir sicher?"
|
||||
"You are about to 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?",
|
||||
"Failed to delete files." : "Löschen der Dateien fehlgeschlagen",
|
||||
"Failed to delete {fileName}." : "{fileName} konnte nicht gelöscht werden.",
|
||||
"Failed to favorite {fileName}." : "{fileName} konnte nicht zu den Favoriten hinzugefügt werden.",
|
||||
"Failed to favorite files." : "Favorisieren von Dateien fehlgeschlagen"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"memories",
|
||||
{
|
||||
"Memories" : "Muistot",
|
||||
"Timeline" : "Aikajana",
|
||||
"Folders" : "Kansiot",
|
||||
"Favorites" : "Suosikit",
|
||||
|
@ -8,11 +9,15 @@ OC.L10N.register(
|
|||
"Settings" : "Asetukset",
|
||||
"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ä",
|
||||
"Cancel" : "Peruuta",
|
||||
"Delete" : "Poista",
|
||||
"Download" : "Lataa",
|
||||
"Favorite" : "Suosikki",
|
||||
"No photos to show here" : "Ei kuvia täällä",
|
||||
"{n} selected" : "{n} valittu",
|
||||
"Failed to favorite {fileName}." : "Tiedoston {fileName} asettaminen suosikiksi epäonnistui."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"Memories" : "Muistot",
|
||||
"Timeline" : "Aikajana",
|
||||
"Folders" : "Kansiot",
|
||||
"Favorites" : "Suosikit",
|
||||
|
@ -6,11 +7,15 @@
|
|||
"Settings" : "Asetukset",
|
||||
"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ä",
|
||||
"Cancel" : "Peruuta",
|
||||
"Delete" : "Poista",
|
||||
"Download" : "Lataa",
|
||||
"Favorite" : "Suosikki",
|
||||
"No photos to show here" : "Ei kuvia täällä",
|
||||
"{n} selected" : "{n} valittu",
|
||||
"Failed to favorite {fileName}." : "Tiedoston {fileName} asettaminen suosikiksi epäonnistui."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -10,6 +10,7 @@ OC.L10N.register(
|
|||
"Videos" : "Videók",
|
||||
"Settings" : "Beállítások",
|
||||
"Cannot find this photo anymore!" : "Ez a fénykép már nem található!",
|
||||
"Timeline Path" : "Idővonal elérési út",
|
||||
"Show hidden folders" : "Rejtett mappák mutatása",
|
||||
"Update" : "Frissítés",
|
||||
"Error updating settings" : "Hiba a beállítások mentése közben",
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"Videos" : "Videók",
|
||||
"Settings" : "Beállítások",
|
||||
"Cannot find this photo anymore!" : "Ez a fénykép már nem található!",
|
||||
"Timeline Path" : "Idővonal elérési út",
|
||||
"Show hidden folders" : "Rejtett mappák mutatása",
|
||||
"Update" : "Frissítés",
|
||||
"Error updating settings" : "Hiba a beállítások mentése közben",
|
||||
|
|
|
@ -1,17 +1,31 @@
|
|||
OC.L10N.register(
|
||||
"memories",
|
||||
{
|
||||
"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* **🎦 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* **⚡️ 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* **🗑️ 回收**:一次選取並刪除許多照片與影片。\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" : "最愛",
|
||||
"Videos" : "影片",
|
||||
"Settings" : "設定",
|
||||
"Cannot find this photo anymore!" : "再也找不到這張照片了!",
|
||||
"Timeline Path" : "時間軸路徑",
|
||||
"Show hidden folders" : "顯示隱藏的資料夾",
|
||||
"Update" : "更新",
|
||||
"Error updating settings" : "更新設定時發生錯誤",
|
||||
"Cancel" : "取消",
|
||||
"Delete" : "刪除",
|
||||
"Download" : "下載",
|
||||
"Favorite" : "收藏",
|
||||
"No photos to show here" : "此處沒有可顯示的照片",
|
||||
"Failed to load some photos" : "載入部份照片時失敗",
|
||||
"{n} selected" : "已選取 {n} 個",
|
||||
"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?" : "您將要刪除大量檔案。您確定嗎?",
|
||||
"Failed to delete files." : "刪除檔案失敗",
|
||||
"Failed to delete {fileName}." : "刪除 {fileName} 失敗。",
|
||||
"Failed to favorite {fileName}." : "將 {fileName} 加入最愛失敗。"
|
||||
"Failed to favorite {fileName}." : "將 {fileName} 加入最愛失敗。",
|
||||
"Failed to favorite files." : "加入最愛檔案失敗。"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
|
|
|
@ -1,15 +1,29 @@
|
|||
{ "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* **🎦 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* **⚡️ 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* **🗑️ 回收**:一次選取並刪除許多照片與影片。\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" : "最愛",
|
||||
"Videos" : "影片",
|
||||
"Settings" : "設定",
|
||||
"Cannot find this photo anymore!" : "再也找不到這張照片了!",
|
||||
"Timeline Path" : "時間軸路徑",
|
||||
"Show hidden folders" : "顯示隱藏的資料夾",
|
||||
"Update" : "更新",
|
||||
"Error updating settings" : "更新設定時發生錯誤",
|
||||
"Cancel" : "取消",
|
||||
"Delete" : "刪除",
|
||||
"Download" : "下載",
|
||||
"Favorite" : "收藏",
|
||||
"No photos to show here" : "此處沒有可顯示的照片",
|
||||
"Failed to load some photos" : "載入部份照片時失敗",
|
||||
"{n} selected" : "已選取 {n} 個",
|
||||
"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?" : "您將要刪除大量檔案。您確定嗎?",
|
||||
"Failed to delete files." : "刪除檔案失敗",
|
||||
"Failed to delete {fileName}." : "刪除 {fileName} 失敗。",
|
||||
"Failed to favorite {fileName}." : "將 {fileName} 加入最愛失敗。"
|
||||
"Failed to favorite {fileName}." : "將 {fileName} 加入最愛失敗。",
|
||||
"Failed to favorite files." : "加入最愛檔案失敗。"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
Loading…
Reference in New Issue