28 lines
4.8 KiB
JSON
28 lines
4.8 KiB
JSON
{ "translations": {
|
|
"Memories" : "Memories",
|
|
"Yet another photo management app" : "Mais uma aplicação de gestão de fotografias",
|
|
"# Memories\n\n* **📸 Photo and Video Timeline**: Sorts photos by date taken, parsed from Exif data.\n* **🤔 Quick Recap**: Jump to anywhere in the timeline instantly.\n* **🖼️ Folders**: Browse your and shared folders with a similar, efficient timeline.\n* **🎦 Slideshow**: View photos from your timeline and folders easily.\n* **📱 Mobile Support**: Relive your memories on devices of any shape and size through the web app.\n* **🗑️ Recycle**: Select and delete multiple photos and videos at once.\n* **⚡️ Fast**: Memories is extremely fast. Period.\n\n## 🚀 Installation\n\n1. Install the app from the Nextcloud app store\n1. ⚒️ Install `exiftool` (see below).\n1. Run `php ./occ memories:index` to generate metadata indices for existing photos.\n1. Open the 📷 Memories app in Nextcloud and set the directory containing your photos. Photos from this directory will be displayed in the timeline, including any photos in nested subdirectories.\n1. Installing the [preview generator](https://github.com/rullzer/previewgenerator) for pre-generating thumbnails is strongly recommended.\n\n## 🔨 Installing Dependencies\nThe exact steps depend on your Nextcloud platform. If you use Docker for your Nextcloud instance, you can install Exiftool by using a custom docker image.\n- **Ubuntu/Debian**: `sudo apt install libimage-exiftool-perl`\n- **Fedora**: `sudo dnf install perl-Image-ExifTool`\n- **Arch Linux**: `sudo pacman -S perl-image-exiftool`\n- **Alpine**: `apk add --no-cache exiftool`\n- **MacOS**: `brew install exiftool`\n- **FreeBSD**: `sudo pkg install p5-Image-ExifTool`" : "# Memories\n\n* **📸 Cronologia de Fotografia e Vídeo**: Ordena as fotografias por data de captura, analisadas dos dados Exif.\n* **🤔 Recapitulação Rápida**: Jump to anywhere in the timeline instantly.\n* **🖼️ Folders**: Browse your and shared folders with a similar, efficient timeline.\n* **🎦 Diaporama**: View photos from your timeline and folders easily.\n* **📱 Suporte Móvel**: Relive your memories on devices of any shape and size through the web app.\n* **🗑️ Reciclar**: Select and delete multiple photos and videos at once.\n* **⚡️ Rápido**: Memories é extremamente rápido. Período.\n\n## 🚀 Instalação\n\n1. Instalar a aplicação da loja de aplicações de Nextcloud\n1. ⚒️ Instalar `exiftool` (ver abaixo).\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## 🔨 Instalação de Dependências\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`",
|
|
"Timeline" : "Linha do tempo",
|
|
"Folders" : "Pastas",
|
|
"Favorites" : "Favoritos",
|
|
"Videos" : "Vídeos",
|
|
"Settings" : "Definições",
|
|
"Cannot find this photo anymore!" : "Já não é possível encontrar esta fotografia!",
|
|
"Timeline Path" : "Caminho da Cronologia",
|
|
"Show hidden folders" : "Mostrar pastas ocultas",
|
|
"Update" : "Atualizar",
|
|
"Error updating settings" : "Erro ao atualizar as definições",
|
|
"Cancel" : "Cancelar",
|
|
"Delete" : "Eliminar",
|
|
"Download" : "Transferir",
|
|
"Favorite" : "Favorito",
|
|
"No photos to show here" : "Sem fotografias para mostrar aqui",
|
|
"Failed to load some photos" : "Não foi possível carregar algumas fotografias",
|
|
"You are about to download a large number of files. Are you sure?" : "Estás prestes a transferir um grande número de ficheiros. Tem a certeza?",
|
|
"You are about to delete a large number of files. Are you sure?" : "Estás prestes a eliminar um grande número de ficheiros. Tem a certeza?",
|
|
"Failed to delete files." : "Não foi possível eliminar os ficheiros.",
|
|
"Failed to delete {fileName}." : "Não foi possível eliminar {fileName}.",
|
|
"Failed to favorite {fileName}." : "Não foi possível colocar {fileName} nos favoritos.",
|
|
"Failed to favorite files." : "Não foi possível colocar os ficheiros nos favoritos."
|
|
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
|
} |