Merge branch 'master' of https://github.com/pulsejet/memories
commit
b820448147
|
@ -3,6 +3,7 @@ OC.L10N.register(
|
||||||
{
|
{
|
||||||
"Memories" : "Спомени",
|
"Memories" : "Спомени",
|
||||||
"Fast, modern and advanced photo management suite" : "Бърз, модерен и усъвършенстван пакет за управление на снимки",
|
"Fast, modern and advanced photo management suite" : "Бърз, модерен и усъвършенстван пакет за управление на снимки",
|
||||||
|
"# Memories: Photo Management for Nextcloud\n\nMemories is a *batteries-included* photo management solution for Nextcloud with advanced features including:\n\n- **📸 Timeline**: Sort photos and videos by date taken, parsed from Exif data.\n- **⏪ Rewind**: Jump to any time in the past instantly and relive your memories.\n- **🤖 AI Tagging**: Group photos by people and objects, powered by [recognize](https://github.com/nextcloud/recognize) and [facerecognition](https://github.com/matiasdelellis/facerecognition).\n- **🖼️ Albums**: Create albums to group photos and videos together. Then share these albums with others.\n- **🫱🏻🫲🏻 External Sharing**: Share photos and videos with people outside of your Nextcloud instance.\n- **📱 Mobile Support**: Works on devices of any shape and size through the web app.\n- **✏️ Edit Metadata**: Edit dates on photos quickly and easily.\n- **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n- **📹 Video Transcoding**: Memories transcodes videos and uses HLS for maximal performance.\n- **🗺️ Map**: View your photos on a map, tagged with accurate reverse geocoding.\n- **⚡️ Performance**: Memories is very fast.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store (try a demo [here](https://memories-demo.radialapps.com/apps/memories/)).\n1. Perform the recommended [configuration steps](https://github.com/pulsejet/memories/wiki/Extra-Configuration).\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." : "# Спомени\n\nСпомени е приложение за управление на снимки за Nextcloud с разширени функции, включително:\n\n- * **📸 Времева линия /хронология/**: Сортиране на снимките и видеоклиповете по дата на заснемане, анализ на Exif данните.\n- * **⏪ Превъртане назад**: Незабавно преминаване към всеки момент от миналото и повторно изживяване на спомените ви.\n- * **🤖 AI Маркиране/етикетиране/**: Групиране на снимките по хора и обекти с помощта на изкуствен интелект, задвижвано от приложенията [разпознаване](https://github.com/nextcloud/recognize) и [лицево разпознаване](https://github.com/matiasdelellis/facerecognition).\n- **🖼️ Албуми**: Създаване на албуми, за общо групиране на снимки и видеоклипове. След това е възможно споделянето на тези албуми с други хора.\n- **🫱🏻🫲🏻 Външно споделяне**: Споделяне на снимки и видеоклипове с хора извън вашият екземпляр на Nextcloud.\n- **📱 Поддръжка на мобилни устройства**: Работи на устройства с всякаква форма и размер чрез уеб приложението.\n- **✏️ Редактиране на метаданни**: Бързо и лесно редактиране на датите на снимките .\n- **📦 Архив**: Съхраняване на снимките, които не искате да виждате в хронологията си, в отделна папка.\n- **🗺️ Карта**: Преглед на снимките на карта, маркирани с точно обратно геокодиране.\n- **⚡️ Производителност**: Приложението Спомени е изключително бързо.\n\n## 🚀 Инсталиране\n\n1. Инсталирайте приложението от магазина за приложения Nextcloud.(изпробвайте демо версия [тук]\n(https://memories-demo.radialapps.com/apps/memories/))\n1. Изпълнете препоръчаните [стъпки за конфигуриране](https://github.com/pulsejet/memories/wiki/Extra-Configuration).\n1. Стартирайте `php ./occ memories:index`, за да генерирате индекси на метаданни за съществуващи снимки.\n1. Отворете приложението 📷 Спомени в Nextcloud и задайте директорията, съдържаща вашите снимки.",
|
||||||
"Settings" : "Настройки",
|
"Settings" : "Настройки",
|
||||||
"People (Recognize)" : "Хора (Разпознаване)",
|
"People (Recognize)" : "Хора (Разпознаване)",
|
||||||
"People" : "Хора",
|
"People" : "Хора",
|
||||||
|
@ -251,6 +252,7 @@ OC.L10N.register(
|
||||||
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Обърнете внимание, че избраната област за изрязване е по-ниска от приложеното преоразмеряване, което може да доведе до влошаване на качеството",
|
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Обърнете внимание, че избраната област за изрязване е по-ниска от приложеното преоразмеряване, което може да доведе до влошаване на качеството",
|
||||||
"Actual size (100%)" : "Действителен размер (100%)",
|
"Actual size (100%)" : "Действителен размер (100%)",
|
||||||
"Fit size" : "Подходящ размер",
|
"Fit size" : "Подходящ размер",
|
||||||
|
"Transcoding failed, check Nextcloud logs." : "Транскодирането е неуспешно, проверете дневниците/журнали/ на Nextcloud.",
|
||||||
"Direct" : "Директно",
|
"Direct" : "Директно",
|
||||||
"Auto" : "Автоматично",
|
"Auto" : "Автоматично",
|
||||||
"Shared Folder" : "Споделена папка",
|
"Shared Folder" : "Споделена папка",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{ "translations": {
|
{ "translations": {
|
||||||
"Memories" : "Спомени",
|
"Memories" : "Спомени",
|
||||||
"Fast, modern and advanced photo management suite" : "Бърз, модерен и усъвършенстван пакет за управление на снимки",
|
"Fast, modern and advanced photo management suite" : "Бърз, модерен и усъвършенстван пакет за управление на снимки",
|
||||||
|
"# Memories: Photo Management for Nextcloud\n\nMemories is a *batteries-included* photo management solution for Nextcloud with advanced features including:\n\n- **📸 Timeline**: Sort photos and videos by date taken, parsed from Exif data.\n- **⏪ Rewind**: Jump to any time in the past instantly and relive your memories.\n- **🤖 AI Tagging**: Group photos by people and objects, powered by [recognize](https://github.com/nextcloud/recognize) and [facerecognition](https://github.com/matiasdelellis/facerecognition).\n- **🖼️ Albums**: Create albums to group photos and videos together. Then share these albums with others.\n- **🫱🏻🫲🏻 External Sharing**: Share photos and videos with people outside of your Nextcloud instance.\n- **📱 Mobile Support**: Works on devices of any shape and size through the web app.\n- **✏️ Edit Metadata**: Edit dates on photos quickly and easily.\n- **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n- **📹 Video Transcoding**: Memories transcodes videos and uses HLS for maximal performance.\n- **🗺️ Map**: View your photos on a map, tagged with accurate reverse geocoding.\n- **⚡️ Performance**: Memories is very fast.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store (try a demo [here](https://memories-demo.radialapps.com/apps/memories/)).\n1. Perform the recommended [configuration steps](https://github.com/pulsejet/memories/wiki/Extra-Configuration).\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." : "# Спомени\n\nСпомени е приложение за управление на снимки за Nextcloud с разширени функции, включително:\n\n- * **📸 Времева линия /хронология/**: Сортиране на снимките и видеоклиповете по дата на заснемане, анализ на Exif данните.\n- * **⏪ Превъртане назад**: Незабавно преминаване към всеки момент от миналото и повторно изживяване на спомените ви.\n- * **🤖 AI Маркиране/етикетиране/**: Групиране на снимките по хора и обекти с помощта на изкуствен интелект, задвижвано от приложенията [разпознаване](https://github.com/nextcloud/recognize) и [лицево разпознаване](https://github.com/matiasdelellis/facerecognition).\n- **🖼️ Албуми**: Създаване на албуми, за общо групиране на снимки и видеоклипове. След това е възможно споделянето на тези албуми с други хора.\n- **🫱🏻🫲🏻 Външно споделяне**: Споделяне на снимки и видеоклипове с хора извън вашият екземпляр на Nextcloud.\n- **📱 Поддръжка на мобилни устройства**: Работи на устройства с всякаква форма и размер чрез уеб приложението.\n- **✏️ Редактиране на метаданни**: Бързо и лесно редактиране на датите на снимките .\n- **📦 Архив**: Съхраняване на снимките, които не искате да виждате в хронологията си, в отделна папка.\n- **🗺️ Карта**: Преглед на снимките на карта, маркирани с точно обратно геокодиране.\n- **⚡️ Производителност**: Приложението Спомени е изключително бързо.\n\n## 🚀 Инсталиране\n\n1. Инсталирайте приложението от магазина за приложения Nextcloud.(изпробвайте демо версия [тук]\n(https://memories-demo.radialapps.com/apps/memories/))\n1. Изпълнете препоръчаните [стъпки за конфигуриране](https://github.com/pulsejet/memories/wiki/Extra-Configuration).\n1. Стартирайте `php ./occ memories:index`, за да генерирате индекси на метаданни за съществуващи снимки.\n1. Отворете приложението 📷 Спомени в Nextcloud и задайте директорията, съдържаща вашите снимки.",
|
||||||
"Settings" : "Настройки",
|
"Settings" : "Настройки",
|
||||||
"People (Recognize)" : "Хора (Разпознаване)",
|
"People (Recognize)" : "Хора (Разпознаване)",
|
||||||
"People" : "Хора",
|
"People" : "Хора",
|
||||||
|
@ -249,6 +250,7 @@
|
||||||
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Обърнете внимание, че избраната област за изрязване е по-ниска от приложеното преоразмеряване, което може да доведе до влошаване на качеството",
|
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Обърнете внимание, че избраната област за изрязване е по-ниска от приложеното преоразмеряване, което може да доведе до влошаване на качеството",
|
||||||
"Actual size (100%)" : "Действителен размер (100%)",
|
"Actual size (100%)" : "Действителен размер (100%)",
|
||||||
"Fit size" : "Подходящ размер",
|
"Fit size" : "Подходящ размер",
|
||||||
|
"Transcoding failed, check Nextcloud logs." : "Транскодирането е неуспешно, проверете дневниците/журнали/ на Nextcloud.",
|
||||||
"Direct" : "Директно",
|
"Direct" : "Директно",
|
||||||
"Auto" : "Автоматично",
|
"Auto" : "Автоматично",
|
||||||
"Shared Folder" : "Споделена папка",
|
"Shared Folder" : "Споделена папка",
|
||||||
|
|
|
@ -3,7 +3,7 @@ OC.L10N.register(
|
||||||
{
|
{
|
||||||
"Memories" : "Erinnerungen",
|
"Memories" : "Erinnerungen",
|
||||||
"Fast, modern and advanced photo management suite" : "Schnelle, moderne und fortschrittliche Fotoverwaltungssuite",
|
"Fast, modern and advanced photo management suite" : "Schnelle, moderne und fortschrittliche Fotoverwaltungssuite",
|
||||||
"# Memories: Photo Management for Nextcloud\n\nMemories is a *batteries-included* photo management solution for Nextcloud with advanced features including:\n\n- **📸 Timeline**: Sort photos and videos by date taken, parsed from Exif data.\n- **⏪ Rewind**: Jump to any time in the past instantly and relive your memories.\n- **🤖 AI Tagging**: Group photos by people and objects, powered by [recognize](https://github.com/nextcloud/recognize) and [facerecognition](https://github.com/matiasdelellis/facerecognition).\n- **🖼️ Albums**: Create albums to group photos and videos together. Then share these albums with others.\n- **🫱🏻🫲🏻 External Sharing**: Share photos and videos with people outside of your Nextcloud instance.\n- **📱 Mobile Support**: Works on devices of any shape and size through the web app.\n- **✏️ Edit Metadata**: Edit dates on photos quickly and easily.\n- **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n- **📹 Video Transcoding**: Memories transcodes videos and uses HLS for maximal performance.\n- **🗺️ Map**: View your photos on a map, tagged with accurate reverse geocoding.\n- **⚡️ Performance**: Memories is very fast.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store (try a demo [here](https://memories-demo.radialapps.com/apps/memories/)).\n1. Perform the recommended [configuration steps](https://github.com/pulsejet/memories/wiki/Extra-Configuration).\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." : "# Erinnerungen (Memoriers): Fotoverwaltung für Nextcloud\n\nErinnerungen Memories ist eine Fotoverwaltungslösung *Batterien enthalten* für Nextcloud mit erweiterten Funktionen, darunter:\n\n- **📸 Timeline**: Fotos und Videos nach Aufnahmedatum sortieren, geparst aus Exif-Daten.\n- **⏪ Zurückspulen**: Springen Sie sofort zu einem beliebigen Zeitpunkt in der Vergangenheit und erleben Sie Ihre Erinnerungen erneut.\n- **🤖 KI-Tagging**: Gruppieren Sie Fotos nach Personen und Objekten, unterstützt von [recognize](https://github.com/nextcloud/recognize) und [facerecognition](https://github.com/matiasdelellis/facerecognition ).\n- **🖼️ Alben**: Erstellen Sie Alben, um Fotos und Videos zu gruppieren. Dann teilen Sie diese Alben mit anderen.\n- **🫱🏻🫲🏻 Externes Teilen**: Teilen Sie Fotos und Videos mit Personen außerhalb Ihrer Nextcloud-Instanz.\n- **📱 Mobiler Support**: Funktioniert auf Geräten jeder Form und Größe über die Web-App.\n- **✏️ Metadaten bearbeiten**: Bearbeiten Sie 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- **📹 Videotranskodierung**: Memories transkodiert Videos und verwendet HLS für maximale Leistung.\n- **🗺️ Karte**: Zeigen Sie Ihre Fotos auf einer Karte an, die mit genauer umgekehrter Geokodierung versehen ist.\n- **⚡️ Performance**: Memories ist sehr schnell.\n\n## 🚀 Installation\n\n1. Installieren Sie die App aus dem Nextcloud App Store (probieren Sie [hier](https://memories-demo.radialapps.com/apps/memories/) eine Demo aus).\n1. Führen Sie die empfohlenen [Konfigurationsschritte](https://github.com/pulsejet/memories/wiki/Extra-Configuration) durch.\n1. Führen Sie `php occ memorys:index` aus, um Metadaten-Indizes für vorhandene Fotos zu generieren.\n1. Öffnen Sie die App 📷 Erinnerungen in Nextcloud und legen Sie das Verzeichnis mit Ihren Fotos fest.",
|
"# Memories: Photo Management for Nextcloud\n\nMemories is a *batteries-included* photo management solution for Nextcloud with advanced features including:\n\n- **📸 Timeline**: Sort photos and videos by date taken, parsed from Exif data.\n- **⏪ Rewind**: Jump to any time in the past instantly and relive your memories.\n- **🤖 AI Tagging**: Group photos by people and objects, powered by [recognize](https://github.com/nextcloud/recognize) and [facerecognition](https://github.com/matiasdelellis/facerecognition).\n- **🖼️ Albums**: Create albums to group photos and videos together. Then share these albums with others.\n- **🫱🏻🫲🏻 External Sharing**: Share photos and videos with people outside of your Nextcloud instance.\n- **📱 Mobile Support**: Works on devices of any shape and size through the web app.\n- **✏️ Edit Metadata**: Edit dates on photos quickly and easily.\n- **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n- **📹 Video Transcoding**: Memories transcodes videos and uses HLS for maximal performance.\n- **🗺️ Map**: View your photos on a map, tagged with accurate reverse geocoding.\n- **⚡️ Performance**: Memories is very fast.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store (try a demo [here](https://memories-demo.radialapps.com/apps/memories/)).\n1. Perform the recommended [configuration steps](https://github.com/pulsejet/memories/wiki/Extra-Configuration).\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." : "# Erinnerungen (Memoriers): Fotoverwaltung für Nextcloud\n\nErinnerungen (Memories) ist eine Fotoverwaltungslösung *Batterien enthalten* für Nextcloud mit erweiterten Funktionen, darunter:\n\n- **📸 Timeline**: Fotos und Videos nach Aufnahmedatum sortieren, geparst aus Exif-Daten.\n- **⏪ Zurückspulen**: Springen Sie sofort zu einem beliebigen Zeitpunkt in der Vergangenheit und erleben Sie Ihre Erinnerungen erneut.\n- **🤖 KI-Tagging**: Gruppieren Sie Fotos nach Personen und Objekten, unterstützt von [recognize](https://github.com/nextcloud/recognize) und [facerecognition](https://github.com/matiasdelellis/facerecognition ).\n- **🖼️ Alben**: Erstellen Sie Alben, um Fotos und Videos zu gruppieren. Dann teilen Sie diese Alben mit anderen.\n- **🫱🏻🫲🏻 Externes Teilen**: Teilen Sie Fotos und Videos mit Personen außerhalb Ihrer Nextcloud-Instanz.\n- **📱 Mobiler Support**: Funktioniert auf Geräten jeder Form und Größe über die Web-App.\n- **✏️ Metadaten bearbeiten**: Bearbeiten Sie 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- **📹 Videotranskodierung**: Memories transkodiert Videos und verwendet HLS für maximale Leistung.\n- **🗺️ Karte**: Zeigen Sie Ihre Fotos auf einer Karte an, die mit genauer umgekehrter Geokodierung versehen ist.\n- **⚡️ Performance**: Memories ist sehr schnell.\n\n## 🚀 Installation\n\n1. Installieren Sie die App aus dem Nextcloud App Store (probieren Sie [hier](https://memories-demo.radialapps.com/apps/memories/) eine Demo aus).\n1. Führen Sie die empfohlenen [Konfigurationsschritte](https://github.com/pulsejet/memories/wiki/Extra-Configuration) durch.\n1. Führen Sie `php occ memorys:index` aus, um Metadaten-Indizes für vorhandene Fotos zu generieren.\n1. Öffnen Sie die App 📷 Erinnerungen in Nextcloud und legen Sie das Verzeichnis mit Ihren Fotos fest.",
|
||||||
"Settings" : "Einstellungen",
|
"Settings" : "Einstellungen",
|
||||||
"People (Recognize)" : "Personen (erkennen)",
|
"People (Recognize)" : "Personen (erkennen)",
|
||||||
"People" : "Personen",
|
"People" : "Personen",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ "translations": {
|
{ "translations": {
|
||||||
"Memories" : "Erinnerungen",
|
"Memories" : "Erinnerungen",
|
||||||
"Fast, modern and advanced photo management suite" : "Schnelle, moderne und fortschrittliche Fotoverwaltungssuite",
|
"Fast, modern and advanced photo management suite" : "Schnelle, moderne und fortschrittliche Fotoverwaltungssuite",
|
||||||
"# Memories: Photo Management for Nextcloud\n\nMemories is a *batteries-included* photo management solution for Nextcloud with advanced features including:\n\n- **📸 Timeline**: Sort photos and videos by date taken, parsed from Exif data.\n- **⏪ Rewind**: Jump to any time in the past instantly and relive your memories.\n- **🤖 AI Tagging**: Group photos by people and objects, powered by [recognize](https://github.com/nextcloud/recognize) and [facerecognition](https://github.com/matiasdelellis/facerecognition).\n- **🖼️ Albums**: Create albums to group photos and videos together. Then share these albums with others.\n- **🫱🏻🫲🏻 External Sharing**: Share photos and videos with people outside of your Nextcloud instance.\n- **📱 Mobile Support**: Works on devices of any shape and size through the web app.\n- **✏️ Edit Metadata**: Edit dates on photos quickly and easily.\n- **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n- **📹 Video Transcoding**: Memories transcodes videos and uses HLS for maximal performance.\n- **🗺️ Map**: View your photos on a map, tagged with accurate reverse geocoding.\n- **⚡️ Performance**: Memories is very fast.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store (try a demo [here](https://memories-demo.radialapps.com/apps/memories/)).\n1. Perform the recommended [configuration steps](https://github.com/pulsejet/memories/wiki/Extra-Configuration).\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." : "# Erinnerungen (Memoriers): Fotoverwaltung für Nextcloud\n\nErinnerungen Memories ist eine Fotoverwaltungslösung *Batterien enthalten* für Nextcloud mit erweiterten Funktionen, darunter:\n\n- **📸 Timeline**: Fotos und Videos nach Aufnahmedatum sortieren, geparst aus Exif-Daten.\n- **⏪ Zurückspulen**: Springen Sie sofort zu einem beliebigen Zeitpunkt in der Vergangenheit und erleben Sie Ihre Erinnerungen erneut.\n- **🤖 KI-Tagging**: Gruppieren Sie Fotos nach Personen und Objekten, unterstützt von [recognize](https://github.com/nextcloud/recognize) und [facerecognition](https://github.com/matiasdelellis/facerecognition ).\n- **🖼️ Alben**: Erstellen Sie Alben, um Fotos und Videos zu gruppieren. Dann teilen Sie diese Alben mit anderen.\n- **🫱🏻🫲🏻 Externes Teilen**: Teilen Sie Fotos und Videos mit Personen außerhalb Ihrer Nextcloud-Instanz.\n- **📱 Mobiler Support**: Funktioniert auf Geräten jeder Form und Größe über die Web-App.\n- **✏️ Metadaten bearbeiten**: Bearbeiten Sie 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- **📹 Videotranskodierung**: Memories transkodiert Videos und verwendet HLS für maximale Leistung.\n- **🗺️ Karte**: Zeigen Sie Ihre Fotos auf einer Karte an, die mit genauer umgekehrter Geokodierung versehen ist.\n- **⚡️ Performance**: Memories ist sehr schnell.\n\n## 🚀 Installation\n\n1. Installieren Sie die App aus dem Nextcloud App Store (probieren Sie [hier](https://memories-demo.radialapps.com/apps/memories/) eine Demo aus).\n1. Führen Sie die empfohlenen [Konfigurationsschritte](https://github.com/pulsejet/memories/wiki/Extra-Configuration) durch.\n1. Führen Sie `php occ memorys:index` aus, um Metadaten-Indizes für vorhandene Fotos zu generieren.\n1. Öffnen Sie die App 📷 Erinnerungen in Nextcloud und legen Sie das Verzeichnis mit Ihren Fotos fest.",
|
"# Memories: Photo Management for Nextcloud\n\nMemories is a *batteries-included* photo management solution for Nextcloud with advanced features including:\n\n- **📸 Timeline**: Sort photos and videos by date taken, parsed from Exif data.\n- **⏪ Rewind**: Jump to any time in the past instantly and relive your memories.\n- **🤖 AI Tagging**: Group photos by people and objects, powered by [recognize](https://github.com/nextcloud/recognize) and [facerecognition](https://github.com/matiasdelellis/facerecognition).\n- **🖼️ Albums**: Create albums to group photos and videos together. Then share these albums with others.\n- **🫱🏻🫲🏻 External Sharing**: Share photos and videos with people outside of your Nextcloud instance.\n- **📱 Mobile Support**: Works on devices of any shape and size through the web app.\n- **✏️ Edit Metadata**: Edit dates on photos quickly and easily.\n- **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n- **📹 Video Transcoding**: Memories transcodes videos and uses HLS for maximal performance.\n- **🗺️ Map**: View your photos on a map, tagged with accurate reverse geocoding.\n- **⚡️ Performance**: Memories is very fast.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store (try a demo [here](https://memories-demo.radialapps.com/apps/memories/)).\n1. Perform the recommended [configuration steps](https://github.com/pulsejet/memories/wiki/Extra-Configuration).\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." : "# Erinnerungen (Memoriers): Fotoverwaltung für Nextcloud\n\nErinnerungen (Memories) ist eine Fotoverwaltungslösung *Batterien enthalten* für Nextcloud mit erweiterten Funktionen, darunter:\n\n- **📸 Timeline**: Fotos und Videos nach Aufnahmedatum sortieren, geparst aus Exif-Daten.\n- **⏪ Zurückspulen**: Springen Sie sofort zu einem beliebigen Zeitpunkt in der Vergangenheit und erleben Sie Ihre Erinnerungen erneut.\n- **🤖 KI-Tagging**: Gruppieren Sie Fotos nach Personen und Objekten, unterstützt von [recognize](https://github.com/nextcloud/recognize) und [facerecognition](https://github.com/matiasdelellis/facerecognition ).\n- **🖼️ Alben**: Erstellen Sie Alben, um Fotos und Videos zu gruppieren. Dann teilen Sie diese Alben mit anderen.\n- **🫱🏻🫲🏻 Externes Teilen**: Teilen Sie Fotos und Videos mit Personen außerhalb Ihrer Nextcloud-Instanz.\n- **📱 Mobiler Support**: Funktioniert auf Geräten jeder Form und Größe über die Web-App.\n- **✏️ Metadaten bearbeiten**: Bearbeiten Sie 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- **📹 Videotranskodierung**: Memories transkodiert Videos und verwendet HLS für maximale Leistung.\n- **🗺️ Karte**: Zeigen Sie Ihre Fotos auf einer Karte an, die mit genauer umgekehrter Geokodierung versehen ist.\n- **⚡️ Performance**: Memories ist sehr schnell.\n\n## 🚀 Installation\n\n1. Installieren Sie die App aus dem Nextcloud App Store (probieren Sie [hier](https://memories-demo.radialapps.com/apps/memories/) eine Demo aus).\n1. Führen Sie die empfohlenen [Konfigurationsschritte](https://github.com/pulsejet/memories/wiki/Extra-Configuration) durch.\n1. Führen Sie `php occ memorys:index` aus, um Metadaten-Indizes für vorhandene Fotos zu generieren.\n1. Öffnen Sie die App 📷 Erinnerungen in Nextcloud und legen Sie das Verzeichnis mit Ihren Fotos fest.",
|
||||||
"Settings" : "Einstellungen",
|
"Settings" : "Einstellungen",
|
||||||
"People (Recognize)" : "Personen (erkennen)",
|
"People (Recognize)" : "Personen (erkennen)",
|
||||||
"People" : "Personen",
|
"People" : "Personen",
|
||||||
|
|
|
@ -3,6 +3,7 @@ OC.L10N.register(
|
||||||
{
|
{
|
||||||
"Memories" : "Memories",
|
"Memories" : "Memories",
|
||||||
"Fast, modern and advanced photo management suite" : "Suite rápida, moderna y avanzada para la gestión de fotografías",
|
"Fast, modern and advanced photo management suite" : "Suite rápida, moderna y avanzada para la gestión de fotografías",
|
||||||
|
"# Memories: Photo Management for Nextcloud\n\nMemories is a *batteries-included* photo management solution for Nextcloud with advanced features including:\n\n- **📸 Timeline**: Sort photos and videos by date taken, parsed from Exif data.\n- **⏪ Rewind**: Jump to any time in the past instantly and relive your memories.\n- **🤖 AI Tagging**: Group photos by people and objects, powered by [recognize](https://github.com/nextcloud/recognize) and [facerecognition](https://github.com/matiasdelellis/facerecognition).\n- **🖼️ Albums**: Create albums to group photos and videos together. Then share these albums with others.\n- **🫱🏻🫲🏻 External Sharing**: Share photos and videos with people outside of your Nextcloud instance.\n- **📱 Mobile Support**: Works on devices of any shape and size through the web app.\n- **✏️ Edit Metadata**: Edit dates on photos quickly and easily.\n- **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n- **📹 Video Transcoding**: Memories transcodes videos and uses HLS for maximal performance.\n- **🗺️ Map**: View your photos on a map, tagged with accurate reverse geocoding.\n- **⚡️ Performance**: Memories is very fast.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store (try a demo [here](https://memories-demo.radialapps.com/apps/memories/)).\n1. Perform the recommended [configuration steps](https://github.com/pulsejet/memories/wiki/Extra-Configuration).\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." : "# Memories gestión de fotos para Nextcloud\n\nMemories es una solución con *baterías incluidas* para gestión de fotos en Nextcloud con características avanzadas, incluyendo:\n\n- **📸 Línea de tiempo**: Organice fotos y videos por fecha, analizadas desde los datos Exif.\n- **⏪ Rebobinar**: Navegue a cualquier momento del pasado instantáneamente y reviva sus memorias.\n- **🤖 Etiquetado IA**: Agrupe fotos por persona y objetos utilizando IA, con la ayuda de [recognize](https://github.com/nextcloud/recognize) y [facerecognition](https://github.com/matiasdelellis/facerecognition).\n- **🖼️ Álbumes**: Cree álbumes para agrupar fotos y videos en conjunto. Podrá entonces compartir estos álbumes con otros.\n **🫱🏻🫲🏻 Compartir externamente**: Comparta fotos y videos con personas fuera de su instancia Nextcloud.\n-- **📱 Soporte a Móviles**: Funciona con dispositivos de cualquier tamaño y forma a través de la aplicación web.\n- **✏️ Editar Metadatos**: Edite las fechas en las fotos de forma rápida y sencilla.\n- **📦 Archivar**: Almacene las fotos que no quiere ver en su línea de tiempo en una carpeta separada.\n- **📹 Conversión de video**: Memories convierte entre formatos de video y utiliza HLS para máximo rendimiento.\n**🗺️ Mapas**: Vea sus fotos en un mapa, etiquetadas mediante geo-codificación reversa precisa.\n- **⚡️ Rendimiento**: Memories es extremadamente rápida.\n\n## 🚀 Instalación\n\n1. Instale la aplicación desde la tienda de Nextcloud.\n2. Ejecute los [pasos recomendados de configuración](https://github.com/pulsejet/memories/wiki/Extra-Configuration).\n3. Ejecute `php ./occ memories:index` para generar los índices de metadatos para las fotos existentes.\n4. Abra la aplicación 📷 Memories en Nextcloud y especifique la carpeta que contiene sus fotos.",
|
||||||
"Settings" : "Ajustes",
|
"Settings" : "Ajustes",
|
||||||
"People (Recognize)" : "Personas (Recognize)",
|
"People (Recognize)" : "Personas (Recognize)",
|
||||||
"People" : "Personas",
|
"People" : "Personas",
|
||||||
|
@ -251,6 +252,7 @@ OC.L10N.register(
|
||||||
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Tenga en cuenta que el área a recortar es menor al redimensionamiento aplicado lo que puede causar pérdida de calidad",
|
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Tenga en cuenta que el área a recortar es menor al redimensionamiento aplicado lo que puede causar pérdida de calidad",
|
||||||
"Actual size (100%)" : "Tamaño actual (100%)",
|
"Actual size (100%)" : "Tamaño actual (100%)",
|
||||||
"Fit size" : "Ajustar tamaño",
|
"Fit size" : "Ajustar tamaño",
|
||||||
|
"Transcoding failed, check Nextcloud logs." : "Falló el transcoding, chequee los registros de Nextcloud.",
|
||||||
"Direct" : "Directo",
|
"Direct" : "Directo",
|
||||||
"Auto" : "Auto",
|
"Auto" : "Auto",
|
||||||
"Shared Folder" : "Carpeta compartida",
|
"Shared Folder" : "Carpeta compartida",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{ "translations": {
|
{ "translations": {
|
||||||
"Memories" : "Memories",
|
"Memories" : "Memories",
|
||||||
"Fast, modern and advanced photo management suite" : "Suite rápida, moderna y avanzada para la gestión de fotografías",
|
"Fast, modern and advanced photo management suite" : "Suite rápida, moderna y avanzada para la gestión de fotografías",
|
||||||
|
"# Memories: Photo Management for Nextcloud\n\nMemories is a *batteries-included* photo management solution for Nextcloud with advanced features including:\n\n- **📸 Timeline**: Sort photos and videos by date taken, parsed from Exif data.\n- **⏪ Rewind**: Jump to any time in the past instantly and relive your memories.\n- **🤖 AI Tagging**: Group photos by people and objects, powered by [recognize](https://github.com/nextcloud/recognize) and [facerecognition](https://github.com/matiasdelellis/facerecognition).\n- **🖼️ Albums**: Create albums to group photos and videos together. Then share these albums with others.\n- **🫱🏻🫲🏻 External Sharing**: Share photos and videos with people outside of your Nextcloud instance.\n- **📱 Mobile Support**: Works on devices of any shape and size through the web app.\n- **✏️ Edit Metadata**: Edit dates on photos quickly and easily.\n- **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n- **📹 Video Transcoding**: Memories transcodes videos and uses HLS for maximal performance.\n- **🗺️ Map**: View your photos on a map, tagged with accurate reverse geocoding.\n- **⚡️ Performance**: Memories is very fast.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store (try a demo [here](https://memories-demo.radialapps.com/apps/memories/)).\n1. Perform the recommended [configuration steps](https://github.com/pulsejet/memories/wiki/Extra-Configuration).\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." : "# Memories gestión de fotos para Nextcloud\n\nMemories es una solución con *baterías incluidas* para gestión de fotos en Nextcloud con características avanzadas, incluyendo:\n\n- **📸 Línea de tiempo**: Organice fotos y videos por fecha, analizadas desde los datos Exif.\n- **⏪ Rebobinar**: Navegue a cualquier momento del pasado instantáneamente y reviva sus memorias.\n- **🤖 Etiquetado IA**: Agrupe fotos por persona y objetos utilizando IA, con la ayuda de [recognize](https://github.com/nextcloud/recognize) y [facerecognition](https://github.com/matiasdelellis/facerecognition).\n- **🖼️ Álbumes**: Cree álbumes para agrupar fotos y videos en conjunto. Podrá entonces compartir estos álbumes con otros.\n **🫱🏻🫲🏻 Compartir externamente**: Comparta fotos y videos con personas fuera de su instancia Nextcloud.\n-- **📱 Soporte a Móviles**: Funciona con dispositivos de cualquier tamaño y forma a través de la aplicación web.\n- **✏️ Editar Metadatos**: Edite las fechas en las fotos de forma rápida y sencilla.\n- **📦 Archivar**: Almacene las fotos que no quiere ver en su línea de tiempo en una carpeta separada.\n- **📹 Conversión de video**: Memories convierte entre formatos de video y utiliza HLS para máximo rendimiento.\n**🗺️ Mapas**: Vea sus fotos en un mapa, etiquetadas mediante geo-codificación reversa precisa.\n- **⚡️ Rendimiento**: Memories es extremadamente rápida.\n\n## 🚀 Instalación\n\n1. Instale la aplicación desde la tienda de Nextcloud.\n2. Ejecute los [pasos recomendados de configuración](https://github.com/pulsejet/memories/wiki/Extra-Configuration).\n3. Ejecute `php ./occ memories:index` para generar los índices de metadatos para las fotos existentes.\n4. Abra la aplicación 📷 Memories en Nextcloud y especifique la carpeta que contiene sus fotos.",
|
||||||
"Settings" : "Ajustes",
|
"Settings" : "Ajustes",
|
||||||
"People (Recognize)" : "Personas (Recognize)",
|
"People (Recognize)" : "Personas (Recognize)",
|
||||||
"People" : "Personas",
|
"People" : "Personas",
|
||||||
|
@ -249,6 +250,7 @@
|
||||||
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Tenga en cuenta que el área a recortar es menor al redimensionamiento aplicado lo que puede causar pérdida de calidad",
|
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Tenga en cuenta que el área a recortar es menor al redimensionamiento aplicado lo que puede causar pérdida de calidad",
|
||||||
"Actual size (100%)" : "Tamaño actual (100%)",
|
"Actual size (100%)" : "Tamaño actual (100%)",
|
||||||
"Fit size" : "Ajustar tamaño",
|
"Fit size" : "Ajustar tamaño",
|
||||||
|
"Transcoding failed, check Nextcloud logs." : "Falló el transcoding, chequee los registros de Nextcloud.",
|
||||||
"Direct" : "Directo",
|
"Direct" : "Directo",
|
||||||
"Auto" : "Auto",
|
"Auto" : "Auto",
|
||||||
"Shared Folder" : "Carpeta compartida",
|
"Shared Folder" : "Carpeta compartida",
|
||||||
|
|
|
@ -14,6 +14,7 @@ OC.L10N.register(
|
||||||
"Archive" : "Artxibatu",
|
"Archive" : "Artxibatu",
|
||||||
"On this day" : "Egun honetan",
|
"On this day" : "Egun honetan",
|
||||||
"Places" : "Lekuak",
|
"Places" : "Lekuak",
|
||||||
|
"Map" : "Mapa",
|
||||||
"Tags" : "Etiketak",
|
"Tags" : "Etiketak",
|
||||||
"Choose again" : "Aukeratu berriro",
|
"Choose again" : "Aukeratu berriro",
|
||||||
"Click here to start" : "Egin klik hemen hasteko",
|
"Click here to start" : "Egin klik hemen hasteko",
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
"Archive" : "Artxibatu",
|
"Archive" : "Artxibatu",
|
||||||
"On this day" : "Egun honetan",
|
"On this day" : "Egun honetan",
|
||||||
"Places" : "Lekuak",
|
"Places" : "Lekuak",
|
||||||
|
"Map" : "Mapa",
|
||||||
"Tags" : "Etiketak",
|
"Tags" : "Etiketak",
|
||||||
"Choose again" : "Aukeratu berriro",
|
"Choose again" : "Aukeratu berriro",
|
||||||
"Click here to start" : "Egin klik hemen hasteko",
|
"Click here to start" : "Egin klik hemen hasteko",
|
||||||
|
|
|
@ -3,6 +3,7 @@ OC.L10N.register(
|
||||||
{
|
{
|
||||||
"Memories" : "Souvenirs",
|
"Memories" : "Souvenirs",
|
||||||
"Fast, modern and advanced photo management suite" : "Suite d'outils de gestion de photos rapide, moderne et avancée",
|
"Fast, modern and advanced photo management suite" : "Suite d'outils de gestion de photos rapide, moderne et avancée",
|
||||||
|
"# Memories: Photo Management for Nextcloud\n\nMemories is a *batteries-included* photo management solution for Nextcloud with advanced features including:\n\n- **📸 Timeline**: Sort photos and videos by date taken, parsed from Exif data.\n- **⏪ Rewind**: Jump to any time in the past instantly and relive your memories.\n- **🤖 AI Tagging**: Group photos by people and objects, powered by [recognize](https://github.com/nextcloud/recognize) and [facerecognition](https://github.com/matiasdelellis/facerecognition).\n- **🖼️ Albums**: Create albums to group photos and videos together. Then share these albums with others.\n- **🫱🏻🫲🏻 External Sharing**: Share photos and videos with people outside of your Nextcloud instance.\n- **📱 Mobile Support**: Works on devices of any shape and size through the web app.\n- **✏️ Edit Metadata**: Edit dates on photos quickly and easily.\n- **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n- **📹 Video Transcoding**: Memories transcodes videos and uses HLS for maximal performance.\n- **🗺️ Map**: View your photos on a map, tagged with accurate reverse geocoding.\n- **⚡️ Performance**: Memories is very fast.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store (try a demo [here](https://memories-demo.radialapps.com/apps/memories/)).\n1. Perform the recommended [configuration steps](https://github.com/pulsejet/memories/wiki/Extra-Configuration).\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." : "# Souvenirs : Gestion de photos pour Nextcloud\n\nSouvenirs est une solution de gestion de photos *batteries incluses* pour Nextcloud dotée des fonctionnalités avancées, notamment :\n\n- **📸 Chronologie** : trier les photos et vidéos par date prise, analysées à partir des données EXIF.\n- **⏪ Retour** : remontez à n’importe quel moment du passé et revivez vos souvenirs.\n- **🤖 Étiquetage par AI** : groupez vos photos par personne et objet, alimentées par les applications [Recognize](https://github.com/nextcloud/recognize) et [Reconnaissance faciale](https://github.com/matiasdelellis/facerecognition).\n- **🖼️ Albums** : créez des albums pour regrouper des photos et des vidéos, et partagez-les ensuite albums avec d’autres utilisateurs.\n- **🫱🏻🫲🏻 Partage externe** : partagez des photos et des vidéos avec des personnes extérieures à votre instance Nextcloud.\n- **📱 Compatibilité mobile** : fonctionne sur des appareils de toute forme et de toute taille via l’application Web.\n- **✏️ Édition des métadonnées** : modifier rapidement et facilement les dates sur les photos.\n- **📦 Archivage** : stockez les photos que vous ne voulez pas voir dans votre chronologie dans un dossier séparé.\n- **📹 Transcodage vidéo** : Souvenirs transcode les vidéos, en utilisant HLS pour une performance maximale.\n- **🗺️ Carte** : visualisez vos photos sur une carte, assorties d’un géocodage inverse précis.\n- **⚡️ Performance** : Souvenirs est très rapide.\n\n## 🚀 Installation\n\n1. Installez l’application à partir du magasin d’applications Nextcloud (testez une démo [ici](https://memories-demo.radialapps.com/apps/memories/)).\n1. Effectuez les [étapes de configuration](https://github.com/pulsejet/memories/wiki/Extra-Configuration) recommandées.\n1. Exécutez `php . /occ memories:index` pour générer les index de métadonnées pour les photos existantes.\n1. Ouvrez l’application 📷 Souvenirs dans Nextcloud et configurez le répertoire contenant vos photos.",
|
||||||
"Settings" : "Paramètres",
|
"Settings" : "Paramètres",
|
||||||
"People (Recognize)" : "Personnes (Recognize)",
|
"People (Recognize)" : "Personnes (Recognize)",
|
||||||
"People" : "Personnes",
|
"People" : "Personnes",
|
||||||
|
@ -251,6 +252,7 @@ OC.L10N.register(
|
||||||
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Notez que la zone de recadrage sélectionnée est inférieure au redimensionnement appliqué, ce qui peut entraîner une baisse de qualité.",
|
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Notez que la zone de recadrage sélectionnée est inférieure au redimensionnement appliqué, ce qui peut entraîner une baisse de qualité.",
|
||||||
"Actual size (100%)" : "Taille actuelle (100%)",
|
"Actual size (100%)" : "Taille actuelle (100%)",
|
||||||
"Fit size" : "Adapter à la taille",
|
"Fit size" : "Adapter à la taille",
|
||||||
|
"Transcoding failed, check Nextcloud logs." : "Échec du transcodage, vérifiez les journaux Nextcloud.",
|
||||||
"Direct" : "Direct",
|
"Direct" : "Direct",
|
||||||
"Auto" : "Auto",
|
"Auto" : "Auto",
|
||||||
"Shared Folder" : "Dossier partagé",
|
"Shared Folder" : "Dossier partagé",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{ "translations": {
|
{ "translations": {
|
||||||
"Memories" : "Souvenirs",
|
"Memories" : "Souvenirs",
|
||||||
"Fast, modern and advanced photo management suite" : "Suite d'outils de gestion de photos rapide, moderne et avancée",
|
"Fast, modern and advanced photo management suite" : "Suite d'outils de gestion de photos rapide, moderne et avancée",
|
||||||
|
"# Memories: Photo Management for Nextcloud\n\nMemories is a *batteries-included* photo management solution for Nextcloud with advanced features including:\n\n- **📸 Timeline**: Sort photos and videos by date taken, parsed from Exif data.\n- **⏪ Rewind**: Jump to any time in the past instantly and relive your memories.\n- **🤖 AI Tagging**: Group photos by people and objects, powered by [recognize](https://github.com/nextcloud/recognize) and [facerecognition](https://github.com/matiasdelellis/facerecognition).\n- **🖼️ Albums**: Create albums to group photos and videos together. Then share these albums with others.\n- **🫱🏻🫲🏻 External Sharing**: Share photos and videos with people outside of your Nextcloud instance.\n- **📱 Mobile Support**: Works on devices of any shape and size through the web app.\n- **✏️ Edit Metadata**: Edit dates on photos quickly and easily.\n- **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n- **📹 Video Transcoding**: Memories transcodes videos and uses HLS for maximal performance.\n- **🗺️ Map**: View your photos on a map, tagged with accurate reverse geocoding.\n- **⚡️ Performance**: Memories is very fast.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store (try a demo [here](https://memories-demo.radialapps.com/apps/memories/)).\n1. Perform the recommended [configuration steps](https://github.com/pulsejet/memories/wiki/Extra-Configuration).\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." : "# Souvenirs : Gestion de photos pour Nextcloud\n\nSouvenirs est une solution de gestion de photos *batteries incluses* pour Nextcloud dotée des fonctionnalités avancées, notamment :\n\n- **📸 Chronologie** : trier les photos et vidéos par date prise, analysées à partir des données EXIF.\n- **⏪ Retour** : remontez à n’importe quel moment du passé et revivez vos souvenirs.\n- **🤖 Étiquetage par AI** : groupez vos photos par personne et objet, alimentées par les applications [Recognize](https://github.com/nextcloud/recognize) et [Reconnaissance faciale](https://github.com/matiasdelellis/facerecognition).\n- **🖼️ Albums** : créez des albums pour regrouper des photos et des vidéos, et partagez-les ensuite albums avec d’autres utilisateurs.\n- **🫱🏻🫲🏻 Partage externe** : partagez des photos et des vidéos avec des personnes extérieures à votre instance Nextcloud.\n- **📱 Compatibilité mobile** : fonctionne sur des appareils de toute forme et de toute taille via l’application Web.\n- **✏️ Édition des métadonnées** : modifier rapidement et facilement les dates sur les photos.\n- **📦 Archivage** : stockez les photos que vous ne voulez pas voir dans votre chronologie dans un dossier séparé.\n- **📹 Transcodage vidéo** : Souvenirs transcode les vidéos, en utilisant HLS pour une performance maximale.\n- **🗺️ Carte** : visualisez vos photos sur une carte, assorties d’un géocodage inverse précis.\n- **⚡️ Performance** : Souvenirs est très rapide.\n\n## 🚀 Installation\n\n1. Installez l’application à partir du magasin d’applications Nextcloud (testez une démo [ici](https://memories-demo.radialapps.com/apps/memories/)).\n1. Effectuez les [étapes de configuration](https://github.com/pulsejet/memories/wiki/Extra-Configuration) recommandées.\n1. Exécutez `php . /occ memories:index` pour générer les index de métadonnées pour les photos existantes.\n1. Ouvrez l’application 📷 Souvenirs dans Nextcloud et configurez le répertoire contenant vos photos.",
|
||||||
"Settings" : "Paramètres",
|
"Settings" : "Paramètres",
|
||||||
"People (Recognize)" : "Personnes (Recognize)",
|
"People (Recognize)" : "Personnes (Recognize)",
|
||||||
"People" : "Personnes",
|
"People" : "Personnes",
|
||||||
|
@ -249,6 +250,7 @@
|
||||||
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Notez que la zone de recadrage sélectionnée est inférieure au redimensionnement appliqué, ce qui peut entraîner une baisse de qualité.",
|
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Notez que la zone de recadrage sélectionnée est inférieure au redimensionnement appliqué, ce qui peut entraîner une baisse de qualité.",
|
||||||
"Actual size (100%)" : "Taille actuelle (100%)",
|
"Actual size (100%)" : "Taille actuelle (100%)",
|
||||||
"Fit size" : "Adapter à la taille",
|
"Fit size" : "Adapter à la taille",
|
||||||
|
"Transcoding failed, check Nextcloud logs." : "Échec du transcodage, vérifiez les journaux Nextcloud.",
|
||||||
"Direct" : "Direct",
|
"Direct" : "Direct",
|
||||||
"Auto" : "Auto",
|
"Auto" : "Auto",
|
||||||
"Shared Folder" : "Dossier partagé",
|
"Shared Folder" : "Dossier partagé",
|
||||||
|
|
|
@ -7,7 +7,11 @@ OC.L10N.register(
|
||||||
"Folders" : "Cartafoles",
|
"Folders" : "Cartafoles",
|
||||||
"Favorites" : "Favoritos",
|
"Favorites" : "Favoritos",
|
||||||
"Videos" : "Vídeos",
|
"Videos" : "Vídeos",
|
||||||
|
"Albums" : "Álbums",
|
||||||
"Archive" : "Aquivar",
|
"Archive" : "Aquivar",
|
||||||
|
"On this day" : "Neste día",
|
||||||
|
"Places" : "Lugares",
|
||||||
|
"Map" : "Mapa",
|
||||||
"Tags" : "Etiquetas",
|
"Tags" : "Etiquetas",
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
|
@ -17,11 +21,33 @@ OC.L10N.register(
|
||||||
"Unarchive" : "Desarquivar",
|
"Unarchive" : "Desarquivar",
|
||||||
"View in folder" : "Ver no cartafol",
|
"View in folder" : "Ver no cartafol",
|
||||||
"General" : "Xeral",
|
"General" : "Xeral",
|
||||||
|
"Search for collaborators" : "Buscar colaboradores",
|
||||||
|
"Search people or groups" : "Buscar persoas ou grupos",
|
||||||
|
"Add {collaboratorLabel} to the collaborators list" : "Engade {collaboratorLabel} á lista de colaboradores",
|
||||||
|
"No collaborators available" : "Non hai colaboradores dispoñibles",
|
||||||
|
"Remove {collaboratorLabel} from the collaborators list" : "Elimina {collaboratorLabel} da lista de colaboradores",
|
||||||
|
"Copy the public link" : "Copiar a ligazón pública",
|
||||||
|
"Delete the public link" : "Eliminar a ligazón pública",
|
||||||
|
"Add people or groups who can edit your album" : "Engade persoas ou grupos que poidan editar o teu álbum",
|
||||||
"Public link copied!" : "Enlace público copiado!",
|
"Public link copied!" : "Enlace público copiado!",
|
||||||
"Copy public link" : "Copiar a ligazón pública",
|
"Copy public link" : "Copiar a ligazón pública",
|
||||||
|
"Share via public link" : "Compartir mediante ligazón pública",
|
||||||
|
"Failed to fetch collaborators list." : "Produciuse un erro ao obter a lista de colaboradores.",
|
||||||
"Public link" : "Ligazón pública",
|
"Public link" : "Ligazón pública",
|
||||||
|
"New album" : "Novo álbum",
|
||||||
|
"Create new album" : "Crear novo álbum",
|
||||||
|
"Name of the album" : "Nome do álbum",
|
||||||
|
"Location of the album" : "Localización do álbum",
|
||||||
|
"Go back to the previous view." : "Volver á vista anterior.",
|
||||||
|
"Go to the add collaborators view." : "Vai á vista Engadir colaboradores.",
|
||||||
|
"Back to the new album form." : "Volver ao formulario do álbum novo.",
|
||||||
"Back" : "Atrás",
|
"Back" : "Atrás",
|
||||||
|
"Add collaborators" : "Engadir colaboradores",
|
||||||
"Save" : "Gardar",
|
"Save" : "Gardar",
|
||||||
|
"Create album" : "Crear álbum.",
|
||||||
|
"Add selection to album {albumName}" : "Engadir selección ao álbum {albumName}",
|
||||||
|
"Create a new album." : "Crea un novo álbum.",
|
||||||
|
"_Share with %n user_::_Share with %n users_" : ["Compartir con %n usuario","Compartir con %n usuarios"],
|
||||||
"Year" : "Ano",
|
"Year" : "Ano",
|
||||||
"Month" : "Mes",
|
"Month" : "Mes",
|
||||||
"Day" : "Día",
|
"Day" : "Día",
|
||||||
|
@ -37,6 +63,7 @@ OC.L10N.register(
|
||||||
"Loading …" : "Cargando…",
|
"Loading …" : "Cargando…",
|
||||||
"Refresh" : "Actualizar",
|
"Refresh" : "Actualizar",
|
||||||
"Remove" : "Retirar",
|
"Remove" : "Retirar",
|
||||||
|
"Share folder" : "Compartir cartafol",
|
||||||
"Unsaved changes" : "Cambios sen gardar",
|
"Unsaved changes" : "Cambios sen gardar",
|
||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"Close" : "Pechar",
|
"Close" : "Pechar",
|
||||||
|
|
|
@ -5,7 +5,11 @@
|
||||||
"Folders" : "Cartafoles",
|
"Folders" : "Cartafoles",
|
||||||
"Favorites" : "Favoritos",
|
"Favorites" : "Favoritos",
|
||||||
"Videos" : "Vídeos",
|
"Videos" : "Vídeos",
|
||||||
|
"Albums" : "Álbums",
|
||||||
"Archive" : "Aquivar",
|
"Archive" : "Aquivar",
|
||||||
|
"On this day" : "Neste día",
|
||||||
|
"Places" : "Lugares",
|
||||||
|
"Map" : "Mapa",
|
||||||
"Tags" : "Etiquetas",
|
"Tags" : "Etiquetas",
|
||||||
"Edit" : "Editar",
|
"Edit" : "Editar",
|
||||||
"Cancel" : "Cancelar",
|
"Cancel" : "Cancelar",
|
||||||
|
@ -15,11 +19,33 @@
|
||||||
"Unarchive" : "Desarquivar",
|
"Unarchive" : "Desarquivar",
|
||||||
"View in folder" : "Ver no cartafol",
|
"View in folder" : "Ver no cartafol",
|
||||||
"General" : "Xeral",
|
"General" : "Xeral",
|
||||||
|
"Search for collaborators" : "Buscar colaboradores",
|
||||||
|
"Search people or groups" : "Buscar persoas ou grupos",
|
||||||
|
"Add {collaboratorLabel} to the collaborators list" : "Engade {collaboratorLabel} á lista de colaboradores",
|
||||||
|
"No collaborators available" : "Non hai colaboradores dispoñibles",
|
||||||
|
"Remove {collaboratorLabel} from the collaborators list" : "Elimina {collaboratorLabel} da lista de colaboradores",
|
||||||
|
"Copy the public link" : "Copiar a ligazón pública",
|
||||||
|
"Delete the public link" : "Eliminar a ligazón pública",
|
||||||
|
"Add people or groups who can edit your album" : "Engade persoas ou grupos que poidan editar o teu álbum",
|
||||||
"Public link copied!" : "Enlace público copiado!",
|
"Public link copied!" : "Enlace público copiado!",
|
||||||
"Copy public link" : "Copiar a ligazón pública",
|
"Copy public link" : "Copiar a ligazón pública",
|
||||||
|
"Share via public link" : "Compartir mediante ligazón pública",
|
||||||
|
"Failed to fetch collaborators list." : "Produciuse un erro ao obter a lista de colaboradores.",
|
||||||
"Public link" : "Ligazón pública",
|
"Public link" : "Ligazón pública",
|
||||||
|
"New album" : "Novo álbum",
|
||||||
|
"Create new album" : "Crear novo álbum",
|
||||||
|
"Name of the album" : "Nome do álbum",
|
||||||
|
"Location of the album" : "Localización do álbum",
|
||||||
|
"Go back to the previous view." : "Volver á vista anterior.",
|
||||||
|
"Go to the add collaborators view." : "Vai á vista Engadir colaboradores.",
|
||||||
|
"Back to the new album form." : "Volver ao formulario do álbum novo.",
|
||||||
"Back" : "Atrás",
|
"Back" : "Atrás",
|
||||||
|
"Add collaborators" : "Engadir colaboradores",
|
||||||
"Save" : "Gardar",
|
"Save" : "Gardar",
|
||||||
|
"Create album" : "Crear álbum.",
|
||||||
|
"Add selection to album {albumName}" : "Engadir selección ao álbum {albumName}",
|
||||||
|
"Create a new album." : "Crea un novo álbum.",
|
||||||
|
"_Share with %n user_::_Share with %n users_" : ["Compartir con %n usuario","Compartir con %n usuarios"],
|
||||||
"Year" : "Ano",
|
"Year" : "Ano",
|
||||||
"Month" : "Mes",
|
"Month" : "Mes",
|
||||||
"Day" : "Día",
|
"Day" : "Día",
|
||||||
|
@ -35,6 +61,7 @@
|
||||||
"Loading …" : "Cargando…",
|
"Loading …" : "Cargando…",
|
||||||
"Refresh" : "Actualizar",
|
"Refresh" : "Actualizar",
|
||||||
"Remove" : "Retirar",
|
"Remove" : "Retirar",
|
||||||
|
"Share folder" : "Compartir cartafol",
|
||||||
"Unsaved changes" : "Cambios sen gardar",
|
"Unsaved changes" : "Cambios sen gardar",
|
||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"Close" : "Pechar",
|
"Close" : "Pechar",
|
||||||
|
|
|
@ -7,7 +7,11 @@ OC.L10N.register(
|
||||||
"Folders" : "Фасцикле",
|
"Folders" : "Фасцикле",
|
||||||
"Favorites" : "Омиљене",
|
"Favorites" : "Омиљене",
|
||||||
"Videos" : "Видео снимци",
|
"Videos" : "Видео снимци",
|
||||||
|
"Albums" : "Албуми",
|
||||||
"Archive" : "Архива",
|
"Archive" : "Архива",
|
||||||
|
"On this day" : "На данашњи дан",
|
||||||
|
"Places" : "Места",
|
||||||
|
"Map" : "Мапа",
|
||||||
"Tags" : "Ознаке",
|
"Tags" : "Ознаке",
|
||||||
"Edit" : "Измени",
|
"Edit" : "Измени",
|
||||||
"Cancel" : "Поништи",
|
"Cancel" : "Поништи",
|
||||||
|
@ -16,10 +20,39 @@ OC.L10N.register(
|
||||||
"Favorite" : "Омиљени",
|
"Favorite" : "Омиљени",
|
||||||
"Unarchive" : "Врати из архиве",
|
"Unarchive" : "Врати из архиве",
|
||||||
"View in folder" : "Види у фасцикли",
|
"View in folder" : "Види у фасцикли",
|
||||||
|
"Add to album" : "Додај у албум",
|
||||||
"General" : "Опште",
|
"General" : "Опште",
|
||||||
|
"Search for collaborators" : "Претрага сарадника",
|
||||||
|
"Search people or groups" : "Претрага људи и група",
|
||||||
|
"Add {collaboratorLabel} to the collaborators list" : "Додај {collaboratorLabel} на листу сарадника",
|
||||||
|
"No collaborators available" : "Нема достуоних сарадника",
|
||||||
|
"Remove {collaboratorLabel} from the collaborators list" : "Уклони {collaboratorLabel} из листе сарадника",
|
||||||
|
"Copy the public link" : "Копирај јавни линк",
|
||||||
|
"Delete the public link" : "Обриши јавни линк",
|
||||||
|
"Add people or groups who can edit your album" : "Додај људе или групе које могу да уређују ваш албум",
|
||||||
|
"Public link copied!" : "Јавни линк је корипан!",
|
||||||
|
"Copy public link" : "Копирај јавни линк",
|
||||||
|
"Share via public link" : "Подели путем јавног линка",
|
||||||
|
"Failed to fetch collaborators list." : "Није успело добављање листе сарадника.",
|
||||||
"Public link" : "Јавна веза",
|
"Public link" : "Јавна веза",
|
||||||
|
"Failed to fetch album." : "Није успело добављање албума.",
|
||||||
|
"Failed to update album." : "Није успело ажурирање албума.",
|
||||||
|
"New album" : "Нови албум",
|
||||||
|
"Create new album" : "Креирај албум",
|
||||||
|
"Edit album details" : "Уреди детаље о албуму",
|
||||||
|
"Name of the album" : "Назив албума",
|
||||||
|
"Location of the album" : "Локација албума",
|
||||||
|
"Go back to the previous view." : "Повратак на претходни поглед.",
|
||||||
|
"Go to the add collaborators view." : "Враћање на поглед додавања сарадника",
|
||||||
|
"Back to the new album form." : "Повратак на форму новог албума.",
|
||||||
"Back" : "Назад",
|
"Back" : "Назад",
|
||||||
|
"Add collaborators" : "Додај сараднике",
|
||||||
"Save" : "Сачувај",
|
"Save" : "Сачувај",
|
||||||
|
"Create album" : "Креирај албум",
|
||||||
|
"Add selection to album {albumName}" : "Додај изабрано у албум {albumName}",
|
||||||
|
"Create a new album." : "Креирање новог албума.",
|
||||||
|
"_Share with %n user_::_Share with %n users_" : ["Подели са %n корисником","Подели са %n корисника","Подели са %n корисника"],
|
||||||
|
"Save collaborators for this album." : "Сачувај сараднике на овом албуму",
|
||||||
"Year" : "Година",
|
"Year" : "Година",
|
||||||
"Month" : "Месец",
|
"Month" : "Месец",
|
||||||
"Day" : "Дан",
|
"Day" : "Дан",
|
||||||
|
@ -30,32 +63,112 @@ OC.L10N.register(
|
||||||
"Description" : "Опис",
|
"Description" : "Опис",
|
||||||
"Label" : "Ознака",
|
"Label" : "Ознака",
|
||||||
"Copyright" : "Ауторско право",
|
"Copyright" : "Ауторско право",
|
||||||
|
"Remove person" : "Уклони особу",
|
||||||
"Name" : "Име",
|
"Name" : "Име",
|
||||||
|
"Rename person" : "Промени име особе",
|
||||||
"Update" : "Ажурирај",
|
"Update" : "Ажурирај",
|
||||||
"Loading …" : "Учитавање…",
|
"Loading …" : "Учитавање…",
|
||||||
"Refresh" : "Освежи",
|
"Refresh" : "Освежи",
|
||||||
"Remove" : "Уклони",
|
"Remove" : "Уклони",
|
||||||
|
"Delete album" : "Обриши албум",
|
||||||
|
"Merge with different person" : "Споји са другом особом",
|
||||||
|
"Share folder" : "Дели фолдер",
|
||||||
|
"Error saving image" : "Грешка прикиком чувања слике",
|
||||||
"Unsaved changes" : "Несачуване измене",
|
"Unsaved changes" : "Несачуване измене",
|
||||||
|
"Drop changes" : "Откажи измене",
|
||||||
"Share" : "Подели",
|
"Share" : "Подели",
|
||||||
"Sidebar" : "Бочна трака",
|
"Sidebar" : "Бочна трака",
|
||||||
"Close" : "Затвори",
|
"Close" : "Затвори",
|
||||||
"Previous" : "Претходно",
|
"Previous" : "Претходно",
|
||||||
"Next" : "Следеће",
|
"Next" : "Следеће",
|
||||||
|
"Save as" : "Сачувај као",
|
||||||
"Reset" : "Ресетуј",
|
"Reset" : "Ресетуј",
|
||||||
|
"All changes will be lost." : "Изгубиће се све измене.",
|
||||||
|
"Are you sure you want to continue?" : "Да ли сте сигурни да желите да наставите?",
|
||||||
"Continue" : "Настави",
|
"Continue" : "Настави",
|
||||||
"Undo" : "Опозови",
|
"Undo" : "Опозови",
|
||||||
"Redo" : "Понови",
|
"Redo" : "Понови",
|
||||||
|
"Show original image" : "Прикажи оригиналну слику",
|
||||||
"Zoom in" : "Увеличај",
|
"Zoom in" : "Увеличај",
|
||||||
|
"Zoom out" : "Умањи приказ",
|
||||||
|
"Toggle zoom menu" : "Укључи/искључи мени увећања",
|
||||||
|
"Adjust" : "Подеси",
|
||||||
|
"Fine-tune" : "Фино подешавање",
|
||||||
|
"Filters" : "Филтери",
|
||||||
|
"Watermark" : "Водени жиг",
|
||||||
|
"Draw" : "Цртање",
|
||||||
|
"Resize" : "Промена величине",
|
||||||
|
"Invalid image." : "Неисправна слика.",
|
||||||
|
"Error while uploading the image." : "Грешка приликом отпремања слике.",
|
||||||
|
"are not images" : "нису слике.",
|
||||||
|
"is not an image" : "није слика",
|
||||||
|
"to be uploaded" : "треба да се отпреми",
|
||||||
|
"Crop" : "Опсецање",
|
||||||
"Original" : "Оригинал",
|
"Original" : "Оригинал",
|
||||||
"Custom" : "Прилагођено",
|
"Custom" : "Прилагођено",
|
||||||
|
"Square" : "Квадрат",
|
||||||
|
"Landscape" : "Положено",
|
||||||
|
"Portrait" : "Усправно",
|
||||||
|
"Ellipse" : "Елипса",
|
||||||
|
"Classic TV" : "Класични ТВ",
|
||||||
|
"CinemaScope" : "Синемаскоп",
|
||||||
|
"Arrow" : "Стрелица",
|
||||||
|
"Blur" : "Замућење",
|
||||||
|
"Brightness" : "Осветљај",
|
||||||
|
"Contrast" : "Контраст",
|
||||||
|
"Un-flip X" : "Поништи окретање око X",
|
||||||
|
"Flip X" : "Окрени око X",
|
||||||
|
"Un-flip Y" : "Поништи обртање око Y",
|
||||||
|
"Flip Y" : "Обрни око Y",
|
||||||
|
"HSV" : "HSV",
|
||||||
|
"Hue" : "Hue",
|
||||||
|
"Saturation" : "Saturation (Засићење)",
|
||||||
"Value" : "Вредност",
|
"Value" : "Вредност",
|
||||||
"Image" : "Слика",
|
"Image" : "Слика",
|
||||||
|
"Importing …" : "Увоз ...",
|
||||||
|
"+ Add image" : "+ Додај слику",
|
||||||
"Line" : "Линија",
|
"Line" : "Линија",
|
||||||
|
"Pen" : "Оловка",
|
||||||
|
"Polygon" : "Полигон",
|
||||||
|
"Sides" : "Странице",
|
||||||
|
"Rectangle" : "Правоугаоник",
|
||||||
|
"Corner Radius" : "Полупречник угла",
|
||||||
|
"Width in pixels" : "Ширина у пикселима",
|
||||||
|
"Height in pixels" : "Висина у пикселима",
|
||||||
|
"Toggle ratio lock" : "Укључи/искључи закључавање односа страница",
|
||||||
|
"Reset to original image size" : "Ресетуј на оригиналну величину слике",
|
||||||
|
"Rotate" : "Ротирање",
|
||||||
"Text" : "Текст",
|
"Text" : "Текст",
|
||||||
|
"Text spacing" : "Проред текста",
|
||||||
|
"Text alignment" : "Поравнање текста",
|
||||||
|
"Font family" : "Фамилија фонта",
|
||||||
"Size" : "величина",
|
"Size" : "величина",
|
||||||
|
"Letter spacing" : "Размак слова",
|
||||||
|
"Line height" : "Висина линије",
|
||||||
|
"Warmth" : "Топлина",
|
||||||
|
"+ Add watermark" : "+ Додај бодени жиг",
|
||||||
|
"Choose watermark type" : "Изаберите тип воденог жига",
|
||||||
|
"Upload watermark" : "Отпреми водени жи",
|
||||||
|
"Add as text" : "Додај као текст",
|
||||||
|
"Padding" : "Испуна",
|
||||||
|
"Shadow" : "Сенка",
|
||||||
|
"Horizontal" : "Хоризонтална`",
|
||||||
|
"Vertical" : "Вертикална",
|
||||||
|
"Opacity" : "Непрозирност",
|
||||||
"Position" : "Позиција",
|
"Position" : "Позиција",
|
||||||
|
"Stroke" : "Потез",
|
||||||
|
"Save image as" : "Сачувај слику као",
|
||||||
"Extension" : "Екстензија",
|
"Extension" : "Екстензија",
|
||||||
|
"Name is required." : "Потребно је име.",
|
||||||
|
"Quality" : "Квалитет",
|
||||||
|
"Saved image size (width x height)" : "Величина сачуване слике (ширина x висина)",
|
||||||
|
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Приметите да је величина изабране површине опсецања мања од примењене промене величине, а то може да умањи квалитет",
|
||||||
|
"Actual size (100%)" : "Стварна величина (100%)",
|
||||||
|
"Fit size" : "Уклопи величину",
|
||||||
"Direct" : "Директно",
|
"Direct" : "Директно",
|
||||||
"Auto" : "Аутоматски"
|
"Auto" : "Аутоматски",
|
||||||
|
"Failed to create {albumName}." : "{albumName} није могао да се креира.",
|
||||||
|
"Failed to rename {currentAlbumName} to {newAlbumName}." : "Није успела промена имена {currentAlbumName} у {newAlbumName}.",
|
||||||
|
"Failed to delete {fileName}." : "Није успело брисање {fileName}."
|
||||||
},
|
},
|
||||||
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
|
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
|
||||||
|
|
|
@ -5,7 +5,11 @@
|
||||||
"Folders" : "Фасцикле",
|
"Folders" : "Фасцикле",
|
||||||
"Favorites" : "Омиљене",
|
"Favorites" : "Омиљене",
|
||||||
"Videos" : "Видео снимци",
|
"Videos" : "Видео снимци",
|
||||||
|
"Albums" : "Албуми",
|
||||||
"Archive" : "Архива",
|
"Archive" : "Архива",
|
||||||
|
"On this day" : "На данашњи дан",
|
||||||
|
"Places" : "Места",
|
||||||
|
"Map" : "Мапа",
|
||||||
"Tags" : "Ознаке",
|
"Tags" : "Ознаке",
|
||||||
"Edit" : "Измени",
|
"Edit" : "Измени",
|
||||||
"Cancel" : "Поништи",
|
"Cancel" : "Поништи",
|
||||||
|
@ -14,10 +18,39 @@
|
||||||
"Favorite" : "Омиљени",
|
"Favorite" : "Омиљени",
|
||||||
"Unarchive" : "Врати из архиве",
|
"Unarchive" : "Врати из архиве",
|
||||||
"View in folder" : "Види у фасцикли",
|
"View in folder" : "Види у фасцикли",
|
||||||
|
"Add to album" : "Додај у албум",
|
||||||
"General" : "Опште",
|
"General" : "Опште",
|
||||||
|
"Search for collaborators" : "Претрага сарадника",
|
||||||
|
"Search people or groups" : "Претрага људи и група",
|
||||||
|
"Add {collaboratorLabel} to the collaborators list" : "Додај {collaboratorLabel} на листу сарадника",
|
||||||
|
"No collaborators available" : "Нема достуоних сарадника",
|
||||||
|
"Remove {collaboratorLabel} from the collaborators list" : "Уклони {collaboratorLabel} из листе сарадника",
|
||||||
|
"Copy the public link" : "Копирај јавни линк",
|
||||||
|
"Delete the public link" : "Обриши јавни линк",
|
||||||
|
"Add people or groups who can edit your album" : "Додај људе или групе које могу да уређују ваш албум",
|
||||||
|
"Public link copied!" : "Јавни линк је корипан!",
|
||||||
|
"Copy public link" : "Копирај јавни линк",
|
||||||
|
"Share via public link" : "Подели путем јавног линка",
|
||||||
|
"Failed to fetch collaborators list." : "Није успело добављање листе сарадника.",
|
||||||
"Public link" : "Јавна веза",
|
"Public link" : "Јавна веза",
|
||||||
|
"Failed to fetch album." : "Није успело добављање албума.",
|
||||||
|
"Failed to update album." : "Није успело ажурирање албума.",
|
||||||
|
"New album" : "Нови албум",
|
||||||
|
"Create new album" : "Креирај албум",
|
||||||
|
"Edit album details" : "Уреди детаље о албуму",
|
||||||
|
"Name of the album" : "Назив албума",
|
||||||
|
"Location of the album" : "Локација албума",
|
||||||
|
"Go back to the previous view." : "Повратак на претходни поглед.",
|
||||||
|
"Go to the add collaborators view." : "Враћање на поглед додавања сарадника",
|
||||||
|
"Back to the new album form." : "Повратак на форму новог албума.",
|
||||||
"Back" : "Назад",
|
"Back" : "Назад",
|
||||||
|
"Add collaborators" : "Додај сараднике",
|
||||||
"Save" : "Сачувај",
|
"Save" : "Сачувај",
|
||||||
|
"Create album" : "Креирај албум",
|
||||||
|
"Add selection to album {albumName}" : "Додај изабрано у албум {albumName}",
|
||||||
|
"Create a new album." : "Креирање новог албума.",
|
||||||
|
"_Share with %n user_::_Share with %n users_" : ["Подели са %n корисником","Подели са %n корисника","Подели са %n корисника"],
|
||||||
|
"Save collaborators for this album." : "Сачувај сараднике на овом албуму",
|
||||||
"Year" : "Година",
|
"Year" : "Година",
|
||||||
"Month" : "Месец",
|
"Month" : "Месец",
|
||||||
"Day" : "Дан",
|
"Day" : "Дан",
|
||||||
|
@ -28,32 +61,112 @@
|
||||||
"Description" : "Опис",
|
"Description" : "Опис",
|
||||||
"Label" : "Ознака",
|
"Label" : "Ознака",
|
||||||
"Copyright" : "Ауторско право",
|
"Copyright" : "Ауторско право",
|
||||||
|
"Remove person" : "Уклони особу",
|
||||||
"Name" : "Име",
|
"Name" : "Име",
|
||||||
|
"Rename person" : "Промени име особе",
|
||||||
"Update" : "Ажурирај",
|
"Update" : "Ажурирај",
|
||||||
"Loading …" : "Учитавање…",
|
"Loading …" : "Учитавање…",
|
||||||
"Refresh" : "Освежи",
|
"Refresh" : "Освежи",
|
||||||
"Remove" : "Уклони",
|
"Remove" : "Уклони",
|
||||||
|
"Delete album" : "Обриши албум",
|
||||||
|
"Merge with different person" : "Споји са другом особом",
|
||||||
|
"Share folder" : "Дели фолдер",
|
||||||
|
"Error saving image" : "Грешка прикиком чувања слике",
|
||||||
"Unsaved changes" : "Несачуване измене",
|
"Unsaved changes" : "Несачуване измене",
|
||||||
|
"Drop changes" : "Откажи измене",
|
||||||
"Share" : "Подели",
|
"Share" : "Подели",
|
||||||
"Sidebar" : "Бочна трака",
|
"Sidebar" : "Бочна трака",
|
||||||
"Close" : "Затвори",
|
"Close" : "Затвори",
|
||||||
"Previous" : "Претходно",
|
"Previous" : "Претходно",
|
||||||
"Next" : "Следеће",
|
"Next" : "Следеће",
|
||||||
|
"Save as" : "Сачувај као",
|
||||||
"Reset" : "Ресетуј",
|
"Reset" : "Ресетуј",
|
||||||
|
"All changes will be lost." : "Изгубиће се све измене.",
|
||||||
|
"Are you sure you want to continue?" : "Да ли сте сигурни да желите да наставите?",
|
||||||
"Continue" : "Настави",
|
"Continue" : "Настави",
|
||||||
"Undo" : "Опозови",
|
"Undo" : "Опозови",
|
||||||
"Redo" : "Понови",
|
"Redo" : "Понови",
|
||||||
|
"Show original image" : "Прикажи оригиналну слику",
|
||||||
"Zoom in" : "Увеличај",
|
"Zoom in" : "Увеличај",
|
||||||
|
"Zoom out" : "Умањи приказ",
|
||||||
|
"Toggle zoom menu" : "Укључи/искључи мени увећања",
|
||||||
|
"Adjust" : "Подеси",
|
||||||
|
"Fine-tune" : "Фино подешавање",
|
||||||
|
"Filters" : "Филтери",
|
||||||
|
"Watermark" : "Водени жиг",
|
||||||
|
"Draw" : "Цртање",
|
||||||
|
"Resize" : "Промена величине",
|
||||||
|
"Invalid image." : "Неисправна слика.",
|
||||||
|
"Error while uploading the image." : "Грешка приликом отпремања слике.",
|
||||||
|
"are not images" : "нису слике.",
|
||||||
|
"is not an image" : "није слика",
|
||||||
|
"to be uploaded" : "треба да се отпреми",
|
||||||
|
"Crop" : "Опсецање",
|
||||||
"Original" : "Оригинал",
|
"Original" : "Оригинал",
|
||||||
"Custom" : "Прилагођено",
|
"Custom" : "Прилагођено",
|
||||||
|
"Square" : "Квадрат",
|
||||||
|
"Landscape" : "Положено",
|
||||||
|
"Portrait" : "Усправно",
|
||||||
|
"Ellipse" : "Елипса",
|
||||||
|
"Classic TV" : "Класични ТВ",
|
||||||
|
"CinemaScope" : "Синемаскоп",
|
||||||
|
"Arrow" : "Стрелица",
|
||||||
|
"Blur" : "Замућење",
|
||||||
|
"Brightness" : "Осветљај",
|
||||||
|
"Contrast" : "Контраст",
|
||||||
|
"Un-flip X" : "Поништи окретање око X",
|
||||||
|
"Flip X" : "Окрени око X",
|
||||||
|
"Un-flip Y" : "Поништи обртање око Y",
|
||||||
|
"Flip Y" : "Обрни око Y",
|
||||||
|
"HSV" : "HSV",
|
||||||
|
"Hue" : "Hue",
|
||||||
|
"Saturation" : "Saturation (Засићење)",
|
||||||
"Value" : "Вредност",
|
"Value" : "Вредност",
|
||||||
"Image" : "Слика",
|
"Image" : "Слика",
|
||||||
|
"Importing …" : "Увоз ...",
|
||||||
|
"+ Add image" : "+ Додај слику",
|
||||||
"Line" : "Линија",
|
"Line" : "Линија",
|
||||||
|
"Pen" : "Оловка",
|
||||||
|
"Polygon" : "Полигон",
|
||||||
|
"Sides" : "Странице",
|
||||||
|
"Rectangle" : "Правоугаоник",
|
||||||
|
"Corner Radius" : "Полупречник угла",
|
||||||
|
"Width in pixels" : "Ширина у пикселима",
|
||||||
|
"Height in pixels" : "Висина у пикселима",
|
||||||
|
"Toggle ratio lock" : "Укључи/искључи закључавање односа страница",
|
||||||
|
"Reset to original image size" : "Ресетуј на оригиналну величину слике",
|
||||||
|
"Rotate" : "Ротирање",
|
||||||
"Text" : "Текст",
|
"Text" : "Текст",
|
||||||
|
"Text spacing" : "Проред текста",
|
||||||
|
"Text alignment" : "Поравнање текста",
|
||||||
|
"Font family" : "Фамилија фонта",
|
||||||
"Size" : "величина",
|
"Size" : "величина",
|
||||||
|
"Letter spacing" : "Размак слова",
|
||||||
|
"Line height" : "Висина линије",
|
||||||
|
"Warmth" : "Топлина",
|
||||||
|
"+ Add watermark" : "+ Додај бодени жиг",
|
||||||
|
"Choose watermark type" : "Изаберите тип воденог жига",
|
||||||
|
"Upload watermark" : "Отпреми водени жи",
|
||||||
|
"Add as text" : "Додај као текст",
|
||||||
|
"Padding" : "Испуна",
|
||||||
|
"Shadow" : "Сенка",
|
||||||
|
"Horizontal" : "Хоризонтална`",
|
||||||
|
"Vertical" : "Вертикална",
|
||||||
|
"Opacity" : "Непрозирност",
|
||||||
"Position" : "Позиција",
|
"Position" : "Позиција",
|
||||||
|
"Stroke" : "Потез",
|
||||||
|
"Save image as" : "Сачувај слику као",
|
||||||
"Extension" : "Екстензија",
|
"Extension" : "Екстензија",
|
||||||
|
"Name is required." : "Потребно је име.",
|
||||||
|
"Quality" : "Квалитет",
|
||||||
|
"Saved image size (width x height)" : "Величина сачуване слике (ширина x висина)",
|
||||||
|
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "Приметите да је величина изабране површине опсецања мања од примењене промене величине, а то може да умањи квалитет",
|
||||||
|
"Actual size (100%)" : "Стварна величина (100%)",
|
||||||
|
"Fit size" : "Уклопи величину",
|
||||||
"Direct" : "Директно",
|
"Direct" : "Директно",
|
||||||
"Auto" : "Аутоматски"
|
"Auto" : "Аутоматски",
|
||||||
|
"Failed to create {albumName}." : "{albumName} није могао да се креира.",
|
||||||
|
"Failed to rename {currentAlbumName} to {newAlbumName}." : "Није успела промена имена {currentAlbumName} у {newAlbumName}.",
|
||||||
|
"Failed to delete {fileName}." : "Није успело брисање {fileName}."
|
||||||
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
|
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
|
||||||
}
|
}
|
|
@ -3,6 +3,7 @@ OC.L10N.register(
|
||||||
{
|
{
|
||||||
"Memories" : "回憶",
|
"Memories" : "回憶",
|
||||||
"Fast, modern and advanced photo management suite" : "快速、現代且進階的照片管理套裝軟體",
|
"Fast, modern and advanced photo management suite" : "快速、現代且進階的照片管理套裝軟體",
|
||||||
|
"# Memories: Photo Management for Nextcloud\n\nMemories is a *batteries-included* photo management solution for Nextcloud with advanced features including:\n\n- **📸 Timeline**: Sort photos and videos by date taken, parsed from Exif data.\n- **⏪ Rewind**: Jump to any time in the past instantly and relive your memories.\n- **🤖 AI Tagging**: Group photos by people and objects, powered by [recognize](https://github.com/nextcloud/recognize) and [facerecognition](https://github.com/matiasdelellis/facerecognition).\n- **🖼️ Albums**: Create albums to group photos and videos together. Then share these albums with others.\n- **🫱🏻🫲🏻 External Sharing**: Share photos and videos with people outside of your Nextcloud instance.\n- **📱 Mobile Support**: Works on devices of any shape and size through the web app.\n- **✏️ Edit Metadata**: Edit dates on photos quickly and easily.\n- **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n- **📹 Video Transcoding**: Memories transcodes videos and uses HLS for maximal performance.\n- **🗺️ Map**: View your photos on a map, tagged with accurate reverse geocoding.\n- **⚡️ Performance**: Memories is very fast.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store (try a demo [here](https://memories-demo.radialapps.com/apps/memories/)).\n1. Perform the recommended [configuration steps](https://github.com/pulsejet/memories/wiki/Extra-Configuration).\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." : "# 回憶:Nextcloud 的照片管理程式\n\n回憶是一個有進階功能的 *超強* Nextcloud 相片管理解決方案,包含了以下功能:\n\n- **📸 時間軸**:從 Exif 資料中按拍攝日期對照片與影片進行排序。\n- **⏪ 倒帶**:立刻跳回過去的任何時間,重溫您的回憶。\n- **🤖 AI 標記**:使用 [recognize](https://github.com/nextcloud/recognize) 與 [facerecognition](https://github.com/matiasdelellis/facerecognition) 應用程式提供的按人物與物體對照片進行分組。\n- **🖼️ 相簿**:建立相簿以將照片與影片分組。然後將這些相簿與其他人分享。\n- **🫱🏻🫲🏻 外部分享**:與您 Nextcloud 站台以外的人們分享照片與影片。\n- **📱 行動裝置支援**:透過網路應用程式在任何形狀與大小的裝置上運作。\n- **✏️ 編輯詮釋資料**:快速輕鬆地編輯照片上的 Exif 日期。\n- **📦 封存**:將您不想在時間軸中看到的照片儲存在單獨的資料夾中。\n- **📹 視訊轉換編碼**:回憶可以轉換視訊編碼並使用 HLS 來取得最大效能。\n- **🗺️ 地圖**:在地圖上檢視您的照片,並使用準確的反向地理編碼來標記。\n- **⚡️ 效能**:本應用程式超快。\n\n## 🚀 安裝\n\n- 想看看本應用程式的外觀與感覺,請見[公開展示](https://memories-demo.radialapps.com/apps/memories/).\n- 展示站是唯讀的,可能會有點慢(來自 [Oracle Cloud](https://www.oracle.com/cloud/free/) 的免費層級虛擬機器)。\n- 照片則歸功於 [Unsplash](https://unsplash.com/)(若要檢視單獨的署名,請參見每個資料夾中的資訊)。\n\n\n## 🚀 安裝\n1. 從 Nextcloud 應用程式商店安裝應用程式([在此](https://memories-demo.radialapps.com/apps/memories/)試用展示版本)。\n1. 執行建議的[設定步驟](https://github.com/pulsejet/memories/wiki/Extra-Configuration)。\n1. 執行 `php occ memories:index` 以產生既有照片的詮釋資料索引。\n1. 在 Nextcloud 中開啟 📷 回憶應用程式,並設定包含您照片的目錄。",
|
||||||
"Settings" : "設定",
|
"Settings" : "設定",
|
||||||
"People (Recognize)" : "人物 (Recognize)",
|
"People (Recognize)" : "人物 (Recognize)",
|
||||||
"People" : "人物",
|
"People" : "人物",
|
||||||
|
@ -251,6 +252,7 @@ OC.L10N.register(
|
||||||
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "請注意,選定的裁剪區域低於套用的調整大小,這可能會導致品質下降",
|
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "請注意,選定的裁剪區域低於套用的調整大小,這可能會導致品質下降",
|
||||||
"Actual size (100%)" : "實際大小 (100%)",
|
"Actual size (100%)" : "實際大小 (100%)",
|
||||||
"Fit size" : "合適大小",
|
"Fit size" : "合適大小",
|
||||||
|
"Transcoding failed, check Nextcloud logs." : "轉換編碼失敗,請檢查 Nextcloud 紀錄檔。",
|
||||||
"Direct" : "直接",
|
"Direct" : "直接",
|
||||||
"Auto" : "自動",
|
"Auto" : "自動",
|
||||||
"Shared Folder" : "已分享的資料夾",
|
"Shared Folder" : "已分享的資料夾",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{ "translations": {
|
{ "translations": {
|
||||||
"Memories" : "回憶",
|
"Memories" : "回憶",
|
||||||
"Fast, modern and advanced photo management suite" : "快速、現代且進階的照片管理套裝軟體",
|
"Fast, modern and advanced photo management suite" : "快速、現代且進階的照片管理套裝軟體",
|
||||||
|
"# Memories: Photo Management for Nextcloud\n\nMemories is a *batteries-included* photo management solution for Nextcloud with advanced features including:\n\n- **📸 Timeline**: Sort photos and videos by date taken, parsed from Exif data.\n- **⏪ Rewind**: Jump to any time in the past instantly and relive your memories.\n- **🤖 AI Tagging**: Group photos by people and objects, powered by [recognize](https://github.com/nextcloud/recognize) and [facerecognition](https://github.com/matiasdelellis/facerecognition).\n- **🖼️ Albums**: Create albums to group photos and videos together. Then share these albums with others.\n- **🫱🏻🫲🏻 External Sharing**: Share photos and videos with people outside of your Nextcloud instance.\n- **📱 Mobile Support**: Works on devices of any shape and size through the web app.\n- **✏️ Edit Metadata**: Edit dates on photos quickly and easily.\n- **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n- **📹 Video Transcoding**: Memories transcodes videos and uses HLS for maximal performance.\n- **🗺️ Map**: View your photos on a map, tagged with accurate reverse geocoding.\n- **⚡️ Performance**: Memories is very fast.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store (try a demo [here](https://memories-demo.radialapps.com/apps/memories/)).\n1. Perform the recommended [configuration steps](https://github.com/pulsejet/memories/wiki/Extra-Configuration).\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." : "# 回憶:Nextcloud 的照片管理程式\n\n回憶是一個有進階功能的 *超強* Nextcloud 相片管理解決方案,包含了以下功能:\n\n- **📸 時間軸**:從 Exif 資料中按拍攝日期對照片與影片進行排序。\n- **⏪ 倒帶**:立刻跳回過去的任何時間,重溫您的回憶。\n- **🤖 AI 標記**:使用 [recognize](https://github.com/nextcloud/recognize) 與 [facerecognition](https://github.com/matiasdelellis/facerecognition) 應用程式提供的按人物與物體對照片進行分組。\n- **🖼️ 相簿**:建立相簿以將照片與影片分組。然後將這些相簿與其他人分享。\n- **🫱🏻🫲🏻 外部分享**:與您 Nextcloud 站台以外的人們分享照片與影片。\n- **📱 行動裝置支援**:透過網路應用程式在任何形狀與大小的裝置上運作。\n- **✏️ 編輯詮釋資料**:快速輕鬆地編輯照片上的 Exif 日期。\n- **📦 封存**:將您不想在時間軸中看到的照片儲存在單獨的資料夾中。\n- **📹 視訊轉換編碼**:回憶可以轉換視訊編碼並使用 HLS 來取得最大效能。\n- **🗺️ 地圖**:在地圖上檢視您的照片,並使用準確的反向地理編碼來標記。\n- **⚡️ 效能**:本應用程式超快。\n\n## 🚀 安裝\n\n- 想看看本應用程式的外觀與感覺,請見[公開展示](https://memories-demo.radialapps.com/apps/memories/).\n- 展示站是唯讀的,可能會有點慢(來自 [Oracle Cloud](https://www.oracle.com/cloud/free/) 的免費層級虛擬機器)。\n- 照片則歸功於 [Unsplash](https://unsplash.com/)(若要檢視單獨的署名,請參見每個資料夾中的資訊)。\n\n\n## 🚀 安裝\n1. 從 Nextcloud 應用程式商店安裝應用程式([在此](https://memories-demo.radialapps.com/apps/memories/)試用展示版本)。\n1. 執行建議的[設定步驟](https://github.com/pulsejet/memories/wiki/Extra-Configuration)。\n1. 執行 `php occ memories:index` 以產生既有照片的詮釋資料索引。\n1. 在 Nextcloud 中開啟 📷 回憶應用程式,並設定包含您照片的目錄。",
|
||||||
"Settings" : "設定",
|
"Settings" : "設定",
|
||||||
"People (Recognize)" : "人物 (Recognize)",
|
"People (Recognize)" : "人物 (Recognize)",
|
||||||
"People" : "人物",
|
"People" : "人物",
|
||||||
|
@ -249,6 +250,7 @@
|
||||||
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "請注意,選定的裁剪區域低於套用的調整大小,這可能會導致品質下降",
|
"Note that the selected crop area is lower than the applied resize which might cause quality decrease" : "請注意,選定的裁剪區域低於套用的調整大小,這可能會導致品質下降",
|
||||||
"Actual size (100%)" : "實際大小 (100%)",
|
"Actual size (100%)" : "實際大小 (100%)",
|
||||||
"Fit size" : "合適大小",
|
"Fit size" : "合適大小",
|
||||||
|
"Transcoding failed, check Nextcloud logs." : "轉換編碼失敗,請檢查 Nextcloud 紀錄檔。",
|
||||||
"Direct" : "直接",
|
"Direct" : "直接",
|
||||||
"Auto" : "自動",
|
"Auto" : "自動",
|
||||||
"Shared Folder" : "已分享的資料夾",
|
"Shared Folder" : "已分享的資料夾",
|
||||||
|
|
Loading…
Reference in New Issue