Merge branch 'stable24' of https://github.com/pulsejet/memories into stable24

old-stable24
Varun Patil 2022-10-10 20:41:52 -07:00
commit 3b741fdf0d
4 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,7 @@ OC.L10N.register(
"People" : "Personen",
"Archive" : "Archiv",
"On this day" : "An diesem Tag",
"Tags" : "Schlagwörter",
"Tags" : "Schlagworte",
"Settings" : "Einstellungen",
"Edit Date/Time" : "Datum/Uhrzeit bearbeiten",
"Newest" : "Neueste",

View File

@ -9,7 +9,7 @@
"People" : "Personen",
"Archive" : "Archiv",
"On this day" : "An diesem Tag",
"Tags" : "Schlagwörter",
"Tags" : "Schlagworte",
"Settings" : "Einstellungen",
"Edit Date/Time" : "Datum/Uhrzeit bearbeiten",
"Newest" : "Neueste",

View File

@ -3,6 +3,7 @@ OC.L10N.register(
{
"Memories" : "回憶",
"Yet another photo management app" : "又一個照片管理應用程式",
"# Memories\n\n* **📸 Photo and Video Timeline**: Sorts photos by date taken, parsed from Exif data.\n* **🤔 Quick Recap**: Jump to anywhere in the timeline instantly.\n* **🖼️ Folders**: Browse your and shared folders with a similar, efficient timeline.\n* **🤖 AI Tagging**: Group photos by people and objects using AI, powered by the [recognize](https://github.com/nextcloud/recognize) app.\n* **🎦 Slideshow**: View photos from your timeline and folders easily.\n* **📱 Mobile Support**: Relive your memories on devices of any shape and size through the web app.\n* **✏️ Edit Metadata**: Edit Exif dates on photos quickly and easily.\n* **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n* **⚡️ Fast**: Memories is extremely fast. Period.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store\n1. ⚒️ Install `exiftool` (see below).\n1. Run `php ./occ memories:index` to generate metadata indices for existing photos.\n1. Open the 📷 Memories app in Nextcloud and set the directory containing your photos. Photos from this directory will be displayed in the timeline, including any photos in nested subdirectories.\n1. Installing the [preview generator](https://github.com/rullzer/previewgenerator) for pre-generating thumbnails is strongly recommended.\n\n## 🔨 Installing Dependencies\nThe exact steps depend on your Nextcloud platform. If you use Docker for your Nextcloud instance, you can install Exiftool by using a custom docker image.\n- **Ubuntu/Debian**: `sudo apt install libimage-exiftool-perl`\n- **Fedora**: `sudo dnf install perl-Image-ExifTool`\n- **Arch Linux**: `sudo pacman -S perl-image-exiftool`\n- **Alpine**: `apk add --no-cache exiftool`\n- **MacOS**: `brew install exiftool`\n- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`" : "# 回憶\n\n* **📸 照片與影片時間軸**:按解析自 Exif 資料的拍攝日期對照片進行排序。\n* **🤔 快速回顧**:立刻跳至時間軸的任何位置。\n* **🖼️ 資料夾**:使用相似的高效率時間軸瀏覽您的資料夾與共享資料夾。\n* **🤖 AI 標記**:將人們與物體使用 AI 歸類,威力本源 [recognize](https://github.com/nextcloud/recognize) 應用程式。\n* **🎦 投影片**:輕鬆檢視來自您時間軸的照片與資料夾。\n* **📱 行動裝置支援**:透過網路應用程式在任何形狀與大小的裝置上重溫您的回憶。\n* **✏️ 編輯詮釋資料**:在行動裝置上快速且輕鬆地編輯 Exif 日期。\n* **📦 封存**:將您不想在時間軸上看到的照片儲存在單獨的資料夾。\n* **⚡️ 快速**:回憶超快,就這樣。\n\n## 🚀 安裝\n\n1. 從 Nextcloud 應用程式商店安裝應用程式\n1. ⚒️ 安裝 `exiftool` (請見下方)。\n1. 執行 `php ./occ memories:index` 來產生既有照片的詮釋資料索引。\n1. 在 Nextcloud 中開啟 📷 回憶應用程式,並設定包含您照片的目錄。來自此目錄的照片將會顯示在時間軸中,包含任何子目錄中的照片。\n1. 強烈建議安裝[預覽產生器](https://github.com/rullzer/previewgenerator)來預先產生縮圖。\n\n## 🔨 安裝依賴關係\n實際步驟取決於您的 Nextcloud 平台。若您使用 Docker 建立您的 Nextcloud 站台,您可以透過使用自訂的 Docker 映像檔來安裝 Exiftool。\n- **Ubuntu/Debian**`sudo apt install libimage-exiftool-perl`\n- **Fedora**`sudo dnf install perl-Image-ExifTool`\n- **Arch Linux**`sudo pacman -S perl-image-exiftool`\n- **Alpine**`apk add --no-cache exiftool`\n- **MacOS**`brew install exiftool`\n- **FreeBSD**`sudo pkg install p5-Image-ExifTool`",
"Timeline" : "時間軸",
"Folders" : "資料夾",
"Favorites" : "最愛",

View File

@ -1,6 +1,7 @@
{ "translations": {
"Memories" : "回憶",
"Yet another photo management app" : "又一個照片管理應用程式",
"# Memories\n\n* **📸 Photo and Video Timeline**: Sorts photos by date taken, parsed from Exif data.\n* **🤔 Quick Recap**: Jump to anywhere in the timeline instantly.\n* **🖼️ Folders**: Browse your and shared folders with a similar, efficient timeline.\n* **🤖 AI Tagging**: Group photos by people and objects using AI, powered by the [recognize](https://github.com/nextcloud/recognize) app.\n* **🎦 Slideshow**: View photos from your timeline and folders easily.\n* **📱 Mobile Support**: Relive your memories on devices of any shape and size through the web app.\n* **✏️ Edit Metadata**: Edit Exif dates on photos quickly and easily.\n* **📦 Archive**: Store photos you don't want to see in your timeline in a separate folder.\n* **⚡️ Fast**: Memories is extremely fast. Period.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store\n1. ⚒️ Install `exiftool` (see below).\n1. Run `php ./occ memories:index` to generate metadata indices for existing photos.\n1. Open the 📷 Memories app in Nextcloud and set the directory containing your photos. Photos from this directory will be displayed in the timeline, including any photos in nested subdirectories.\n1. Installing the [preview generator](https://github.com/rullzer/previewgenerator) for pre-generating thumbnails is strongly recommended.\n\n## 🔨 Installing Dependencies\nThe exact steps depend on your Nextcloud platform. If you use Docker for your Nextcloud instance, you can install Exiftool by using a custom docker image.\n- **Ubuntu/Debian**: `sudo apt install libimage-exiftool-perl`\n- **Fedora**: `sudo dnf install perl-Image-ExifTool`\n- **Arch Linux**: `sudo pacman -S perl-image-exiftool`\n- **Alpine**: `apk add --no-cache exiftool`\n- **MacOS**: `brew install exiftool`\n- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`" : "# 回憶\n\n* **📸 照片與影片時間軸**:按解析自 Exif 資料的拍攝日期對照片進行排序。\n* **🤔 快速回顧**:立刻跳至時間軸的任何位置。\n* **🖼️ 資料夾**:使用相似的高效率時間軸瀏覽您的資料夾與共享資料夾。\n* **🤖 AI 標記**:將人們與物體使用 AI 歸類,威力本源 [recognize](https://github.com/nextcloud/recognize) 應用程式。\n* **🎦 投影片**:輕鬆檢視來自您時間軸的照片與資料夾。\n* **📱 行動裝置支援**:透過網路應用程式在任何形狀與大小的裝置上重溫您的回憶。\n* **✏️ 編輯詮釋資料**:在行動裝置上快速且輕鬆地編輯 Exif 日期。\n* **📦 封存**:將您不想在時間軸上看到的照片儲存在單獨的資料夾。\n* **⚡️ 快速**:回憶超快,就這樣。\n\n## 🚀 安裝\n\n1. 從 Nextcloud 應用程式商店安裝應用程式\n1. ⚒️ 安裝 `exiftool` (請見下方)。\n1. 執行 `php ./occ memories:index` 來產生既有照片的詮釋資料索引。\n1. 在 Nextcloud 中開啟 📷 回憶應用程式,並設定包含您照片的目錄。來自此目錄的照片將會顯示在時間軸中,包含任何子目錄中的照片。\n1. 強烈建議安裝[預覽產生器](https://github.com/rullzer/previewgenerator)來預先產生縮圖。\n\n## 🔨 安裝依賴關係\n實際步驟取決於您的 Nextcloud 平台。若您使用 Docker 建立您的 Nextcloud 站台,您可以透過使用自訂的 Docker 映像檔來安裝 Exiftool。\n- **Ubuntu/Debian**`sudo apt install libimage-exiftool-perl`\n- **Fedora**`sudo dnf install perl-Image-ExifTool`\n- **Arch Linux**`sudo pacman -S perl-image-exiftool`\n- **Alpine**`apk add --no-cache exiftool`\n- **MacOS**`brew install exiftool`\n- **FreeBSD**`sudo pkg install p5-Image-ExifTool`",
"Timeline" : "時間軸",
"Folders" : "資料夾",
"Favorites" : "最愛",