[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>pull/62/head
parent
800856719f
commit
4c4d2d2809
|
@ -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é",
|
||||
|
|
|
@ -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é",
|
||||
|
|
|
@ -9,12 +9,18 @@ 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",
|
||||
"Processing ... {n}/{m}" : "Käsitellään ... {n}/{m}",
|
||||
"Update Exif" : "Päivitä exif",
|
||||
"Loading data ... {n}/{m}" : "Ladataan tietoja... {n}/{m}",
|
||||
"Cannot find this photo anymore!" : "Kuvaa ei enää löydy!",
|
||||
"Timeline Path" : "Aikajanan polku",
|
||||
"Show hidden folders" : "Näytä piilotetut kansiot",
|
||||
|
@ -29,8 +35,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."
|
||||
},
|
||||
|
|
|
@ -7,12 +7,18 @@
|
|||
"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",
|
||||
"Processing ... {n}/{m}" : "Käsitellään ... {n}/{m}",
|
||||
"Update Exif" : "Päivitä exif",
|
||||
"Loading data ... {n}/{m}" : "Ladataan tietoja... {n}/{m}",
|
||||
"Cannot find this photo anymore!" : "Kuvaa ei enää löydy!",
|
||||
"Timeline Path" : "Aikajanan polku",
|
||||
"Show hidden folders" : "Näytä piilotetut kansiot",
|
||||
|
@ -27,8 +33,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);"
|
||||
|
|
|
@ -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",
|
||||
|
@ -38,7 +38,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}.",
|
||||
|
|
|
@ -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",
|
||||
|
@ -36,7 +36,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}.",
|
||||
|
|
Loading…
Reference in New Issue